Merge from trunk
[emacs.git] / doc / lispref / ChangeLog
blob3aa84ae62f6c30bb4555adc9744318d4f56285c9
1 2011-05-30  Martin Rudalics  <rudalics@gmx.at>
3         * windows.texi (Windows and Frames, Window Sizes)
4         (Resizing Windows): Minor rewrites.
5         (Splitting Windows): Provide additional examples.  Rewrite
6         parts on window-splits and window-nest.
7         (Deleting Windows, Window Parameters, Side Windows): Minor
8         rewrites.
10 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
12         * help.texi (Accessing Documentation):
13         * display.texi (Pixel Specification):
14         * processes.texi (Serial Ports, Serial Ports):
15         * nonascii.texi (Character Properties, Default Coding Systems):
16         * text.texi (Changing Properties, Special Properties):
17         * windows.texi (Window Start and End):
18         * modes.texi (SMIE Indentation Example, SMIE Tricks):
19         * keymaps.texi (Searching Keymaps, Tool Bar):
20         * minibuf.texi (Basic Completion):
21         * compile.texi (Eval During Compile):
22         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
23         7x9 paper in printed manual.
25         * lists.texi (Sets And Lists): Fix misplaced text.
27 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
29         * keymaps.texi (Remapping Commands): Emphasize that the keymap
30         needs to be active (Bug#8350).
32 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
34         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
36         * tips.texi (Coding Conventions): Remove antediluvian filename
37         limit recommendation (Bug#8538).
39 2011-05-27  Glenn Morris  <rgm@gnu.org>
41         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
43 2011-05-26  Glenn Morris  <rgm@gnu.org>
45         * variables.texi (File Local Variables):
46         Update hack-local-variables `mode-only' return value.
47         Add some more details on what this function does in the other case.
49 2011-05-19  Glenn Morris  <rgm@gnu.org>
51         * lists.texi (Sets And Lists): Mention cl provides union etc.
53 2011-05-19  Nix  <nix@esperi.org.uk>
55         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
57         * text.texi (Parsing HTML): Update for function name changes.
59         * syntax.texi (Syntax Flags): Small fix.
61         * keymaps.texi (Active Keymaps): Typo fix.
62         (Changing Key Bindings): Grammar fix.
64         * frames.texi (Minibuffers and Frames): Grammar fix.
65         (Window System Selections): x-select-enable-clipboard now defaults to t.
67         * customize.texi (Common Keywords):
68         * display.texi (Abstract Display):
69         * modes.texi (Auto-Indentation):
70         * nonascii.texi (Converting Representations): Typo fixes.
72         * control.texi (Examples of Catch): Call it "goto" not "go to".
74 2011-05-17  Martin Rudalics  <rudalics@gmx.at>
76         * windows.texi (Basic Windows): Remove description of
77         window-internal-p.
78         (Splitting Windows): New nomenclature for window splitting
79         commands.
81 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
83         * nonascii.texi (Character Properties): Fix inconsistencies with
84         implementation.
86         * text.texi (Special Properties): Move @defvar's out of the
87         @table.  (Bug#8652)
89 2011-05-12  Glenn Morris  <rgm@gnu.org>
91         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
93 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
96         (Multiline Font Lock):
97         * vol2.texi (Top):
98         * vol1.texi (Top):
99         * elisp.texi (Top): Update menu accordingly.
101 2011-05-12  Drew Adams  <drew.adams@oracle.com>
103         * modes.texi (Region to Fontify): Fix typo.
105 2011-05-10  Jim Meyering  <meyering@redhat.com>
107         * minibuf.texi: Fix typo "in in -> in".
109 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
111         * numbers.texi (Integer Basics): Large integers are treated as floats.
113 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115         * processes.texi (Synchronous Processes): Document the (:file
116         "/file-name") syntax for `call-process'.
118 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
120         * windows.texi (Choosing Window): Fix typo.
122 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
124         * frames.texi (Layout Parameters): Note the difference between
125         querying and setting parameters for left-fringe and right-fringe
126         (Bug#6930).
128 2011-04-09  Martin Rudalics  <rudalics@gmx.at>
130         * windows.texi (Splitting Windows): Explain window-splits and
131         window-nest.
132         (Displaying Buffers): Replace other-visible-frame by other-frame.
134 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * minibuf.texi (Basic Completion): Be a bit more precise about the
137         valid kinds of completion tables.
138         (Programmed Completion): Remove obsolete text about lambda expressions
139         not being valid completion tables.
141 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
143         * positions.texi (Excursions): Explain the "save-excursion
144         defeated by set-buffer" warning.
146         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
147         save-excursion.  Suggested by Uday S Reddy.
149 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
152         (Lexical Binding): New sub-section.
154         * eval.texi (Eval): Discourage the use of `eval'.
155         Document its new `lexical' argument.
157 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * commands.texi (Command Overview): `post-command-hook' is not reset to
160         nil any more.
162 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * strings.texi (String Conversion): Don't mention
165         string-make-(uni|multi)byte (bug#8262).
166         * nonascii.texi (Converting Representations): Fix up range.
167         * keymaps.texi (Key Binding Commands): Update code point, avoid
168         "unibyte character" and remove mention of unibyte bindings.
170 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
172         * modes.texi (Operator Precedence Grammars): Don't use characters
173         outside ISO-8859-1.
175 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
177         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
179         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
181 2011-03-08  Glenn Morris  <rgm@gnu.org>
183         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
184         * intro.texi (Acknowledgements): Names to UTF-8.
185         * elisp.texi: Set documentencoding.
187 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
189         * Version 23.3 released.
191 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
193         * package.texi: Update index keywords.
194         (Package Archives): New node contents.  Document package-x.el.
196 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
198         * makefile.w32-in (srcs): Add package.texi.
200 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
202         * package.texi (Packaging, Packaging Basics, Simple Packages)
203         (Multi-file Packages): Expand and clarify.
204         (Package Archives): Temporary placeholder node.
206         * elisp.texi (Top): Update node listing.
208         * Makefile.in (srcs): Add package.texi.
210 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
212         * processes.texi (Synchronous Processes): Minor clarification
213         (Bug#8149).
215 2011-03-03  Glenn Morris  <rgm@gnu.org>
217         * files.texi (Truenames): Minor clarification.  (Bug#2341)
219 2011-03-01  Glenn Morris  <rgm@gnu.org>
221         * variables.texi (Directory Local Variables):
222         Mention `(subdirs . nil)' alist element.
224 2011-02-28  Glenn Morris  <rgm@gnu.org>
226         * variables.texi (Directory Local Variables): Mention the optional
227         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
229 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
231         * minibuf.texi (Minibuffer History): Clarify discussion of
232         minibuffer history lists (Bug#8085).
234 2011-02-24  Martin Rudalics  <rudalics@gmx.at>
236         * windows.texi (Window Configurations): Fix typo.
238 2011-02-23  Martin Rudalics  <rudalics@gmx.at>
240         * windows.texi (Windows and Frames): Provide example of
241         combinations.
242         (Resizing Windows): Rewrite description of
243         adjust-window-trailing-edge.
244         (Splitting Windows): Provide examples how splitting affects
245         internal windows.  Rewrite description of window-splits.
246         (Deleting Windows): Rewrite description of delete-windows-on.
247         (Displaying Buffers): Describe fun-with-args specifier.
248         Describe display-buffer-alist-set.
249         (Window Configurations): Describe window-state-get and
250         window-state-put.
252 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
254         * elisp.texi: Sync @dircategory with ../../info/dir.
256         * files.texi (Visiting Functions): Document find-file-literally,
257         both the command and the variable.
259         * variables.texi (Creating Buffer-Local): Explain the meaning of
260         permanent local variables.
262         * files.texi (Visiting Functions): Document find-file-literally,
263         both the command and the variable.
265         * variables.texi (Creating Buffer-Local): Explain the meaning of
266         permanent local variables.
268 2011-02-19  Glenn Morris  <rgm@gnu.org>
270         * keymaps.texi (Remapping Commands): Mention how to undo it.
272 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
274         * loading.texi (Hooks for Loading): Remove unnecessary advice
275         about eval-after-load (Bug#7986).
277 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
279         * commands.texi (Accessing Mouse): Note that a header line is not
280         included in the row of posn-col-row.
282 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
284         * modes.texi (Major Mode Conventions): Add face guidelines.
285         (Faces for Font Lock): List faces in order of prominence.
287 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
289         format-time-string now supports subsecond time stamp resolution
290         * os.texi (Time Parsing): Document %N.
292 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
294         * vol1.texi (Top):
295         * vol2.texi (Top):
296         * elisp.texi (Top):
297         * display.texi (Display Property): Shorten the menu description of
298         the "Other Display Specs" node (Bug#7816).
300         * keymaps.texi (Defining Menus): Add "menu item" and "extended
301         menu item" concept index entries (Bug#7805).
303 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
305         * makefile.w32-in (texinfodir): New variable.
306         (usermanualdir): Remove as redundant with $(emacsdir).
307         (MAKEINFO): Remove options, leave only program name.
308         (MAKEINFO_OPTS): New variable.
309         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
311 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
312             Richard Kim  <emacs18@gmail.com>
314         * loading.texi (Library Search): Document list-load-path-shadows
315         (Bug#7757).
317 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
319         * searching.texi (Regexp Special): Remove outdated discussion of
320         character sets (Bug#7780).
322         * frames.texi (Pop-Up Menus): Document where menu title comes
323         from (Bug#7684).
325 2011-01-25  Glenn Morris  <rgm@gnu.org>
327         * display.texi (Making Buttons): Mention limitation of text buttons.
329 2011-01-23  Werner Lemberg  <wl@gnu.org>
331         * Makefile.in (MAKEINFO): Now controlled by `configure'.
332         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
333         (ENVADD): New variable to control texi2dvi and texi2pdf.
335 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
337         * files.texi (Directory Names): Move directory-abbrev-alist doc to
338         Emacs manual.
340 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
342         * files.texi (Directory Names): Explain why FROM in
343         directory-abbrev-alist should begin with \`.  (Bug#7777)
345 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
349 2011-01-09  Martin Rudalics  <rudalics@gmx.at>
351         * windows.texi (Switching Buffers): Emphasize distinction of
352         switch-to-buffer and pop-to-buffer function families.  Fix
353         argument description for these functions.
355 2011-01-08  Martin Rudalics  <rudalics@gmx.at>
357         * windows.texi (Windows): Rename sections "Frames and Windows"
358         to "Windows and Frames", "Compound Windows" to "Atomic Windows",
359         and "Window Groups" to "Side Windows".
360         (Splitting Windows, Deleting Windows): Rewrite sections dealing
361         with window parameters and ignore-window-parameters.  Describe
362         handling of atomic windows and side windows.
363         (Displaying Buffers): Describe method and other new display
364         specifiers, display-buffer-alist, and the new functions
365         display-buffer-reuse-window, display-buffer-pop-up-window,
366         display-buffer-pop-up-frame, and display-buffer-in-side-window.
367         Add description of specifier normalization
368         (Window Parameters): Describe functions windows-with-parameter
369         and window-with-parameter and the window parameters used by the
370         window handling routines.
371         (Composite Windows, Compound Windows, Window Groups): Sections
372         removed.
373         (Atomic Windows): New section on atomic windows.
374         (Side Windows): New section on side windows.
376 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
378         * modes.texi (Emulating Mode Line): Fix last change.
380 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
382         * modes.texi (Emulating Mode Line): Update documentation of
383         format-mode-line according to changes that fixed bug #7587.
385 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
387         * modes.texi (Derived Modes): Mention prog-mode.
389         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
390         of the key-binding-data cache since we don't use it any more.
392 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
394         * processes.texi (Shell Arguments):
395         * strings.texi (Creating Strings): Don't mention "shell commands";
396         make it explicit that `split-string-and-unquote' and
397         `combine-and-quote-strings' are mainly for working with arguments
398         to call-process and start-process.
400         * processes.texi (Shell Arguments): Fix documentation of
401         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
403 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * modes.texi (Auto-Indentation): New section to document SMIE.
406         (Major Mode Conventions):
407         * text.texi (Mode-Specific Indent): Refer to it.
409 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
411         * display.texi (Other Display Specs): Document left-fringe and
412         right-fringe display specs.
414 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * backups.texi (Making Backups):
417         * modes.texi (Example Major Modes): Use recommended coding style.
418         (Major Mode Basics, Derived Modes): Encourge more strongly use of
419         define-derived-mode.  Mention completion-at-point-functions.
421 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
423         * nonascii.texi (Converting Representations):
424         Document byte-to-string.
426 2010-12-08  Glenn Morris  <rgm@gnu.org>
428         * buffers.texi (Modification Time):
429         verify-visited-file-modtime now defaults to the current buffer.
431 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
433         * nonascii.texi (Converting Representations): Document byte-to-string.
435         * strings.texi (Creating Strings): Don't mention semi-obsolete
436         function char-to-string.
437         (String Conversion): Shorten discussion of semi-obsolete function
438         string-to-char.  Link to Converting Representations.
440         * objects.texi (Symbol Type):
441         * text.texi (Near Point):
442         * help.texi (Help Functions):
443         * functions.texi (Mapping Functions): Use string instead of
444         char-to-string in examples.
446 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
448         * text.texi (Kill Functions, Kill Functions)
449         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
450         YANK-HANDLER args.
452         * symbols.texi (Creating Symbols): Using unintern without an
453         obarray arg is now obsolete.
455         * numbers.texi (Float Basics): Document float-e and float-pi.
457         * variables.texi (Defining Variables): Change "pi" example to
458         "float-pi".
460 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
462         * commands.texi (Click Events): Document the values of X, Y and
463         COL, ROW in the event's position, when the click is on the header
464         or mode line, on the fringes, or in the margins.
466 2010-11-19  Martin Rudalics  <rudalics@gmx.at>
468         * windows.texi (Displaying Buffers): Document
469         display-buffer-function revival and the -same-frame,
470         -other-window-same-frame postfixed functions.
472 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
474         * customize.texi (Composite Types): Lower-case index entry.
476         * loading.texi (How Programs Do Loading):
477         Document load-file-name.  (Bug#7346)
479 2010-11-17  Glenn Morris  <rgm@gnu.org>
481         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
483 2010-11-16  Martin Rudalics  <rudalics@gmx.at>
485         * windows.texi (Displaying Buffers): Mention that if a window is
486         the only window on its frame it can be split regardless of the
487         min-height specifier.
489 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
491         * display.texi (Usual Display): Characters with no fonts are not
492         necessarily displayed as empty boxes.
494 2010-11-10  Martin Rudalics  <rudalics@gmx.at>
496         * display.texi (Temporary Displays): Describe
497         temp-buffer-show-specifiers.
499 2010-11-04  Martin Rudalics  <rudalics@gmx.at>
501         * windows.texi (Resizing Windows): Explain OVERRIDE argumet for
502         fit-window-to-buffer.
503         (Displaying Buffers): Describe even-window-sizes, adjust-height
504         and adjust-width buffer display specifiers.
506 2010-11-02  Martin Rudalics  <rudalics@gmx.at>
508         * windows.texi (Displaying Buffers): Describe special handling
509         of `not-this-window' and `not-this-frame' specifiers for
510         `display-buffer'.
512 2010-10-31  Glenn Morris  <rgm@gnu.org>
514         * maps.texi (Standard Keymaps): Update File menu description.
516 2010-10-30  Martin Rudalics  <rudalics@gmx.at>
518         * windows.texi (Buffers and Windows, Displaying Buffers): Adapt
519         to new semantics of quit-restore window parameter and
520         display-buffer-window (was display-buffer-window-and-buffer)
521         semantics.
523 2010-10-28  Glenn Morris  <rgm@gnu.org>
525         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
527 2010-10-27  Martin Rudalics  <rudalics@gmx.at>
529         * windows.texi (Displaying Buffers, Switching Buffers): Describe
530         new buffer display code.
532         * frames.texi (Initial Parameters): Fix reference to buffer
533         display section.
535 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
537         * display.texi (Window Systems): Deprecate use of window-system as
538         a predicate.
540 2010-10-23  Glenn Morris  <rgm@gnu.org>
542         * help.texi (Documentation Basics): Remove mentions of digest-doc and
543         sorted-doc.
545 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
547         * os.texi (Dynamic Libraries): New node, with slightly modified
548         text deleted from "Image Formats".
549         (System Interface): Add @menu entry for "Dynamic Libraries".
551         * display.texi (Image Formats): Remove description of
552         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
554 2010-10-12  Glenn Morris  <rgm@gnu.org>
556         * book-spine.texinfo: Rename to book-spine.texi.
558 2010-10-11  Glenn Morris  <rgm@gnu.org>
560         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
562         * Makefile.in (DVIPS): New variable.
563         (.PHONY): Add html, ps.
564         (html, elisp.html, ps, elisp.ps): New targets.
565         (clean): Delete html, ps files.
566         ($(infodir)/elisp): Remove unnecessary includes.
568 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
570         * makefile.w32-in (emacsdir): New variable.
571         (srcs): Add emacsver.texi.
572         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
574 2010-10-09  Glenn Morris  <rgm@gnu.org>
576         * Makefile.in (VPATH): Remove.
577         (infodir): Make it absolute.
578         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
580         * Makefile.in (dist): Anchor regexps.
582         * Makefile.in (srcs): Put elisp.texi first.
583         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
585         * Makefile.in (infoclean): Remove harmless, long-standing error.
587         * Makefile.in ($(infodir)): Delete rule.
588         (mkinfodir): New.
589         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
591         * Makefile.in (dist): Remove reference to emacsver.texi.in.
592         Also copy emacsver.texi, and edit $emacsdir.
594 2010-10-09  Glenn Morris  <rgm@gnu.org>
596         * Makefile.in (emacsdir): New variable.
597         (MAKEINFO): Add -I $emacsdir.
598         (dist): Copy emacsver.texi.
599         (srcs): Add emacsver.texi.
601         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
602         Set EMACSVER by including emacsver.texi.
604         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
606 2010-10-07  Glenn Morris  <rgm@gnu.org>
608         * Makefile.in (version): New, set by configure.
609         (clean): Delete dist tar file.
610         (dist): Use version in tar name.
612 2010-10-06  Glenn Morris  <rgm@gnu.org>
614         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
615         (INSTALL_INFO): Remove unused variable.
616         (mostlyclean, infoclean, dist): New rules.
617         (clean): Delete dvi and pdf files.
618         (maintainer-clean): Remove elisp.oaux, use infoclean.
619         ($(infodir)): Add parallel build workaround.
621 2010-10-04  Glenn Morris  <rgm@gnu.org>
623         * Makefile.in (dvi, pdf, $(infodir)): New targets.
624         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
625         Fix -I typo.
626         (clean): No 'make.out' or 'core' files.
627         (.PHONY): Declare clean rules.
628         (maintainer-clean): Delete pdf file.  Guard against cd failures.
630 2010-10-03  Glenn Morris  <rgm@gnu.org>
632         * files.texi (File Name Components): Remove ignored section about
633         deleted variable directory-sep-char.
635 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
637         * files.texi (Magic File Names): New defopt
638         remote-file-name-inhibit-cache.
640 2010-10-02  Glenn Morris  <rgm@gnu.org>
642         * os.texi (Killing Emacs): Hook now runs in batch mode.
644 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * text.texi (Special Properties): Clarify when modification-hooks run.
648 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * syntax.texi (Syntax Flags): Document new `c' flag.
652 2010-09-09  Glenn Morris  <rgm@gnu.org>
654         * display.texi (ImageMagick Images): General cleanup.
656 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
658         * files.texi (Directory Names): Use \` rather than ^.
660 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
662         * text.texi (Low-Level Kill Ring):
663         * frames.texi (Window System Selections): Remove cut buffer
664         documentation.
666 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
668         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
669         Parameters", where the default fringe width is described.
671         * frames.texi (Window Frame Parameters, Basic Parameters)
672         (Position Parameters, Layout Parameters, Management Parameters)
673         (Cursor Parameters, Font and Color Parameters): Add indexing for
674         frame parameters.  (Bug#6929)
676 2010-08-25  Tom Tromey  <tromey@redhat.com>
678         * vol2.texi (Top): Update.
679         * vol1.texi (Top): Update.
680         * tips.texi (Library Headers): Mention Package-Version and
681         Package-Requires.
682         * package.texi: New file.
683         * os.texi (System Interface): Update pointers.
684         * elisp.texi (Top): Link to new nodes.  Include package.texi.
685         * anti.texi (Antinews): Update pointers.
687 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
689         * processes.texi (Filter Functions): Fix last change.
691 2010-08-24  Markus Triska  <triska@gmx.at>
693         * processes.texi (Filter Functions): Use `buffer-live-p' instead
694         of `buffer-name' in the main text as well as in the example
695         (Bug#3098).
697 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
699         * nonascii.texi (Text Representations):
700         * loading.texi (Loading Non-ASCII):
701         * compile.texi (Byte Compilation): Don't mention obsolete
702         --unibyte command-line argument.
704 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
706         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
708 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
710         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
712 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
714         * commands.texi (Misc Events): Add cross-references to where
715         POSITION of a mouse event is described in detail.
717 2010-08-08  Christoph  <cschol2112@googlemail.com>
719         * control.texi (Handling Errors) <error-message-string>: Fix arg name.
721 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
723         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
724         Suggested by Štěpán Němec <stepnem@gmail.com>.
726 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
728         * minibuf.texi (High-Level Completion): Document args of
729         `read-buffer-function' (bug#5625).
731 2010-07-31  Martin Rudalics  <rudalics@gmx.at>
733         * windows.texi (Buffers and Windows): Describe lists of previous
734         and next buffers for windows.  Describe new commands
735         switch-to-prev-buffer and switch-to-next-buffer and their impact
736         on replace-buffer-in-windows.
738 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
740         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
742 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
744         * processes.texi (Process Information): Explain process property
745         `remote-tty'.
747 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
749         * modes.texi (Defining Minor Modes): Use C-delete in examples,
750         instead of "\C-\^?" (bug#6334).
752         * text.texi (Special Properties): Fix typo.
754 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
756         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
757         calling sequences, which are now the standard.
759 2010-06-26  Martin Rudalics  <rudalics@gmx.at>
761         * windows.texi: Adapt node references accordingly.  Add new
762         sections Window Sizes, Composite Windows, Compound Windows and
763         Window Groups.
764         (Basic Windows): Clarify distinction of live and internal
765         windows.  Add descriptions of window-live-p, window-internal-p,
766         window-any-p, normalize-any-window and normalize-live-window.
767         (Frames and Windows): Move here from frames.texi.  Describe
768         window-list and window-tree here.  Explain window trees and
769         desribe frame-root-window here.  Add descriptions for
770         window-parent, window-vchild, window-hchild, window-child,
771         window-iso-combined-p, window-next, window-prev.
772         (Window Sizes): New section.  Clarify distinction of window body
773         and total sizes.  Add descriptions for window-total-size,
774         window-total-height, window-total-width, window-full-height-p,
775         window-top-line, window-left-column, window-body-size,
776         window-body-height, window-body-width and window-size-fixed-p.
777         Move descriptions of window-height, window-width,
778         window-min-height, window-min-width and window-size-fixed here.
779         (Resizing Windows): Explain that resizing windows doesn't delete
780         windows.  Describe window-resizable, resize-window,
781         maximize-window, minimize-window.
782         (Splitting Windows): Describe new behavior of split-window.
783         Describe new variable window-splits.
784         (Deleting Windows): Describe behavior for composite windows.
785         Describe frame-selected-window and set-frame-selected-window
786         here.
787         (Cyclic Window Ordering): Describe window-list-1.  Move
788         description of get-lru-window, get-largest-window and
789         get-window-with-predicate here.
790         (Buffers and Windows): Say that window-buffer works on internal
791         windows too.  Move up buffer-display-time.  Describe
792         replace-buffer-in-windows here.
793         (Switching Buffers): Rename from Displaying Buffers in Windows.
794         (Displaying Buffers): Rename from Choosing a Window for Display.
795         Describe new values recognized for pop-up-windows.  Describe how
796         window-splits affects splitting.  Describe new command
797         quit-restore-window.
798         (Dedicated Windows): Clarify effect of killing a buffer shown in
799         dedicated windows.
800         (Window Parameters): Describe ignore-window-parameters variable
801         and quit-restore parameter.
802         (Composite Windows, Compound Windows, Window Groups): New
803         sections.
805         * elisp.texi (Top): Move frames chapter before windows chapter.
806         In windows chapter add new sections Window Sizes, Composite
807         Windows, Compound Windows and Window Groups.  Frames and Windows
808         section moves from frames.texi to windows.texi.
810         * locals.texi (Standard Buffer-Local Variables): Have
811         window-size-fixed reference Window Sizes section.
813         * frames.texi: Adapt node references accordingly.  Move Frames and
814         Windows section to windows.texi.
815         (Cursor Parameters, Input Focus): Add xrefs to selected window.
817         * buffers.texi: Adapt node references accordingly.
819         * positions.texi: Adapt node references accordingly.
820 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
822         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
824         * commands.texi (Command Overview): Mention undo-boundary call.
826 2010-06-23  Glenn Morris  <rgm@gnu.org>
828         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
829         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
830         * frames.texi, functions.texi, internals.texi, keymaps.texi:
831         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
832         * searching.texi, sequences.texi, strings.texi, syntax.texi:
833         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
834         Untabify Texinfo files.
836 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
838         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
840 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
842         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
844 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
846         * searching.texi (Regexp Special): Remove obsolete information
847         about matching non-ASCII characters, and suggest using char
848         classes (Bug#6283).
850 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
852         * minibuf.texi (Basic Completion): Add missing "@end defun".
854 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * minibuf.texi (Basic Completion): Document completion-boundaries.
857         (Programmed Completion): Document the new fourth method for boundaries.
859 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
861         * display.texi (Image Cache): Update documentation about image caching.
863 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
865         * windows.texi (Textual Scrolling):
866         * tips.texi (Coding Conventions):
867         * minibuf.texi (Minibuffer History):
868         * maps.texi (Standard Keymaps):
869         * loading.texi (Where Defined):
870         * edebug.texi (Instrumenting): Fix typos.
872 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
874         * keymaps.texi (Menu Bar): Document :advertised-binding property.
876         * functions.texi (Obsolete Functions):
877         Document set-advertised-calling-convention.
879         * minibuf.texi (Basic Completion): Document completion-in-region.
880         (Programmed Completion): Document completion-annotate-function.
882         * commands.texi (Reading One Event): Document read-key.
883         (Distinguish Interactive): Document KIND arg to
884         called-interactively-p.  Delete obsolete interactive-p.
886         * elisp.texi (Top): Update node description.
888 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
890         * nonascii.texi (Character Properties):
891         Document unicode-category-table.  Add an index entry for Unicode
892         general category.
894 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
896         * Version 23.2 released.
898 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
900         * locals.texi (Standard Buffer-Local Variables):
901         Remove @ignore'd reference to `direction-reversed'.
903 2010-04-14  Juri Linkov  <juri@jurta.org>
905         Fix @deffn without category.
907         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
908         for `abbrev-insert'.
910         * buffers.texi (Indirect Buffers): Add category `Command'
911         to @deffn of `clone-indirect-buffer'.
913         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
914         for `next-window' and `previous-window'.  Add category `Command'
915         to @deffn of `pop-to-buffer'.
917 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
919         * nonascii.texi (Text Representations): Don't mark
920         enable-multibyte-characters as a user option.
922 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
924         * control.texi (Handling Errors): How to re-throw a signal caught
925         by condition-case.
927 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
929         * loading.texi (Hooks for Loading): Document after-load-functions.
930         Copyedits.
932 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
934         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
936 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
938         * processes.texi (Network Processes): Document seqpacket type.
940 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
942         * os.texi (System Environment): Do not mention lynxos.
944 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
946         * Branch for 23.2.
948 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
950         * objects.texi (Integer Type): Take note of the read syntax
951         exception for numbers that cannot fit in the integer type.
953 2010-03-03  Glenn Morris  <rgm@gnu.org>
955         * numbers.texi (Integer Basics, Bitwise Operations):
956         * objects.texi (Integer Type): Update for integers now being 30-bit.
958 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
960         * display.texi (Low-Level Font): Document :otf font-spec property.
962 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
964         * display.texi (Line Height): Avoid obsolete special default variables
965         like default-major-mode.
967 2010-01-28  Alan Mackenzie  <acm@muc.de>
969         * display.texi (Auto Faces): Say fontification-functions is called
970         whether or not Font Lock is enabled.  Tidy up the wording a bit.
972 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
974         * elisp.texi: Remove duplicate edition information (Bug#5407).
976 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
978         * two.el (volume-header-toc-markup): Fix typos in docstring.
980 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
982         Avoid dubious uses of save-excursions.
983         * positions.texi (Excursions): Recommend the use of
984         save-current-buffer if applicable.
985         * text.texi (Clickable Text): Fix the example code which used
986         save-excursion in a naive way which sometimes preserves point and
987         sometimes not.
988         * variables.texi (Creating Buffer-Local):
989         * os.texi (Session Management):
990         * display.texi (GIF Images):
991         * control.texi (Cleanups): Use (save|with)-current-buffer.
993 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
995         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
997 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
999         * nonascii.texi (Text Representations, Character Codes)
1000         (Converting Representations, Explicit Encoding)
1001         (Translation of Characters): Use hex notation consistently.
1002         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1004 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1006         * loading.texi (Where Defined): Make it clearer that these are
1007         loaded files (Bug#5068).
1009 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1011         * minibuf.texi (Completion Styles): Document `initials' style.
1013 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1015         * frames.texi (Resources): Describe inhibit-x-resources.
1016         (Size Parameters): Copyedit.
1018         * hash.texi (Creating Hash):
1019         * objects.texi (Hash Table Type): Document the new hash table
1020         printed representation.
1022         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1023         obsolete.
1025         * processes.texi (Process Buffers):
1026         Document process-kill-buffer-query-function.
1028 2009-12-05  Glenn Morris  <rgm@gnu.org>
1030         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1031         diary-display-function, and no longer recommended to be a hook.
1032         Update for changes in the names of calendar and diary hooks.
1033         diary-print-entries-hook has changed section.
1035 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1037         * text.texi (Special Properties): More accurate description of
1038         what the `cursor' property does.
1040 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1042         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1043         mouse-wheel-down-event, the closest thing to a definition for them.
1044         * os.texi (Startup Summary): vindex inhibit-startup-message and
1045         inhibit-splash-screen.
1046         (Command-Line Arguments): vindex argv.
1047         (Suspending Emacs): vindex suspend-tty-functions and
1048         resume-tty-functions.  Don't want to index every hook, but having
1049         the programming ones is helpful.
1051 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1053         * commands.texi (Motion Events): Fix typo (Bug#4907).
1055 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1057         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1058         are affected by case-fold-search (Bug#4483).
1060 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1062         * minibuf.texi (Reading File Names): Note that read-file-name may
1063         use a graphical file dialog.
1065 2009-10-31  Glenn Morris  <rgm@gnu.org>
1067         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
1069 2009-10-16  Kevin Ryde  <user42@zip.com.au>
1071         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1072         in particular so `info-lookup-symbol' can find its docs.
1074 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1076         * variables.texi (Constant Variables): Distinguish from defconst
1077         variables.
1078         (Defining Variables): Add cindex.
1080 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1082         * os.texi (Time of Day): Clarify that the microsecond part is
1083         ignored (Bug#4637).
1085 2009-10-11  Glenn Morris  <rgm@gnu.org>
1087         * frames.texi (Size and Position): Clarify what is included in the frame
1088         height.  (Bug#4535)
1090 2009-10-10  Glenn Morris  <rgm@gnu.org>
1092         * windows.texi (Size of Window): The relationship between window and
1093         frame heights is not so simple.  (Bug#4535)
1094         Mention window-full-height-p.
1096 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1099         used from Lisp.
1101 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1103         * files.texi (Directory Names) <abbreviate-file-name>:
1104         Document that root home directories are not replaced with "~".
1106 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1108         * text.texi (Special Properties): Document the meaning of the
1109         `cursor' text property whose value is an integer.
1111 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1113         * files.texi (Magic File Names): Add `copy-directory'.
1115 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1117         * files.texi (File Attributes): Fix description of file
1118         attributes.  (Bug#4638) Update attributes of files.texi example to
1119         be more representative.
1121 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1123         * files.texi (Create/Delete Dirs): New command copy-directory.
1125 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1127         * anti.texi (Antinews):
1128         * macros.texi (Indenting Macros):
1129         * strings.texi (Creating Strings, Case Conversion):
1130         Remove duplicate words.
1132 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1134         * files.texi (Create/Delete Dirs): delete-directory has an
1135         optional parameter RECURSIVE.
1137 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1139         * buffers.texi (Swapping Text): Minor clarification.
1141 2009-10-01  Glenn Morris  <rgm@gnu.org>
1143         * functions.texi (Declaring Functions): Mention that we also search for
1144         ".m" files in the src/ directory.
1146 2009-09-25  David Engster  <deng@randomsample.de>
1148         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1150 2009-09-22  Glenn Morris  <rgm@gnu.org>
1152         * internals.texi (Building Emacs): Mention preloaded-file-list.
1154 2009-09-14  Alan Mackenzie  <acm@muc.de>
1156         * os.texi (Terminal Output): Put "@code{}" around "stdout".
1158 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1160         * functions.texi (Anonymous Functions): Rearrange discussion,
1161         giving usage of unquoted lambda forms first.  Mention that
1162         `function' and `#'' are no longer required (Bug#4290).
1164 2009-09-11  Alan Mackenzie  <acm@muc.de>
1166         * os.texi (Terminal Output): Document `send-string-to-terminal' in
1167         batch mode.
1169 2009-09-01  Glenn Morris  <rgm@gnu.org>
1171         * display.texi (Face Functions): Mention define-obsolete-face-alias.
1173 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
1175         * nonascii.texi (Character Codes): Fix typos.
1177 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1179         * processes.texi (Synchronous Processes): New defvar
1180         process-file-side-effects.
1182 2009-08-25  Glenn Morris  <rgm@gnu.org>
1184         * display.texi (Fontsets): Fix typo.
1186         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1188 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * processes.texi (Asynchronous Processes): Adjust arglist of
1191         start-process-shell-command and start-file-process-shell-command.
1193 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1195         * advice.texi (Argument Access in Advice): Note that argument
1196         positions are zero-based (Bug#3932).
1198         * commands.texi (Distinguish Interactive): Minor copyedit.
1200         * display.texi (Face Attributes): Add xref to Displaying Faces for
1201         explanation of "underlying face".
1203         * customize.texi (Common Keywords): Add xref to Loading.
1205         * loading.texi (How Programs Do Loading): Add xref to Lisp
1206         Libraries node in the Emacs manual.
1208 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1210         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1212 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1214         * processes.texi (Shell Arguments): Copyedits.
1216 2009-07-18  Glenn Morris  <rgm@gnu.org>
1218         * loading.texi (Repeated Loading): Fix typo.
1220 2009-07-16  Richard Stallman  <rms@gnu.org>
1222         * buffers.texi (Swapping Text): Recommend setting
1223         write-region-annotate-functions and buffer-saved-size.
1225         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1227 2009-07-15  Glenn Morris  <rgm@gnu.org>
1229         * edebug.texi: Minor re-phrasings throughout.
1230         (Edebug Execution Modes): Sit-for affects continue mode too.
1231         (Jumping): Use `forward-sexp' rather than its keybinding.
1232         (Edebug Misc): Fix Q binding.
1233         (Edebug Eval): Remove cl version.
1234         (Printing in Edebug): Clarify print-length etc.
1235         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1236         (Specification List): Remove edebug-unwrap findex entry.
1237         (Specification Examples): defmacro is actually not the same as defun.
1238         Escape "`" in example.
1240 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1242         * markers.texi (The Mark): Document optional arg to
1243         deactivate-mark.
1245 2009-07-11  Kevin Ryde  <user42@zip.com.au>
1247         * hooks.texi (Standard Hooks): Fix cross-references.
1249         * loading.texi (Named Features): Refer to eval-after-load.
1251 2009-07-11  Glenn Morris  <rgm@gnu.org>
1253         * Makefile.in (TEXI2PDF): New.
1254         (elisp.pdf): New target.
1256         * searching.texi (Regexp Backslash): Fix typo.
1258         * elisp.texi (Top): Display copyright notice at start of non-TeX.
1260 2009-07-10  Glenn Morris  <rgm@gnu.org>
1262         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1264         * customize.texi (Customization Types):
1265         * display.texi (Abstract Display):
1266         * objects.texi (Character Type, String Type):
1267         Merge in some menu descriptions from elisp.texi.
1269         * hash.texi (Hash Tables):
1270         * modes.texi (Multiline Font Lock):
1271         End menu description with period.
1273 2009-07-09  Glenn Morris  <rgm@gnu.org>
1275         * back.texi: Don't hard-code texinfo location.
1277         * two-volume.make (texinfodir): New, with location of texinfo.tex.
1278         (tex): Add texinfodir to TEXINPUTS.
1279         (elisp1med-init, elisp2med-init): Use texinfodir.
1281         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1282         (clean): Add two-volume.make intermediate files.
1284         * elisp.texi, vol1.texi, vol2.texi:
1285         Use a DATE variable with the publication date, and update it.
1286         Fix antinews menu description.
1288         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1289         Update the detailed node listing to match elisp.texi.
1291         * README: Update edition to match elisp.texi.
1293         * objects.texi (General Escape Syntax):
1294         * nonascii.texi (Character Sets):
1295         Use consistent case for "Unicode Standard".
1297         * anti.texi (Antinews):
1298         * customize.texi (Variable Definitions):
1299         * functions.texi (Declaring Functions):
1300         * nonascii.texi (Character Properties):
1301         * processes.texi (Serial Ports):
1302         * text.texi (Special Properties):
1303         * tips.texi (Coding Conventions):
1304         Minor rearrangements to improve TeX line-filling.
1306         * commands.texi (Using Interactive): Fix cross-reference.
1308 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1310         * frames.texi (Management Parameters): Mention sticky.
1312 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
1314         * help.texi (Help Functions): Fix description of help-buffer and
1315         help-setup-xref to use @defun instead of @deffn.
1317 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1319         * frames.texi (Size Parameters): Mention maximized for fullscreen.
1321 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
1323         * display.texi (Window Systems): Add ns to the list.
1325 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1327         * Branch for 23.1.
1329 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
1331         * windows.texi (Dedicated Windows): Fix typo.
1332         (Resizing Windows): Replace @defun by @deffn.
1334 2009-06-17  Glenn Morris  <rgm@gnu.org>
1336         * variables.texi (Directory Local Variables):
1337         Update for 2009-04-11 name-change of dir-locals-directory-alist.
1339 2009-06-09  Kenichi Handa  <handa@m17n.org>
1341         * nonascii.texi (Character Sets): State clearly that FROM and TO
1342         are codepoints of CHARSET.
1344 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
1346         * minibuf.texi (Reading File Names): Fix introductory text.
1347         Suggested by stan@derbycityprints.com.
1348         (High-Level Completion): Fix typo.
1350 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
1352         * frames.texi (Text Terminal Colors): Multi-tty is already
1353         implemented, but tty-local colors are not.
1355 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
1357         * hooks.texi (Standard Hooks): Remove mention of obsolete
1358         redisplay-end-trigger-functions.
1360         * internals.texi (Window Internals): Remove mention of obsolete
1361         redisplay-end-trigger-functions.
1363 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
1365         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1367         * backups.texi (Making Backups): backup-directory-alist and
1368         make-backup-file-name-function are options.
1369         (Auto-Saving): auto-save-list-file-prefix is an option.
1371         * buffers.texi (Killing Buffers): buffer-offer-save is an
1372         option.
1374         * display.texi (Refresh Screen): no-redraw-on-reenter is an
1375         option.
1376         (Echo Area Customization): echo-keystrokes is an option.
1377         (Selective Display): selective-display-ellipses is an option.
1378         (Temporary Displays): temp-buffer-show-function is an option.
1379         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1380         are options.
1381         (Font Selection): face-font-family-alternatives,
1382         face-font-selection-order, face-font-registry-alternatives, and
1383         scalable-fonts-allowed are options.
1384         (Fringe Indicators): indicate-buffer-boundaries is an option.
1385         (Fringe Cursors): overflow-newline-into-fringe is an option.
1386         (Scroll Bars): scroll-bar-mode is an option.
1388         * eval.texi (Eval): max-lisp-eval-depth is an option.
1390         * files.texi (Visiting Functions): find-file-hook is an option.
1391         (Directory Names): directory-abbrev-alist is an option.
1392         (Unique File Names): temporary-file-directory and
1393         small-temporary-file-directory are options.
1395         * frames.texi (Initial Parameters): initial-frame-alist,
1396         minibuffer-frame-alist and default-frame-alist are options.
1397         (Cursor Parameters): blink-cursor-alist and
1398         cursor-in-non-selected-windows ar options.
1399         (Window System Selections): selection-coding-system is an
1400         option.
1401         (Display Feature Testing): display-mm-dimensions-alist is an
1402         option.
1404         * help.texi (Help Functions): help-char and help-event-list are
1405         options.
1407         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1408         an option.
1410         * minibuf.texi (Minibuffer History): history-length and
1411         history-delete-duplicates are options.
1412         (High-Level Completion): read-buffer-function and
1413         read-buffer-completion-ignore-case are options.
1414         (Reading File Names): read-file-name-completion-ignore-case is
1415         an option.
1417         * modes.texi (Mode Line Top): mode-line-format is an option.
1418         (Mode Line Variables): mode-line-position and mode-line-modes
1419         are options.
1421         * nonascii.texi (Text Representations):
1422         enable-multibyte-characters is an option.
1423         (Default Coding Systems): auto-coding-regexp-alist,
1424         file-coding-system-alist, auto-coding-alist and
1425         auto-coding-functions are options.
1426         (Specifying Coding Systems): inhibit-eol-conversion is an
1427         option.
1429         * os.texi (Init File): site-run-file is an option.
1430         (System Environment): mail-host-address is an option.
1431         (User Identification): user-mail-address is an option.
1432         (Terminal Output): baud-rate is an option.
1434         * positions.texi (Word Motion): words-include-escapes is an
1435         option.
1437         * searching.texi (Standard Regexps): page-delimiter,
1438         paragraph-separate, paragraph-separate and sentence-end are
1439         options.
1441         * text.texi (Margins): left-margin and fill-nobreak-predicate
1442         are options.
1444         * variables.texi (Local Variables): max-specpdl-size is an
1445         option.
1447         * windows.texi (Choosing Window):
1448         split-window-preferred-function, special-display-function and
1449         display-buffer-function are options.
1451 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
1453         Fix errors spotted by Martin Rudalics.
1455         * syntax.texi (Position Parse): Document rationale for ignored
1456         arguments to syntax-ppss-flush-cache.
1458         * processes.texi (Input to Processes): Mark PROCESS arg to
1459         process-running-child-p as optional.
1460         (Network Options): Document NO-ERROR arg to
1461         set-network-process-option.
1463         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1464         command.
1466         * searching.texi (POSIX Regexps): Mark posix-search-forward and
1467         posix-search-backward as commands.
1469         * os.texi (Killing Emacs): Mark kill-emacs as a command.
1470         (Suspending Emacs): Mark suspend-emacs as a command.
1471         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1472         commands.
1473         (Terminal Output): Remove obsolete function baud-rate.
1474         Document TERMINAL arg for send-string-to-terminal.
1476         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1477         terminal-coding-system and set-terminal-coding-system.
1478         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1479         as optional.
1480         (Character Sets): Document RESTRICTION arg of char-charset.
1481         (Character Codes): Mark POS argument to get-byte as optional.
1483         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1484         minibuffer-message.
1486         * files.texi (Create/Delete Dirs): Mark make-directory and
1487         delete-directory as commands.
1489         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1491         * text.texi (Base 64): Mark base64-decode-string and
1492         base64-encode-string as commands.
1493         (Columns): Mark move-to-column as a command.
1494         (Mode-Specific Indent): Document RIGID arg to
1495         indent-for-tab-command.
1496         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1497         Mark indent-code-rigidly as a command.
1498         (Substitution): Mark translate-region as a command.
1500         * frames.texi (Size and Position): Remove obsolete functions
1501         screen-height and screen-width.
1503 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
1505         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1506         (Displaying Buffers, Resizing Windows): Correct mistakes;
1507         next-window, previous-window, and pop-to-buffer are not commands,
1508         and fit-window-to-buffer" is a command.  (Pointed out by Martin
1509         Rudalics.)
1511 2009-05-17  Richard M Stallman  <rms@gnu.org>
1513         * modes.texi (Precalculated Fontification): Clarify text.
1515 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
1517         * windows.texi (Selecting Windows): Clarify descriptions of
1518         with-selected-window and get-lru-window.
1519         (Cyclic Window Ordering): Refer to particular frame when talking
1520         about how splitting affects the ordering.
1521         (Displaying Buffers): Fix descriptions of switch-to-buffer and
1522         switch-to-buffer-other-window.  Explain how setting of
1523         display-buffer-reuse-frames affects pop-to-buffer.
1524         (Choosing Window): Clarify some details in descriptions of
1525         display-buffer-reuse-frames, pop-up-frames, and
1526         pop-up-frame-function.
1527         (Dedicated Windows): Clarify some details.
1528         (Textual Scrolling): Replace term vscroll by term vertical
1529         scroll position.
1530         (Vertical Scrolling): Fix typo.
1531         (Window Hooks): Relate text on jit-lock-register to window
1532         scrolling and size changes.
1534 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
1536         * frames.texi (Initial Parameters): Clarify what the initial
1537         minibuffer frame is.
1538         (Buffer Parameters): Note that the minibuffer parameter can not be
1539         altered.
1541         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
1542         Document display-buffer changes.
1544 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
1546         * anti.texi (Antinews): Rewrite for Emacs 22.
1548         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1549         obarrays are first mentioned.  Define "system abbrev" more
1550         prominently, and add it to the index.
1551         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1552         Copyedits.
1553         (Abbrev Expansion): Document abbrev-insert.
1555 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
1557         * frames.texi (Font and Color Parameters): Rename from Color
1558         Parameters.  Document font-backend parameter.
1560         * vol2.texi (Top): Update node listing.
1561         * vol1.texi (Top): Update node listing.
1562         * elisp.texi (Top): Update node listing.
1564 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
1566         * windows.texi (Choosing Window): Don't explicitly refer to
1567         split-window-sensibly's window argument in descriptions of
1568         split-height-threshold and split-width-threshold.
1570 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
1572         * windows.texi (Choosing Window): Fix rewrite of window
1573         splitting section.
1575 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
1577         * nonascii.texi (Default Coding Systems): Document
1578         find-auto-coding, set-auto-coding, and auto-coding-alist.
1579         Add indexing.
1580         (Lisp and Coding Systems): Add index entries.
1582 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
1584         * windows.texi (Choosing Window): Describe split-window-sensibly
1585         and rewrite section on window splitting accordingly.
1586         (Textual Scrolling): Replace `...' by @code{...}.
1588 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
1590         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1591         Remove obsoleted pre-abbrev-expand-hook.
1593         * locals.texi (Standard Buffer-Local Variables): Consolidate table
1594         entries.
1596         * internals.texi (Object Internals): Don't assume 32-bit machines
1597         are the norm.
1598         (Buffer Internals): Consolidate table entries for readability.
1599         (Window Internals): Synch field names to window.h.
1600         (Process Internals): Synch field names to process.h.
1602 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
1604         * variables.texi (File Local Variables): Note that read-circle is
1605         bound to nil when reading file-local variables.
1607         * streams.texi (Input Functions): Document read-circle.
1608         (Output Variables): Add xref to Circular Objects.
1610 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
1612         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
1613         Features and Coding System Basics.  Node that "p" stands for
1614         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
1615         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1616         mouse-appearance-menu.
1617         (Programming Tips): Add xref to Progress.
1619 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
1621         * os.texi (Command-Line Arguments):
1622         Document command-line-args-left.
1623         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
1624         terminal objects for tty arguments.
1625         (Startup Summary): Add xref to Session Management.
1626         (Session Management): Mention emacs-session-restore.  Copyedits.
1628 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
1630         * os.texi (Startup Summary): Copyedits.  The init file is not
1631         necessarily named .emacs now.  Document initial-buffer-choice and
1632         initial-scratch-message.  Note where Emacs exits in batch mode.
1633         Document inhibit-splash-screen as an alias.
1634         (Init File): Be neutral about which init file name to use.
1636 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
1638         * os.texi (System Interface): Fix Texinfo usage.
1640 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
1642         * searching.texi (Regexp Backslash): Also refer to shy groups as
1643         non-capturing or unnumbered groups.
1644         (Regexp Functions): Add cross-reference to Regexp Backslash.
1646         * display.texi (Truncation): Overlays can use line-prefix and
1647         wrap-prefix too.
1648         (Overlay Properties): Document wrap-prefix and line-prefix.
1649         (Face Attributes): Document underline-minimum-offset.
1650         (Face Remapping): Copyedits.
1651         (Low-Level Font): Copyedits.
1652         (Image Cache): Note that the image cache is shared between frames.
1653         (Line Height): Emphasize that line-spacing only takes effect on
1654         graphical terminals.
1656 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
1658         * display.texi (Refresh Screen): Note that a passage about screen
1659         refreshing is text terminal only.
1660         (Forcing Redisplay): Delete misleading comment---sit-for calls
1661         redisplay, not the other way around.
1662         (Truncation): Note new values of truncate-partial-width-windows.
1663         Copyedits.
1664         (Invisible Text): Document invisible-p.
1666 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
1668         * display.texi (Overlays): Overlays don't scale well.  See
1669         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1671 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
1673         * syntax.texi (Syntax Table Functions): Document cons cell
1674         argument for modify-syntax-entry.
1675         (Categories): Document cons cell argument for
1676         modify-category-entry.
1678         * searching.texi (String Search): Document word-search-forward-lax
1679         and word-search-backward-lax.
1680         (Searching and Case): Describe isearch behavior more precisely.
1682         * keymaps.texi (Tool Bar): Mention that some platforms do not
1683         support multi-line toolbars.  Suggested by Stephen Eglen.
1685         * frames.texi (Layout Parameters): Mention that Nextstep also
1686         allows only one tool-bar line.  Suggested by Stephen Eglen.
1688         * nonascii.texi (Text Representations): Copyedits.
1689         (Coding System Basics): Also mention utf-8-emacs.
1690         (Converting Representations, Selecting a Representation)
1691         (Scanning Charsets, Translation of Characters, Encoding and I/O):
1692         Copyedits.
1693         (Character Codes): Mention role of codepoints 1114112 to 4194175.
1695 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
1697         * text.texi (Yank Commands): Note that yank uses push-mark.
1698         (Filling): Clarify REGION argument of fill-paragraph.
1699         Document fill-forward-paragraph-function.
1700         (Special Properties): Remove "new in Emacs 22" declaration.
1701         (Clickable Text): Merge with Links and Mouse-1 node.
1703         * display.texi (Button Properties, Button Buffer Commands):
1704         Change xref to Clickable Text.
1706         * tips.texi (Key Binding Conventions): Change xref to Clickable
1707         Text.
1709         * elisp.texi (Top): Update node listing.
1711 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
1713         * markers.texi (The Mark): Copyedits.  Improve description of
1714         handle-shift-selection.
1715         (The Region): Move use-region-p here from The Mark.
1717         * positions.texi (Screen Lines): Document (cols . lines) argument
1718         for vertical-motion.
1720 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
1722         * frames.texi (Frames): Clean up introduction.  Document `ns'
1723         return value for framep.
1724         (Creating Frames): Note how the terminal is chosen.
1725         (Multiple Terminals, Multiple Displays): Merge into a single node.
1726         (Color Parameters): Fix typo.
1728         * variables.texi (Local Variables, Buffer-Local Variables)
1729         (Creating Buffer-Local): Change link to Multiple Terminals.
1731         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1733         * keymaps.texi (Controlling Active Maps): Change link to Multiple
1734         Terminals.
1736         * commands.texi (Command Loop Info, Keyboard Macros): Change link
1737         to Multiple Terminals.
1739         * elisp.texi (Top): Update node listing.
1740         * vol2.texi (Top): Update node listing.
1741         * vol1.texi (Top): Update node listing.
1743         * buffers.texi (Current Buffer): Note that the append-to-buffer
1744         example is no longer in synch with the latest code.  Tie the two
1745         examples together.
1747         * files.texi (File Attributes): Move note about MS-DOS from
1748         Changing Files to File Attributes.
1749         (Create/Delete Dirs): Note that mkdir is an alias for this.
1751 2009-04-01  Markus Triska  <triska@gmx.at>
1753         * processes.texi (Filter Functions): Suggest how to handle output
1754         batches.
1756 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
1758         * help.texi (Accessing Documentation): Update example to use
1759         help-setup-xref and with-help-window.
1760         (Help Functions): Remove print-help-return-message, which is
1761         semi-obsolete due to with-help-window.  Document help-buffer and
1762         help-setup-xref.
1764 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
1766         * help.texi (Accessing Documentation, Help Functions):
1767         Remove information about long-obsolete Emacs versions.
1769         * modes.texi (Mode Line Variables): The default values of the mode
1770         line variables are now more complicated.
1772 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
1774         * modes.texi (Major Mode Conventions): Note that specialness is
1775         inherited.
1776         (Derived Modes): Note that define-derive-mode sets the mode-class
1777         property.
1779         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1780         goto-map.  Add search-map to the list.
1782 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1784         * os.texi (System Environment): Update the list of system-type
1785         values.
1787         * markers.texi (The Mark) <handle-shift-selection>: Update for
1788         removal of the optional argument DEACTIVATE.
1790 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
1792         * commands.texi (Focus Events): Most X window managers don't use
1793         focus-follows-mouse nowadays.
1795 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
1797         * commands.texi (Defining Commands): Clarify introduction.
1798         (Using Interactive): Not that interactive can be put in a symbol
1799         property.
1800         (Interactive Call): Note that a symbol with a non-nil
1801         interactive-form property satisfies commandp.
1803 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
1805         * minibuf.texi (Intro to Minibuffers): Fix typos.
1807 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
1809         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1810         about minibuffers in old Emacs versions.  Copyedits.
1811         Emphasize that enable-recursive-minibuffers defaults to nil.
1812         (Text from Minibuffer): Simplify introduction.
1814 2009-03-22  Alan Mackenzie  <acm@muc.de>
1816         * commands.texi (Using Interactive): Clarify string argument to
1817         `interactive' - even promptless elements need \n separators.
1819 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
1821         * minibuf.texi (Completion Styles): New node.
1823         * elisp.texi (Top): Update node listing.
1825 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
1827         * minibuf.texi (Basic Completion): Note that
1828         read-file-name-completion-ignore-case and
1829         read-buffer-completion-ignore-case can override
1830         completion-ignore-case.
1831         (Minibuffer Completion): Document completing-read changes.
1832         (Completion Commands): Avoid mentioning partial completion mode.
1833         Document minibuffer-completion-confirm changes, and
1834         minibuffer-confirm-exit-commands.
1835         (High-Level Completion): Document new require-match behavior for
1836         read-buffer.  Document read-buffer-completion-ignore-case.
1837         (Reading File Names): Document new require-match behavior for
1838         read-file-name.
1840 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
1842         * debugging.texi (Error Debugging): Don't mislead the reader into
1843         thinking that debug-on-error enters debugger for C-f at EOB.
1844         (Error Debugging): Setting debug-on-init within the init file
1845         works, and has for some time.
1847 2009-03-13  Kenichi Handa  <handa@m17n.org>
1849         * display.texi (Fontsets): Update the description.
1851 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
1853         * advice.texi (Advising Primitives): Link to What Is a Function.
1855 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
1857         * compile.texi (Speed of Byte-Code): Update example.
1858         (Disassembly): Update examples.
1860         * loading.texi (Repeated Loading): Simplify examples.
1862         * customize.texi (Common Keywords): It's not necessary to use :tag
1863         to remove hyphens, as custom-unlispify-tag-name does it
1864         automatically.
1865         (Variable Definitions): Link to File Local Variables.
1866         Document customized-value symbol property.
1867         (Customization Types): Move menu to end of node.
1869 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
1871         * macros.texi (Compiling Macros): Omit misleading sentence, which
1872         implied that macros can only be used in the same file they are
1873         defined.
1874         (Backquote): Remove obsolete information about Emacs 19.
1876 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
1878         * display.texi (Display Margins): Fix paren typo.
1880 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1882         * elisp.texi (Top): Update node listing.
1884         * variables.texi (Variables): Clarify introduction.
1885         (Global Variables): Mention that setq is a special form.
1886         (Local Variables): Use active voice.
1887         (Tips for Defining): Mention marking variables as safe.
1888         (Buffer-Local Variables): Mention terminal-local and frame-local
1889         variables together.
1890         (File Local Variables): Copyedits.
1891         (Frame-Local Variables): Note that they are not really useful.
1892         (Future Local Variables): Node deleted.
1894         * objects.texi (General Escape Syntax): Update explanation of
1895         unicode escape syntax.
1897 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1899         * control.texi (Control Structures): Add cindex entry for "textual
1900         order".
1902         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
1903         instead of "expression" throughout.
1904         (Function Indirection): Copyedits.  Use active voice.
1905         (Eval): The default value of max-lisp-eval-depth is now 400.
1907 2009-02-23  Miles Bader  <miles@gnu.org>
1909         * processes.texi (System Processes): Rename `system-process-attributes'
1910         to `process-attributes'.
1912 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1914         * symbols.texi (Property Lists): Emphasize that property lists are
1915         not restricted to symbol cells.
1916         (Other Plists): Copyedit.
1918         * sequences.texi (Sequences Arrays Vectors): Make introduction
1919         more concise.
1920         (Arrays): Mention char-tables and bool-vectors too.
1921         (Vectors): Don't repeat information given in Arrays node.  Link to
1922         nodes that explain the vector usage examples.
1923         (Char-Tables): Note that char-table elements can have arbitrary
1924         type.  Explain effect of omitted char-table-extra-slots property.
1925         Link to Property Lists node.
1927 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1929         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1930         `append'.
1931         (List Elements): Copyedits.
1933         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1934         of `vconcat'.
1936         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
1937         Emacs 20 usage of `concat'.
1938         (Case Conversion): Copyedits.
1940 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1942         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1943         Minor edits.
1944         (Frame Configuration Type): Emphasize that it is not primitive.
1945         (Font Type): New node.
1946         (Type Predicates): Add fontp; type-of now recognizes font object
1947         types.
1949         * intro.texi (Version Info): Update version numbers in examples.
1950         (Acknowledgements): List more contributors.
1952         * elisp.texi: Bump version number to 3.0.
1953         (Top): Link to Font Type node.
1955 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
1957         * modes.texi (Major Mode Conventions): Remove duplicate words.
1958         (Customizing Keywords): Fix typo.
1960 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1962         * nonascii.texi (User-Chosen Coding Systems): Document that
1963         select-safe-coding-system suggests raw-text if there are raw bytes
1964         in the region.
1965         (Explicit Encoding): Warn not to use `undecided' when encoding.
1967 2009-02-11  Glenn Morris  <rgm@gnu.org>
1969         * frames.texi (Visibility of Frames): Mention the effect multiple
1970         workspaces/desktops can have on visibility.
1972 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1974         * text.texi (Commands for Insertion):
1975         * commands.texi (Event Mod):
1976         * keymaps.texi (Searching Keymaps):
1977         * nonascii.texi (Translation of Characters):
1978         Reinstate documentation of translation-table-for-input.
1979         (Explicit Encoding): Document the `charset' text property produced
1980         by decode-coding-region and decode-coding-string.
1982 2009-01-27  Alan Mackenzie  <acm@muc.de>
1984         * modes.texi (Search-based Fontification): Correct a typo.
1986 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
1988         * abbrevs.texi (Abbrev Table Properties): Fix typo.
1989         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
1991 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1993         * display.texi (Window Systems): Document the value of
1994         `initial-window-system' under --daemon.
1996         * os.texi (System Environment): Remove description of the
1997         `environment' function which has been deleted.
1999 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2001         * frames.texi (Multiple Displays): Remove documentation for
2002         removed function make-frame-on-tty.
2004 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2006         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2007         write-region-annotate-functions.
2008         Document write-region-post-annotation-function.
2010 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2012         * display.texi (Font Lookup): Document WIDTH argument of
2013         x-list-fonts.
2015 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2017         * maps.texi (Standard Keymaps): Rename function-key-map to
2018         local-function-key-map.
2020         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2021         local-function-key-map.
2023         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2024         and `set-keyboard-coding-system' now accept an optional terminal
2025         argument.
2027         * commands.texi (Event Mod): `keyboard-translate-table' is now
2028         terminal-local.
2029         (Function Keys): Rename function-key-map to
2030         local-function-key-map.
2032         * elisp.texi (Top): Make @detailmenu be consistent with changes in
2033         frames.texi.
2035         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2036         `delete-terminal-functions', `suspend-tty-functions' and
2037         `resume-tty-functions'.
2039         * frames.texi (Frames): Document `frame-terminal' and
2040         `terminal-live-p'.
2041         (Multiple Displays): Document `make-frame-on-tty'.
2042         (Multiple Terminals): Document `terminal-list', `delete-terminal',
2043         `terminal-name', and `get-device-terminal'.
2044         (Terminal Parameters): Document `terminal-parameters',
2045         `terminal-parameter', and `set-terminal-parameter'.
2047         * os.texi (System Environment): Document `environment' and
2048         `initial-environment'.
2049         (Suspending Emacs): Update for multi-tty; document
2050         `suspend-tty', `resume-tty', and `controlling-tty-p'.
2052         * nonascii.texi (Coding System Basics): More accurate description
2053         of `raw-text'.
2055 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2057         * display.texi (Low-Level Font): Fix typo.
2059 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2061         * elisp.texi (Top): Update node listing.
2063         * display.texi (PostScript Images): Node deleted.
2065 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2067         * processes.texi (Decoding Output): Document that null bytes force
2068         no-conversion for reading process output.
2070         * files.texi (Reading from Files): Document that null bytes force
2071         no-conversion when visiting files.
2073         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2075         * nonascii.texi (Lisp and Coding Systems):
2076         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2077         (Character Properties): Improve wording.
2079 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2081         * display.texi (Font Lookup): Remove obsolete function
2082         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2083         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2084         (Font Selection): Reorder order of variable descriptions.
2085         Minor clarifications.
2087         * elisp.texi (Top): Update node listing.
2089 2009-01-09  Glenn Morris  <rgm@gnu.org>
2091         * commands.texi (Command Loop Info): Say that last-command-char and
2092         last-input-char are obsolete aliases.
2094         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2095         last-input-char and last-command-char, since they are just aliases for
2096         last-input-event and last-command-event.
2098         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2099         last-command-char.
2101 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2103         * elisp.texi: Update node listing.
2105         * display.texi (Faces): Put Font Selection node after Auto Faces.
2106         (Face Attributes): Don't link to Font Lookup.
2107         Document font-family-list.
2108         (Fonts): New node.
2110 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2112         * frames.texi (Pointer Shape): Clarify that only X supports
2113         changing the standard pointer shapes.  (Bug#1485)
2115 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2117         * display.texi (Attribute Functions): Note that a function value
2118         :height is relative, and that compatibility functions work by
2119         calling set-face-attribute.
2120         (Displaying Faces): Reorder list in order of increasing priority.
2121         (Face Remapping): New node.  Content moved here from Displaying
2122         Faces.
2123         (Glyphs): Link to Face Functions.
2125 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2127         * display.texi (Faces): Don't discuss face id here.  facep does
2128         not return t.
2129         (Defining Faces): Minor clarification.
2130         (Face Attributes): Rearrange items to match docstring of
2131         set-face-attribute.  Add :foundry attribute.  Document new role of
2132         :font attribute.  Texinfo usage fix.
2133         (Attribute Functions): Copyedits.
2134         (Face Functions): Note that face number is seldom used.
2136 2009-01-05  Richard M Stallman  <rms@gnu.org>
2138         * strings.texi (Predicates for Strings): Minor clarification.
2140         * functions.texi (Function Safety): Texinfo usage fix.
2142 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
2144         * objects.texi (General Escape Syntax): Fix typo.
2146 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
2148         * windows.texi (Choosing Window): Say that pop-up-frame-alist
2149         works via the default value of pop-up-frame-function.
2151 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
2153         * processes.texi (System Processes): Document the `time' and
2154         `ctime' attributes of `system-process-attributes'.
2156 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2158         * display.texi (Face Attributes): Clarify :height attribute.
2160 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2162         * buffers.texi (The Buffer List): Clarify what moves a buffer to
2163         the front of the buffer list.  Add entries for `last-buffer' and
2164         `unbury-buffer'.
2166 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2168         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2169         and its subsections.
2171         * frames.texi (Multiple Terminals, Low-level Terminal)
2172         (Terminal Parameters, Frames on Other TTY devices): New sections.
2173         (Frames): Add an xref to "Multiple Terminals".
2175         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2177         * objects.texi (Terminal Type): New node.
2178         (Editing Types): Add it to the menu.
2180         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2181         Variables".
2183         * variables.texi (Directory Local Variables): New node.
2184         (Variables): Add a menu item for it.
2186         * loading.texi (Autoload): Document `generate-autoload-cookie' and
2187         `generated-autoload-file'.
2189 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
2191         * os.texi (Startup Summary): Add xref to documentation of
2192         `initial-window-system'.
2194         * display.texi (Window Systems): Document `window-system' the
2195         function.  The variable `window-system' is now frame-local.
2196         Document `initial-window-system'.
2198 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
2200         * windows.texi (Windows): Rewrite description of
2201         fit-window-to-buffer.
2203 2008-12-13  Glenn Morris  <rgm@gnu.org>
2205         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
2206         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2208 2008-12-12  Glenn Morris  <rgm@gnu.org>
2210         * debugging.texi (Error Debugging): Refer forwards to
2211         eval-expression-debug-on-error.
2213 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
2215         * strings.texi (String Basics): Only unibyte strings that
2216         represent key sequences hold 8-bit raw bytes.
2218         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2219         paragraph to speak about `undecided'.
2220         (Character Properties): Don't explain the meaning of each
2221         property; instead, identify their Unicode Standard names.
2222         (Character Sets): Document `map-charset-chars'.
2224 2008-12-02  Glenn Morris  <rgm@gnu.org>
2226         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2227         section yet again.
2229 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
2231         * nonascii.texi (Character Properties): New Section.
2232         (Specifying Coding Systems): Document
2233         `coding-system-priority-list', `set-coding-system-priority', and
2234         `with-coding-priority'.
2235         (Lisp and Coding Systems): Document `check-coding-systems-region'
2236         and `coding-system-charset-list'.
2237         (Coding System Basics): Document `coding-system-aliases'.
2239         * elisp.texi (Top): Add a @detailmenu entry for "Character
2240         Properties".
2242         * objects.texi (Character Type): Correct the range of Emacs
2243         characters.  Add an @xref to "Character Codes".
2245         * strings.texi (String Basics): Add an @xref to "Character Codes".
2247         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2249         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2250         (Character Codes): Document `max-char'.
2252 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
2254         * nonascii.texi (Text Representations, Converting Representations)
2255         (Character Sets, Scanning Charsets, Translation of Characters):
2256         Make text more accurate.
2258 2008-11-28  Glenn Morris  <rgm@gnu.org>
2260         * files.texi (Format Conversion Round-Trip): Improve previous change.
2262 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
2264         * modes.texi (Auto Major Mode): Fix example.
2266 2008-11-25  Glenn Morris  <rgm@gnu.org>
2268         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2270         * files.texi (Format Conversion Round-Trip):
2271         Use active voice for previous change.
2273 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
2275         * os.texi (Processor Run Time):
2276         * processes.texi (Transaction Queues):
2277         * markers.texi (The Mark):
2278         * windows.texi (Choosing Window, Selecting Windows):
2279         * files.texi (Changing Files, Magic File Names):
2280         * commands.texi (Key Sequence Input):
2281         * functions.texi (Declaring Functions):
2282         * strings.texi (Predicates for Strings):
2283         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2285 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2287         * help.texi (Accessing Documentation): Update example.
2289         * variables.texi (Defining Variables): Note that `*' is not
2290         necessary if defcustom is used.
2292 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
2294         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2295         Characters" from @detailmenu.
2297         * nonascii.texi (Character Codes, Character Sets)
2298         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2299         (Chars and Bytes, Splitting Characters): Sections removed.
2301 2008-11-22  Lute Kamstra  <lute@gnu.org>
2303         * positions.texi (Text Lines): Update goto-line documentation.
2305 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
2307         * frames.texi (Frames): Fix typo, add cross references, reword.
2308         (Initial Parameters): Reword special-display-frame-alist text.
2309         (Frames and Windows): Reword.  Describe argument norecord for
2310         set-frame-selected-window.
2311         (Input Focus): Describe argument norecord for select-frame.
2312         Remove comment on MS-Windows behavior for focus-follows-mouse.
2313         (Raising and Lowering): Mention windows-frames dichotomy in
2314         metaphor.
2316         * windows.texi (Displaying Buffers, Vertical Scrolling)
2317         (Horizontal Scrolling): Fix indenting and rewording issues
2318         introduced with 2008-11-07 change.
2320 2008-11-20  Glenn Morris  <rgm@gnu.org>
2322         * files.texi (Format Conversion Round-Trip): Mention `preserve'
2323         element of `format-alist'.
2325 2008-11-19  Glenn Morris  <rgm@gnu.org>
2327         * doclicense.texi: Update to FDL 1.3.
2328         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2330 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
2332         * windows.texi (Window Hooks): Remove *-end-trigger-functions
2333         vars, which are obsolete.  Mention jit-lock-register.
2335         * modes.texi (Other Font Lock Variables):
2336         Document jit-lock-register and jit-lock-unregister.
2338         * frames.texi (Color Parameters): Document alpha parameter.
2340 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
2342         * windows.texi (Splitting Windows, Deleting Windows)
2343         (Selecting Windows, Cyclic Window Ordering)
2344         (Buffers and Windows, Displaying Buffers, Choosing Window)
2345         (Dedicated Windows, Window Point, Window Start and End)
2346         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2347         (Size of Window, Resizing Windows, Window Configurations)
2348         (Window Parameters): Avoid @var at beginning of sentences and
2349         reword accordingly.
2351 2008-11-11  Lute Kamstra  <lute@gnu.org>
2353         * files.texi (File Name Components): Fix file-name-extension
2354         documentation.
2356 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
2358         * frames.texi (Basic Parameters): Remove display-environment-variable
2359         and term-environment-variable.
2361 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
2363         * windows.texi (Basic Windows, Splitting Windows)
2364         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2365         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
2366         (Resizing Windows, Window Configurations, Window Parameters):
2367         Fix wording and markup.
2369 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
2371         * windows.texi (Windows): Update entries.
2372         (Basic Windows): Remove listing of attributes.  Reword.
2373         (Splitting Windows, Deleting Windows): Reword.
2374         (Selecting Windows, Cyclic Window Ordering): Reword with special
2375         emphasis on order of recently selected windows and buffer list.
2376         (Buffers and Windows, Choosing Window): Reword with special
2377         emphasis on dedicated windows.
2378         (Displaying Buffers): Reword.  For switch-to-buffer mention that
2379         it may fall back on pop-to-buffer.  For other-window try to
2380         explain how it treats the cyclic ordering of windows.
2381         (Dedicated Windows): New node and section discussing dedicated
2382         windows and associated functions.
2383         (Window Point): Add entry for window-point-insertion-type.  Reword.
2384         (Window Start and End): Rename node and section title.  Reword.
2385         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2386         Minor rewording.
2387         (Size of Window): Reword, in particular text on window-width.
2388         (Resizing Windows): Reword.  Add text on balancing windows.
2389         (Window Configurations): Reword.  Mention window parameters.
2390         (Window Parameters): New node and section on window parameters.
2391         (Window Hooks): Reword.  Mention that
2392         window-configuration-change-hook is run "buffer-locally".
2393         * elisp.texi (Top): Update Windows entries in @detailmenu
2394         section.
2396 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2398         * searching.texi (Regexp Search): Fix typo.
2400 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2402         * searching.texi (Regexp Search): Document GREEDY arg.
2403         (Simple Match Data): Fix return value.
2405 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
2407         * nonascii.texi (Text Representations): Rewrite to make consistent
2408         with Emacs 23 internal representation of characters.
2409         Document `unibyte-string'.
2411 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
2413         * processes.texi (Process Information): Note that process-status
2414         does not accept buffer names.
2416 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2418         * positions.texi (Skipping Characters): Correct return value of
2419         skip-chars-forward.
2421 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2423         * windows.texi (Deleting Windows): Update documentation of
2424         delete-windows-on.
2425         (Buffers and Windows): Update documentations of
2426         get-buffer-window and get-buffer-window-list.
2427         (Displaying Buffers): Update documentation of
2428         replace-buffer-in-windows.
2430         * buffers.texi (Current Buffer): Reword set-buffer and
2431         with-current-buffer documentations.
2432         (Creating Buffers): Reword documentation of get-buffer-create.
2434 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
2436         * buffers.texi (Current Buffer): Reword documentation of
2437         set-buffer.
2438         (Buffer Names): Reword documentation of buffer-name.
2439         (The Buffer List): For bury-buffer explain what happens with the
2440         buffer's window.
2441         (Creating Buffers): Say that get-buffer-create's arg is called
2442         buffer-or-name.
2444 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2446         * advice.texi (Computed Advice): Explain what DEFINITION is.
2448         * nonascii.texi (Character Codes): Remove obsolete function
2449         char-valid-p, and document characterp instead.
2451 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
2453         * windows.texi (Displaying Buffers): Reword documentation of
2454         pop-to-buffer.
2455         (Choosing Window): Rewrite documentation of display-buffer and
2456         its options.
2458         * buffers.texi (Killing Buffers): Update documentation of
2459         kill-buffer.
2461 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
2463         * processes.texi (Serial Ports): Fix wording and improve markup.
2465         * searching.texi (Regexp Search): Document `string-match-p' and
2466         `looking-at-p'.
2467         (POSIX Regexps): Add an xref for "non-greedy".
2468         (Regexp Special): Add @cindex entry for "non-greedy".
2470         * display.texi (Attribute Functions): Document `face-all-attributes'.
2471         (Image Cache) <image-refresh>: Minor wording fixes.
2473         * frames.texi (Color Names): Add an xref to `read-color'.
2475         * minibuf.texi (High-Level Completion): Document `read-color'.
2477         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2479         * positions.texi (Narrowing): Add an xref to "Swapping Text".
2481         * buffers.texi (Swapping Text): New section, documents
2482         `buffer-swap-text'.
2484 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
2486         * windows.texi (Resizing Windows): Minor wording fix.
2488 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2490         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2491         and `combine-and-quote-strings'.
2493         * strings.texi (Creating Strings): Add xrefs for them.
2495 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2497         * elisp.texi (Top): Make descriptive text for "Reading File Names"
2498         match the corresponding menu in minibuf.texi.
2500         * minibuf.texi (Reading File Names): Document `read-shell-command'
2501         and `minibuffer-local-shell-command-map'.
2503 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2505         * windows.texi (Resizing Windows): Remove var{} around "window" in
2506         documentation of enlarge-window.
2507         Rewrite documentation of window-min-height and window-min-width.
2509 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2511         * functions.texi (Calling Functions): Document `apply-partially'.
2513         * hooks.texi (Standard Hooks): Mention
2514         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2516         * variables.texi (File Local Variables): Document
2517         `file-local-variables-alist', `before-hack-local-variables-hook'
2518         and `hack-local-variables-hook'.
2520         * processes.texi (Synchronous Processes): Document `process-lines'.
2522         * customize.texi (Variable Definitions):
2523         Document `custom-reevaluate-setting'.
2525 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
2527         * windows.texi (Choosing Window, Deleting Windows)
2528         (Displaying Buffers): Expand documentation of dedicated windows.
2530 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2532         * files.texi (Changing Files): Document symbolic input of file
2533         modes to `set-file-modes'.  Document `read-file-modes' and
2534         `file-modes-symbolic-to-number'.
2536         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2537         and `search-map'.
2539         * searching.texi (Search and Replace):
2540         Document `replace-search-function' and `replace-re-search-function'.
2541         Document `multi-query-replace-map'.
2543         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2544         (Completion Commands, Reading File Names):
2545         Rename `minibuffer-local-must-match-filename-map' to
2546         `minibuffer-local-filename-must-match-map'.
2547         (Minibuffer Completion): The `require-match' argument to
2548         `completing-read' can now have the value `confirm-only'.
2550         * windows.texi (Displaying Buffers): Minor wording fix.
2551         (Choosing Window): `split-height-threshold' can now be nil.
2552         Document `split-width-threshold'.  `pop-up-frames' can have the
2553         value `graphic-only'.
2555 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
2557         * os.texi (Startup Summary): Document `before-init-time' and
2558         `after-init-time'.  Document `initial-window-system' and
2559         `window-system-initialization-alist'.  Document reading the
2560         abbrevs file.  Document the call to `server-start' under --daemon.
2561         Rearrange a bit to be consistent with the code flow.
2562         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2563         (Time Parsing): Document `format-seconds'.
2565 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
2567         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2568         and reword.
2570 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
2572         * markers.texi (The Mark): Document use-region-p.
2574 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
2576         * internals.texi (Writing Emacs Primitives): The interactive spec
2577         of a primitive can be a Lisp form.
2579         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2580         values of transient-mark-mode.  Document handle-shift-selection.
2582         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2583         (Interactive Examples): Show an example of `^'.
2584         (Key Sequence Input): Document this-command-keys-shift-translated.
2585         (Defining Commands, Using Interactive): The interactive-form of a
2586         function can be added via its symbol's property.
2588         * positions.texi (List Motion): beginning-of-defun-function can
2589         now accept an argument.
2591         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2592         now return a list of strings.
2594         * control.texi (Handling Errors): Document ignore-errors.
2596         * frames.texi (Creating Frames): Document frame-inherited-parameters.
2597         (Parameter Access): Document set-frame-parameter.
2599         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2600         Hooks" for the effect of kill-all-local-variables on local hook
2601         functions.
2603         * modes.texi (Major Mode Conventions, Mode Line Variables):
2604         `mode-name' need not be a string.  xref to "Mode Line Data" for
2605         details, and to "Emulating Mode Line" for computing a string
2606         value.
2608 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
2610         * processes.texi (System Processes): New section.
2611         (Processes, Signals to Processes): Add xrefs to it.
2613         * objects.texi (Editing Types): A `process' is a subprocess of
2614         Emacs, not just any process running on the OS.
2616         * elisp.texi (Top): Adjust the @detailmenu for the above two
2617         changes.
2619         * sequences.texi (Char-Tables): Remove documentation of
2620         set-char-table-default, which has no effect since Emacs 23.
2621         <char-table-range, set-char-table-range>: Don't mention generic
2622         characters and charsets.  Add a cons cell as a possible argument.
2624         * nonascii.texi (Splitting Characters)
2625         (Translation of Characters): Don't mention generic characters.
2627         * display.texi (Fontsets): Don't mention generic characters.
2629         * sequences.texi (Char-Tables): `map-char-table' can now call its
2630         argument FUNCTION with a cons cell as KEY.
2632 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
2634         * objects.texi (Primitive Function Type): Move "@cindex special
2635         forms" from here...
2637         * eval.texi (Special Forms): ...to here.
2639         * functions.texi (What Is a Function): `functionp' returns nil for
2640         special forms.  Add an xref.
2642         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2643         Variables".
2645         * variables.texi (Frame-Local Variables): New section.
2646         (Buffer-Local Variables): Add an xref to it.
2647         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2648         have both frame-local and buffer-local binding.
2650         * frames.texi (Frames): Mention multiple tty frames.
2651         (Frame Parameters, Parameter Access): Mention frame-local variable
2652         bindings.
2654 2008-09-20  Glenn Morris  <rgm@gnu.org>
2656         * display.texi (Defining Faces): Recommend against face variables.
2658 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
2660         * display.texi (Echo Area Customization): Fix typo.
2662 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2664         * loading.texi (Where Defined): Add `defface' item.
2666 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2668         * loading.texi (Where Defined): Fix description of symbol-file.
2670 2008-08-26  Jason Rumney  <jasonr@gnu.org>
2672         * display.texi (TIFF Images): New section describing :index property.
2674 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2676         * display.texi (Temporary Displays): Remove unnecessary comment
2677         about usage of temp-buffer-show-hook.
2679 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
2681         * symbols.texi (Other Plists): Fix incorrect example.
2682         Suggested by Florian Beck.
2684 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
2686         * os.texi: Fix previous change.
2688 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2690         * os.texi:
2691         * intro.texi:
2692         * files.texi: Remove VMS support.
2694 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2696         * os.texi:
2697         * frames.texi:
2698         * display.texi: Remove mentions of Mac Carbon.
2700 2008-07-01  Miles Bader  <miles@gnu.org>
2702         * text.texi (Special Properties):
2703         * display.texi (Truncation): Add wrap-prefix and line-prefix.
2705 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
2707         * display.texi (Other Image Types): Fix copy/paste error; say
2708         "PBM", not "XBM".
2710 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
2712         * os.texi: Remove references to obsolete systems.
2714 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
2716         * makefile.w32-in (distclean): Remove makefile.
2718 2008-06-17  Glenn Morris  <rgm@gnu.org>
2720         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2721         (elisp, dist): Remove rules and variables that are obsolete now
2722         the lisp manual is no longer distributed separately.
2724 2008-06-16  Glenn Morris  <rgm@gnu.org>
2726         * configure, configure.in, mkinstalldirs: Remove unused files.
2728         * book-spine.texinfo: Set version to 23.0.60.
2729         * vol1.texi (EMACSVER):
2730         * vol2.texi (EMACSVER): Set to 23.0.60.
2732         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2733         as per maintain.info.
2735 2008-06-15  Glenn Morris  <rgm@gnu.org>
2737         * makefile.w32-in (manual): Use "23" rather than "21".
2739         * Makefile.in (emacsver): New, set by configure.
2740         (manual): Use emacsver.
2742         * intro.texi: Report bugs using M-x report-emacs-bug.
2744         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2746 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2748         * elisp.texi, internals.texi, processes.texi: Add documentation
2749         about serial port access.
2751 2008-06-05  Miles Bader  <miles@gnu.org>
2753         * display.texi (Displaying Faces): Update to reflect function
2754         renamings in face-remap.el.
2756 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
2758         * display.texi (Fontsets): Fix typos.
2760 2008-06-03  Miles Bader  <miles@gnu.org>
2762         * display.texi (Displaying Faces): Add add-relative-face-remapping,
2763         remove-relative-face-remapping, set-base-face-remapping,
2764         and set-default-base-face-remapping.
2766 2008-06-01  Miles Bader  <miles@gnu.org>
2768         * display.texi (Displaying Faces): Add face-remapping-alist.
2770 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2773         variable names.
2775 2008-05-03  Eric S. Raymond  <esr@golux>
2777         * keymaps.texi: Clarify that (current-local-map) and
2778         (current-global-map) return references, not copies.
2780 2008-05-02  Juri Linkov  <juri@jurta.org>
2782         * minibuf.texi (Text from Minibuffer): Document a list of
2783         default values for `read-from-minibuffer'.
2785 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
2787         * nonascii.texi (Translation of Characters): Fix previous change.
2789 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
2791         * display.texi (Overlay Properties): Clarify role of underlying
2792         textprop and overlay keymaps for display strings.
2794         * keymaps.texi (Active Keymaps): Ditto.
2796 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2798         * minibuf.texi (Programmed Completion):
2799         Replace dynamic-completion-table with the new completion-table-dynamic.
2801 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
2803         * intro.texi (Some Terms): Change "fonts in this manual" index
2804         entry to "typographic conventions".
2806 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2808         * objects.texi (Text Props and Strings): Add indexing for read
2809         syntax of text properties.
2811 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * processes.texi (Decoding Output): Remove process-filter-multibyte
2814         functions.
2816 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
2818         * display.texi (Finding Overlays): Say that empty overlays at
2819         the end of the buffer are reported too.
2821 2008-03-13  Glenn Morris  <rgm@gnu.org>
2823         * elisp.texi (EMACSVER): Set to 23.0.60.
2825 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
2827         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2829 2008-02-22  Glenn Morris  <rgm@gnu.org>
2831         * frames.texi (Position Parameters): Clarify the description of
2832         `left' and `top', using information from "Geometry".
2833         (Geometry): Give a pointer to "Position Parameters", rather than
2834         repeating information.
2836 2008-02-11  Glenn Morris  <rgm@gnu.org>
2838         * objects.texi (Equality Predicates): No longer talk about "two"
2839         functions.
2841 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2843         * objects.texi (Equality Predicates): Add defun for
2844         equal-including-properties.
2846 2008-02-10  Glenn Morris  <rgm@gnu.org>
2848         * objects.texi (Equality Predicates):
2849         Mention equal-including-properties.
2851 2008-02-07  Richard Stallman  <rms@gnu.org>
2853         * windows.texi (Window Start): Mention the feature of moving
2854         window-start to start of line.
2856 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
2858         * keymaps.texi (Tool Bar): Document rtl property.
2860 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2862         * display.texi (Button Types):
2863         For define-button-type, clarify type of NAME.
2865 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
2867         * buffers.texi (Buffer Modification): Fix typo.
2869 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2871         * os.texi (System Environment): Remove references to OSes that are
2872         not supported anymore.
2874 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2876         * os.texi (System Environment): Remove mention for Masscomp.
2878 2008-01-04  Richard Stallman  <rms@gnu.org>
2880         * display.texi (Faces): Don't talk about internal face vector as arg
2881         to facep.
2883         * customize.texi (Type Keywords): Fix previous change.
2885         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2886         * elisp.texi (Top): Fix menu for commands.texi change.
2888 2007-12-30  Richard Stallman  <rms@gnu.org>
2890         * commands.texi (Accessing Mouse): Rename from Accessing Events.
2891         (Accessing Scroll): New node broken out of Accessing Mouse.
2893 2007-12-28  Richard Stallman  <rms@gnu.org>
2895         * frames.texi (Size Parameters): Fix typo.
2896         (Basic Parameters): For `title', refer to title bar.
2897         (Size and Position): Explain meaning of frame pixel width and height.
2899 2007-12-23  Richard Stallman  <rms@gnu.org>
2901         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2902         Improve some of the commented-out keywords' text too.
2904 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
2906         * nonascii.texi (Encoding and I/O): Reword to avoid saying
2907         "visit the current buffer".
2909         * os.texi (System Interface): Fix typo.
2911 2007-12-04  Richard Stallman  <rms@gnu.org>
2913         * objects.texi (Symbol Type): Fix typo.
2915 2007-12-03  Richard Stallman  <rms@gnu.org>
2917         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2919 2007-12-01  Glenn Morris  <rgm@gnu.org>
2921         * functions.texi (Declaring Functions): Improve previous change.
2923 2007-11-30  Glenn Morris  <rgm@gnu.org>
2925         * functions.texi (Declaring Functions): Add optional fourth
2926         argument of declare-function, and setting third argument to `t'.
2928 2007-11-29  Richard Stallman  <rms@gnu.org>
2930         * customize.texi (Composite Types): Document `group' type.
2932 2007-11-29  Glenn Morris  <rgm@gnu.org>
2934         * functions.texi (Declaring Functions): Add findex.
2935         Mention `external' files.
2937 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2939         * functions.texi (Declaring Functions): Fix directive.
2941 2007-11-25  Richard Stallman  <rms@gnu.org>
2943         * help.texi (Help Functions): Clean up last change.
2945         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2947         * loading.texi (Named Features): Minor cleanup.
2949         * macros.texi (Eval During Expansion): Minor cleanup.
2951         * variables.texi (Variable Aliases): Minor cleanup.
2953 2007-11-24  Richard Stallman  <rms@gnu.org>
2955         * functions.texi (Declaring Functions): Clarify previous change.
2957         * compile.texi (Compiler Errors): Clarify previous change.
2959 2007-11-24  Richard Stallman  <rms@gnu.org>
2961         * display.texi (Refresh Screen, Forcing Redisplay):
2962         Clarify the text and move items around.
2964 2007-11-24  Glenn Morris  <rgm@gnu.org>
2966         * functions.texi (Declaring Functions): New section.
2967         * compile.texi (Compiler Errors): Mention declaring functions,
2968         defvar with no initvalue, and byte-compile-warnings.
2970 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
2972         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2973         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2975 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
2977         * help.texi (Help Functions): Document new macro `with-help-window'.
2979 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2981         * searching.texi (Replacing Match): Describe new
2982         `match-substitute-replacement'.
2984 2007-10-31  Richard Stallman  <rms@gnu.org>
2986         * strings.texi (Creating Strings): Null strings from concat not unique.
2988 2007-10-26  Richard Stallman  <rms@gnu.org>
2990         * objects.texi (Equality Predicates): Null strings are uniquified.
2992         * minibuf.texi: Minor clarifications in previous change.
2994 2007-10-25  Glenn Morris  <rgm@gnu.org>
2996         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2998 2007-10-24  Richard Stallman  <rms@gnu.org>
3000         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3002         * variables.texi (Frame-Local Variables): Node deleted.
3003         (Variables): Delete Frame-Local Variables from menu.
3004         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3005         (Default Value): Don't mention frame-local vars.
3007         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3009         * loading.texi (Unloading): Document FEATURE-unload-function
3010         instead of FEATURE-unload-hook.
3012         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3014 2007-10-22  Juri Linkov  <juri@jurta.org>
3016         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3017         (High-Level Completion): Document a list of default value strings
3018         in the DEFAULT argument, for which minibuffer functions return the
3019         first element.
3021 2007-10-17  Juri Linkov  <juri@jurta.org>
3023         * text.texi (Filling): Update arguments of fill-paragraph.
3024         fill-paragraph operates on the active region in Transient Mark mode.
3025         Remove fill-paragraph-or-region.
3027 2007-10-13  Karl Berry  <karl@gnu.org>
3029         * elisp.texi (@dircategory): Move to after @copying,
3030         since we want @copying as close as possible to the beginning of
3031         the output.
3033 2007-10-12  Richard Stallman  <rms@gnu.org>
3035         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3037         * commands.texi (Distinguish Interactive): New node,
3038         broken out from Interactive Call and rewritten.
3039         (Command Loop): Put Distinguish Interactive in menu.
3041 2007-10-09  Richard Stallman  <rms@gnu.org>
3043         * text.texi (Examining Properties): Mention overlay priority.
3045         * display.texi (Display Margins): Correct the description
3046         of margin display specifications.
3047         (Replacing Specs): New subnode broken out of Display Property.
3049 2007-10-06  Juri Linkov  <juri@jurta.org>
3051         * text.texi (Filling): Document fill-paragraph-or-region.
3053 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3055         * display.texi (Auto Faces): Fix typo.
3057 2007-10-02  Richard Stallman  <rms@gnu.org>
3059         * display.texi (Display Property): Explain some display specs
3060         don't let you move point in.
3062         * frames.texi (Cursor Parameters):
3063         Describe cursor-in-non-selected-windows here.  Explain more values.
3065         * windows.texi (Basic Windows): Don't describe
3066         cursor-in-non-selected-windows here.
3068 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
3070         * processes.texi (Misc Network): Note that these functions are
3071         supported only on some systems.
3073 2007-10-01  Richard Stallman  <rms@gnu.org>
3075         * display.texi (Overlay Properties): Explain nil as priority.
3076         Explain that conflicts are unpredictable if not resolved by
3077         priorities.
3079 2007-09-23  Richard Stallman  <rms@gnu.org>
3081         * macros.texi (Backquote): Minor clarification.
3083 2007-09-19  Richard Stallman  <rms@gnu.org>
3085         * display.texi (Display Property): Explain multiple display specs.
3086         Clarify when they work in parallel and when one overrides.
3087         Fix error in example.
3089 2007-09-06  Glenn Morris  <rgm@gnu.org>
3091         Move from lispref/ to doc/lispref/.  Change all setfilename
3092         commands to use ../../info.
3093         * Makefile.in (infodir): Go up one more level.
3094         (usermanualdir): Change from ../man to ../emacs.
3095         (miscmanualdir): New.
3096         (dist): Use new variable miscmanualdir.
3097         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3098         (usermanualdir): Change from ../man to ../emacs.
3100 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3102         * commands.texi (Command Loop Info): Advise against changing
3103         most variables described here.  Explain new variable
3104         last-repeatable-command.
3106 2007-08-29  Glenn Morris  <rgm@gnu.org>
3108         * elisp.texi (EMACSVER): Increase to 23.0.50.
3110 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3112         * frames.texi (Basic Parameters): Add display-environment-variable
3113         and term-environment-variable.
3115 2007-08-28  Juri Linkov  <juri@jurta.org>
3117         * display.texi (Image Formats, Other Image Types): Add SVG.
3119 2007-08-28  Juri Linkov  <juri@jurta.org>
3121         * display.texi (Images): Move formats-related text to new node
3122         "Image Formats".
3123         (Image Formats): New node.
3125 2007-08-27  Richard Stallman  <rms@gnu.org>
3127         * windows.texi (Window Configurations): Clarify what
3128         a window configuration saves.
3130 2007-08-25  Richard Stallman  <rms@gnu.org>
3132         * display.texi (Images): Delete redundant @findex.
3134 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * text.texi (Change Hooks): (after|before)-change-functions are no
3137         longer bound to nil while running; rather inhibit-modification-hooks
3138         is t.
3140 2007-08-16  Richard Stallman  <rms@gnu.org>
3142         * processes.texi (Asynchronous Processes):
3143         Clarify doc of start-file-process.
3145 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3147         * modes.texi (Example Major Modes): Fix typo.
3149 2007-08-08  Glenn Morris  <rgm@gnu.org>
3151         * intro.texi (nil and t): Do not use `iff' in documentation.
3153         * tips.texi (Documentation Tips): Recommend against `iff'.
3155 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3157         * display.texi (Image Cache): Document image-refresh.
3159 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3161         * windows.texi (Size of Window): Document window-full-width-p.
3163 2007-07-25  Glenn Morris  <rgm@gnu.org>
3165         * gpl.texi (GPL): Replace license with GPLv3.
3167         * Relicense all FSF files to GPLv3 or later.
3169 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3171         * processes.texi (Synchronous Processes):
3172         Add `process-file-shell-command'.
3173         (Asynchronous Processes): Mention restricted use of
3174         `process-filter' and `process-sentinel' in
3175         `start-file-process'.  Add `start-file-process-shell-command'.
3177 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3179         * files.texi (Magic File Names): Introduce optional parameter
3180         IDENTIFICATION for `file-remote-p'.
3182 2007-07-16  Richard Stallman  <rms@gnu.org>
3184         * display.texi (Defining Faces): Fix previous change.
3186 2007-07-14  Richard Stallman  <rms@gnu.org>
3188         * control.texi (Handling Errors): Document `debug' in handler list.
3190 2007-07-10  Richard Stallman  <rms@gnu.org>
3192         * display.texi (Defining Faces): Explain C-M-x feature for defface.
3194 2007-07-09  Richard Stallman  <rms@gnu.org>
3196         * files.texi (Magic File Names): Rewrite previous change.
3198 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3200         * files.texi (Magic File Names): Introduce optional parameter
3201         CONNECTED for `file-remote-p'.
3203 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
3205         * processes.texi (Asynchronous Processes):
3206         * files.texi (Magic File Names): Add `start-file-process'.
3208 2007-06-27  Richard Stallman  <rms@gnu.org>
3210         * files.texi (Format Conversion Piecemeal):
3211         Clarify `after-insert-file-functions' calling convention.
3213 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3215         * files.texi (Magic File Names): Remove `dired-call-process'.
3216         Add `process-file'.
3218 2007-06-27  Kenichi Handa  <handa@m17n.org>
3220         * text.texi (Special Properties): Fix description about
3221         `composition' property.
3223 2007-06-26  Kenichi Handa  <handa@m17n.org>
3225         * nonascii.texi (Default Coding Systems): Document about the
3226         return value `undecided'.
3228 2007-06-25  David Kastrup  <dak@gnu.org>
3230         * keymaps.texi (Active Keymaps): Document new POSITION argument of
3231         `current-active-maps'.
3233 2007-06-24  Karl Berry  <karl@gnu.org>
3235         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3237 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
3239         * display.texi (Overlay Arrow): Doc fix.
3241 2007-06-14  Karl Berry  <karl@tug.org>
3243         * anti.texi (Antinews): Typo.
3245 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
3247         * display.texi (Image Cache): Document image-refresh.
3249 2007-06-12  Karl Berry  <karl@gnu.org>
3251         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3252         * two-volume.make: New file.
3253         * .cvsignore: Ignore two-volume files.
3255 2007-06-12  Tom Tromey  <tromey@redhat.com>
3257         * os.texi (Init File): Document user-emacs-directory.
3259 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
3261         * commands.texi (Click Events): Describe width and height when
3262         object is nil.
3264 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
3266         * commands.texi (Click Events): Layout more logically.
3267         Describe width and height.
3268         (Drag Events, Motion Events): Update to new format for position.
3270 2007-06-02  Richard Stallman  <rms@gnu.org>
3272         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3274 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3276         * Version 22.1 released.
3278 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3280         * text.texi (Special Properties): Correct meaning of fontified face.
3282 2007-05-30  Richard Stallman  <rms@gnu.org>
3284         * text.texi (Special Properties): Add link to Adjusting Point.
3286 2007-05-12  Richard Stallman  <rms@gnu.org>
3288         * text.texi (Margins): indent-to-left-margin is not the default.
3289         (Mode-Specific Indent): For indent-line-function, the default
3290         is indent-relative.
3292         * modes.texi (Example Major Modes): Explain last line of text-mode
3293         is redundant.
3295 2007-05-10  Richard Stallman  <rms@gnu.org>
3297         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3299         * help.texi (Keys in Documentation): Add reference to
3300         Documentation Tips.
3302         * files.texi (Format Conversion): TO-FN gets three arguments.
3304         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3306 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
3308         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3309         * files.texi (Format Conversion): Expand intro; add menu.
3310         (Format Conversion Overview, Format Conversion Round-Trip)
3311         (Format Conversion Piecemeal): New nodes/subsections.
3312         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3313         * text.texi (Text Properties): Remove "Saving Properties" from menu.
3314         (Saving Properties): Delete node/subsection.
3316 2007-05-07  Karl Berry  <karl@gnu.org>
3318         * elisp.texi (EMACSVER): Back to 22.
3320 2007-05-06  Richard Stallman  <rms@gnu.org>
3322         * processes.texi (Accepting Output): Revert most of previous change.
3324 2007-05-05  Richard Stallman  <rms@gnu.org>
3326         * processes.texi (Accepting Output): accept-process-output
3327         uses microseconds, not milliseconds.  But that arg is obsolete.
3329 2007-05-04  Karl Berry  <karl@tug.org>
3331         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3333 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
3335         * tips.texi (Documentation Tips): Rearrange items to place the
3336         more important ones first.  Add an index entry for hyperlinks.
3338 2007-05-03  Karl Berry  <karl@gnu.org>
3340         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3341         (EMACSVER) [smallbook]: 22 for printed version.
3343         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3344         so restore anchor to normal position after defun.  Found by Kevin Ryde.
3346 2007-04-26  Glenn Morris  <rgm@gnu.org>
3348         * elisp.texi (EMACSVER): Increase to 22.1.50.
3350 2007-04-28  Karl Berry  <karl@gnu.org>
3352         * elisp.texi: Improve line breaks on copyright page,
3353         similar layout to emacs manual, 8.5x11 by default.
3355 2007-04-24  Richard Stallman  <rms@gnu.org>
3357         * text.texi (Special Properties): Add xref to Overlay Properties.
3359         * display.texi (Overlay Properties): Add xref to Special Properties.
3361 2007-04-22  Richard Stallman  <rms@gnu.org>
3363         * keymaps.texi (Extended Menu Items): Move the info about
3364         format with cached keyboard binding.
3366 2007-04-21  Richard Stallman  <rms@gnu.org>
3368         * text.texi (Special Properties): Clarify previous change.
3370         * files.texi (File Name Expansion): Clarify previous change.
3372         * display.texi (Attribute Functions): Fix example for
3373         face-attribute-relative-p.
3375 2007-04-19  Kenichi Handa  <handa@m17n.org>
3377         * text.texi (Special Properties): Document composition property.
3379 2007-04-19  Glenn Morris  <rgm@gnu.org>
3381         * files.texi (File Name Expansion): Mention "superroot".
3383 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3385         * frames.texi (Multiple Displays): Add note about "multi-monitor"
3386         setups.
3387         (Display Feature Testing): Note that display refers to all
3388         physical monitors for multi-monitor setups.
3390 2007-04-14  Richard Stallman  <rms@gnu.org>
3392         * lists.texi (Sets And Lists): Clarify `delete' examples.
3393         Remove spurious xref to same node.
3394         Clarify xref for add-to-list.
3396 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3398         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3399         value of lisp-mode-map.
3401 2007-04-11  Karl Berry  <karl@gnu.org>
3403         * anti.texi (Antinews):
3404         * display.texi (Overlay Properties, Defining Images):
3405         * processes.texi (Synchronous Processes, Sentinels):
3406         * syntax.texi (Syntax Table Internals):
3407         * searching.texi (Regexp Special):
3408         * nonascii.texi (Default Coding Systems):
3409         * text.texi (Special Properties):
3410         * minibuf.texi (Basic Completion): Wording to improve breaks in
3411         8.5x11 format.
3412         * elisp.texi (smallbook): New @set to more easily switch between
3413         smallbook and 8.5x11.
3415 2007-04-11  Richard Stallman  <rms@gnu.org>
3417         * text.texi (Lazy Properties): Minor fix.
3419 2007-04-08  Karl Berry  <karl@gnu.org>
3421         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3422         * macros.texi (Backquote): Downcase Backquote in index entries for
3423         consistency.
3425 2007-04-08  Richard Stallman  <rms@gnu.org>
3427         * text.texi (Adaptive Fill): Just describe default,
3428         don't show it (since it contains non-ASCII chars).
3430 2007-04-07  Karl Berry  <karl@gnu.org>
3432         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3433         adaptive-fill-regexp's value, since they are not in the standard
3434         TeX fonts.
3436 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
3438         * display.texi (Defining Faces): Fix example.
3440 2007-04-07  Karl Berry  <karl@gnu.org>
3442         * display.texi (Button Buffer Commands): Improve page break.
3444 2007-04-07  Richard Stallman  <rms@gnu.org>
3446         * advice.texi (Activation of Advice): Remove redundant index entry.
3448         * backups.texi: Improve index entries.  Remove redundant ones.
3450         * compile.texi (Byte Compilation): Improve index entry.
3452         * hash.texi (Creating Hash): Improve index entry.
3454         * symbols.texi (Definitions): Improve index entry.
3456         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
3458         * maps.texi (Standard Keymaps): Remove useless index entry.
3460         * help.texi (Documentation Basics): Remove redundant index entries.
3462         * customize.texi: Improve index entries.
3463         Remove redundant/useless ones.
3465         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3467         * streams.texi (Output Variables): Improve index entry.
3469         * abbrevs.texi (Abbrevs): Remove useless index entry.
3471         * macros.texi (Expansion): Remove useless index entry.
3473         * text.texi: Improve index entries.  Remove redundant/useless ones.
3474         (Text Properties, Examining Properties)
3475         (Special Properties): Use "property category" instead of "category"
3476         to refer to the `category' property.
3478         * positions.texi: Improve index entries.  Remove useless one.
3480         * lists.texi: Improve index entries.  Remove redundant/useless ones.
3482         * os.texi: Improve index entries.
3483         (Timers): Fix previous change.
3485         * buffers.texi: Improve index entries.
3486         (Modification Time): Get rid of term "obsolete buffer".
3488         * debugging.texi: Improve index entries.
3489         (Test Coverage): Add xref to other test coverage ftr.
3491         * eval.texi: Improve index entry.  Remove redundant ones.
3493         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
3495         * files.texi: Improve index entries.  Remove redundant/useless ones.
3497         * objects.texi: Improve index entries.
3499         * processes.texi: Improve index entries.
3501         * modes.texi: Improve index entry.  Remove redundant one.
3503         * nonascii.texi: Improve index entries.
3505         * internals.texi: Improve index entries.
3507         * syntax.texi: Improve index entries.
3509         * keymaps.texi (Active Keymaps): Improve index entries.
3511         * commands.texi: Improve index entries.  Remove redundant/useless ones.
3513         * frames.texi: Improve index entries.  Remove redundant/useless ones.
3515         * markers.texi: Improve index entries.  Remove redundant ones.
3517         * tips.texi: Improve index entries.
3519         * loading.texi (Unloading): Improve index entry.
3521         * variables.texi: Improve index entries.  Remove redundant one.
3523         * sequences.texi: Improve index entry.
3525         * display.texi: Improve index entries.  Remove redundant ones.
3527         * windows.texi: Improve index entries.
3529         * searching.texi: Improve index entries.  Remove redundant one.
3531         * strings.texi (Case Tables): Improve last change.
3533 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3535         * strings.texi (Case Tables): Document with-case-table and
3536         ascii-case-table.
3538 2007-04-03  Karl Berry  <karl@gnu.org>
3540         * processes.texi (Network): Reword to improve page break.
3542 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3544         * functions.texi (Inline Functions): Describe more disadvantages
3545         of defsubst, and make advice against it stronger.
3547 2007-04-02  Karl Berry  <karl@gnu.org>
3549         * backups.texi (Backup Names): Avoid widow words.
3550         * modes.texi (Example Major Modes): Align last comment.
3552 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3554         * keymaps.texi (Remapping Commands): Document new arg to
3555         command-remapping.
3557 2007-04-01  Karl Berry  <karl@gnu.org>
3559         * processes.texi (Low-Level Network): Typo.
3560         * loading.texi (Hooks for Loading): Avoid double "the".
3561         * keymaps.texi (Key Sequences): No double "and".
3562         (Changing Key Bindings): Shorten to improve line break.
3564 2007-03-31  Glenn Morris  <rgm@gnu.org>
3566         * os.texi (Timers): Fix description of run-at-time TIME formats.
3568 2007-03-31  Richard Stallman  <rms@gnu.org>
3570         * display.texi (Invisible Text): Correct buffer-invisibility-spec
3571         regarding ellipsis.
3573 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3575         * intro.texi (nil and t):
3576         * symbols.texi (Plists and Alists):
3577         * variables.texi (Variable Aliases, Constant Variables):
3578         * functions.texi (Defining Functions):
3579         * advice.texi (Advising Primitives):
3580         * debugging.texi (Syntax Errors, Compilation Errors):
3581         * minibuf.texi (Minibuffer Windows):
3582         * commands.texi (Adjusting Point):
3583         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3584         (Auto Major Mode, Major Mode Conventions):
3585         * help.texi (Describing Characters):
3586         * files.texi (Create/Delete Dirs, Information about Files)
3587         (File Locks, Writing to Files, Reading from Files)
3588         (Saving Buffers):
3589         * windows.texi (Resizing Windows, Cyclic Window Ordering):
3590         * frames.texi (Finding All Frames):
3591         * positions.texi (Buffer End, Motion):
3592         * markers.texi (The Region):
3593         * text.texi (Deletion, Near Point):
3594         * display.texi (Displaying Messages, Truncation):
3595         * os.texi (Processor Run Time):
3596         * tips.texi (Key Binding Conventions, Programming Tips)
3597         (Warning Tips, Documentation Tips, Comment Tips):
3598         * internals.texi (Memory Usage): Improve indexing.
3600         * variables.texi (Frame-Local Variables):
3601         * functions.texi (Argument List):
3602         * loading.texi (Library Search):
3603         * streams.texi (Output Variables):
3604         * keymaps.texi (Translation Keymaps, Searching Keymaps):
3605         * searching.texi (Replacing Match, Search and Replace):
3606         * processes.texi (Byte Packing, Decoding Output)
3607         (Accepting Output, Network Servers, Shell Arguments):
3608         * display.texi (Abstract Display, Image Cache, Scroll Bars):
3609         * windows.texi (Window Point, Window Start):
3610         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3611         * commands.texi (Reading Input, Keyboard Events):
3612         * minibuf.texi (Reading File Names, Minibuffer Completion)
3613         (Recursive Mini):
3614         * positions.texi (List Motion):
3615         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3616         * numbers.texi (Arithmetic Operations, Math Functions)
3617         (Predicates on Numbers, Comparison of Numbers):
3618         (Numeric Conversions):
3619         * locals.texi (Standard Buffer-Local Variables):
3620         * maps.texi (Standard Keymaps):
3621         * os.texi (User Identification, System Environment, Recording Input)
3622         (X11 Keysyms):
3623         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3624         * backups.texi (Backups and Auto-Saving):
3625         * customize.texi (Customization, Group Definitions)
3626         (Variable Definitions):
3627         * compile.texi (Byte Compilation): Improve index entries.
3629 2007-03-31  Karl Berry  <karl@gnu.org>
3631         * macros.texi (Defining Macros): Avoid widow syllable.
3633 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3635         * elisp.texi (Top): Postscript -> PostScript.
3637         * display.texi (Images, Postscript Images): Postscript -> PostScript.
3639 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3641         * internals.texi (Writing Emacs Primitives): Untabify `For'.
3643 2007-03-30  Karl Berry  <karl@gnu.org>
3645         * lists.texi (List-related Predicates): Remove spurious @need.
3646         (Setcdr): Use @smallexample to improve page break.
3647         (Association Lists) <assoc>: Reword to improve page break.
3649         * strings.texi (String Conversion): Insert blank line to improve
3650         page break.
3652         * numbers.texi (Random Numbers): Use @minus{}.
3653         (Math Functions): Use @minus{}.
3655         * intro.texi (Acknowledgements): Avoid line breaks before middle
3656         initials.
3658 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
3660         * errors.texi (Standard Errors): Add an index entry.
3662 2007-03-19  Richard Stallman  <rms@gnu.org>
3664         * os.texi (Recording Input): recent-keys now gives 300 keys.
3666 2007-03-12  Glenn Morris  <rgm@gnu.org>
3668         * os.texi: Replace "daylight savings" with "daylight saving"
3669         throughout.
3671 2007-03-05  Richard Stallman  <rms@gnu.org>
3673         * variables.texi (File Local Variables):
3674         Update enable-local-variables values.
3676 2007-03-04  Richard Stallman  <rms@gnu.org>
3678         * syntax.texi (Control Parsing): Minor clarification.
3680         * strings.texi (Formatting Strings): Clarify width, precision, flags.
3682         * sequences.texi (Sequence Functions): Move string-bytes away,
3683         add xref.
3685         * nonascii.texi (Text Representations): Move string-bytes here.
3687         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3689         * minibuf.texi (Basic Completion): Minor clarification.
3691         * markers.texi (The Mark): Clarify existence vs activation of mark.
3692         Other cleanup.
3694         * display.texi (Finding Overlays): Write better example.
3696         * compile.texi (Eval During Compile): Clarify putting macros
3697         in eval-when-compile.
3699 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
3701         * loading.texi (How Programs Do Loading): Fix anchor position at
3702         load-read-function definition doc.
3704 2007-02-21  Kim F. Storm  <storm@cua.dk>
3706         * strings.texi (Text Comparison): Mention that assoc-string
3707         converts symbols to strings before testing.
3709 2007-02-17  Kim F. Storm  <storm@cua.dk>
3711         * processes.texi (Bindat Spec): Vector types can have optional
3712         element type.
3713         (Bindat Examples): Fix example.  Add vector with element type.
3715 2007-02-16  Andreas Schwab  <schwab@suse.de>
3717         * strings.texi (Formatting Strings): Document '+' flag.
3719 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3721         * strings.texi (Modifying Strings): Clarify that `clear-string'
3722         always converts the string to unibyte.
3724 2007-02-14  Kim F. Storm  <storm@cua.dk>
3726         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3727         Rewrite glyph code description to refer to these functions.
3728         Remove details of encoding face number and char into integer code.
3730 2007-02-03  Alan Mackenzie  <acm@muc.de>
3732         * loading.texi (Hooks for Loading): Make the description of
3733         `eval-after-load' more detailed, and amend the description of
3734         after-load-alist, in accordance with changes from 2006-05.
3736 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3738         * modes.texi (Defining Minor Modes): Document that a :require
3739         keyword or similar may be required to make saved customization
3740         variables work.
3742 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3744         * elisp.texi (Top): Make the detailed menu headers compliant with
3745         Texinfo guidelines and with what texnfo-upd.el expects.
3746         Add comments to prevent people from inadvertently modifying the key
3747         parts needed by `texinfo-multiple-files-update'.
3749 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3751         * elisp.texi (Top): Update the top-level menus.
3753         * syntax.texi (Categories): Add index entries.
3755 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3757         * display.texi (Attribute Functions): Fix name and description of
3758         the UNDERLINE arg of `set-face-underline-p'.
3760 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
3762         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3763         Variables", and "Standard Keymaps" to the detailed menu.
3765         * variables.texi (Future Local Variables): Add index entry.
3767 2007-01-28  Richard Stallman  <rms@gnu.org>
3769         * tips.texi (Coding Conventions): Clarify the tip about macros
3770         that define a function or a variable.
3772         * files.texi (File Attributes): UID and GID can be floats.
3773         (Magic File Names): Explain why deferring all operations to
3774         the standard handler does not work.
3776 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3778         * backups.texi (Reverting): Use "buffer" instead of "file"
3779         when talking about major and minor modes.
3781 2007-01-21  Richard Stallman  <rms@gnu.org>
3783         * help.texi (Documentation): Add xref to Documentation Tips.
3785 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3787         * tips.texi (Coding Conventions): Fix typos.
3789 2007-01-05  Richard Stallman  <rms@gnu.org>
3791         * modes.texi (Defining Minor Modes): Fix previous change.
3793 2007-01-03  Richard Stallman  <rms@gnu.org>
3795         * customize.texi (Variable Definitions, Customization Types):
3796         Don't use * in doc string for defcustom.
3798 2007-01-02  Richard Stallman  <rms@gnu.org>
3800         * variables.texi (Variable Aliases): Clarify that aliases vars
3801         always have the same value.
3803         * processes.texi (Bindat Spec): Fix Texinfo usage.
3805         * modes.texi (Defining Minor Modes): Explain effect of command
3806         defined with define-global-minor-mode on new buffers.
3808 2006-12-30  Kim F. Storm  <storm@cua.dk>
3810         * keymaps.texi (Tool Bar): Describe `grow-only' value of
3811         `auto-resize-tool-bars'.
3813 2006-12-30  Richard Stallman  <rms@gnu.org>
3815         * keymaps.texi (Active Keymaps): Fix previous change.
3817 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
3819         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3821 2006-12-30  Kim F. Storm  <storm@cua.dk>
3823         * processes.texi (Bindat Spec): Clarify using field names in
3824         length specifications.
3826 2006-12-29  Kim F. Storm  <storm@cua.dk>
3828         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3829         Add count and index variables for eval forms in repeat blocks.
3831 2006-12-24  Richard Stallman  <rms@gnu.org>
3833         * customize.texi (Variable Definitions):
3834         Document new name custom-add-frequent-value.
3836 2006-12-19  Kim F. Storm  <storm@cua.dk>
3838         * commands.texi (Misc Events): User signals now result in sigusr1
3839         and sigusr2 events which are handled through special-event-map.
3840         (Special Events): User signals and drag-n-drop are special.
3842 2006-12-17  Richard Stallman  <rms@gnu.org>
3844         * loading.texi (Named Features): Explain subfeatures better.
3846         * customize.texi: Use "option" only for user options.
3847         For the keyword values inside defcustom etc, say "keywords".
3848         For :options value's elements, say "elements".
3849         :group should not be omitted.
3851         * syntax.texi (Parsing Expressions): Split up node.
3852         (Motion via Parsing, Position Parse, Parser State)
3853         (Low-Level Parsing, Control Parsing): New subnodes.
3854         (Parser State): Document syntax-ppss-toplevel-pos.
3856         * positions.texi (List Motion): Punctuation fix.
3858         * files.texi (File Name Completion): Document PREDICATE arg
3859         to file-name-completion.
3861 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
3863         * internals.texi (Building Emacs, Writing Emacs Primitives):
3864         Add index entries.
3866 2006-12-11  Richard Stallman  <rms@gnu.org>
3868         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3869         affects face menu.  Explain how to make it non-nil without enabling
3870         any fontification.
3872 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3874         * modes.texi (Font Lock Basics): Document nil value of
3875         font-lock-defaults.
3877 2006-12-10  Glenn Morris  <rgm@gnu.org>
3879         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3880         value for system-flag argument.  Abbrev tables may not be empty
3881         when major modes are loaded.
3883 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3885         * makefile.w32-in (maintainer-clean): Partially revert last
3886         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3887         to protect elisp-covers.texi.
3889 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
3891         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3892         Don't remove elisp* info files; they are already deleted by the
3893         `clean' and `distclean' targets, and they are in the $(infodir)
3894         directory, not the current one.
3896 2006-12-04  Kim F. Storm  <storm@cua.dk>
3898         * commands.texi (Misc Events): Update signal events.
3899         (Event Examples): Add signal example.
3901 2006-11-29  Richard Stallman  <rms@gnu.org>
3903         * frames.texi (Visibility of Frames): Explain visible windows
3904         can be covered by others.  Add xref for raise-frame.
3906 2006-11-28  Richard Stallman  <rms@gnu.org>
3908         * searching.texi (Regexp Special): Update when ^ is special.
3910 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
3912         * customize.texi (Customization, Common Keywords)
3913         (Group Definitions, Variable Definitions, Composite Types)
3914         (Type Keywords, Customization Types): Add index entries for
3915         various customization keywords.
3917 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3919         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3921 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
3923         * frames.texi (Window System Selections): Remove clipboard from
3924         description of selection-coding-system.
3926 2006-11-06  Richard Stallman  <rms@gnu.org>
3928         * lists.texi (List Variables): Document COMPARE-FN.
3930         * keymaps.texi: Avoid use of "binding" to mean a relation;
3931         use it only to refer to the meaning associated with a key.
3932         (Keymaps): Change menu node description.
3934         * elisp.texi (Top): Change menu node description.
3936         * display.texi (Managing Overlays): Document overlay-recenter.
3938 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
3940         * Makefile.in: Use relative paths to avoid advertising filesystem
3941         contents during compilation.
3943 2006-10-23  Kim F. Storm  <storm@cua.dk>
3945         * commands.texi (Event Input Misc): Update unread-command-events.
3947 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3949         * lists.texi (Sets And Lists): Fix typos.
3951 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3953         * control.texi (Processing of Errors): Use @var for an argument,
3954         not @code.
3956 2006-10-16  Richard Stallman  <rms@gnu.org>
3958         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3960         * keymaps.texi (Format of Keymaps): Show all the keymap element
3961         patterns that result from menu items.
3962         (Key Lookup): Minor cleanups.
3964         * modes.texi (Precalculated Fontification): Don't say that
3965         not setting font-lock-defaults avoids loading font-lock.
3967         * help.texi (Documentation): Move xref to Emacs Manual here.
3968         (Documentation Basics): From here.
3969         Also doc emacs-lisp-docstring-fill-column.
3971         * elisp.texi: Update version and ISBN.
3973         * commands.texi (Interactive Call): Clarify KEYS arg to
3974         call-interactively is a vector.
3975         (Command Loop Info): Delete anchor in this-command-keys.
3976         Add anchor in this-command-keys-vector.
3977         (Recursive Editing): Document how recursive-edit
3978         handles the current buffer.
3980 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
3982         * frames.texi (Frame Titles): %c and %l are ignored in
3983         frame-title-format.
3985 2006-10-11  Richard Stallman  <rms@gnu.org>
3987         * keymaps.texi (Key Sequences): Clarify use of kbd.
3989 2006-10-10  Kim F. Storm  <storm@cua.dk>
3991         * lists.texi (Sets And Lists): Add memql.
3993 2006-10-03  Richard Stallman  <rms@gnu.org>
3995         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3996         Clarify :ascii: and :nonascii:.
3998 2006-09-29  Juri Linkov  <juri@jurta.org>
4000         * modes.texi (%-Constructs): Reorder coding systems in the
4001         documentation of %z to the real order displayed in the modeline.
4003 2006-09-25  Richard Stallman  <rms@gnu.org>
4005         * os.texi (Timers): Describe timer-max-repeats.
4007 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4009         * os.texi (Timers): Mention with-local-quit.
4011 2006-09-24  Richard Stallman  <rms@gnu.org>
4013         * searching.texi (Searching and Matching): Mention property search.
4015         * commands.texi (Command Loop Info): Explain how read-event affects
4016         this-command-keys.
4018 2006-09-20  Richard Stallman  <rms@gnu.org>
4020         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4022         * windows.texi (Window Start): Minor cleanups.
4024 2006-09-20  Kim F. Storm  <storm@cua.dk>
4026         * windows.texi (Window Start): pos-visible-in-window-p allows
4027         specifying t for position to mean "end of window".
4028         Add window-line-height.
4030         * anti.texi (Antinews): Mention window-line-height.
4032 2006-09-19  David Kastrup  <dak@gnu.org>
4034         * keymaps.texi (Searching Keymaps): Small clarification.
4036 2006-09-18  Richard Stallman  <rms@gnu.org>
4038         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4039         cause keyboard menus.
4040         (Menu Keymaps): Likewise.
4041         (Defining Menus, Keyboard Menus): Clarify.
4043         * text.texi (Fields): Clarify explanation of constrain-to-field.
4045 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4047         * variables.texi (Tips for Defining): Fix a typo.
4049 2006-09-15  Richard Stallman  <rms@gnu.org>
4051         * keymaps.texi (Remapping Commands, Searching Keymaps)
4052         (Active Keymaps): Clean up previous change.
4054 2006-09-15  Jay Belanger  <belanger@truman.edu>
4056         * gpl.texi: Replace "Library Public License" by "Lesser Public
4057         License" throughout.
4059 2006-09-15  David Kastrup  <dak@gnu.org>
4061         * keymaps.texi (Active Keymaps): Adapt description to use
4062         `get-char-property' instead `get-text-property'.  Explain how
4063         mouse events change this.  Explain the new optional argument of
4064         `key-binding' and its mouse-dependent lookup.
4065         (Searching Keymaps): Adapt description similarly.
4066         (Remapping Commands): Explain the new optional argument of
4067         `command-remapping'.
4069 2006-09-14  Richard Stallman  <rms@gnu.org>
4071         * keymaps.texi (Searching Keymaps): Clarification.
4072         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4074 2006-09-13  Richard Stallman  <rms@gnu.org>
4076         * objects.texi (Character Type): Node split.
4077         Add xref to Describing Characters.
4078         (Basic Char Syntax, General Escape Syntax)
4079         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4081 2006-09-11  Richard Stallman  <rms@gnu.org>
4083         * display.texi (Display Table Format): Wording clarification.
4084         (Glyphs): Clarifications.
4086 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4088         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4089         local maps.
4091 2006-09-10  Kim F. Storm  <storm@cua.dk>
4093         * display.texi (Forcing Redisplay): Document return value of
4094         function redisplay.
4096 2006-09-09  Richard Stallman  <rms@gnu.org>
4098         * windows.texi (Window Hooks): Explain limits of
4099         window-scroll-functions.
4101         * display.texi (Fringe Indicators): Update for last change in
4102         indicate-buffer-boundaries.
4104 2006-09-08  Richard Stallman  <rms@gnu.org>
4106         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4108 2006-09-06  Kim F. Storm  <storm@cua.dk>
4110         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4112         * windows.texi (Window Start): Update pos-visible-in-window-p.
4114 2006-09-04  Richard Stallman  <rms@gnu.org>
4116         * processes.texi (Accepting Output): Explain SECONDS=0 for
4117         accept-process-output.
4119         * os.texi (Idle Timers): Explain why timer functions should not
4120         loop until (input-pending-p).
4122 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4124         * makefile.w32-in (usermanualdir): New variable.
4125         (elisp.dvi): Use it.
4127 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4129         * buffers.texi (Buffer Modification): Fix last change.
4131 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4133         * buffers.texi (Buffer Modification):
4134         Document buffer-chars-modified-tick.
4136 2006-08-31  Richard Stallman  <rms@gnu.org>
4138         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4140 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
4142         * modes.texi (Syntactic Font Lock):
4143         Mention font-lock-syntactic-face-function
4144         instead of specific faces.
4146 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4148         * display.texi (Images): Add xrref to display-images-p.
4150 2006-08-28  Kenichi Handa  <handa@m17n.org>
4152         * nonascii.texi (Lisp and Coding Systems): Fix description of
4153         detect-coding-region.
4155 2006-08-27  Michael Olson  <mwolson@gnu.org>
4157         * processes.texi (Transaction Queues): Remove stray quote
4158         character.
4160 2006-08-25  Richard Stallman  <rms@gnu.org>
4162         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4163         Add xref.
4165 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4167         * os.texi (Timers): Avoid waiting inside timers.
4169 2006-08-21  Lute Kamstra  <lute@gnu.org>
4171         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4173 2006-08-20  Richard Stallman  <rms@gnu.org>
4175         * os.texi (Idle Timers): New node, split out from Timers.
4176         Document current-idle-time.
4177         * commands.texi (Reading One Event): Update xref.
4178         * elisp.texi (Top): Update subnode menu.
4180 2006-08-16  Richard Stallman  <rms@gnu.org>
4182         * keymaps.texi (Extended Menu Items): Show format of cached
4183         bindings in extended menu items.
4185         * customize.texi (Variable Definitions): Explain when the
4186         standard value expression is evaluated.
4188 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4190         * commands.texi (Reading One Event): Explain idleness in
4191         `read-event'.
4193 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
4195         * text.texi (Near Point): Say "cursor" not "terminal cursor".
4196         (Commands for Insertion): Remove split-line since it's not
4197         relevant for Lisp programming.
4198         (Yank Commands): Rewrite introduction.
4199         (Undo): Clarify.
4200         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
4201         (Filling): Remove redundant comment.  Clarify return value of
4202         current-justification.
4203         (Margins): Minor clarifications.
4204         (Adaptive Fill): Update default value of adaptive-fill-regexp.
4205         (Sorting): Update definition of sort-lines.
4206         (Columns): Clarify behavior of sort-columns.
4207         (Indent Tabs): Link to Tab Stops in Emacs manual.
4208         (Special Properties): Clarify.
4209         (Clickable Text): Mention Buttons package.
4211 2006-08-12  Kevin Ryde  <user42@zip.com.au>
4213         * os.texi (Time Parsing): Add %z to description of
4214         format-time-string, as per docstring.  Add cross reference to
4215         glibc manual for strftime.
4217 2006-08-08  Richard Stallman  <rms@gnu.org>
4219         * modes.texi: Clean up wording in previous change.
4221 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
4223         * modes.texi (Hooks): Clarify.
4224         (Major Mode Basics): Mention define-derived-mode explicitly.
4225         (Major Mode Conventions): Rebinding RET is OK for some modes.
4226         Mention change-major-mode-hook and after-change-major-mode-hook.
4227         (Example Major Modes): Move to end of Modes section.
4228         (Mode Line Basics): Clarify.
4229         (Mode Line Data): Mention help-echo and local-map in strings.
4230         Explain reason for treatment of non-risky variables.
4231         (Properties in Mode): Clarify.
4232         (Faces for Font Lock): Add font-lock-negation-char-face.
4234 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
4236         * strings.texi (Formatting Strings): Warn against arbitrary
4237         strings as first arg to `format'.
4239 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
4241         * text.texi (Clickable Text): Mention `help-echo' text property.
4242         Update intro, examples and associated explanations.
4244 2006-07-31  Richard Stallman  <rms@gnu.org>
4246         * commands.texi: Update xrefs.
4247         (Event Mod): New node, cut out from old Translating Input.
4249         * maps.texi: Update xrefs.
4251         * keymaps.texi (Translation Keymaps): New node.
4252         Update xrefs from Translating Input to Translation Keymaps.
4254         * elisp.texi (Top): Update subnode menu.
4256         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4258         * os.texi (System Interface): Fix menu descriptions of some nodes.
4259         (Translating Input): Node deleted.
4261 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4263         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4265         * lists.texi (Sets And Lists): Likewise.
4267 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
4269         * text.texi (Fields): Mention POS
4270         requirement when narrowing is in effect.
4272 2006-07-28  Richard Stallman  <rms@gnu.org>
4274         * display.texi (Face Attributes): Simplify wording.
4275         (Attribute Functions): Clarify meaning of new-frame default
4276         attribute settings.
4278         * customize.texi (Common Keywords): Document how to use
4279         :package-version in a package not in Emacs.
4281 2006-07-28  Kim F. Storm  <storm@cua.dk>
4283         * commands.texi (Reading One Event): Fix last change.
4285 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4287         * commands.texi (Reading One Event): Document SECONDS argument for
4288         read-event, read-char, and read-char-exclusive.
4290 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4293         to ensure correct identification.
4295 2006-07-24  Richard Stallman  <rms@gnu.org>
4297         * text.texi (Clickable Text): Clarify.
4299         * sequences.texi (Vector Functions): Delete duplicate xref.
4301         * objects.texi (Function Type): Clarify.
4303         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4304         modes.
4306         * lists.texi (List Variables): New node.
4307         Material moved from other nodes.
4309         * variables.texi (Setting Variables): add-to-list and
4310         add-to-ordered-list moved to List Variables node.
4312 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
4314         * text.texi (Links and Mouse-1):
4315         For mouse-on-link-p, expand on arg POS.
4317 2006-07-21  Kim F. Storm  <storm@cua.dk>
4319         * display.texi (Forcing Redisplay): Don't mention systems which
4320         don't support sub-second timers for redisplay-preemption-period.
4322         * os.texi (Terminal Output): Clarify text vs graphical terminal.
4324 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4326         * frames.texi (Input Focus): Document that focus-follows-mouse has
4327         no effect on MS-Windows.
4329 2006-07-18  Richard Stallman  <rms@gnu.org>
4331         * display.texi (Forcing Redisplay): Cleanups in previous change.
4333         * processes.texi (Low-Level Network): Make menu more convenient.
4335 2006-07-18  Kim F. Storm  <storm@cua.dk>
4337         * display.texi (Forcing Redisplay): redisplay-preemption-period
4338         only used on window systems.  Add xref to Terminal Output.
4340         * os.texi (Terminal Output): baud-rate only controls preemption on
4341         non-window systems.  Add xref to Forcing Redisplay.
4343         * processes.texi (Low-Level Network): Rename node "Make Network"
4344         to "Network Processes".
4346 2006-07-18  Karl Berry  <karl@gnu.org>
4348         * variables.texi, functions.texi, customize.texi, loading.texi:
4349         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4351 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4353         * commands.texi (Waiting): Document batch-mode sit-for behavior.
4355 2006-07-17  Richard Stallman  <rms@gnu.org>
4357         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4358         Put period and comma inside quotes.
4360         * loading.texi, markers.texi: Use real doublequote inside menus.
4362         * windows.texi: Put point and comma inside quotes.
4363         (Textual Scrolling): Use @samp for error message.
4365         * variables.texi, tips.texi, syntax.texi, symbols.texi:
4366         * strings.texi, streams.texi, processes.texi, os.texi:
4367         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4368         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4369         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4370         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4371         Put point and comma inside quotes.
4373         * control.texi (Processing of Errors): Add command-error-function.
4375         * variables.texi (File Local Variables): Clarify that
4376         file local variables make buffer-local bindings.
4378         * modes.texi (Syntactic Font Lock): Give default for
4379         font-lock-syntax-table.
4381 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
4383         * text.texi (Special Properties): Clean up previous change.
4385 2006-07-16  Karl Berry  <karl@gnu.org>
4387         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4388         * control.texi: Fix bad page breaks through chapter 10 (control).
4390         * anti.texi (Antinews): Reorder face-attribute fns to avoid
4391         underfull hbox.
4393 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
4395         * text.texi (Special Properties): Describe fontified text property
4396         in relation to a character (not text).
4398 2006-07-15  Kim F. Storm  <storm@cua.dk>
4400         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4401         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4402         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4404         * anti.texi (Antinews): Mention redisplay function.
4405         The kbd macro existed, but was not documented, before 22.x.
4406         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4408 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4410         * display.texi (Displaying Messages): Add anchor.
4412         * frames.texi (Dialog Boxes): Use it.
4414 2006-07-12  Richard Stallman  <rms@gnu.org>
4416         * objects.texi (Frame Type): Explain nature of frames better.
4418         * frames.texi (Frames): Explain nature of frames better.
4420 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
4422         * tips.texi (Coding Conventions): Explain why use cl at compile time.
4424 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4426         * frames.texi (Window System Selections): Mention scrap support for Mac.
4427         Default value of x-select-enable-clipboard is t on Mac.
4429         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4431 2006-07-11  Kim F. Storm  <storm@cua.dk>
4433         * display.texi (Forcing Redisplay): Add `redisplay' function.
4434         Don't mention (sit-for -1) -- use (redisplay t) instead.
4436         * commands.texi (Waiting): (sit-for -1) is no longer special.
4437         (sit-for 0) is equivalent to (redisplay).
4438         Iconifying/deiconifying no longer makes sit-for return.
4440 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
4442         * display.texi (Buttons): Fix typo.
4444         * index.texi, elisp.texi (New Symbols): Comment node out.
4446 2006-07-09  Richard Stallman  <rms@gnu.org>
4448         * display.texi (Truncation): Clean up previous change.
4450 2006-07-08  Richard Stallman  <rms@gnu.org>
4452         * commands.texi (Interactive Call): Use 3 as prefix in example
4453         for execute-extended-command.
4455         * display.texi (Attribute Functions): Move paragraph about
4456         compatibility with Emacs < 21.
4458 2006-07-09  Kim F. Storm  <storm@cua.dk>
4460         * display.texi (Refresh Screen): Clarify force-window-update.
4461         (Truncation): "Normally" indicated by fringe arrows.
4463 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
4465         * windows.texi (Textual Scrolling, Resizing Windows):
4466         * variables.texi (Constant Variables):
4467         * text.texi (Buffer Contents, Deletion, Changing Properties)
4468         (Property Search, Special Properties, Sticky Properties)
4469         (Links and Mouse-1, Fields, Change Hooks):
4470         * syntax.texi (Syntax Table Functions, Parsing Expressions)
4471         (Categories):
4472         * symbols.texi (Other Plists):
4473         * streams.texi (Output Variables):
4474         * processes.texi (Input to Processes, Query Before Exit):
4475         * positions.texi (Word Motion, Text Lines, List Motion):
4476         * os.texi (Init File, System Environment, Sound Output)
4477         (Session Management):
4478         * nonascii.texi (Text Representations, Character Sets)
4479         (Chars and Bytes, Locales):
4480         * modes.texi (Defining Minor Modes, Header Lines):
4481         * minibuf.texi (Minibuffer Contents):
4482         * markers.texi (Information from Markers):
4483         * lists.texi (List Elements, Building Lists, Association Lists):
4484         * keymaps.texi (Tool Bar):
4485         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4486         * functions.texi (What Is a Function, Mapping Functions):
4487         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4488         (Color Names, Text Terminal Colors, Display Feature Testing):
4489         * files.texi (Visiting Functions, File Name Components)
4490         (Unique File Names, Contents of Directories):
4491         * display.texi (Forcing Redisplay, Displaying Messages)
4492         (Temporary Displays, Font Selection, Auto Faces)
4493         (Font Lookup, Fringe Indicators, Display Margins)
4494         (Image Descriptors, Showing Images, Image Cache, Button Types)
4495         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4496         (Display Table Format, Glyphs):
4497         * control.texi (Iteration):
4498         * commands.texi (Command Loop Info, Adjusting Point):
4499         * backups.texi (Making Backups, Auto-Saving):
4500         Remove @tindex entries.
4502 2006-07-07  Kim F. Storm  <storm@cua.dk>
4504         * display.texi (Fringe Cursors): Fix typo.
4505         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4506         (Overlay Arrow): Default is overlay-arrow fringe indicator.
4508 2006-07-05  Richard Stallman  <rms@gnu.org>
4510         * text.texi (Buffer Contents): Add example of text props
4511         in result of buffer-substring.
4512         (Text Properties): Explain better about use of specific property names.
4513         (Property Search): Some cleanups; reorder some functions.
4515         * keymaps.texi (Changing Key Bindings): Cleanup.
4516         Add xref to Key Binding Conventions.
4518         * display.texi (Attribute Functions): Add examples for
4519         face-attribute-relative-p.
4521         * tips.texi (Coding Conventions): Cleanup last change.
4523 2006-07-05  Karl Berry  <karl@gnu.org>
4525         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4526         Remove @setchapternewpage odd.
4527         Result is 1013 pages, down from 1100.
4529         * anti.texi, customize.texi, display.texi, internals.texi:
4530         * minibuf.texi, modes.texi, tips.texi:
4531         Fix overfull/underfull boxes.
4533 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
4535         * edebug.texi (Instrumenting):
4536         Add Edebug-specific findex for eval-buffer.
4537         * loading.texi (Loading):
4538         Replace eval-current-buffer with eval-buffer.
4540 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
4542         * locals.texi (Standard Buffer-Local Variables): Update the list
4543         of variables.
4545 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
4547         * files.texi (File Name Completion): Point user to the node
4548         "Reading File Names".
4550 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
4552         * files.texi (Contents of Directories): Document case-insensitive
4553         behavior on respective filesystems.
4555         * objects.texi (Character Type): Document that Emacs signals an
4556         error for unsupported Unicode characters specified as \uNNNN.
4558 2006-06-19  Richard Stallman  <rms@gnu.org>
4560         * processes.texi (Bindat Spec): Clarify previous change.
4562 2006-06-16  Richard Stallman  <rms@gnu.org>
4564         * tips.texi (Coding Conventions): Better explain conventions
4565         for definition constructs.
4567         * text.texi (Special Properties): String value of `read-only'
4568         serves as the error message.
4570         * objects.texi (Character Type): Clarify prev. change.
4571         (Non-ASCII in Strings): Mention \u and \U.
4573         * commands.texi (Using Interactive): Explain problem of
4574         markers, etc., in command-history.
4576 2006-06-14  Kim F. Storm  <storm@cua.dk>
4578         * commands.texi (Waiting): Negative arg to sit-for forces
4579         redisplay even if input is pending.
4581         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4582         redisplay.  Remove incorrect example of binding redisplay-dont-pause
4583         around (sit-for 0).
4585 2006-06-13  Richard Stallman  <rms@gnu.org>
4587         * display.texi (Forcing Redisplay): Clarify previous change.
4589 2006-06-13  Romain Francoise  <romain@orebokech.com>
4591         * display.texi (Forcing Redisplay): Fix typo.
4593 2006-06-13  Kim F. Storm  <storm@cua.dk>
4595         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4597 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4599         * tips.texi (Coding Conventions): Add `@end itemize'.
4601 2006-06-10  Richard Stallman  <rms@gnu.org>
4603         * tips.texi (Coding Conventions): Explain use of coding systems
4604         to ensure one decoding for strings.
4606 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
4608         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4609         syntax.
4611 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
4613         * display.texi (Font Selection): Remove description of
4614         clear-face-cache.
4616         * compile.texi (Eval During Compile): Fix a typo.  Add index
4617         entries for possible uses of eval-when-compile.
4619 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
4621         * display.texi (Abstract Display): Fix typo.
4623 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
4625         * minibuf.texi (Minibuffer History) <history-add-new-input>:
4626         Reword variable's description.
4628 2006-06-01  Richard Stallman  <rms@gnu.org>
4630         * windows.texi (Splitting Windows): Clarify splitting nonselected
4631         window.
4633 2006-05-31  Juri Linkov  <juri@jurta.org>
4635         * minibuf.texi (Minibuffer History): Add history-add-new-input.
4637 2006-05-30  Richard Stallman  <rms@gnu.org>
4639         * display.texi (Line Height): Fix errors in description of
4640         default line height and line-height property.
4642         * nonascii.texi (Default Coding Systems): Further clarification.
4644 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4646         * internals.texi (Pure Storage): Mention that an overflow in pure
4647         space causes a memory leak.
4648         (Garbage Collection): If there was an overflow in pure space,
4649         `garbage-collect' returns nil.
4651 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
4653         * nonascii.texi (Default Coding Systems): Fix it some more.
4655 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
4657         * nonascii.texi (Default Coding Systems): Fix last change.
4659 2006-05-29  Kenichi Handa  <handa@m17n.org>
4661         * nonascii.texi (find-operation-coding-system): Describe the new
4662         argument format (FILENAME . BUFFER).
4664 2006-05-28  Richard Stallman  <rms@gnu.org>
4666         * tips.texi (Coding Conventions): Better explain reasons not to
4667         advise other packages or use `eval-after-load'.
4669 2006-05-29  Kim F. Storm  <storm@cua.dk>
4671         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4672         `bindat-idx' and `bindat-raw' for clarity.
4674 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4676         * processes.texi (Bindat Spec): Expand on `repeat' handler.
4678         * display.texi (Display): Add "Abstract Display" to menu.
4679         (Abstract Display, Abstract Display Functions)
4680         (Abstract Display Example): New nodes.
4681         * elisp.texi (Top): Add "Abstract Display" to menu.
4683 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
4685         * keymaps.texi (Key Sequences): Link to input events definition.
4686         (Format of Keymaps): Delete material duplicated in Keymap Basics.
4688         * files.texi (Changing Files): Document updated argument list for
4689         copy-file.
4691 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4693         * processes.texi (Bindat Functions): Explain term "total length".
4694         Use it in bindat-length and bindat-pack descriptions.
4696 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
4698         * tips.texi (Coding Conventions): Advise against using
4699         eval-after-load in packages.  Add an index entry.
4701 2006-05-25  Juri Linkov  <juri@jurta.org>
4703         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4705         * modes.texi (%-Constructs): Add %e, %z, %Z.
4707 2006-05-25  Richard Stallman  <rms@gnu.org>
4709         * elisp.texi (Top): Update subnode menu.
4711         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4712         (Keymaps): Update menu.
4714 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4716         * keymaps.texi (Key Sequences): Some clarifications.
4718 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4720         * processes.texi (Bindat Functions): Say "unibyte string"
4721         explicitly for bindat-unpack and bindat-pack descriptions.
4722         (Bindat Examples): Don't call `string-make-unibyte' in example.
4724 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4726         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
4727         Explain string and vector representations of key sequences.
4729         * keymaps.texi (Changing Key Bindings):
4730         * commands.texi (Interactive Codes):
4731         * help.texi (Describing Characters): Refer to it.
4733 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
4735         * frames.texi (Pointer Shape): @end table -> @end defvar.
4737 2006-05-22  Richard Stallman  <rms@gnu.org>
4739         * elisp.texi (Top): Update subnode menus.
4741         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4742         Contents rewritten; material from old Pointer Shape node moved here.
4744         * display.texi (Pointer Shape): Node deleted.
4745         (Image Descriptors): Minor cleanup.
4747 2006-05-21  Richard Stallman  <rms@gnu.org>
4749         * syntax.texi (Parsing Expressions): Update info on which STATE
4750         elements are ignored.
4752 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4754         * hooks.texi (Standard Hooks): Correct typo.
4756         * gpl.texi (GPL): ifinfo -> ifnottex.
4758 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
4760         * searching.texi (Simple Match Data): Warn about match data being
4761         set anew by every search.
4763 2006-05-17  Richard Stallman  <rms@gnu.org>
4765         * minibuf.texi (Minibuffer History): Clarify.
4767         * searching.texi (Regexp Special): Clarify nested regexp warning.
4769 2006-05-16  Kim F. Storm  <storm@cua.dk>
4771         * minibuf.texi (Minibuffer History): Update add-to-history.
4773 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
4775         * nonascii.texi (Explicit Encoding):
4776         Fix typo (encoding<->decoding).
4778 2006-05-14  Richard Stallman  <rms@gnu.org>
4780         * buffers.texi (Creating Buffers): Cleanup.
4782         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4784 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
4786         * buffers.texi (Current Buffer): Document that with-temp-buffer
4787         disables undo.
4789         * os.texi (Terminal-Specific): More accurate description of how
4790         Emacs searches for the terminal-specific libraries.
4792 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
4794         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4795         emacs-xtra to @inforef's.
4797         * text.texi (Undo): Document that undo is turned off in buffers
4798         whose names begin with a space.
4800         * buffers.texi (Buffer Names): Add index entries for buffers whose
4801         names begin with a space.
4802         (Creating Buffers): Document that undo is turned off in buffers
4803         whose names begin with a space.
4805         * files.texi (Visiting Functions, Reading from Files)
4806         (Saving Buffers): Mention code and EOL conversions by file I/O
4807         primitives and subroutines.
4809         * nonascii.texi (Lisp and Coding Systems): Document
4810         coding-system-eol-type.  Add index entries for eol conversion.
4812         * display.texi (Defining Faces): Mention `mac', and add an xref to
4813         where window-system is described.
4815 2006-05-10  Richard Stallman  <rms@gnu.org>
4817         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4819 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4821         * variables.texi (File Local Variables): Recommend to quote lambda
4822         expressions in safe-local-variable property.
4824 2006-05-09  Richard Stallman  <rms@gnu.org>
4826         * variables.texi (File Local Variables):
4827         Document safe-local-eval-forms and safe-local-eval-function.
4829 2006-05-07  Kim F. Storm  <storm@cua.dk>
4831         * minibuf.texi (Minibuffer History): Remove keep-dups arg
4832         from add-to-history.
4834 2006-05-07  Romain Francoise  <romain@orebokech.com>
4836         * commands.texi (Event Input Misc):
4837         * compile.texi (Eval During Compile):
4838         * internals.texi (Buffer Internals):
4839         * minibuf.texi (Initial Input):
4840         * nonascii.texi (Scanning Charsets):
4841         * numbers.texi (Comparison of Numbers):
4842         * windows.texi (Textual Scrolling, Vertical Scrolling):
4843         Fix various typos.
4845 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4847         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4848         conditional xref's to either emacs or emacs-xtra, depending on
4849         @iftex/@ifnottex.
4851         * minibuf.texi (Minibuffer History): Document add-to-history.
4853 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4855         * internals.texi (Pure Storage): Mention the pure overflow message
4856         at startup.
4858 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
4860         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4861         (Searching Keymaps): Fix pseudo-Lisp description of keymap
4862         search.
4864 2006-05-01  Richard Stallman  <rms@gnu.org>
4866         * intro.texi (nil and t): Clarify.
4868         * variables.texi (File Local Variables): Suggest using booleanp.
4870 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
4872         * objects.texi (Type Predicates): Fix typos.
4874 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * intro.texi (nil and t): Add booleanp.
4878         * objects.texi (Type Predicates): Add links for booleanp and
4879         string-or-null-p.
4881 2006-04-29  Richard Stallman  <rms@gnu.org>
4883         * modes.texi (Multiline Font Lock): Rename from
4884         Multi line Font Lock Elements.  Much clarification.
4885         (Font Lock Multiline, Region to Fontify): Much clarification.
4887 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * variables.texi (File Local Variables): Remove the special case t for
4890         safe-local-variable.
4892 2006-04-26  Richard Stallman  <rms@gnu.org>
4894         * syntax.texi (Parsing Expressions): Minor cleanup.
4896 2006-04-18  Richard Stallman  <rms@gnu.org>
4898         * tips.texi (Coding Conventions): Explain when the package's
4899         prefix should appear later on (not at the start of the name).
4901         * searching.texi (String Search): Clarify effect of NOERROR.
4903         * modes.texi (Imenu): Clarify what special items do.
4905         * hooks.texi (Standard Hooks): Delete text about old hook names.
4907 2006-04-17  Romain Francoise  <romain@orebokech.com>
4909         * variables.texi (Local Variables): Update the default value of
4910         `max-specpdl-size'.
4912 2006-04-15  Michael Olson  <mwolson@gnu.org>
4914         * processes.texi (Transaction Queues): Mention the new optional
4915         `delay-question' argument for `tq-enqueue'.
4917 2006-04-13  Bill Wohler  <wohler@newt.com>
4919         * customize.texi (Common Keywords): Use dotted notation for
4920         :package-version value.  Specify its values.  Improve documentation
4921         for customize-package-emacs-version-alist.
4923 2006-04-12  Bill Wohler  <wohler@newt.com>
4925         * customize.texi (Common Keywords): Move description of
4926         customize-package-emacs-version-alist to @defvar.
4928 2006-04-10  Bill Wohler  <wohler@newt.com>
4930         * customize.texi (Common Keywords): Add :package-version.
4932 2006-04-10  Kim F. Storm  <storm@cua.dk>
4934         * text.texi (Buffer Contents): Add NOPROPS arg to
4935         filter-buffer-substring.
4937 2006-04-08  Kevin Ryde  <user42@zip.com.au>
4939         * os.texi (Command-Line Arguments): Update xref to emacs manual
4940         "Command Arguments" -> "Emacs Invocation", per change there.
4942 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
4944         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4945         be on one line to help makeinfo not render two spaces after the dot.
4947 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4949         * strings.texi (Predicates for Strings): Add string-or-null-p.
4951 2006-03-28  Kim F. Storm  <storm@cua.dk>
4953         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4954         remarks about systems that don't support fractional seconds.
4956 2006-03-25  Karl Berry  <karl@gnu.org>
4958         * elisp.texi: Use @copyright{} instead of (C), and do not indent
4959         the year list.
4961 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4963         * display.texi (Fringe Indicators): Fix typos.
4965 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4967         * tips.texi (Documentation Tips): One can now also write `program'
4968         in front of a quoted symbol in a docstring to prevent making a
4969         hyperlink.
4971 2006-03-19  Alan Mackenzie  <acm@muc.de>
4973         * text.texi (Special Properties): Clarify `fontified' property.
4975 2006-03-16  Richard Stallman  <rms@gnu.org>
4977         * display.texi (Defining Images): Minor cleanup.
4979 2006-03-16  Bill Wohler  <wohler@newt.com>
4981         * display.texi (Defining Images): In image-load-path-for-library,
4982         prefer user's images.
4984 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4988 2006-03-15  Bill Wohler  <wohler@newt.com>
4990         * display.texi (Defining Images): Fix example in
4991         image-load-path-for-library by not recommending that one binds
4992         image-load-path.  Just defvar it to placate compiler and only use
4993         it if previously defined.
4995 2006-03-14  Bill Wohler  <wohler@newt.com>
4997         * display.texi (Defining Images): In image-load-path-for-library,
4998         always return list of directories.  Update example.
5000 2006-03-14  Alan Mackenzie  <acm@muc.de>
5002         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5003         This describes font-lock-extend-region-function.
5004         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5005         the new node "Region to Fontify".
5007 2006-03-13  Richard Stallman  <rms@gnu.org>
5009         * display.texi (Invisible Text): The impossible position is
5010         now before the invisible text, not after.
5011         (Defining Images): Clean up last change.
5013 2006-03-11  Bill Wohler  <wohler@newt.com>
5015         * display.texi (Defining Images): Add image-load-path-for-library.
5017 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5019         * text.texi (Adaptive Fill): Fix Texinfo usage.
5021         * strings.texi (Creating Strings): Fix Texinfo usage.
5023         * searching.texi (Regexp Special): Use @samp for regular
5024         expressions that are not in Lisp syntax.
5026 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5028         * searching.texi (Regexp Special): Put remark between parentheses
5029         to avoid misreading.
5031 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
5033         * searching.texi (Syntax of Regexps): More accurately describe
5034         which characters are special in which situations.
5035         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5036         are not special.  Describe in detail when `[' and `]' are special.
5037         (Regexp Backslash): Plenty of regexps with unbalanced square
5038         brackets are valid, so reword that statement.
5040 2006-03-02  Kim F. Storm  <storm@cua.dk>
5042         * keymaps.texi (Tool Bar): Add tool-bar-border.
5044 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
5046         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
5048 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5050         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5052         * files.texi (Locating Files): Suggest additional values for the
5053         SUFFIXES arg of `locate-file'.  Update pxref.
5055         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5056         (How Programs Do Loading): Discuss the effects of Auto Compression
5057         mode on `load'.
5058         (Load Suffixes): New node.
5059         (Library Search): Delete description of `load-suffixes'; it was
5060         moved to "Load Suffixes".
5061         (Autoload, Named Features): Mention `load-suffixes'.
5063 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5065         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5067         * windows.texi (Window Tree): Fix typo.
5069 2006-02-20  Kim F. Storm  <storm@cua.dk>
5071         * display.texi (Fringe Indicators): New section.
5072         Move indicate-empty-lines, indicate-buffer-boundaries, and
5073         default-indicate-buffer-boundaries here.
5074         Add fringe-indicator-alist and default-fringes-indicator-alist.
5075         Add list of logical fringe indicator symbols.
5076         Update list of standard bitmap names.
5077         (Fringe Cursors): New section.
5078         Move overflow-newline-into-fringe here.
5079         Add fringe-cursor-alist and default-fringes-cursor-alist.
5080         Add list of fringe cursor symbols.
5082 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5084         * commands.texi (Using Interactive): Fix reference to node
5085         "Minibuffers".
5087 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5089         * minibuf.texi (High-Level Completion):
5090         Add xref to read-input-method-name.
5092         * files.texi (Relative File Names): Move file-relative-name here.
5093         (File Name Expansion): From here.  Minor clarifications.
5095         * commands.texi (Using Interactive): Add xrefs about reading input.
5096         Clarify remarks about that moving point and mark.
5097         Put string case before list case.
5099 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5101         * display.texi (Other Display Specs, Image Descriptors):
5102         Revert erroneous changes.  The previous description of
5103         image-descriptors as `(image . PROPS)' was correct.
5105 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5107         * variables.texi (File Local Variables): Clarifications.
5109 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5111         * variables.texi (File Local Variables): Use @code for a cons
5112         cell, not @var.
5114 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5116         * variables.texi (File Local Variables): Document new file local
5117         variable behavior.
5119 2006-02-10  Kim F. Storm  <storm@cua.dk>
5121         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5123 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5125         * modes.texi (%-Constructs): Remove obsolete info about
5126         `global-mode-string'.
5128 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5130         * commands.texi (Prefix Command Arguments): Minor cleanup.
5132         * display.texi: "Graphical display", not window system.
5134         * functions.texi (What Is a Function): Fix xref.
5136         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5137         (Changing Key Bindings): Clarify when remapping is better than
5138         substitute-key-definition.
5140 2006-02-02  Richard M. Stallman  <rms@gnu.org>
5142         * minibuf.texi (Basic Completion): Completion alists are risky.
5144         * keymaps.texi (Active Keymaps): Clarifications.
5145         (Searching Keymaps): New node.
5146         (Keymaps): Update menu.
5148         * frames.texi (Layout Parameters): Minor clarification.
5149         (Drag and Drop): New node.
5150         (Frames): Update menu.
5152 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
5154         * display.texi (Other Display Specs, Image Descriptors):
5155         Image description is a list, not a cons cell.
5157 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5159         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5160         list is not necessarily a list).
5162 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5164         * frames.texi (Layout Parameters): border-width and
5165         internal-border-width belong to the frame, not the window.
5167 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5169         * nonascii.texi (Translation of Characters): Search cmds use
5170         translation-table-for-input.  Automatically made local.
5172         * markers.texi (Overview of Markers): Count insertion type
5173         as one of a marker's attributes.
5175         * keymaps.texi (Controlling Active Maps): New node, split out of
5176         Active Keymaps.
5177         (Keymaps): Menu updated.
5178         (Active Keymaps): Give pseudocode to explain how the active
5179         maps are searched.  current-active-maps and key-binding moved here.
5180         (Functions for Key Lookup): current-active-maps and key-binding moved.
5181         Clarifications.
5182         (Searching the Keymaps): New subnode.
5184         * elisp.texi (Top): Menu clarification.
5186         * display.texi (Other Display Specs): Delete duplicate entry for
5187         just a string as display spec.  Move text about recursive display
5188         specs on such a string.
5190         * commands.texi (Key Sequence Input): Clarify.
5191         Move num-nonmacro-input-events out.
5192         (Reading One Event): num-nonmacro-input-events moved here.
5194 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
5196         * advice.texi (Simple Advice): Update example to fit argument
5197         change in previous-line.
5199 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5201         * markers.texi (The Mark): Fix in `mark'.
5203 2006-01-04  Richard M. Stallman  <rms@gnu.org>
5205         * processes.texi (Misc Network, Make Network): Minor cleanups.
5207 2006-01-04  Kim F. Storm  <storm@cua.dk>
5209         * processes.texi (Make Network): Add IPv6 addresses and handling.
5210         (Network Feature Testing): Mention (:family ipv6).
5211         (Misc Network): Add IPv6 formats to format-network-address.
5213 2005-12-30  Richard M. Stallman  <rms@gnu.org>
5215         * text.texi (Changing Properties):
5216         Don't use return value of set-text-properties.
5218 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5220         * modes.texi (Mode Line Format): Correct typo in menu.
5222 2005-12-29  Richard M. Stallman  <rms@gnu.org>
5224         * modes.texi (Mode Line Top): New node.
5225         (Mode Line Data): Some text moved to new node.
5226         Explain the data structure more concretely.
5227         (Mode Line Basics): Clarifications.
5228         (Mode Line Variables): Clarify intro paragraph.
5229         (%-Constructs): Clarify intro paragraph.
5230         (Mode Line Format): Update menu.
5232 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5234         * minibuf.texi (Basic Completion): Update lazy-completion-table
5235         examples for removal of ARGS argument.
5237 2005-12-23  Richard M. Stallman  <rms@gnu.org>
5239         * text.texi (Undo): Restore some explanation from the version
5240         that was deleted.
5242 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5244         * text.texi (Undo): Remove duplicate descriptions of `apply
5245         funname' and `apply delta' elements of the undo list.
5247 2005-12-20  Richard M. Stallman  <rms@gnu.org>
5249         * help.texi (Help Functions): Update documentation of `apropos'.
5251 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
5253         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5254         because it is confusing.  If the :help-echo keyword is a function,
5255         it is not directly used as the :help-echo overlay property, as the
5256         xref seems to suggest (it does not take the appropriate args).
5258 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
5260         * customize.texi (Common Keywords): Fix Texinfo usage.
5261         (Group Definitions, Variable Definitions): Update for new
5262         conventions for using `*' in docstrings.
5264         * tips.texi (Documentation Tips): Update for new conventions for
5265         using `*' in docstrings.
5267 2005-12-16  Richard M. Stallman  <rms@gnu.org>
5269         * minibuf.texi (Minibuffer Contents): Minor cleanup.
5271 2005-12-16  Juri Linkov  <juri@jurta.org>
5273         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5275 2005-12-14  Romain Francoise  <romain@orebokech.com>
5277         * modes.texi (Customizing Keywords): Rename `append' to `how'.
5278         Fix typo.
5280 2005-12-11  Juri Linkov  <juri@jurta.org>
5282         * minibuf.texi (Completion Commands): Add mention of read-file-name
5283         for filename completion keymaps.
5284         (Reading File Names): Add mention of filename completion keymaps
5285         for read-file-name and xref to `Completion Commands'.
5287 2005-12-10  Richard M. Stallman  <rms@gnu.org>
5289         * customize.texi (Common Keywords): State caveats for use of :tag.
5291 2005-12-08  Richard M. Stallman  <rms@gnu.org>
5293         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5294         with xrefs and better explanation.
5295         (Completion Commands): Add the filename completion maps.
5297         * objects.texi (Character Type): Clarify that \s is not space
5298         if a dash follows.
5300 2005-12-05  Richard M. Stallman  <rms@gnu.org>
5302         * windows.texi (Resizing Windows): Delete preserve-before args.
5304 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5306         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5307         in full keymaps, since the quirk has been fixed.
5309 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5311         * hooks.texi (Standard Hooks): Add index entries.
5312         Mention `compilation-finish-functions'.
5314 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5316         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5318 2005-11-21  Juri Linkov  <juri@jurta.org>
5320         * customize.texi (Common Keywords): Update links types
5321         custom-manual and url-link.  Add link types emacs-library-link,
5322         file-link, function-link, variable-link, custom-group-link.
5324 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5326         * display.texi: Revert 2005-11-20 change.
5328 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
5330         * processes.texi (Bindat Functions):
5331         Say "third" to refer to zero-based index "2".
5333 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
5335         * loading.texi (Library Search): Update the default value of
5336         `load-suffixes'.
5338 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5340         * display.texi (Attribute Functions): Mention :ignore-defface.
5342 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5344         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5345         (Minor Mode Conventions): Mention the use of a hook.
5347 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5349         * files.texi (Magic File Names): find-file-name-handler checks the
5350         `operations' property of the handler.
5352 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5354         * variables.texi (Frame-Local Variables): Small clarification.
5356 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5358         * os.texi (Init File): Document ~/.emacs.d/init.el.
5360 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5362         * internals.texi (Garbage Collection): Document memory-full.
5364 2005-10-28  Bill Wohler  <wohler@newt.com>
5366         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5367         for URLs.
5369 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5371         * minibuf.texi (Completion Commands): Clean up prev change.
5373 2005-10-26  Kevin Ryde  <user42@zip.com.au>
5375         * compile.texi (Eval During Compile): Explain recommended uses
5376         of eval-when-compile and eval-and-compile.
5378 2005-10-27  Masatake YAMATO  <jet@gyve.org>
5380         * minibuf.texi (Completion Commands):
5381         Write about new optional argument for `display-completion-list'.
5383 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5385         * display.texi (Overlay Arrow): Clarify about local bindings of
5386         overlay-arrow-position.
5388 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5390         * internals.texi (Building Emacs): Fix last change.
5392 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5394         * internals.texi (Building Emacs): Document eval-at-startup.
5396 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5398         * loading.texi (Where Defined): load-history contains abs file names.
5399         symbol-file returns abs file names.
5401 2005-10-19  Kim F. Storm  <storm@cua.dk>
5403         * display.texi (Showing Images): Add max-image-size integer value.
5405 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5407         * display.texi (Showing Images): Document max-image-size.
5409 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5411         * commands.texi (Quitting): Minor clarification.
5413         * processes.texi (Sentinels): Clarify about output and quitting.
5414         (Filter Functions): Mention with-local-quit.
5416 2005-10-17  Juri Linkov  <juri@jurta.org>
5418         * buffers.texi (Current Buffer):
5419         * commands.texi (Event Input Misc):
5420         * compile.texi (Eval During Compile, Compiler Errors):
5421         * customize.texi (Group Definitions):
5422         * display.texi (Progress, Defining Faces):
5423         * files.texi (Writing to Files):
5424         * modes.texi (Mode Hooks, Defining Minor Modes):
5425         * streams.texi (Output Functions):
5426         * syntax.texi (Syntax Table Functions):
5427         * text.texi (Change Hooks):
5428         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5430         * commands.texi (Quitting): Replace arg `forms' with `body' in
5431         `with-local-quit'.
5433         * positions.texi (Excursions): Replace arg `forms' with `body' in
5434         `save-excursion'.
5436 2005-10-08  Kim F. Storm  <storm@cua.dk>
5438         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5439         Rename manual section accordingly.
5441 2005-10-04  Kim F. Storm  <storm@cua.dk>
5443         * windows.texi (Window Split Tree): New section describing
5444         new function window-split-tree function.
5446 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
5448         * display.texi (Fringe Size/Pos): Simplify and add detail.
5450 2005-09-30  Romain Francoise  <romain@orebokech.com>
5452         * minibuf.texi (High-Level Completion): Explain that the prompt
5453         given to `read-buffer' should end with a colon and a space.
5454         Update usage examples.
5456 2005-09-29  Juri Linkov  <juri@jurta.org>
5458         * display.texi (Displaying Messages): Rename argument name
5459         `string' to `format-string' in functions `message', `message-box',
5460         `message-or-box'.
5462 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
5464         * errors.texi (Standard Errors): Correct xrefs.
5466 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
5468         * display.texi (Defining Images): Update documentation for
5469         `image-load-path'.
5471 2005-09-17  Richard M. Stallman  <rms@gnu.org>
5473         * display.texi (Defining Images): Clean up previous change.
5475 2005-09-16  Romain Francoise  <romain@orebokech.com>
5477         * elisp.texi: Specify GFDL version 1.2.
5479         * doclicense.texi (GNU Free Documentation License): Update to
5480         version 1.2.
5482 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
5484         * display.texi (Defining Images): Document `image-load-path'.
5486 2005-09-15  Richard M. Stallman  <rms@gnu.org>
5488         * objects.texi (Printed Representation): Minor cleanup.
5489         (Box Diagrams): Minor fix.
5490         (Cons Cell Type): Move (...) index item here.
5491         (Box Diagrams): From here.
5492         (Array Type): Minor fix.
5493         (Type Predicates): Delete index "predicates".
5494         (Hash Table Type): Clarify xref.
5495         (Dotted Pair Notation): Minor fix.
5497 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
5499         * files.texi (Saving Buffers): Fix typo.
5501 2005-09-08  Richard M. Stallman  <rms@gnu.org>
5503         * tips.texi (Programming Tips): Correct the "default" prompt spec.
5505 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
5507         * locals.texi (Standard Buffer-Local Variables): Don't include
5508         mode variables for minor modes.
5509         Fix xrefs for buffer-display-count, buffer-display-table,
5510         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5511         enable-multibyte-characters, fill-column, header-line-format,
5512         left-fringe-width, left-margin, and right-fringe-width.
5514         * hooks.texi (Standard Hooks): All hooks should conform to the
5515         standard naming convention now.
5516         Fix xref for `echo-area-clear-hook'.
5518         * display.texi (Usual Display): Note that indicate-empty-lines and
5519         tab-width are buffer-local.
5521         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5523         * modes.texi (Mode Help): Note that major-mode is buffer-local.
5525         * nonascii.texi (Encoding and I/O): Note that
5526         buffer-file-coding-system is buffer-local.
5528         * positions.texi (List Motion): Note that defun-prompt-regexp is
5529         buffer-local.
5531         * text.texi (Auto Filling): Note that auto-fill-function is
5532         buffer-local.
5533         (Undo): Note that buffer-undo-list is buffer-local.
5535         * windows.texi (Buffers and Windows):
5536         Document buffer-display-count.
5538 2005-09-06  Richard M. Stallman  <rms@gnu.org>
5540         * tips.texi (Coding Conventions): Sometimes it is ok to put the
5541         package prefix elsewhere than at the start of the name.
5543 2005-09-03  Richard M. Stallman  <rms@gnu.org>
5545         * tips.texi (Programming Tips): Add conventions for minibuffer
5546         questions and prompts.
5548 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
5550         * intro.texi (nil and t): Minor cleanup.
5551         Delete spurious mention of keyword symbols.
5552         (Evaluation Notation): Add index entry.
5553         (A Sample Function Description): Minor cleanup.
5554         (A Sample Variable Description): Not all vars can be set.
5556 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
5558         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5560         (Insertion): Document precise type of `insert-char' arg COUNT.
5562 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5564         * modes.texi (Other Font Lock Variables): Sync the default of
5565         font-lock-lines-before.
5567 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
5569         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5571 2005-08-29  Richard M. Stallman  <rms@gnu.org>
5573         * elisp.texi (Top): Update subnode menu.
5575         * searching.texi (Searching and Matching): Move node.
5576         Rearrange contents and add overall explanation.
5577         (Searching and Case): Move node.
5578         (Searching and Matching): Update menu.
5580 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5582         * os.texi (Startup Summary): Fix the description of the initial
5583         startup message display.
5585 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5587         * searching.texi (Search and Replace): Add replace-regexp-in-string.
5589 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
5591         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5592         `next-overlay-change' example.
5594 2005-08-22  Juri Linkov  <juri@jurta.org>
5596         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5597         Fix invert-face.  Fix args of face-background.
5599         * display.texi (Standard Faces): Delete node.
5600         (Faces): Add xref to `(emacs)Standard Faces'.
5601         (Displaying Faces): Fix xref to `Standard Faces'.
5603         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5605 2005-08-20  Alan Mackenzie  <acm@muc.de>
5607         * buffers.texi (The Buffer List): Clarify the manipulation of the
5608         buffer list.
5610 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5612         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5613         a regexp.
5615 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5617         * elisp.texi (Top): Update subnode lists.
5619         * display.texi (Inverse Video): Node deleted.
5621         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5622         New nodes split out of Coding Conventions.
5624         * searching.texi (Regular Expressions): Document re-builder.
5626         * os.texi (Time Parsing): New node split out of Time Conversion.
5628         * processes.texi (Misc Network, Network Feature Testing)
5629         (Network Options, Make Network): New nodes split out of
5630         Low-Level Network.
5632 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5634         * frames.texi (Geometry): New node, split from Size and Position.
5635         (Frame Parameters): Refer to Geometry.
5637         * buffers.texi (The Buffer List): Fix xrefs.
5639         * windows.texi (Splitting Windows): Fix xref.
5641         * frames.texi (Layout Parameters): Add xref.
5643         * display.texi (Line Height, Scroll Bars): Fix xrefs.
5645         * keymaps.texi (Menu Bar): Fix xref.
5647         * locals.texi (Standard Buffer-Local Variables): Fix xref.
5649         * modes.texi (%-Constructs): Fix xref.
5651         * frames.texi (Window Frame Parameters): Node split up.
5652         (Basic Parameters, Position Parameters, Size Parameters)
5653         (Layout Parameters, Buffer Parameters, Management Parameters)
5654         (Cursor Parameters, Color Parameters): New subnodes.
5656 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5658         * positions.texi (Screen Lines): Update xref for previous change
5659         in minibuf.texi.
5661         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5662         change in minibuf.texi.
5664 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5666         * tips.texi (Coding Conventions): Minor cleanup.
5668         * modes.texi (Defining Minor Modes): Explain when init-value
5669         can be non-nil.
5671         * elisp.texi (Top): Update submenu for Minibuffer.
5673         * minibuf.texi (Minibuffer Misc): Node split up.
5674         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5675         (Recursive Mini): New nodes split out from Minibuffer Misc.
5676         (Minibuffer Misc): Document max-mini-window-height.
5678         * hash.texi (Defining Hash): Delete stray paren in example.
5680         * display.texi (Echo Area Customization): Don't define
5681         max-mini-window-height here; xref instead.
5683         * commands.texi (Event Input Misc): Update while-no-input.
5685         * advice.texi (Advising Functions): Explain when to use advice
5686         and when to use a hook.
5688 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
5690         * makefile.w32-in (info): Don't run install-info.
5691         ($(infodir)/dir): New target, produced by running install-info.
5693 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
5695         * modes.texi (Defining Minor Modes): The keyword for the initial
5696         value is :init-value, not :initial-value.
5698 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
5700         * loading.texi (Autoload): Make the `doctor' example be consistent
5701         with what's in current loaddefs.el.  Describe the "fn" magic in
5702         the usage portion of the doc string.
5704 2005-07-22  Richard M. Stallman  <rms@gnu.org>
5706         * internals.texi (Garbage Collection): Clarify previous change.
5708 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5710         * internals.texi (Garbage Collection): Add gc-cons-percentage.
5712 2005-07-18  Juri Linkov  <juri@jurta.org>
5714         * commands.texi (Accessing Events):
5715         * frames.texi (Text Terminal Colors, Resources):
5716         * markers.texi (The Mark):
5717         * modes.texi (Defining Minor Modes):
5718         Delete duplicate duplicate words.
5720 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5722         * display.texi (Managing Overlays): Clarify make-overlay
5723         args for insertion types.
5725 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
5727         * customize.texi (Variable Definitions):
5728         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5729         `standard-value' is a list too.
5730         (Defining New Types): Use @key{RET} instead of @key{ret}.
5732 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5734         * os.texi (Translating Input): Fix typo.
5736 2005-07-08  Richard M. Stallman  <rms@gnu.org>
5738         * README: Update edition number and size estimate.
5740         * elisp.texi (VERSION): Set to 2.9.
5742 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5744         * book-spine.texinfo: Update Emacs version.
5746         * display.texi (Inverse Video): Delete mode-line-inverse-video.
5748 2005-07-06  Richard M. Stallman  <rms@gnu.org>
5750         * searching.texi (Regexp Search): Clarify what re-search-forward
5751         does when the search fails.
5753 2005-07-05  Lute Kamstra  <lute@gnu.org>
5755         * Update FSF's address in GPL notices.
5757         * doclicense.texi (GNU Free Documentation License):
5758         * gpl.texi (GPL):
5759         * tips.texi (Coding Conventions, Library Headers):
5760         * vol1.texi:
5761         * vol2.texi: Update FSF's address.
5763 2005-07-04  Richard M. Stallman  <rms@gnu.org>
5765         * hooks.texi (Standard Hooks): Add occur-hook.
5767 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5769         * display.texi (The Echo Area): Correct menu.
5771 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5773         * elisp.texi (Top): Update subnode menu for Display.
5775         * display.texi (Displaying Messages): New node, with most
5776         of what was in The Echo Area.
5777         (Progress): Move under The Echo Area.
5778         (Logging Messages): New node with new text.
5779         (Echo Area Customization): New node, the rest of what was
5780         in The Echo Area.  Document message-truncate-lines with @defvar.
5781         (Display): Update menu.
5783         * windows.texi (Textual Scrolling): Doc 3 values for
5784         scroll-preserve-screen-position.
5786         * text.texi (Special Properties): Change hook functions
5787         should bind inhibit-modification-hooks around altering buffer text.
5789         * keymaps.texi (Key Binding Commands): Call binding BINDING
5790         rather than DEFINITION.
5792 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5794         * variables.texi (Defining Variables): `user-variable-p' returns t
5795         for aliases of user options, nil for alias loops.
5797 2005-06-28  Richard M. Stallman  <rms@gnu.org>
5799         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5800         make-keymap.
5802 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
5804         * variables.texi (Setting Variables): Correct and clarify
5805         description of `add-to-ordered-list'.
5807 2005-06-26  Richard M. Stallman  <rms@gnu.org>
5809         * display.texi (Faces): Minor cleanup.
5811 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
5813         * display.texi (Faces): `facep' returns t for strings that are
5814         face names.
5816 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5818         * objects.texi (Equality Predicates): Clarify meaning of equal.
5820         * windows.texi (Selecting Windows): save-selected-window
5821         and with-selected-window save and restore the current buffer.
5823 2005-06-24  Richard M. Stallman  <rms@gnu.org>
5825         * numbers.texi (Float Basics): Explain how to test for NaN,
5826         and printing the sign of NaNs.
5828 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
5830         * makefile.w32-in (MAKEINFO): Use --force.
5832 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5834         * display.texi (Face Functions): Correct Texinfo usage.
5836 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5838         * lists.texi (Rings): `ring-elements' now returns the elements of
5839         RING in order.
5841 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5843         * markers.texi (The Mark): Texinfo usage fix.
5845 2005-06-23  Kim F. Storm  <storm@cua.dk>
5847         * searching.texi (Entire Match Data): Remove evaporate option for
5848         match-data.  Do not mention evaporate option for set-match-data.
5850 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
5852         * display.texi (Face Functions): Mention face aliases.
5854 2005-06-21  Richard M. Stallman  <rms@gnu.org>
5856         * anti.texi (Antinews): Texinfo usage fix.
5858 2005-06-21  Karl Berry  <karl@gnu.org>
5860         * elisp.texi: Use @copying.
5862         * elisp.texi: Put @summarycontents and @contents before the Top
5863         node, instead of the end of the file, so that the contents appear
5864         in the right place in the dvi/pdf output.
5866 2005-06-21  Juri Linkov  <juri@jurta.org>
5868         * display.texi (Defining Faces): Add `customized-face'.
5870 2005-06-20  Kim F. Storm  <storm@cua.dk>
5872         * variables.texi (Setting Variables): Any type of element can be
5873         given order in add-to-ordered-list.  Compare elements with eq.
5875         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5877 2005-06-20  Karl Berry  <karl@gnu.org>
5879         * syntax.texi (Syntax Flags): Make last column very slightly wider
5880         to avoid "generic comment" breaking on two lines and causing an
5881         underfull box.
5883 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5885         * lists.texi (Rings): Various minor clarifications and corrections.
5887 2005-06-18  Richard M. Stallman  <rms@gnu.org>
5889         * functions.texi (Obsolete Functions): Simplify.
5891         * variables.texi (Variable Aliases): Simplify.
5893         * anti.texi, backups.texi, compile.texi, customization.texi:
5894         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5895         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5896         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5897         * variables.texi: Fix formatting ugliness.
5899         * elisp.texi: Add links to Rings and Byte Packing.
5900         Update version and copyright years.
5902         * minibuf.texi: Fix formatting ugliness.
5903         (Completion Commands): Move keymap vars to the end
5904         and vars completing-read binds to the top.
5906 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
5908         * processes.texi: Fix typos.
5909         (Bindat Spec): Correct Texinfo error.
5910         (Byte Packing): Fix ungrammatical sentence.
5912 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
5914         * lists.texi (Rings): New node.
5915         (Lists): Add it to menu.
5917         * processes.texi (Byte Packing): New node.
5918         (Processes): Add it to menu.
5920 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5922         * syntax.texi (Parsing Expressions): Fix texinfo usage.
5924         * help.texi (Documentation Basics): Explain the xref to
5925         Documentation Tips.
5927         * debugging.texi (Debugger Commands): Minor fix.
5929 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
5931         * edebug.texi (Instrumenting): Eliminate duplicate link.
5932         (Specification List): Replace references to "below", referring to
5933         a later node, with one @ref to that node.
5935         * os.texi (Timers): Timers should save and restore the match data
5936         if they change it.
5938         * debugging.texi (Debugger Commands): Mention that the Lisp
5939         debugger can not step through primitive functions.
5941 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5943         * functions.texi (Obsolete Functions): Update argument names of
5944         `make-obsolete' and `define-obsolete-function-alias'.
5946         * variables.texi (Variable Aliases): Update argument names of
5947         `defvaralias', `make-obsolete-variable' and
5948         `define-obsolete-variable-alias'.
5950 2005-06-15  Kim F. Storm  <storm@cua.dk>
5952         * searching.texi (Entire Match Data): Rephrase warnings about
5953         evaporate arg to match-data and set-match-data.
5955 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
5957         * elisp.texi (Top): Update detailed menu.
5959         * edebug.texi (Edebug): Update menu.
5960         (Instrumenting): Update xrefs.
5961         (Edebug Execution Modes): Correct xref.
5962         (Jumping): Clarify description of `h' command.
5963         Eliminate redundant @ref.
5964         (Breaks): New node.
5965         (Breakpoints): Is now a subsubsection.
5966         (Global Break Condition): Mention `C-x X X'.
5967         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
5968         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5969         (Edebug Display Update): Correct pxref.
5970         (Edebug and Macros): New node.
5971         (Instrumenting Macro Calls): Is now a subsubsection.
5972         Neither arg of `def-edebug-spec' is evaluated.
5973         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5974         (Specification Examples): Fix typo.
5976 2005-06-14  Lute Kamstra  <lute@gnu.org>
5978         * debugging.texi (Function Debugging): Primitives can break on
5979         entry too.
5981 2005-06-14  Kim F. Storm  <storm@cua.dk>
5983         * variables.texi (Setting Variables): Add add-to-ordered-list.
5985 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * syntax.texi (Parsing Expressions): Document aux functions and vars of
5988         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5990 2005-06-13  Lute Kamstra  <lute@gnu.org>
5992         * text.texi (Special Properties): Fix cross reference.
5994 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5996         * debugging.texi (Function Debugging): Delete mention of empty
5997         string argument to `cancel-debug-on-entry'.  Delete inaccurate
5998         description of the return value of that command.
6000 2005-06-11  Alan Mackenzie  <acm@muc.de>
6002         * text.texi (Adaptive Fill): Amplify the description of
6003         fill-context-prefix.
6005 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6007         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6009 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6011         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6013 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6015         * debugging.texi (Error Debugging): Minor rewording.
6016         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6017         is optional.
6019 2005-06-10  Lute Kamstra  <lute@gnu.org>
6021         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6022         (Top): Give it a title.  Correct version number.  Give the
6023         detailed node listing a more prominent header.
6024         * intro.texi: Don't set VERSION here a second time.
6025         Mention Emacs's version too.
6026         * anti.texi (Antinews): Use EMACSVER to refer to the current
6027         version of Emacs.
6029 2005-06-09  Kim F. Storm  <storm@cua.dk>
6031         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6032         match-data and set-match-data.
6034 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6036         * searching.texi (Entire Match Data): Clarify when match-data
6037         returns markers and when integers.
6039         * display.texi (Defining Faces): Explain that face name should not
6040         end in `-face'.
6042         * modes.texi (Mode Line Data): Minor cleanup.
6043         (Customizing Keywords): Node split out of Search-based Fontification.
6044         Add example of using font-lock-add-keywords from a hook.
6045         Clarify when MODE should be non-nil, and when nil.
6047 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6049         * modes.texi (Mode Line Data): Explain what happens when the car
6050         of a list is a void symbol.
6051         (Search-based Fontification): Explain MODE arg to
6052         font-lock-add-keywords and warn about calls from major modes.
6054 2005-06-08  Juri Linkov  <juri@jurta.org>
6056         * display.texi (Standard Faces): Add `shadow' face.
6058 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6060         * modes.texi (Major Mode Conventions): A derived mode only needs
6061         to put the call to the parent mode inside `delay-mode-hooks'.
6063 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6065         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6066         new, and what that implies.  Clarify.
6068         * files.texi (Locating Files): Clean up the text.
6070         * frames.texi (Window Frame Parameters): Document user-size.
6071         Shorten entry for top by referring to left.
6073 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6075         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6076         is new, and what the implications are.  Other clarifications.
6078 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6080         * frames.texi (Dialog Boxes): Minor fixes.
6082 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6084         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6086 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6088         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6089         is optional.
6091 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6093         * frames.texi (Dialog Boxes): Describe new optional argument.
6095 2005-05-23  Lute Kamstra  <lute@gnu.org>
6097         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6098         syntax-begin-function over font-lock-beginning-of-syntax-function.
6100 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6102         * minibuf.texi (Reading File Names): Update description of
6103         `read-directory-name'.
6105         * modes.texi (Derived Modes): Clarify :group keyword.
6107 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6109         * files.texi (Locating Files): New subsection.
6110         Describe locate-file and executable-find.
6112 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6114         * frames.texi (Initial Parameters): Update cross reference to
6115         "Emacs Invocation".
6117 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6119         * keymaps.texi (Active Keymaps): Add anchor.
6121         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6122         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6123         appropriate place.
6124         (Derived Modes): Small clarifications.
6125         (Minor Mode Conventions, Keymaps and Minor Modes):
6126         Replace references to nodes with references to anchors.
6127         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6128         Clarify description of lists whose first element is an integer.
6129         (Mode Line Variables): Add anchor.
6130         (%-Constructs): Clarify description of integer after %.
6131         (Emulating Mode Line): Describe nil value for FACE.
6133 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6135         * modes.texi (Derived Modes): Correct references to non-existing
6136         variable standard-syntax-table.
6138 2005-05-17  Lute Kamstra  <lute@gnu.org>
6140         * modes.texi (Defining Minor Modes): Mention the mode hook.
6142 2005-05-15  Kim F. Storm  <storm@cua.dk>
6144         * processes.texi (Network): Remove open-network-stream-nowait.
6145         (Network Servers): Remove open-network-stream-server.
6147 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
6149         * elisp.texi (Top): Update detailed menu.
6151         * variables.texi: Reorder nodes.
6152         (Variables): Update menu.
6153         (File Local Variables): Do not refer to the `-*-' line as
6154         a "local variables list".  Add pxref.
6156 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6158         * elisp.texi (Top): Update detailed menu for node changes.
6160         * modes.texi (Modes): Update Menu.
6161         (Hooks): Move to beginning of chapter.
6162         Most minor modes run mode hooks too.
6163         `add-hook' can handle void hooks or hooks whose value is a single
6164         function.
6165         (Major Modes): Update Menu.
6166         (Major Mode Basics): New node, split off from `Major Modes'.
6167         (Major Mode Conventions): Correct xref.  Explain how to handle
6168         auto-mode-alist if the major mode command has an autoload cookie.
6169         (Auto Major Mode): Major update.  Add magic-mode-alist.
6170         (Derived Modes): Major update.
6171         (Mode Line Format): Update Menu.
6172         (Mode Line Basics): New node, split off from `Mode Line Format'.
6174         * loading.texi (Autoload): Mention `autoload cookie' as synonym
6175         for `magic autoload comment'.  Add index entries and anchor.
6177 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6179         * tips.texi (Coding Conventions): Explain how important it is
6180         that just loading certain files not change Emacs behavior.
6182         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6184 2005-05-12  Lute Kamstra  <lute@gnu.org>
6186         * modes.texi (Generic Modes): Update.
6187         (Major Modes): Refer to node "Generic Modes".
6189         * elisp.texi (Top): Update to the current structure of the manual.
6190         * processes.texi (Processes): Add menu description.
6191         * customize.texi (Customization): Add menu descriptions.
6193 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6195         * processes.texi (Signals to Processes)
6196         (Low-Level Network): Fix typos.
6198 2005-05-11  Lute Kamstra  <lute@gnu.org>
6200         * elisp.texi (Top): Add some nodes from the chapter "Major and
6201         Minor Modes" to the detailed node listing.
6203 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6205         * keymaps.texi (Extended Menu Items): Menu item filter functions
6206         can be called at any time.
6208 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
6210         * variables.texi (File Local Variables): `(hack-local-variables t)'
6211         now also checks whether a mode is specified in the local variables
6212         list.
6214 2005-05-05  Kevin Ryde  <user42@zip.com.au>
6216         * display.texi (The Echo Area): Correct format function cross
6217         reference.
6219 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6221         * variables.texi (Variable Aliases): Change description of
6222         `define-obsolete-variable-alias'.
6224         * functions.texi (Functions): Add "Obsolete Functions" to menu.
6225         (Defining Functions): Add xref.
6226         (Obsolete Functions): New node.
6227         (Function Safety): Standardize capitalization of section title.
6229         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6230         (Dialog Boxes): Complete description of `x-popup-dialog'.
6232 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6234         * commands.texi (Interactive Codes): Fix Texinfo usage.
6235         Document U more clearly.
6237 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6239         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6240         function and not a macro.
6242         * frames.texi (Pop-Up Menus): Correct and clarify description of
6243         `x-popup-menu'.
6244         (Dialog Boxes): Clarify description of `x-popup-dialog'.
6246 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6248         * edebug.texi (Checking Whether to Stop): Fix previous change.
6250 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6252         * display.texi: Fix typos and Texinfo usage.
6254         * edebug.texi (Checking Whether to Stop): executing-macro ->
6255         executing-kbd-macro.
6257 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6259         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6261 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6263         * files.texi (Magic File Names): Document `operations' property.
6265 2005-04-29  Lute Kamstra  <lute@gnu.org>
6267         * modes.texi (Generic Modes): New node.
6268         (Major Modes): Add it to the menu.
6269         (Derived Modes): Add "derived mode" to concept index.
6271 2005-04-28  Lute Kamstra  <lute@gnu.org>
6273         * modes.texi (Defining Minor Modes): Fix previous change.
6274         (Font Lock Mode): Simplify.
6275         (Font Lock Basics): Say that font-lock-defaults is buffer-local
6276         when set and that some parts are optional.  Add cross references.
6277         (Search-based Fontification): Say how to specify font-lock-keywords.
6278         Add cross references.  Add font-lock-multiline to index.
6279         Move font-lock-keywords-case-fold-search here from node "Other Font
6280         Lock Variables".  Document font-lock-add-keywords and
6281         font-lock-remove-keywords.
6282         (Other Font Lock Variables): Move font-lock-keywords-only,
6283         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6284         and font-lock-syntactic-face-function to node "Syntactic Font
6285         Lock".  Move font-lock-keywords-case-fold-search to node
6286         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
6287         and font-lock-{,un}fontify-{buffer,region}-function.
6288         (Precalculated Fontification): Remove reference to deleted variable
6289         font-lock-core-only.
6290         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6291         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
6292         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6293         and font-lock-syntactic-face-function here from node "Other Font
6294         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
6295         Syntax Properties".  Add cross references.
6296         (Setting Syntax Properties): New node.
6297         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6298         * syntax.texi (Syntax Properties): Add cross reference.
6299         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6301 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6303         * display.texi (Defining Faces):
6304         Document `default' elements of defface spec.
6306         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6308         * variables.texi (Variable Aliases): Clarify text.
6310 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
6312         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6314 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6316         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6318 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6320         * syntax.texi (Syntax Table Internals): Elaborate documentation of
6321         syntax-after and syntax-class.
6323         * files.texi (Changing Files): Fix last change's cross-reference.
6324         (Unique File Names): Don't mention "numbers" in the documentation
6325         of make-temp-file and make-temp-name.
6327 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6329         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6331 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6333         * windows.texi (Cyclic Window Ordering): Clarify window-list.
6335 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6337         * variables.texi (Variable Aliases): Describe make-obsolete-variable
6338         and define-obsolete-variable-alias.
6340 2005-04-22  Kim F. Storm  <storm@cua.dk>
6342         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6343         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6345 2005-04-21  Lute Kamstra  <lute@gnu.org>
6347         * lists.texi (Association Lists): Document rassq-delete-all.
6349 2005-04-19  Richard M. Stallman  <rms@gnu.org>
6351         * modes.texi (Search-based Fontification): Explain that
6352         facespec is an expression to be evaluated.
6354 2005-04-19  Kevin Ryde  <user42@zip.com.au>
6356         * streams.texi (Output Functions): Fix xref.
6357         * strings.texi (String Conversion): Fix xref.
6359 2005-04-19  Kim F. Storm  <storm@cua.dk>
6361         * symbols.texi (Symbol Plists): Add safe-get.
6362         Mention that `get' may signal an error.
6364 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6366         * customize.texi (Variable Definitions): Replace tooltip-mode
6367         example with save-place.
6369 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6371         * buffers.texi (Indirect Buffers): Clarify.
6373         * positions.texi (Positions): Clarify converting marker to integer.
6375         * strings.texi (String Basics): Mention string-match; clarify.
6377 2005-04-08  Lute Kamstra  <lute@gnu.org>
6379         * modes.texi (Search-based Fontification): Fix cross references.
6380         Use consistent terminology.  Document anchored highlighting.
6382 2005-04-05  Lute Kamstra  <lute@gnu.org>
6384         * modes.texi (Defining Minor Modes): Document :group keyword
6385         argument and its default value.
6387 2005-04-03  Lute Kamstra  <lute@gnu.org>
6389         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
6390         references and/or descriptions.  Delete major mode hooks; mention
6391         them as a category instead.  Rename or delete obsolete hooks.
6393 2005-04-02  Richard M. Stallman  <rms@gnu.org>
6395         * nonascii.texi (Coding System Basics): Another wording cleanup.
6397 2005-04-01  Richard M. Stallman  <rms@gnu.org>
6399         * nonascii.texi (Coding System Basics): Clarify previous change.
6401 2005-04-01  Kenichi Handa  <handa@m17n.org>
6403         * nonascii.texi (Coding System Basics): Describe about roundtrip
6404         identity of coding systems.
6406 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6408         * text.texi (Buffer Contents): Add filter-buffer-substring and
6409         buffer-substring-filters.
6411 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
6413         * anti.texi (Antinews): Mention `G' interactive code.
6415         * tips.texi (Compilation Tips): Mention benchmark.el.
6417 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6419         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6420         is now bound to M-o M-o.
6422         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6424 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6426         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6427         in the Emacs Manual).
6428         * Makefile.in (srcs): Remove calendar.texi.
6429         * makefile.w32-in (srcs): Remove calendar.texi.
6430         * display.texi (Display): Change name of next node.
6431         * os.texi (System In): Change name of previous node.
6432         * elisp.texi (Top): Remove Calendar references.
6433         * vol1.texi (Top): Remove Calendar references.
6434         * vol2.texi (Top): Remove Calendar references.
6436 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6438         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6439         Cleanup previous change.
6441 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
6443         * display.texi (Face Attributes): Faces earlier in an :inherit
6444         list take precedence.
6445         (Scroll Bars): Fix description of vertical-scroll-bars.
6446         Document frame-current-scroll-bars and window-current-scroll-bars.
6448         * markers.texi (The Mark): Document temporary Transient Mark mode.
6450         * minibuf.texi (Reading File Names):
6451         Document read-file-name-completion-ignore-case.
6453         * positions.texi (Screen Lines): Document nil for width argument
6454         to compute-motion.
6456 2005-03-23  Kim F. Storm  <storm@cua.dk>
6458         * display.texi (Standard Faces): Other faces used in the fringe
6459         implicitly inherits from the fringe face.
6460         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6461         properties implicitly inherits from fringe face.
6462         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6464 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
6466         * display.texi (Invisible Text): State default value of
6467         line-move-ignore-invisible.
6468         (Managing Overlays): Document remove-overlays.
6469         (Standard Faces): Document escape-glyph face.
6471         * minibuf.texi (Reading File Names): Document read-file-name-function.
6473         * modes.texi (Other Font Lock Variables):
6474         Document font-lock-lines-before.
6476         * positions.texi (Skipping Characters): skip-chars-forward allows
6477         character classes.
6479 2005-03-18  Lute Kamstra  <lute@gnu.org>
6481         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6483 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6485         * text.texi (Undo): Document extensible undo entries.
6487         * searching.texi (String Search, Regexp Search): Cleanups.
6489         * nonascii.texi (Character Codes): Minor fix.
6491         * display.texi (Display Property): Explain the significance
6492         of having text properties that are eq.
6493         (Other Display Specs): Explain string as display spec.
6495         * commands.texi (Interactive Codes): Document G option.
6497 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
6499         * text.texi (Filling): Add sentence-end-without-period and
6500         sentence-end-without-space.
6501         (Changing Properties): Minor fix.
6503         * anti.texi: Total rewrite.
6505 2005-03-15  Lute Kamstra  <lute@gnu.org>
6507         * edebug.texi (Instrumenting Macro Calls): Fix typos.
6509 2005-03-08  Kim F. Storm  <storm@cua.dk>
6511         * display.texi (Specified Space): Property :width is support on
6512         non-graphic terminals, :height is not.
6514 2005-03-07  Richard M. Stallman  <rms@gnu.org>
6516         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6517         Now subnodes of Fringes.
6518         (Overlay Arrow): Document overlay-arrow-variable-list.
6519         (Fringe Size/Pos): New node, broken out of Fringes.
6520         (Display): Explain clearing vs redisplay better.
6521         (Truncation): Clarify use of bitmaps.
6522         (The Echo Area): Clarify the uses of the echo area.
6523         Add max-mini-window-height.
6524         (Progress): Clarify.
6525         (Invisible Text): Explain that main loop moves point out.
6526         (Selective Display): Say "hidden", not "invisible".
6527         (Managing Overlays): Move up.  Describe relation to Undo here.
6528         (Overlay Properties): Clarify intro.
6529         (Finding Overlays): Explain return values when nothing found.
6530         (Width): truncate-string-to-width has added arg.
6531         (Displaying Faces): Clarify and update mode line face handling.
6532         (Face Functions): Minor cleanup.
6533         (Conditional Display): Merge into Other Display Specs.
6534         (Pixel Specification, Other Display Specs): Minor cleanups.
6535         (Images, Image Descriptors): Minor cleanups.
6536         (GIF Images): Patents have expired.
6537         (Showing Images): Explain default text for insert-image.
6538         (Manipulating Button Types): Merge into Manipulating Buttons.
6539         (Making Buttons): Explain return values.
6540         (Button Buffer Commands): Add xref.
6541         (Inverse Video): Update mode-line-inverse-video.
6542         (Display Table Format): Clarify.
6543         (Active Display Table): Give defaults for window-display-table.
6545         * calendar.texi (Calendar Customizing): calendar-holiday-marker
6546         and calendar-today-marker are strings, not chars.
6547         (Holiday Customizing): Minor fix.
6549         * internals.texi (Writing Emacs Primitives): Update `or' example.
6550         Update limit on # args of subr.
6552         * edebug.texi (Using Edebug): Arrow is in fringe.
6553         (Instrumenting): Arg to eval-defun works without loading edebug.
6554         (Edebug Execution Modes): Add xref.
6556         * customize.texi (Common Keywords): Clarify :require.
6557         Mention :version here.
6558         (Variable Definitions, Group Definitions): Not here.
6559         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6561 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
6562         * nonascii.texi (Text Representations): Clarify position-bytes.
6563         (Character Sets): Add list-charset-chars.
6564         (Scanning Charsets): Add charset-after.
6565         (Encoding and I/O): Minor fix.
6567 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6569         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6570         (Resizing Windows): Likewise.
6572         * text.texi (Change Hooks): Get rid of "Emacs 21".
6574         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6576         * streams.texi (Output Variables): Get rid of "Emacs 21".
6578         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6580         * os.texi (Translating Input): Replace flow-control example
6581         with a less obsolete example that uses `keyboard-translate'.
6583         * objects.texi (Hash Table Type, Circular Objects):
6584         Get rid of "Emacs 21".
6586         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6587         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6589         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6591         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6593         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6594         (Menu Bar): Fix when menu-bar-update-hook is called.
6596         * hash.texi (Hash Tables): Get rid of "Emacs 21".
6598         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6599         and make it read better.
6601         * files.texi (Writing to Files): Get rid of "Emacs 21".
6602         (Unique File Names): Likewise.
6604         * elisp.texi: Update Emacs version to 22.
6606         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6607         (Overlay Properties, Face Attributes): Likewise.
6608         (Managing Overlays): Fix punctuation.
6609         (Attribute Functions): Clarify set-face-font; get rid of
6610         info about old Emacs versions.
6611         (Auto Faces, Font Lookup, Display Property, Images):
6612         Get rid of "Emacs 21".
6614         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6616 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6618         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6620 2005-03-04  Lute Kamstra  <lute@gnu.org>
6622         * debugging.texi (Error Debugging): Document stack-trace-on-error.
6624 2005-03-03  Lute Kamstra  <lute@gnu.org>
6626         * edebug.texi (Instrumenting Macro Calls): Fix typo.
6628 2005-03-01  Lute Kamstra  <lute@gnu.org>
6630         * debugging.texi (Debugger Commands): Update `j'.
6632 2005-02-28  Lute Kamstra  <lute@gnu.org>
6634         * debugging.texi (Debugging): Fix typo.
6635         (Error Debugging): Document eval-expression-debug-on-error.
6636         (Function Debugging): Update example.
6637         (Using Debugger): Mention starred stack frames.
6638         (Debugger Commands): Document `j' and `l'.
6639         (Invoking the Debugger): `d' and `j' exit recursive edit too.
6640         Update the messages that the debugger displays.
6641         (Internals of Debugger): Add cross reference.  Update example.
6642         (Excess Open): Minor improvement.
6643         (Excess Close): Minor improvement.
6645 2005-02-26  Richard M. Stallman  <rms@gnu.org>
6647         * tips.texi (Coding Conventions): Clarify.
6648         Put all the major mode key reservations together.
6649         Mention the Mouse-1 => Mouse-2 conventions.
6651         * syntax.texi (Syntax Class Table): Clarify.
6652         (Syntax Table Functions): syntax-after moved from here.
6653         (Syntax Table Internals): syntax-after moved to here.
6654         (Parsing Expressions): Update info on number of values
6655         and what's meaningful in the STATE argument.
6656         (Categories): Fix typo.
6658         * sequences.texi (Arrays): Cleanup.
6659         (Char-Tables): Clarify.
6661         * processes.texi (Deleting Processes): Cleanups, add xref.
6662         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
6663         (Process Information): set-process-coding-system, some args optional.
6664         (Input to Processes): Explain various types for PROCESS args.
6665         Rename them from PROCESS-NAME to PROCESS.
6666         (Signals to Processes): Likewise.
6667         (Decoding Output): Cleanup.
6668         (Query Before Exit): Clarify.
6670         * os.texi (Startup Summary): Correct the options; add missing ones.
6671         (Terminal Output, Batch Mode): Clarify.
6672         (Flow Control): Node deleted.
6674         * markers.texi (The Mark): Clarify.
6676         * macros.texi (Expansion): Cleanup.
6677         (Indenting Macros): indent-spec allows ints, not floats.
6679         * keymaps.texi (Keymaps): Clarify.
6680         (Format of Keymaps): Update lisp-mode-map example.
6681         (Active Keymaps, Key Lookup): Clarify.
6682         (Changing Key Bindings): Add xref to `kbd'.
6683         (Key Binding Commands, Simple Menu Items): Clarify.
6684         (Mouse Menus, Menu Bar): Clarify.
6685         (Menu Example): Replace print example with menu-bar-replace-menu.
6687         * help.texi (Documentation Basics): Add function-documentation prop.
6689         * elisp.texi (Top): Don't refer to Flow Control node.
6691         * commands.texi (Command Overview): Improve xrefs.
6692         (Adjusting Point): Adjusting point applies to intangible and invis.
6693         (Key Sequence Input): Doc extra read-key-sequence args.
6694         Likewise for read-key-sequence-vector.
6696         * backups.texi (Rename or Copy): Minor fix.
6697         (Numbered Backups): For version-control, say the default.
6698         (Auto-Saving): make-auto-save-file-name example is simplified.
6700         * advice.texi (Advising Functions): Don't imply one part of Emacs
6701         should advise another part.  Markup changes.
6702         (Defining Advice): Move transitional para.
6703         (Activation of Advice): Cleanup.
6704         Explain if COMPILE is nil or negative.
6706         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6708 2005-02-24  Lute Kamstra  <lute@gnu.org>
6710         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6711         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6713 2005-02-23  Lute Kamstra  <lute@gnu.org>
6715         * modes.texi (Defining Minor Modes): define-minor-mode can be used
6716         to define global minor modes as well.
6718         * display.texi (Managing Overlays): overlay-buffer returns nil for
6719         deleted overlays.
6721 2005-02-22  Kim F. Storm  <storm@cua.dk>
6723         * minibuf.texi (Basic Completion): Allow symbols in addition to
6724         strings in try-completion and all-completions.
6726 2005-02-14  Lute Kamstra  <lute@gnu.org>
6728         * elisp.texi (Top): Remove reference to deleted node.
6730         * lists.texi (Lists): Remove reference to deleted node.
6731         (Cons Cells): Fix typo.
6733         * loading.texi (Where Defined): Fix typo.
6735 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6737         * variables.texi (Creating Buffer-Local): change-major-mode-hook
6738         is useful for discarding some minor modes.
6740         * symbols.texi (Symbol Components): Reorder examples.
6742         * streams.texi (Input Functions): State standard-input default.
6743         (Output Variables): State standard-output default.
6745         * objects.texi (Printed Representation): Clarify read syntax vs print.
6746         (Floating Point Type): Explain meaning better.
6747         (Symbol Type): Explain uniqueness better.
6748         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
6749         List examples sooner.
6750         (Box Diagrams): New subnode broken out.
6751         Some examples moved from old Lists as Boxes node.
6752         (Dotted Pair Notation): Clarify intro.
6753         (Array Type): Clarify.
6754         (Type Predicates): Add hash-table-p.
6756         * numbers.texi (Integer Basics): Clarify radix explanation.
6757         (Predicates on Numbers): Minor clarification.
6758         (Comparison of Numbers): Minor clarification.  Clarify eql.
6759         Typos in min, max.
6760         (Math Functions): Clarify overflow in expt.
6762         * minibuf.texi (Text from Minibuffer): Minor clarification.
6763         Mention arrow keys.
6765         * loading.texi (Autoload): defun's doc string overrides autoload's
6766         doc string.
6767         (Repeated Loading): Modernize "add to list" examples.
6768         (Where Defined): Finish updating table of load-history elts.
6770         * lists.texi (List-related Predicates): Minor wording improvement.
6771         (Lists as Boxes): Node deleted.
6772         (Building Lists): Explain trivial cases of number-sequence.
6774         * hash.texi (Hash Tables): Add desc to menu items.
6775         (Creating Hash): Explain "full" means "make larger".
6776         (Hash Access): Any object can be a key.
6777         State value of maphash.
6779         * functions.texi (What Is a Function): Wording cleanup.
6780         (Function Documentation): Minor cleanup.
6781         Explain purpose of calling convention at end of doc string.
6782         (Function Names): Wording cleanup.
6783         (Calling Functions): Wording cleanup.
6784         Explain better how funcall calls the function.
6785         (Function Cells): Delete example of saving and redefining function.
6787         * control.texi (Combining Conditions): Wording cleanup.
6788         (Iteration): dolist and dotimes bind VAR locally.
6789         (Cleanups): Xref to Atomic Changes.
6791         * compile.texi (Byte Compilation): Delete 19.29 info.
6792         (Compilation Functions): Macros' difficulties don't affect defsubst.
6793         (Docs and Compilation): Delete 19.29 info.
6795 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6797         * objects.texi (Symbol Type): Minor correction.
6799 2005-02-06  Lute Kamstra  <lute@gnu.org>
6801         * modes.texi (Example Major Modes): Fix typos.
6803 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6805         * text.texi (Margins): fill-nobreak-predicate can be one function.
6807         * strings.texi (Modifying Strings): clear-string can make unibyte.
6808         (Formatting Strings): format gives error if values missing.
6810         * positions.texi (Character Motion): Mention default arg
6811         for forward-char.  backward-char refers to forward-char.
6812         (Word Motion): Mention default arg for forward-word.
6813         (Buffer End Motion): Mention default arg for beginning-of-buffer.
6814         Simplify end-of-buffer.
6815         (Text Lines): Mention default arg for forward-line.
6816         (List Motion): Mention default arg for beginning/end-of-defun.
6817         (Skipping Characters): Minor fixes in explaining character-set.
6819         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6820         Mode inheritance applies only when default-major-mode is nil.
6821         Clarifications.
6822         (Example Major Modes): Update Text mode and Lisp mode examples.
6823         (Minor Mode Conventions): Mention define-minor-mode at top.
6824         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6825         (Mode Line Format): Update mode line face display info.
6826         (Properties in Mode): Mention effect of risky vars.
6827         (Imenu): Define imenu-add-to-menubar.
6828         (Font Lock Mode): Add descriptions to menu lines.
6829         (Faces for Font Lock): Add font-lock-doc-face.
6831 2005-02-05  Lute Kamstra  <lute@gnu.org>
6833         * text.texi (Maintaining Undo): Remove obsolete function.
6835 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6837         * frames.texi (Color Names): Add pointer to the X docs about RGB
6838         color specifications.  Improve indexing.
6839         (Text Terminal Colors): Replace the description of RGB values by
6840         an xref to "Color Names".
6842 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6844         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6845         Clarify.
6846         (Selecting Windows): Clarify save-selected-window.
6847         (Cyclic Window Ordering): Clarify walk-windows.
6848         (Window Point): Clarify.
6849         (Window Start): Add comment to example.
6850         (Resizing Windows): Add `interactive' specs in examples.
6851         Document fit-window-to-buffer.
6853         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6854         (Undo, Maintaining Undo): Clarify last change.
6855         (Sorting): In sort-numeric-fields, explain about octal and hex.
6856         Mention sort-numeric-base.
6857         (Format Properties): Add xref for hard newlines.
6859         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6860         (Pop-Up Menus): Fix typo.
6861         (Color Names): Explain all types of color names.
6862         Explain color-values on B&W terminal.
6863         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
6865         * files.texi (File Locks): Not supported on MS systems.
6866         (Testing Accessibility): Clarify.
6868         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6869         (Coverage Testing): Fix typo.
6871         * commands.texi (Misc Events): Remove stray space.
6873         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6874         (Modification Time): Clarify when visited-file-modtime returns 0.
6875         (The Buffer List): Clarify bury-buffer.
6876         (Killing Buffers): Clarify.
6877         (Indirect Buffers): Add clone-indirect-buffer.
6879 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
6881         * edebug.texi (Printing in Edebug): Fix default value of
6882         edebug-print-circle.
6883         (Coverage Testing): Fix displayed frequency count data.
6885 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6887         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6889 2005-02-02  Kim F. Storm  <storm@cua.dk>
6891         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6893 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
6895         * commands.texi (Misc Events): Describe the help-echo event.
6897         * text.texi (Special Properties) <help-echo>: Use `pos'
6898         consistently in description of the help-echo property.
6899         Use @code{nil} instead of @var{nil}.
6901         * display.texi (Overlay Properties): Fix the index entry for
6902         help-echo overlay property.
6904         * customize.texi (Type Keywords): Uncomment the xref to the
6905         help-echo property documentation.
6907 2005-01-23  Kim F. Storm  <storm@cua.dk>
6909         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6910         return value.  Third element FULLY replaced by PARTIAL which
6911         specifies number of invisible pixels if row is only partially visible.
6912         (Textual Scrolling): Mention auto-window-vscroll.
6913         (Vertical Scrolling): New defvar auto-window-vscroll.
6915 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6917         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6918         command remapping.
6920 2005-01-15  Richard M. Stallman  <rms@gnu.org>
6922         * display.texi (Defining Images): Mention DATA-P arg of create-image.
6924 2005-01-14  Kim F. Storm  <storm@cua.dk>
6926         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6928         * text.texi (Links and Mouse-1): Fix string and vector item.
6930 2005-01-13  Richard M. Stallman  <rms@gnu.org>
6932         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6933         descriptions of overriding-local-map and overriding-terminal-local-map.
6935         * text.texi (Links and Mouse-1): Clarify text.
6937 2005-01-13  Kim F. Storm  <storm@cua.dk>
6939         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6941 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6943         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6945 2005-01-12  Kim F. Storm  <storm@cua.dk>
6947         * text.texi (Links and Mouse-1): Rename section from Enabling
6948         Mouse-1 to Following Links.  Change xrefs.
6949         Add examples for define-button-type and define-widget.
6951         * display.texi (Button Properties, Button Buffer Commands):
6952         Clarify mouse-1 and follow-link functionality.
6954 2005-01-12  Richard M. Stallman  <rms@gnu.org>
6956         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6958         * display.texi (Beeping): Fix Texinfo usage.
6960         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6962 2005-01-11  Kim F. Storm  <storm@cua.dk>
6964         * display.texi (Button Properties, Button Buffer Commands):
6965         Mention mouse-1 binding.  Add follow-link keyword.
6967         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6968         (Enabling Mouse-1 to Follow Links): New subsection.
6970 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6972         * text.texi (Special Properties): Minor change.
6974         * os.texi (Timers): Clarify previous change.
6976         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6978 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
6980         * display.texi (Face Attributes): Correct xref to renamed node.
6982 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6984         * display.texi (Face Attributes): Describe hex color specs.
6986 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6988         * os.texi (Timers): Update previous change.
6990 2004-12-30  Kim F. Storm  <storm@cua.dk>
6992         * display.texi (Line Height): Total line-height is now specified
6993         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
6994         in cons cells.  (nil . RATIO) is relative to actual line height.
6995         Use line-height `t' instead of `0' to get minimum height.
6997 2004-12-29  Richard M. Stallman  <rms@gnu.org>
6999         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7001 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7003         * commands.texi (Quitting): Clarify value of with-local-quit.
7005         * elisp.texi (Top): Fix previous change.
7007         * loading.texi (Loading): Fix previous change.
7009 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7011         * Makefile.in (MAKEINFO): Specify --force.
7013         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7015         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7017         * display.texi (Line Height): Further clarify.
7019         * elisp.texi (Top): Update Loading submenu.
7021         * loading.texi (Where Defined): New node.
7022         (Unloading): load-history moved to Where Defined.
7024 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7026         * commands.texi (Event Input Misc): Add while-no-input.
7028 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7030         * display.texi (Line Height): Rewrite text for clarity.
7032 2004-12-11  Kim F. Storm  <storm@cua.dk>
7034         * display.texi (Display): Add node "Line Height" to menu.
7035         (Line Height): New node.  Move full description of line-spacing
7036         and line-height text properties here from text.texi.
7037         (Scroll Bars): Add vertical-scroll-bar variable.
7039         * frames.texi (Window Frame Parameters): Remove line-height defvar.
7041         * locals.texi (Standard Buffer-Local Variables): Fix xref for
7042         line-spacing and vertical-scroll-bar.
7044         * text.texi (Special Properties): Just mention line-spacing and
7045         line-height here, add xref to new "Line Height" node.
7047 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
7049         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7051         * locals.texi (Standard Buffer-Local Variables):
7052         Add @xref for `line-spacing'.
7054 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7056         * Makefile.in (maintainer-clean): Remove the info files
7057         in $(infodir) where they are created.
7059 2004-12-03  Richard M. Stallman  <rms@gnu.org>
7061         * windows.texi (Selecting Windows): get-lru-window and
7062         get-largest-window don't consider dedicated windows.
7064         * text.texi (Undo): Document undo-in-progress.
7066 2004-11-26  Richard M. Stallman  <rms@gnu.org>
7068         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7069         Remove a few vars that are not always buffer-local.
7071 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7073         * locals.texi (Standard Buffer-Local Variables): Comment out
7074         xref's to non-existent node `Yet to be written'.
7076 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7078         * processes.texi (Synchronous Processes): Grammar fix.
7080         * numbers.texi (Comparison of Numbers): Add eql.
7082         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7084         * intro.texi (Printing Notation): Fix previous change.
7086         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7087         and default-indicate-buffer-boundaries from here.
7088         (Usual Display): To here.
7089         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7090         (Usual Display): Move tab-width up.
7092         * customize.texi (Variable Definitions):
7093         Replace show-paren-mode example with tooltip-mode.
7094         (Simple Types, Composite Types, Defining New Types):
7095         Minor cleanups.
7097 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7099         * processes.texi (Synchronous Processes, Output from Processes):
7100         Markup fix.
7102 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7104         * positions.texi (Skipping Characters): skip-chars-forward
7105         now handles char classes.
7107         * intro.texi (Printing Notation): Avoid confusion of `print'
7108         when explaining @print.
7110         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7112         * display.texi (Display Table Format): Minor fix.
7114         * streams.texi (Output Functions): Fix print example.
7116         * Makefile.in (elisp): New target.
7117         (dist): Depend on $(infodir)/elisp, not elisp.
7118         Copy the info files from $(infodir).
7120         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7121         read-from-minibuffer.
7123         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7125 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7127         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7129 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7131         * tips.texi (Coding Conventions): Fix typo.
7133 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7135         * tips.texi (Coding Conventions): Separate defvar and require
7136         methods to avoid warnings.  Use require only when there are many
7137         functions and variables from that package.
7139         * minibuf.texi (Minibuffer Completion): When ignoring case,
7140         predicate must not be case-sensitive.
7142         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7143         (Test Coverage): Don't talk about "splotches".  Clarified.
7145 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
7147         * frames.texi (Window Frame Parameters): Fix typo.
7149 2004-11-15  Kim F. Storm  <storm@cua.dk>
7151         * symbols.texi (Other Plists): Note that plist-get may signal error.
7152         Add safe-plist-get.
7154 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7156         * modes.texi (Font Lock Basics): Fix typo.
7158 2004-11-08  Richard M. Stallman  <rms@gnu.org>
7160         * syntax.texi (Syntax Table Functions): Add syntax-after.
7162 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7164         * os.texi (Processor Run Time): New section documenting
7165         get-internal-run-time.
7167 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7169         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7170         it nukes elisp-cover.texi.
7171         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7172         elisp-0 etc.
7174 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7176         * commands.texi (Keyboard Macros): Document `append' return value
7177         of `defining-kbd-macro'.
7179 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7181         * commands.texi (Interactive Call): Add called-interactively-p.
7183 2004-10-29  Simon Josefsson  <jas@extundo.com>
7185         * minibuf.texi (Reading a Password): Revert.
7187 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7189         * frames.texi (Display Feature Testing): Explain about "vendor".
7191 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7193         * commands.texi (Interactive Codes): `N' uses numeric prefix,
7194         not raw.  Clarify `n'.
7195         (Interactive Call): Rewrite interactive-p, focusing on when
7196         and how to use it.
7197         (Misc Events): Clarify previous change.
7199         * advice.texi (Simple Advice): Clarify what job the example does.
7200         (Around-Advice): Clarify ad-do-it.
7201         (Activation of Advice): An option of ad-default-compilation-action
7202         is `never', not `nil'.
7204 2004-10-26  Kim F. Storm  <storm@cua.dk>
7206         * commands.texi (Interactive Codes): Add U code letter.
7208 2004-10-25  Simon Josefsson  <jas@extundo.com>
7210         * minibuf.texi (Reading a Password): Add.
7212 2004-10-24  Jason Rumney  <jasonr@gnu.org>
7214         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
7215         and wheel-down.
7217 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
7219         * processes.texi (Synchronous Processes): Document process-file.
7221 2004-10-22  Kenichi Handa  <handa@m17n.org>
7223         * text.texi (translate-region): Document that it accepts also a
7224         char-table.
7226 2004-10-22  David Ponce  <david@dponce.com>
7228         * windows.texi (Resizing Windows): Document the `preserve-before'
7229         argument of the functions `enlarge-window' and `shrink-window'.
7231 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7233         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7235 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7237         * text.texi (Filling): Add anchor for definition of
7238         `sentence-end-double-space'.
7240         * searching.texi (Regexp Example): Update description of how
7241         Emacs currently recognizes the end of a sentence.
7242         (Standard Regexps): Update definition of the variable
7243         `sentence-end'.  Add definition of the function `sentence-end'.
7245 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7247         * display.texi (Progress): New node.
7249 2004-10-05  Kim F. Storm  <storm@cua.dk>
7251         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7253 2004-09-29  Kim F. Storm  <storm@cua.dk>
7255         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7256         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
7257         fringe bitmap symbols, as they now have their own namespace.
7258         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7259         vs. pixels.  Signal error if no free bitmap slots.
7260         (Pixel Specification): Change IMAGE to @var{image}.
7262 2004-09-28  Richard M. Stallman  <rms@gnu.org>
7264         * text.texi (Special Properties): Clarify line-spacing and line-height.
7266         * searching.texi (Regexp Search): Add looking-back.
7268 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
7270         * display.texi: Correct typos.
7271         (Image Descriptors): Correct xref's.
7273 2004-09-25  Richard M. Stallman  <rms@gnu.org>
7275         * text.texi (Special Properties): Cleanups in `cursor'.
7276         Rewrites in `line-height' and `line-spacing'; exchange them.
7278         * display.texi (Fringes): Rewrite previous change.
7279         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
7280         (Display Fringe Bitmaps): Node deleted, text moved.
7281         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
7282         (Scroll Bars): Clarify set-window-scroll-bars.
7283         (Pointer Shape): Rewrite.
7284         (Specified Space): Clarify :align-to, etc.
7285         (Pixel Specification): Use @var.  Clarify new text.
7286         (Other Display Specs): Clarify `slice'.
7287         (Image Descriptors): Cleanups.
7288         (Showing Images): Cleanups.
7290 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
7292         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7294         * modes.texi: Various minor changes in addition to:
7295         (Major Mode Conventions): Final call to `run-mode-hooks' should
7296         not be inside the `delay-mode-hooks' form.
7297         (Mode Hooks): New node.
7298         (Hooks): Delete obsolete example.
7299         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7300         node "Mode Hooks".
7302 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
7304         * display.texi: Correct various typos.
7305         (Display): Rename node "Pointer Shapes" to "Pointer
7306         Shape".  (There is already a node called "Pointer Shapes" in
7307         frames.texi.)
7308         (Images): Remove non-existent node "Image Slices" from menu.
7310 2004-09-23  Kim F. Storm  <storm@cua.dk>
7312         * text.texi (Special Properties): Add `cursor', `pointer',
7313         `line-height', and `line-spacing' properties.
7315         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7316         Shapes' to menu.
7317         (Standard Faces): Doc fix for fringe face.
7318         (Fringes): Add `overflow-newline-into-fringe' and
7319         'indicate-buffer-boundaries'.
7320         (Fringe Bitmaps, Pointer Shapes): New nodes.
7321         (Display Property): Add 'Pixel Specification' and 'Display Fringe
7322         Bitmaps' to menu.
7323         (Specified Space): Describe pixel width and height.
7324         (Pixel Specification): New node.
7325         (Other Display Specs): Add `slice' property.
7326         (Display Fringe Bitmaps): New node.
7327         (Images): Add 'Image Slices' to menu.
7328         (Image Descriptors): Add `:pointer' and `:map' properties.
7329         (Showing Images): Add slice arg to `insert-image'.
7330         Add 'insert-sliced-image'.
7332 2004-09-20  Richard M. Stallman  <rms@gnu.org>
7334         * commands.texi (Key Sequence Input):
7335         Clarify downcasing in read-key-sequence.
7337 2004-09-08  Juri Linkov  <juri@jurta.org>
7339         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7341 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7343         * locals.texi (Standard Buffer-Local Variables):
7344         Add `buffer-auto-save-file-format'.
7345         * internals.texi (Buffer Internals): Describe new
7346         auto_save_file_format field of the buffer structure.
7347         * files.texi (Format Conversion): `auto-save-file-format' has been
7348         renamed `buffer-auto-save-file-format'.
7350 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
7352         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7353         an integer or a marker.
7354         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7356 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7358         * modes.texi (Major Mode Conventions): Discuss rebinding of
7359         standard key bindings.
7361 2004-08-18  Kim F. Storm  <storm@cua.dk>
7363         * processes.texi (Accepting Output): Add `just-this-one' arg to
7364         `accept-process-output'.
7365         (Output from Processes): New var `process-adaptive-read-buffering'.
7367 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7369         * keymaps.texi: Various changes in addition to:
7370         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7371         Give more varied examples for `kbd'.
7372         (Creating Keymaps): Char tables have slots for all characters
7373         without modifiers.
7374         (Active Keymaps): `overriding-local-map' and
7375         `overriding-terminal-local-map' also override text property and
7376         overlay keymaps.
7377         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7378         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7379         to denote a prefix of no events.
7380         `map-keymap' includes parent's bindings _recursively_.
7381         Clarify and correct description of `where-is-internal'.
7382         Mention BUFFER-OR-NAME arg to `describe-bindings'.
7383         (Menu Example): For menus intended for use with the keyboard, the
7384         menu items should be bound to characters or real function keys.
7386 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7388         * objects.texi (Character Type): Reposition `@anchor' to prevent
7389         double space inside sentence in Info.
7391         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7392         renamed to `disabled-command-function'.
7393         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7394         (Command Loop Info): Replace reference to it.
7395         (Disabling Commands): `disabled-command-hook' has been renamed to
7396         `disabled-command-function'.
7398 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
7400         * os.texi (Translating Input): Only non-prefix bindings in
7401         `key-translation-map' override actual key bindings.  Warn about
7402         possible indirect effect of actual key bindings on non-prefix
7403         bindings in `key-translation-map'.
7405 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
7407         * minibuf.texi (High-Level Completion): Add anchor for definition
7408         of `read-variable'.
7410         * commands.texi: Various changes in addition to:
7411         (Using Interactive): Clarify description of `interactive-form'.
7412         (Interactive Call): Mention default for KEYS argument to
7413         `call-interactively'.
7414         (Command Loop Info): Clarify description of `this-command-keys'.
7415         Mention KEEP-RECORD argument to `clear-this-command-keys'.
7416         Value of `last-event-frame' can be `macro'.
7417         (Repeat Events): `double-click-fuzz' is also used to distinguish
7418         clicks and drags.
7419         (Classifying Events): Clarify descriptions of `event-modifiers'
7420         `event-basic-type' and `event-convert-list'.
7421         (Accessing Events): `posn-timestamp' takes POSITION argument.
7422         (Quoted Character Input): Clarify description of
7423         `read-quoted-char' and fix example.
7424         (Quitting): Add `with-local-quit'.
7425         (Disabling Commands): Correct and clarify descriptions of
7426         `enable-command' and `disable-command'.
7427         Mention what happens if `disabled-command-hook' is nil.
7428         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7429         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7431 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7433         * frames.texi: Various changes in addition to:
7434         (Creating Frames): Expand and clarify description of `make-frame'.
7435         (Window Frame Parameters): Either none or both of the `icon-left'
7436         and `icon-top' parameters must be specified.  Put descriptions of
7437         `menu-bar-lines' and `toolbar-lines' closer together and change
7438         them accordingly.
7439         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7440         except while processing `frame-title-format' or `icon-title-format'.
7441         (Deleting Frames): Correct description of `delete-frame'.
7442         Non-nil return values of `frame-live-p' are like those of `framep'.
7443         (Frames and Windows): Mention return value of
7444         `set-frame-selected-window'.
7445         (Visibility of Frames): Mention `force' argument to
7446         `make-frame-invisible'.  `frame-visible-p' returns t for all
7447         frames on text-only terminals.
7448         (Frame Configurations): Restoring a frame configuration does not
7449         restore deleted frames.
7450         (Window System Selections): `x-set-selection' returns DATA.
7451         (Resources): Add example.
7452         (Display Feature Testing): Clarify descriptions of
7453         `display-pixel-height', `display-pixel-width', `x-server-version'
7454         and `x-server-vendor'.
7456         * windows.texi (Choosing Window): Add anchor.
7457         * minibuf.texi (Minibuffer Misc): Add anchor.
7459 2004-07-23  John Paul Wallington  <jpw@gnu.org>
7461         * macros.texi (Defining Macros): Declaration keyword for setting
7462         Edebug spec is `debug' not `edebug'.
7464 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
7466         * windows.texi: Various small changes in addition to:
7467         (Window Point): Mention return value of `set-window-point'.
7468         (Window Start): `pos-visible-in-window-p' disregards horizontal
7469         scrolling.  Explain return value if PARTIALLY is non-nil.
7470         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7471         and `set-window-vscroll'.
7472         (Size of Window): The argument WINDOW to `window-inside-edges',
7473         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7474         (Resizing Windows): Explain return value of
7475         `shrink-window-if-larger-than-buffer'.
7476         `window-size-fixed' automatically becomes buffer local when set.
7477         (Window Configurations): Explain return value of
7478         `set-window-configuration'.
7480         * minibuf.texi (Minibuffer Misc): Add anchor for
7481         `minibuffer-scroll-window'.
7483         * positions.texi (Text Lines): Add anchor for `count-lines'.
7485 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7487         * display.texi (Overlay Properties): Adding `evaporate' prop
7488         deletes empty overlay immediately.
7490         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7491         fix example.
7493 2004-07-16  Jim Blandy  <jimb@redhat.com>
7495         * searching.texi (Regexp Backslash): Document new \_< and \_>
7496         operators.
7498 2004-07-16  Juanma Barranquero  <lektu@terra.es>
7500         * display.texi (Images): Fix Texinfo usage.
7502 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7504         * buffers.texi (Modification Time): `visited-file-modtime' now
7505         returns a list of two integers, instead of a cons.
7507 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
7509         * windows.texi: Various changes in addition to:
7510         (Splitting Windows): Add `split-window-keep-point'.
7512 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7514         * frames.texi (Input Focus): Minor fix.
7516 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7518         * frames.texi (Input Focus): Clarify descriptions of
7519         `select-frame-set-input-focus' and `select-frame'.
7521 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
7523         * os.texi: Various small changes in addition to:
7524         (Killing Emacs): Expand and clarify description of
7525         `kill-emacs-query-functions' and `kill-emacs-hook'.
7526         (System Environment): Expand and clarify description of `getenv'
7527         and `setenv'.
7528         (Timers): Clarify description of `run-at-time'.
7529         (Translating Input): Correct description of
7530         `extra-keyboard-modifiers'.
7531         (Flow Control): Correct description of `enable-flow-control'.
7533 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
7535         * os.texi: Update copyright.
7536         (Session Management): Grammar fix.
7537         Clarify which Emacs does the restarting.
7538         Use @samp for *scratch* buffer.
7540 2004-07-04  Alan Mackenzie  <acm@muc.de>
7542         * frames.texi (Input Focus): Add documentation for
7543         `select-frame-set-input-focus'.  Replace refs to non-existent
7544         `switch-frame' with `select-frame'.  Minor corrections and tidying
7545         up of text-only terminal stuff.
7547 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7549         * files.texi (Saving Buffers): Cleanup write-contents-function.
7550         (Magic File Names): Cleanup file-remote-p.
7552 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
7554         * files.texi (Magic File Names): `file-remote-p' returns an
7555         identifier of the remote system, not just t.
7557 2004-07-02  David Kastrup  <dak@gnu.org>
7559         * searching.texi (Entire Match Data): Add explanation about new
7560         match-data behavior when @var{integers} is non-nil.
7562 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7564         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7566         * customize.texi (Variable Definitions): Note about doc strings
7567         and :set.
7569         * keymaps.texi (Keymap Terminology): Document `kbd'.
7570         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7572         * display.texi (Invisible Text): Setting buffer-invisibility-spec
7573         makes it buffer-local.
7575         * files.texi (Saving Buffers): Correct previous change.
7577         * commands.texi (Accessing Events):
7578         Clarify posn-col-row and posn-actual-col-row.
7580 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
7582         * commands.texi (Accessing Events): New functions
7583         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
7585 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7587         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7588         * frames.texi, buffers.texi, backups.texi, variables.texi:
7589         * loading.texi, eval.texi, functions.texi, control.texi:
7590         * symbols.texi, minibuf.texi: Reposition @anchor's.
7592         * help.texi: Various small changes in addition to the following.
7593         (Describing Characters): Describe PREFIX argument to
7594         `key-description'.  Correct and clarify definition of
7595         `text-char-description'.  Describe NEED-VECTOR argument to
7596         `read-kbd-macro'.
7597         (Help Functions): Clarify definition of `apropos'.
7599 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7601         * files.texi (Saving Buffers): Correct description of
7602         `write-contents-functions'.
7604 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7606         * display.texi (Images): Remove redundant @vindex directives.
7607         Rewrite `image-library-alist' doc in active voice.
7609 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7611         * display.texi (Images): Document new delayed library loading,
7612         variable `image-library-alist' and (existing but undocumented)
7613         function `image-type-available-p'.
7615 2004-06-05  Richard M. Stallman  <rms@gnu.org>
7617         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7618         refer the user to the Initial Input node.
7619         (Text from Minibuffer): Likewise.
7620         (Initial Input): New node.  Document this feature
7621         and say it is mostly deprecated.
7623 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7625         * loading.texi (Named Features): Clarify return value
7626         and meaning of NOERROR.
7628         * variables.texi (File Local Variables): Minor cleanup.
7630 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7632         * files.texi (Magic File Names): Add `file-remote-p' as operation
7633         of file name handlers.
7635 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7637         * modes.texi (Minor Mode Conventions): (-) has no special meaning
7638         as arg to a minor mode command.
7640 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7642         * syntax.texi (Syntax Class Table): Word syntax not just for English.
7644         * streams.texi (Output Variables): Doc float-output-format.
7646         * searching.texi (Regexp Special): Nested repetition can be infloop.
7648         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7649         real stack overflow.
7651         * compile.texi: Minor cleanups.
7653 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
7655         * lists.texi (Cons Cells): Explain dotted lists, true lists,
7656         circular lists.
7657         (List Elements): Explain handling of circular and dotted lists.
7659 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
7661         * modes.texi (Search-based Fontification): Fix typo.
7663 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7665         * modes.texi (Mode Line Variables): Fix description of
7666         global-mode-string, which is now after which-func-mode, not the
7667         buffer name.
7669 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7671         * modes.texi (Desktop Save Mode): Add.
7672         (Modes): Add menu entry Desktop Save Mode.
7674         * hooks.texi: Add desktop-after-read-hook,
7675         desktop-no-desktop-file-hook and desktop-save-hook.
7677         * locals.texi: Add desktop-save-buffer.
7679 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
7681         * display.texi: emacs -> Emacs.
7683 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7685         * files.texi (Changing Files): Document set-file-times.
7687 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7689         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7691 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
7693         * tips.texi (Coding Conventions): defopt -> defcustom.
7695 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
7697         * sequences.texi: Various clarifications.
7699 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
7701         * buffers.texi (Read Only Buffers): Mention optional ARG to
7702         `toggle-read-only'.
7704 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
7706         * windows.texi (Selecting Windows): Note that get-lru-window
7707         returns a full-width window if possible.
7709 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7711         * buffers.texi: Various changes in addition to:
7712         (Buffer File Name): Add `find-buffer-visiting'.
7713         (Buffer Modification): Mention optional ARG to `not-modified'.
7714         (Indirect Buffers): Mention optional CLONE argument to
7715         `make-indirect-buffer'.
7717         * files.texi: Various changes in addition to:
7718         (Visiting Functions): `find-file-hook' is now a normal hook.
7719         (File Name Expansion): Explain difference between the way that
7720         `expand-file-name' and `file-truename' treat `..'.
7721         (Contents of Directories): Mention optional ID-FORMAT argument to
7722         `directory-files-and-attributes'.
7723         (Format Conversion): Mention new optional CONFIRM argument to
7724         `format-write-file'.
7726 2004-04-12  Miles Bader  <miles@gnu.org>
7728         * macros.texi (Expansion): Add description of `macroexpand-all'.
7730 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7732         * variables.texi (Variable Aliases):
7733         Mention cyclic-variable-indirection.
7735         * errors.texi (Standard Errors): Ditto.
7737 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7739         * backups.texi: Various small changes in addition to:
7740         (Making Backups): Mention return value of `backup-buffer'.
7741         (Auto-Saving): Mention optional FORCE argument to
7742         `delete-auto-save-file-if-necessary'.
7743         (Reverting): Mention optional PRESERVE-MODES argument to
7744         `revert-buffer'.  Correct description of `revert-buffer-function'.
7746 2004-03-22  Juri Linkov  <juri@jurta.org>
7748         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7749         with `Vector Functions'.
7751         * text.texi (Sorting): Add missing quote.
7753 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
7755         * intro.texi (Lisp History): Replace xref to `cl' manual with
7756         inforef.
7758 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7760         * intro.texi (Version Info): Add arg to emacs-version.
7761         (Lisp History): Change xref to CL manual.
7763 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
7765         * minibuf.texi (Completion Commands): Add xref to Emacs manual
7766         for Partial Completion mode.
7768 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
7770         * customize.texi: Fix typo.  Remove eol whitespace.
7772 2004-03-04  Richard M. Stallman  <rms@gnu.org>
7774         * processes.texi: Fix typos.
7776         * lists.texi (Building Lists): Minor clarification.
7778         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7779         in make-hash-table.
7781 2004-02-29  Juanma Barranquero  <lektu@terra.es>
7783         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7784         rm, and ignore exit code.
7786 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7788         * display.texi (Defining Faces): Add description for min-colors.
7789         Update example.
7791 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7793         * abbrevs.texi: Various corrections and clarifications in addition
7794         to the following:
7795         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7797 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7799         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7801 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
7803         * text.texi: Various small changes in addition to the following:
7804         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7805         to delete-horizontal-space.
7806         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7807         description of yank-handler text property at various places.
7809         * frames.texi (Window System Selections): Add anchor.
7811         * syntax.texi (Syntax Table Functions): Clarify and correct
7812         descriptions of make-syntax-table and copy-syntax-table.
7813         (Motion and Syntax): Clarify SYNTAXES argument to
7814         skip-syntax-forward.
7815         (Parsing Expressions): Mention that the return value of
7816         parse-partial-sexp is currently a list of ten rather than nine
7817         elements.
7818         (Categories): Various corrections and clarifications.
7820 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7822         * markers.texi (Marker Insertion Types): Minor change.
7824         * locals.texi (Standard Buffer-Local Variables):
7825         * commands.texi (Interactive Codes, Using Interactive):
7826         * functions.texi (Related Topics): Fix xrefs.
7828 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7830         * lists.texi (Sets And Lists): Update description of delete-dups.
7832 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7834         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7836 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
7838         * frames.texi (Parameter Access): frame-parameters arg is optional.
7839         modify-frame-parameters handles nil for FRAME.
7840         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7841         are all-or-nothing for certain toolkits.
7842         Mention parameter wait-for-wm.
7843         (Frames and Windows): In frame-first-window and frame-selected-window
7844         the arg is optional.
7845         (Input Focus): In redirect-frame-focus the second arg is optional.
7846         (Window System Selections): Mention selection type CLIPBOARD.
7847         Mention data-type UTF8_STRING.
7848         Mention numbering of cut buffers.
7849         (Resources): Describe x-resource-name.
7851 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7853         * windows.texi (Buffers and Windows): Delete false table
7854         about all-frames.
7856         * syntax.texi (Parsing Expressions): Delete old caveat
7857         about parse-sexp-ignore-comments.
7859         * streams.texi (Output Variables): Add print-quoted.
7861         * lists.texi (Building Lists): Minor cleanup.
7863         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7865         * display.texi (Overlays): Explain overlays use markers.
7866         (Managing Overlays): Explain front-advance and rear-advance
7867         in more detail.
7869         * loading.texi (Unloading): Document unload-feature-special-hooks.
7870         Get rid of fns-NNN.el file.
7872 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7874         * help.texi (Describing Characters): Fix text-char-description
7875         example output.
7877         * edebug.texi (Using Edebug): Fix example.
7879         * debugging.texi (Internals of Debugger): Fix return value.
7881         * files.texi (Changing Files): Fix argname.
7883         * calendar.texi: Fix parens, and default values.
7885         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7886         * nonascii.texi, objects.texi, os.texi: Minor fixes.
7887         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
7889         * positions.texi (Text Lines): Don't add -1 in current-line.
7891 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7893         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7895 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7897         * processes.texi (Low-Level Network): Fix a typo.
7899 2004-02-12  Kim F. Storm  <storm@cua.dk>
7901         * display.texi (Fringes): Use consistent wording.
7902         Note that window-fringe's window arg is optional.
7903         (Scroll Bars): Use consistent wording.
7905 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7907         * tips.texi (Comment Tips): Document the new conventions for
7908         commenting out code.
7910 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
7912         * positions.texi (Text Lines): Add missing end defun.
7914 2004-02-07  Kim F. Storm  <storm@cua.dk>
7916         * positions.texi (Text Lines): Add line-number-at-pos.
7918 2004-02-06  John Paul Wallington  <jpw@gnu.org>
7920         * display.texi (Button Properties, Button Buffer Commands):
7921         mouse-2 invokes button, not down-mouse-1.
7923 2004-02-04  Jason Rumney  <jasonr@gnu.org>
7925         * makefile.w32-in: Sync with Makefile.in changes.
7927 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
7929         * minibuf.texi (Text from Minibuffer): Various corrections and
7930         clarifications.
7931         (Object from Minibuffer): Correct Lisp description of
7932         read-minibuffer.
7933         (Minibuffer History): Clarify description of cons values for
7934         HISTORY arguments.
7935         (Basic Completion): Various corrections and clarifications.
7936         Add completion-regexp-list.
7937         (Minibuffer Completion): Correct and clarify description of
7938         completing-read.
7939         (Completion Commands): Mention Partial Completion mode.
7940         Various other minor changes.
7941         (High-Level Completion): Various corrections and clarifications.
7942         (Reading File Names): Ditto.
7943         (Minibuffer Misc): Ditto.
7945 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7947         * strings.texi (Text Comparison): assoc-string also matches
7948         elements of alists that are strings instead of conses.
7949         (Formatting Strings): Standardize Texinfo usage.  Update index
7950         entries.
7952 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
7954         * lists.texi (Sets And Lists): Add delete-dups.
7956 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
7958         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7959         special form.
7960         * macros.texi (Defining Macros): Update description of `declare',
7961         which now is a macro.
7962         (Wrong Time): Fix typos.
7964 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7966         * compile.texi (Compilation Functions): Expand descriptions of
7967         `compile-defun', `byte-compile-file', `byte-recompile-directory'
7968         and `batch-byte-compile'.  In particular, mention and describe
7969         all optional arguments.
7970         (Disassembly): Correct and clarify the description of `disassemble'.
7972 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7974         * searching.texi: Various small changes in addition to the
7975         following.
7976         (Regexp Example): Adapt to new value of `sentence-end'.
7977         (Regexp Functions): The PAREN argument to `regexp-opt' can be
7978         `words'.
7979         (Search and Replace): Add usage note for `perform-replace'.
7980         (Entire Match Data): Mention INTEGERS and REUSE arguments to
7981         `match-data'.
7982         (Standard Regexps): Update for new values of `paragraph-start'
7983         and `sentence-end'.
7985 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
7987         * files.texi (Saving Buffers): Clarify descriptions of
7988         `write-contents-functions' and `before-save-hook'.
7989         Make the defvar's for `before-save-hook' and `after-save-hook'
7990         into defopt's.
7992 2004-01-07  Kim F. Storm  <storm@cua.dk>
7994         * commands.texi (Click Events): Describe new image and
7995         width/height elements of click events.
7996         (Accessing Events): Add posn-string, posn-image, and
7997         posn-object-width-height.  Change posn-object to return either
7998         image or string object.
8000 2004-01-01  Simon Josefsson  <jas@extundo.com>
8002         * hooks.texi (Standard Hooks): Add before-save-hook.
8003         * files.texi (Saving Buffers): Likewise.
8005 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8007         * frames.texi (Frames and Windows): Delete frame-root-window.
8009 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8011         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8013         * functions.texi: Various small changes in addition to the
8014         following.
8015         (What Is a Function): `functionp' returns nil for macros.
8016         Clarify behavior of this and following functions for symbol arguments.
8017         (Function Documentation): Add `\' in front of (fn @var{arglist})
8018         and explain why.
8019         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8020         Add anchor.
8021         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8023 2004-01-01  Miles Bader  <miles@gnu.org>
8025         * display.texi (Buttons): New section.
8027 2003-12-31  Andreas Schwab  <schwab@suse.de>
8029         * numbers.texi (Math Functions): sqrt reports a domain-error
8030         error.
8031         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8033 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8035         * tips.texi (Documentation Tips): Update item on hyperlinks in
8036         documentation strings.
8038         * errors.texi (Standard Errors): Various small corrections and
8039         additions.
8041         * control.texi: Various small changes in addition to the
8042         following.
8043         (Signaling Errors): Provide some more details on how `signal'
8044         constructs the error message.  Add anchor to the definition of
8045         `signal'.
8046         (Error Symbols): Describe special treatment of `quit'.
8047         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8048         to emphasize that it has to be a single form.
8050         * buffers.texi: Add anchor.
8052 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8054         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8055         (Window Configurations): Add window-configuration-frame.
8057         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8059         * text.texi (Examining Properties): Add get-char-property-and-overlay.
8060         Change arg name in get-char-property.
8061         (Special Properties): Update handling of keymap property.
8063         * strings.texi (Modifying Strings): Add clear-string.
8064         (Text Comparison): Add assoc-string and remove
8065         assoc-ignore-case, assoc-ignore-representation.
8067         * os.texi (Time of Day): Add set-time-zone-rule.
8069         * numbers.texi (Math Functions): asin, acos, log, log10
8070         report domain-error errors.
8072         * nonascii.texi (Converting Representations):
8073         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8074         (Encoding and I/O): Add file-name-coding-system.
8076         * modes.texi (Search-based Fontification): Explain that
8077         face specs are symbols with face names as values.
8079         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8081         * lists.texi (Building Lists): remq moved elsewhere.
8082         (Sets And Lists): remq moved here.
8083         (Association Lists): Refer to assoc-string.
8085         * internals.texi (Garbage Collection): Add memory-use-counts.
8087         * frames.texi (Frames and Windows): Add set-frame-selected-window
8088         and frame-root-window.
8090         * files.texi (Contents of Directories):
8091         Add directory-files-and-attributes.
8093         * display.texi (Refresh Screen): Add force-window-update.
8094         (Invisible Text): Explain about moving point out of invis text.
8095         (Overlay Properties): Add overlay-properties.
8096         (Managing Overlays): Add overlayp.
8097         (GIF Images): Invalid image number displays a hollow box.
8099         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8100         (Killing Buffers): Add buffer-live-p.
8102 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8104         * display.texi (Fringes): Fix typo "set-buffer-window".
8106 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8108         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8109         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8110         Add or change various xrefs and anchors.
8112         * commands.texi: Replace all occurrences of @acronym{CAR} with
8113         @sc{car}, for consistency with the rest of the Elisp manual.
8114         `car' and `cdr' are historically acronyms, but are no longer
8115         widely thought of as such.
8117         * internals.texi (Pure Storage): Mention that `purecopy' does not
8118         copy text properties.
8119         (Object Internals): Now 29 bits are used (in most implementations)
8120         to address Lisp objects.
8122         * variables.texi (Variables with Restricted Values): New node.
8124         * objects.texi (Lisp Data Types): Mention that certain variables
8125         can only take on a restricted set of values and add an xref to
8126         the new node "Variables with Restricted Values".
8128         * eval.texi (Function Indirection): Describe the errors that
8129         `indirect-function' can signal.
8130         (Eval): Clarify the descriptions of `eval-region' and `values'.
8131         Describe `eval-buffer' instead of `eval-current-buffer' and
8132         mention `eval-current-buffer' as an alias for `current-buffer'.
8133         Correct the description and mention all optional arguments.
8135         * nonascii.texi: Various small changes in addition to the
8136         following.
8137         (Converting Representations): Clarify behavior of
8138         `string-make-multibyte' and `string-to-multibyte' for unibyte all
8139         ASCII arguments.
8140         (Character Sets): Document the variable `charset-list' and adapt
8141         the definition of the function `charset-list' accordingly.
8142         (Translation of Characters): Clarify use of generic characters in
8143         `make-translation-table'.  Clarify and correct the description of
8144         the use of translation tables in encoding and decoding.
8145         (User-Chosen Coding Systems): Correct and clarify the description
8146         of `select-safe-coding-system'.
8147         (Default Coding Systems): Clarify description of
8148         `file-coding-system-alist'.
8150 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8152         * strings.texi (Text Comparison): Correctly describe when two
8153         strings are `equal'.  Combine and clarify descriptions of
8154         `assoc-ignore-case' and `assoc-ignore-representation'.
8156         * objects.texi (Non-ASCII in Strings): Clarify description of
8157         when a string is unibyte or multibyte.
8158         (Bool-Vector Type): Update examples.
8159         (Equality Predicates): Correctly describe when two strings are
8160         `equal'.
8162 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8164         * lists.texi (Building Lists): `append' no longer accepts integer
8165         arguments.  Update the description of `number-sequence' to reflect
8166         recent changes.
8167         (Sets And Lists): Describe `member-ignore-case' after `member'.
8169 2003-11-27  Kim F. Storm  <storm@cua.dk>
8171         * commands.texi (Click Events): Click object may be an images.
8172         Describe (dx . dy) element of click positions.
8173         (Accessing Events): Remove duplicate posn-timestamp.
8174         New functions posn-object and posn-object-x-y.
8176 2003-11-23  Kim F. Storm  <storm@cua.dk>
8178         * commands.texi (Click Events): Describe enhancements to event
8179         position lists, including new text-pos and (col . row) items.
8180         Mention left-fringe and right-fringe area events.
8181         (Accessing Events): New functions posn-area and
8182         posn-actual-col-row.  Mention posn-timestamp.  Mention that
8183         posn-point in non-text area still returns buffer position.
8184         Clarify posn-col-row.
8186 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
8188         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8189         * anti.texi (File Attributes): Describe removed parameter
8190         ID-FORMAT.
8192 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8194         * positions.texi (Positions): Mention that, if a marker is used as
8195         a position, its buffer is ignored.
8197         * markers.texi (Overview of Markers): Mention it here too.
8199 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
8201         * numbers.texi (Numeric Conversions): Not just `floor', but also
8202         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8204 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
8206         * markers.texi (Creating Markers): Specify insertion type of
8207         created markers.  Add xref to `Marker Insertion Types'.
8208         Second argument to `copy-marker' is optional.
8209         (Marker Insertion Types): Mention that most markers are created
8210         with insertion type nil.
8211         (The Mark): Correctly describe when `mark' signals an error.
8212         (The Region): Correctly describe when `region-beginning' and
8213         `region-end' signal an error.
8215 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
8217         * hash.texi (Creating Hash): Clarify description of `eql'.
8218         `makehash' is obsolete.
8219         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8221         * positions.texi (Point): Change description of `buffer-end', so
8222         that it is also correct for floating point arguments.
8223         (List Motion): Correct argument lists of `beginning-of-defun' and
8224         `end-of-defun'.
8225         (Excursions): Add xref to `Marker Insertion Types'.
8226         (Narrowing): Argument to `narrow-to-page' is optional.
8228 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
8230         * streams.texi (Output Streams): Clarify behavior of point for
8231         marker output streams.
8233 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
8235         * variables.texi (Defining Variables): Second argument to
8236         `defconst' is not optional.
8237         (Setting Variables): Mention optional argument APPEND to
8238         `add-to-list'.
8239         (Creating Buffer-Local): Expand description of
8240         `make-variable-buffer-local'.
8241         (Frame-Local Variables): Expand description of
8242         `make-variable-frame-local'.
8243         (Variable Aliases): Correct description of optional argument
8244         DOCSTRING to `defvaralias'.  Mention return value of
8245         `defvaralias'.
8246         (File Local Variables): Add xref to `File variables' in Emacs
8247         Manual.  Correct description of `hack-local-variables'.  Mention
8248         `safe-local-variable' property.  Mention optional second argument
8249         to `risky-local-variable-p'.
8251 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
8253         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8255 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8257         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8258         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8259         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8260         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8261         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8262         lispref/processes.texi, lispref/searching.texi,
8263         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8264         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8265         @acronym{FOO}.
8267 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
8269         * strings.texi (Creating Strings): Argument START to `substring'
8270         can not be `nil'.  Expand description of
8271         `substring-no-properties'.  Correct description of `split-string',
8272         especially with respect to empty matches.  Prevent very bad line
8273         break in definition of `split-string-default-separators'.
8274         (Text Comparison): `string=' and `string<' also accept symbols as
8275         arguments.
8276         (String Conversion): More completely describe argument BASE in
8277         `string-to-number'.
8278         (Formatting Strings): `%s' and `%S' in `format' do require
8279         corresponding object.  Clarify behavior of numeric prefix after
8280         `%' in `format'.
8281         (Case Conversion): The argument to `upcase-initials' can be a
8282         character.
8284 2003-10-27  Kenichi Handa  <handa@m17n.org>
8286         * display.texi (Fontsets): Fix texinfo usage.
8288 2003-10-25  Kenichi Handa  <handa@m17n.org>
8290         * display.texi (Fontsets): Add description of the function
8291         set-fontset-font.
8293 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
8295         * display.texi (Temporary Displays): Add xref to `Documentation
8296         Tips'.
8298         * functions.texi (Function Safety): Use inforef instead of pxref
8299         for SES.
8301 2003-10-23  Andreas Schwab  <schwab@suse.de>
8303         * Makefile.in (TEX, texinputdir): Don't define.
8304         (TEXI2DVI): Define.
8305         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8306         add $(srcdir)/index.texi.
8307         ($(infodir)/elisp): Remove index.texi dependency.
8308         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
8309         (index.texi): Remove target.
8310         (dist): Don't link $(srcdir)/permute-index.
8311         (clean): Don't remove index.texi.
8313         * permute-index, index.perm: Remove.
8314         * index.texi: Rename from index.unperm.
8316 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
8318         * tips.texi (Documentation Tips): Document new behavior for face
8319         and variable hyperlinks in Help mode.
8321 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
8323         * objects.texi (Integer Type): Update for extra bit of integer range.
8324         (Character Type): Ditto.
8326 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
8328         * numbers.texi (Integer Basics): Add index entries for reading
8329         numbers in hex, octal, and binary.
8331 2003-10-16  Lute Kamstra  <lute@gnu.org>
8333         * modes.texi (Mode Line Format): Mention force-mode-line-update's
8334         argument.
8336 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
8338         * windows.texi (Choosing Window): Fix typo.
8339         * edebug.texi (Edebug Execution Modes): Fix typo.
8341 2003-10-13  Richard M. Stallman  <rms@gnu.org>
8343         * windows.texi (Basic Windows): A window has fringe settings,
8344         display margins and scroll-bar settings.
8345         (Splitting Windows): Doc split-window return value.
8346         Clean up one-window-p.
8347         (Selecting Windows): Fix typo.
8348         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8349         (Buffers and Windows): In set-window-buffer, explain effect
8350         on fringe settings and scroll bar settings.
8351         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8352         (Choosing Window): Use defopt for pop-up-frame-function.
8353         For special-display-buffer-names, explain same-window and same-frame.
8354         Clarify window-dedicated-p return value.
8355         (Textual Scrolling): scroll-up and scroll-down can get an error.
8356         (Horizontal Scrolling): Clarify auto-hscroll-mode.
8357         Clarify set-window-hscroll.
8358         (Size of Window): Don't mention tool bar in window-height.
8359         (Coordinates and Windows): Explain what coordinates-in-window-p
8360         returns for fringes and display margins.
8361         (Window Configurations): Explain saving fringes, etc.
8363         * tips.texi (Library Headers): Clean up Documentation.
8365         * syntax.texi (Parsing Expressions): Clean up forward-comment
8366         and parse-sexp-lookup-properties.
8368         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8370         * os.texi (System Environment): Clean up text for load-average errors.
8372         * modes.texi (Hooks): Don't explain local hook details at front.
8373         Clarify run-hooks and run-hook-with-args a little.
8374         Clean up add-hook and remove-hook.
8376         * edebug.texi (Edebug Execution Modes): Clarify t.
8377         Document edebug-sit-for-seconds.
8378         (Coverage Testing): Document C-x X = and =.
8379         (Instrumenting Macro Calls): Fix typo.
8380         (Specification List): Don't index the specification keywords.
8382 2003-10-10  Kim F. Storm  <storm@cua.dk>
8384         * processes.texi (Network): Introduce make-network-process.
8386 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8388         * tips.texi (Library Headers): Fix typo.
8390 2003-10-07  Juri Linkov  <juri@jurta.org>
8392         * modes.texi (Imenu): Mention imenu-create-index-function's
8393         default value.  Explain submenus better.
8395 2003-10-07  Lute Kamstra  <lute@gnu.org>
8397         * modes.texi (Faces for Font Lock): Fix typo.
8398         (Hooks): Explain how buffer-local hook variables can refer to
8399         global hook variables.
8400         Various minor clarifications.
8402 2003-10-06  Lute Kamstra  <lute@gnu.org>
8404         * tips.texi (Coding Conventions): Mention naming conventions for
8405         hooks.
8407 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8409         * loading.texi (Library Search): Correct default value of
8410         load-suffixes.
8411         (Named Features): Fix typo.
8413 2003-10-05  Richard M. Stallman  <rms@gnu.org>
8415         * loading.texi (Named Features): In `provide',
8416         say how to test for subfeatures.
8417         (Unloading): In unload-feature, use new var name
8418         unload-feature-special-hooks.
8420 2003-10-03  Lute Kamstra  <lute@gnu.org>
8422         * modes.texi (Major Mode Conventions): Mention third way to set up
8423         Imenu.
8424         (Imenu): A number of small fixes.
8425         Delete documentation of internal variable imenu--index-alist.
8426         Document the return value format of imenu-create-index-function
8427         functions.
8429 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8431         * processes.texi (Network): Say what stopped datagram connections do.
8433         * lists.texi (Association Lists): Clarify `assq-delete-all'.
8435         * display.texi (Overlay Properties): Clarify `evaporate' property.
8437 2003-09-29  Lute Kamstra  <lute@gnu.org>
8439         * modes.texi (Mode Line Data): Explain when symbols in mode-line
8440         constructs should be marked as risky.
8441         Change cons cell into proper list.
8442         (Mode Line Variables): Change cons cell into proper list.
8444 2003-09-26  Lute Kamstra  <lute@gnu.org>
8446         * modes.texi (Mode Line Data): Document the :propertize construct.
8447         (Mode Line Variables): Reorder the descriptions of the variables
8448         to match their order in the default mode-line-format.
8449         Describe the new variables mode-line-position and mode-line-modes.
8450         Update the default values of mode-line-frame-identification,
8451         minor-mode-alist, and default-mode-line-format.
8452         (Properties in Mode): Mention the :propertize construct.
8454 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8456         * buffers.texi, commands.texi, debugging.texi, eval.texi:
8457         * loading.texi, minibuf.texi, text.texi, variables.texi:
8458         Avoid @strong{Note:}.
8460 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8462         * keymaps.texi (Remapping Commands): Fix typo.
8464 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
8466         * processes.texi (Low-Level Network): Fix typo.
8468 2003-09-23  Kim F. Storm  <storm@cua.dk>
8470         * processes.texi (Network, Network Servers): Fix typos.
8471         (Low-Level Network): Add timeout value for :server keyword.
8472         Add new option keywords to make-network-process.
8473         Add set-network-process-options.
8474         Explain how to test availability of network options.
8476 2003-09-19  Richard M. Stallman  <rms@gnu.org>
8478         * text.texi (Motion by Indent): Arg to
8479         backward-to-indentation and forward-to-indentation is optional.
8481         * strings.texi (Creating Strings): Add substring-no-properties.
8483         * processes.texi
8484         (Process Information): Add list-processes arg QUERY-ONLY.
8485         Delete process-contact from here.
8486         Add new status values for process-status.
8487         Add process-get, process-put, process-plist, set-process-plist.
8488         (Synchronous Processes): Add call-process-shell-command.
8489         (Signals to Processes): signal-process allows process objects.
8490         (Network): Complete rewrite.
8491         (Network Servers, Datagrams, Low-Level Network): New nodes.
8493         * positions.texi (Word Motion): forward-word, backward-word
8494         arg is optional.  Reword.
8496         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8498         * variables.texi (Creating Buffer-Local):
8499         Delete duplicate definition of buffer-local-value.
8500         (File Local Variables): Explain about discarding text props.
8502 2003-09-11  Richard M. Stallman  <rms@gnu.org>
8504         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8505         changes variables that record input events.
8506         (Minibuffer Misc): Add minibuffer-selected-window.
8508         * lists.texi (Building Lists): Add copy-tree.
8510         * display.texi (Fontsets): Add char-displayable-p.
8511         (Scroll Bars): New node.
8513 2003-09-08  Lute Kamstra  <lute@gnu.org>
8515         * modes.texi (%-Constructs): Document new `%i' and `%I'
8516         constructs.
8518 2003-09-03  Peter Runestig  <peter@runestig.com>
8520         * makefile.w32-in: New file.
8522 2003-08-29  Richard M. Stallman  <rms@gnu.org>
8524         * display.texi (Overlay Properties): Clarify how priorities
8525         affect use of the properties.
8527 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8529         * customize.texi (Type Keywords): Correct the description of
8530         `:help-echo' in the case where `motion-doc' is a function.
8532 2003-08-14  John Paul Wallington  <jpw@gnu.org>
8534         * modes.texi (Emulating Mode Line): Subsection, not section.
8536 2003-08-13  Richard M. Stallman  <rms@gnu.org>
8538         * elisp.texi (Top): Update subnode lists in menu.
8540         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8541         (Kill Functions): kill-region has new arg yank-handler.
8542         (Yanking): New node.
8543         (Yank Commands): Add yank-undo-function.
8544         (Low-Level Kill Ring):
8545         kill-new and kill-append have new arg yank-handler.
8546         (Changing Properties): Add remove-list-of-text-properties.
8547         (Atomic Changes): New node.
8549         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8551         * streams.texi (Output Variables): Add eval-expression-print-length
8552         and eval-expression-print-level.
8554         * os.texi (Time Conversion): For encode-time, explain limits on year.
8556         * objects.texi (Character Type): Define anchor "modifier bits".
8558         * modes.texi (Emulating Mode Line): New node.
8559         (Search-based Fontification): Font Lock uses font-lock-face property.
8560         (Other Font Lock Variables): Likewise.
8562         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8563         not vectors.
8564         (Active Keymaps): Add emulation-mode-map-alists.
8565         (Functions for Key Lookup): key-binding has new arg no-remap.
8566         (Remapping Commands): New node.
8567         (Scanning Keymaps): where-is-internal has new arg no-remap.
8568         (Tool Bar): Add tool-bar-local-item-from-menu.
8569         Clarify when to use tool-bar-add-item-from-menu.
8571         * commands.texi (Interactive Call): commandp has new arg.
8572         (Command Loop Info): Add this-original-command.
8574 2003-08-06  John Paul Wallington  <jpw@gnu.org>
8576         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8578         * display.texi (Warning Basics): Fix typo.
8579         (Fringes): Add closing curly bracket and fix typo.
8581         * elisp.texi (Top): Fix typo.
8583 2003-08-05  Richard M. Stallman  <rms@gnu.org>
8585         * elisp.texi: Update lists of subnodes.
8587         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8589         * variables.texi (Local Variables): Use lc for example variable names.
8591         * tips.texi (Library Headers): Explain where to put -*-.
8593         * strings.texi (Creating Strings): Fix xref for vconcat.
8595         * sequences.texi (Vector Functions):
8596         vconcat no longer allows integer args.
8598         * minibuf.texi (Reading File Names): read-file-name has new
8599         arg PREDICATE.  New function read-directory-name.
8601         * macros.texi (Defining Macros): Give definition of `declare'.
8602         (Indenting Macros): New node.
8604         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8605         (Window Frame Parameters): Make separate table of parameters
8606         that are coupled with specific face attributes.
8607         (Deleting Frames): delete-frame-hooks renamed to
8608         delete-frame-functions.
8610         * files.texi (Magic File Names): Add file-remote-p.
8611         Clarify file-local-copy.
8613         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8614         here; instead xref Defining Macros.
8616         * display.texi (Warnings): New node, and subnodes.
8617         (Fringes): New node.
8619         * debugging.texi (Test Coverage): New node.
8621         * compile.texi (Compiler Errors): Explain with-no-warnings
8622         and other ways to suppress warnings.
8624         * commands.texi (Interactive Call): Minor clarification.
8626         * buffers.texi (Buffer File Name): set-visited-file-name
8627         renames the buffer too.
8629         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8631 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
8633         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8635 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
8637         * internals.texi (Garbage Collection): Fix previous change.
8639 2003-07-22  Richard M. Stallman  <rms@gnu.org>
8641         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8643         * display.texi (Width): Use \s syntax in example.
8644         (Font Selection): Add face-font-rescale-alist.
8646         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8647         Remove spurious indent in example.
8649         * lists.texi (Building Lists): Add number-sequence.
8651         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8653         * functions.texi (Function Documentation): Explain how to
8654         show calling convention explicitly in the doc string.
8656         * windows.texi (Selecting Windows): save-selected-window saves
8657         selected window of each frame.
8658         (Window Configurations): Minor change.
8660         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8662         * streams.texi (Output Variables): Add print-continuous-numbering
8663         and print-number-table.
8665         * processes.texi (Decoding Output): New node.
8667         * os.texi (Time Conversion): decode-time arg is optional.
8669         * objects.texi (Character Type): Don't use space as example for \.
8670         Make list of char names and \-sequences correspond.
8671         Explain that \s is not used in strings.  `\ ' needs space after.
8673         * nonascii.texi (Converting Representations): Add string-to-multibyte.
8674         (Translation of Characters): Add translation-table-for-input.
8675         (Default Coding Systems): Add auto-coding-functions.
8676         (Explicit Encoding): Add decode-coding-inserted-region.
8677         (Locales): Add locale-info.
8679         * minibuf.texi (Basic Completion): Describe test-completion.
8680         Collections can be lists of strings.
8681         Clean up lazy-completion-table.
8682         (Programmed Completion): Mention test-completion.
8683         Clarify why lambda expressions are not accepted.
8684         (Minibuffer Misc): Describe minibufferp.
8686 2003-07-14  Richard M. Stallman  <rms@gnu.org>
8688         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8690         * windows.texi (Selecting Windows): New arg to select-window.
8691         (Selecting Windows): Add with-selected-window.
8692         (Size of Window): Add window-inside-edges, etc.
8694         * internals.texi (Garbage Collection): Add post-gc-hook.
8696         * processes.texi (Subprocess Creation): Add exec-suffixes.
8698         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8699         (Scanning Keymaps): Add map-keymaps.
8700         (Defining Menus): Add keymap-prompt.
8702         * numbers.texi (Integer Basics): Add most-positive-fixnum,
8703         most-negative-fixnum.
8705         * compile.texi (Byte Compilation): Explain no-byte-compile.
8706         (Compiler Errors): New node.
8708         * os.texi (User Identification): user-uid, user-real-uid
8709         can return float.
8711         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8712         and about derived modes.
8713         (Minor Modes): Add minor-mode-list.
8714         (Defining Minor Modes): Keyword args for define-minor-mode.
8715         (Search-based Fontification): Explain managing other properties.
8716         (Other Font Lock Variables): Add font-lock-extra-managed-props.
8717         (Faces for Font Lock): Add font-lock-preprocessor-face.
8718         (Hooks): Add run-mode-hooks and delay-mode-hooks.
8720         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8721         (Variable Aliases): Clarify defvaralias.
8723         * loading.texi (Library Search): Add load-suffixes.
8725         * minibuf.texi (Basic Completion): Add lazy-completion-table.
8726         (Programmed Completion): Add dynamic-completion-table.
8728         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8729         (Magic File Names): Specify precedence order of handlers.
8731         * commands.texi (Command Overview): Emacs server runs pre-command-hook
8732         and post-command-hook.
8733         (Waiting): New calling convention for sit-for.
8735         * text.texi (Special Properties): local-map and keymap properties
8736         apply based on their stickiness.
8738 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8740         * modes.texi (Minor Mode Conventions): Specify only some kinds
8741         of list values as args to minor modes.
8743         * files.texi (File Name Expansion): Warn about iterative use
8744         of substitute-in-file-name.
8746         * advice.texi (Activation of Advice): Clean up previous change.
8748 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
8750         * advice.texi (Activation of Advice): Note that ad-start-advice is
8751         turned on by default.
8753 2003-06-30  Richard M. Stallman  <rms@gnu.org>
8755         * text.texi (Buffer Contents): Document current-word.
8756         (Change Hooks): Not called for *Messages*.
8758         * functions.texi (Defining Functions): Explain about redefining
8759         primitives.
8760         (Function Safety): Renamed.  Minor changes.
8761         Comment out the detailed criteria for what is safe.
8763 2003-06-22  Andreas Schwab  <schwab@suse.de>
8765         * objects.texi (Symbol Type): Fix description of examples.
8767 2003-06-16  Andreas Schwab  <schwab@suse.de>
8769         * hash.texi (Creating Hash): Fix description of :weakness.
8771 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
8773         * files.texi (Changing Files): copy-file copies file modes, too.
8775 2003-05-28  Richard M. Stallman  <rms@gnu.org>
8777         * strings.texi (Creating Strings): Clarify split-string.
8779 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
8781         * strings.texi (Creating Strings): Update split-string specification
8782         and examples.
8784 2003-05-19  Richard M. Stallman  <rms@gnu.org>
8786         * elisp.texi: Correct invariant section names.
8788 2003-04-20  Richard M. Stallman  <rms@gnu.org>
8790         * os.texi (Timers): Explain about timers and quitting.
8792 2003-04-19  Richard M. Stallman  <rms@gnu.org>
8794         * internals.texi (Writing Emacs Primitives): Strings are
8795         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
8796         Explain GCPRO convention for varargs function args.
8798 2003-04-16  Richard M. Stallman  <rms@gnu.org>
8800         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8802 2003-04-08  Richard M. Stallman  <rms@gnu.org>
8804         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8806 2003-02-13  Kim F. Storm  <storm@cua.dk>
8808         * objects.texi (Character Type): New \s escape for space.
8810 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
8812         * os.texi (System Environment): Add cygwin system-type.
8814 2003-01-25  Richard M. Stallman  <rms@gnu.org>
8816         * keymaps.texi: Document that a symbol can act as a keymap.
8818 2003-01-13  Richard M. Stallman  <rms@gnu.org>
8820         * text.texi (Changing Properties): Say string indices are origin-0.
8822         * positions.texi (Screen Lines) <compute-motion>:
8823         Correct order of elts in return value.
8825         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8826         how to define a default binding.
8828 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
8830         * loading.texi (Unloading): Fix recent change for load-history.
8832         * customize.texi (Simple Types): Clarify description of custom
8833         type 'number.  Describe new custom type 'float.
8835 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
8837         * variables.texi (File Local Variables): Fix typo.
8839 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8841         From Michael Albinus <Michael.Albinus@alcatel.de>.
8843         * README: Target for Info file is `make info'.
8845         * files.texi (File Name Components): Fix typos in
8846         `file-name-sans-extension'.
8847         (Magic File Names): Complete list of operations for magic file
8848         name handlers.
8850 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
8852         * variables.texi (File Local Variables): New function
8853         risky-local-variable-p.
8855 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
8857         * functions.texi (Function safety): New node about unsafep.
8859 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8861         * customize.texi (Splicing into Lists): Fix example.
8862         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
8864 2002-06-17  Juanma Barranquero  <lektu@terra.es>
8866         * frames.texi (Display Feature Testing): Fix typo.
8868 2002-06-12  Andreas Schwab  <schwab@suse.de>
8870         * frames.texi (Initial Parameters, Resources): Fix references to
8871         the Emacs manual.
8873 2002-05-13  Kim F. Storm  <storm@cua.dk>
8875         * variables.texi (Intro to Buffer-Local): Updated warning and
8876         example relating to changing buffer inside let.
8878 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
8880         * os.texi (Session Management): New node about X Session management.
8882 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
8884         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
8885         to which the manual corresponds, and the copyright years.
8887         * Makefile.in (VERSION): Set to 2.9.
8889 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
8891         * elisp.texi: Change the category in @dircategory to "Emacs", to
8892         make it consistent with info/dir.
8894 2001-11-25  Miles Bader  <miles@gnu.org>
8896         * text.texi (Fields): Describe new `limit' arg in
8897         field-beginning/field-end.
8899 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
8901         * permute-index: Don't depend on csh-specific features.
8902         Replace the interpreter name with /bin/sh.
8904         * two-volume-cross-refs.txt: New file.
8905         * two.el: New file.
8906         * spellfile: New file.
8908 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
8910         * permute-index: New file.
8912         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8913         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8914         8+3 restricted namespace.
8916         * Makefile.in (infodir): Define relative to $(srcdir).
8917         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8918         include directories list via -I switch to makeinfo.
8919         (index.texi): Use cp if both hard and symbolic links fail.
8921 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
8923         * Makefile.in (distclean): Add.
8925         The following changes make ELisp manual part of the Emacs
8926         distribution:
8928         * Makefile.in: Add Copyright notice.
8929         (prefix): Remove.
8930         (infodir): Change value to "../info".
8931         (VPATH): New variable.
8932         (MAKE): Don't define.
8933         (texmacrodir): Don't define.
8934         (texinputdir): Append the existing value of TEXINPUTS.
8935         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
8936         command to be compatible with man/Makefile.in, and to put the
8937         output into ../info.
8938         (info): Add target.
8939         (installall): Target removed.
8941 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
8943         * tips.texi (Coding Conventions): Fix typo.
8945 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
8947         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8949 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
8951         * files.texi (File Name Components): Update the description of
8952         file-name-sans-extension and file-name-extension, as they now
8953         ignore leading dots.
8955 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
8957         * (Version 21.1 released.)
8959 2001-10-19  Miles Bader  <miles@gnu.org>
8961         * positions.texi (Text Lines): Describe behavior of
8962         `beginning-of-line'/`end-of-line' in the presence of field properties.
8964 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
8966         * Makefile.in (VERSION): Set to 2.8.
8967         (manual): Use `manual-21'.
8969         * elisp.texi (VERSION): Add and use it where the version
8970         number was used.  Set it to 2.8.
8972         * intro.texi: Likewise.
8974 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8976         * files.texi (File Name Completion): Document the significance of
8977         a trailing slash in elements of completion-ignored-extensions.
8979 2001-10-06  Miles Bader  <miles@gnu.org>
8981         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8983 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8985         * variables.texi (Variable Aliases): New node.
8987 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8989         * Branch for 21.1.
8991 2001-10-02  Miles Bader  <miles@gnu.org>
8993         * minibuf.texi (Minibuffer Misc): Add entries for
8994         `minibuffer-contents', `minibuffer-contents-no-properties', and
8995         `delete-minibuffer-contents'.
8996         Correct description for `minibuffer-prompt-end'.
8998         * text.texi (Property Search): Correct descriptions of
8999         `next-char-property-change' and `previous-char-property-change'.
9000         Add entries for `next-single-char-property-change' and
9001         `previous-single-char-property-change'.
9002         Make operand names a bit more consistent.
9004 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9006         * frames.texi (Finding All Frames): Document that next-frame and
9007         previous-frame are local to current terminal.
9009 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9011         * keymaps.texi (Creating Keymaps): Fix the description of the
9012         result of make-keymap.
9014 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9016         * display.texi (Font Lookup, Attribute Functions)
9017         (Image Descriptors): Add cross-references to the definition of
9018         selected frame.
9020         * buffers.texi (The Buffer List): Add cross-references to the
9021         definition of selected frame.
9023         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9024         frame at any given time.
9025         (Multiple Displays, Size and Position): Add a cross-reference to
9026         the definition of the selected frame.
9028 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9030         * strings.texi (String Conversion) <string-to-number>: Document
9031         that a float is returned for integers that are too large.
9033         * frames.texi (Mouse Position): Document mouse-position-function.
9034         (Display Feature Testing): Document display-images-p.
9035         (Window Frame Parameters): Document the cursor-type variable.
9037         * numbers.texi (Integer Basics): Document CL style read syntax for
9038         integers in bases other than 10.
9040         * positions.texi (List Motion):
9041         Document open-paren-in-column-0-is-defun-start.
9043         * lists.texi (Sets And Lists): Document member-ignore-case.
9045         * internals.texi (Garbage Collection): Document the used and free
9046         strings report.
9047         (Memory Usage): Document strings-consed.
9049         * os.texi (Time of Day): Document float-time.
9050         (Recording Input): Document that clear-this-command-keys clears
9051         the vector to be returned by recent-keys.
9053         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9054         argument keymap can be a list.
9056         * nonascii.texi (User-Chosen Coding Systems)
9057         <select-safe-coding-system>: Document the new argument
9058         accept-default-p and the variable
9059         select-safe-coding-system-accept-default-p.  Tell what happens if
9060         buffer-file-coding-system is undecided.
9061         (Default Coding Systems): Document auto-coding-regexp-alist.
9063         * display.texi (The Echo Area) <message>: Document
9064         message-truncate-lines.
9065         (Glyphs): Document that the glyph table is unused on windowed
9066         displays.
9068         * help.texi (Describing Characters) <single-key-description>:
9069         Document the new argument no-angles.
9070         (Accessing Documentation) <documentation-property>: Document that
9071         a non-string property is evaluated.
9072         <documentation>: Document that the function-documentation property
9073         is looked for.
9075         * windows.texi (Selecting Windows): Document some-window.
9077         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9079         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9080         apropos-mode-hook.
9082         * commands.texi (Using Interactive): Document interactive-form.
9083         (Keyboard Macros): Document kbd-macro-termination-hook.
9084         (Command Loop Info): Document that clear-this-command-keys clears
9085         the vector to be returned by recent-keys.
9087 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9089         * Makefile.in (srcdir, texinputdir): New variables.
9090         (srcs, index.texi, install): Use $(srcdir).
9091         (.PHONY): Remove elisp.dvi.
9092         (elisp): Use -I switch for makeinfo.
9093         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9094         (installall, dist): Use $(srcdir).
9095         Fix path to texinfo.tex.
9096         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9098 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9100         * display.texi (Conditional Display): Adjust to API change.
9102         * configure: New file.
9104 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9106         * commands.texi (Repeat Events): Add description of
9107         double-click-fuzz.
9109 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9111         * syntax.texi (Syntax Class Table): Add the missing designator for
9112         comment and string fences.
9113         (Syntax Properties): Add a xref to syntax table internals.
9114         (Syntax Table Internals): Document string-to-syntax.
9116 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9118         * Makefile.in (install): Use install-info command line options
9119         like in Emacs' Makefile.in.
9121 2000-12-09  Miles Bader  <miles@gnu.org>
9123         * windows.texi (Window Start): Update documentation for
9124         `pos-visible-in-window-p'.
9126 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9128         * lists.texi (Building Lists): Add footnote to explain how to add
9129         to the end of a list.
9131 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
9133         * files.texi (Visiting Functions): Typos.
9135 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
9137         * files.texi (Visiting Functions): Return value of
9138         find-file-noselect may be a list of buffers if wildcards are used.
9140 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
9142         * display.texi (Defining Faces): Document `graphic' display type
9143         in face specs.
9145 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9147         * hooks.texi (Standard Hooks): Replace obsolete
9148         `after-make-frame-hook' with `after-make-frame-functions'.
9150         * frames.texi (Creating Frames): Ditto.
9152         * variables.texi (Future Local Variables): Ditto.
9154 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9156         * display.texi (Other Image Types): Add description of :foreground
9157         and :background properties of mono PBM images.
9159 2000-08-17  Werner LEMBERG  <wl@gnu.org>
9161         * .cvsignore: New file.
9163 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
9165         * tindex.pl: New script.
9167 1999-12-03  Dave Love  <fx@gnu.org>
9169         * Makefile.in (MAKEINFO): New parameter.
9171 1999-09-17  Richard Stallman  <rms@gnu.org>
9173         * Makefile.in (srcs): Add hash.texi.
9174         (VERSION): Update to 20.6.
9176 1999-09-13  Richard Stallman  <rms@gnu.org>
9178         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9180 1998-08-29  Karl Heuer  <kwzh@gnu.org>
9182         * configure.in: New file.
9183         * Makefile.in: Renamed from Makefile.
9184         (prefix, infodir): Use value obtained from configure.
9185         (emacslibdir): Obsolete variable deleted.
9186         (dist): Distribute configure.in, configure, Makefile.in.
9188 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9190         * Makefile (INSTALL_INFO): New variable.
9191         (install): Run install-info.
9193 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9195         * Makefile (elisp.dvi): Add missing backslash.
9197 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
9199         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9200         Run texindex without `./'.  Always run texindex on elisp.tp.
9201         (elisp.tps): Target deleted.
9203 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
9205         * Makefile (srcs): Add nonascii.texi and customize.texi.
9206         (dist): Start by deleting `temp'.
9208 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
9210         * Makefile (makeinfo, texindex): Targets deleted.
9211         (makeinfo.o, texindex.o): Targets deleted.
9212         (clean, dist): Don't do anything with them or with getopt*.
9214 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
9216         * Makefile (SHELL): Defined.
9218 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
9220         * Makefile (elisp.tps): New target.
9221         (elisp.dvi): Depend on elisp.tps.
9223 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9225         * README: Update phone number.
9227         * Makefile (elisp): Make this be the default target.
9228         Depend on makeinfo.c instead of makeinfo.
9229         (install): Don't depend on elisp.dvi, since we don't install that.
9230         Use mkinstalldirs.
9231         (dist): Add mkinstalldirs.
9233 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9235         * Makefile (VERSION): Update version number.
9236         (maintainer-clean): Rename from realclean.
9238 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9240         * Makefile (realclean): New target.
9241         (elisp): Remove any old elisp-* files first.
9243 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9245         * Makefile (VERSION): New variable.
9246         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9247         Compressed file suffix should be `.gz', not `.z'.
9249 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9251         * Makefile (elisp): Depend on makeinfo.
9253 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
9255         * Makefile (srcs): Add anti.texi.
9257 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9259         * Makefile (infodir, prefix): New vars.
9260         (install): Use infodir.
9261         (emacsinfodir): Deleted.
9263 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9265         * Makefile (srcs): Add calendar.texi.
9267         * Makefile (dist): Copy texindex.c and makeinfo.c.
9268         Limit elisp-* files to those with one or two digits.
9270 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9272         * Makefile (dist): Changed to use Gzip instead of compress.
9274 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9276         * loading.texi (Unloading): define-function changed back to
9277         defalias.  It may not stay this way, but at least it's
9278         consistent with the known-good version of the code patch.
9280 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9282         * modes.texi (Hooks): Document new optional arg of add-hook.
9284 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9286         * variables.texi: Document nil initial value of buffer-local variables.
9288         * tips.texi: Add new section on standard library headers.
9290 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9292         * Makefile (srcs): Add frame.texi to the list of sources.
9294 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9296         * Makefile (dist): Don't bother excluding autosave files; they'll
9297         never make it into the temp directory anyway, and the hash marks
9298         in the name are problematic for make and the Bourne shell.
9299         (srcs):
9301 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9303         * Makefile (dist): Don't include backup files or autosave files in
9304         the distribution tar file.
9306 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9308         * Makefile (srcs): Add index.perm.
9309         (elisp.dvi): Remove erroneous shell comment.
9310         Expect output of permute-index in permuted.fns.
9311         Save old elisp.aux in elisp.oaux.
9312         (clean): Add index.texi to be deleted.
9314 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9316         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9318 1990-06-26  David Lawrence  (tale@geech)
9320         * files.texi: Noted that completion-ignored-extensions is ignored
9321         when making *Completions*.
9323 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
9325         * Makefile  make dist now depends on elisp.dvi, since it tries
9326         to include it in the dist file.
9328 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
9330         * functions.texinfo (Mapping Functions): Add missing quote.
9332 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9334         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9335         (defunargs): Turn off \hyphenchar of \sl font temporarily.
9337 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9339         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9340         and @error{} are the terms now being used.  The files in the
9341         directory have been changed to reflect this.
9343         * All instances of @indentedresultt{} have been changed to
9344         `     @result{}', using 5 spaces at the begining of the line.
9346 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9348         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9349         experimental @indentedresult{}, @indentedexpandsto{} are part of
9350         the texinfo.tex in this directory.  These TeX macros are not
9351         stable yet.
9353 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9355         * texinfo.tex: Temporarily added
9356                 \let\result=\dblarrow
9357                 \def\error{{\it ERROR} \longdblarrow}
9358         We need to do this better soon.
9360 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9362         * Applied Karl Berry's patches to *.texinfo files, but not to
9363         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
9364         new title page format is also not applied, since it requires
9365         texinfo.tex changes.)
9367         * Cleaned up `Makefile' and defined the `emacslibdir' directory
9368         for the Project GNU development environment.
9370 ;; Local Variables:
9371 ;; coding: utf-8
9372 ;; End:
9374   Copyright (C) 1998-2011  Free Software Foundation, Inc.
9376   This file is part of GNU Emacs.
9378   GNU Emacs is free software: you can redistribute it and/or modify
9379   it under the terms of the GNU General Public License as published by
9380   the Free Software Foundation, either version 3 of the License, or
9381   (at your option) any later version.
9383   GNU Emacs is distributed in the hope that it will be useful,
9384   but WITHOUT ANY WARRANTY; without even the implied warranty of
9385   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9386   GNU General Public License for more details.
9388   You should have received a copy of the GNU General Public License
9389   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.