Merge from trunk
[emacs.git] / doc / lispref / ChangeLog
blob28d466660497d46195b66b724ed3890653c1334e
1 2011-05-17  Martin Rudalics  <rudalics@gmx.at>
3         * windows.texi (Basic Windows): Remove description of
4         window-internal-p.
5         (Splitting Windows): New nomenclature for window splitting
6         commands.
8 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
10         * nonascii.texi (Character Properties): Fix inconsistencies with
11         implementation.
13         * text.texi (Special Properties): Move @defvar's out of the
14         @table.  (Bug#8652)
16 2011-05-12  Glenn Morris  <rgm@gnu.org>
18         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
20 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
23         (Multiline Font Lock):
24         * vol2.texi (Top):
25         * vol1.texi (Top):
26         * elisp.texi (Top): Update menu accordingly.
28 2011-05-12  Drew Adams  <drew.adams@oracle.com>
30         * modes.texi (Region to Fontify): Fix typo.
32 2011-05-10  Jim Meyering  <meyering@redhat.com>
34         * minibuf.texi: Fix typo "in in -> in".
36 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
38         * numbers.texi (Integer Basics): Large integers are treated as floats.
40 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42         * processes.texi (Synchronous Processes): Document the (:file
43         "/file-name") syntax for `call-process'.
45 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
47         * windows.texi (Choosing Window): Fix typo.
49 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
51         * frames.texi (Layout Parameters): Note the difference between
52         querying and setting parameters for left-fringe and right-fringe
53         (Bug#6930).
55 2011-04-09  Martin Rudalics  <rudalics@gmx.at>
57         * windows.texi (Splitting Windows): Explain window-splits and
58         window-nest.
59         (Displaying Buffers): Replace other-visible-frame by other-frame.
61 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * minibuf.texi (Basic Completion): Be a bit more precise about the
64         valid kinds of completion tables.
65         (Programmed Completion): Remove obsolete text about lambda expressions
66         not being valid completion tables.
68 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
70         * positions.texi (Excursions): Explain the "save-excursion
71         defeated by set-buffer" warning.
73         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
74         save-excursion.  Suggested by Uday S Reddy.
76 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
79         (Lexical Binding): New sub-section.
81         * eval.texi (Eval): Discourage the use of `eval'.
82         Document its new `lexical' argument.
84 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * commands.texi (Command Overview): `post-command-hook' is not reset to
87         nil any more.
89 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * strings.texi (String Conversion): Don't mention
92         string-make-(uni|multi)byte (bug#8262).
93         * nonascii.texi (Converting Representations): Fix up range.
94         * keymaps.texi (Key Binding Commands): Update code point, avoid
95         "unibyte character" and remove mention of unibyte bindings.
97 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
99         * modes.texi (Operator Precedence Grammars): Don't use characters
100         outside ISO-8859-1.
102 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
104         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
106         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
108 2011-03-08  Glenn Morris  <rgm@gnu.org>
110         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
111         * intro.texi (Acknowledgements): Names to UTF-8.
112         * elisp.texi: Set documentencoding.
114 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
116         * Version 23.3 released.
118 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
120         * package.texi: Update index keywords.
121         (Package Archives): New node contents.  Document package-x.el.
123 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
125         * makefile.w32-in (srcs): Add package.texi.
127 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
129         * package.texi (Packaging, Packaging Basics, Simple Packages)
130         (Multi-file Packages): Expand and clarify.
131         (Package Archives): Temporary placeholder node.
133         * elisp.texi (Top): Update node listing.
135         * Makefile.in (srcs): Add package.texi.
137 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
139         * processes.texi (Synchronous Processes): Minor clarification
140         (Bug#8149).
142 2011-03-03  Glenn Morris  <rgm@gnu.org>
144         * files.texi (Truenames): Minor clarification.  (Bug#2341)
146 2011-03-01  Glenn Morris  <rgm@gnu.org>
148         * variables.texi (Directory Local Variables):
149         Mention `(subdirs . nil)' alist element.
151 2011-02-28  Glenn Morris  <rgm@gnu.org>
153         * variables.texi (Directory Local Variables): Mention the optional
154         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
156 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
158         * minibuf.texi (Minibuffer History): Clarify discussion of
159         minibuffer history lists (Bug#8085).
161 2011-02-24  Martin Rudalics  <rudalics@gmx.at>
163         * windows.texi (Window Configurations): Fix typo.
165 2011-02-23  Martin Rudalics  <rudalics@gmx.at>
167         * windows.texi (Windows and Frames): Provide example of
168         combinations.
169         (Resizing Windows): Rewrite description of
170         adjust-window-trailing-edge.
171         (Splitting Windows): Provide examples how splitting affects
172         internal windows.  Rewrite description of window-splits.
173         (Deleting Windows): Rewrite description of delete-windows-on.
174         (Displaying Buffers): Describe fun-with-args specifier.
175         Describe display-buffer-alist-set.
176         (Window Configurations): Describe window-state-get and
177         window-state-put.
179 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
181         * elisp.texi: Sync @dircategory with ../../info/dir.
183         * files.texi (Visiting Functions): Document find-file-literally,
184         both the command and the variable.
186         * variables.texi (Creating Buffer-Local): Explain the meaning of
187         permanent local variables.
189         * files.texi (Visiting Functions): Document find-file-literally,
190         both the command and the variable.
192         * variables.texi (Creating Buffer-Local): Explain the meaning of
193         permanent local variables.
195 2011-02-19  Glenn Morris  <rgm@gnu.org>
197         * keymaps.texi (Remapping Commands): Mention how to undo it.
199 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
201         * loading.texi (Hooks for Loading): Remove unnecessary advice
202         about eval-after-load (Bug#7986).
204 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
206         * commands.texi (Accessing Mouse): Note that a header line is not
207         included in the row of posn-col-row.
209 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
211         * modes.texi (Major Mode Conventions): Add face guidelines.
212         (Faces for Font Lock): List faces in order of prominence.
214 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
216         format-time-string now supports subsecond time stamp resolution
217         * os.texi (Time Parsing): Document %N.
219 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
221         * vol1.texi (Top):
222         * vol2.texi (Top):
223         * elisp.texi (Top):
224         * display.texi (Display Property): Shorten the menu description of
225         the "Other Display Specs" node (Bug#7816).
227         * keymaps.texi (Defining Menus): Add "menu item" and "extended
228         menu item" concept index entries (Bug#7805).
230 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
232         * makefile.w32-in (texinfodir): New variable.
233         (usermanualdir): Remove as redundant with $(emacsdir).
234         (MAKEINFO): Remove options, leave only program name.
235         (MAKEINFO_OPTS): New variable.
236         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
238 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
239             Richard Kim  <emacs18@gmail.com>
241         * loading.texi (Library Search): Document list-load-path-shadows
242         (Bug#7757).
244 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
246         * searching.texi (Regexp Special): Remove outdated discussion of
247         character sets (Bug#7780).
249         * frames.texi (Pop-Up Menus): Document where menu title comes
250         from (Bug#7684).
252 2011-01-25  Glenn Morris  <rgm@gnu.org>
254         * display.texi (Making Buttons): Mention limitation of text buttons.
256 2011-01-23  Werner Lemberg  <wl@gnu.org>
258         * Makefile.in (MAKEINFO): Now controlled by `configure'.
259         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
260         (ENVADD): New variable to control texi2dvi and texi2pdf.
262 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
264         * files.texi (Directory Names): Move directory-abbrev-alist doc to
265         Emacs manual.
267 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
269         * files.texi (Directory Names): Explain why FROM in
270         directory-abbrev-alist should begin with \`.  (Bug#7777)
272 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
274         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
276 2011-01-09  Martin Rudalics  <rudalics@gmx.at>
278         * windows.texi (Switching Buffers): Emphasize distinction of
279         switch-to-buffer and pop-to-buffer function families.  Fix
280         argument description for these functions.
282 2011-01-08  Martin Rudalics  <rudalics@gmx.at>
284         * windows.texi (Windows): Rename sections "Frames and Windows"
285         to "Windows and Frames", "Compound Windows" to "Atomic Windows",
286         and "Window Groups" to "Side Windows".
287         (Splitting Windows, Deleting Windows): Rewrite sections dealing
288         with window parameters and ignore-window-parameters.  Describe
289         handling of atomic windows and side windows.
290         (Displaying Buffers): Describe method and other new display
291         specifiers, display-buffer-alist, and the new functions
292         display-buffer-reuse-window, display-buffer-pop-up-window,
293         display-buffer-pop-up-frame, and display-buffer-in-side-window.
294         Add description of specifier normalization
295         (Window Parameters): Describe functions windows-with-parameter
296         and window-with-parameter and the window parameters used by the
297         window handling routines.
298         (Composite Windows, Compound Windows, Window Groups): Sections
299         removed.
300         (Atomic Windows): New section on atomic windows.
301         (Side Windows): New section on side windows.
303 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
305         * modes.texi (Emulating Mode Line): Fix last change.
307 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
309         * modes.texi (Emulating Mode Line): Update documentation of
310         format-mode-line according to changes that fixed bug #7587.
312 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * modes.texi (Derived Modes): Mention prog-mode.
316         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
317         of the key-binding-data cache since we don't use it any more.
319 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
321         * processes.texi (Shell Arguments):
322         * strings.texi (Creating Strings): Don't mention "shell commands";
323         make it explicit that `split-string-and-unquote' and
324         `combine-and-quote-strings' are mainly for working with arguments
325         to call-process and start-process.
327         * processes.texi (Shell Arguments): Fix documentation of
328         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
330 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * modes.texi (Auto-Indentation): New section to document SMIE.
333         (Major Mode Conventions):
334         * text.texi (Mode-Specific Indent): Refer to it.
336 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
338         * display.texi (Other Display Specs): Document left-fringe and
339         right-fringe display specs.
341 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
343         * backups.texi (Making Backups):
344         * modes.texi (Example Major Modes): Use recommended coding style.
345         (Major Mode Basics, Derived Modes): Encourge more strongly use of
346         define-derived-mode.  Mention completion-at-point-functions.
348 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
350         * nonascii.texi (Converting Representations):
351         Document byte-to-string.
353 2010-12-08  Glenn Morris  <rgm@gnu.org>
355         * buffers.texi (Modification Time):
356         verify-visited-file-modtime now defaults to the current buffer.
358 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
360         * nonascii.texi (Converting Representations): Document byte-to-string.
362         * strings.texi (Creating Strings): Don't mention semi-obsolete
363         function char-to-string.
364         (String Conversion): Shorten discussion of semi-obsolete function
365         string-to-char.  Link to Converting Representations.
367         * objects.texi (Symbol Type):
368         * text.texi (Near Point):
369         * help.texi (Help Functions):
370         * functions.texi (Mapping Functions): Use string instead of
371         char-to-string in examples.
373 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
375         * text.texi (Kill Functions, Kill Functions)
376         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
377         YANK-HANDLER args.
379         * symbols.texi (Creating Symbols): Using unintern without an
380         obarray arg is now obsolete.
382         * numbers.texi (Float Basics): Document float-e and float-pi.
384         * variables.texi (Defining Variables): Change "pi" example to
385         "float-pi".
387 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
389         * commands.texi (Click Events): Document the values of X, Y and
390         COL, ROW in the event's position, when the click is on the header
391         or mode line, on the fringes, or in the margins.
393 2010-11-19  Martin Rudalics  <rudalics@gmx.at>
395         * windows.texi (Displaying Buffers): Document
396         display-buffer-function revival and the -same-frame,
397         -other-window-same-frame postfixed functions.
399 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
401         * customize.texi (Composite Types): Lower-case index entry.
403         * loading.texi (How Programs Do Loading):
404         Document load-file-name.  (Bug#7346)
406 2010-11-17  Glenn Morris  <rgm@gnu.org>
408         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
410 2010-11-16  Martin Rudalics  <rudalics@gmx.at>
412         * windows.texi (Displaying Buffers): Mention that if a window is
413         the only window on its frame it can be split regardless of the
414         min-height specifier.
416 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
418         * display.texi (Usual Display): Characters with no fonts are not
419         necessarily displayed as empty boxes.
421 2010-11-10  Martin Rudalics  <rudalics@gmx.at>
423         * display.texi (Temporary Displays): Describe
424         temp-buffer-show-specifiers.
426 2010-11-04  Martin Rudalics  <rudalics@gmx.at>
428         * windows.texi (Resizing Windows): Explain OVERRIDE argumet for
429         fit-window-to-buffer.
430         (Displaying Buffers): Describe even-window-sizes, adjust-height
431         and adjust-width buffer display specifiers.
433 2010-11-02  Martin Rudalics  <rudalics@gmx.at>
435         * windows.texi (Displaying Buffers): Describe special handling
436         of `not-this-window' and `not-this-frame' specifiers for
437         `display-buffer'.
439 2010-10-31  Glenn Morris  <rgm@gnu.org>
441         * maps.texi (Standard Keymaps): Update File menu description.
443 2010-10-30  Martin Rudalics  <rudalics@gmx.at>
445         * windows.texi (Buffers and Windows, Displaying Buffers): Adapt
446         to new semantics of quit-restore window parameter and
447         display-buffer-window (was display-buffer-window-and-buffer)
448         semantics.
450 2010-10-28  Glenn Morris  <rgm@gnu.org>
452         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
454 2010-10-27  Martin Rudalics  <rudalics@gmx.at>
456         * windows.texi (Displaying Buffers, Switching Buffers): Describe
457         new buffer display code.
459         * frames.texi (Initial Parameters): Fix reference to buffer
460         display section.
462 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
464         * display.texi (Window Systems): Deprecate use of window-system as
465         a predicate.
467 2010-10-23  Glenn Morris  <rgm@gnu.org>
469         * help.texi (Documentation Basics): Remove mentions of digest-doc and
470         sorted-doc.
472 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
474         * os.texi (Dynamic Libraries): New node, with slightly modified
475         text deleted from "Image Formats".
476         (System Interface): Add @menu entry for "Dynamic Libraries".
478         * display.texi (Image Formats): Remove description of
479         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
481 2010-10-12  Glenn Morris  <rgm@gnu.org>
483         * book-spine.texinfo: Rename to book-spine.texi.
485 2010-10-11  Glenn Morris  <rgm@gnu.org>
487         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
489         * Makefile.in (DVIPS): New variable.
490         (.PHONY): Add html, ps.
491         (html, elisp.html, ps, elisp.ps): New targets.
492         (clean): Delete html, ps files.
493         ($(infodir)/elisp): Remove unnecessary includes.
495 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
497         * makefile.w32-in (emacsdir): New variable.
498         (srcs): Add emacsver.texi.
499         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
501 2010-10-09  Glenn Morris  <rgm@gnu.org>
503         * Makefile.in (VPATH): Remove.
504         (infodir): Make it absolute.
505         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
507         * Makefile.in (dist): Anchor regexps.
509         * Makefile.in (srcs): Put elisp.texi first.
510         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
512         * Makefile.in (infoclean): Remove harmless, long-standing error.
514         * Makefile.in ($(infodir)): Delete rule.
515         (mkinfodir): New.
516         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
518         * Makefile.in (dist): Remove reference to emacsver.texi.in.
519         Also copy emacsver.texi, and edit $emacsdir.
521 2010-10-09  Glenn Morris  <rgm@gnu.org>
523         * Makefile.in (emacsdir): New variable.
524         (MAKEINFO): Add -I $emacsdir.
525         (dist): Copy emacsver.texi.
526         (srcs): Add emacsver.texi.
528         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
529         Set EMACSVER by including emacsver.texi.
531         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
533 2010-10-07  Glenn Morris  <rgm@gnu.org>
535         * Makefile.in (version): New, set by configure.
536         (clean): Delete dist tar file.
537         (dist): Use version in tar name.
539 2010-10-06  Glenn Morris  <rgm@gnu.org>
541         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
542         (INSTALL_INFO): Remove unused variable.
543         (mostlyclean, infoclean, dist): New rules.
544         (clean): Delete dvi and pdf files.
545         (maintainer-clean): Remove elisp.oaux, use infoclean.
546         ($(infodir)): Add parallel build workaround.
548 2010-10-04  Glenn Morris  <rgm@gnu.org>
550         * Makefile.in (dvi, pdf, $(infodir)): New targets.
551         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
552         Fix -I typo.
553         (clean): No 'make.out' or 'core' files.
554         (.PHONY): Declare clean rules.
555         (maintainer-clean): Delete pdf file.  Guard against cd failures.
557 2010-10-03  Glenn Morris  <rgm@gnu.org>
559         * files.texi (File Name Components): Remove ignored section about
560         deleted variable directory-sep-char.
562 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
564         * files.texi (Magic File Names): New defopt
565         remote-file-name-inhibit-cache.
567 2010-10-02  Glenn Morris  <rgm@gnu.org>
569         * os.texi (Killing Emacs): Hook now runs in batch mode.
571 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * text.texi (Special Properties): Clarify when modification-hooks run.
575 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * syntax.texi (Syntax Flags): Document new `c' flag.
579 2010-09-09  Glenn Morris  <rgm@gnu.org>
581         * display.texi (ImageMagick Images): General cleanup.
583 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
585         * files.texi (Directory Names): Use \` rather than ^.
587 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
589         * text.texi (Low-Level Kill Ring):
590         * frames.texi (Window System Selections): Remove cut buffer
591         documentation.
593 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
595         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
596         Parameters", where the default fringe width is described.
598         * frames.texi (Window Frame Parameters, Basic Parameters)
599         (Position Parameters, Layout Parameters, Management Parameters)
600         (Cursor Parameters, Font and Color Parameters): Add indexing for
601         frame parameters.  (Bug#6929)
603 2010-08-25  Tom Tromey  <tromey@redhat.com>
605         * vol2.texi (Top): Update.
606         * vol1.texi (Top): Update.
607         * tips.texi (Library Headers): Mention Package-Version and
608         Package-Requires.
609         * package.texi: New file.
610         * os.texi (System Interface): Update pointers.
611         * elisp.texi (Top): Link to new nodes.  Include package.texi.
612         * anti.texi (Antinews): Update pointers.
614 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
616         * processes.texi (Filter Functions): Fix last change.
618 2010-08-24  Markus Triska  <triska@gmx.at>
620         * processes.texi (Filter Functions): Use `buffer-live-p' instead
621         of `buffer-name' in the main text as well as in the example
622         (Bug#3098).
624 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
626         * nonascii.texi (Text Representations):
627         * loading.texi (Loading Non-ASCII):
628         * compile.texi (Byte Compilation): Don't mention obsolete
629         --unibyte command-line argument.
631 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
633         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
635 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
637         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
639 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
641         * commands.texi (Misc Events): Add cross-references to where
642         POSITION of a mouse event is described in detail.
644 2010-08-08  Christoph  <cschol2112@googlemail.com>
646         * control.texi (Handling Errors) <error-message-string>: Fix arg name.
648 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
650         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
651         Suggested by Štěpán Němec <stepnem@gmail.com>.
653 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
655         * minibuf.texi (High-Level Completion): Document args of
656         `read-buffer-function' (bug#5625).
658 2010-07-31  Martin Rudalics  <rudalics@gmx.at>
660         * windows.texi (Buffers and Windows): Describe lists of previous
661         and next buffers for windows.  Describe new commands
662         switch-to-prev-buffer and switch-to-next-buffer and their impact
663         on replace-buffer-in-windows.
665 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
667         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
669 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
671         * processes.texi (Process Information): Explain process property
672         `remote-tty'.
674 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
676         * modes.texi (Defining Minor Modes): Use C-delete in examples,
677         instead of "\C-\^?" (bug#6334).
679         * text.texi (Special Properties): Fix typo.
681 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
683         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
684         calling sequences, which are now the standard.
686 2010-06-26  Martin Rudalics  <rudalics@gmx.at>
688         * windows.texi: Adapt node references accordingly.  Add new
689         sections Window Sizes, Composite Windows, Compound Windows and
690         Window Groups.
691         (Basic Windows): Clarify distinction of live and internal
692         windows.  Add descriptions of window-live-p, window-internal-p,
693         window-any-p, normalize-any-window and normalize-live-window.
694         (Frames and Windows): Move here from frames.texi.  Describe
695         window-list and window-tree here.  Explain window trees and
696         desribe frame-root-window here.  Add descriptions for
697         window-parent, window-vchild, window-hchild, window-child,
698         window-iso-combined-p, window-next, window-prev.
699         (Window Sizes): New section.  Clarify distinction of window body
700         and total sizes.  Add descriptions for window-total-size,
701         window-total-height, window-total-width, window-full-height-p,
702         window-top-line, window-left-column, window-body-size,
703         window-body-height, window-body-width and window-size-fixed-p.
704         Move descriptions of window-height, window-width,
705         window-min-height, window-min-width and window-size-fixed here.
706         (Resizing Windows): Explain that resizing windows doesn't delete
707         windows.  Describe window-resizable, resize-window,
708         maximize-window, minimize-window.
709         (Splitting Windows): Describe new behavior of split-window.
710         Describe new variable window-splits.
711         (Deleting Windows): Describe behavior for composite windows.
712         Describe frame-selected-window and set-frame-selected-window
713         here.
714         (Cyclic Window Ordering): Describe window-list-1.  Move
715         description of get-lru-window, get-largest-window and
716         get-window-with-predicate here.
717         (Buffers and Windows): Say that window-buffer works on internal
718         windows too.  Move up buffer-display-time.  Describe
719         replace-buffer-in-windows here.
720         (Switching Buffers): Rename from Displaying Buffers in Windows.
721         (Displaying Buffers): Rename from Choosing a Window for Display.
722         Describe new values recognized for pop-up-windows.  Describe how
723         window-splits affects splitting.  Describe new command
724         quit-restore-window.
725         (Dedicated Windows): Clarify effect of killing a buffer shown in
726         dedicated windows.
727         (Window Parameters): Describe ignore-window-parameters variable
728         and quit-restore parameter.
729         (Composite Windows, Compound Windows, Window Groups): New
730         sections.
732         * elisp.texi (Top): Move frames chapter before windows chapter.
733         In windows chapter add new sections Window Sizes, Composite
734         Windows, Compound Windows and Window Groups.  Frames and Windows
735         section moves from frames.texi to windows.texi.
737         * locals.texi (Standard Buffer-Local Variables): Have
738         window-size-fixed reference Window Sizes section.
740         * frames.texi: Adapt node references accordingly.  Move Frames and
741         Windows section to windows.texi.
742         (Cursor Parameters, Input Focus): Add xrefs to selected window.
744         * buffers.texi: Adapt node references accordingly.
746         * positions.texi: Adapt node references accordingly.
747 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
749         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
751         * commands.texi (Command Overview): Mention undo-boundary call.
753 2010-06-23  Glenn Morris  <rgm@gnu.org>
755         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
756         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
757         * frames.texi, functions.texi, internals.texi, keymaps.texi:
758         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
759         * searching.texi, sequences.texi, strings.texi, syntax.texi:
760         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
761         Untabify Texinfo files.
763 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
765         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
767 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
769         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
771 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
773         * searching.texi (Regexp Special): Remove obsolete information
774         about matching non-ASCII characters, and suggest using char
775         classes (Bug#6283).
777 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
779         * minibuf.texi (Basic Completion): Add missing "@end defun".
781 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * minibuf.texi (Basic Completion): Document completion-boundaries.
784         (Programmed Completion): Document the new fourth method for boundaries.
786 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
788         * display.texi (Image Cache): Update documentation about image caching.
790 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
792         * windows.texi (Textual Scrolling):
793         * tips.texi (Coding Conventions):
794         * minibuf.texi (Minibuffer History):
795         * maps.texi (Standard Keymaps):
796         * loading.texi (Where Defined):
797         * edebug.texi (Instrumenting): Fix typos.
799 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
801         * keymaps.texi (Menu Bar): Document :advertised-binding property.
803         * functions.texi (Obsolete Functions):
804         Document set-advertised-calling-convention.
806         * minibuf.texi (Basic Completion): Document completion-in-region.
807         (Programmed Completion): Document completion-annotate-function.
809         * commands.texi (Reading One Event): Document read-key.
810         (Distinguish Interactive): Document KIND arg to
811         called-interactively-p.  Delete obsolete interactive-p.
813         * elisp.texi (Top): Update node description.
815 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
817         * nonascii.texi (Character Properties):
818         Document unicode-category-table.  Add an index entry for Unicode
819         general category.
821 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
823         * Version 23.2 released.
825 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
827         * locals.texi (Standard Buffer-Local Variables):
828         Remove @ignore'd reference to `direction-reversed'.
830 2010-04-14  Juri Linkov  <juri@jurta.org>
832         Fix @deffn without category.
834         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
835         for `abbrev-insert'.
837         * buffers.texi (Indirect Buffers): Add category `Command'
838         to @deffn of `clone-indirect-buffer'.
840         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
841         for `next-window' and `previous-window'.  Add category `Command'
842         to @deffn of `pop-to-buffer'.
844 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
846         * nonascii.texi (Text Representations): Don't mark
847         enable-multibyte-characters as a user option.
849 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
851         * control.texi (Handling Errors): How to re-throw a signal caught
852         by condition-case.
854 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
856         * loading.texi (Hooks for Loading): Document after-load-functions.
857         Copyedits.
859 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
861         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
863 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
865         * processes.texi (Network Processes): Document seqpacket type.
867 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
869         * os.texi (System Environment): Do not mention lynxos.
871 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
873         * Branch for 23.2.
875 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
877         * objects.texi (Integer Type): Take note of the read syntax
878         exception for numbers that cannot fit in the integer type.
880 2010-03-03  Glenn Morris  <rgm@gnu.org>
882         * numbers.texi (Integer Basics, Bitwise Operations):
883         * objects.texi (Integer Type): Update for integers now being 30-bit.
885 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
887         * display.texi (Low-Level Font): Document :otf font-spec property.
889 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * display.texi (Line Height): Avoid obsolete special default variables
892         like default-major-mode.
894 2010-01-28  Alan Mackenzie  <acm@muc.de>
896         * display.texi (Auto Faces): Say fontification-functions is called
897         whether or not Font Lock is enabled.  Tidy up the wording a bit.
899 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
901         * elisp.texi: Remove duplicate edition information (Bug#5407).
903 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
905         * two.el (volume-header-toc-markup): Fix typos in docstring.
907 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
909         Avoid dubious uses of save-excursions.
910         * positions.texi (Excursions): Recommend the use of
911         save-current-buffer if applicable.
912         * text.texi (Clickable Text): Fix the example code which used
913         save-excursion in a naive way which sometimes preserves point and
914         sometimes not.
915         * variables.texi (Creating Buffer-Local):
916         * os.texi (Session Management):
917         * display.texi (GIF Images):
918         * control.texi (Cleanups): Use (save|with)-current-buffer.
920 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
922         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
924 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
926         * nonascii.texi (Text Representations, Character Codes)
927         (Converting Representations, Explicit Encoding)
928         (Translation of Characters): Use hex notation consistently.
929         (Character Sets): Fix map-charset-chars doc (Bug#5197).
931 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
933         * loading.texi (Where Defined): Make it clearer that these are
934         loaded files (Bug#5068).
936 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
938         * minibuf.texi (Completion Styles): Document `initials' style.
940 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
942         * frames.texi (Resources): Describe inhibit-x-resources.
943         (Size Parameters): Copyedit.
945         * hash.texi (Creating Hash):
946         * objects.texi (Hash Table Type): Document the new hash table
947         printed representation.
949         * minibuf.texi (Basic Completion): 4th arg to all-completions is
950         obsolete.
952         * processes.texi (Process Buffers):
953         Document process-kill-buffer-query-function.
955 2009-12-05  Glenn Morris  <rgm@gnu.org>
957         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
958         diary-display-function, and no longer recommended to be a hook.
959         Update for changes in the names of calendar and diary hooks.
960         diary-print-entries-hook has changed section.
962 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
964         * text.texi (Special Properties): More accurate description of
965         what the `cursor' property does.
967 2009-11-26  Kevin Ryde  <user42@zip.com.au>
969         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
970         mouse-wheel-down-event, the closest thing to a definition for them.
971         * os.texi (Startup Summary): vindex inhibit-startup-message and
972         inhibit-splash-screen.
973         (Command-Line Arguments): vindex argv.
974         (Suspending Emacs): vindex suspend-tty-functions and
975         resume-tty-functions.  Don't want to index every hook, but having
976         the programming ones is helpful.
978 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
980         * commands.texi (Motion Events): Fix typo (Bug#4907).
982 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
984         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
985         are affected by case-fold-search (Bug#4483).
987 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
989         * minibuf.texi (Reading File Names): Note that read-file-name may
990         use a graphical file dialog.
992 2009-10-31  Glenn Morris  <rgm@gnu.org>
994         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
996 2009-10-16  Kevin Ryde  <user42@zip.com.au>
998         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
999         in particular so `info-lookup-symbol' can find its docs.
1001 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1003         * variables.texi (Constant Variables): Distinguish from defconst
1004         variables.
1005         (Defining Variables): Add cindex.
1007 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1009         * os.texi (Time of Day): Clarify that the microsecond part is
1010         ignored (Bug#4637).
1012 2009-10-11  Glenn Morris  <rgm@gnu.org>
1014         * frames.texi (Size and Position): Clarify what is included in the frame
1015         height.  (Bug#4535)
1017 2009-10-10  Glenn Morris  <rgm@gnu.org>
1019         * windows.texi (Size of Window): The relationship between window and
1020         frame heights is not so simple.  (Bug#4535)
1021         Mention window-full-height-p.
1023 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1026         used from Lisp.
1028 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1030         * files.texi (Directory Names) <abbreviate-file-name>:
1031         Document that root home directories are not replaced with "~".
1033 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1035         * text.texi (Special Properties): Document the meaning of the
1036         `cursor' text property whose value is an integer.
1038 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1040         * files.texi (Magic File Names): Add `copy-directory'.
1042 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1044         * files.texi (File Attributes): Fix description of file
1045         attributes.  (Bug#4638) Update attributes of files.texi example to
1046         be more representative.
1048 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1050         * files.texi (Create/Delete Dirs): New command copy-directory.
1052 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1054         * anti.texi (Antinews):
1055         * macros.texi (Indenting Macros):
1056         * strings.texi (Creating Strings, Case Conversion):
1057         Remove duplicate words.
1059 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1061         * files.texi (Create/Delete Dirs): delete-directory has an
1062         optional parameter RECURSIVE.
1064 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * buffers.texi (Swapping Text): Minor clarification.
1068 2009-10-01  Glenn Morris  <rgm@gnu.org>
1070         * functions.texi (Declaring Functions): Mention that we also search for
1071         ".m" files in the src/ directory.
1073 2009-09-25  David Engster  <deng@randomsample.de>
1075         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1077 2009-09-22  Glenn Morris  <rgm@gnu.org>
1079         * internals.texi (Building Emacs): Mention preloaded-file-list.
1081 2009-09-14  Alan Mackenzie  <acm@muc.de>
1083         * os.texi (Terminal Output): Put "@code{}" around "stdout".
1085 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1087         * functions.texi (Anonymous Functions): Rearrange discussion,
1088         giving usage of unquoted lambda forms first.  Mention that
1089         `function' and `#'' are no longer required (Bug#4290).
1091 2009-09-11  Alan Mackenzie  <acm@muc.de>
1093         * os.texi (Terminal Output): Document `send-string-to-terminal' in
1094         batch mode.
1096 2009-09-01  Glenn Morris  <rgm@gnu.org>
1098         * display.texi (Face Functions): Mention define-obsolete-face-alias.
1100 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
1102         * nonascii.texi (Character Codes): Fix typos.
1104 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1106         * processes.texi (Synchronous Processes): New defvar
1107         process-file-side-effects.
1109 2009-08-25  Glenn Morris  <rgm@gnu.org>
1111         * display.texi (Fontsets): Fix typo.
1113         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1115 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * processes.texi (Asynchronous Processes): Adjust arglist of
1118         start-process-shell-command and start-file-process-shell-command.
1120 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1122         * advice.texi (Argument Access in Advice): Note that argument
1123         positions are zero-based (Bug#3932).
1125         * commands.texi (Distinguish Interactive): Minor copyedit.
1127         * display.texi (Face Attributes): Add xref to Displaying Faces for
1128         explanation of "underlying face".
1130         * customize.texi (Common Keywords): Add xref to Loading.
1132         * loading.texi (How Programs Do Loading): Add xref to Lisp
1133         Libraries node in the Emacs manual.
1135 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1137         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1139 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1141         * processes.texi (Shell Arguments): Copyedits.
1143 2009-07-18  Glenn Morris  <rgm@gnu.org>
1145         * loading.texi (Repeated Loading): Fix typo.
1147 2009-07-16  Richard Stallman  <rms@gnu.org>
1149         * buffers.texi (Swapping Text): Recommend setting
1150         write-region-annotate-functions and buffer-saved-size.
1152         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1154 2009-07-15  Glenn Morris  <rgm@gnu.org>
1156         * edebug.texi: Minor re-phrasings throughout.
1157         (Edebug Execution Modes): Sit-for affects continue mode too.
1158         (Jumping): Use `forward-sexp' rather than its keybinding.
1159         (Edebug Misc): Fix Q binding.
1160         (Edebug Eval): Remove cl version.
1161         (Printing in Edebug): Clarify print-length etc.
1162         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1163         (Specification List): Remove edebug-unwrap findex entry.
1164         (Specification Examples): defmacro is actually not the same as defun.
1165         Escape "`" in example.
1167 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1169         * markers.texi (The Mark): Document optional arg to
1170         deactivate-mark.
1172 2009-07-11  Kevin Ryde  <user42@zip.com.au>
1174         * hooks.texi (Standard Hooks): Fix cross-references.
1176         * loading.texi (Named Features): Refer to eval-after-load.
1178 2009-07-11  Glenn Morris  <rgm@gnu.org>
1180         * Makefile.in (TEXI2PDF): New.
1181         (elisp.pdf): New target.
1183         * searching.texi (Regexp Backslash): Fix typo.
1185         * elisp.texi (Top): Display copyright notice at start of non-TeX.
1187 2009-07-10  Glenn Morris  <rgm@gnu.org>
1189         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1191         * customize.texi (Customization Types):
1192         * display.texi (Abstract Display):
1193         * objects.texi (Character Type, String Type):
1194         Merge in some menu descriptions from elisp.texi.
1196         * hash.texi (Hash Tables):
1197         * modes.texi (Multiline Font Lock):
1198         End menu description with period.
1200 2009-07-09  Glenn Morris  <rgm@gnu.org>
1202         * back.texi: Don't hard-code texinfo location.
1204         * two-volume.make (texinfodir): New, with location of texinfo.tex.
1205         (tex): Add texinfodir to TEXINPUTS.
1206         (elisp1med-init, elisp2med-init): Use texinfodir.
1208         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1209         (clean): Add two-volume.make intermediate files.
1211         * elisp.texi, vol1.texi, vol2.texi:
1212         Use a DATE variable with the publication date, and update it.
1213         Fix antinews menu description.
1215         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1216         Update the detailed node listing to match elisp.texi.
1218         * README: Update edition to match elisp.texi.
1220         * objects.texi (General Escape Syntax):
1221         * nonascii.texi (Character Sets):
1222         Use consistent case for "Unicode Standard".
1224         * anti.texi (Antinews):
1225         * customize.texi (Variable Definitions):
1226         * functions.texi (Declaring Functions):
1227         * nonascii.texi (Character Properties):
1228         * processes.texi (Serial Ports):
1229         * text.texi (Special Properties):
1230         * tips.texi (Coding Conventions):
1231         Minor rearrangements to improve TeX line-filling.
1233         * commands.texi (Using Interactive): Fix cross-reference.
1235 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1237         * frames.texi (Management Parameters): Mention sticky.
1239 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
1241         * help.texi (Help Functions): Fix description of help-buffer and
1242         help-setup-xref to use @defun instead of @deffn.
1244 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1246         * frames.texi (Size Parameters): Mention maximized for fullscreen.
1248 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
1250         * display.texi (Window Systems): Add ns to the list.
1252 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1254         * Branch for 23.1.
1256 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
1258         * windows.texi (Dedicated Windows): Fix typo.
1259         (Resizing Windows): Replace @defun by @deffn.
1261 2009-06-17  Glenn Morris  <rgm@gnu.org>
1263         * variables.texi (Directory Local Variables):
1264         Update for 2009-04-11 name-change of dir-locals-directory-alist.
1266 2009-06-09  Kenichi Handa  <handa@m17n.org>
1268         * nonascii.texi (Character Sets): State clearly that FROM and TO
1269         are codepoints of CHARSET.
1271 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
1273         * minibuf.texi (Reading File Names): Fix introductory text.
1274         Suggested by stan@derbycityprints.com.
1275         (High-Level Completion): Fix typo.
1277 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
1279         * frames.texi (Text Terminal Colors): Multi-tty is already
1280         implemented, but tty-local colors are not.
1282 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
1284         * hooks.texi (Standard Hooks): Remove mention of obsolete
1285         redisplay-end-trigger-functions.
1287         * internals.texi (Window Internals): Remove mention of obsolete
1288         redisplay-end-trigger-functions.
1290 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
1292         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1294         * backups.texi (Making Backups): backup-directory-alist and
1295         make-backup-file-name-function are options.
1296         (Auto-Saving): auto-save-list-file-prefix is an option.
1298         * buffers.texi (Killing Buffers): buffer-offer-save is an
1299         option.
1301         * display.texi (Refresh Screen): no-redraw-on-reenter is an
1302         option.
1303         (Echo Area Customization): echo-keystrokes is an option.
1304         (Selective Display): selective-display-ellipses is an option.
1305         (Temporary Displays): temp-buffer-show-function is an option.
1306         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1307         are options.
1308         (Font Selection): face-font-family-alternatives,
1309         face-font-selection-order, face-font-registry-alternatives, and
1310         scalable-fonts-allowed are options.
1311         (Fringe Indicators): indicate-buffer-boundaries is an option.
1312         (Fringe Cursors): overflow-newline-into-fringe is an option.
1313         (Scroll Bars): scroll-bar-mode is an option.
1315         * eval.texi (Eval): max-lisp-eval-depth is an option.
1317         * files.texi (Visiting Functions): find-file-hook is an option.
1318         (Directory Names): directory-abbrev-alist is an option.
1319         (Unique File Names): temporary-file-directory and
1320         small-temporary-file-directory are options.
1322         * frames.texi (Initial Parameters): initial-frame-alist,
1323         minibuffer-frame-alist and default-frame-alist are options.
1324         (Cursor Parameters): blink-cursor-alist and
1325         cursor-in-non-selected-windows ar options.
1326         (Window System Selections): selection-coding-system is an
1327         option.
1328         (Display Feature Testing): display-mm-dimensions-alist is an
1329         option.
1331         * help.texi (Help Functions): help-char and help-event-list are
1332         options.
1334         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1335         an option.
1337         * minibuf.texi (Minibuffer History): history-length and
1338         history-delete-duplicates are options.
1339         (High-Level Completion): read-buffer-function and
1340         read-buffer-completion-ignore-case are options.
1341         (Reading File Names): read-file-name-completion-ignore-case is
1342         an option.
1344         * modes.texi (Mode Line Top): mode-line-format is an option.
1345         (Mode Line Variables): mode-line-position and mode-line-modes
1346         are options.
1348         * nonascii.texi (Text Representations):
1349         enable-multibyte-characters is an option.
1350         (Default Coding Systems): auto-coding-regexp-alist,
1351         file-coding-system-alist, auto-coding-alist and
1352         auto-coding-functions are options.
1353         (Specifying Coding Systems): inhibit-eol-conversion is an
1354         option.
1356         * os.texi (Init File): site-run-file is an option.
1357         (System Environment): mail-host-address is an option.
1358         (User Identification): user-mail-address is an option.
1359         (Terminal Output): baud-rate is an option.
1361         * positions.texi (Word Motion): words-include-escapes is an
1362         option.
1364         * searching.texi (Standard Regexps): page-delimiter,
1365         paragraph-separate, paragraph-separate and sentence-end are
1366         options.
1368         * text.texi (Margins): left-margin and fill-nobreak-predicate
1369         are options.
1371         * variables.texi (Local Variables): max-specpdl-size is an
1372         option.
1374         * windows.texi (Choosing Window):
1375         split-window-preferred-function, special-display-function and
1376         display-buffer-function are options.
1378 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
1380         Fix errors spotted by Martin Rudalics.
1382         * syntax.texi (Position Parse): Document rationale for ignored
1383         arguments to syntax-ppss-flush-cache.
1385         * processes.texi (Input to Processes): Mark PROCESS arg to
1386         process-running-child-p as optional.
1387         (Network Options): Document NO-ERROR arg to
1388         set-network-process-option.
1390         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1391         command.
1393         * searching.texi (POSIX Regexps): Mark posix-search-forward and
1394         posix-search-backward as commands.
1396         * os.texi (Killing Emacs): Mark kill-emacs as a command.
1397         (Suspending Emacs): Mark suspend-emacs as a command.
1398         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1399         commands.
1400         (Terminal Output): Remove obsolete function baud-rate.
1401         Document TERMINAL arg for send-string-to-terminal.
1403         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1404         terminal-coding-system and set-terminal-coding-system.
1405         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1406         as optional.
1407         (Character Sets): Document RESTRICTION arg of char-charset.
1408         (Character Codes): Mark POS argument to get-byte as optional.
1410         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1411         minibuffer-message.
1413         * files.texi (Create/Delete Dirs): Mark make-directory and
1414         delete-directory as commands.
1416         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1418         * text.texi (Base 64): Mark base64-decode-string and
1419         base64-encode-string as commands.
1420         (Columns): Mark move-to-column as a command.
1421         (Mode-Specific Indent): Document RIGID arg to
1422         indent-for-tab-command.
1423         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1424         Mark indent-code-rigidly as a command.
1425         (Substitution): Mark translate-region as a command.
1427         * frames.texi (Size and Position): Remove obsolete functions
1428         screen-height and screen-width.
1430 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
1432         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1433         (Displaying Buffers, Resizing Windows): Correct mistakes;
1434         next-window, previous-window, and pop-to-buffer are not commands,
1435         and fit-window-to-buffer" is a command.  (Pointed out by Martin
1436         Rudalics.)
1438 2009-05-17  Richard M Stallman  <rms@gnu.org>
1440         * modes.texi (Precalculated Fontification): Clarify text.
1442 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
1444         * windows.texi (Selecting Windows): Clarify descriptions of
1445         with-selected-window and get-lru-window.
1446         (Cyclic Window Ordering): Refer to particular frame when talking
1447         about how splitting affects the ordering.
1448         (Displaying Buffers): Fix descriptions of switch-to-buffer and
1449         switch-to-buffer-other-window.  Explain how setting of
1450         display-buffer-reuse-frames affects pop-to-buffer.
1451         (Choosing Window): Clarify some details in descriptions of
1452         display-buffer-reuse-frames, pop-up-frames, and
1453         pop-up-frame-function.
1454         (Dedicated Windows): Clarify some details.
1455         (Textual Scrolling): Replace term vscroll by term vertical
1456         scroll position.
1457         (Vertical Scrolling): Fix typo.
1458         (Window Hooks): Relate text on jit-lock-register to window
1459         scrolling and size changes.
1461 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
1463         * frames.texi (Initial Parameters): Clarify what the initial
1464         minibuffer frame is.
1465         (Buffer Parameters): Note that the minibuffer parameter can not be
1466         altered.
1468         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
1469         Document display-buffer changes.
1471 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
1473         * anti.texi (Antinews): Rewrite for Emacs 22.
1475         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1476         obarrays are first mentioned.  Define "system abbrev" more
1477         prominently, and add it to the index.
1478         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1479         Copyedits.
1480         (Abbrev Expansion): Document abbrev-insert.
1482 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
1484         * frames.texi (Font and Color Parameters): Rename from Color
1485         Parameters.  Document font-backend parameter.
1487         * vol2.texi (Top): Update node listing.
1488         * vol1.texi (Top): Update node listing.
1489         * elisp.texi (Top): Update node listing.
1491 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
1493         * windows.texi (Choosing Window): Don't explicitly refer to
1494         split-window-sensibly's window argument in descriptions of
1495         split-height-threshold and split-width-threshold.
1497 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
1499         * windows.texi (Choosing Window): Fix rewrite of window
1500         splitting section.
1502 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
1504         * nonascii.texi (Default Coding Systems): Document
1505         find-auto-coding, set-auto-coding, and auto-coding-alist.
1506         Add indexing.
1507         (Lisp and Coding Systems): Add index entries.
1509 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
1511         * windows.texi (Choosing Window): Describe split-window-sensibly
1512         and rewrite section on window splitting accordingly.
1513         (Textual Scrolling): Replace `...' by @code{...}.
1515 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
1517         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1518         Remove obsoleted pre-abbrev-expand-hook.
1520         * locals.texi (Standard Buffer-Local Variables): Consolidate table
1521         entries.
1523         * internals.texi (Object Internals): Don't assume 32-bit machines
1524         are the norm.
1525         (Buffer Internals): Consolidate table entries for readability.
1526         (Window Internals): Synch field names to window.h.
1527         (Process Internals): Synch field names to process.h.
1529 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
1531         * variables.texi (File Local Variables): Note that read-circle is
1532         bound to nil when reading file-local variables.
1534         * streams.texi (Input Functions): Document read-circle.
1535         (Output Variables): Add xref to Circular Objects.
1537 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
1539         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
1540         Features and Coding System Basics.  Node that "p" stands for
1541         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
1542         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1543         mouse-appearance-menu.
1544         (Programming Tips): Add xref to Progress.
1546 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
1548         * os.texi (Command-Line Arguments):
1549         Document command-line-args-left.
1550         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
1551         terminal objects for tty arguments.
1552         (Startup Summary): Add xref to Session Management.
1553         (Session Management): Mention emacs-session-restore.  Copyedits.
1555 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
1557         * os.texi (Startup Summary): Copyedits.  The init file is not
1558         necessarily named .emacs now.  Document initial-buffer-choice and
1559         initial-scratch-message.  Note where Emacs exits in batch mode.
1560         Document inhibit-splash-screen as an alias.
1561         (Init File): Be neutral about which init file name to use.
1563 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
1565         * os.texi (System Interface): Fix Texinfo usage.
1567 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
1569         * searching.texi (Regexp Backslash): Also refer to shy groups as
1570         non-capturing or unnumbered groups.
1571         (Regexp Functions): Add cross-reference to Regexp Backslash.
1573         * display.texi (Truncation): Overlays can use line-prefix and
1574         wrap-prefix too.
1575         (Overlay Properties): Document wrap-prefix and line-prefix.
1576         (Face Attributes): Document underline-minimum-offset.
1577         (Face Remapping): Copyedits.
1578         (Low-Level Font): Copyedits.
1579         (Image Cache): Note that the image cache is shared between frames.
1580         (Line Height): Emphasize that line-spacing only takes effect on
1581         graphical terminals.
1583 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
1585         * display.texi (Refresh Screen): Note that a passage about screen
1586         refreshing is text terminal only.
1587         (Forcing Redisplay): Delete misleading comment---sit-for calls
1588         redisplay, not the other way around.
1589         (Truncation): Note new values of truncate-partial-width-windows.
1590         Copyedits.
1591         (Invisible Text): Document invisible-p.
1593 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
1595         * display.texi (Overlays): Overlays don't scale well.  See
1596         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1598 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
1600         * syntax.texi (Syntax Table Functions): Document cons cell
1601         argument for modify-syntax-entry.
1602         (Categories): Document cons cell argument for
1603         modify-category-entry.
1605         * searching.texi (String Search): Document word-search-forward-lax
1606         and word-search-backward-lax.
1607         (Searching and Case): Describe isearch behavior more precisely.
1609         * keymaps.texi (Tool Bar): Mention that some platforms do not
1610         support multi-line toolbars.  Suggested by Stephen Eglen.
1612         * frames.texi (Layout Parameters): Mention that Nextstep also
1613         allows only one tool-bar line.  Suggested by Stephen Eglen.
1615         * nonascii.texi (Text Representations): Copyedits.
1616         (Coding System Basics): Also mention utf-8-emacs.
1617         (Converting Representations, Selecting a Representation)
1618         (Scanning Charsets, Translation of Characters, Encoding and I/O):
1619         Copyedits.
1620         (Character Codes): Mention role of codepoints 1114112 to 4194175.
1622 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
1624         * text.texi (Yank Commands): Note that yank uses push-mark.
1625         (Filling): Clarify REGION argument of fill-paragraph.
1626         Document fill-forward-paragraph-function.
1627         (Special Properties): Remove "new in Emacs 22" declaration.
1628         (Clickable Text): Merge with Links and Mouse-1 node.
1630         * display.texi (Button Properties, Button Buffer Commands):
1631         Change xref to Clickable Text.
1633         * tips.texi (Key Binding Conventions): Change xref to Clickable
1634         Text.
1636         * elisp.texi (Top): Update node listing.
1638 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
1640         * markers.texi (The Mark): Copyedits.  Improve description of
1641         handle-shift-selection.
1642         (The Region): Move use-region-p here from The Mark.
1644         * positions.texi (Screen Lines): Document (cols . lines) argument
1645         for vertical-motion.
1647 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
1649         * frames.texi (Frames): Clean up introduction.  Document `ns'
1650         return value for framep.
1651         (Creating Frames): Note how the terminal is chosen.
1652         (Multiple Terminals, Multiple Displays): Merge into a single node.
1653         (Color Parameters): Fix typo.
1655         * variables.texi (Local Variables, Buffer-Local Variables)
1656         (Creating Buffer-Local): Change link to Multiple Terminals.
1658         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1660         * keymaps.texi (Controlling Active Maps): Change link to Multiple
1661         Terminals.
1663         * commands.texi (Command Loop Info, Keyboard Macros): Change link
1664         to Multiple Terminals.
1666         * elisp.texi (Top): Update node listing.
1667         * vol2.texi (Top): Update node listing.
1668         * vol1.texi (Top): Update node listing.
1670         * buffers.texi (Current Buffer): Note that the append-to-buffer
1671         example is no longer in synch with the latest code.  Tie the two
1672         examples together.
1674         * files.texi (File Attributes): Move note about MS-DOS from
1675         Changing Files to File Attributes.
1676         (Create/Delete Dirs): Note that mkdir is an alias for this.
1678 2009-04-01  Markus Triska  <triska@gmx.at>
1680         * processes.texi (Filter Functions): Suggest how to handle output
1681         batches.
1683 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
1685         * help.texi (Accessing Documentation): Update example to use
1686         help-setup-xref and with-help-window.
1687         (Help Functions): Remove print-help-return-message, which is
1688         semi-obsolete due to with-help-window.  Document help-buffer and
1689         help-setup-xref.
1691 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
1693         * help.texi (Accessing Documentation, Help Functions):
1694         Remove information about long-obsolete Emacs versions.
1696         * modes.texi (Mode Line Variables): The default values of the mode
1697         line variables are now more complicated.
1699 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
1701         * modes.texi (Major Mode Conventions): Note that specialness is
1702         inherited.
1703         (Derived Modes): Note that define-derive-mode sets the mode-class
1704         property.
1706         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1707         goto-map.  Add search-map to the list.
1709 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1711         * os.texi (System Environment): Update the list of system-type
1712         values.
1714         * markers.texi (The Mark) <handle-shift-selection>: Update for
1715         removal of the optional argument DEACTIVATE.
1717 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
1719         * commands.texi (Focus Events): Most X window managers don't use
1720         focus-follows-mouse nowadays.
1722 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
1724         * commands.texi (Defining Commands): Clarify introduction.
1725         (Using Interactive): Not that interactive can be put in a symbol
1726         property.
1727         (Interactive Call): Note that a symbol with a non-nil
1728         interactive-form property satisfies commandp.
1730 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
1732         * minibuf.texi (Intro to Minibuffers): Fix typos.
1734 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
1736         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1737         about minibuffers in old Emacs versions.  Copyedits.
1738         Emphasize that enable-recursive-minibuffers defaults to nil.
1739         (Text from Minibuffer): Simplify introduction.
1741 2009-03-22  Alan Mackenzie  <acm@muc.de>
1743         * commands.texi (Using Interactive): Clarify string argument to
1744         `interactive' - even promptless elements need \n separators.
1746 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
1748         * minibuf.texi (Completion Styles): New node.
1750         * elisp.texi (Top): Update node listing.
1752 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
1754         * minibuf.texi (Basic Completion): Note that
1755         read-file-name-completion-ignore-case and
1756         read-buffer-completion-ignore-case can override
1757         completion-ignore-case.
1758         (Minibuffer Completion): Document completing-read changes.
1759         (Completion Commands): Avoid mentioning partial completion mode.
1760         Document minibuffer-completion-confirm changes, and
1761         minibuffer-confirm-exit-commands.
1762         (High-Level Completion): Document new require-match behavior for
1763         read-buffer.  Document read-buffer-completion-ignore-case.
1764         (Reading File Names): Document new require-match behavior for
1765         read-file-name.
1767 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
1769         * debugging.texi (Error Debugging): Don't mislead the reader into
1770         thinking that debug-on-error enters debugger for C-f at EOB.
1771         (Error Debugging): Setting debug-on-init within the init file
1772         works, and has for some time.
1774 2009-03-13  Kenichi Handa  <handa@m17n.org>
1776         * display.texi (Fontsets): Update the description.
1778 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
1780         * advice.texi (Advising Primitives): Link to What Is a Function.
1782 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
1784         * compile.texi (Speed of Byte-Code): Update example.
1785         (Disassembly): Update examples.
1787         * loading.texi (Repeated Loading): Simplify examples.
1789         * customize.texi (Common Keywords): It's not necessary to use :tag
1790         to remove hyphens, as custom-unlispify-tag-name does it
1791         automatically.
1792         (Variable Definitions): Link to File Local Variables.
1793         Document customized-value symbol property.
1794         (Customization Types): Move menu to end of node.
1796 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
1798         * macros.texi (Compiling Macros): Omit misleading sentence, which
1799         implied that macros can only be used in the same file they are
1800         defined.
1801         (Backquote): Remove obsolete information about Emacs 19.
1803 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
1805         * display.texi (Display Margins): Fix paren typo.
1807 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1809         * elisp.texi (Top): Update node listing.
1811         * variables.texi (Variables): Clarify introduction.
1812         (Global Variables): Mention that setq is a special form.
1813         (Local Variables): Use active voice.
1814         (Tips for Defining): Mention marking variables as safe.
1815         (Buffer-Local Variables): Mention terminal-local and frame-local
1816         variables together.
1817         (File Local Variables): Copyedits.
1818         (Frame-Local Variables): Note that they are not really useful.
1819         (Future Local Variables): Node deleted.
1821         * objects.texi (General Escape Syntax): Update explanation of
1822         unicode escape syntax.
1824 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1826         * control.texi (Control Structures): Add cindex entry for "textual
1827         order".
1829         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
1830         instead of "expression" throughout.
1831         (Function Indirection): Copyedits.  Use active voice.
1832         (Eval): The default value of max-lisp-eval-depth is now 400.
1834 2009-02-23  Miles Bader  <miles@gnu.org>
1836         * processes.texi (System Processes): Rename `system-process-attributes'
1837         to `process-attributes'.
1839 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1841         * symbols.texi (Property Lists): Emphasize that property lists are
1842         not restricted to symbol cells.
1843         (Other Plists): Copyedit.
1845         * sequences.texi (Sequences Arrays Vectors): Make introduction
1846         more concise.
1847         (Arrays): Mention char-tables and bool-vectors too.
1848         (Vectors): Don't repeat information given in Arrays node.  Link to
1849         nodes that explain the vector usage examples.
1850         (Char-Tables): Note that char-table elements can have arbitrary
1851         type.  Explain effect of omitted char-table-extra-slots property.
1852         Link to Property Lists node.
1854 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1856         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1857         `append'.
1858         (List Elements): Copyedits.
1860         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1861         of `vconcat'.
1863         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
1864         Emacs 20 usage of `concat'.
1865         (Case Conversion): Copyedits.
1867 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1869         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1870         Minor edits.
1871         (Frame Configuration Type): Emphasize that it is not primitive.
1872         (Font Type): New node.
1873         (Type Predicates): Add fontp; type-of now recognizes font object
1874         types.
1876         * intro.texi (Version Info): Update version numbers in examples.
1877         (Acknowledgements): List more contributors.
1879         * elisp.texi: Bump version number to 3.0.
1880         (Top): Link to Font Type node.
1882 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
1884         * modes.texi (Major Mode Conventions): Remove duplicate words.
1885         (Customizing Keywords): Fix typo.
1887 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1889         * nonascii.texi (User-Chosen Coding Systems): Document that
1890         select-safe-coding-system suggests raw-text if there are raw bytes
1891         in the region.
1892         (Explicit Encoding): Warn not to use `undecided' when encoding.
1894 2009-02-11  Glenn Morris  <rgm@gnu.org>
1896         * frames.texi (Visibility of Frames): Mention the effect multiple
1897         workspaces/desktops can have on visibility.
1899 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1901         * text.texi (Commands for Insertion):
1902         * commands.texi (Event Mod):
1903         * keymaps.texi (Searching Keymaps):
1904         * nonascii.texi (Translation of Characters):
1905         Reinstate documentation of translation-table-for-input.
1906         (Explicit Encoding): Document the `charset' text property produced
1907         by decode-coding-region and decode-coding-string.
1909 2009-01-27  Alan Mackenzie  <acm@muc.de>
1911         * modes.texi (Search-based Fontification): Correct a typo.
1913 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
1915         * abbrevs.texi (Abbrev Table Properties): Fix typo.
1916         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
1918 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1920         * display.texi (Window Systems): Document the value of
1921         `initial-window-system' under --daemon.
1923         * os.texi (System Environment): Remove description of the
1924         `environment' function which has been deleted.
1926 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
1928         * frames.texi (Multiple Displays): Remove documentation for
1929         removed function make-frame-on-tty.
1931 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
1933         * files.texi (Format Conversion Piecemeal): Clarify behavior of
1934         write-region-annotate-functions.
1935         Document write-region-post-annotation-function.
1937 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
1939         * display.texi (Font Lookup): Document WIDTH argument of
1940         x-list-fonts.
1942 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
1944         * maps.texi (Standard Keymaps): Rename function-key-map to
1945         local-function-key-map.
1947         * keymaps.texi (Translation Keymaps): Rename function-key-map to
1948         local-function-key-map.
1950         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1951         and `set-keyboard-coding-system' now accept an optional terminal
1952         argument.
1954         * commands.texi (Event Mod): `keyboard-translate-table' is now
1955         terminal-local.
1956         (Function Keys): Rename function-key-map to
1957         local-function-key-map.
1959         * elisp.texi (Top): Make @detailmenu be consistent with changes in
1960         frames.texi.
1962         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
1963         `delete-terminal-functions', `suspend-tty-functions' and
1964         `resume-tty-functions'.
1966         * frames.texi (Frames): Document `frame-terminal' and
1967         `terminal-live-p'.
1968         (Multiple Displays): Document `make-frame-on-tty'.
1969         (Multiple Terminals): Document `terminal-list', `delete-terminal',
1970         `terminal-name', and `get-device-terminal'.
1971         (Terminal Parameters): Document `terminal-parameters',
1972         `terminal-parameter', and `set-terminal-parameter'.
1974         * os.texi (System Environment): Document `environment' and
1975         `initial-environment'.
1976         (Suspending Emacs): Update for multi-tty; document
1977         `suspend-tty', `resume-tty', and `controlling-tty-p'.
1979         * nonascii.texi (Coding System Basics): More accurate description
1980         of `raw-text'.
1982 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
1984         * display.texi (Low-Level Font): Fix typo.
1986 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
1988         * elisp.texi (Top): Update node listing.
1990         * display.texi (PostScript Images): Node deleted.
1992 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
1994         * processes.texi (Decoding Output): Document that null bytes force
1995         no-conversion for reading process output.
1997         * files.texi (Reading from Files): Document that null bytes force
1998         no-conversion when visiting files.
2000         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2002         * nonascii.texi (Lisp and Coding Systems):
2003         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2004         (Character Properties): Improve wording.
2006 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2008         * display.texi (Font Lookup): Remove obsolete function
2009         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2010         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2011         (Font Selection): Reorder order of variable descriptions.
2012         Minor clarifications.
2014         * elisp.texi (Top): Update node listing.
2016 2009-01-09  Glenn Morris  <rgm@gnu.org>
2018         * commands.texi (Command Loop Info): Say that last-command-char and
2019         last-input-char are obsolete aliases.
2021         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2022         last-input-char and last-command-char, since they are just aliases for
2023         last-input-event and last-command-event.
2025         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2026         last-command-char.
2028 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2030         * elisp.texi: Update node listing.
2032         * display.texi (Faces): Put Font Selection node after Auto Faces.
2033         (Face Attributes): Don't link to Font Lookup.
2034         Document font-family-list.
2035         (Fonts): New node.
2037 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2039         * frames.texi (Pointer Shape): Clarify that only X supports
2040         changing the standard pointer shapes.  (Bug#1485)
2042 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2044         * display.texi (Attribute Functions): Note that a function value
2045         :height is relative, and that compatibility functions work by
2046         calling set-face-attribute.
2047         (Displaying Faces): Reorder list in order of increasing priority.
2048         (Face Remapping): New node.  Content moved here from Displaying
2049         Faces.
2050         (Glyphs): Link to Face Functions.
2052 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2054         * display.texi (Faces): Don't discuss face id here.  facep does
2055         not return t.
2056         (Defining Faces): Minor clarification.
2057         (Face Attributes): Rearrange items to match docstring of
2058         set-face-attribute.  Add :foundry attribute.  Document new role of
2059         :font attribute.  Texinfo usage fix.
2060         (Attribute Functions): Copyedits.
2061         (Face Functions): Note that face number is seldom used.
2063 2009-01-05  Richard M Stallman  <rms@gnu.org>
2065         * strings.texi (Predicates for Strings): Minor clarification.
2067         * functions.texi (Function Safety): Texinfo usage fix.
2069 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
2071         * objects.texi (General Escape Syntax): Fix typo.
2073 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
2075         * windows.texi (Choosing Window): Say that pop-up-frame-alist
2076         works via the default value of pop-up-frame-function.
2078 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
2080         * processes.texi (System Processes): Document the `time' and
2081         `ctime' attributes of `system-process-attributes'.
2083 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2085         * display.texi (Face Attributes): Clarify :height attribute.
2087 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2089         * buffers.texi (The Buffer List): Clarify what moves a buffer to
2090         the front of the buffer list.  Add entries for `last-buffer' and
2091         `unbury-buffer'.
2093 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2095         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2096         and its subsections.
2098         * frames.texi (Multiple Terminals, Low-level Terminal)
2099         (Terminal Parameters, Frames on Other TTY devices): New sections.
2100         (Frames): Add an xref to "Multiple Terminals".
2102         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2104         * objects.texi (Terminal Type): New node.
2105         (Editing Types): Add it to the menu.
2107         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2108         Variables".
2110         * variables.texi (Directory Local Variables): New node.
2111         (Variables): Add a menu item for it.
2113         * loading.texi (Autoload): Document `generate-autoload-cookie' and
2114         `generated-autoload-file'.
2116 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
2118         * os.texi (Startup Summary): Add xref to documentation of
2119         `initial-window-system'.
2121         * display.texi (Window Systems): Document `window-system' the
2122         function.  The variable `window-system' is now frame-local.
2123         Document `initial-window-system'.
2125 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
2127         * windows.texi (Windows): Rewrite description of
2128         fit-window-to-buffer.
2130 2008-12-13  Glenn Morris  <rgm@gnu.org>
2132         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
2133         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2135 2008-12-12  Glenn Morris  <rgm@gnu.org>
2137         * debugging.texi (Error Debugging): Refer forwards to
2138         eval-expression-debug-on-error.
2140 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
2142         * strings.texi (String Basics): Only unibyte strings that
2143         represent key sequences hold 8-bit raw bytes.
2145         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2146         paragraph to speak about `undecided'.
2147         (Character Properties): Don't explain the meaning of each
2148         property; instead, identify their Unicode Standard names.
2149         (Character Sets): Document `map-charset-chars'.
2151 2008-12-02  Glenn Morris  <rgm@gnu.org>
2153         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2154         section yet again.
2156 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
2158         * nonascii.texi (Character Properties): New Section.
2159         (Specifying Coding Systems): Document
2160         `coding-system-priority-list', `set-coding-system-priority', and
2161         `with-coding-priority'.
2162         (Lisp and Coding Systems): Document `check-coding-systems-region'
2163         and `coding-system-charset-list'.
2164         (Coding System Basics): Document `coding-system-aliases'.
2166         * elisp.texi (Top): Add a @detailmenu entry for "Character
2167         Properties".
2169         * objects.texi (Character Type): Correct the range of Emacs
2170         characters.  Add an @xref to "Character Codes".
2172         * strings.texi (String Basics): Add an @xref to "Character Codes".
2174         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2176         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2177         (Character Codes): Document `max-char'.
2179 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
2181         * nonascii.texi (Text Representations, Converting Representations)
2182         (Character Sets, Scanning Charsets, Translation of Characters):
2183         Make text more accurate.
2185 2008-11-28  Glenn Morris  <rgm@gnu.org>
2187         * files.texi (Format Conversion Round-Trip): Improve previous change.
2189 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
2191         * modes.texi (Auto Major Mode): Fix example.
2193 2008-11-25  Glenn Morris  <rgm@gnu.org>
2195         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2197         * files.texi (Format Conversion Round-Trip):
2198         Use active voice for previous change.
2200 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
2202         * os.texi (Processor Run Time):
2203         * processes.texi (Transaction Queues):
2204         * markers.texi (The Mark):
2205         * windows.texi (Choosing Window, Selecting Windows):
2206         * files.texi (Changing Files, Magic File Names):
2207         * commands.texi (Key Sequence Input):
2208         * functions.texi (Declaring Functions):
2209         * strings.texi (Predicates for Strings):
2210         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2212 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2214         * help.texi (Accessing Documentation): Update example.
2216         * variables.texi (Defining Variables): Note that `*' is not
2217         necessary if defcustom is used.
2219 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
2221         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2222         Characters" from @detailmenu.
2224         * nonascii.texi (Character Codes, Character Sets)
2225         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2226         (Chars and Bytes, Splitting Characters): Sections removed.
2228 2008-11-22  Lute Kamstra  <lute@gnu.org>
2230         * positions.texi (Text Lines): Update goto-line documentation.
2232 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
2234         * frames.texi (Frames): Fix typo, add cross references, reword.
2235         (Initial Parameters): Reword special-display-frame-alist text.
2236         (Frames and Windows): Reword.  Describe argument norecord for
2237         set-frame-selected-window.
2238         (Input Focus): Describe argument norecord for select-frame.
2239         Remove comment on MS-Windows behavior for focus-follows-mouse.
2240         (Raising and Lowering): Mention windows-frames dichotomy in
2241         metaphor.
2243         * windows.texi (Displaying Buffers, Vertical Scrolling)
2244         (Horizontal Scrolling): Fix indenting and rewording issues
2245         introduced with 2008-11-07 change.
2247 2008-11-20  Glenn Morris  <rgm@gnu.org>
2249         * files.texi (Format Conversion Round-Trip): Mention `preserve'
2250         element of `format-alist'.
2252 2008-11-19  Glenn Morris  <rgm@gnu.org>
2254         * doclicense.texi: Update to FDL 1.3.
2255         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2257 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
2259         * windows.texi (Window Hooks): Remove *-end-trigger-functions
2260         vars, which are obsolete.  Mention jit-lock-register.
2262         * modes.texi (Other Font Lock Variables):
2263         Document jit-lock-register and jit-lock-unregister.
2265         * frames.texi (Color Parameters): Document alpha parameter.
2267 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
2269         * windows.texi (Splitting Windows, Deleting Windows)
2270         (Selecting Windows, Cyclic Window Ordering)
2271         (Buffers and Windows, Displaying Buffers, Choosing Window)
2272         (Dedicated Windows, Window Point, Window Start and End)
2273         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2274         (Size of Window, Resizing Windows, Window Configurations)
2275         (Window Parameters): Avoid @var at beginning of sentences and
2276         reword accordingly.
2278 2008-11-11  Lute Kamstra  <lute@gnu.org>
2280         * files.texi (File Name Components): Fix file-name-extension
2281         documentation.
2283 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
2285         * frames.texi (Basic Parameters): Remove display-environment-variable
2286         and term-environment-variable.
2288 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
2290         * windows.texi (Basic Windows, Splitting Windows)
2291         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2292         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
2293         (Resizing Windows, Window Configurations, Window Parameters):
2294         Fix wording and markup.
2296 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
2298         * windows.texi (Windows): Update entries.
2299         (Basic Windows): Remove listing of attributes.  Reword.
2300         (Splitting Windows, Deleting Windows): Reword.
2301         (Selecting Windows, Cyclic Window Ordering): Reword with special
2302         emphasis on order of recently selected windows and buffer list.
2303         (Buffers and Windows, Choosing Window): Reword with special
2304         emphasis on dedicated windows.
2305         (Displaying Buffers): Reword.  For switch-to-buffer mention that
2306         it may fall back on pop-to-buffer.  For other-window try to
2307         explain how it treats the cyclic ordering of windows.
2308         (Dedicated Windows): New node and section discussing dedicated
2309         windows and associated functions.
2310         (Window Point): Add entry for window-point-insertion-type.  Reword.
2311         (Window Start and End): Rename node and section title.  Reword.
2312         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2313         Minor rewording.
2314         (Size of Window): Reword, in particular text on window-width.
2315         (Resizing Windows): Reword.  Add text on balancing windows.
2316         (Window Configurations): Reword.  Mention window parameters.
2317         (Window Parameters): New node and section on window parameters.
2318         (Window Hooks): Reword.  Mention that
2319         window-configuration-change-hook is run "buffer-locally".
2320         * elisp.texi (Top): Update Windows entries in @detailmenu
2321         section.
2323 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2325         * searching.texi (Regexp Search): Fix typo.
2327 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2329         * searching.texi (Regexp Search): Document GREEDY arg.
2330         (Simple Match Data): Fix return value.
2332 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
2334         * nonascii.texi (Text Representations): Rewrite to make consistent
2335         with Emacs 23 internal representation of characters.
2336         Document `unibyte-string'.
2338 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
2340         * processes.texi (Process Information): Note that process-status
2341         does not accept buffer names.
2343 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2345         * positions.texi (Skipping Characters): Correct return value of
2346         skip-chars-forward.
2348 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2350         * windows.texi (Deleting Windows): Update documentation of
2351         delete-windows-on.
2352         (Buffers and Windows): Update documentations of
2353         get-buffer-window and get-buffer-window-list.
2354         (Displaying Buffers): Update documentation of
2355         replace-buffer-in-windows.
2357         * buffers.texi (Current Buffer): Reword set-buffer and
2358         with-current-buffer documentations.
2359         (Creating Buffers): Reword documentation of get-buffer-create.
2361 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
2363         * buffers.texi (Current Buffer): Reword documentation of
2364         set-buffer.
2365         (Buffer Names): Reword documentation of buffer-name.
2366         (The Buffer List): For bury-buffer explain what happens with the
2367         buffer's window.
2368         (Creating Buffers): Say that get-buffer-create's arg is called
2369         buffer-or-name.
2371 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2373         * advice.texi (Computed Advice): Explain what DEFINITION is.
2375         * nonascii.texi (Character Codes): Remove obsolete function
2376         char-valid-p, and document characterp instead.
2378 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
2380         * windows.texi (Displaying Buffers): Reword documentation of
2381         pop-to-buffer.
2382         (Choosing Window): Rewrite documentation of display-buffer and
2383         its options.
2385         * buffers.texi (Killing Buffers): Update documentation of
2386         kill-buffer.
2388 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
2390         * processes.texi (Serial Ports): Fix wording and improve markup.
2392         * searching.texi (Regexp Search): Document `string-match-p' and
2393         `looking-at-p'.
2394         (POSIX Regexps): Add an xref for "non-greedy".
2395         (Regexp Special): Add @cindex entry for "non-greedy".
2397         * display.texi (Attribute Functions): Document `face-all-attributes'.
2398         (Image Cache) <image-refresh>: Minor wording fixes.
2400         * frames.texi (Color Names): Add an xref to `read-color'.
2402         * minibuf.texi (High-Level Completion): Document `read-color'.
2404         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2406         * positions.texi (Narrowing): Add an xref to "Swapping Text".
2408         * buffers.texi (Swapping Text): New section, documents
2409         `buffer-swap-text'.
2411 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
2413         * windows.texi (Resizing Windows): Minor wording fix.
2415 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2417         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2418         and `combine-and-quote-strings'.
2420         * strings.texi (Creating Strings): Add xrefs for them.
2422 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2424         * elisp.texi (Top): Make descriptive text for "Reading File Names"
2425         match the corresponding menu in minibuf.texi.
2427         * minibuf.texi (Reading File Names): Document `read-shell-command'
2428         and `minibuffer-local-shell-command-map'.
2430 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2432         * windows.texi (Resizing Windows): Remove var{} around "window" in
2433         documentation of enlarge-window.
2434         Rewrite documentation of window-min-height and window-min-width.
2436 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2438         * functions.texi (Calling Functions): Document `apply-partially'.
2440         * hooks.texi (Standard Hooks): Mention
2441         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2443         * variables.texi (File Local Variables): Document
2444         `file-local-variables-alist', `before-hack-local-variables-hook'
2445         and `hack-local-variables-hook'.
2447         * processes.texi (Synchronous Processes): Document `process-lines'.
2449         * customize.texi (Variable Definitions):
2450         Document `custom-reevaluate-setting'.
2452 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
2454         * windows.texi (Choosing Window, Deleting Windows)
2455         (Displaying Buffers): Expand documentation of dedicated windows.
2457 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2459         * files.texi (Changing Files): Document symbolic input of file
2460         modes to `set-file-modes'.  Document `read-file-modes' and
2461         `file-modes-symbolic-to-number'.
2463         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2464         and `search-map'.
2466         * searching.texi (Search and Replace):
2467         Document `replace-search-function' and `replace-re-search-function'.
2468         Document `multi-query-replace-map'.
2470         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2471         (Completion Commands, Reading File Names):
2472         Rename `minibuffer-local-must-match-filename-map' to
2473         `minibuffer-local-filename-must-match-map'.
2474         (Minibuffer Completion): The `require-match' argument to
2475         `completing-read' can now have the value `confirm-only'.
2477         * windows.texi (Displaying Buffers): Minor wording fix.
2478         (Choosing Window): `split-height-threshold' can now be nil.
2479         Document `split-width-threshold'.  `pop-up-frames' can have the
2480         value `graphic-only'.
2482 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
2484         * os.texi (Startup Summary): Document `before-init-time' and
2485         `after-init-time'.  Document `initial-window-system' and
2486         `window-system-initialization-alist'.  Document reading the
2487         abbrevs file.  Document the call to `server-start' under --daemon.
2488         Rearrange a bit to be consistent with the code flow.
2489         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2490         (Time Parsing): Document `format-seconds'.
2492 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
2494         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2495         and reword.
2497 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
2499         * markers.texi (The Mark): Document use-region-p.
2501 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
2503         * internals.texi (Writing Emacs Primitives): The interactive spec
2504         of a primitive can be a Lisp form.
2506         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2507         values of transient-mark-mode.  Document handle-shift-selection.
2509         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2510         (Interactive Examples): Show an example of `^'.
2511         (Key Sequence Input): Document this-command-keys-shift-translated.
2512         (Defining Commands, Using Interactive): The interactive-form of a
2513         function can be added via its symbol's property.
2515         * positions.texi (List Motion): beginning-of-defun-function can
2516         now accept an argument.
2518         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2519         now return a list of strings.
2521         * control.texi (Handling Errors): Document ignore-errors.
2523         * frames.texi (Creating Frames): Document frame-inherited-parameters.
2524         (Parameter Access): Document set-frame-parameter.
2526         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2527         Hooks" for the effect of kill-all-local-variables on local hook
2528         functions.
2530         * modes.texi (Major Mode Conventions, Mode Line Variables):
2531         `mode-name' need not be a string.  xref to "Mode Line Data" for
2532         details, and to "Emulating Mode Line" for computing a string
2533         value.
2535 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
2537         * processes.texi (System Processes): New section.
2538         (Processes, Signals to Processes): Add xrefs to it.
2540         * objects.texi (Editing Types): A `process' is a subprocess of
2541         Emacs, not just any process running on the OS.
2543         * elisp.texi (Top): Adjust the @detailmenu for the above two
2544         changes.
2546         * sequences.texi (Char-Tables): Remove documentation of
2547         set-char-table-default, which has no effect since Emacs 23.
2548         <char-table-range, set-char-table-range>: Don't mention generic
2549         characters and charsets.  Add a cons cell as a possible argument.
2551         * nonascii.texi (Splitting Characters)
2552         (Translation of Characters): Don't mention generic characters.
2554         * display.texi (Fontsets): Don't mention generic characters.
2556         * sequences.texi (Char-Tables): `map-char-table' can now call its
2557         argument FUNCTION with a cons cell as KEY.
2559 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
2561         * objects.texi (Primitive Function Type): Move "@cindex special
2562         forms" from here...
2564         * eval.texi (Special Forms): ...to here.
2566         * functions.texi (What Is a Function): `functionp' returns nil for
2567         special forms.  Add an xref.
2569         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2570         Variables".
2572         * variables.texi (Frame-Local Variables): New section.
2573         (Buffer-Local Variables): Add an xref to it.
2574         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2575         have both frame-local and buffer-local binding.
2577         * frames.texi (Frames): Mention multiple tty frames.
2578         (Frame Parameters, Parameter Access): Mention frame-local variable
2579         bindings.
2581 2008-09-20  Glenn Morris  <rgm@gnu.org>
2583         * display.texi (Defining Faces): Recommend against face variables.
2585 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
2587         * display.texi (Echo Area Customization): Fix typo.
2589 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2591         * loading.texi (Where Defined): Add `defface' item.
2593 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2595         * loading.texi (Where Defined): Fix description of symbol-file.
2597 2008-08-26  Jason Rumney  <jasonr@gnu.org>
2599         * display.texi (TIFF Images): New section describing :index property.
2601 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2603         * display.texi (Temporary Displays): Remove unnecessary comment
2604         about usage of temp-buffer-show-hook.
2606 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
2608         * symbols.texi (Other Plists): Fix incorrect example.
2609         Suggested by Florian Beck.
2611 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
2613         * os.texi: Fix previous change.
2615 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2617         * os.texi:
2618         * intro.texi:
2619         * files.texi: Remove VMS support.
2621 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2623         * os.texi:
2624         * frames.texi:
2625         * display.texi: Remove mentions of Mac Carbon.
2627 2008-07-01  Miles Bader  <miles@gnu.org>
2629         * text.texi (Special Properties):
2630         * display.texi (Truncation): Add wrap-prefix and line-prefix.
2632 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
2634         * display.texi (Other Image Types): Fix copy/paste error; say
2635         "PBM", not "XBM".
2637 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
2639         * os.texi: Remove references to obsolete systems.
2641 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
2643         * makefile.w32-in (distclean): Remove makefile.
2645 2008-06-17  Glenn Morris  <rgm@gnu.org>
2647         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2648         (elisp, dist): Remove rules and variables that are obsolete now
2649         the lisp manual is no longer distributed separately.
2651 2008-06-16  Glenn Morris  <rgm@gnu.org>
2653         * configure, configure.in, mkinstalldirs: Remove unused files.
2655         * book-spine.texinfo: Set version to 23.0.60.
2656         * vol1.texi (EMACSVER):
2657         * vol2.texi (EMACSVER): Set to 23.0.60.
2659         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2660         as per maintain.info.
2662 2008-06-15  Glenn Morris  <rgm@gnu.org>
2664         * makefile.w32-in (manual): Use "23" rather than "21".
2666         * Makefile.in (emacsver): New, set by configure.
2667         (manual): Use emacsver.
2669         * intro.texi: Report bugs using M-x report-emacs-bug.
2671         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2673 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2675         * elisp.texi, internals.texi, processes.texi: Add documentation
2676         about serial port access.
2678 2008-06-05  Miles Bader  <miles@gnu.org>
2680         * display.texi (Displaying Faces): Update to reflect function
2681         renamings in face-remap.el.
2683 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
2685         * display.texi (Fontsets): Fix typos.
2687 2008-06-03  Miles Bader  <miles@gnu.org>
2689         * display.texi (Displaying Faces): Add add-relative-face-remapping,
2690         remove-relative-face-remapping, set-base-face-remapping,
2691         and set-default-base-face-remapping.
2693 2008-06-01  Miles Bader  <miles@gnu.org>
2695         * display.texi (Displaying Faces): Add face-remapping-alist.
2697 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2700         variable names.
2702 2008-05-03  Eric S. Raymond  <esr@golux>
2704         * keymaps.texi: Clarify that (current-local-map) and
2705         (current-global-map) return references, not copies.
2707 2008-05-02  Juri Linkov  <juri@jurta.org>
2709         * minibuf.texi (Text from Minibuffer): Document a list of
2710         default values for `read-from-minibuffer'.
2712 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
2714         * nonascii.texi (Translation of Characters): Fix previous change.
2716 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
2718         * display.texi (Overlay Properties): Clarify role of underlying
2719         textprop and overlay keymaps for display strings.
2721         * keymaps.texi (Active Keymaps): Ditto.
2723 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * minibuf.texi (Programmed Completion):
2726         Replace dynamic-completion-table with the new completion-table-dynamic.
2728 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
2730         * intro.texi (Some Terms): Change "fonts in this manual" index
2731         entry to "typographic conventions".
2733 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2735         * objects.texi (Text Props and Strings): Add indexing for read
2736         syntax of text properties.
2738 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * processes.texi (Decoding Output): Remove process-filter-multibyte
2741         functions.
2743 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
2745         * display.texi (Finding Overlays): Say that empty overlays at
2746         the end of the buffer are reported too.
2748 2008-03-13  Glenn Morris  <rgm@gnu.org>
2750         * elisp.texi (EMACSVER): Set to 23.0.60.
2752 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
2754         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2756 2008-02-22  Glenn Morris  <rgm@gnu.org>
2758         * frames.texi (Position Parameters): Clarify the description of
2759         `left' and `top', using information from "Geometry".
2760         (Geometry): Give a pointer to "Position Parameters", rather than
2761         repeating information.
2763 2008-02-11  Glenn Morris  <rgm@gnu.org>
2765         * objects.texi (Equality Predicates): No longer talk about "two"
2766         functions.
2768 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2770         * objects.texi (Equality Predicates): Add defun for
2771         equal-including-properties.
2773 2008-02-10  Glenn Morris  <rgm@gnu.org>
2775         * objects.texi (Equality Predicates):
2776         Mention equal-including-properties.
2778 2008-02-07  Richard Stallman  <rms@gnu.org>
2780         * windows.texi (Window Start): Mention the feature of moving
2781         window-start to start of line.
2783 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
2785         * keymaps.texi (Tool Bar): Document rtl property.
2787 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2789         * display.texi (Button Types):
2790         For define-button-type, clarify type of NAME.
2792 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
2794         * buffers.texi (Buffer Modification): Fix typo.
2796 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2798         * os.texi (System Environment): Remove references to OSes that are
2799         not supported anymore.
2801 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2803         * os.texi (System Environment): Remove mention for Masscomp.
2805 2008-01-04  Richard Stallman  <rms@gnu.org>
2807         * display.texi (Faces): Don't talk about internal face vector as arg
2808         to facep.
2810         * customize.texi (Type Keywords): Fix previous change.
2812         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2813         * elisp.texi (Top): Fix menu for commands.texi change.
2815 2007-12-30  Richard Stallman  <rms@gnu.org>
2817         * commands.texi (Accessing Mouse): Rename from Accessing Events.
2818         (Accessing Scroll): New node broken out of Accessing Mouse.
2820 2007-12-28  Richard Stallman  <rms@gnu.org>
2822         * frames.texi (Size Parameters): Fix typo.
2823         (Basic Parameters): For `title', refer to title bar.
2824         (Size and Position): Explain meaning of frame pixel width and height.
2826 2007-12-23  Richard Stallman  <rms@gnu.org>
2828         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2829         Improve some of the commented-out keywords' text too.
2831 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
2833         * nonascii.texi (Encoding and I/O): Reword to avoid saying
2834         "visit the current buffer".
2836         * os.texi (System Interface): Fix typo.
2838 2007-12-04  Richard Stallman  <rms@gnu.org>
2840         * objects.texi (Symbol Type): Fix typo.
2842 2007-12-03  Richard Stallman  <rms@gnu.org>
2844         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2846 2007-12-01  Glenn Morris  <rgm@gnu.org>
2848         * functions.texi (Declaring Functions): Improve previous change.
2850 2007-11-30  Glenn Morris  <rgm@gnu.org>
2852         * functions.texi (Declaring Functions): Add optional fourth
2853         argument of declare-function, and setting third argument to `t'.
2855 2007-11-29  Richard Stallman  <rms@gnu.org>
2857         * customize.texi (Composite Types): Document `group' type.
2859 2007-11-29  Glenn Morris  <rgm@gnu.org>
2861         * functions.texi (Declaring Functions): Add findex.
2862         Mention `external' files.
2864 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2866         * functions.texi (Declaring Functions): Fix directive.
2868 2007-11-25  Richard Stallman  <rms@gnu.org>
2870         * help.texi (Help Functions): Clean up last change.
2872         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2874         * loading.texi (Named Features): Minor cleanup.
2876         * macros.texi (Eval During Expansion): Minor cleanup.
2878         * variables.texi (Variable Aliases): Minor cleanup.
2880 2007-11-24  Richard Stallman  <rms@gnu.org>
2882         * functions.texi (Declaring Functions): Clarify previous change.
2884         * compile.texi (Compiler Errors): Clarify previous change.
2886 2007-11-24  Richard Stallman  <rms@gnu.org>
2888         * display.texi (Refresh Screen, Forcing Redisplay):
2889         Clarify the text and move items around.
2891 2007-11-24  Glenn Morris  <rgm@gnu.org>
2893         * functions.texi (Declaring Functions): New section.
2894         * compile.texi (Compiler Errors): Mention declaring functions,
2895         defvar with no initvalue, and byte-compile-warnings.
2897 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
2899         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2900         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2902 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
2904         * help.texi (Help Functions): Document new macro `with-help-window'.
2906 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2908         * searching.texi (Replacing Match): Describe new
2909         `match-substitute-replacement'.
2911 2007-10-31  Richard Stallman  <rms@gnu.org>
2913         * strings.texi (Creating Strings): Null strings from concat not unique.
2915 2007-10-26  Richard Stallman  <rms@gnu.org>
2917         * objects.texi (Equality Predicates): Null strings are uniquified.
2919         * minibuf.texi: Minor clarifications in previous change.
2921 2007-10-25  Glenn Morris  <rgm@gnu.org>
2923         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2925 2007-10-24  Richard Stallman  <rms@gnu.org>
2927         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2929         * variables.texi (Frame-Local Variables): Node deleted.
2930         (Variables): Delete Frame-Local Variables from menu.
2931         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2932         (Default Value): Don't mention frame-local vars.
2934         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2936         * loading.texi (Unloading): Document FEATURE-unload-function
2937         instead of FEATURE-unload-hook.
2939         * frames.texi (Multiple Displays): Don't mention frame-local vars.
2941 2007-10-22  Juri Linkov  <juri@jurta.org>
2943         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2944         (High-Level Completion): Document a list of default value strings
2945         in the DEFAULT argument, for which minibuffer functions return the
2946         first element.
2948 2007-10-17  Juri Linkov  <juri@jurta.org>
2950         * text.texi (Filling): Update arguments of fill-paragraph.
2951         fill-paragraph operates on the active region in Transient Mark mode.
2952         Remove fill-paragraph-or-region.
2954 2007-10-13  Karl Berry  <karl@gnu.org>
2956         * elisp.texi (@dircategory): Move to after @copying,
2957         since we want @copying as close as possible to the beginning of
2958         the output.
2960 2007-10-12  Richard Stallman  <rms@gnu.org>
2962         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2964         * commands.texi (Distinguish Interactive): New node,
2965         broken out from Interactive Call and rewritten.
2966         (Command Loop): Put Distinguish Interactive in menu.
2968 2007-10-09  Richard Stallman  <rms@gnu.org>
2970         * text.texi (Examining Properties): Mention overlay priority.
2972         * display.texi (Display Margins): Correct the description
2973         of margin display specifications.
2974         (Replacing Specs): New subnode broken out of Display Property.
2976 2007-10-06  Juri Linkov  <juri@jurta.org>
2978         * text.texi (Filling): Document fill-paragraph-or-region.
2980 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2982         * display.texi (Auto Faces): Fix typo.
2984 2007-10-02  Richard Stallman  <rms@gnu.org>
2986         * display.texi (Display Property): Explain some display specs
2987         don't let you move point in.
2989         * frames.texi (Cursor Parameters):
2990         Describe cursor-in-non-selected-windows here.  Explain more values.
2992         * windows.texi (Basic Windows): Don't describe
2993         cursor-in-non-selected-windows here.
2995 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
2997         * processes.texi (Misc Network): Note that these functions are
2998         supported only on some systems.
3000 2007-10-01  Richard Stallman  <rms@gnu.org>
3002         * display.texi (Overlay Properties): Explain nil as priority.
3003         Explain that conflicts are unpredictable if not resolved by
3004         priorities.
3006 2007-09-23  Richard Stallman  <rms@gnu.org>
3008         * macros.texi (Backquote): Minor clarification.
3010 2007-09-19  Richard Stallman  <rms@gnu.org>
3012         * display.texi (Display Property): Explain multiple display specs.
3013         Clarify when they work in parallel and when one overrides.
3014         Fix error in example.
3016 2007-09-06  Glenn Morris  <rgm@gnu.org>
3018         Move from lispref/ to doc/lispref/.  Change all setfilename
3019         commands to use ../../info.
3020         * Makefile.in (infodir): Go up one more level.
3021         (usermanualdir): Change from ../man to ../emacs.
3022         (miscmanualdir): New.
3023         (dist): Use new variable miscmanualdir.
3024         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3025         (usermanualdir): Change from ../man to ../emacs.
3027 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3029         * commands.texi (Command Loop Info): Advise against changing
3030         most variables described here.  Explain new variable
3031         last-repeatable-command.
3033 2007-08-29  Glenn Morris  <rgm@gnu.org>
3035         * elisp.texi (EMACSVER): Increase to 23.0.50.
3037 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3039         * frames.texi (Basic Parameters): Add display-environment-variable
3040         and term-environment-variable.
3042 2007-08-28  Juri Linkov  <juri@jurta.org>
3044         * display.texi (Image Formats, Other Image Types): Add SVG.
3046 2007-08-28  Juri Linkov  <juri@jurta.org>
3048         * display.texi (Images): Move formats-related text to new node
3049         "Image Formats".
3050         (Image Formats): New node.
3052 2007-08-27  Richard Stallman  <rms@gnu.org>
3054         * windows.texi (Window Configurations): Clarify what
3055         a window configuration saves.
3057 2007-08-25  Richard Stallman  <rms@gnu.org>
3059         * display.texi (Images): Delete redundant @findex.
3061 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3063         * text.texi (Change Hooks): (after|before)-change-functions are no
3064         longer bound to nil while running; rather inhibit-modification-hooks
3065         is t.
3067 2007-08-16  Richard Stallman  <rms@gnu.org>
3069         * processes.texi (Asynchronous Processes):
3070         Clarify doc of start-file-process.
3072 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3074         * modes.texi (Example Major Modes): Fix typo.
3076 2007-08-08  Glenn Morris  <rgm@gnu.org>
3078         * intro.texi (nil and t): Do not use `iff' in documentation.
3080         * tips.texi (Documentation Tips): Recommend against `iff'.
3082 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3084         * display.texi (Image Cache): Document image-refresh.
3086 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3088         * windows.texi (Size of Window): Document window-full-width-p.
3090 2007-07-25  Glenn Morris  <rgm@gnu.org>
3092         * gpl.texi (GPL): Replace license with GPLv3.
3094         * Relicense all FSF files to GPLv3 or later.
3096 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3098         * processes.texi (Synchronous Processes):
3099         Add `process-file-shell-command'.
3100         (Asynchronous Processes): Mention restricted use of
3101         `process-filter' and `process-sentinel' in
3102         `start-file-process'.  Add `start-file-process-shell-command'.
3104 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3106         * files.texi (Magic File Names): Introduce optional parameter
3107         IDENTIFICATION for `file-remote-p'.
3109 2007-07-16  Richard Stallman  <rms@gnu.org>
3111         * display.texi (Defining Faces): Fix previous change.
3113 2007-07-14  Richard Stallman  <rms@gnu.org>
3115         * control.texi (Handling Errors): Document `debug' in handler list.
3117 2007-07-10  Richard Stallman  <rms@gnu.org>
3119         * display.texi (Defining Faces): Explain C-M-x feature for defface.
3121 2007-07-09  Richard Stallman  <rms@gnu.org>
3123         * files.texi (Magic File Names): Rewrite previous change.
3125 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3127         * files.texi (Magic File Names): Introduce optional parameter
3128         CONNECTED for `file-remote-p'.
3130 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
3132         * processes.texi (Asynchronous Processes):
3133         * files.texi (Magic File Names): Add `start-file-process'.
3135 2007-06-27  Richard Stallman  <rms@gnu.org>
3137         * files.texi (Format Conversion Piecemeal):
3138         Clarify `after-insert-file-functions' calling convention.
3140 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3142         * files.texi (Magic File Names): Remove `dired-call-process'.
3143         Add `process-file'.
3145 2007-06-27  Kenichi Handa  <handa@m17n.org>
3147         * text.texi (Special Properties): Fix description about
3148         `composition' property.
3150 2007-06-26  Kenichi Handa  <handa@m17n.org>
3152         * nonascii.texi (Default Coding Systems): Document about the
3153         return value `undecided'.
3155 2007-06-25  David Kastrup  <dak@gnu.org>
3157         * keymaps.texi (Active Keymaps): Document new POSITION argument of
3158         `current-active-maps'.
3160 2007-06-24  Karl Berry  <karl@gnu.org>
3162         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3164 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
3166         * display.texi (Overlay Arrow): Doc fix.
3168 2007-06-14  Karl Berry  <karl@tug.org>
3170         * anti.texi (Antinews): Typo.
3172 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
3174         * display.texi (Image Cache): Document image-refresh.
3176 2007-06-12  Karl Berry  <karl@gnu.org>
3178         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3179         * two-volume.make: New file.
3180         * .cvsignore: Ignore two-volume files.
3182 2007-06-12  Tom Tromey  <tromey@redhat.com>
3184         * os.texi (Init File): Document user-emacs-directory.
3186 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
3188         * commands.texi (Click Events): Describe width and height when
3189         object is nil.
3191 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
3193         * commands.texi (Click Events): Layout more logically.
3194         Describe width and height.
3195         (Drag Events, Motion Events): Update to new format for position.
3197 2007-06-02  Richard Stallman  <rms@gnu.org>
3199         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3201 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3203         * Version 22.1 released.
3205 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * text.texi (Special Properties): Correct meaning of fontified face.
3209 2007-05-30  Richard Stallman  <rms@gnu.org>
3211         * text.texi (Special Properties): Add link to Adjusting Point.
3213 2007-05-12  Richard Stallman  <rms@gnu.org>
3215         * text.texi (Margins): indent-to-left-margin is not the default.
3216         (Mode-Specific Indent): For indent-line-function, the default
3217         is indent-relative.
3219         * modes.texi (Example Major Modes): Explain last line of text-mode
3220         is redundant.
3222 2007-05-10  Richard Stallman  <rms@gnu.org>
3224         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3226         * help.texi (Keys in Documentation): Add reference to
3227         Documentation Tips.
3229         * files.texi (Format Conversion): TO-FN gets three arguments.
3231         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3233 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
3235         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3236         * files.texi (Format Conversion): Expand intro; add menu.
3237         (Format Conversion Overview, Format Conversion Round-Trip)
3238         (Format Conversion Piecemeal): New nodes/subsections.
3239         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3240         * text.texi (Text Properties): Remove "Saving Properties" from menu.
3241         (Saving Properties): Delete node/subsection.
3243 2007-05-07  Karl Berry  <karl@gnu.org>
3245         * elisp.texi (EMACSVER): Back to 22.
3247 2007-05-06  Richard Stallman  <rms@gnu.org>
3249         * processes.texi (Accepting Output): Revert most of previous change.
3251 2007-05-05  Richard Stallman  <rms@gnu.org>
3253         * processes.texi (Accepting Output): accept-process-output
3254         uses microseconds, not milliseconds.  But that arg is obsolete.
3256 2007-05-04  Karl Berry  <karl@tug.org>
3258         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3260 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
3262         * tips.texi (Documentation Tips): Rearrange items to place the
3263         more important ones first.  Add an index entry for hyperlinks.
3265 2007-05-03  Karl Berry  <karl@gnu.org>
3267         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3268         (EMACSVER) [smallbook]: 22 for printed version.
3270         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3271         so restore anchor to normal position after defun.  Found by Kevin Ryde.
3273 2007-04-26  Glenn Morris  <rgm@gnu.org>
3275         * elisp.texi (EMACSVER): Increase to 22.1.50.
3277 2007-04-28  Karl Berry  <karl@gnu.org>
3279         * elisp.texi: Improve line breaks on copyright page,
3280         similar layout to emacs manual, 8.5x11 by default.
3282 2007-04-24  Richard Stallman  <rms@gnu.org>
3284         * text.texi (Special Properties): Add xref to Overlay Properties.
3286         * display.texi (Overlay Properties): Add xref to Special Properties.
3288 2007-04-22  Richard Stallman  <rms@gnu.org>
3290         * keymaps.texi (Extended Menu Items): Move the info about
3291         format with cached keyboard binding.
3293 2007-04-21  Richard Stallman  <rms@gnu.org>
3295         * text.texi (Special Properties): Clarify previous change.
3297         * files.texi (File Name Expansion): Clarify previous change.
3299         * display.texi (Attribute Functions): Fix example for
3300         face-attribute-relative-p.
3302 2007-04-19  Kenichi Handa  <handa@m17n.org>
3304         * text.texi (Special Properties): Document composition property.
3306 2007-04-19  Glenn Morris  <rgm@gnu.org>
3308         * files.texi (File Name Expansion): Mention "superroot".
3310 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3312         * frames.texi (Multiple Displays): Add note about "multi-monitor"
3313         setups.
3314         (Display Feature Testing): Note that display refers to all
3315         physical monitors for multi-monitor setups.
3317 2007-04-14  Richard Stallman  <rms@gnu.org>
3319         * lists.texi (Sets And Lists): Clarify `delete' examples.
3320         Remove spurious xref to same node.
3321         Clarify xref for add-to-list.
3323 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3325         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3326         value of lisp-mode-map.
3328 2007-04-11  Karl Berry  <karl@gnu.org>
3330         * anti.texi (Antinews):
3331         * display.texi (Overlay Properties, Defining Images):
3332         * processes.texi (Synchronous Processes, Sentinels):
3333         * syntax.texi (Syntax Table Internals):
3334         * searching.texi (Regexp Special):
3335         * nonascii.texi (Default Coding Systems):
3336         * text.texi (Special Properties):
3337         * minibuf.texi (Basic Completion): Wording to improve breaks in
3338         8.5x11 format.
3339         * elisp.texi (smallbook): New @set to more easily switch between
3340         smallbook and 8.5x11.
3342 2007-04-11  Richard Stallman  <rms@gnu.org>
3344         * text.texi (Lazy Properties): Minor fix.
3346 2007-04-08  Karl Berry  <karl@gnu.org>
3348         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3349         * macros.texi (Backquote): Downcase Backquote in index entries for
3350         consistency.
3352 2007-04-08  Richard Stallman  <rms@gnu.org>
3354         * text.texi (Adaptive Fill): Just describe default,
3355         don't show it (since it contains non-ASCII chars).
3357 2007-04-07  Karl Berry  <karl@gnu.org>
3359         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3360         adaptive-fill-regexp's value, since they are not in the standard
3361         TeX fonts.
3363 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
3365         * display.texi (Defining Faces): Fix example.
3367 2007-04-07  Karl Berry  <karl@gnu.org>
3369         * display.texi (Button Buffer Commands): Improve page break.
3371 2007-04-07  Richard Stallman  <rms@gnu.org>
3373         * advice.texi (Activation of Advice): Remove redundant index entry.
3375         * backups.texi: Improve index entries.  Remove redundant ones.
3377         * compile.texi (Byte Compilation): Improve index entry.
3379         * hash.texi (Creating Hash): Improve index entry.
3381         * symbols.texi (Definitions): Improve index entry.
3383         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
3385         * maps.texi (Standard Keymaps): Remove useless index entry.
3387         * help.texi (Documentation Basics): Remove redundant index entries.
3389         * customize.texi: Improve index entries.
3390         Remove redundant/useless ones.
3392         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3394         * streams.texi (Output Variables): Improve index entry.
3396         * abbrevs.texi (Abbrevs): Remove useless index entry.
3398         * macros.texi (Expansion): Remove useless index entry.
3400         * text.texi: Improve index entries.  Remove redundant/useless ones.
3401         (Text Properties, Examining Properties)
3402         (Special Properties): Use "property category" instead of "category"
3403         to refer to the `category' property.
3405         * positions.texi: Improve index entries.  Remove useless one.
3407         * lists.texi: Improve index entries.  Remove redundant/useless ones.
3409         * os.texi: Improve index entries.
3410         (Timers): Fix previous change.
3412         * buffers.texi: Improve index entries.
3413         (Modification Time): Get rid of term "obsolete buffer".
3415         * debugging.texi: Improve index entries.
3416         (Test Coverage): Add xref to other test coverage ftr.
3418         * eval.texi: Improve index entry.  Remove redundant ones.
3420         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
3422         * files.texi: Improve index entries.  Remove redundant/useless ones.
3424         * objects.texi: Improve index entries.
3426         * processes.texi: Improve index entries.
3428         * modes.texi: Improve index entry.  Remove redundant one.
3430         * nonascii.texi: Improve index entries.
3432         * internals.texi: Improve index entries.
3434         * syntax.texi: Improve index entries.
3436         * keymaps.texi (Active Keymaps): Improve index entries.
3438         * commands.texi: Improve index entries.  Remove redundant/useless ones.
3440         * frames.texi: Improve index entries.  Remove redundant/useless ones.
3442         * markers.texi: Improve index entries.  Remove redundant ones.
3444         * tips.texi: Improve index entries.
3446         * loading.texi (Unloading): Improve index entry.
3448         * variables.texi: Improve index entries.  Remove redundant one.
3450         * sequences.texi: Improve index entry.
3452         * display.texi: Improve index entries.  Remove redundant ones.
3454         * windows.texi: Improve index entries.
3456         * searching.texi: Improve index entries.  Remove redundant one.
3458         * strings.texi (Case Tables): Improve last change.
3460 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3462         * strings.texi (Case Tables): Document with-case-table and
3463         ascii-case-table.
3465 2007-04-03  Karl Berry  <karl@gnu.org>
3467         * processes.texi (Network): Reword to improve page break.
3469 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3471         * functions.texi (Inline Functions): Describe more disadvantages
3472         of defsubst, and make advice against it stronger.
3474 2007-04-02  Karl Berry  <karl@gnu.org>
3476         * backups.texi (Backup Names): Avoid widow words.
3477         * modes.texi (Example Major Modes): Align last comment.
3479 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3481         * keymaps.texi (Remapping Commands): Document new arg to
3482         command-remapping.
3484 2007-04-01  Karl Berry  <karl@gnu.org>
3486         * processes.texi (Low-Level Network): Typo.
3487         * loading.texi (Hooks for Loading): Avoid double "the".
3488         * keymaps.texi (Key Sequences): No double "and".
3489         (Changing Key Bindings): Shorten to improve line break.
3491 2007-03-31  Glenn Morris  <rgm@gnu.org>
3493         * os.texi (Timers): Fix description of run-at-time TIME formats.
3495 2007-03-31  Richard Stallman  <rms@gnu.org>
3497         * display.texi (Invisible Text): Correct buffer-invisibility-spec
3498         regarding ellipsis.
3500 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3502         * intro.texi (nil and t):
3503         * symbols.texi (Plists and Alists):
3504         * variables.texi (Variable Aliases, Constant Variables):
3505         * functions.texi (Defining Functions):
3506         * advice.texi (Advising Primitives):
3507         * debugging.texi (Syntax Errors, Compilation Errors):
3508         * minibuf.texi (Minibuffer Windows):
3509         * commands.texi (Adjusting Point):
3510         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3511         (Auto Major Mode, Major Mode Conventions):
3512         * help.texi (Describing Characters):
3513         * files.texi (Create/Delete Dirs, Information about Files)
3514         (File Locks, Writing to Files, Reading from Files)
3515         (Saving Buffers):
3516         * windows.texi (Resizing Windows, Cyclic Window Ordering):
3517         * frames.texi (Finding All Frames):
3518         * positions.texi (Buffer End, Motion):
3519         * markers.texi (The Region):
3520         * text.texi (Deletion, Near Point):
3521         * display.texi (Displaying Messages, Truncation):
3522         * os.texi (Processor Run Time):
3523         * tips.texi (Key Binding Conventions, Programming Tips)
3524         (Warning Tips, Documentation Tips, Comment Tips):
3525         * internals.texi (Memory Usage): Improve indexing.
3527         * variables.texi (Frame-Local Variables):
3528         * functions.texi (Argument List):
3529         * loading.texi (Library Search):
3530         * streams.texi (Output Variables):
3531         * keymaps.texi (Translation Keymaps, Searching Keymaps):
3532         * searching.texi (Replacing Match, Search and Replace):
3533         * processes.texi (Byte Packing, Decoding Output)
3534         (Accepting Output, Network Servers, Shell Arguments):
3535         * display.texi (Abstract Display, Image Cache, Scroll Bars):
3536         * windows.texi (Window Point, Window Start):
3537         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3538         * commands.texi (Reading Input, Keyboard Events):
3539         * minibuf.texi (Reading File Names, Minibuffer Completion)
3540         (Recursive Mini):
3541         * positions.texi (List Motion):
3542         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3543         * numbers.texi (Arithmetic Operations, Math Functions)
3544         (Predicates on Numbers, Comparison of Numbers):
3545         (Numeric Conversions):
3546         * locals.texi (Standard Buffer-Local Variables):
3547         * maps.texi (Standard Keymaps):
3548         * os.texi (User Identification, System Environment, Recording Input)
3549         (X11 Keysyms):
3550         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3551         * backups.texi (Backups and Auto-Saving):
3552         * customize.texi (Customization, Group Definitions)
3553         (Variable Definitions):
3554         * compile.texi (Byte Compilation): Improve index entries.
3556 2007-03-31  Karl Berry  <karl@gnu.org>
3558         * macros.texi (Defining Macros): Avoid widow syllable.
3560 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3562         * elisp.texi (Top): Postscript -> PostScript.
3564         * display.texi (Images, Postscript Images): Postscript -> PostScript.
3566 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3568         * internals.texi (Writing Emacs Primitives): Untabify `For'.
3570 2007-03-30  Karl Berry  <karl@gnu.org>
3572         * lists.texi (List-related Predicates): Remove spurious @need.
3573         (Setcdr): Use @smallexample to improve page break.
3574         (Association Lists) <assoc>: Reword to improve page break.
3576         * strings.texi (String Conversion): Insert blank line to improve
3577         page break.
3579         * numbers.texi (Random Numbers): Use @minus{}.
3580         (Math Functions): Use @minus{}.
3582         * intro.texi (Acknowledgements): Avoid line breaks before middle
3583         initials.
3585 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
3587         * errors.texi (Standard Errors): Add an index entry.
3589 2007-03-19  Richard Stallman  <rms@gnu.org>
3591         * os.texi (Recording Input): recent-keys now gives 300 keys.
3593 2007-03-12  Glenn Morris  <rgm@gnu.org>
3595         * os.texi: Replace "daylight savings" with "daylight saving"
3596         throughout.
3598 2007-03-05  Richard Stallman  <rms@gnu.org>
3600         * variables.texi (File Local Variables):
3601         Update enable-local-variables values.
3603 2007-03-04  Richard Stallman  <rms@gnu.org>
3605         * syntax.texi (Control Parsing): Minor clarification.
3607         * strings.texi (Formatting Strings): Clarify width, precision, flags.
3609         * sequences.texi (Sequence Functions): Move string-bytes away,
3610         add xref.
3612         * nonascii.texi (Text Representations): Move string-bytes here.
3614         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3616         * minibuf.texi (Basic Completion): Minor clarification.
3618         * markers.texi (The Mark): Clarify existence vs activation of mark.
3619         Other cleanup.
3621         * display.texi (Finding Overlays): Write better example.
3623         * compile.texi (Eval During Compile): Clarify putting macros
3624         in eval-when-compile.
3626 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
3628         * loading.texi (How Programs Do Loading): Fix anchor position at
3629         load-read-function definition doc.
3631 2007-02-21  Kim F. Storm  <storm@cua.dk>
3633         * strings.texi (Text Comparison): Mention that assoc-string
3634         converts symbols to strings before testing.
3636 2007-02-17  Kim F. Storm  <storm@cua.dk>
3638         * processes.texi (Bindat Spec): Vector types can have optional
3639         element type.
3640         (Bindat Examples): Fix example.  Add vector with element type.
3642 2007-02-16  Andreas Schwab  <schwab@suse.de>
3644         * strings.texi (Formatting Strings): Document '+' flag.
3646 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3648         * strings.texi (Modifying Strings): Clarify that `clear-string'
3649         always converts the string to unibyte.
3651 2007-02-14  Kim F. Storm  <storm@cua.dk>
3653         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3654         Rewrite glyph code description to refer to these functions.
3655         Remove details of encoding face number and char into integer code.
3657 2007-02-03  Alan Mackenzie  <acm@muc.de>
3659         * loading.texi (Hooks for Loading): Make the description of
3660         `eval-after-load' more detailed, and amend the description of
3661         after-load-alist, in accordance with changes from 2006-05.
3663 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3665         * modes.texi (Defining Minor Modes): Document that a :require
3666         keyword or similar may be required to make saved customization
3667         variables work.
3669 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3671         * elisp.texi (Top): Make the detailed menu headers compliant with
3672         Texinfo guidelines and with what texnfo-upd.el expects.
3673         Add comments to prevent people from inadvertently modifying the key
3674         parts needed by `texinfo-multiple-files-update'.
3676 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3678         * elisp.texi (Top): Update the top-level menus.
3680         * syntax.texi (Categories): Add index entries.
3682 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3684         * display.texi (Attribute Functions): Fix name and description of
3685         the UNDERLINE arg of `set-face-underline-p'.
3687 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
3689         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3690         Variables", and "Standard Keymaps" to the detailed menu.
3692         * variables.texi (Future Local Variables): Add index entry.
3694 2007-01-28  Richard Stallman  <rms@gnu.org>
3696         * tips.texi (Coding Conventions): Clarify the tip about macros
3697         that define a function or a variable.
3699         * files.texi (File Attributes): UID and GID can be floats.
3700         (Magic File Names): Explain why deferring all operations to
3701         the standard handler does not work.
3703 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3705         * backups.texi (Reverting): Use "buffer" instead of "file"
3706         when talking about major and minor modes.
3708 2007-01-21  Richard Stallman  <rms@gnu.org>
3710         * help.texi (Documentation): Add xref to Documentation Tips.
3712 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3714         * tips.texi (Coding Conventions): Fix typos.
3716 2007-01-05  Richard Stallman  <rms@gnu.org>
3718         * modes.texi (Defining Minor Modes): Fix previous change.
3720 2007-01-03  Richard Stallman  <rms@gnu.org>
3722         * customize.texi (Variable Definitions, Customization Types):
3723         Don't use * in doc string for defcustom.
3725 2007-01-02  Richard Stallman  <rms@gnu.org>
3727         * variables.texi (Variable Aliases): Clarify that aliases vars
3728         always have the same value.
3730         * processes.texi (Bindat Spec): Fix Texinfo usage.
3732         * modes.texi (Defining Minor Modes): Explain effect of command
3733         defined with define-global-minor-mode on new buffers.
3735 2006-12-30  Kim F. Storm  <storm@cua.dk>
3737         * keymaps.texi (Tool Bar): Describe `grow-only' value of
3738         `auto-resize-tool-bars'.
3740 2006-12-30  Richard Stallman  <rms@gnu.org>
3742         * keymaps.texi (Active Keymaps): Fix previous change.
3744 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
3746         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3748 2006-12-30  Kim F. Storm  <storm@cua.dk>
3750         * processes.texi (Bindat Spec): Clarify using field names in
3751         length specifications.
3753 2006-12-29  Kim F. Storm  <storm@cua.dk>
3755         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3756         Add count and index variables for eval forms in repeat blocks.
3758 2006-12-24  Richard Stallman  <rms@gnu.org>
3760         * customize.texi (Variable Definitions):
3761         Document new name custom-add-frequent-value.
3763 2006-12-19  Kim F. Storm  <storm@cua.dk>
3765         * commands.texi (Misc Events): User signals now result in sigusr1
3766         and sigusr2 events which are handled through special-event-map.
3767         (Special Events): User signals and drag-n-drop are special.
3769 2006-12-17  Richard Stallman  <rms@gnu.org>
3771         * loading.texi (Named Features): Explain subfeatures better.
3773         * customize.texi: Use "option" only for user options.
3774         For the keyword values inside defcustom etc, say "keywords".
3775         For :options value's elements, say "elements".
3776         :group should not be omitted.
3778         * syntax.texi (Parsing Expressions): Split up node.
3779         (Motion via Parsing, Position Parse, Parser State)
3780         (Low-Level Parsing, Control Parsing): New subnodes.
3781         (Parser State): Document syntax-ppss-toplevel-pos.
3783         * positions.texi (List Motion): Punctuation fix.
3785         * files.texi (File Name Completion): Document PREDICATE arg
3786         to file-name-completion.
3788 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
3790         * internals.texi (Building Emacs, Writing Emacs Primitives):
3791         Add index entries.
3793 2006-12-11  Richard Stallman  <rms@gnu.org>
3795         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3796         affects face menu.  Explain how to make it non-nil without enabling
3797         any fontification.
3799 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3801         * modes.texi (Font Lock Basics): Document nil value of
3802         font-lock-defaults.
3804 2006-12-10  Glenn Morris  <rgm@gnu.org>
3806         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3807         value for system-flag argument.  Abbrev tables may not be empty
3808         when major modes are loaded.
3810 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3812         * makefile.w32-in (maintainer-clean): Partially revert last
3813         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3814         to protect elisp-covers.texi.
3816 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
3818         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3819         Don't remove elisp* info files; they are already deleted by the
3820         `clean' and `distclean' targets, and they are in the $(infodir)
3821         directory, not the current one.
3823 2006-12-04  Kim F. Storm  <storm@cua.dk>
3825         * commands.texi (Misc Events): Update signal events.
3826         (Event Examples): Add signal example.
3828 2006-11-29  Richard Stallman  <rms@gnu.org>
3830         * frames.texi (Visibility of Frames): Explain visible windows
3831         can be covered by others.  Add xref for raise-frame.
3833 2006-11-28  Richard Stallman  <rms@gnu.org>
3835         * searching.texi (Regexp Special): Update when ^ is special.
3837 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
3839         * customize.texi (Customization, Common Keywords)
3840         (Group Definitions, Variable Definitions, Composite Types)
3841         (Type Keywords, Customization Types): Add index entries for
3842         various customization keywords.
3844 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3848 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
3850         * frames.texi (Window System Selections): Remove clipboard from
3851         description of selection-coding-system.
3853 2006-11-06  Richard Stallman  <rms@gnu.org>
3855         * lists.texi (List Variables): Document COMPARE-FN.
3857         * keymaps.texi: Avoid use of "binding" to mean a relation;
3858         use it only to refer to the meaning associated with a key.
3859         (Keymaps): Change menu node description.
3861         * elisp.texi (Top): Change menu node description.
3863         * display.texi (Managing Overlays): Document overlay-recenter.
3865 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
3867         * Makefile.in: Use relative paths to avoid advertising filesystem
3868         contents during compilation.
3870 2006-10-23  Kim F. Storm  <storm@cua.dk>
3872         * commands.texi (Event Input Misc): Update unread-command-events.
3874 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3876         * lists.texi (Sets And Lists): Fix typos.
3878 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3880         * control.texi (Processing of Errors): Use @var for an argument,
3881         not @code.
3883 2006-10-16  Richard Stallman  <rms@gnu.org>
3885         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3887         * keymaps.texi (Format of Keymaps): Show all the keymap element
3888         patterns that result from menu items.
3889         (Key Lookup): Minor cleanups.
3891         * modes.texi (Precalculated Fontification): Don't say that
3892         not setting font-lock-defaults avoids loading font-lock.
3894         * help.texi (Documentation): Move xref to Emacs Manual here.
3895         (Documentation Basics): From here.
3896         Also doc emacs-lisp-docstring-fill-column.
3898         * elisp.texi: Update version and ISBN.
3900         * commands.texi (Interactive Call): Clarify KEYS arg to
3901         call-interactively is a vector.
3902         (Command Loop Info): Delete anchor in this-command-keys.
3903         Add anchor in this-command-keys-vector.
3904         (Recursive Editing): Document how recursive-edit
3905         handles the current buffer.
3907 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
3909         * frames.texi (Frame Titles): %c and %l are ignored in
3910         frame-title-format.
3912 2006-10-11  Richard Stallman  <rms@gnu.org>
3914         * keymaps.texi (Key Sequences): Clarify use of kbd.
3916 2006-10-10  Kim F. Storm  <storm@cua.dk>
3918         * lists.texi (Sets And Lists): Add memql.
3920 2006-10-03  Richard Stallman  <rms@gnu.org>
3922         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3923         Clarify :ascii: and :nonascii:.
3925 2006-09-29  Juri Linkov  <juri@jurta.org>
3927         * modes.texi (%-Constructs): Reorder coding systems in the
3928         documentation of %z to the real order displayed in the modeline.
3930 2006-09-25  Richard Stallman  <rms@gnu.org>
3932         * os.texi (Timers): Describe timer-max-repeats.
3934 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3936         * os.texi (Timers): Mention with-local-quit.
3938 2006-09-24  Richard Stallman  <rms@gnu.org>
3940         * searching.texi (Searching and Matching): Mention property search.
3942         * commands.texi (Command Loop Info): Explain how read-event affects
3943         this-command-keys.
3945 2006-09-20  Richard Stallman  <rms@gnu.org>
3947         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3949         * windows.texi (Window Start): Minor cleanups.
3951 2006-09-20  Kim F. Storm  <storm@cua.dk>
3953         * windows.texi (Window Start): pos-visible-in-window-p allows
3954         specifying t for position to mean "end of window".
3955         Add window-line-height.
3957         * anti.texi (Antinews): Mention window-line-height.
3959 2006-09-19  David Kastrup  <dak@gnu.org>
3961         * keymaps.texi (Searching Keymaps): Small clarification.
3963 2006-09-18  Richard Stallman  <rms@gnu.org>
3965         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3966         cause keyboard menus.
3967         (Menu Keymaps): Likewise.
3968         (Defining Menus, Keyboard Menus): Clarify.
3970         * text.texi (Fields): Clarify explanation of constrain-to-field.
3972 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
3974         * variables.texi (Tips for Defining): Fix a typo.
3976 2006-09-15  Richard Stallman  <rms@gnu.org>
3978         * keymaps.texi (Remapping Commands, Searching Keymaps)
3979         (Active Keymaps): Clean up previous change.
3981 2006-09-15  Jay Belanger  <belanger@truman.edu>
3983         * gpl.texi: Replace "Library Public License" by "Lesser Public
3984         License" throughout.
3986 2006-09-15  David Kastrup  <dak@gnu.org>
3988         * keymaps.texi (Active Keymaps): Adapt description to use
3989         `get-char-property' instead `get-text-property'.  Explain how
3990         mouse events change this.  Explain the new optional argument of
3991         `key-binding' and its mouse-dependent lookup.
3992         (Searching Keymaps): Adapt description similarly.
3993         (Remapping Commands): Explain the new optional argument of
3994         `command-remapping'.
3996 2006-09-14  Richard Stallman  <rms@gnu.org>
3998         * keymaps.texi (Searching Keymaps): Clarification.
3999         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4001 2006-09-13  Richard Stallman  <rms@gnu.org>
4003         * objects.texi (Character Type): Node split.
4004         Add xref to Describing Characters.
4005         (Basic Char Syntax, General Escape Syntax)
4006         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4008 2006-09-11  Richard Stallman  <rms@gnu.org>
4010         * display.texi (Display Table Format): Wording clarification.
4011         (Glyphs): Clarifications.
4013 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4015         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4016         local maps.
4018 2006-09-10  Kim F. Storm  <storm@cua.dk>
4020         * display.texi (Forcing Redisplay): Document return value of
4021         function redisplay.
4023 2006-09-09  Richard Stallman  <rms@gnu.org>
4025         * windows.texi (Window Hooks): Explain limits of
4026         window-scroll-functions.
4028         * display.texi (Fringe Indicators): Update for last change in
4029         indicate-buffer-boundaries.
4031 2006-09-08  Richard Stallman  <rms@gnu.org>
4033         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4035 2006-09-06  Kim F. Storm  <storm@cua.dk>
4037         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4039         * windows.texi (Window Start): Update pos-visible-in-window-p.
4041 2006-09-04  Richard Stallman  <rms@gnu.org>
4043         * processes.texi (Accepting Output): Explain SECONDS=0 for
4044         accept-process-output.
4046         * os.texi (Idle Timers): Explain why timer functions should not
4047         loop until (input-pending-p).
4049 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4051         * makefile.w32-in (usermanualdir): New variable.
4052         (elisp.dvi): Use it.
4054 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4056         * buffers.texi (Buffer Modification): Fix last change.
4058 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4060         * buffers.texi (Buffer Modification):
4061         Document buffer-chars-modified-tick.
4063 2006-08-31  Richard Stallman  <rms@gnu.org>
4065         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4067 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
4069         * modes.texi (Syntactic Font Lock):
4070         Mention font-lock-syntactic-face-function
4071         instead of specific faces.
4073 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4075         * display.texi (Images): Add xrref to display-images-p.
4077 2006-08-28  Kenichi Handa  <handa@m17n.org>
4079         * nonascii.texi (Lisp and Coding Systems): Fix description of
4080         detect-coding-region.
4082 2006-08-27  Michael Olson  <mwolson@gnu.org>
4084         * processes.texi (Transaction Queues): Remove stray quote
4085         character.
4087 2006-08-25  Richard Stallman  <rms@gnu.org>
4089         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4090         Add xref.
4092 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4094         * os.texi (Timers): Avoid waiting inside timers.
4096 2006-08-21  Lute Kamstra  <lute@gnu.org>
4098         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4100 2006-08-20  Richard Stallman  <rms@gnu.org>
4102         * os.texi (Idle Timers): New node, split out from Timers.
4103         Document current-idle-time.
4104         * commands.texi (Reading One Event): Update xref.
4105         * elisp.texi (Top): Update subnode menu.
4107 2006-08-16  Richard Stallman  <rms@gnu.org>
4109         * keymaps.texi (Extended Menu Items): Show format of cached
4110         bindings in extended menu items.
4112         * customize.texi (Variable Definitions): Explain when the
4113         standard value expression is evaluated.
4115 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4117         * commands.texi (Reading One Event): Explain idleness in
4118         `read-event'.
4120 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
4122         * text.texi (Near Point): Say "cursor" not "terminal cursor".
4123         (Commands for Insertion): Remove split-line since it's not
4124         relevant for Lisp programming.
4125         (Yank Commands): Rewrite introduction.
4126         (Undo): Clarify.
4127         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
4128         (Filling): Remove redundant comment.  Clarify return value of
4129         current-justification.
4130         (Margins): Minor clarifications.
4131         (Adaptive Fill): Update default value of adaptive-fill-regexp.
4132         (Sorting): Update definition of sort-lines.
4133         (Columns): Clarify behavior of sort-columns.
4134         (Indent Tabs): Link to Tab Stops in Emacs manual.
4135         (Special Properties): Clarify.
4136         (Clickable Text): Mention Buttons package.
4138 2006-08-12  Kevin Ryde  <user42@zip.com.au>
4140         * os.texi (Time Parsing): Add %z to description of
4141         format-time-string, as per docstring.  Add cross reference to
4142         glibc manual for strftime.
4144 2006-08-08  Richard Stallman  <rms@gnu.org>
4146         * modes.texi: Clean up wording in previous change.
4148 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
4150         * modes.texi (Hooks): Clarify.
4151         (Major Mode Basics): Mention define-derived-mode explicitly.
4152         (Major Mode Conventions): Rebinding RET is OK for some modes.
4153         Mention change-major-mode-hook and after-change-major-mode-hook.
4154         (Example Major Modes): Move to end of Modes section.
4155         (Mode Line Basics): Clarify.
4156         (Mode Line Data): Mention help-echo and local-map in strings.
4157         Explain reason for treatment of non-risky variables.
4158         (Properties in Mode): Clarify.
4159         (Faces for Font Lock): Add font-lock-negation-char-face.
4161 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
4163         * strings.texi (Formatting Strings): Warn against arbitrary
4164         strings as first arg to `format'.
4166 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
4168         * text.texi (Clickable Text): Mention `help-echo' text property.
4169         Update intro, examples and associated explanations.
4171 2006-07-31  Richard Stallman  <rms@gnu.org>
4173         * commands.texi: Update xrefs.
4174         (Event Mod): New node, cut out from old Translating Input.
4176         * maps.texi: Update xrefs.
4178         * keymaps.texi (Translation Keymaps): New node.
4179         Update xrefs from Translating Input to Translation Keymaps.
4181         * elisp.texi (Top): Update subnode menu.
4183         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4185         * os.texi (System Interface): Fix menu descriptions of some nodes.
4186         (Translating Input): Node deleted.
4188 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4190         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4192         * lists.texi (Sets And Lists): Likewise.
4194 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
4196         * text.texi (Fields): Mention POS
4197         requirement when narrowing is in effect.
4199 2006-07-28  Richard Stallman  <rms@gnu.org>
4201         * display.texi (Face Attributes): Simplify wording.
4202         (Attribute Functions): Clarify meaning of new-frame default
4203         attribute settings.
4205         * customize.texi (Common Keywords): Document how to use
4206         :package-version in a package not in Emacs.
4208 2006-07-28  Kim F. Storm  <storm@cua.dk>
4210         * commands.texi (Reading One Event): Fix last change.
4212 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4214         * commands.texi (Reading One Event): Document SECONDS argument for
4215         read-event, read-char, and read-char-exclusive.
4217 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4220         to ensure correct identification.
4222 2006-07-24  Richard Stallman  <rms@gnu.org>
4224         * text.texi (Clickable Text): Clarify.
4226         * sequences.texi (Vector Functions): Delete duplicate xref.
4228         * objects.texi (Function Type): Clarify.
4230         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4231         modes.
4233         * lists.texi (List Variables): New node.
4234         Material moved from other nodes.
4236         * variables.texi (Setting Variables): add-to-list and
4237         add-to-ordered-list moved to List Variables node.
4239 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
4241         * text.texi (Links and Mouse-1):
4242         For mouse-on-link-p, expand on arg POS.
4244 2006-07-21  Kim F. Storm  <storm@cua.dk>
4246         * display.texi (Forcing Redisplay): Don't mention systems which
4247         don't support sub-second timers for redisplay-preemption-period.
4249         * os.texi (Terminal Output): Clarify text vs graphical terminal.
4251 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4253         * frames.texi (Input Focus): Document that focus-follows-mouse has
4254         no effect on MS-Windows.
4256 2006-07-18  Richard Stallman  <rms@gnu.org>
4258         * display.texi (Forcing Redisplay): Cleanups in previous change.
4260         * processes.texi (Low-Level Network): Make menu more convenient.
4262 2006-07-18  Kim F. Storm  <storm@cua.dk>
4264         * display.texi (Forcing Redisplay): redisplay-preemption-period
4265         only used on window systems.  Add xref to Terminal Output.
4267         * os.texi (Terminal Output): baud-rate only controls preemption on
4268         non-window systems.  Add xref to Forcing Redisplay.
4270         * processes.texi (Low-Level Network): Rename node "Make Network"
4271         to "Network Processes".
4273 2006-07-18  Karl Berry  <karl@gnu.org>
4275         * variables.texi, functions.texi, customize.texi, loading.texi:
4276         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4278 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4280         * commands.texi (Waiting): Document batch-mode sit-for behavior.
4282 2006-07-17  Richard Stallman  <rms@gnu.org>
4284         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4285         Put period and comma inside quotes.
4287         * loading.texi, markers.texi: Use real doublequote inside menus.
4289         * windows.texi: Put point and comma inside quotes.
4290         (Textual Scrolling): Use @samp for error message.
4292         * variables.texi, tips.texi, syntax.texi, symbols.texi:
4293         * strings.texi, streams.texi, processes.texi, os.texi:
4294         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4295         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4296         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4297         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4298         Put point and comma inside quotes.
4300         * control.texi (Processing of Errors): Add command-error-function.
4302         * variables.texi (File Local Variables): Clarify that
4303         file local variables make buffer-local bindings.
4305         * modes.texi (Syntactic Font Lock): Give default for
4306         font-lock-syntax-table.
4308 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
4310         * text.texi (Special Properties): Clean up previous change.
4312 2006-07-16  Karl Berry  <karl@gnu.org>
4314         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4315         * control.texi: Fix bad page breaks through chapter 10 (control).
4317         * anti.texi (Antinews): Reorder face-attribute fns to avoid
4318         underfull hbox.
4320 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
4322         * text.texi (Special Properties): Describe fontified text property
4323         in relation to a character (not text).
4325 2006-07-15  Kim F. Storm  <storm@cua.dk>
4327         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4328         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4329         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4331         * anti.texi (Antinews): Mention redisplay function.
4332         The kbd macro existed, but was not documented, before 22.x.
4333         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4335 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4337         * display.texi (Displaying Messages): Add anchor.
4339         * frames.texi (Dialog Boxes): Use it.
4341 2006-07-12  Richard Stallman  <rms@gnu.org>
4343         * objects.texi (Frame Type): Explain nature of frames better.
4345         * frames.texi (Frames): Explain nature of frames better.
4347 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
4349         * tips.texi (Coding Conventions): Explain why use cl at compile time.
4351 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4353         * frames.texi (Window System Selections): Mention scrap support for Mac.
4354         Default value of x-select-enable-clipboard is t on Mac.
4356         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4358 2006-07-11  Kim F. Storm  <storm@cua.dk>
4360         * display.texi (Forcing Redisplay): Add `redisplay' function.
4361         Don't mention (sit-for -1) -- use (redisplay t) instead.
4363         * commands.texi (Waiting): (sit-for -1) is no longer special.
4364         (sit-for 0) is equivalent to (redisplay).
4365         Iconifying/deiconifying no longer makes sit-for return.
4367 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
4369         * display.texi (Buttons): Fix typo.
4371         * index.texi, elisp.texi (New Symbols): Comment node out.
4373 2006-07-09  Richard Stallman  <rms@gnu.org>
4375         * display.texi (Truncation): Clean up previous change.
4377 2006-07-08  Richard Stallman  <rms@gnu.org>
4379         * commands.texi (Interactive Call): Use 3 as prefix in example
4380         for execute-extended-command.
4382         * display.texi (Attribute Functions): Move paragraph about
4383         compatibility with Emacs < 21.
4385 2006-07-09  Kim F. Storm  <storm@cua.dk>
4387         * display.texi (Refresh Screen): Clarify force-window-update.
4388         (Truncation): "Normally" indicated by fringe arrows.
4390 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
4392         * windows.texi (Textual Scrolling, Resizing Windows):
4393         * variables.texi (Constant Variables):
4394         * text.texi (Buffer Contents, Deletion, Changing Properties)
4395         (Property Search, Special Properties, Sticky Properties)
4396         (Links and Mouse-1, Fields, Change Hooks):
4397         * syntax.texi (Syntax Table Functions, Parsing Expressions)
4398         (Categories):
4399         * symbols.texi (Other Plists):
4400         * streams.texi (Output Variables):
4401         * processes.texi (Input to Processes, Query Before Exit):
4402         * positions.texi (Word Motion, Text Lines, List Motion):
4403         * os.texi (Init File, System Environment, Sound Output)
4404         (Session Management):
4405         * nonascii.texi (Text Representations, Character Sets)
4406         (Chars and Bytes, Locales):
4407         * modes.texi (Defining Minor Modes, Header Lines):
4408         * minibuf.texi (Minibuffer Contents):
4409         * markers.texi (Information from Markers):
4410         * lists.texi (List Elements, Building Lists, Association Lists):
4411         * keymaps.texi (Tool Bar):
4412         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4413         * functions.texi (What Is a Function, Mapping Functions):
4414         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4415         (Color Names, Text Terminal Colors, Display Feature Testing):
4416         * files.texi (Visiting Functions, File Name Components)
4417         (Unique File Names, Contents of Directories):
4418         * display.texi (Forcing Redisplay, Displaying Messages)
4419         (Temporary Displays, Font Selection, Auto Faces)
4420         (Font Lookup, Fringe Indicators, Display Margins)
4421         (Image Descriptors, Showing Images, Image Cache, Button Types)
4422         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4423         (Display Table Format, Glyphs):
4424         * control.texi (Iteration):
4425         * commands.texi (Command Loop Info, Adjusting Point):
4426         * backups.texi (Making Backups, Auto-Saving):
4427         Remove @tindex entries.
4429 2006-07-07  Kim F. Storm  <storm@cua.dk>
4431         * display.texi (Fringe Cursors): Fix typo.
4432         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4433         (Overlay Arrow): Default is overlay-arrow fringe indicator.
4435 2006-07-05  Richard Stallman  <rms@gnu.org>
4437         * text.texi (Buffer Contents): Add example of text props
4438         in result of buffer-substring.
4439         (Text Properties): Explain better about use of specific property names.
4440         (Property Search): Some cleanups; reorder some functions.
4442         * keymaps.texi (Changing Key Bindings): Cleanup.
4443         Add xref to Key Binding Conventions.
4445         * display.texi (Attribute Functions): Add examples for
4446         face-attribute-relative-p.
4448         * tips.texi (Coding Conventions): Cleanup last change.
4450 2006-07-05  Karl Berry  <karl@gnu.org>
4452         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4453         Remove @setchapternewpage odd.
4454         Result is 1013 pages, down from 1100.
4456         * anti.texi, customize.texi, display.texi, internals.texi:
4457         * minibuf.texi, modes.texi, tips.texi:
4458         Fix overfull/underfull boxes.
4460 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
4462         * edebug.texi (Instrumenting):
4463         Add Edebug-specific findex for eval-buffer.
4464         * loading.texi (Loading):
4465         Replace eval-current-buffer with eval-buffer.
4467 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
4469         * locals.texi (Standard Buffer-Local Variables): Update the list
4470         of variables.
4472 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
4474         * files.texi (File Name Completion): Point user to the node
4475         "Reading File Names".
4477 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
4479         * files.texi (Contents of Directories): Document case-insensitive
4480         behavior on respective filesystems.
4482         * objects.texi (Character Type): Document that Emacs signals an
4483         error for unsupported Unicode characters specified as \uNNNN.
4485 2006-06-19  Richard Stallman  <rms@gnu.org>
4487         * processes.texi (Bindat Spec): Clarify previous change.
4489 2006-06-16  Richard Stallman  <rms@gnu.org>
4491         * tips.texi (Coding Conventions): Better explain conventions
4492         for definition constructs.
4494         * text.texi (Special Properties): String value of `read-only'
4495         serves as the error message.
4497         * objects.texi (Character Type): Clarify prev. change.
4498         (Non-ASCII in Strings): Mention \u and \U.
4500         * commands.texi (Using Interactive): Explain problem of
4501         markers, etc., in command-history.
4503 2006-06-14  Kim F. Storm  <storm@cua.dk>
4505         * commands.texi (Waiting): Negative arg to sit-for forces
4506         redisplay even if input is pending.
4508         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4509         redisplay.  Remove incorrect example of binding redisplay-dont-pause
4510         around (sit-for 0).
4512 2006-06-13  Richard Stallman  <rms@gnu.org>
4514         * display.texi (Forcing Redisplay): Clarify previous change.
4516 2006-06-13  Romain Francoise  <romain@orebokech.com>
4518         * display.texi (Forcing Redisplay): Fix typo.
4520 2006-06-13  Kim F. Storm  <storm@cua.dk>
4522         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4524 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4526         * tips.texi (Coding Conventions): Add `@end itemize'.
4528 2006-06-10  Richard Stallman  <rms@gnu.org>
4530         * tips.texi (Coding Conventions): Explain use of coding systems
4531         to ensure one decoding for strings.
4533 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
4535         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4536         syntax.
4538 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
4540         * display.texi (Font Selection): Remove description of
4541         clear-face-cache.
4543         * compile.texi (Eval During Compile): Fix a typo.  Add index
4544         entries for possible uses of eval-when-compile.
4546 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
4548         * display.texi (Abstract Display): Fix typo.
4550 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
4552         * minibuf.texi (Minibuffer History) <history-add-new-input>:
4553         Reword variable's description.
4555 2006-06-01  Richard Stallman  <rms@gnu.org>
4557         * windows.texi (Splitting Windows): Clarify splitting nonselected
4558         window.
4560 2006-05-31  Juri Linkov  <juri@jurta.org>
4562         * minibuf.texi (Minibuffer History): Add history-add-new-input.
4564 2006-05-30  Richard Stallman  <rms@gnu.org>
4566         * display.texi (Line Height): Fix errors in description of
4567         default line height and line-height property.
4569         * nonascii.texi (Default Coding Systems): Further clarification.
4571 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4573         * internals.texi (Pure Storage): Mention that an overflow in pure
4574         space causes a memory leak.
4575         (Garbage Collection): If there was an overflow in pure space,
4576         `garbage-collect' returns nil.
4578 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
4580         * nonascii.texi (Default Coding Systems): Fix it some more.
4582 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
4584         * nonascii.texi (Default Coding Systems): Fix last change.
4586 2006-05-29  Kenichi Handa  <handa@m17n.org>
4588         * nonascii.texi (find-operation-coding-system): Describe the new
4589         argument format (FILENAME . BUFFER).
4591 2006-05-28  Richard Stallman  <rms@gnu.org>
4593         * tips.texi (Coding Conventions): Better explain reasons not to
4594         advise other packages or use `eval-after-load'.
4596 2006-05-29  Kim F. Storm  <storm@cua.dk>
4598         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4599         `bindat-idx' and `bindat-raw' for clarity.
4601 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4603         * processes.texi (Bindat Spec): Expand on `repeat' handler.
4605         * display.texi (Display): Add "Abstract Display" to menu.
4606         (Abstract Display, Abstract Display Functions)
4607         (Abstract Display Example): New nodes.
4608         * elisp.texi (Top): Add "Abstract Display" to menu.
4610 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
4612         * keymaps.texi (Key Sequences): Link to input events definition.
4613         (Format of Keymaps): Delete material duplicated in Keymap Basics.
4615         * files.texi (Changing Files): Document updated argument list for
4616         copy-file.
4618 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4620         * processes.texi (Bindat Functions): Explain term "total length".
4621         Use it in bindat-length and bindat-pack descriptions.
4623 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
4625         * tips.texi (Coding Conventions): Advise against using
4626         eval-after-load in packages.  Add an index entry.
4628 2006-05-25  Juri Linkov  <juri@jurta.org>
4630         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4632         * modes.texi (%-Constructs): Add %e, %z, %Z.
4634 2006-05-25  Richard Stallman  <rms@gnu.org>
4636         * elisp.texi (Top): Update subnode menu.
4638         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4639         (Keymaps): Update menu.
4641 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4643         * keymaps.texi (Key Sequences): Some clarifications.
4645 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4647         * processes.texi (Bindat Functions): Say "unibyte string"
4648         explicitly for bindat-unpack and bindat-pack descriptions.
4649         (Bindat Examples): Don't call `string-make-unibyte' in example.
4651 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4653         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
4654         Explain string and vector representations of key sequences.
4656         * keymaps.texi (Changing Key Bindings):
4657         * commands.texi (Interactive Codes):
4658         * help.texi (Describing Characters): Refer to it.
4660 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
4662         * frames.texi (Pointer Shape): @end table -> @end defvar.
4664 2006-05-22  Richard Stallman  <rms@gnu.org>
4666         * elisp.texi (Top): Update subnode menus.
4668         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4669         Contents rewritten; material from old Pointer Shape node moved here.
4671         * display.texi (Pointer Shape): Node deleted.
4672         (Image Descriptors): Minor cleanup.
4674 2006-05-21  Richard Stallman  <rms@gnu.org>
4676         * syntax.texi (Parsing Expressions): Update info on which STATE
4677         elements are ignored.
4679 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4681         * hooks.texi (Standard Hooks): Correct typo.
4683         * gpl.texi (GPL): ifinfo -> ifnottex.
4685 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
4687         * searching.texi (Simple Match Data): Warn about match data being
4688         set anew by every search.
4690 2006-05-17  Richard Stallman  <rms@gnu.org>
4692         * minibuf.texi (Minibuffer History): Clarify.
4694         * searching.texi (Regexp Special): Clarify nested regexp warning.
4696 2006-05-16  Kim F. Storm  <storm@cua.dk>
4698         * minibuf.texi (Minibuffer History): Update add-to-history.
4700 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
4702         * nonascii.texi (Explicit Encoding):
4703         Fix typo (encoding<->decoding).
4705 2006-05-14  Richard Stallman  <rms@gnu.org>
4707         * buffers.texi (Creating Buffers): Cleanup.
4709         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4711 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
4713         * buffers.texi (Current Buffer): Document that with-temp-buffer
4714         disables undo.
4716         * os.texi (Terminal-Specific): More accurate description of how
4717         Emacs searches for the terminal-specific libraries.
4719 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
4721         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4722         emacs-xtra to @inforef's.
4724         * text.texi (Undo): Document that undo is turned off in buffers
4725         whose names begin with a space.
4727         * buffers.texi (Buffer Names): Add index entries for buffers whose
4728         names begin with a space.
4729         (Creating Buffers): Document that undo is turned off in buffers
4730         whose names begin with a space.
4732         * files.texi (Visiting Functions, Reading from Files)
4733         (Saving Buffers): Mention code and EOL conversions by file I/O
4734         primitives and subroutines.
4736         * nonascii.texi (Lisp and Coding Systems): Document
4737         coding-system-eol-type.  Add index entries for eol conversion.
4739         * display.texi (Defining Faces): Mention `mac', and add an xref to
4740         where window-system is described.
4742 2006-05-10  Richard Stallman  <rms@gnu.org>
4744         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4746 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4748         * variables.texi (File Local Variables): Recommend to quote lambda
4749         expressions in safe-local-variable property.
4751 2006-05-09  Richard Stallman  <rms@gnu.org>
4753         * variables.texi (File Local Variables):
4754         Document safe-local-eval-forms and safe-local-eval-function.
4756 2006-05-07  Kim F. Storm  <storm@cua.dk>
4758         * minibuf.texi (Minibuffer History): Remove keep-dups arg
4759         from add-to-history.
4761 2006-05-07  Romain Francoise  <romain@orebokech.com>
4763         * commands.texi (Event Input Misc):
4764         * compile.texi (Eval During Compile):
4765         * internals.texi (Buffer Internals):
4766         * minibuf.texi (Initial Input):
4767         * nonascii.texi (Scanning Charsets):
4768         * numbers.texi (Comparison of Numbers):
4769         * windows.texi (Textual Scrolling, Vertical Scrolling):
4770         Fix various typos.
4772 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4774         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4775         conditional xref's to either emacs or emacs-xtra, depending on
4776         @iftex/@ifnottex.
4778         * minibuf.texi (Minibuffer History): Document add-to-history.
4780 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4782         * internals.texi (Pure Storage): Mention the pure overflow message
4783         at startup.
4785 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
4787         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4788         (Searching Keymaps): Fix pseudo-Lisp description of keymap
4789         search.
4791 2006-05-01  Richard Stallman  <rms@gnu.org>
4793         * intro.texi (nil and t): Clarify.
4795         * variables.texi (File Local Variables): Suggest using booleanp.
4797 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
4799         * objects.texi (Type Predicates): Fix typos.
4801 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4803         * intro.texi (nil and t): Add booleanp.
4805         * objects.texi (Type Predicates): Add links for booleanp and
4806         string-or-null-p.
4808 2006-04-29  Richard Stallman  <rms@gnu.org>
4810         * modes.texi (Multiline Font Lock): Rename from
4811         Multi line Font Lock Elements.  Much clarification.
4812         (Font Lock Multiline, Region to Fontify): Much clarification.
4814 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4816         * variables.texi (File Local Variables): Remove the special case t for
4817         safe-local-variable.
4819 2006-04-26  Richard Stallman  <rms@gnu.org>
4821         * syntax.texi (Parsing Expressions): Minor cleanup.
4823 2006-04-18  Richard Stallman  <rms@gnu.org>
4825         * tips.texi (Coding Conventions): Explain when the package's
4826         prefix should appear later on (not at the start of the name).
4828         * searching.texi (String Search): Clarify effect of NOERROR.
4830         * modes.texi (Imenu): Clarify what special items do.
4832         * hooks.texi (Standard Hooks): Delete text about old hook names.
4834 2006-04-17  Romain Francoise  <romain@orebokech.com>
4836         * variables.texi (Local Variables): Update the default value of
4837         `max-specpdl-size'.
4839 2006-04-15  Michael Olson  <mwolson@gnu.org>
4841         * processes.texi (Transaction Queues): Mention the new optional
4842         `delay-question' argument for `tq-enqueue'.
4844 2006-04-13  Bill Wohler  <wohler@newt.com>
4846         * customize.texi (Common Keywords): Use dotted notation for
4847         :package-version value.  Specify its values.  Improve documentation
4848         for customize-package-emacs-version-alist.
4850 2006-04-12  Bill Wohler  <wohler@newt.com>
4852         * customize.texi (Common Keywords): Move description of
4853         customize-package-emacs-version-alist to @defvar.
4855 2006-04-10  Bill Wohler  <wohler@newt.com>
4857         * customize.texi (Common Keywords): Add :package-version.
4859 2006-04-10  Kim F. Storm  <storm@cua.dk>
4861         * text.texi (Buffer Contents): Add NOPROPS arg to
4862         filter-buffer-substring.
4864 2006-04-08  Kevin Ryde  <user42@zip.com.au>
4866         * os.texi (Command-Line Arguments): Update xref to emacs manual
4867         "Command Arguments" -> "Emacs Invocation", per change there.
4869 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
4871         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4872         be on one line to help makeinfo not render two spaces after the dot.
4874 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4876         * strings.texi (Predicates for Strings): Add string-or-null-p.
4878 2006-03-28  Kim F. Storm  <storm@cua.dk>
4880         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4881         remarks about systems that don't support fractional seconds.
4883 2006-03-25  Karl Berry  <karl@gnu.org>
4885         * elisp.texi: Use @copyright{} instead of (C), and do not indent
4886         the year list.
4888 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4890         * display.texi (Fringe Indicators): Fix typos.
4892 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4894         * tips.texi (Documentation Tips): One can now also write `program'
4895         in front of a quoted symbol in a docstring to prevent making a
4896         hyperlink.
4898 2006-03-19  Alan Mackenzie  <acm@muc.de>
4900         * text.texi (Special Properties): Clarify `fontified' property.
4902 2006-03-16  Richard Stallman  <rms@gnu.org>
4904         * display.texi (Defining Images): Minor cleanup.
4906 2006-03-16  Bill Wohler  <wohler@newt.com>
4908         * display.texi (Defining Images): In image-load-path-for-library,
4909         prefer user's images.
4911 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4913         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4915 2006-03-15  Bill Wohler  <wohler@newt.com>
4917         * display.texi (Defining Images): Fix example in
4918         image-load-path-for-library by not recommending that one binds
4919         image-load-path.  Just defvar it to placate compiler and only use
4920         it if previously defined.
4922 2006-03-14  Bill Wohler  <wohler@newt.com>
4924         * display.texi (Defining Images): In image-load-path-for-library,
4925         always return list of directories.  Update example.
4927 2006-03-14  Alan Mackenzie  <acm@muc.de>
4929         * modes.texi: New node, "Region to Fontify" (for Font Lock).
4930         This describes font-lock-extend-region-function.
4931         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4932         the new node "Region to Fontify".
4934 2006-03-13  Richard Stallman  <rms@gnu.org>
4936         * display.texi (Invisible Text): The impossible position is
4937         now before the invisible text, not after.
4938         (Defining Images): Clean up last change.
4940 2006-03-11  Bill Wohler  <wohler@newt.com>
4942         * display.texi (Defining Images): Add image-load-path-for-library.
4944 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4946         * text.texi (Adaptive Fill): Fix Texinfo usage.
4948         * strings.texi (Creating Strings): Fix Texinfo usage.
4950         * searching.texi (Regexp Special): Use @samp for regular
4951         expressions that are not in Lisp syntax.
4953 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
4955         * searching.texi (Regexp Special): Put remark between parentheses
4956         to avoid misreading.
4958 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
4960         * searching.texi (Syntax of Regexps): More accurately describe
4961         which characters are special in which situations.
4962         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4963         are not special.  Describe in detail when `[' and `]' are special.
4964         (Regexp Backslash): Plenty of regexps with unbalanced square
4965         brackets are valid, so reword that statement.
4967 2006-03-02  Kim F. Storm  <storm@cua.dk>
4969         * keymaps.texi (Tool Bar): Add tool-bar-border.
4971 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
4973         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
4975 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4977         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4979         * files.texi (Locating Files): Suggest additional values for the
4980         SUFFIXES arg of `locate-file'.  Update pxref.
4982         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4983         (How Programs Do Loading): Discuss the effects of Auto Compression
4984         mode on `load'.
4985         (Load Suffixes): New node.
4986         (Library Search): Delete description of `load-suffixes'; it was
4987         moved to "Load Suffixes".
4988         (Autoload, Named Features): Mention `load-suffixes'.
4990 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4992         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4994         * windows.texi (Window Tree): Fix typo.
4996 2006-02-20  Kim F. Storm  <storm@cua.dk>
4998         * display.texi (Fringe Indicators): New section.
4999         Move indicate-empty-lines, indicate-buffer-boundaries, and
5000         default-indicate-buffer-boundaries here.
5001         Add fringe-indicator-alist and default-fringes-indicator-alist.
5002         Add list of logical fringe indicator symbols.
5003         Update list of standard bitmap names.
5004         (Fringe Cursors): New section.
5005         Move overflow-newline-into-fringe here.
5006         Add fringe-cursor-alist and default-fringes-cursor-alist.
5007         Add list of fringe cursor symbols.
5009 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5011         * commands.texi (Using Interactive): Fix reference to node
5012         "Minibuffers".
5014 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5016         * minibuf.texi (High-Level Completion):
5017         Add xref to read-input-method-name.
5019         * files.texi (Relative File Names): Move file-relative-name here.
5020         (File Name Expansion): From here.  Minor clarifications.
5022         * commands.texi (Using Interactive): Add xrefs about reading input.
5023         Clarify remarks about that moving point and mark.
5024         Put string case before list case.
5026 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5028         * display.texi (Other Display Specs, Image Descriptors):
5029         Revert erroneous changes.  The previous description of
5030         image-descriptors as `(image . PROPS)' was correct.
5032 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5034         * variables.texi (File Local Variables): Clarifications.
5036 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5038         * variables.texi (File Local Variables): Use @code for a cons
5039         cell, not @var.
5041 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5043         * variables.texi (File Local Variables): Document new file local
5044         variable behavior.
5046 2006-02-10  Kim F. Storm  <storm@cua.dk>
5048         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5050 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5052         * modes.texi (%-Constructs): Remove obsolete info about
5053         `global-mode-string'.
5055 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5057         * commands.texi (Prefix Command Arguments): Minor cleanup.
5059         * display.texi: "Graphical display", not window system.
5061         * functions.texi (What Is a Function): Fix xref.
5063         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5064         (Changing Key Bindings): Clarify when remapping is better than
5065         substitute-key-definition.
5067 2006-02-02  Richard M. Stallman  <rms@gnu.org>
5069         * minibuf.texi (Basic Completion): Completion alists are risky.
5071         * keymaps.texi (Active Keymaps): Clarifications.
5072         (Searching Keymaps): New node.
5073         (Keymaps): Update menu.
5075         * frames.texi (Layout Parameters): Minor clarification.
5076         (Drag and Drop): New node.
5077         (Frames): Update menu.
5079 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
5081         * display.texi (Other Display Specs, Image Descriptors):
5082         Image description is a list, not a cons cell.
5084 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5086         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5087         list is not necessarily a list).
5089 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5091         * frames.texi (Layout Parameters): border-width and
5092         internal-border-width belong to the frame, not the window.
5094 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5096         * nonascii.texi (Translation of Characters): Search cmds use
5097         translation-table-for-input.  Automatically made local.
5099         * markers.texi (Overview of Markers): Count insertion type
5100         as one of a marker's attributes.
5102         * keymaps.texi (Controlling Active Maps): New node, split out of
5103         Active Keymaps.
5104         (Keymaps): Menu updated.
5105         (Active Keymaps): Give pseudocode to explain how the active
5106         maps are searched.  current-active-maps and key-binding moved here.
5107         (Functions for Key Lookup): current-active-maps and key-binding moved.
5108         Clarifications.
5109         (Searching the Keymaps): New subnode.
5111         * elisp.texi (Top): Menu clarification.
5113         * display.texi (Other Display Specs): Delete duplicate entry for
5114         just a string as display spec.  Move text about recursive display
5115         specs on such a string.
5117         * commands.texi (Key Sequence Input): Clarify.
5118         Move num-nonmacro-input-events out.
5119         (Reading One Event): num-nonmacro-input-events moved here.
5121 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
5123         * advice.texi (Simple Advice): Update example to fit argument
5124         change in previous-line.
5126 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5128         * markers.texi (The Mark): Fix in `mark'.
5130 2006-01-04  Richard M. Stallman  <rms@gnu.org>
5132         * processes.texi (Misc Network, Make Network): Minor cleanups.
5134 2006-01-04  Kim F. Storm  <storm@cua.dk>
5136         * processes.texi (Make Network): Add IPv6 addresses and handling.
5137         (Network Feature Testing): Mention (:family ipv6).
5138         (Misc Network): Add IPv6 formats to format-network-address.
5140 2005-12-30  Richard M. Stallman  <rms@gnu.org>
5142         * text.texi (Changing Properties):
5143         Don't use return value of set-text-properties.
5145 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5147         * modes.texi (Mode Line Format): Correct typo in menu.
5149 2005-12-29  Richard M. Stallman  <rms@gnu.org>
5151         * modes.texi (Mode Line Top): New node.
5152         (Mode Line Data): Some text moved to new node.
5153         Explain the data structure more concretely.
5154         (Mode Line Basics): Clarifications.
5155         (Mode Line Variables): Clarify intro paragraph.
5156         (%-Constructs): Clarify intro paragraph.
5157         (Mode Line Format): Update menu.
5159 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5161         * minibuf.texi (Basic Completion): Update lazy-completion-table
5162         examples for removal of ARGS argument.
5164 2005-12-23  Richard M. Stallman  <rms@gnu.org>
5166         * text.texi (Undo): Restore some explanation from the version
5167         that was deleted.
5169 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5171         * text.texi (Undo): Remove duplicate descriptions of `apply
5172         funname' and `apply delta' elements of the undo list.
5174 2005-12-20  Richard M. Stallman  <rms@gnu.org>
5176         * help.texi (Help Functions): Update documentation of `apropos'.
5178 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
5180         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5181         because it is confusing.  If the :help-echo keyword is a function,
5182         it is not directly used as the :help-echo overlay property, as the
5183         xref seems to suggest (it does not take the appropriate args).
5185 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
5187         * customize.texi (Common Keywords): Fix Texinfo usage.
5188         (Group Definitions, Variable Definitions): Update for new
5189         conventions for using `*' in docstrings.
5191         * tips.texi (Documentation Tips): Update for new conventions for
5192         using `*' in docstrings.
5194 2005-12-16  Richard M. Stallman  <rms@gnu.org>
5196         * minibuf.texi (Minibuffer Contents): Minor cleanup.
5198 2005-12-16  Juri Linkov  <juri@jurta.org>
5200         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5202 2005-12-14  Romain Francoise  <romain@orebokech.com>
5204         * modes.texi (Customizing Keywords): Rename `append' to `how'.
5205         Fix typo.
5207 2005-12-11  Juri Linkov  <juri@jurta.org>
5209         * minibuf.texi (Completion Commands): Add mention of read-file-name
5210         for filename completion keymaps.
5211         (Reading File Names): Add mention of filename completion keymaps
5212         for read-file-name and xref to `Completion Commands'.
5214 2005-12-10  Richard M. Stallman  <rms@gnu.org>
5216         * customize.texi (Common Keywords): State caveats for use of :tag.
5218 2005-12-08  Richard M. Stallman  <rms@gnu.org>
5220         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5221         with xrefs and better explanation.
5222         (Completion Commands): Add the filename completion maps.
5224         * objects.texi (Character Type): Clarify that \s is not space
5225         if a dash follows.
5227 2005-12-05  Richard M. Stallman  <rms@gnu.org>
5229         * windows.texi (Resizing Windows): Delete preserve-before args.
5231 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5233         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5234         in full keymaps, since the quirk has been fixed.
5236 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5238         * hooks.texi (Standard Hooks): Add index entries.
5239         Mention `compilation-finish-functions'.
5241 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5243         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5245 2005-11-21  Juri Linkov  <juri@jurta.org>
5247         * customize.texi (Common Keywords): Update links types
5248         custom-manual and url-link.  Add link types emacs-library-link,
5249         file-link, function-link, variable-link, custom-group-link.
5251 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5253         * display.texi: Revert 2005-11-20 change.
5255 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
5257         * processes.texi (Bindat Functions):
5258         Say "third" to refer to zero-based index "2".
5260 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
5262         * loading.texi (Library Search): Update the default value of
5263         `load-suffixes'.
5265 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5267         * display.texi (Attribute Functions): Mention :ignore-defface.
5269 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5272         (Minor Mode Conventions): Mention the use of a hook.
5274 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5276         * files.texi (Magic File Names): find-file-name-handler checks the
5277         `operations' property of the handler.
5279 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5281         * variables.texi (Frame-Local Variables): Small clarification.
5283 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5285         * os.texi (Init File): Document ~/.emacs.d/init.el.
5287 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5289         * internals.texi (Garbage Collection): Document memory-full.
5291 2005-10-28  Bill Wohler  <wohler@newt.com>
5293         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5294         for URLs.
5296 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5298         * minibuf.texi (Completion Commands): Clean up prev change.
5300 2005-10-26  Kevin Ryde  <user42@zip.com.au>
5302         * compile.texi (Eval During Compile): Explain recommended uses
5303         of eval-when-compile and eval-and-compile.
5305 2005-10-27  Masatake YAMATO  <jet@gyve.org>
5307         * minibuf.texi (Completion Commands):
5308         Write about new optional argument for `display-completion-list'.
5310 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5312         * display.texi (Overlay Arrow): Clarify about local bindings of
5313         overlay-arrow-position.
5315 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5317         * internals.texi (Building Emacs): Fix last change.
5319 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5321         * internals.texi (Building Emacs): Document eval-at-startup.
5323 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5325         * loading.texi (Where Defined): load-history contains abs file names.
5326         symbol-file returns abs file names.
5328 2005-10-19  Kim F. Storm  <storm@cua.dk>
5330         * display.texi (Showing Images): Add max-image-size integer value.
5332 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5334         * display.texi (Showing Images): Document max-image-size.
5336 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5338         * commands.texi (Quitting): Minor clarification.
5340         * processes.texi (Sentinels): Clarify about output and quitting.
5341         (Filter Functions): Mention with-local-quit.
5343 2005-10-17  Juri Linkov  <juri@jurta.org>
5345         * buffers.texi (Current Buffer):
5346         * commands.texi (Event Input Misc):
5347         * compile.texi (Eval During Compile, Compiler Errors):
5348         * customize.texi (Group Definitions):
5349         * display.texi (Progress, Defining Faces):
5350         * files.texi (Writing to Files):
5351         * modes.texi (Mode Hooks, Defining Minor Modes):
5352         * streams.texi (Output Functions):
5353         * syntax.texi (Syntax Table Functions):
5354         * text.texi (Change Hooks):
5355         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5357         * commands.texi (Quitting): Replace arg `forms' with `body' in
5358         `with-local-quit'.
5360         * positions.texi (Excursions): Replace arg `forms' with `body' in
5361         `save-excursion'.
5363 2005-10-08  Kim F. Storm  <storm@cua.dk>
5365         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5366         Rename manual section accordingly.
5368 2005-10-04  Kim F. Storm  <storm@cua.dk>
5370         * windows.texi (Window Split Tree): New section describing
5371         new function window-split-tree function.
5373 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
5375         * display.texi (Fringe Size/Pos): Simplify and add detail.
5377 2005-09-30  Romain Francoise  <romain@orebokech.com>
5379         * minibuf.texi (High-Level Completion): Explain that the prompt
5380         given to `read-buffer' should end with a colon and a space.
5381         Update usage examples.
5383 2005-09-29  Juri Linkov  <juri@jurta.org>
5385         * display.texi (Displaying Messages): Rename argument name
5386         `string' to `format-string' in functions `message', `message-box',
5387         `message-or-box'.
5389 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
5391         * errors.texi (Standard Errors): Correct xrefs.
5393 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
5395         * display.texi (Defining Images): Update documentation for
5396         `image-load-path'.
5398 2005-09-17  Richard M. Stallman  <rms@gnu.org>
5400         * display.texi (Defining Images): Clean up previous change.
5402 2005-09-16  Romain Francoise  <romain@orebokech.com>
5404         * elisp.texi: Specify GFDL version 1.2.
5406         * doclicense.texi (GNU Free Documentation License): Update to
5407         version 1.2.
5409 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
5411         * display.texi (Defining Images): Document `image-load-path'.
5413 2005-09-15  Richard M. Stallman  <rms@gnu.org>
5415         * objects.texi (Printed Representation): Minor cleanup.
5416         (Box Diagrams): Minor fix.
5417         (Cons Cell Type): Move (...) index item here.
5418         (Box Diagrams): From here.
5419         (Array Type): Minor fix.
5420         (Type Predicates): Delete index "predicates".
5421         (Hash Table Type): Clarify xref.
5422         (Dotted Pair Notation): Minor fix.
5424 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
5426         * files.texi (Saving Buffers): Fix typo.
5428 2005-09-08  Richard M. Stallman  <rms@gnu.org>
5430         * tips.texi (Programming Tips): Correct the "default" prompt spec.
5432 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
5434         * locals.texi (Standard Buffer-Local Variables): Don't include
5435         mode variables for minor modes.
5436         Fix xrefs for buffer-display-count, buffer-display-table,
5437         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5438         enable-multibyte-characters, fill-column, header-line-format,
5439         left-fringe-width, left-margin, and right-fringe-width.
5441         * hooks.texi (Standard Hooks): All hooks should conform to the
5442         standard naming convention now.
5443         Fix xref for `echo-area-clear-hook'.
5445         * display.texi (Usual Display): Note that indicate-empty-lines and
5446         tab-width are buffer-local.
5448         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5450         * modes.texi (Mode Help): Note that major-mode is buffer-local.
5452         * nonascii.texi (Encoding and I/O): Note that
5453         buffer-file-coding-system is buffer-local.
5455         * positions.texi (List Motion): Note that defun-prompt-regexp is
5456         buffer-local.
5458         * text.texi (Auto Filling): Note that auto-fill-function is
5459         buffer-local.
5460         (Undo): Note that buffer-undo-list is buffer-local.
5462         * windows.texi (Buffers and Windows):
5463         Document buffer-display-count.
5465 2005-09-06  Richard M. Stallman  <rms@gnu.org>
5467         * tips.texi (Coding Conventions): Sometimes it is ok to put the
5468         package prefix elsewhere than at the start of the name.
5470 2005-09-03  Richard M. Stallman  <rms@gnu.org>
5472         * tips.texi (Programming Tips): Add conventions for minibuffer
5473         questions and prompts.
5475 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
5477         * intro.texi (nil and t): Minor cleanup.
5478         Delete spurious mention of keyword symbols.
5479         (Evaluation Notation): Add index entry.
5480         (A Sample Function Description): Minor cleanup.
5481         (A Sample Variable Description): Not all vars can be set.
5483 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
5485         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5487         (Insertion): Document precise type of `insert-char' arg COUNT.
5489 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5491         * modes.texi (Other Font Lock Variables): Sync the default of
5492         font-lock-lines-before.
5494 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
5496         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5498 2005-08-29  Richard M. Stallman  <rms@gnu.org>
5500         * elisp.texi (Top): Update subnode menu.
5502         * searching.texi (Searching and Matching): Move node.
5503         Rearrange contents and add overall explanation.
5504         (Searching and Case): Move node.
5505         (Searching and Matching): Update menu.
5507 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5509         * os.texi (Startup Summary): Fix the description of the initial
5510         startup message display.
5512 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5514         * searching.texi (Search and Replace): Add replace-regexp-in-string.
5516 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
5518         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5519         `next-overlay-change' example.
5521 2005-08-22  Juri Linkov  <juri@jurta.org>
5523         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5524         Fix invert-face.  Fix args of face-background.
5526         * display.texi (Standard Faces): Delete node.
5527         (Faces): Add xref to `(emacs)Standard Faces'.
5528         (Displaying Faces): Fix xref to `Standard Faces'.
5530         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5532 2005-08-20  Alan Mackenzie  <acm@muc.de>
5534         * buffers.texi (The Buffer List): Clarify the manipulation of the
5535         buffer list.
5537 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5539         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5540         a regexp.
5542 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5544         * elisp.texi (Top): Update subnode lists.
5546         * display.texi (Inverse Video): Node deleted.
5548         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5549         New nodes split out of Coding Conventions.
5551         * searching.texi (Regular Expressions): Document re-builder.
5553         * os.texi (Time Parsing): New node split out of Time Conversion.
5555         * processes.texi (Misc Network, Network Feature Testing)
5556         (Network Options, Make Network): New nodes split out of
5557         Low-Level Network.
5559 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5561         * frames.texi (Geometry): New node, split from Size and Position.
5562         (Frame Parameters): Refer to Geometry.
5564         * buffers.texi (The Buffer List): Fix xrefs.
5566         * windows.texi (Splitting Windows): Fix xref.
5568         * frames.texi (Layout Parameters): Add xref.
5570         * display.texi (Line Height, Scroll Bars): Fix xrefs.
5572         * keymaps.texi (Menu Bar): Fix xref.
5574         * locals.texi (Standard Buffer-Local Variables): Fix xref.
5576         * modes.texi (%-Constructs): Fix xref.
5578         * frames.texi (Window Frame Parameters): Node split up.
5579         (Basic Parameters, Position Parameters, Size Parameters)
5580         (Layout Parameters, Buffer Parameters, Management Parameters)
5581         (Cursor Parameters, Color Parameters): New subnodes.
5583 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5585         * positions.texi (Screen Lines): Update xref for previous change
5586         in minibuf.texi.
5588         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5589         change in minibuf.texi.
5591 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5593         * tips.texi (Coding Conventions): Minor cleanup.
5595         * modes.texi (Defining Minor Modes): Explain when init-value
5596         can be non-nil.
5598         * elisp.texi (Top): Update submenu for Minibuffer.
5600         * minibuf.texi (Minibuffer Misc): Node split up.
5601         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5602         (Recursive Mini): New nodes split out from Minibuffer Misc.
5603         (Minibuffer Misc): Document max-mini-window-height.
5605         * hash.texi (Defining Hash): Delete stray paren in example.
5607         * display.texi (Echo Area Customization): Don't define
5608         max-mini-window-height here; xref instead.
5610         * commands.texi (Event Input Misc): Update while-no-input.
5612         * advice.texi (Advising Functions): Explain when to use advice
5613         and when to use a hook.
5615 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
5617         * makefile.w32-in (info): Don't run install-info.
5618         ($(infodir)/dir): New target, produced by running install-info.
5620 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
5622         * modes.texi (Defining Minor Modes): The keyword for the initial
5623         value is :init-value, not :initial-value.
5625 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
5627         * loading.texi (Autoload): Make the `doctor' example be consistent
5628         with what's in current loaddefs.el.  Describe the "fn" magic in
5629         the usage portion of the doc string.
5631 2005-07-22  Richard M. Stallman  <rms@gnu.org>
5633         * internals.texi (Garbage Collection): Clarify previous change.
5635 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * internals.texi (Garbage Collection): Add gc-cons-percentage.
5639 2005-07-18  Juri Linkov  <juri@jurta.org>
5641         * commands.texi (Accessing Events):
5642         * frames.texi (Text Terminal Colors, Resources):
5643         * markers.texi (The Mark):
5644         * modes.texi (Defining Minor Modes):
5645         Delete duplicate duplicate words.
5647 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5649         * display.texi (Managing Overlays): Clarify make-overlay
5650         args for insertion types.
5652 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
5654         * customize.texi (Variable Definitions):
5655         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5656         `standard-value' is a list too.
5657         (Defining New Types): Use @key{RET} instead of @key{ret}.
5659 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5661         * os.texi (Translating Input): Fix typo.
5663 2005-07-08  Richard M. Stallman  <rms@gnu.org>
5665         * README: Update edition number and size estimate.
5667         * elisp.texi (VERSION): Set to 2.9.
5669 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5671         * book-spine.texinfo: Update Emacs version.
5673         * display.texi (Inverse Video): Delete mode-line-inverse-video.
5675 2005-07-06  Richard M. Stallman  <rms@gnu.org>
5677         * searching.texi (Regexp Search): Clarify what re-search-forward
5678         does when the search fails.
5680 2005-07-05  Lute Kamstra  <lute@gnu.org>
5682         * Update FSF's address in GPL notices.
5684         * doclicense.texi (GNU Free Documentation License):
5685         * gpl.texi (GPL):
5686         * tips.texi (Coding Conventions, Library Headers):
5687         * vol1.texi:
5688         * vol2.texi: Update FSF's address.
5690 2005-07-04  Richard M. Stallman  <rms@gnu.org>
5692         * hooks.texi (Standard Hooks): Add occur-hook.
5694 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5696         * display.texi (The Echo Area): Correct menu.
5698 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5700         * elisp.texi (Top): Update subnode menu for Display.
5702         * display.texi (Displaying Messages): New node, with most
5703         of what was in The Echo Area.
5704         (Progress): Move under The Echo Area.
5705         (Logging Messages): New node with new text.
5706         (Echo Area Customization): New node, the rest of what was
5707         in The Echo Area.  Document message-truncate-lines with @defvar.
5708         (Display): Update menu.
5710         * windows.texi (Textual Scrolling): Doc 3 values for
5711         scroll-preserve-screen-position.
5713         * text.texi (Special Properties): Change hook functions
5714         should bind inhibit-modification-hooks around altering buffer text.
5716         * keymaps.texi (Key Binding Commands): Call binding BINDING
5717         rather than DEFINITION.
5719 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5721         * variables.texi (Defining Variables): `user-variable-p' returns t
5722         for aliases of user options, nil for alias loops.
5724 2005-06-28  Richard M. Stallman  <rms@gnu.org>
5726         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5727         make-keymap.
5729 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
5731         * variables.texi (Setting Variables): Correct and clarify
5732         description of `add-to-ordered-list'.
5734 2005-06-26  Richard M. Stallman  <rms@gnu.org>
5736         * display.texi (Faces): Minor cleanup.
5738 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
5740         * display.texi (Faces): `facep' returns t for strings that are
5741         face names.
5743 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5745         * objects.texi (Equality Predicates): Clarify meaning of equal.
5747         * windows.texi (Selecting Windows): save-selected-window
5748         and with-selected-window save and restore the current buffer.
5750 2005-06-24  Richard M. Stallman  <rms@gnu.org>
5752         * numbers.texi (Float Basics): Explain how to test for NaN,
5753         and printing the sign of NaNs.
5755 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
5757         * makefile.w32-in (MAKEINFO): Use --force.
5759 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5761         * display.texi (Face Functions): Correct Texinfo usage.
5763 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5765         * lists.texi (Rings): `ring-elements' now returns the elements of
5766         RING in order.
5768 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5770         * markers.texi (The Mark): Texinfo usage fix.
5772 2005-06-23  Kim F. Storm  <storm@cua.dk>
5774         * searching.texi (Entire Match Data): Remove evaporate option for
5775         match-data.  Do not mention evaporate option for set-match-data.
5777 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
5779         * display.texi (Face Functions): Mention face aliases.
5781 2005-06-21  Richard M. Stallman  <rms@gnu.org>
5783         * anti.texi (Antinews): Texinfo usage fix.
5785 2005-06-21  Karl Berry  <karl@gnu.org>
5787         * elisp.texi: Use @copying.
5789         * elisp.texi: Put @summarycontents and @contents before the Top
5790         node, instead of the end of the file, so that the contents appear
5791         in the right place in the dvi/pdf output.
5793 2005-06-21  Juri Linkov  <juri@jurta.org>
5795         * display.texi (Defining Faces): Add `customized-face'.
5797 2005-06-20  Kim F. Storm  <storm@cua.dk>
5799         * variables.texi (Setting Variables): Any type of element can be
5800         given order in add-to-ordered-list.  Compare elements with eq.
5802         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5804 2005-06-20  Karl Berry  <karl@gnu.org>
5806         * syntax.texi (Syntax Flags): Make last column very slightly wider
5807         to avoid "generic comment" breaking on two lines and causing an
5808         underfull box.
5810 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5812         * lists.texi (Rings): Various minor clarifications and corrections.
5814 2005-06-18  Richard M. Stallman  <rms@gnu.org>
5816         * functions.texi (Obsolete Functions): Simplify.
5818         * variables.texi (Variable Aliases): Simplify.
5820         * anti.texi, backups.texi, compile.texi, customization.texi:
5821         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5822         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5823         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5824         * variables.texi: Fix formatting ugliness.
5826         * elisp.texi: Add links to Rings and Byte Packing.
5827         Update version and copyright years.
5829         * minibuf.texi: Fix formatting ugliness.
5830         (Completion Commands): Move keymap vars to the end
5831         and vars completing-read binds to the top.
5833 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
5835         * processes.texi: Fix typos.
5836         (Bindat Spec): Correct Texinfo error.
5837         (Byte Packing): Fix ungrammatical sentence.
5839 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
5841         * lists.texi (Rings): New node.
5842         (Lists): Add it to menu.
5844         * processes.texi (Byte Packing): New node.
5845         (Processes): Add it to menu.
5847 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5849         * syntax.texi (Parsing Expressions): Fix texinfo usage.
5851         * help.texi (Documentation Basics): Explain the xref to
5852         Documentation Tips.
5854         * debugging.texi (Debugger Commands): Minor fix.
5856 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
5858         * edebug.texi (Instrumenting): Eliminate duplicate link.
5859         (Specification List): Replace references to "below", referring to
5860         a later node, with one @ref to that node.
5862         * os.texi (Timers): Timers should save and restore the match data
5863         if they change it.
5865         * debugging.texi (Debugger Commands): Mention that the Lisp
5866         debugger can not step through primitive functions.
5868 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5870         * functions.texi (Obsolete Functions): Update argument names of
5871         `make-obsolete' and `define-obsolete-function-alias'.
5873         * variables.texi (Variable Aliases): Update argument names of
5874         `defvaralias', `make-obsolete-variable' and
5875         `define-obsolete-variable-alias'.
5877 2005-06-15  Kim F. Storm  <storm@cua.dk>
5879         * searching.texi (Entire Match Data): Rephrase warnings about
5880         evaporate arg to match-data and set-match-data.
5882 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
5884         * elisp.texi (Top): Update detailed menu.
5886         * edebug.texi (Edebug): Update menu.
5887         (Instrumenting): Update xrefs.
5888         (Edebug Execution Modes): Correct xref.
5889         (Jumping): Clarify description of `h' command.
5890         Eliminate redundant @ref.
5891         (Breaks): New node.
5892         (Breakpoints): Is now a subsubsection.
5893         (Global Break Condition): Mention `C-x X X'.
5894         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
5895         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5896         (Edebug Display Update): Correct pxref.
5897         (Edebug and Macros): New node.
5898         (Instrumenting Macro Calls): Is now a subsubsection.
5899         Neither arg of `def-edebug-spec' is evaluated.
5900         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5901         (Specification Examples): Fix typo.
5903 2005-06-14  Lute Kamstra  <lute@gnu.org>
5905         * debugging.texi (Function Debugging): Primitives can break on
5906         entry too.
5908 2005-06-14  Kim F. Storm  <storm@cua.dk>
5910         * variables.texi (Setting Variables): Add add-to-ordered-list.
5912 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * syntax.texi (Parsing Expressions): Document aux functions and vars of
5915         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5917 2005-06-13  Lute Kamstra  <lute@gnu.org>
5919         * text.texi (Special Properties): Fix cross reference.
5921 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5923         * debugging.texi (Function Debugging): Delete mention of empty
5924         string argument to `cancel-debug-on-entry'.  Delete inaccurate
5925         description of the return value of that command.
5927 2005-06-11  Alan Mackenzie  <acm@muc.de>
5929         * text.texi (Adaptive Fill): Amplify the description of
5930         fill-context-prefix.
5932 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5934         * syntax.texi (Parsing Expressions): Fix Texinfo error.
5936 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * syntax.texi (Parsing Expressions): Document syntax-ppss.
5940 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5942         * debugging.texi (Error Debugging): Minor rewording.
5943         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5944         is optional.
5946 2005-06-10  Lute Kamstra  <lute@gnu.org>
5948         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5949         (Top): Give it a title.  Correct version number.  Give the
5950         detailed node listing a more prominent header.
5951         * intro.texi: Don't set VERSION here a second time.
5952         Mention Emacs's version too.
5953         * anti.texi (Antinews): Use EMACSVER to refer to the current
5954         version of Emacs.
5956 2005-06-09  Kim F. Storm  <storm@cua.dk>
5958         * searching.texi (Entire Match Data): Explain new `reseat' argument to
5959         match-data and set-match-data.
5961 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5963         * searching.texi (Entire Match Data): Clarify when match-data
5964         returns markers and when integers.
5966         * display.texi (Defining Faces): Explain that face name should not
5967         end in `-face'.
5969         * modes.texi (Mode Line Data): Minor cleanup.
5970         (Customizing Keywords): Node split out of Search-based Fontification.
5971         Add example of using font-lock-add-keywords from a hook.
5972         Clarify when MODE should be non-nil, and when nil.
5974 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5976         * modes.texi (Mode Line Data): Explain what happens when the car
5977         of a list is a void symbol.
5978         (Search-based Fontification): Explain MODE arg to
5979         font-lock-add-keywords and warn about calls from major modes.
5981 2005-06-08  Juri Linkov  <juri@jurta.org>
5983         * display.texi (Standard Faces): Add `shadow' face.
5985 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5987         * modes.texi (Major Mode Conventions): A derived mode only needs
5988         to put the call to the parent mode inside `delay-mode-hooks'.
5990 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5992         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5993         new, and what that implies.  Clarify.
5995         * files.texi (Locating Files): Clean up the text.
5997         * frames.texi (Window Frame Parameters): Document user-size.
5998         Shorten entry for top by referring to left.
6000 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6002         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6003         is new, and what the implications are.  Other clarifications.
6005 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6007         * frames.texi (Dialog Boxes): Minor fixes.
6009 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6011         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6013 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6015         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6016         is optional.
6018 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6020         * frames.texi (Dialog Boxes): Describe new optional argument.
6022 2005-05-23  Lute Kamstra  <lute@gnu.org>
6024         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6025         syntax-begin-function over font-lock-beginning-of-syntax-function.
6027 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6029         * minibuf.texi (Reading File Names): Update description of
6030         `read-directory-name'.
6032         * modes.texi (Derived Modes): Clarify :group keyword.
6034 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6036         * files.texi (Locating Files): New subsection.
6037         Describe locate-file and executable-find.
6039 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6041         * frames.texi (Initial Parameters): Update cross reference to
6042         "Emacs Invocation".
6044 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6046         * keymaps.texi (Active Keymaps): Add anchor.
6048         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6049         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6050         appropriate place.
6051         (Derived Modes): Small clarifications.
6052         (Minor Mode Conventions, Keymaps and Minor Modes):
6053         Replace references to nodes with references to anchors.
6054         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6055         Clarify description of lists whose first element is an integer.
6056         (Mode Line Variables): Add anchor.
6057         (%-Constructs): Clarify description of integer after %.
6058         (Emulating Mode Line): Describe nil value for FACE.
6060 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6062         * modes.texi (Derived Modes): Correct references to non-existing
6063         variable standard-syntax-table.
6065 2005-05-17  Lute Kamstra  <lute@gnu.org>
6067         * modes.texi (Defining Minor Modes): Mention the mode hook.
6069 2005-05-15  Kim F. Storm  <storm@cua.dk>
6071         * processes.texi (Network): Remove open-network-stream-nowait.
6072         (Network Servers): Remove open-network-stream-server.
6074 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
6076         * elisp.texi (Top): Update detailed menu.
6078         * variables.texi: Reorder nodes.
6079         (Variables): Update menu.
6080         (File Local Variables): Do not refer to the `-*-' line as
6081         a "local variables list".  Add pxref.
6083 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6085         * elisp.texi (Top): Update detailed menu for node changes.
6087         * modes.texi (Modes): Update Menu.
6088         (Hooks): Move to beginning of chapter.
6089         Most minor modes run mode hooks too.
6090         `add-hook' can handle void hooks or hooks whose value is a single
6091         function.
6092         (Major Modes): Update Menu.
6093         (Major Mode Basics): New node, split off from `Major Modes'.
6094         (Major Mode Conventions): Correct xref.  Explain how to handle
6095         auto-mode-alist if the major mode command has an autoload cookie.
6096         (Auto Major Mode): Major update.  Add magic-mode-alist.
6097         (Derived Modes): Major update.
6098         (Mode Line Format): Update Menu.
6099         (Mode Line Basics): New node, split off from `Mode Line Format'.
6101         * loading.texi (Autoload): Mention `autoload cookie' as synonym
6102         for `magic autoload comment'.  Add index entries and anchor.
6104 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6106         * tips.texi (Coding Conventions): Explain how important it is
6107         that just loading certain files not change Emacs behavior.
6109         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6111 2005-05-12  Lute Kamstra  <lute@gnu.org>
6113         * modes.texi (Generic Modes): Update.
6114         (Major Modes): Refer to node "Generic Modes".
6116         * elisp.texi (Top): Update to the current structure of the manual.
6117         * processes.texi (Processes): Add menu description.
6118         * customize.texi (Customization): Add menu descriptions.
6120 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6122         * processes.texi (Signals to Processes)
6123         (Low-Level Network): Fix typos.
6125 2005-05-11  Lute Kamstra  <lute@gnu.org>
6127         * elisp.texi (Top): Add some nodes from the chapter "Major and
6128         Minor Modes" to the detailed node listing.
6130 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6132         * keymaps.texi (Extended Menu Items): Menu item filter functions
6133         can be called at any time.
6135 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
6137         * variables.texi (File Local Variables): `(hack-local-variables t)'
6138         now also checks whether a mode is specified in the local variables
6139         list.
6141 2005-05-05  Kevin Ryde  <user42@zip.com.au>
6143         * display.texi (The Echo Area): Correct format function cross
6144         reference.
6146 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6148         * variables.texi (Variable Aliases): Change description of
6149         `define-obsolete-variable-alias'.
6151         * functions.texi (Functions): Add "Obsolete Functions" to menu.
6152         (Defining Functions): Add xref.
6153         (Obsolete Functions): New node.
6154         (Function Safety): Standardize capitalization of section title.
6156         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6157         (Dialog Boxes): Complete description of `x-popup-dialog'.
6159 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6161         * commands.texi (Interactive Codes): Fix Texinfo usage.
6162         Document U more clearly.
6164 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6166         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6167         function and not a macro.
6169         * frames.texi (Pop-Up Menus): Correct and clarify description of
6170         `x-popup-menu'.
6171         (Dialog Boxes): Clarify description of `x-popup-dialog'.
6173 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6175         * edebug.texi (Checking Whether to Stop): Fix previous change.
6177 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6179         * display.texi: Fix typos and Texinfo usage.
6181         * edebug.texi (Checking Whether to Stop): executing-macro ->
6182         executing-kbd-macro.
6184 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6186         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6188 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6190         * files.texi (Magic File Names): Document `operations' property.
6192 2005-04-29  Lute Kamstra  <lute@gnu.org>
6194         * modes.texi (Generic Modes): New node.
6195         (Major Modes): Add it to the menu.
6196         (Derived Modes): Add "derived mode" to concept index.
6198 2005-04-28  Lute Kamstra  <lute@gnu.org>
6200         * modes.texi (Defining Minor Modes): Fix previous change.
6201         (Font Lock Mode): Simplify.
6202         (Font Lock Basics): Say that font-lock-defaults is buffer-local
6203         when set and that some parts are optional.  Add cross references.
6204         (Search-based Fontification): Say how to specify font-lock-keywords.
6205         Add cross references.  Add font-lock-multiline to index.
6206         Move font-lock-keywords-case-fold-search here from node "Other Font
6207         Lock Variables".  Document font-lock-add-keywords and
6208         font-lock-remove-keywords.
6209         (Other Font Lock Variables): Move font-lock-keywords-only,
6210         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6211         and font-lock-syntactic-face-function to node "Syntactic Font
6212         Lock".  Move font-lock-keywords-case-fold-search to node
6213         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
6214         and font-lock-{,un}fontify-{buffer,region}-function.
6215         (Precalculated Fontification): Remove reference to deleted variable
6216         font-lock-core-only.
6217         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6218         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
6219         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6220         and font-lock-syntactic-face-function here from node "Other Font
6221         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
6222         Syntax Properties".  Add cross references.
6223         (Setting Syntax Properties): New node.
6224         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6225         * syntax.texi (Syntax Properties): Add cross reference.
6226         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6228 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6230         * display.texi (Defining Faces):
6231         Document `default' elements of defface spec.
6233         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6235         * variables.texi (Variable Aliases): Clarify text.
6237 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
6239         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6241 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6243         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6245 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6247         * syntax.texi (Syntax Table Internals): Elaborate documentation of
6248         syntax-after and syntax-class.
6250         * files.texi (Changing Files): Fix last change's cross-reference.
6251         (Unique File Names): Don't mention "numbers" in the documentation
6252         of make-temp-file and make-temp-name.
6254 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6256         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6258 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6260         * windows.texi (Cyclic Window Ordering): Clarify window-list.
6262 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6264         * variables.texi (Variable Aliases): Describe make-obsolete-variable
6265         and define-obsolete-variable-alias.
6267 2005-04-22  Kim F. Storm  <storm@cua.dk>
6269         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6270         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6272 2005-04-21  Lute Kamstra  <lute@gnu.org>
6274         * lists.texi (Association Lists): Document rassq-delete-all.
6276 2005-04-19  Richard M. Stallman  <rms@gnu.org>
6278         * modes.texi (Search-based Fontification): Explain that
6279         facespec is an expression to be evaluated.
6281 2005-04-19  Kevin Ryde  <user42@zip.com.au>
6283         * streams.texi (Output Functions): Fix xref.
6284         * strings.texi (String Conversion): Fix xref.
6286 2005-04-19  Kim F. Storm  <storm@cua.dk>
6288         * symbols.texi (Symbol Plists): Add safe-get.
6289         Mention that `get' may signal an error.
6291 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6293         * customize.texi (Variable Definitions): Replace tooltip-mode
6294         example with save-place.
6296 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6298         * buffers.texi (Indirect Buffers): Clarify.
6300         * positions.texi (Positions): Clarify converting marker to integer.
6302         * strings.texi (String Basics): Mention string-match; clarify.
6304 2005-04-08  Lute Kamstra  <lute@gnu.org>
6306         * modes.texi (Search-based Fontification): Fix cross references.
6307         Use consistent terminology.  Document anchored highlighting.
6309 2005-04-05  Lute Kamstra  <lute@gnu.org>
6311         * modes.texi (Defining Minor Modes): Document :group keyword
6312         argument and its default value.
6314 2005-04-03  Lute Kamstra  <lute@gnu.org>
6316         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
6317         references and/or descriptions.  Delete major mode hooks; mention
6318         them as a category instead.  Rename or delete obsolete hooks.
6320 2005-04-02  Richard M. Stallman  <rms@gnu.org>
6322         * nonascii.texi (Coding System Basics): Another wording cleanup.
6324 2005-04-01  Richard M. Stallman  <rms@gnu.org>
6326         * nonascii.texi (Coding System Basics): Clarify previous change.
6328 2005-04-01  Kenichi Handa  <handa@m17n.org>
6330         * nonascii.texi (Coding System Basics): Describe about roundtrip
6331         identity of coding systems.
6333 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6335         * text.texi (Buffer Contents): Add filter-buffer-substring and
6336         buffer-substring-filters.
6338 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
6340         * anti.texi (Antinews): Mention `G' interactive code.
6342         * tips.texi (Compilation Tips): Mention benchmark.el.
6344 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6346         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6347         is now bound to M-o M-o.
6349         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6351 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6353         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6354         in the Emacs Manual).
6355         * Makefile.in (srcs): Remove calendar.texi.
6356         * makefile.w32-in (srcs): Remove calendar.texi.
6357         * display.texi (Display): Change name of next node.
6358         * os.texi (System In): Change name of previous node.
6359         * elisp.texi (Top): Remove Calendar references.
6360         * vol1.texi (Top): Remove Calendar references.
6361         * vol2.texi (Top): Remove Calendar references.
6363 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6365         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6366         Cleanup previous change.
6368 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
6370         * display.texi (Face Attributes): Faces earlier in an :inherit
6371         list take precedence.
6372         (Scroll Bars): Fix description of vertical-scroll-bars.
6373         Document frame-current-scroll-bars and window-current-scroll-bars.
6375         * markers.texi (The Mark): Document temporary Transient Mark mode.
6377         * minibuf.texi (Reading File Names):
6378         Document read-file-name-completion-ignore-case.
6380         * positions.texi (Screen Lines): Document nil for width argument
6381         to compute-motion.
6383 2005-03-23  Kim F. Storm  <storm@cua.dk>
6385         * display.texi (Standard Faces): Other faces used in the fringe
6386         implicitly inherits from the fringe face.
6387         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6388         properties implicitly inherits from fringe face.
6389         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6391 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
6393         * display.texi (Invisible Text): State default value of
6394         line-move-ignore-invisible.
6395         (Managing Overlays): Document remove-overlays.
6396         (Standard Faces): Document escape-glyph face.
6398         * minibuf.texi (Reading File Names): Document read-file-name-function.
6400         * modes.texi (Other Font Lock Variables):
6401         Document font-lock-lines-before.
6403         * positions.texi (Skipping Characters): skip-chars-forward allows
6404         character classes.
6406 2005-03-18  Lute Kamstra  <lute@gnu.org>
6408         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6410 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6412         * text.texi (Undo): Document extensible undo entries.
6414         * searching.texi (String Search, Regexp Search): Cleanups.
6416         * nonascii.texi (Character Codes): Minor fix.
6418         * display.texi (Display Property): Explain the significance
6419         of having text properties that are eq.
6420         (Other Display Specs): Explain string as display spec.
6422         * commands.texi (Interactive Codes): Document G option.
6424 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
6426         * text.texi (Filling): Add sentence-end-without-period and
6427         sentence-end-without-space.
6428         (Changing Properties): Minor fix.
6430         * anti.texi: Total rewrite.
6432 2005-03-15  Lute Kamstra  <lute@gnu.org>
6434         * edebug.texi (Instrumenting Macro Calls): Fix typos.
6436 2005-03-08  Kim F. Storm  <storm@cua.dk>
6438         * display.texi (Specified Space): Property :width is support on
6439         non-graphic terminals, :height is not.
6441 2005-03-07  Richard M. Stallman  <rms@gnu.org>
6443         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6444         Now subnodes of Fringes.
6445         (Overlay Arrow): Document overlay-arrow-variable-list.
6446         (Fringe Size/Pos): New node, broken out of Fringes.
6447         (Display): Explain clearing vs redisplay better.
6448         (Truncation): Clarify use of bitmaps.
6449         (The Echo Area): Clarify the uses of the echo area.
6450         Add max-mini-window-height.
6451         (Progress): Clarify.
6452         (Invisible Text): Explain that main loop moves point out.
6453         (Selective Display): Say "hidden", not "invisible".
6454         (Managing Overlays): Move up.  Describe relation to Undo here.
6455         (Overlay Properties): Clarify intro.
6456         (Finding Overlays): Explain return values when nothing found.
6457         (Width): truncate-string-to-width has added arg.
6458         (Displaying Faces): Clarify and update mode line face handling.
6459         (Face Functions): Minor cleanup.
6460         (Conditional Display): Merge into Other Display Specs.
6461         (Pixel Specification, Other Display Specs): Minor cleanups.
6462         (Images, Image Descriptors): Minor cleanups.
6463         (GIF Images): Patents have expired.
6464         (Showing Images): Explain default text for insert-image.
6465         (Manipulating Button Types): Merge into Manipulating Buttons.
6466         (Making Buttons): Explain return values.
6467         (Button Buffer Commands): Add xref.
6468         (Inverse Video): Update mode-line-inverse-video.
6469         (Display Table Format): Clarify.
6470         (Active Display Table): Give defaults for window-display-table.
6472         * calendar.texi (Calendar Customizing): calendar-holiday-marker
6473         and calendar-today-marker are strings, not chars.
6474         (Holiday Customizing): Minor fix.
6476         * internals.texi (Writing Emacs Primitives): Update `or' example.
6477         Update limit on # args of subr.
6479         * edebug.texi (Using Edebug): Arrow is in fringe.
6480         (Instrumenting): Arg to eval-defun works without loading edebug.
6481         (Edebug Execution Modes): Add xref.
6483         * customize.texi (Common Keywords): Clarify :require.
6484         Mention :version here.
6485         (Variable Definitions, Group Definitions): Not here.
6486         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6488 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
6489         * nonascii.texi (Text Representations): Clarify position-bytes.
6490         (Character Sets): Add list-charset-chars.
6491         (Scanning Charsets): Add charset-after.
6492         (Encoding and I/O): Minor fix.
6494 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6496         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6497         (Resizing Windows): Likewise.
6499         * text.texi (Change Hooks): Get rid of "Emacs 21".
6501         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6503         * streams.texi (Output Variables): Get rid of "Emacs 21".
6505         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6507         * os.texi (Translating Input): Replace flow-control example
6508         with a less obsolete example that uses `keyboard-translate'.
6510         * objects.texi (Hash Table Type, Circular Objects):
6511         Get rid of "Emacs 21".
6513         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6514         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6516         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6518         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6520         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6521         (Menu Bar): Fix when menu-bar-update-hook is called.
6523         * hash.texi (Hash Tables): Get rid of "Emacs 21".
6525         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6526         and make it read better.
6528         * files.texi (Writing to Files): Get rid of "Emacs 21".
6529         (Unique File Names): Likewise.
6531         * elisp.texi: Update Emacs version to 22.
6533         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6534         (Overlay Properties, Face Attributes): Likewise.
6535         (Managing Overlays): Fix punctuation.
6536         (Attribute Functions): Clarify set-face-font; get rid of
6537         info about old Emacs versions.
6538         (Auto Faces, Font Lookup, Display Property, Images):
6539         Get rid of "Emacs 21".
6541         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6543 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6545         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6547 2005-03-04  Lute Kamstra  <lute@gnu.org>
6549         * debugging.texi (Error Debugging): Document stack-trace-on-error.
6551 2005-03-03  Lute Kamstra  <lute@gnu.org>
6553         * edebug.texi (Instrumenting Macro Calls): Fix typo.
6555 2005-03-01  Lute Kamstra  <lute@gnu.org>
6557         * debugging.texi (Debugger Commands): Update `j'.
6559 2005-02-28  Lute Kamstra  <lute@gnu.org>
6561         * debugging.texi (Debugging): Fix typo.
6562         (Error Debugging): Document eval-expression-debug-on-error.
6563         (Function Debugging): Update example.
6564         (Using Debugger): Mention starred stack frames.
6565         (Debugger Commands): Document `j' and `l'.
6566         (Invoking the Debugger): `d' and `j' exit recursive edit too.
6567         Update the messages that the debugger displays.
6568         (Internals of Debugger): Add cross reference.  Update example.
6569         (Excess Open): Minor improvement.
6570         (Excess Close): Minor improvement.
6572 2005-02-26  Richard M. Stallman  <rms@gnu.org>
6574         * tips.texi (Coding Conventions): Clarify.
6575         Put all the major mode key reservations together.
6576         Mention the Mouse-1 => Mouse-2 conventions.
6578         * syntax.texi (Syntax Class Table): Clarify.
6579         (Syntax Table Functions): syntax-after moved from here.
6580         (Syntax Table Internals): syntax-after moved to here.
6581         (Parsing Expressions): Update info on number of values
6582         and what's meaningful in the STATE argument.
6583         (Categories): Fix typo.
6585         * sequences.texi (Arrays): Cleanup.
6586         (Char-Tables): Clarify.
6588         * processes.texi (Deleting Processes): Cleanups, add xref.
6589         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
6590         (Process Information): set-process-coding-system, some args optional.
6591         (Input to Processes): Explain various types for PROCESS args.
6592         Rename them from PROCESS-NAME to PROCESS.
6593         (Signals to Processes): Likewise.
6594         (Decoding Output): Cleanup.
6595         (Query Before Exit): Clarify.
6597         * os.texi (Startup Summary): Correct the options; add missing ones.
6598         (Terminal Output, Batch Mode): Clarify.
6599         (Flow Control): Node deleted.
6601         * markers.texi (The Mark): Clarify.
6603         * macros.texi (Expansion): Cleanup.
6604         (Indenting Macros): indent-spec allows ints, not floats.
6606         * keymaps.texi (Keymaps): Clarify.
6607         (Format of Keymaps): Update lisp-mode-map example.
6608         (Active Keymaps, Key Lookup): Clarify.
6609         (Changing Key Bindings): Add xref to `kbd'.
6610         (Key Binding Commands, Simple Menu Items): Clarify.
6611         (Mouse Menus, Menu Bar): Clarify.
6612         (Menu Example): Replace print example with menu-bar-replace-menu.
6614         * help.texi (Documentation Basics): Add function-documentation prop.
6616         * elisp.texi (Top): Don't refer to Flow Control node.
6618         * commands.texi (Command Overview): Improve xrefs.
6619         (Adjusting Point): Adjusting point applies to intangible and invis.
6620         (Key Sequence Input): Doc extra read-key-sequence args.
6621         Likewise for read-key-sequence-vector.
6623         * backups.texi (Rename or Copy): Minor fix.
6624         (Numbered Backups): For version-control, say the default.
6625         (Auto-Saving): make-auto-save-file-name example is simplified.
6627         * advice.texi (Advising Functions): Don't imply one part of Emacs
6628         should advise another part.  Markup changes.
6629         (Defining Advice): Move transitional para.
6630         (Activation of Advice): Cleanup.
6631         Explain if COMPILE is nil or negative.
6633         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6635 2005-02-24  Lute Kamstra  <lute@gnu.org>
6637         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6638         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6640 2005-02-23  Lute Kamstra  <lute@gnu.org>
6642         * modes.texi (Defining Minor Modes): define-minor-mode can be used
6643         to define global minor modes as well.
6645         * display.texi (Managing Overlays): overlay-buffer returns nil for
6646         deleted overlays.
6648 2005-02-22  Kim F. Storm  <storm@cua.dk>
6650         * minibuf.texi (Basic Completion): Allow symbols in addition to
6651         strings in try-completion and all-completions.
6653 2005-02-14  Lute Kamstra  <lute@gnu.org>
6655         * elisp.texi (Top): Remove reference to deleted node.
6657         * lists.texi (Lists): Remove reference to deleted node.
6658         (Cons Cells): Fix typo.
6660         * loading.texi (Where Defined): Fix typo.
6662 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6664         * variables.texi (Creating Buffer-Local): change-major-mode-hook
6665         is useful for discarding some minor modes.
6667         * symbols.texi (Symbol Components): Reorder examples.
6669         * streams.texi (Input Functions): State standard-input default.
6670         (Output Variables): State standard-output default.
6672         * objects.texi (Printed Representation): Clarify read syntax vs print.
6673         (Floating Point Type): Explain meaning better.
6674         (Symbol Type): Explain uniqueness better.
6675         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
6676         List examples sooner.
6677         (Box Diagrams): New subnode broken out.
6678         Some examples moved from old Lists as Boxes node.
6679         (Dotted Pair Notation): Clarify intro.
6680         (Array Type): Clarify.
6681         (Type Predicates): Add hash-table-p.
6683         * numbers.texi (Integer Basics): Clarify radix explanation.
6684         (Predicates on Numbers): Minor clarification.
6685         (Comparison of Numbers): Minor clarification.  Clarify eql.
6686         Typos in min, max.
6687         (Math Functions): Clarify overflow in expt.
6689         * minibuf.texi (Text from Minibuffer): Minor clarification.
6690         Mention arrow keys.
6692         * loading.texi (Autoload): defun's doc string overrides autoload's
6693         doc string.
6694         (Repeated Loading): Modernize "add to list" examples.
6695         (Where Defined): Finish updating table of load-history elts.
6697         * lists.texi (List-related Predicates): Minor wording improvement.
6698         (Lists as Boxes): Node deleted.
6699         (Building Lists): Explain trivial cases of number-sequence.
6701         * hash.texi (Hash Tables): Add desc to menu items.
6702         (Creating Hash): Explain "full" means "make larger".
6703         (Hash Access): Any object can be a key.
6704         State value of maphash.
6706         * functions.texi (What Is a Function): Wording cleanup.
6707         (Function Documentation): Minor cleanup.
6708         Explain purpose of calling convention at end of doc string.
6709         (Function Names): Wording cleanup.
6710         (Calling Functions): Wording cleanup.
6711         Explain better how funcall calls the function.
6712         (Function Cells): Delete example of saving and redefining function.
6714         * control.texi (Combining Conditions): Wording cleanup.
6715         (Iteration): dolist and dotimes bind VAR locally.
6716         (Cleanups): Xref to Atomic Changes.
6718         * compile.texi (Byte Compilation): Delete 19.29 info.
6719         (Compilation Functions): Macros' difficulties don't affect defsubst.
6720         (Docs and Compilation): Delete 19.29 info.
6722 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6724         * objects.texi (Symbol Type): Minor correction.
6726 2005-02-06  Lute Kamstra  <lute@gnu.org>
6728         * modes.texi (Example Major Modes): Fix typos.
6730 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6732         * text.texi (Margins): fill-nobreak-predicate can be one function.
6734         * strings.texi (Modifying Strings): clear-string can make unibyte.
6735         (Formatting Strings): format gives error if values missing.
6737         * positions.texi (Character Motion): Mention default arg
6738         for forward-char.  backward-char refers to forward-char.
6739         (Word Motion): Mention default arg for forward-word.
6740         (Buffer End Motion): Mention default arg for beginning-of-buffer.
6741         Simplify end-of-buffer.
6742         (Text Lines): Mention default arg for forward-line.
6743         (List Motion): Mention default arg for beginning/end-of-defun.
6744         (Skipping Characters): Minor fixes in explaining character-set.
6746         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6747         Mode inheritance applies only when default-major-mode is nil.
6748         Clarifications.
6749         (Example Major Modes): Update Text mode and Lisp mode examples.
6750         (Minor Mode Conventions): Mention define-minor-mode at top.
6751         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6752         (Mode Line Format): Update mode line face display info.
6753         (Properties in Mode): Mention effect of risky vars.
6754         (Imenu): Define imenu-add-to-menubar.
6755         (Font Lock Mode): Add descriptions to menu lines.
6756         (Faces for Font Lock): Add font-lock-doc-face.
6758 2005-02-05  Lute Kamstra  <lute@gnu.org>
6760         * text.texi (Maintaining Undo): Remove obsolete function.
6762 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6764         * frames.texi (Color Names): Add pointer to the X docs about RGB
6765         color specifications.  Improve indexing.
6766         (Text Terminal Colors): Replace the description of RGB values by
6767         an xref to "Color Names".
6769 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6771         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6772         Clarify.
6773         (Selecting Windows): Clarify save-selected-window.
6774         (Cyclic Window Ordering): Clarify walk-windows.
6775         (Window Point): Clarify.
6776         (Window Start): Add comment to example.
6777         (Resizing Windows): Add `interactive' specs in examples.
6778         Document fit-window-to-buffer.
6780         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6781         (Undo, Maintaining Undo): Clarify last change.
6782         (Sorting): In sort-numeric-fields, explain about octal and hex.
6783         Mention sort-numeric-base.
6784         (Format Properties): Add xref for hard newlines.
6786         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6787         (Pop-Up Menus): Fix typo.
6788         (Color Names): Explain all types of color names.
6789         Explain color-values on B&W terminal.
6790         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
6792         * files.texi (File Locks): Not supported on MS systems.
6793         (Testing Accessibility): Clarify.
6795         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6796         (Coverage Testing): Fix typo.
6798         * commands.texi (Misc Events): Remove stray space.
6800         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6801         (Modification Time): Clarify when visited-file-modtime returns 0.
6802         (The Buffer List): Clarify bury-buffer.
6803         (Killing Buffers): Clarify.
6804         (Indirect Buffers): Add clone-indirect-buffer.
6806 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
6808         * edebug.texi (Printing in Edebug): Fix default value of
6809         edebug-print-circle.
6810         (Coverage Testing): Fix displayed frequency count data.
6812 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6814         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6816 2005-02-02  Kim F. Storm  <storm@cua.dk>
6818         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6820 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
6822         * commands.texi (Misc Events): Describe the help-echo event.
6824         * text.texi (Special Properties) <help-echo>: Use `pos'
6825         consistently in description of the help-echo property.
6826         Use @code{nil} instead of @var{nil}.
6828         * display.texi (Overlay Properties): Fix the index entry for
6829         help-echo overlay property.
6831         * customize.texi (Type Keywords): Uncomment the xref to the
6832         help-echo property documentation.
6834 2005-01-23  Kim F. Storm  <storm@cua.dk>
6836         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6837         return value.  Third element FULLY replaced by PARTIAL which
6838         specifies number of invisible pixels if row is only partially visible.
6839         (Textual Scrolling): Mention auto-window-vscroll.
6840         (Vertical Scrolling): New defvar auto-window-vscroll.
6842 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6844         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6845         command remapping.
6847 2005-01-15  Richard M. Stallman  <rms@gnu.org>
6849         * display.texi (Defining Images): Mention DATA-P arg of create-image.
6851 2005-01-14  Kim F. Storm  <storm@cua.dk>
6853         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6855         * text.texi (Links and Mouse-1): Fix string and vector item.
6857 2005-01-13  Richard M. Stallman  <rms@gnu.org>
6859         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6860         descriptions of overriding-local-map and overriding-terminal-local-map.
6862         * text.texi (Links and Mouse-1): Clarify text.
6864 2005-01-13  Kim F. Storm  <storm@cua.dk>
6866         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6868 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6870         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6872 2005-01-12  Kim F. Storm  <storm@cua.dk>
6874         * text.texi (Links and Mouse-1): Rename section from Enabling
6875         Mouse-1 to Following Links.  Change xrefs.
6876         Add examples for define-button-type and define-widget.
6878         * display.texi (Button Properties, Button Buffer Commands):
6879         Clarify mouse-1 and follow-link functionality.
6881 2005-01-12  Richard M. Stallman  <rms@gnu.org>
6883         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6885         * display.texi (Beeping): Fix Texinfo usage.
6887         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6889 2005-01-11  Kim F. Storm  <storm@cua.dk>
6891         * display.texi (Button Properties, Button Buffer Commands):
6892         Mention mouse-1 binding.  Add follow-link keyword.
6894         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6895         (Enabling Mouse-1 to Follow Links): New subsection.
6897 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6899         * text.texi (Special Properties): Minor change.
6901         * os.texi (Timers): Clarify previous change.
6903         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6905 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
6907         * display.texi (Face Attributes): Correct xref to renamed node.
6909 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6911         * display.texi (Face Attributes): Describe hex color specs.
6913 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6915         * os.texi (Timers): Update previous change.
6917 2004-12-30  Kim F. Storm  <storm@cua.dk>
6919         * display.texi (Line Height): Total line-height is now specified
6920         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
6921         in cons cells.  (nil . RATIO) is relative to actual line height.
6922         Use line-height `t' instead of `0' to get minimum height.
6924 2004-12-29  Richard M. Stallman  <rms@gnu.org>
6926         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6928 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6930         * commands.texi (Quitting): Clarify value of with-local-quit.
6932         * elisp.texi (Top): Fix previous change.
6934         * loading.texi (Loading): Fix previous change.
6936 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6938         * Makefile.in (MAKEINFO): Specify --force.
6940         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6942         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6944         * display.texi (Line Height): Further clarify.
6946         * elisp.texi (Top): Update Loading submenu.
6948         * loading.texi (Where Defined): New node.
6949         (Unloading): load-history moved to Where Defined.
6951 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6953         * commands.texi (Event Input Misc): Add while-no-input.
6955 2004-12-11  Richard M. Stallman  <rms@gnu.org>
6957         * display.texi (Line Height): Rewrite text for clarity.
6959 2004-12-11  Kim F. Storm  <storm@cua.dk>
6961         * display.texi (Display): Add node "Line Height" to menu.
6962         (Line Height): New node.  Move full description of line-spacing
6963         and line-height text properties here from text.texi.
6964         (Scroll Bars): Add vertical-scroll-bar variable.
6966         * frames.texi (Window Frame Parameters): Remove line-height defvar.
6968         * locals.texi (Standard Buffer-Local Variables): Fix xref for
6969         line-spacing and vertical-scroll-bar.
6971         * text.texi (Special Properties): Just mention line-spacing and
6972         line-height here, add xref to new "Line Height" node.
6974 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
6976         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6978         * locals.texi (Standard Buffer-Local Variables):
6979         Add @xref for `line-spacing'.
6981 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6983         * Makefile.in (maintainer-clean): Remove the info files
6984         in $(infodir) where they are created.
6986 2004-12-03  Richard M. Stallman  <rms@gnu.org>
6988         * windows.texi (Selecting Windows): get-lru-window and
6989         get-largest-window don't consider dedicated windows.
6991         * text.texi (Undo): Document undo-in-progress.
6993 2004-11-26  Richard M. Stallman  <rms@gnu.org>
6995         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6996         Remove a few vars that are not always buffer-local.
6998 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7000         * locals.texi (Standard Buffer-Local Variables): Comment out
7001         xref's to non-existent node `Yet to be written'.
7003 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7005         * processes.texi (Synchronous Processes): Grammar fix.
7007         * numbers.texi (Comparison of Numbers): Add eql.
7009         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7011         * intro.texi (Printing Notation): Fix previous change.
7013         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7014         and default-indicate-buffer-boundaries from here.
7015         (Usual Display): To here.
7016         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7017         (Usual Display): Move tab-width up.
7019         * customize.texi (Variable Definitions):
7020         Replace show-paren-mode example with tooltip-mode.
7021         (Simple Types, Composite Types, Defining New Types):
7022         Minor cleanups.
7024 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7026         * processes.texi (Synchronous Processes, Output from Processes):
7027         Markup fix.
7029 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7031         * positions.texi (Skipping Characters): skip-chars-forward
7032         now handles char classes.
7034         * intro.texi (Printing Notation): Avoid confusion of `print'
7035         when explaining @print.
7037         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7039         * display.texi (Display Table Format): Minor fix.
7041         * streams.texi (Output Functions): Fix print example.
7043         * Makefile.in (elisp): New target.
7044         (dist): Depend on $(infodir)/elisp, not elisp.
7045         Copy the info files from $(infodir).
7047         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7048         read-from-minibuffer.
7050         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7052 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7054         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7056 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7058         * tips.texi (Coding Conventions): Fix typo.
7060 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7062         * tips.texi (Coding Conventions): Separate defvar and require
7063         methods to avoid warnings.  Use require only when there are many
7064         functions and variables from that package.
7066         * minibuf.texi (Minibuffer Completion): When ignoring case,
7067         predicate must not be case-sensitive.
7069         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7070         (Test Coverage): Don't talk about "splotches".  Clarified.
7072 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
7074         * frames.texi (Window Frame Parameters): Fix typo.
7076 2004-11-15  Kim F. Storm  <storm@cua.dk>
7078         * symbols.texi (Other Plists): Note that plist-get may signal error.
7079         Add safe-plist-get.
7081 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7083         * modes.texi (Font Lock Basics): Fix typo.
7085 2004-11-08  Richard M. Stallman  <rms@gnu.org>
7087         * syntax.texi (Syntax Table Functions): Add syntax-after.
7089 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7091         * os.texi (Processor Run Time): New section documenting
7092         get-internal-run-time.
7094 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7096         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7097         it nukes elisp-cover.texi.
7098         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7099         elisp-0 etc.
7101 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7103         * commands.texi (Keyboard Macros): Document `append' return value
7104         of `defining-kbd-macro'.
7106 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7108         * commands.texi (Interactive Call): Add called-interactively-p.
7110 2004-10-29  Simon Josefsson  <jas@extundo.com>
7112         * minibuf.texi (Reading a Password): Revert.
7114 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7116         * frames.texi (Display Feature Testing): Explain about "vendor".
7118 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7120         * commands.texi (Interactive Codes): `N' uses numeric prefix,
7121         not raw.  Clarify `n'.
7122         (Interactive Call): Rewrite interactive-p, focusing on when
7123         and how to use it.
7124         (Misc Events): Clarify previous change.
7126         * advice.texi (Simple Advice): Clarify what job the example does.
7127         (Around-Advice): Clarify ad-do-it.
7128         (Activation of Advice): An option of ad-default-compilation-action
7129         is `never', not `nil'.
7131 2004-10-26  Kim F. Storm  <storm@cua.dk>
7133         * commands.texi (Interactive Codes): Add U code letter.
7135 2004-10-25  Simon Josefsson  <jas@extundo.com>
7137         * minibuf.texi (Reading a Password): Add.
7139 2004-10-24  Jason Rumney  <jasonr@gnu.org>
7141         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
7142         and wheel-down.
7144 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
7146         * processes.texi (Synchronous Processes): Document process-file.
7148 2004-10-22  Kenichi Handa  <handa@m17n.org>
7150         * text.texi (translate-region): Document that it accepts also a
7151         char-table.
7153 2004-10-22  David Ponce  <david@dponce.com>
7155         * windows.texi (Resizing Windows): Document the `preserve-before'
7156         argument of the functions `enlarge-window' and `shrink-window'.
7158 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7160         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7162 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7164         * text.texi (Filling): Add anchor for definition of
7165         `sentence-end-double-space'.
7167         * searching.texi (Regexp Example): Update description of how
7168         Emacs currently recognizes the end of a sentence.
7169         (Standard Regexps): Update definition of the variable
7170         `sentence-end'.  Add definition of the function `sentence-end'.
7172 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7174         * display.texi (Progress): New node.
7176 2004-10-05  Kim F. Storm  <storm@cua.dk>
7178         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7180 2004-09-29  Kim F. Storm  <storm@cua.dk>
7182         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7183         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
7184         fringe bitmap symbols, as they now have their own namespace.
7185         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7186         vs. pixels.  Signal error if no free bitmap slots.
7187         (Pixel Specification): Change IMAGE to @var{image}.
7189 2004-09-28  Richard M. Stallman  <rms@gnu.org>
7191         * text.texi (Special Properties): Clarify line-spacing and line-height.
7193         * searching.texi (Regexp Search): Add looking-back.
7195 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
7197         * display.texi: Correct typos.
7198         (Image Descriptors): Correct xref's.
7200 2004-09-25  Richard M. Stallman  <rms@gnu.org>
7202         * text.texi (Special Properties): Cleanups in `cursor'.
7203         Rewrites in `line-height' and `line-spacing'; exchange them.
7205         * display.texi (Fringes): Rewrite previous change.
7206         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
7207         (Display Fringe Bitmaps): Node deleted, text moved.
7208         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
7209         (Scroll Bars): Clarify set-window-scroll-bars.
7210         (Pointer Shape): Rewrite.
7211         (Specified Space): Clarify :align-to, etc.
7212         (Pixel Specification): Use @var.  Clarify new text.
7213         (Other Display Specs): Clarify `slice'.
7214         (Image Descriptors): Cleanups.
7215         (Showing Images): Cleanups.
7217 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
7219         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7221         * modes.texi: Various minor changes in addition to:
7222         (Major Mode Conventions): Final call to `run-mode-hooks' should
7223         not be inside the `delay-mode-hooks' form.
7224         (Mode Hooks): New node.
7225         (Hooks): Delete obsolete example.
7226         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7227         node "Mode Hooks".
7229 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
7231         * display.texi: Correct various typos.
7232         (Display): Rename node "Pointer Shapes" to "Pointer
7233         Shape".  (There is already a node called "Pointer Shapes" in
7234         frames.texi.)
7235         (Images): Remove non-existent node "Image Slices" from menu.
7237 2004-09-23  Kim F. Storm  <storm@cua.dk>
7239         * text.texi (Special Properties): Add `cursor', `pointer',
7240         `line-height', and `line-spacing' properties.
7242         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7243         Shapes' to menu.
7244         (Standard Faces): Doc fix for fringe face.
7245         (Fringes): Add `overflow-newline-into-fringe' and
7246         'indicate-buffer-boundaries'.
7247         (Fringe Bitmaps, Pointer Shapes): New nodes.
7248         (Display Property): Add 'Pixel Specification' and 'Display Fringe
7249         Bitmaps' to menu.
7250         (Specified Space): Describe pixel width and height.
7251         (Pixel Specification): New node.
7252         (Other Display Specs): Add `slice' property.
7253         (Display Fringe Bitmaps): New node.
7254         (Images): Add 'Image Slices' to menu.
7255         (Image Descriptors): Add `:pointer' and `:map' properties.
7256         (Showing Images): Add slice arg to `insert-image'.
7257         Add 'insert-sliced-image'.
7259 2004-09-20  Richard M. Stallman  <rms@gnu.org>
7261         * commands.texi (Key Sequence Input):
7262         Clarify downcasing in read-key-sequence.
7264 2004-09-08  Juri Linkov  <juri@jurta.org>
7266         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7268 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7270         * locals.texi (Standard Buffer-Local Variables):
7271         Add `buffer-auto-save-file-format'.
7272         * internals.texi (Buffer Internals): Describe new
7273         auto_save_file_format field of the buffer structure.
7274         * files.texi (Format Conversion): `auto-save-file-format' has been
7275         renamed `buffer-auto-save-file-format'.
7277 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
7279         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7280         an integer or a marker.
7281         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7283 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7285         * modes.texi (Major Mode Conventions): Discuss rebinding of
7286         standard key bindings.
7288 2004-08-18  Kim F. Storm  <storm@cua.dk>
7290         * processes.texi (Accepting Output): Add `just-this-one' arg to
7291         `accept-process-output'.
7292         (Output from Processes): New var `process-adaptive-read-buffering'.
7294 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7296         * keymaps.texi: Various changes in addition to:
7297         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7298         Give more varied examples for `kbd'.
7299         (Creating Keymaps): Char tables have slots for all characters
7300         without modifiers.
7301         (Active Keymaps): `overriding-local-map' and
7302         `overriding-terminal-local-map' also override text property and
7303         overlay keymaps.
7304         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7305         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7306         to denote a prefix of no events.
7307         `map-keymap' includes parent's bindings _recursively_.
7308         Clarify and correct description of `where-is-internal'.
7309         Mention BUFFER-OR-NAME arg to `describe-bindings'.
7310         (Menu Example): For menus intended for use with the keyboard, the
7311         menu items should be bound to characters or real function keys.
7313 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7315         * objects.texi (Character Type): Reposition `@anchor' to prevent
7316         double space inside sentence in Info.
7318         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7319         renamed to `disabled-command-function'.
7320         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7321         (Command Loop Info): Replace reference to it.
7322         (Disabling Commands): `disabled-command-hook' has been renamed to
7323         `disabled-command-function'.
7325 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
7327         * os.texi (Translating Input): Only non-prefix bindings in
7328         `key-translation-map' override actual key bindings.  Warn about
7329         possible indirect effect of actual key bindings on non-prefix
7330         bindings in `key-translation-map'.
7332 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
7334         * minibuf.texi (High-Level Completion): Add anchor for definition
7335         of `read-variable'.
7337         * commands.texi: Various changes in addition to:
7338         (Using Interactive): Clarify description of `interactive-form'.
7339         (Interactive Call): Mention default for KEYS argument to
7340         `call-interactively'.
7341         (Command Loop Info): Clarify description of `this-command-keys'.
7342         Mention KEEP-RECORD argument to `clear-this-command-keys'.
7343         Value of `last-event-frame' can be `macro'.
7344         (Repeat Events): `double-click-fuzz' is also used to distinguish
7345         clicks and drags.
7346         (Classifying Events): Clarify descriptions of `event-modifiers'
7347         `event-basic-type' and `event-convert-list'.
7348         (Accessing Events): `posn-timestamp' takes POSITION argument.
7349         (Quoted Character Input): Clarify description of
7350         `read-quoted-char' and fix example.
7351         (Quitting): Add `with-local-quit'.
7352         (Disabling Commands): Correct and clarify descriptions of
7353         `enable-command' and `disable-command'.
7354         Mention what happens if `disabled-command-hook' is nil.
7355         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7356         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7358 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7360         * frames.texi: Various changes in addition to:
7361         (Creating Frames): Expand and clarify description of `make-frame'.
7362         (Window Frame Parameters): Either none or both of the `icon-left'
7363         and `icon-top' parameters must be specified.  Put descriptions of
7364         `menu-bar-lines' and `toolbar-lines' closer together and change
7365         them accordingly.
7366         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7367         except while processing `frame-title-format' or `icon-title-format'.
7368         (Deleting Frames): Correct description of `delete-frame'.
7369         Non-nil return values of `frame-live-p' are like those of `framep'.
7370         (Frames and Windows): Mention return value of
7371         `set-frame-selected-window'.
7372         (Visibility of Frames): Mention `force' argument to
7373         `make-frame-invisible'.  `frame-visible-p' returns t for all
7374         frames on text-only terminals.
7375         (Frame Configurations): Restoring a frame configuration does not
7376         restore deleted frames.
7377         (Window System Selections): `x-set-selection' returns DATA.
7378         (Resources): Add example.
7379         (Display Feature Testing): Clarify descriptions of
7380         `display-pixel-height', `display-pixel-width', `x-server-version'
7381         and `x-server-vendor'.
7383         * windows.texi (Choosing Window): Add anchor.
7384         * minibuf.texi (Minibuffer Misc): Add anchor.
7386 2004-07-23  John Paul Wallington  <jpw@gnu.org>
7388         * macros.texi (Defining Macros): Declaration keyword for setting
7389         Edebug spec is `debug' not `edebug'.
7391 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
7393         * windows.texi: Various small changes in addition to:
7394         (Window Point): Mention return value of `set-window-point'.
7395         (Window Start): `pos-visible-in-window-p' disregards horizontal
7396         scrolling.  Explain return value if PARTIALLY is non-nil.
7397         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7398         and `set-window-vscroll'.
7399         (Size of Window): The argument WINDOW to `window-inside-edges',
7400         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7401         (Resizing Windows): Explain return value of
7402         `shrink-window-if-larger-than-buffer'.
7403         `window-size-fixed' automatically becomes buffer local when set.
7404         (Window Configurations): Explain return value of
7405         `set-window-configuration'.
7407         * minibuf.texi (Minibuffer Misc): Add anchor for
7408         `minibuffer-scroll-window'.
7410         * positions.texi (Text Lines): Add anchor for `count-lines'.
7412 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7414         * display.texi (Overlay Properties): Adding `evaporate' prop
7415         deletes empty overlay immediately.
7417         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7418         fix example.
7420 2004-07-16  Jim Blandy  <jimb@redhat.com>
7422         * searching.texi (Regexp Backslash): Document new \_< and \_>
7423         operators.
7425 2004-07-16  Juanma Barranquero  <lektu@terra.es>
7427         * display.texi (Images): Fix Texinfo usage.
7429 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7431         * buffers.texi (Modification Time): `visited-file-modtime' now
7432         returns a list of two integers, instead of a cons.
7434 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
7436         * windows.texi: Various changes in addition to:
7437         (Splitting Windows): Add `split-window-keep-point'.
7439 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7441         * frames.texi (Input Focus): Minor fix.
7443 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7445         * frames.texi (Input Focus): Clarify descriptions of
7446         `select-frame-set-input-focus' and `select-frame'.
7448 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
7450         * os.texi: Various small changes in addition to:
7451         (Killing Emacs): Expand and clarify description of
7452         `kill-emacs-query-functions' and `kill-emacs-hook'.
7453         (System Environment): Expand and clarify description of `getenv'
7454         and `setenv'.
7455         (Timers): Clarify description of `run-at-time'.
7456         (Translating Input): Correct description of
7457         `extra-keyboard-modifiers'.
7458         (Flow Control): Correct description of `enable-flow-control'.
7460 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
7462         * os.texi: Update copyright.
7463         (Session Management): Grammar fix.
7464         Clarify which Emacs does the restarting.
7465         Use @samp for *scratch* buffer.
7467 2004-07-04  Alan Mackenzie  <acm@muc.de>
7469         * frames.texi (Input Focus): Add documentation for
7470         `select-frame-set-input-focus'.  Replace refs to non-existent
7471         `switch-frame' with `select-frame'.  Minor corrections and tidying
7472         up of text-only terminal stuff.
7474 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7476         * files.texi (Saving Buffers): Cleanup write-contents-function.
7477         (Magic File Names): Cleanup file-remote-p.
7479 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
7481         * files.texi (Magic File Names): `file-remote-p' returns an
7482         identifier of the remote system, not just t.
7484 2004-07-02  David Kastrup  <dak@gnu.org>
7486         * searching.texi (Entire Match Data): Add explanation about new
7487         match-data behavior when @var{integers} is non-nil.
7489 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7491         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7493         * customize.texi (Variable Definitions): Note about doc strings
7494         and :set.
7496         * keymaps.texi (Keymap Terminology): Document `kbd'.
7497         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7499         * display.texi (Invisible Text): Setting buffer-invisibility-spec
7500         makes it buffer-local.
7502         * files.texi (Saving Buffers): Correct previous change.
7504         * commands.texi (Accessing Events):
7505         Clarify posn-col-row and posn-actual-col-row.
7507 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
7509         * commands.texi (Accessing Events): New functions
7510         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
7512 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7514         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7515         * frames.texi, buffers.texi, backups.texi, variables.texi:
7516         * loading.texi, eval.texi, functions.texi, control.texi:
7517         * symbols.texi, minibuf.texi: Reposition @anchor's.
7519         * help.texi: Various small changes in addition to the following.
7520         (Describing Characters): Describe PREFIX argument to
7521         `key-description'.  Correct and clarify definition of
7522         `text-char-description'.  Describe NEED-VECTOR argument to
7523         `read-kbd-macro'.
7524         (Help Functions): Clarify definition of `apropos'.
7526 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7528         * files.texi (Saving Buffers): Correct description of
7529         `write-contents-functions'.
7531 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7533         * display.texi (Images): Remove redundant @vindex directives.
7534         Rewrite `image-library-alist' doc in active voice.
7536 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7538         * display.texi (Images): Document new delayed library loading,
7539         variable `image-library-alist' and (existing but undocumented)
7540         function `image-type-available-p'.
7542 2004-06-05  Richard M. Stallman  <rms@gnu.org>
7544         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7545         refer the user to the Initial Input node.
7546         (Text from Minibuffer): Likewise.
7547         (Initial Input): New node.  Document this feature
7548         and say it is mostly deprecated.
7550 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7552         * loading.texi (Named Features): Clarify return value
7553         and meaning of NOERROR.
7555         * variables.texi (File Local Variables): Minor cleanup.
7557 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7559         * files.texi (Magic File Names): Add `file-remote-p' as operation
7560         of file name handlers.
7562 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7564         * modes.texi (Minor Mode Conventions): (-) has no special meaning
7565         as arg to a minor mode command.
7567 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7569         * syntax.texi (Syntax Class Table): Word syntax not just for English.
7571         * streams.texi (Output Variables): Doc float-output-format.
7573         * searching.texi (Regexp Special): Nested repetition can be infloop.
7575         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7576         real stack overflow.
7578         * compile.texi: Minor cleanups.
7580 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
7582         * lists.texi (Cons Cells): Explain dotted lists, true lists,
7583         circular lists.
7584         (List Elements): Explain handling of circular and dotted lists.
7586 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
7588         * modes.texi (Search-based Fontification): Fix typo.
7590 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7592         * modes.texi (Mode Line Variables): Fix description of
7593         global-mode-string, which is now after which-func-mode, not the
7594         buffer name.
7596 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7598         * modes.texi (Desktop Save Mode): Add.
7599         (Modes): Add menu entry Desktop Save Mode.
7601         * hooks.texi: Add desktop-after-read-hook,
7602         desktop-no-desktop-file-hook and desktop-save-hook.
7604         * locals.texi: Add desktop-save-buffer.
7606 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
7608         * display.texi: emacs -> Emacs.
7610 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7612         * files.texi (Changing Files): Document set-file-times.
7614 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7616         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7618 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
7620         * tips.texi (Coding Conventions): defopt -> defcustom.
7622 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
7624         * sequences.texi: Various clarifications.
7626 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
7628         * buffers.texi (Read Only Buffers): Mention optional ARG to
7629         `toggle-read-only'.
7631 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
7633         * windows.texi (Selecting Windows): Note that get-lru-window
7634         returns a full-width window if possible.
7636 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7638         * buffers.texi: Various changes in addition to:
7639         (Buffer File Name): Add `find-buffer-visiting'.
7640         (Buffer Modification): Mention optional ARG to `not-modified'.
7641         (Indirect Buffers): Mention optional CLONE argument to
7642         `make-indirect-buffer'.
7644         * files.texi: Various changes in addition to:
7645         (Visiting Functions): `find-file-hook' is now a normal hook.
7646         (File Name Expansion): Explain difference between the way that
7647         `expand-file-name' and `file-truename' treat `..'.
7648         (Contents of Directories): Mention optional ID-FORMAT argument to
7649         `directory-files-and-attributes'.
7650         (Format Conversion): Mention new optional CONFIRM argument to
7651         `format-write-file'.
7653 2004-04-12  Miles Bader  <miles@gnu.org>
7655         * macros.texi (Expansion): Add description of `macroexpand-all'.
7657 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7659         * variables.texi (Variable Aliases):
7660         Mention cyclic-variable-indirection.
7662         * errors.texi (Standard Errors): Ditto.
7664 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7666         * backups.texi: Various small changes in addition to:
7667         (Making Backups): Mention return value of `backup-buffer'.
7668         (Auto-Saving): Mention optional FORCE argument to
7669         `delete-auto-save-file-if-necessary'.
7670         (Reverting): Mention optional PRESERVE-MODES argument to
7671         `revert-buffer'.  Correct description of `revert-buffer-function'.
7673 2004-03-22  Juri Linkov  <juri@jurta.org>
7675         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7676         with `Vector Functions'.
7678         * text.texi (Sorting): Add missing quote.
7680 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
7682         * intro.texi (Lisp History): Replace xref to `cl' manual with
7683         inforef.
7685 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7687         * intro.texi (Version Info): Add arg to emacs-version.
7688         (Lisp History): Change xref to CL manual.
7690 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
7692         * minibuf.texi (Completion Commands): Add xref to Emacs manual
7693         for Partial Completion mode.
7695 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
7697         * customize.texi: Fix typo.  Remove eol whitespace.
7699 2004-03-04  Richard M. Stallman  <rms@gnu.org>
7701         * processes.texi: Fix typos.
7703         * lists.texi (Building Lists): Minor clarification.
7705         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7706         in make-hash-table.
7708 2004-02-29  Juanma Barranquero  <lektu@terra.es>
7710         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7711         rm, and ignore exit code.
7713 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7715         * display.texi (Defining Faces): Add description for min-colors.
7716         Update example.
7718 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7720         * abbrevs.texi: Various corrections and clarifications in addition
7721         to the following:
7722         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7724 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7726         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7728 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
7730         * text.texi: Various small changes in addition to the following:
7731         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7732         to delete-horizontal-space.
7733         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7734         description of yank-handler text property at various places.
7736         * frames.texi (Window System Selections): Add anchor.
7738         * syntax.texi (Syntax Table Functions): Clarify and correct
7739         descriptions of make-syntax-table and copy-syntax-table.
7740         (Motion and Syntax): Clarify SYNTAXES argument to
7741         skip-syntax-forward.
7742         (Parsing Expressions): Mention that the return value of
7743         parse-partial-sexp is currently a list of ten rather than nine
7744         elements.
7745         (Categories): Various corrections and clarifications.
7747 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7749         * markers.texi (Marker Insertion Types): Minor change.
7751         * locals.texi (Standard Buffer-Local Variables):
7752         * commands.texi (Interactive Codes, Using Interactive):
7753         * functions.texi (Related Topics): Fix xrefs.
7755 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7757         * lists.texi (Sets And Lists): Update description of delete-dups.
7759 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7761         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7763 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
7765         * frames.texi (Parameter Access): frame-parameters arg is optional.
7766         modify-frame-parameters handles nil for FRAME.
7767         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7768         are all-or-nothing for certain toolkits.
7769         Mention parameter wait-for-wm.
7770         (Frames and Windows): In frame-first-window and frame-selected-window
7771         the arg is optional.
7772         (Input Focus): In redirect-frame-focus the second arg is optional.
7773         (Window System Selections): Mention selection type CLIPBOARD.
7774         Mention data-type UTF8_STRING.
7775         Mention numbering of cut buffers.
7776         (Resources): Describe x-resource-name.
7778 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7780         * windows.texi (Buffers and Windows): Delete false table
7781         about all-frames.
7783         * syntax.texi (Parsing Expressions): Delete old caveat
7784         about parse-sexp-ignore-comments.
7786         * streams.texi (Output Variables): Add print-quoted.
7788         * lists.texi (Building Lists): Minor cleanup.
7790         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7792         * display.texi (Overlays): Explain overlays use markers.
7793         (Managing Overlays): Explain front-advance and rear-advance
7794         in more detail.
7796         * loading.texi (Unloading): Document unload-feature-special-hooks.
7797         Get rid of fns-NNN.el file.
7799 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7801         * help.texi (Describing Characters): Fix text-char-description
7802         example output.
7804         * edebug.texi (Using Edebug): Fix example.
7806         * debugging.texi (Internals of Debugger): Fix return value.
7808         * files.texi (Changing Files): Fix argname.
7810         * calendar.texi: Fix parens, and default values.
7812         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7813         * nonascii.texi, objects.texi, os.texi: Minor fixes.
7814         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
7816         * positions.texi (Text Lines): Don't add -1 in current-line.
7818 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7820         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7822 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7824         * processes.texi (Low-Level Network): Fix a typo.
7826 2004-02-12  Kim F. Storm  <storm@cua.dk>
7828         * display.texi (Fringes): Use consistent wording.
7829         Note that window-fringe's window arg is optional.
7830         (Scroll Bars): Use consistent wording.
7832 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7834         * tips.texi (Comment Tips): Document the new conventions for
7835         commenting out code.
7837 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
7839         * positions.texi (Text Lines): Add missing end defun.
7841 2004-02-07  Kim F. Storm  <storm@cua.dk>
7843         * positions.texi (Text Lines): Add line-number-at-pos.
7845 2004-02-06  John Paul Wallington  <jpw@gnu.org>
7847         * display.texi (Button Properties, Button Buffer Commands):
7848         mouse-2 invokes button, not down-mouse-1.
7850 2004-02-04  Jason Rumney  <jasonr@gnu.org>
7852         * makefile.w32-in: Sync with Makefile.in changes.
7854 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
7856         * minibuf.texi (Text from Minibuffer): Various corrections and
7857         clarifications.
7858         (Object from Minibuffer): Correct Lisp description of
7859         read-minibuffer.
7860         (Minibuffer History): Clarify description of cons values for
7861         HISTORY arguments.
7862         (Basic Completion): Various corrections and clarifications.
7863         Add completion-regexp-list.
7864         (Minibuffer Completion): Correct and clarify description of
7865         completing-read.
7866         (Completion Commands): Mention Partial Completion mode.
7867         Various other minor changes.
7868         (High-Level Completion): Various corrections and clarifications.
7869         (Reading File Names): Ditto.
7870         (Minibuffer Misc): Ditto.
7872 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7874         * strings.texi (Text Comparison): assoc-string also matches
7875         elements of alists that are strings instead of conses.
7876         (Formatting Strings): Standardize Texinfo usage.  Update index
7877         entries.
7879 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
7881         * lists.texi (Sets And Lists): Add delete-dups.
7883 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
7885         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7886         special form.
7887         * macros.texi (Defining Macros): Update description of `declare',
7888         which now is a macro.
7889         (Wrong Time): Fix typos.
7891 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7893         * compile.texi (Compilation Functions): Expand descriptions of
7894         `compile-defun', `byte-compile-file', `byte-recompile-directory'
7895         and `batch-byte-compile'.  In particular, mention and describe
7896         all optional arguments.
7897         (Disassembly): Correct and clarify the description of `disassemble'.
7899 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7901         * searching.texi: Various small changes in addition to the
7902         following.
7903         (Regexp Example): Adapt to new value of `sentence-end'.
7904         (Regexp Functions): The PAREN argument to `regexp-opt' can be
7905         `words'.
7906         (Search and Replace): Add usage note for `perform-replace'.
7907         (Entire Match Data): Mention INTEGERS and REUSE arguments to
7908         `match-data'.
7909         (Standard Regexps): Update for new values of `paragraph-start'
7910         and `sentence-end'.
7912 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
7914         * files.texi (Saving Buffers): Clarify descriptions of
7915         `write-contents-functions' and `before-save-hook'.
7916         Make the defvar's for `before-save-hook' and `after-save-hook'
7917         into defopt's.
7919 2004-01-07  Kim F. Storm  <storm@cua.dk>
7921         * commands.texi (Click Events): Describe new image and
7922         width/height elements of click events.
7923         (Accessing Events): Add posn-string, posn-image, and
7924         posn-object-width-height.  Change posn-object to return either
7925         image or string object.
7927 2004-01-01  Simon Josefsson  <jas@extundo.com>
7929         * hooks.texi (Standard Hooks): Add before-save-hook.
7930         * files.texi (Saving Buffers): Likewise.
7932 2004-01-03  Richard M. Stallman  <rms@gnu.org>
7934         * frames.texi (Frames and Windows): Delete frame-root-window.
7936 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7938         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7940         * functions.texi: Various small changes in addition to the
7941         following.
7942         (What Is a Function): `functionp' returns nil for macros.
7943         Clarify behavior of this and following functions for symbol arguments.
7944         (Function Documentation): Add `\' in front of (fn @var{arglist})
7945         and explain why.
7946         (Defining Functions): Mention DOCSTRING argument to `defalias'.
7947         Add anchor.
7948         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
7950 2004-01-01  Miles Bader  <miles@gnu.org>
7952         * display.texi (Buttons): New section.
7954 2003-12-31  Andreas Schwab  <schwab@suse.de>
7956         * numbers.texi (Math Functions): sqrt reports a domain-error
7957         error.
7958         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7960 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7962         * tips.texi (Documentation Tips): Update item on hyperlinks in
7963         documentation strings.
7965         * errors.texi (Standard Errors): Various small corrections and
7966         additions.
7968         * control.texi: Various small changes in addition to the
7969         following.
7970         (Signaling Errors): Provide some more details on how `signal'
7971         constructs the error message.  Add anchor to the definition of
7972         `signal'.
7973         (Error Symbols): Describe special treatment of `quit'.
7974         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7975         to emphasize that it has to be a single form.
7977         * buffers.texi: Add anchor.
7979 2003-12-29  Richard M. Stallman  <rms@gnu.org>
7981         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7982         (Window Configurations): Add window-configuration-frame.
7984         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7986         * text.texi (Examining Properties): Add get-char-property-and-overlay.
7987         Change arg name in get-char-property.
7988         (Special Properties): Update handling of keymap property.
7990         * strings.texi (Modifying Strings): Add clear-string.
7991         (Text Comparison): Add assoc-string and remove
7992         assoc-ignore-case, assoc-ignore-representation.
7994         * os.texi (Time of Day): Add set-time-zone-rule.
7996         * numbers.texi (Math Functions): asin, acos, log, log10
7997         report domain-error errors.
7999         * nonascii.texi (Converting Representations):
8000         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8001         (Encoding and I/O): Add file-name-coding-system.
8003         * modes.texi (Search-based Fontification): Explain that
8004         face specs are symbols with face names as values.
8006         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8008         * lists.texi (Building Lists): remq moved elsewhere.
8009         (Sets And Lists): remq moved here.
8010         (Association Lists): Refer to assoc-string.
8012         * internals.texi (Garbage Collection): Add memory-use-counts.
8014         * frames.texi (Frames and Windows): Add set-frame-selected-window
8015         and frame-root-window.
8017         * files.texi (Contents of Directories):
8018         Add directory-files-and-attributes.
8020         * display.texi (Refresh Screen): Add force-window-update.
8021         (Invisible Text): Explain about moving point out of invis text.
8022         (Overlay Properties): Add overlay-properties.
8023         (Managing Overlays): Add overlayp.
8024         (GIF Images): Invalid image number displays a hollow box.
8026         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8027         (Killing Buffers): Add buffer-live-p.
8029 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8031         * display.texi (Fringes): Fix typo "set-buffer-window".
8033 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8035         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8036         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8037         Add or change various xrefs and anchors.
8039         * commands.texi: Replace all occurrences of @acronym{CAR} with
8040         @sc{car}, for consistency with the rest of the Elisp manual.
8041         `car' and `cdr' are historically acronyms, but are no longer
8042         widely thought of as such.
8044         * internals.texi (Pure Storage): Mention that `purecopy' does not
8045         copy text properties.
8046         (Object Internals): Now 29 bits are used (in most implementations)
8047         to address Lisp objects.
8049         * variables.texi (Variables with Restricted Values): New node.
8051         * objects.texi (Lisp Data Types): Mention that certain variables
8052         can only take on a restricted set of values and add an xref to
8053         the new node "Variables with Restricted Values".
8055         * eval.texi (Function Indirection): Describe the errors that
8056         `indirect-function' can signal.
8057         (Eval): Clarify the descriptions of `eval-region' and `values'.
8058         Describe `eval-buffer' instead of `eval-current-buffer' and
8059         mention `eval-current-buffer' as an alias for `current-buffer'.
8060         Correct the description and mention all optional arguments.
8062         * nonascii.texi: Various small changes in addition to the
8063         following.
8064         (Converting Representations): Clarify behavior of
8065         `string-make-multibyte' and `string-to-multibyte' for unibyte all
8066         ASCII arguments.
8067         (Character Sets): Document the variable `charset-list' and adapt
8068         the definition of the function `charset-list' accordingly.
8069         (Translation of Characters): Clarify use of generic characters in
8070         `make-translation-table'.  Clarify and correct the description of
8071         the use of translation tables in encoding and decoding.
8072         (User-Chosen Coding Systems): Correct and clarify the description
8073         of `select-safe-coding-system'.
8074         (Default Coding Systems): Clarify description of
8075         `file-coding-system-alist'.
8077 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8079         * strings.texi (Text Comparison): Correctly describe when two
8080         strings are `equal'.  Combine and clarify descriptions of
8081         `assoc-ignore-case' and `assoc-ignore-representation'.
8083         * objects.texi (Non-ASCII in Strings): Clarify description of
8084         when a string is unibyte or multibyte.
8085         (Bool-Vector Type): Update examples.
8086         (Equality Predicates): Correctly describe when two strings are
8087         `equal'.
8089 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8091         * lists.texi (Building Lists): `append' no longer accepts integer
8092         arguments.  Update the description of `number-sequence' to reflect
8093         recent changes.
8094         (Sets And Lists): Describe `member-ignore-case' after `member'.
8096 2003-11-27  Kim F. Storm  <storm@cua.dk>
8098         * commands.texi (Click Events): Click object may be an images.
8099         Describe (dx . dy) element of click positions.
8100         (Accessing Events): Remove duplicate posn-timestamp.
8101         New functions posn-object and posn-object-x-y.
8103 2003-11-23  Kim F. Storm  <storm@cua.dk>
8105         * commands.texi (Click Events): Describe enhancements to event
8106         position lists, including new text-pos and (col . row) items.
8107         Mention left-fringe and right-fringe area events.
8108         (Accessing Events): New functions posn-area and
8109         posn-actual-col-row.  Mention posn-timestamp.  Mention that
8110         posn-point in non-text area still returns buffer position.
8111         Clarify posn-col-row.
8113 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
8115         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8116         * anti.texi (File Attributes): Describe removed parameter
8117         ID-FORMAT.
8119 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8121         * positions.texi (Positions): Mention that, if a marker is used as
8122         a position, its buffer is ignored.
8124         * markers.texi (Overview of Markers): Mention it here too.
8126 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
8128         * numbers.texi (Numeric Conversions): Not just `floor', but also
8129         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8131 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
8133         * markers.texi (Creating Markers): Specify insertion type of
8134         created markers.  Add xref to `Marker Insertion Types'.
8135         Second argument to `copy-marker' is optional.
8136         (Marker Insertion Types): Mention that most markers are created
8137         with insertion type nil.
8138         (The Mark): Correctly describe when `mark' signals an error.
8139         (The Region): Correctly describe when `region-beginning' and
8140         `region-end' signal an error.
8142 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
8144         * hash.texi (Creating Hash): Clarify description of `eql'.
8145         `makehash' is obsolete.
8146         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8148         * positions.texi (Point): Change description of `buffer-end', so
8149         that it is also correct for floating point arguments.
8150         (List Motion): Correct argument lists of `beginning-of-defun' and
8151         `end-of-defun'.
8152         (Excursions): Add xref to `Marker Insertion Types'.
8153         (Narrowing): Argument to `narrow-to-page' is optional.
8155 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
8157         * streams.texi (Output Streams): Clarify behavior of point for
8158         marker output streams.
8160 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
8162         * variables.texi (Defining Variables): Second argument to
8163         `defconst' is not optional.
8164         (Setting Variables): Mention optional argument APPEND to
8165         `add-to-list'.
8166         (Creating Buffer-Local): Expand description of
8167         `make-variable-buffer-local'.
8168         (Frame-Local Variables): Expand description of
8169         `make-variable-frame-local'.
8170         (Variable Aliases): Correct description of optional argument
8171         DOCSTRING to `defvaralias'.  Mention return value of
8172         `defvaralias'.
8173         (File Local Variables): Add xref to `File variables' in Emacs
8174         Manual.  Correct description of `hack-local-variables'.  Mention
8175         `safe-local-variable' property.  Mention optional second argument
8176         to `risky-local-variable-p'.
8178 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
8180         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8182 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8184         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8185         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8186         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8187         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8188         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8189         lispref/processes.texi, lispref/searching.texi,
8190         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8191         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8192         @acronym{FOO}.
8194 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
8196         * strings.texi (Creating Strings): Argument START to `substring'
8197         can not be `nil'.  Expand description of
8198         `substring-no-properties'.  Correct description of `split-string',
8199         especially with respect to empty matches.  Prevent very bad line
8200         break in definition of `split-string-default-separators'.
8201         (Text Comparison): `string=' and `string<' also accept symbols as
8202         arguments.
8203         (String Conversion): More completely describe argument BASE in
8204         `string-to-number'.
8205         (Formatting Strings): `%s' and `%S' in `format' do require
8206         corresponding object.  Clarify behavior of numeric prefix after
8207         `%' in `format'.
8208         (Case Conversion): The argument to `upcase-initials' can be a
8209         character.
8211 2003-10-27  Kenichi Handa  <handa@m17n.org>
8213         * display.texi (Fontsets): Fix texinfo usage.
8215 2003-10-25  Kenichi Handa  <handa@m17n.org>
8217         * display.texi (Fontsets): Add description of the function
8218         set-fontset-font.
8220 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
8222         * display.texi (Temporary Displays): Add xref to `Documentation
8223         Tips'.
8225         * functions.texi (Function Safety): Use inforef instead of pxref
8226         for SES.
8228 2003-10-23  Andreas Schwab  <schwab@suse.de>
8230         * Makefile.in (TEX, texinputdir): Don't define.
8231         (TEXI2DVI): Define.
8232         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8233         add $(srcdir)/index.texi.
8234         ($(infodir)/elisp): Remove index.texi dependency.
8235         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
8236         (index.texi): Remove target.
8237         (dist): Don't link $(srcdir)/permute-index.
8238         (clean): Don't remove index.texi.
8240         * permute-index, index.perm: Remove.
8241         * index.texi: Rename from index.unperm.
8243 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
8245         * tips.texi (Documentation Tips): Document new behavior for face
8246         and variable hyperlinks in Help mode.
8248 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
8250         * objects.texi (Integer Type): Update for extra bit of integer range.
8251         (Character Type): Ditto.
8253 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
8255         * numbers.texi (Integer Basics): Add index entries for reading
8256         numbers in hex, octal, and binary.
8258 2003-10-16  Lute Kamstra  <lute@gnu.org>
8260         * modes.texi (Mode Line Format): Mention force-mode-line-update's
8261         argument.
8263 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
8265         * windows.texi (Choosing Window): Fix typo.
8266         * edebug.texi (Edebug Execution Modes): Fix typo.
8268 2003-10-13  Richard M. Stallman  <rms@gnu.org>
8270         * windows.texi (Basic Windows): A window has fringe settings,
8271         display margins and scroll-bar settings.
8272         (Splitting Windows): Doc split-window return value.
8273         Clean up one-window-p.
8274         (Selecting Windows): Fix typo.
8275         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8276         (Buffers and Windows): In set-window-buffer, explain effect
8277         on fringe settings and scroll bar settings.
8278         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8279         (Choosing Window): Use defopt for pop-up-frame-function.
8280         For special-display-buffer-names, explain same-window and same-frame.
8281         Clarify window-dedicated-p return value.
8282         (Textual Scrolling): scroll-up and scroll-down can get an error.
8283         (Horizontal Scrolling): Clarify auto-hscroll-mode.
8284         Clarify set-window-hscroll.
8285         (Size of Window): Don't mention tool bar in window-height.
8286         (Coordinates and Windows): Explain what coordinates-in-window-p
8287         returns for fringes and display margins.
8288         (Window Configurations): Explain saving fringes, etc.
8290         * tips.texi (Library Headers): Clean up Documentation.
8292         * syntax.texi (Parsing Expressions): Clean up forward-comment
8293         and parse-sexp-lookup-properties.
8295         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8297         * os.texi (System Environment): Clean up text for load-average errors.
8299         * modes.texi (Hooks): Don't explain local hook details at front.
8300         Clarify run-hooks and run-hook-with-args a little.
8301         Clean up add-hook and remove-hook.
8303         * edebug.texi (Edebug Execution Modes): Clarify t.
8304         Document edebug-sit-for-seconds.
8305         (Coverage Testing): Document C-x X = and =.
8306         (Instrumenting Macro Calls): Fix typo.
8307         (Specification List): Don't index the specification keywords.
8309 2003-10-10  Kim F. Storm  <storm@cua.dk>
8311         * processes.texi (Network): Introduce make-network-process.
8313 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8315         * tips.texi (Library Headers): Fix typo.
8317 2003-10-07  Juri Linkov  <juri@jurta.org>
8319         * modes.texi (Imenu): Mention imenu-create-index-function's
8320         default value.  Explain submenus better.
8322 2003-10-07  Lute Kamstra  <lute@gnu.org>
8324         * modes.texi (Faces for Font Lock): Fix typo.
8325         (Hooks): Explain how buffer-local hook variables can refer to
8326         global hook variables.
8327         Various minor clarifications.
8329 2003-10-06  Lute Kamstra  <lute@gnu.org>
8331         * tips.texi (Coding Conventions): Mention naming conventions for
8332         hooks.
8334 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8336         * loading.texi (Library Search): Correct default value of
8337         load-suffixes.
8338         (Named Features): Fix typo.
8340 2003-10-05  Richard M. Stallman  <rms@gnu.org>
8342         * loading.texi (Named Features): In `provide',
8343         say how to test for subfeatures.
8344         (Unloading): In unload-feature, use new var name
8345         unload-feature-special-hooks.
8347 2003-10-03  Lute Kamstra  <lute@gnu.org>
8349         * modes.texi (Major Mode Conventions): Mention third way to set up
8350         Imenu.
8351         (Imenu): A number of small fixes.
8352         Delete documentation of internal variable imenu--index-alist.
8353         Document the return value format of imenu-create-index-function
8354         functions.
8356 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8358         * processes.texi (Network): Say what stopped datagram connections do.
8360         * lists.texi (Association Lists): Clarify `assq-delete-all'.
8362         * display.texi (Overlay Properties): Clarify `evaporate' property.
8364 2003-09-29  Lute Kamstra  <lute@gnu.org>
8366         * modes.texi (Mode Line Data): Explain when symbols in mode-line
8367         constructs should be marked as risky.
8368         Change cons cell into proper list.
8369         (Mode Line Variables): Change cons cell into proper list.
8371 2003-09-26  Lute Kamstra  <lute@gnu.org>
8373         * modes.texi (Mode Line Data): Document the :propertize construct.
8374         (Mode Line Variables): Reorder the descriptions of the variables
8375         to match their order in the default mode-line-format.
8376         Describe the new variables mode-line-position and mode-line-modes.
8377         Update the default values of mode-line-frame-identification,
8378         minor-mode-alist, and default-mode-line-format.
8379         (Properties in Mode): Mention the :propertize construct.
8381 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8383         * buffers.texi, commands.texi, debugging.texi, eval.texi:
8384         * loading.texi, minibuf.texi, text.texi, variables.texi:
8385         Avoid @strong{Note:}.
8387 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8389         * keymaps.texi (Remapping Commands): Fix typo.
8391 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
8393         * processes.texi (Low-Level Network): Fix typo.
8395 2003-09-23  Kim F. Storm  <storm@cua.dk>
8397         * processes.texi (Network, Network Servers): Fix typos.
8398         (Low-Level Network): Add timeout value for :server keyword.
8399         Add new option keywords to make-network-process.
8400         Add set-network-process-options.
8401         Explain how to test availability of network options.
8403 2003-09-19  Richard M. Stallman  <rms@gnu.org>
8405         * text.texi (Motion by Indent): Arg to
8406         backward-to-indentation and forward-to-indentation is optional.
8408         * strings.texi (Creating Strings): Add substring-no-properties.
8410         * processes.texi
8411         (Process Information): Add list-processes arg QUERY-ONLY.
8412         Delete process-contact from here.
8413         Add new status values for process-status.
8414         Add process-get, process-put, process-plist, set-process-plist.
8415         (Synchronous Processes): Add call-process-shell-command.
8416         (Signals to Processes): signal-process allows process objects.
8417         (Network): Complete rewrite.
8418         (Network Servers, Datagrams, Low-Level Network): New nodes.
8420         * positions.texi (Word Motion): forward-word, backward-word
8421         arg is optional.  Reword.
8423         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8425         * variables.texi (Creating Buffer-Local):
8426         Delete duplicate definition of buffer-local-value.
8427         (File Local Variables): Explain about discarding text props.
8429 2003-09-11  Richard M. Stallman  <rms@gnu.org>
8431         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8432         changes variables that record input events.
8433         (Minibuffer Misc): Add minibuffer-selected-window.
8435         * lists.texi (Building Lists): Add copy-tree.
8437         * display.texi (Fontsets): Add char-displayable-p.
8438         (Scroll Bars): New node.
8440 2003-09-08  Lute Kamstra  <lute@gnu.org>
8442         * modes.texi (%-Constructs): Document new `%i' and `%I'
8443         constructs.
8445 2003-09-03  Peter Runestig  <peter@runestig.com>
8447         * makefile.w32-in: New file.
8449 2003-08-29  Richard M. Stallman  <rms@gnu.org>
8451         * display.texi (Overlay Properties): Clarify how priorities
8452         affect use of the properties.
8454 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8456         * customize.texi (Type Keywords): Correct the description of
8457         `:help-echo' in the case where `motion-doc' is a function.
8459 2003-08-14  John Paul Wallington  <jpw@gnu.org>
8461         * modes.texi (Emulating Mode Line): Subsection, not section.
8463 2003-08-13  Richard M. Stallman  <rms@gnu.org>
8465         * elisp.texi (Top): Update subnode lists in menu.
8467         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8468         (Kill Functions): kill-region has new arg yank-handler.
8469         (Yanking): New node.
8470         (Yank Commands): Add yank-undo-function.
8471         (Low-Level Kill Ring):
8472         kill-new and kill-append have new arg yank-handler.
8473         (Changing Properties): Add remove-list-of-text-properties.
8474         (Atomic Changes): New node.
8476         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8478         * streams.texi (Output Variables): Add eval-expression-print-length
8479         and eval-expression-print-level.
8481         * os.texi (Time Conversion): For encode-time, explain limits on year.
8483         * objects.texi (Character Type): Define anchor "modifier bits".
8485         * modes.texi (Emulating Mode Line): New node.
8486         (Search-based Fontification): Font Lock uses font-lock-face property.
8487         (Other Font Lock Variables): Likewise.
8489         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8490         not vectors.
8491         (Active Keymaps): Add emulation-mode-map-alists.
8492         (Functions for Key Lookup): key-binding has new arg no-remap.
8493         (Remapping Commands): New node.
8494         (Scanning Keymaps): where-is-internal has new arg no-remap.
8495         (Tool Bar): Add tool-bar-local-item-from-menu.
8496         Clarify when to use tool-bar-add-item-from-menu.
8498         * commands.texi (Interactive Call): commandp has new arg.
8499         (Command Loop Info): Add this-original-command.
8501 2003-08-06  John Paul Wallington  <jpw@gnu.org>
8503         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8505         * display.texi (Warning Basics): Fix typo.
8506         (Fringes): Add closing curly bracket and fix typo.
8508         * elisp.texi (Top): Fix typo.
8510 2003-08-05  Richard M. Stallman  <rms@gnu.org>
8512         * elisp.texi: Update lists of subnodes.
8514         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8516         * variables.texi (Local Variables): Use lc for example variable names.
8518         * tips.texi (Library Headers): Explain where to put -*-.
8520         * strings.texi (Creating Strings): Fix xref for vconcat.
8522         * sequences.texi (Vector Functions):
8523         vconcat no longer allows integer args.
8525         * minibuf.texi (Reading File Names): read-file-name has new
8526         arg PREDICATE.  New function read-directory-name.
8528         * macros.texi (Defining Macros): Give definition of `declare'.
8529         (Indenting Macros): New node.
8531         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8532         (Window Frame Parameters): Make separate table of parameters
8533         that are coupled with specific face attributes.
8534         (Deleting Frames): delete-frame-hooks renamed to
8535         delete-frame-functions.
8537         * files.texi (Magic File Names): Add file-remote-p.
8538         Clarify file-local-copy.
8540         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8541         here; instead xref Defining Macros.
8543         * display.texi (Warnings): New node, and subnodes.
8544         (Fringes): New node.
8546         * debugging.texi (Test Coverage): New node.
8548         * compile.texi (Compiler Errors): Explain with-no-warnings
8549         and other ways to suppress warnings.
8551         * commands.texi (Interactive Call): Minor clarification.
8553         * buffers.texi (Buffer File Name): set-visited-file-name
8554         renames the buffer too.
8556         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8558 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
8560         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8562 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
8564         * internals.texi (Garbage Collection): Fix previous change.
8566 2003-07-22  Richard M. Stallman  <rms@gnu.org>
8568         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8570         * display.texi (Width): Use \s syntax in example.
8571         (Font Selection): Add face-font-rescale-alist.
8573         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8574         Remove spurious indent in example.
8576         * lists.texi (Building Lists): Add number-sequence.
8578         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8580         * functions.texi (Function Documentation): Explain how to
8581         show calling convention explicitly in the doc string.
8583         * windows.texi (Selecting Windows): save-selected-window saves
8584         selected window of each frame.
8585         (Window Configurations): Minor change.
8587         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8589         * streams.texi (Output Variables): Add print-continuous-numbering
8590         and print-number-table.
8592         * processes.texi (Decoding Output): New node.
8594         * os.texi (Time Conversion): decode-time arg is optional.
8596         * objects.texi (Character Type): Don't use space as example for \.
8597         Make list of char names and \-sequences correspond.
8598         Explain that \s is not used in strings.  `\ ' needs space after.
8600         * nonascii.texi (Converting Representations): Add string-to-multibyte.
8601         (Translation of Characters): Add translation-table-for-input.
8602         (Default Coding Systems): Add auto-coding-functions.
8603         (Explicit Encoding): Add decode-coding-inserted-region.
8604         (Locales): Add locale-info.
8606         * minibuf.texi (Basic Completion): Describe test-completion.
8607         Collections can be lists of strings.
8608         Clean up lazy-completion-table.
8609         (Programmed Completion): Mention test-completion.
8610         Clarify why lambda expressions are not accepted.
8611         (Minibuffer Misc): Describe minibufferp.
8613 2003-07-14  Richard M. Stallman  <rms@gnu.org>
8615         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8617         * windows.texi (Selecting Windows): New arg to select-window.
8618         (Selecting Windows): Add with-selected-window.
8619         (Size of Window): Add window-inside-edges, etc.
8621         * internals.texi (Garbage Collection): Add post-gc-hook.
8623         * processes.texi (Subprocess Creation): Add exec-suffixes.
8625         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8626         (Scanning Keymaps): Add map-keymaps.
8627         (Defining Menus): Add keymap-prompt.
8629         * numbers.texi (Integer Basics): Add most-positive-fixnum,
8630         most-negative-fixnum.
8632         * compile.texi (Byte Compilation): Explain no-byte-compile.
8633         (Compiler Errors): New node.
8635         * os.texi (User Identification): user-uid, user-real-uid
8636         can return float.
8638         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8639         and about derived modes.
8640         (Minor Modes): Add minor-mode-list.
8641         (Defining Minor Modes): Keyword args for define-minor-mode.
8642         (Search-based Fontification): Explain managing other properties.
8643         (Other Font Lock Variables): Add font-lock-extra-managed-props.
8644         (Faces for Font Lock): Add font-lock-preprocessor-face.
8645         (Hooks): Add run-mode-hooks and delay-mode-hooks.
8647         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8648         (Variable Aliases): Clarify defvaralias.
8650         * loading.texi (Library Search): Add load-suffixes.
8652         * minibuf.texi (Basic Completion): Add lazy-completion-table.
8653         (Programmed Completion): Add dynamic-completion-table.
8655         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8656         (Magic File Names): Specify precedence order of handlers.
8658         * commands.texi (Command Overview): Emacs server runs pre-command-hook
8659         and post-command-hook.
8660         (Waiting): New calling convention for sit-for.
8662         * text.texi (Special Properties): local-map and keymap properties
8663         apply based on their stickiness.
8665 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8667         * modes.texi (Minor Mode Conventions): Specify only some kinds
8668         of list values as args to minor modes.
8670         * files.texi (File Name Expansion): Warn about iterative use
8671         of substitute-in-file-name.
8673         * advice.texi (Activation of Advice): Clean up previous change.
8675 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
8677         * advice.texi (Activation of Advice): Note that ad-start-advice is
8678         turned on by default.
8680 2003-06-30  Richard M. Stallman  <rms@gnu.org>
8682         * text.texi (Buffer Contents): Document current-word.
8683         (Change Hooks): Not called for *Messages*.
8685         * functions.texi (Defining Functions): Explain about redefining
8686         primitives.
8687         (Function Safety): Renamed.  Minor changes.
8688         Comment out the detailed criteria for what is safe.
8690 2003-06-22  Andreas Schwab  <schwab@suse.de>
8692         * objects.texi (Symbol Type): Fix description of examples.
8694 2003-06-16  Andreas Schwab  <schwab@suse.de>
8696         * hash.texi (Creating Hash): Fix description of :weakness.
8698 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
8700         * files.texi (Changing Files): copy-file copies file modes, too.
8702 2003-05-28  Richard M. Stallman  <rms@gnu.org>
8704         * strings.texi (Creating Strings): Clarify split-string.
8706 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
8708         * strings.texi (Creating Strings): Update split-string specification
8709         and examples.
8711 2003-05-19  Richard M. Stallman  <rms@gnu.org>
8713         * elisp.texi: Correct invariant section names.
8715 2003-04-20  Richard M. Stallman  <rms@gnu.org>
8717         * os.texi (Timers): Explain about timers and quitting.
8719 2003-04-19  Richard M. Stallman  <rms@gnu.org>
8721         * internals.texi (Writing Emacs Primitives): Strings are
8722         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
8723         Explain GCPRO convention for varargs function args.
8725 2003-04-16  Richard M. Stallman  <rms@gnu.org>
8727         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8729 2003-04-08  Richard M. Stallman  <rms@gnu.org>
8731         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8733 2003-02-13  Kim F. Storm  <storm@cua.dk>
8735         * objects.texi (Character Type): New \s escape for space.
8737 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
8739         * os.texi (System Environment): Add cygwin system-type.
8741 2003-01-25  Richard M. Stallman  <rms@gnu.org>
8743         * keymaps.texi: Document that a symbol can act as a keymap.
8745 2003-01-13  Richard M. Stallman  <rms@gnu.org>
8747         * text.texi (Changing Properties): Say string indices are origin-0.
8749         * positions.texi (Screen Lines) <compute-motion>:
8750         Correct order of elts in return value.
8752         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8753         how to define a default binding.
8755 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
8757         * loading.texi (Unloading): Fix recent change for load-history.
8759         * customize.texi (Simple Types): Clarify description of custom
8760         type 'number.  Describe new custom type 'float.
8762 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
8764         * variables.texi (File Local Variables): Fix typo.
8766 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8768         From Michael Albinus <Michael.Albinus@alcatel.de>.
8770         * README: Target for Info file is `make info'.
8772         * files.texi (File Name Components): Fix typos in
8773         `file-name-sans-extension'.
8774         (Magic File Names): Complete list of operations for magic file
8775         name handlers.
8777 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
8779         * variables.texi (File Local Variables): New function
8780         risky-local-variable-p.
8782 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
8784         * functions.texi (Function safety): New node about unsafep.
8786 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8788         * customize.texi (Splicing into Lists): Fix example.
8789         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
8791 2002-06-17  Juanma Barranquero  <lektu@terra.es>
8793         * frames.texi (Display Feature Testing): Fix typo.
8795 2002-06-12  Andreas Schwab  <schwab@suse.de>
8797         * frames.texi (Initial Parameters, Resources): Fix references to
8798         the Emacs manual.
8800 2002-05-13  Kim F. Storm  <storm@cua.dk>
8802         * variables.texi (Intro to Buffer-Local): Updated warning and
8803         example relating to changing buffer inside let.
8805 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
8807         * os.texi (Session Management): New node about X Session management.
8809 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
8811         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
8812         to which the manual corresponds, and the copyright years.
8814         * Makefile.in (VERSION): Set to 2.9.
8816 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
8818         * elisp.texi: Change the category in @dircategory to "Emacs", to
8819         make it consistent with info/dir.
8821 2001-11-25  Miles Bader  <miles@gnu.org>
8823         * text.texi (Fields): Describe new `limit' arg in
8824         field-beginning/field-end.
8826 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
8828         * permute-index: Don't depend on csh-specific features.
8829         Replace the interpreter name with /bin/sh.
8831         * two-volume-cross-refs.txt: New file.
8832         * two.el: New file.
8833         * spellfile: New file.
8835 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
8837         * permute-index: New file.
8839         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8840         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8841         8+3 restricted namespace.
8843         * Makefile.in (infodir): Define relative to $(srcdir).
8844         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8845         include directories list via -I switch to makeinfo.
8846         (index.texi): Use cp if both hard and symbolic links fail.
8848 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
8850         * Makefile.in (distclean): Add.
8852         The following changes make ELisp manual part of the Emacs
8853         distribution:
8855         * Makefile.in: Add Copyright notice.
8856         (prefix): Remove.
8857         (infodir): Change value to "../info".
8858         (VPATH): New variable.
8859         (MAKE): Don't define.
8860         (texmacrodir): Don't define.
8861         (texinputdir): Append the existing value of TEXINPUTS.
8862         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
8863         command to be compatible with man/Makefile.in, and to put the
8864         output into ../info.
8865         (info): Add target.
8866         (installall): Target removed.
8868 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
8870         * tips.texi (Coding Conventions): Fix typo.
8872 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
8874         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8876 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
8878         * files.texi (File Name Components): Update the description of
8879         file-name-sans-extension and file-name-extension, as they now
8880         ignore leading dots.
8882 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
8884         * (Version 21.1 released.)
8886 2001-10-19  Miles Bader  <miles@gnu.org>
8888         * positions.texi (Text Lines): Describe behavior of
8889         `beginning-of-line'/`end-of-line' in the presence of field properties.
8891 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
8893         * Makefile.in (VERSION): Set to 2.8.
8894         (manual): Use `manual-21'.
8896         * elisp.texi (VERSION): Add and use it where the version
8897         number was used.  Set it to 2.8.
8899         * intro.texi: Likewise.
8901 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8903         * files.texi (File Name Completion): Document the significance of
8904         a trailing slash in elements of completion-ignored-extensions.
8906 2001-10-06  Miles Bader  <miles@gnu.org>
8908         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8910 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8912         * variables.texi (Variable Aliases): New node.
8914 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8916         * Branch for 21.1.
8918 2001-10-02  Miles Bader  <miles@gnu.org>
8920         * minibuf.texi (Minibuffer Misc): Add entries for
8921         `minibuffer-contents', `minibuffer-contents-no-properties', and
8922         `delete-minibuffer-contents'.
8923         Correct description for `minibuffer-prompt-end'.
8925         * text.texi (Property Search): Correct descriptions of
8926         `next-char-property-change' and `previous-char-property-change'.
8927         Add entries for `next-single-char-property-change' and
8928         `previous-single-char-property-change'.
8929         Make operand names a bit more consistent.
8931 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
8933         * frames.texi (Finding All Frames): Document that next-frame and
8934         previous-frame are local to current terminal.
8936 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
8938         * keymaps.texi (Creating Keymaps): Fix the description of the
8939         result of make-keymap.
8941 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
8943         * display.texi (Font Lookup, Attribute Functions)
8944         (Image Descriptors): Add cross-references to the definition of
8945         selected frame.
8947         * buffers.texi (The Buffer List): Add cross-references to the
8948         definition of selected frame.
8950         * frames.texi (Input Focus): Clarify which frame is _the_ selected
8951         frame at any given time.
8952         (Multiple Displays, Size and Position): Add a cross-reference to
8953         the definition of the selected frame.
8955 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
8957         * strings.texi (String Conversion) <string-to-number>: Document
8958         that a float is returned for integers that are too large.
8960         * frames.texi (Mouse Position): Document mouse-position-function.
8961         (Display Feature Testing): Document display-images-p.
8962         (Window Frame Parameters): Document the cursor-type variable.
8964         * numbers.texi (Integer Basics): Document CL style read syntax for
8965         integers in bases other than 10.
8967         * positions.texi (List Motion):
8968         Document open-paren-in-column-0-is-defun-start.
8970         * lists.texi (Sets And Lists): Document member-ignore-case.
8972         * internals.texi (Garbage Collection): Document the used and free
8973         strings report.
8974         (Memory Usage): Document strings-consed.
8976         * os.texi (Time of Day): Document float-time.
8977         (Recording Input): Document that clear-this-command-keys clears
8978         the vector to be returned by recent-keys.
8980         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8981         argument keymap can be a list.
8983         * nonascii.texi (User-Chosen Coding Systems)
8984         <select-safe-coding-system>: Document the new argument
8985         accept-default-p and the variable
8986         select-safe-coding-system-accept-default-p.  Tell what happens if
8987         buffer-file-coding-system is undecided.
8988         (Default Coding Systems): Document auto-coding-regexp-alist.
8990         * display.texi (The Echo Area) <message>: Document
8991         message-truncate-lines.
8992         (Glyphs): Document that the glyph table is unused on windowed
8993         displays.
8995         * help.texi (Describing Characters) <single-key-description>:
8996         Document the new argument no-angles.
8997         (Accessing Documentation) <documentation-property>: Document that
8998         a non-string property is evaluated.
8999         <documentation>: Document that the function-documentation property
9000         is looked for.
9002         * windows.texi (Selecting Windows): Document some-window.
9004         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9006         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9007         apropos-mode-hook.
9009         * commands.texi (Using Interactive): Document interactive-form.
9010         (Keyboard Macros): Document kbd-macro-termination-hook.
9011         (Command Loop Info): Document that clear-this-command-keys clears
9012         the vector to be returned by recent-keys.
9014 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9016         * Makefile.in (srcdir, texinputdir): New variables.
9017         (srcs, index.texi, install): Use $(srcdir).
9018         (.PHONY): Remove elisp.dvi.
9019         (elisp): Use -I switch for makeinfo.
9020         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9021         (installall, dist): Use $(srcdir).
9022         Fix path to texinfo.tex.
9023         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9025 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9027         * display.texi (Conditional Display): Adjust to API change.
9029         * configure: New file.
9031 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9033         * commands.texi (Repeat Events): Add description of
9034         double-click-fuzz.
9036 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9038         * syntax.texi (Syntax Class Table): Add the missing designator for
9039         comment and string fences.
9040         (Syntax Properties): Add a xref to syntax table internals.
9041         (Syntax Table Internals): Document string-to-syntax.
9043 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9045         * Makefile.in (install): Use install-info command line options
9046         like in Emacs' Makefile.in.
9048 2000-12-09  Miles Bader  <miles@gnu.org>
9050         * windows.texi (Window Start): Update documentation for
9051         `pos-visible-in-window-p'.
9053 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9055         * lists.texi (Building Lists): Add footnote to explain how to add
9056         to the end of a list.
9058 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
9060         * files.texi (Visiting Functions): Typos.
9062 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
9064         * files.texi (Visiting Functions): Return value of
9065         find-file-noselect may be a list of buffers if wildcards are used.
9067 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
9069         * display.texi (Defining Faces): Document `graphic' display type
9070         in face specs.
9072 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9074         * hooks.texi (Standard Hooks): Replace obsolete
9075         `after-make-frame-hook' with `after-make-frame-functions'.
9077         * frames.texi (Creating Frames): Ditto.
9079         * variables.texi (Future Local Variables): Ditto.
9081 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9083         * display.texi (Other Image Types): Add description of :foreground
9084         and :background properties of mono PBM images.
9086 2000-08-17  Werner LEMBERG  <wl@gnu.org>
9088         * .cvsignore: New file.
9090 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
9092         * tindex.pl: New script.
9094 1999-12-03  Dave Love  <fx@gnu.org>
9096         * Makefile.in (MAKEINFO): New parameter.
9098 1999-09-17  Richard Stallman  <rms@gnu.org>
9100         * Makefile.in (srcs): Add hash.texi.
9101         (VERSION): Update to 20.6.
9103 1999-09-13  Richard Stallman  <rms@gnu.org>
9105         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9107 1998-08-29  Karl Heuer  <kwzh@gnu.org>
9109         * configure.in: New file.
9110         * Makefile.in: Renamed from Makefile.
9111         (prefix, infodir): Use value obtained from configure.
9112         (emacslibdir): Obsolete variable deleted.
9113         (dist): Distribute configure.in, configure, Makefile.in.
9115 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9117         * Makefile (INSTALL_INFO): New variable.
9118         (install): Run install-info.
9120 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9122         * Makefile (elisp.dvi): Add missing backslash.
9124 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
9126         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9127         Run texindex without `./'.  Always run texindex on elisp.tp.
9128         (elisp.tps): Target deleted.
9130 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
9132         * Makefile (srcs): Add nonascii.texi and customize.texi.
9133         (dist): Start by deleting `temp'.
9135 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
9137         * Makefile (makeinfo, texindex): Targets deleted.
9138         (makeinfo.o, texindex.o): Targets deleted.
9139         (clean, dist): Don't do anything with them or with getopt*.
9141 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
9143         * Makefile (SHELL): Defined.
9145 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
9147         * Makefile (elisp.tps): New target.
9148         (elisp.dvi): Depend on elisp.tps.
9150 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9152         * README: Update phone number.
9154         * Makefile (elisp): Make this be the default target.
9155         Depend on makeinfo.c instead of makeinfo.
9156         (install): Don't depend on elisp.dvi, since we don't install that.
9157         Use mkinstalldirs.
9158         (dist): Add mkinstalldirs.
9160 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9162         * Makefile (VERSION): Update version number.
9163         (maintainer-clean): Rename from realclean.
9165 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9167         * Makefile (realclean): New target.
9168         (elisp): Remove any old elisp-* files first.
9170 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9172         * Makefile (VERSION): New variable.
9173         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9174         Compressed file suffix should be `.gz', not `.z'.
9176 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9178         * Makefile (elisp): Depend on makeinfo.
9180 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
9182         * Makefile (srcs): Add anti.texi.
9184 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9186         * Makefile (infodir, prefix): New vars.
9187         (install): Use infodir.
9188         (emacsinfodir): Deleted.
9190 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9192         * Makefile (srcs): Add calendar.texi.
9194         * Makefile (dist): Copy texindex.c and makeinfo.c.
9195         Limit elisp-* files to those with one or two digits.
9197 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9199         * Makefile (dist): Changed to use Gzip instead of compress.
9201 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9203         * loading.texi (Unloading): define-function changed back to
9204         defalias.  It may not stay this way, but at least it's
9205         consistent with the known-good version of the code patch.
9207 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9209         * modes.texi (Hooks): Document new optional arg of add-hook.
9211 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9213         * variables.texi: Document nil initial value of buffer-local variables.
9215         * tips.texi: Add new section on standard library headers.
9217 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9219         * Makefile (srcs): Add frame.texi to the list of sources.
9221 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9223         * Makefile (dist): Don't bother excluding autosave files; they'll
9224         never make it into the temp directory anyway, and the hash marks
9225         in the name are problematic for make and the Bourne shell.
9226         (srcs):
9228 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9230         * Makefile (dist): Don't include backup files or autosave files in
9231         the distribution tar file.
9233 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9235         * Makefile (srcs): Add index.perm.
9236         (elisp.dvi): Remove erroneous shell comment.
9237         Expect output of permute-index in permuted.fns.
9238         Save old elisp.aux in elisp.oaux.
9239         (clean): Add index.texi to be deleted.
9241 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9243         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9245 1990-06-26  David Lawrence  (tale@geech)
9247         * files.texi: Noted that completion-ignored-extensions is ignored
9248         when making *Completions*.
9250 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
9252         * Makefile  make dist now depends on elisp.dvi, since it tries
9253         to include it in the dist file.
9255 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
9257         * functions.texinfo (Mapping Functions): Add missing quote.
9259 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9261         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9262         (defunargs): Turn off \hyphenchar of \sl font temporarily.
9264 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9266         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9267         and @error{} are the terms now being used.  The files in the
9268         directory have been changed to reflect this.
9270         * All instances of @indentedresultt{} have been changed to
9271         `     @result{}', using 5 spaces at the begining of the line.
9273 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9275         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9276         experimental @indentedresult{}, @indentedexpandsto{} are part of
9277         the texinfo.tex in this directory.  These TeX macros are not
9278         stable yet.
9280 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9282         * texinfo.tex: Temporarily added
9283                 \let\result=\dblarrow
9284                 \def\error{{\it ERROR} \longdblarrow}
9285         We need to do this better soon.
9287 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9289         * Applied Karl Berry's patches to *.texinfo files, but not to
9290         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
9291         new title page format is also not applied, since it requires
9292         texinfo.tex changes.)
9294         * Cleaned up `Makefile' and defined the `emacslibdir' directory
9295         for the Project GNU development environment.
9297 ;; Local Variables:
9298 ;; coding: utf-8
9299 ;; End:
9301   Copyright (C) 1998-2011  Free Software Foundation, Inc.
9303   This file is part of GNU Emacs.
9305   GNU Emacs is free software: you can redistribute it and/or modify
9306   it under the terms of the GNU General Public License as published by
9307   the Free Software Foundation, either version 3 of the License, or
9308   (at your option) any later version.
9310   GNU Emacs is distributed in the hope that it will be useful,
9311   but WITHOUT ANY WARRANTY; without even the implied warranty of
9312   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9313   GNU General Public License for more details.
9315   You should have received a copy of the GNU General Public License
9316   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.