doc/lispref/makefile.w32-in (srcs): Add package.texi.
[emacs.git] / doc / lispref / ChangeLog
blob4129b37986ff0927632c0829f9ed8194b82138df
1 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
3         * makefile.w32-in (srcs): Add package.texi.
5 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
7         * package.texi (Packaging, Packaging Basics, Simple Packages)
8         (Multi-file Packages): Expand and clarify.
9         (Package Archives): Temporary placeholder node.
11         * elisp.texi (Top): Update node listing.
13         * Makefile.in (srcs): Add package.texi.
15 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
17         * processes.texi (Synchronous Processes): Minor clarification
18         (Bug#8149).
20 2011-03-03  Glenn Morris  <rgm@gnu.org>
22         * files.texi (Truenames): Minor clarification.  (Bug#2341)
24 2011-03-01  Glenn Morris  <rgm@gnu.org>
26         * variables.texi (Directory Local Variables):
27         Mention `(subdirs . nil)' alist element.
29 2011-02-28  Glenn Morris  <rgm@gnu.org>
31         * variables.texi (Directory Local Variables): Mention the optional
32         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
34 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
36         * minibuf.texi (Minibuffer History): Clarify discussion of
37         minibuffer history lists (Bug#8085).
39 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
41         * elisp.texi: Sync @dircategory with ../../info/dir.
43         * files.texi (Visiting Functions): Document find-file-literally,
44         both the command and the variable.
46         * variables.texi (Creating Buffer-Local): Explain the meaning of
47         permanent local variables.
49         * files.texi (Visiting Functions): Document find-file-literally,
50         both the command and the variable.
52         * variables.texi (Creating Buffer-Local): Explain the meaning of
53         permanent local variables.
55 2011-02-19  Glenn Morris  <rgm@gnu.org>
57         * keymaps.texi (Remapping Commands): Mention how to undo it.
59 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
61         * loading.texi (Hooks for Loading): Remove unnecessary advice
62         about eval-after-load (Bug#7986).
64 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
66         * commands.texi (Accessing Mouse): Note that a header line is not
67         included in the row of posn-col-row.
69 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
71         * modes.texi (Major Mode Conventions): Add face guidelines.
72         (Faces for Font Lock): List faces in order of prominence.
74 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
76         format-time-string now supports subsecond time stamp resolution
77         * os.texi (Time Parsing): Document %N.
79 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
81         * vol1.texi (Top):
82         * vol2.texi (Top):
83         * elisp.texi (Top):
84         * display.texi (Display Property): Shorten the menu description of
85         the "Other Display Specs" node (Bug#7816).
87         * keymaps.texi (Defining Menus): Add "menu item" and "extended
88         menu item" concept index entries (Bug#7805).
90 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
92         * makefile.w32-in (texinfodir): New variable.
93         (usermanualdir): Remove as redundant with $(emacsdir).
94         (MAKEINFO): Remove options, leave only program name.
95         (MAKEINFO_OPTS): New variable.
96         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
98 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
99             Richard Kim  <emacs18@gmail.com>
101         * loading.texi (Library Search): Document list-load-path-shadows
102         (Bug#7757).
104 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
106         * searching.texi (Regexp Special): Remove outdated discussion of
107         character sets (Bug#7780).
109         * frames.texi (Pop-Up Menus): Document where menu title comes
110         from (Bug#7684).
112 2011-01-25  Glenn Morris  <rgm@gnu.org>
114         * display.texi (Making Buttons): Mention limitation of text buttons.
116 2011-01-23  Werner Lemberg  <wl@gnu.org>
118         * Makefile.in (MAKEINFO): Now controlled by `configure'.
119         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
120         (ENVADD): New variable to control texi2dvi and texi2pdf.
122 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
124         * files.texi (Directory Names): Move directory-abbrev-alist doc to
125         Emacs manual.
127 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
129         * files.texi (Directory Names): Explain why FROM in
130         directory-abbrev-alist should begin with \`.  (Bug#7777)
132 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
136 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
138         * modes.texi (Emulating Mode Line): Fix last change.
140 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
142         * modes.texi (Emulating Mode Line): Update documentation of
143         format-mode-line according to changes that fixed bug #7587.
145 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * modes.texi (Derived Modes): Mention prog-mode.
149         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
150         of the key-binding-data cache since we don't use it any more.
152 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
154         * processes.texi (Shell Arguments):
155         * strings.texi (Creating Strings): Don't mention "shell commands";
156         make it explicit that `split-string-and-unquote' and
157         `combine-and-quote-strings' are mainly for working with arguments
158         to call-process and start-process.
160         * processes.texi (Shell Arguments): Fix documentation of
161         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
163 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * modes.texi (Auto-Indentation): New section to document SMIE.
166         (Major Mode Conventions):
167         * text.texi (Mode-Specific Indent): Refer to it.
169 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
171         * display.texi (Other Display Specs): Document left-fringe and
172         right-fringe display specs.
174 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * backups.texi (Making Backups):
177         * modes.texi (Example Major Modes): Use recommended coding style.
178         (Major Mode Basics, Derived Modes): Encourge more strongly use of
179         define-derived-mode.  Mention completion-at-point-functions.
181 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
183         * nonascii.texi (Converting Representations):
184         Document byte-to-string.
186 2010-12-08  Glenn Morris  <rgm@gnu.org>
188         * buffers.texi (Modification Time):
189         verify-visited-file-modtime now defaults to the current buffer.
191 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
193         * nonascii.texi (Converting Representations): Document byte-to-string.
195         * strings.texi (Creating Strings): Don't mention semi-obsolete
196         function char-to-string.
197         (String Conversion): Shorten discussion of semi-obsolete function
198         string-to-char.  Link to Converting Representations.
200         * objects.texi (Symbol Type):
201         * text.texi (Near Point):
202         * help.texi (Help Functions):
203         * functions.texi (Mapping Functions): Use string instead of
204         char-to-string in examples.
206 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
208         * text.texi (Kill Functions, Kill Functions)
209         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
210         YANK-HANDLER args.
212         * symbols.texi (Creating Symbols): Using unintern without an
213         obarray arg is now obsolete.
215         * numbers.texi (Float Basics): Document float-e and float-pi.
217         * variables.texi (Defining Variables): Change "pi" example to
218         "float-pi".
220 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
222         * commands.texi (Click Events): Document the values of X, Y and
223         COL, ROW in the event's position, when the click is on the header
224         or mode line, on the fringes, or in the margins.
226 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
228         * customize.texi (Composite Types): Lower-case index entry.
230         * loading.texi (How Programs Do Loading):
231         Document load-file-name.  (Bug#7346)
233 2010-11-17  Glenn Morris  <rgm@gnu.org>
235         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
237 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
239         * display.texi (Usual Display): Characters with no fonts are not
240         necessarily displayed as empty boxes.
242 2010-10-31  Glenn Morris  <rgm@gnu.org>
244         * maps.texi (Standard Keymaps): Update File menu description.
246 2010-10-28  Glenn Morris  <rgm@gnu.org>
248         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
250 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
252         * display.texi (Window Systems): Deprecate use of window-system as
253         a predicate.
255 2010-10-23  Glenn Morris  <rgm@gnu.org>
257         * help.texi (Documentation Basics): Remove mentions of digest-doc and
258         sorted-doc.
260 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
262         * os.texi (Dynamic Libraries): New node, with slightly modified
263         text deleted from "Image Formats".
264         (System Interface): Add @menu entry for "Dynamic Libraries".
266         * display.texi (Image Formats): Remove description of
267         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
269 2010-10-12  Glenn Morris  <rgm@gnu.org>
271         * book-spine.texinfo: Rename to book-spine.texi.
273 2010-10-11  Glenn Morris  <rgm@gnu.org>
275         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
277         * Makefile.in (DVIPS): New variable.
278         (.PHONY): Add html, ps.
279         (html, elisp.html, ps, elisp.ps): New targets.
280         (clean): Delete html, ps files.
281         ($(infodir)/elisp): Remove unnecessary includes.
283 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
285         * makefile.w32-in (emacsdir): New variable.
286         (srcs): Add emacsver.texi.
287         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
289 2010-10-09  Glenn Morris  <rgm@gnu.org>
291         * Makefile.in (VPATH): Remove.
292         (infodir): Make it absolute.
293         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
295         * Makefile.in (dist): Anchor regexps.
297         * Makefile.in (srcs): Put elisp.texi first.
298         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
300         * Makefile.in (infoclean): Remove harmless, long-standing error.
302         * Makefile.in ($(infodir)): Delete rule.
303         (mkinfodir): New.
304         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
306         * Makefile.in (dist): Remove reference to emacsver.texi.in.
307         Also copy emacsver.texi, and edit $emacsdir.
309 2010-10-09  Glenn Morris  <rgm@gnu.org>
311         * Makefile.in (emacsdir): New variable.
312         (MAKEINFO): Add -I $emacsdir.
313         (dist): Copy emacsver.texi.
314         (srcs): Add emacsver.texi.
316         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
317         Set EMACSVER by including emacsver.texi.
319         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
321 2010-10-07  Glenn Morris  <rgm@gnu.org>
323         * Makefile.in (version): New, set by configure.
324         (clean): Delete dist tar file.
325         (dist): Use version in tar name.
327 2010-10-06  Glenn Morris  <rgm@gnu.org>
329         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
330         (INSTALL_INFO): Remove unused variable.
331         (mostlyclean, infoclean, dist): New rules.
332         (clean): Delete dvi and pdf files.
333         (maintainer-clean): Remove elisp.oaux, use infoclean.
334         ($(infodir)): Add parallel build workaround.
336 2010-10-04  Glenn Morris  <rgm@gnu.org>
338         * Makefile.in (dvi, pdf, $(infodir)): New targets.
339         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
340         Fix -I typo.
341         (clean): No 'make.out' or 'core' files.
342         (.PHONY): Declare clean rules.
343         (maintainer-clean): Delete pdf file.  Guard against cd failures.
345 2010-10-03  Glenn Morris  <rgm@gnu.org>
347         * files.texi (File Name Components): Remove ignored section about
348         deleted variable directory-sep-char.
350 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
352         * files.texi (Magic File Names): New defopt
353         remote-file-name-inhibit-cache.
355 2010-10-02  Glenn Morris  <rgm@gnu.org>
357         * os.texi (Killing Emacs): Hook now runs in batch mode.
359 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * text.texi (Special Properties): Clarify when modification-hooks run.
363 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * syntax.texi (Syntax Flags): Document new `c' flag.
367 2010-09-09  Glenn Morris  <rgm@gnu.org>
369         * display.texi (ImageMagick Images): General cleanup.
371 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
373         * files.texi (Directory Names): Use \` rather than ^.
375 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
377         * text.texi (Low-Level Kill Ring):
378         * frames.texi (Window System Selections): Remove cut buffer
379         documentation.
381 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
383         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
384         Parameters", where the default fringe width is described.
386         * frames.texi (Window Frame Parameters, Basic Parameters)
387         (Position Parameters, Layout Parameters, Management Parameters)
388         (Cursor Parameters, Font and Color Parameters): Add indexing for
389         frame parameters.  (Bug#6929)
391 2010-08-25  Tom Tromey  <tromey@redhat.com>
393         * vol2.texi (Top): Update.
394         * vol1.texi (Top): Update.
395         * tips.texi (Library Headers): Mention Package-Version and
396         Package-Requires.
397         * package.texi: New file.
398         * os.texi (System Interface): Update pointers.
399         * elisp.texi (Top): Link to new nodes.  Include package.texi.
400         * anti.texi (Antinews): Update pointers.
402 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
404         * processes.texi (Filter Functions): Fix last change.
406 2010-08-24  Markus Triska  <triska@gmx.at>
408         * processes.texi (Filter Functions): Use `buffer-live-p' instead
409         of `buffer-name' in the main text as well as in the example
410         (Bug#3098).
412 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
414         * nonascii.texi (Text Representations):
415         * loading.texi (Loading Non-ASCII):
416         * compile.texi (Byte Compilation): Don't mention obsolete
417         --unibyte command-line argument.
419 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
421         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
423 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
425         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
427 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
429         * commands.texi (Misc Events): Add cross-references to where
430         POSITION of a mouse event is described in detail.
432 2010-08-08  Christoph  <cschol2112@googlemail.com>
434         * control.texi (Handling Errors) <error-message-string>: Fix arg name.
436 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
438         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
439         Suggested by Štěpán Němec <stepnem@gmail.com>.
441 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
443         * minibuf.texi (High-Level Completion): Document args of
444         `read-buffer-function' (bug#5625).
446 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
448         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
450 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
452         * processes.texi (Process Information): Explain process property
453         `remote-tty'.
455 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
457         * modes.texi (Defining Minor Modes): Use C-delete in examples,
458         instead of "\C-\^?" (bug#6334).
460         * text.texi (Special Properties): Fix typo.
462 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
464         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
465         calling sequences, which are now the standard.
467 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
469         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
471         * commands.texi (Command Overview): Mention undo-boundary call.
473 2010-06-23  Glenn Morris  <rgm@gnu.org>
475         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
476         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
477         * frames.texi, functions.texi, internals.texi, keymaps.texi:
478         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
479         * searching.texi, sequences.texi, strings.texi, syntax.texi:
480         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
481         Untabify Texinfo files.
483 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
485         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
487 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
489         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
491 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
493         * searching.texi (Regexp Special): Remove obsolete information
494         about matching non-ASCII characters, and suggest using char
495         classes (Bug#6283).
497 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
499         * minibuf.texi (Basic Completion): Add missing "@end defun".
501 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
503         * minibuf.texi (Basic Completion): Document completion-boundaries.
504         (Programmed Completion): Document the new fourth method for boundaries.
506 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
508         * display.texi (Image Cache): Update documentation about image caching.
510 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
512         * windows.texi (Textual Scrolling):
513         * tips.texi (Coding Conventions):
514         * minibuf.texi (Minibuffer History):
515         * maps.texi (Standard Keymaps):
516         * loading.texi (Where Defined):
517         * edebug.texi (Instrumenting): Fix typos.
519 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
521         * keymaps.texi (Menu Bar): Document :advertised-binding property.
523         * functions.texi (Obsolete Functions):
524         Document set-advertised-calling-convention.
526         * minibuf.texi (Basic Completion): Document completion-in-region.
527         (Programmed Completion): Document completion-annotate-function.
529         * commands.texi (Reading One Event): Document read-key.
530         (Distinguish Interactive): Document KIND arg to
531         called-interactively-p.  Delete obsolete interactive-p.
533         * elisp.texi (Top): Update node description.
535 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
537         * nonascii.texi (Character Properties):
538         Document unicode-category-table.  Add an index entry for Unicode
539         general category.
541 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
543         * Version 23.2 released.
545 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
547         * locals.texi (Standard Buffer-Local Variables):
548         Remove @ignore'd reference to `direction-reversed'.
550 2010-04-14  Juri Linkov  <juri@jurta.org>
552         Fix @deffn without category.
554         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
555         for `abbrev-insert'.
557         * buffers.texi (Indirect Buffers): Add category `Command'
558         to @deffn of `clone-indirect-buffer'.
560         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
561         for `next-window' and `previous-window'.  Add category `Command'
562         to @deffn of `pop-to-buffer'.
564 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
566         * nonascii.texi (Text Representations): Don't mark
567         enable-multibyte-characters as a user option.
569 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
571         * control.texi (Handling Errors): How to re-throw a signal caught
572         by condition-case.
574 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
576         * loading.texi (Hooks for Loading): Document after-load-functions.
577         Copyedits.
579 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
581         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
583 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
585         * processes.texi (Network Processes): Document seqpacket type.
587 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
589         * os.texi (System Environment): Do not mention lynxos.
591 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
593         * Branch for 23.2.
595 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
597         * objects.texi (Integer Type): Take note of the read syntax
598         exception for numbers that cannot fit in the integer type.
600 2010-03-03  Glenn Morris  <rgm@gnu.org>
602         * numbers.texi (Integer Basics, Bitwise Operations):
603         * objects.texi (Integer Type): Update for integers now being 30-bit.
605 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
607         * display.texi (Low-Level Font): Document :otf font-spec property.
609 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * display.texi (Line Height): Avoid obsolete special default variables
612         like default-major-mode.
614 2010-01-28  Alan Mackenzie  <acm@muc.de>
616         * display.texi (Auto Faces): Say fontification-functions is called
617         whether or not Font Lock is enabled.  Tidy up the wording a bit.
619 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
621         * elisp.texi: Remove duplicate edition information (Bug#5407).
623 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
625         * two.el (volume-header-toc-markup): Fix typos in docstring.
627 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
629         Avoid dubious uses of save-excursions.
630         * positions.texi (Excursions): Recommend the use of
631         save-current-buffer if applicable.
632         * text.texi (Clickable Text): Fix the example code which used
633         save-excursion in a naive way which sometimes preserves point and
634         sometimes not.
635         * variables.texi (Creating Buffer-Local):
636         * os.texi (Session Management):
637         * display.texi (GIF Images):
638         * control.texi (Cleanups): Use (save|with)-current-buffer.
640 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
642         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
644 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
646         * nonascii.texi (Text Representations, Character Codes)
647         (Converting Representations, Explicit Encoding)
648         (Translation of Characters): Use hex notation consistently.
649         (Character Sets): Fix map-charset-chars doc (Bug#5197).
651 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
653         * loading.texi (Where Defined): Make it clearer that these are
654         loaded files (Bug#5068).
656 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
658         * minibuf.texi (Completion Styles): Document `initials' style.
660 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
662         * frames.texi (Resources): Describe inhibit-x-resources.
663         (Size Parameters): Copyedit.
665         * hash.texi (Creating Hash):
666         * objects.texi (Hash Table Type): Document the new hash table
667         printed representation.
669         * minibuf.texi (Basic Completion): 4th arg to all-completions is
670         obsolete.
672         * processes.texi (Process Buffers):
673         Document process-kill-buffer-query-function.
675 2009-12-05  Glenn Morris  <rgm@gnu.org>
677         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
678         diary-display-function, and no longer recommended to be a hook.
679         Update for changes in the names of calendar and diary hooks.
680         diary-print-entries-hook has changed section.
682 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
684         * text.texi (Special Properties): More accurate description of
685         what the `cursor' property does.
687 2009-11-26  Kevin Ryde  <user42@zip.com.au>
689         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
690         mouse-wheel-down-event, the closest thing to a definition for them.
691         * os.texi (Startup Summary): vindex inhibit-startup-message and
692         inhibit-splash-screen.
693         (Command-Line Arguments): vindex argv.
694         (Suspending Emacs): vindex suspend-tty-functions and
695         resume-tty-functions.  Don't want to index every hook, but having
696         the programming ones is helpful.
698 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
700         * commands.texi (Motion Events): Fix typo (Bug#4907).
702 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
704         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
705         are affected by case-fold-search (Bug#4483).
707 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
709         * minibuf.texi (Reading File Names): Note that read-file-name may
710         use a graphical file dialog.
712 2009-10-31  Glenn Morris  <rgm@gnu.org>
714         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
716 2009-10-16  Kevin Ryde  <user42@zip.com.au>
718         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
719         in particular so `info-lookup-symbol' can find its docs.
721 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
723         * variables.texi (Constant Variables): Distinguish from defconst
724         variables.
725         (Defining Variables): Add cindex.
727 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
729         * os.texi (Time of Day): Clarify that the microsecond part is
730         ignored (Bug#4637).
732 2009-10-11  Glenn Morris  <rgm@gnu.org>
734         * frames.texi (Size and Position): Clarify what is included in the frame
735         height.  (Bug#4535)
737 2009-10-10  Glenn Morris  <rgm@gnu.org>
739         * windows.texi (Size of Window): The relationship between window and
740         frame heights is not so simple.  (Bug#4535)
741         Mention window-full-height-p.
743 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
746         used from Lisp.
748 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
750         * files.texi (Directory Names) <abbreviate-file-name>:
751         Document that root home directories are not replaced with "~".
753 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
755         * text.texi (Special Properties): Document the meaning of the
756         `cursor' text property whose value is an integer.
758 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
760         * files.texi (Magic File Names): Add `copy-directory'.
762 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
764         * files.texi (File Attributes): Fix description of file
765         attributes.  (Bug#4638) Update attributes of files.texi example to
766         be more representative.
768 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
770         * files.texi (Create/Delete Dirs): New command copy-directory.
772 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
774         * anti.texi (Antinews):
775         * macros.texi (Indenting Macros):
776         * strings.texi (Creating Strings, Case Conversion):
777         Remove duplicate words.
779 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
781         * files.texi (Create/Delete Dirs): delete-directory has an
782         optional parameter RECURSIVE.
784 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * buffers.texi (Swapping Text): Minor clarification.
788 2009-10-01  Glenn Morris  <rgm@gnu.org>
790         * functions.texi (Declaring Functions): Mention that we also search for
791         ".m" files in the src/ directory.
793 2009-09-25  David Engster  <deng@randomsample.de>
795         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
797 2009-09-22  Glenn Morris  <rgm@gnu.org>
799         * internals.texi (Building Emacs): Mention preloaded-file-list.
801 2009-09-14  Alan Mackenzie  <acm@muc.de>
803         * os.texi (Terminal Output): Put "@code{}" around "stdout".
805 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
807         * functions.texi (Anonymous Functions): Rearrange discussion,
808         giving usage of unquoted lambda forms first.  Mention that
809         `function' and `#'' are no longer required (Bug#4290).
811 2009-09-11  Alan Mackenzie  <acm@muc.de>
813         * os.texi (Terminal Output): Document `send-string-to-terminal' in
814         batch mode.
816 2009-09-01  Glenn Morris  <rgm@gnu.org>
818         * display.texi (Face Functions): Mention define-obsolete-face-alias.
820 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
822         * nonascii.texi (Character Codes): Fix typos.
824 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
826         * processes.texi (Synchronous Processes): New defvar
827         process-file-side-effects.
829 2009-08-25  Glenn Morris  <rgm@gnu.org>
831         * display.texi (Fontsets): Fix typo.
833         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
835 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * processes.texi (Asynchronous Processes): Adjust arglist of
838         start-process-shell-command and start-file-process-shell-command.
840 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
842         * advice.texi (Argument Access in Advice): Note that argument
843         positions are zero-based (Bug#3932).
845         * commands.texi (Distinguish Interactive): Minor copyedit.
847         * display.texi (Face Attributes): Add xref to Displaying Faces for
848         explanation of "underlying face".
850         * customize.texi (Common Keywords): Add xref to Loading.
852         * loading.texi (How Programs Do Loading): Add xref to Lisp
853         Libraries node in the Emacs manual.
855 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
857         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
859 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
861         * processes.texi (Shell Arguments): Copyedits.
863 2009-07-18  Glenn Morris  <rgm@gnu.org>
865         * loading.texi (Repeated Loading): Fix typo.
867 2009-07-16  Richard Stallman  <rms@gnu.org>
869         * buffers.texi (Swapping Text): Recommend setting
870         write-region-annotate-functions and buffer-saved-size.
872         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
874 2009-07-15  Glenn Morris  <rgm@gnu.org>
876         * edebug.texi: Minor re-phrasings throughout.
877         (Edebug Execution Modes): Sit-for affects continue mode too.
878         (Jumping): Use `forward-sexp' rather than its keybinding.
879         (Edebug Misc): Fix Q binding.
880         (Edebug Eval): Remove cl version.
881         (Printing in Edebug): Clarify print-length etc.
882         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
883         (Specification List): Remove edebug-unwrap findex entry.
884         (Specification Examples): defmacro is actually not the same as defun.
885         Escape "`" in example.
887 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
889         * markers.texi (The Mark): Document optional arg to
890         deactivate-mark.
892 2009-07-11  Kevin Ryde  <user42@zip.com.au>
894         * hooks.texi (Standard Hooks): Fix cross-references.
896         * loading.texi (Named Features): Refer to eval-after-load.
898 2009-07-11  Glenn Morris  <rgm@gnu.org>
900         * Makefile.in (TEXI2PDF): New.
901         (elisp.pdf): New target.
903         * searching.texi (Regexp Backslash): Fix typo.
905         * elisp.texi (Top): Display copyright notice at start of non-TeX.
907 2009-07-10  Glenn Morris  <rgm@gnu.org>
909         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
911         * customize.texi (Customization Types):
912         * display.texi (Abstract Display):
913         * objects.texi (Character Type, String Type):
914         Merge in some menu descriptions from elisp.texi.
916         * hash.texi (Hash Tables):
917         * modes.texi (Multiline Font Lock):
918         End menu description with period.
920 2009-07-09  Glenn Morris  <rgm@gnu.org>
922         * back.texi: Don't hard-code texinfo location.
924         * two-volume.make (texinfodir): New, with location of texinfo.tex.
925         (tex): Add texinfodir to TEXINPUTS.
926         (elisp1med-init, elisp2med-init): Use texinfodir.
928         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
929         (clean): Add two-volume.make intermediate files.
931         * elisp.texi, vol1.texi, vol2.texi:
932         Use a DATE variable with the publication date, and update it.
933         Fix antinews menu description.
935         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
936         Update the detailed node listing to match elisp.texi.
938         * README: Update edition to match elisp.texi.
940         * objects.texi (General Escape Syntax):
941         * nonascii.texi (Character Sets):
942         Use consistent case for "Unicode Standard".
944         * anti.texi (Antinews):
945         * customize.texi (Variable Definitions):
946         * functions.texi (Declaring Functions):
947         * nonascii.texi (Character Properties):
948         * processes.texi (Serial Ports):
949         * text.texi (Special Properties):
950         * tips.texi (Coding Conventions):
951         Minor rearrangements to improve TeX line-filling.
953         * commands.texi (Using Interactive): Fix cross-reference.
955 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
957         * frames.texi (Management Parameters): Mention sticky.
959 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
961         * help.texi (Help Functions): Fix description of help-buffer and
962         help-setup-xref to use @defun instead of @deffn.
964 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
966         * frames.texi (Size Parameters): Mention maximized for fullscreen.
968 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
970         * display.texi (Window Systems): Add ns to the list.
972 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
974         * Branch for 23.1.
976 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
978         * windows.texi (Dedicated Windows): Fix typo.
979         (Resizing Windows): Replace @defun by @deffn.
981 2009-06-17  Glenn Morris  <rgm@gnu.org>
983         * variables.texi (Directory Local Variables):
984         Update for 2009-04-11 name-change of dir-locals-directory-alist.
986 2009-06-09  Kenichi Handa  <handa@m17n.org>
988         * nonascii.texi (Character Sets): State clearly that FROM and TO
989         are codepoints of CHARSET.
991 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
993         * minibuf.texi (Reading File Names): Fix introductory text.
994         Suggested by stan@derbycityprints.com.
995         (High-Level Completion): Fix typo.
997 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
999         * frames.texi (Text Terminal Colors): Multi-tty is already
1000         implemented, but tty-local colors are not.
1002 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
1004         * hooks.texi (Standard Hooks): Remove mention of obsolete
1005         redisplay-end-trigger-functions.
1007         * internals.texi (Window Internals): Remove mention of obsolete
1008         redisplay-end-trigger-functions.
1010 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
1012         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1014         * backups.texi (Making Backups): backup-directory-alist and
1015         make-backup-file-name-function are options.
1016         (Auto-Saving): auto-save-list-file-prefix is an option.
1018         * buffers.texi (Killing Buffers): buffer-offer-save is an
1019         option.
1021         * display.texi (Refresh Screen): no-redraw-on-reenter is an
1022         option.
1023         (Echo Area Customization): echo-keystrokes is an option.
1024         (Selective Display): selective-display-ellipses is an option.
1025         (Temporary Displays): temp-buffer-show-function is an option.
1026         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1027         are options.
1028         (Font Selection): face-font-family-alternatives,
1029         face-font-selection-order, face-font-registry-alternatives, and
1030         scalable-fonts-allowed are options.
1031         (Fringe Indicators): indicate-buffer-boundaries is an option.
1032         (Fringe Cursors): overflow-newline-into-fringe is an option.
1033         (Scroll Bars): scroll-bar-mode is an option.
1035         * eval.texi (Eval): max-lisp-eval-depth is an option.
1037         * files.texi (Visiting Functions): find-file-hook is an option.
1038         (Directory Names): directory-abbrev-alist is an option.
1039         (Unique File Names): temporary-file-directory and
1040         small-temporary-file-directory are options.
1042         * frames.texi (Initial Parameters): initial-frame-alist,
1043         minibuffer-frame-alist and default-frame-alist are options.
1044         (Cursor Parameters): blink-cursor-alist and
1045         cursor-in-non-selected-windows ar options.
1046         (Window System Selections): selection-coding-system is an
1047         option.
1048         (Display Feature Testing): display-mm-dimensions-alist is an
1049         option.
1051         * help.texi (Help Functions): help-char and help-event-list are
1052         options.
1054         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1055         an option.
1057         * minibuf.texi (Minibuffer History): history-length and
1058         history-delete-duplicates are options.
1059         (High-Level Completion): read-buffer-function and
1060         read-buffer-completion-ignore-case are options.
1061         (Reading File Names): read-file-name-completion-ignore-case is
1062         an option.
1064         * modes.texi (Mode Line Top): mode-line-format is an option.
1065         (Mode Line Variables): mode-line-position and mode-line-modes
1066         are options.
1068         * nonascii.texi (Text Representations):
1069         enable-multibyte-characters is an option.
1070         (Default Coding Systems): auto-coding-regexp-alist,
1071         file-coding-system-alist, auto-coding-alist and
1072         auto-coding-functions are options.
1073         (Specifying Coding Systems): inhibit-eol-conversion is an
1074         option.
1076         * os.texi (Init File): site-run-file is an option.
1077         (System Environment): mail-host-address is an option.
1078         (User Identification): user-mail-address is an option.
1079         (Terminal Output): baud-rate is an option.
1081         * positions.texi (Word Motion): words-include-escapes is an
1082         option.
1084         * searching.texi (Standard Regexps): page-delimiter,
1085         paragraph-separate, paragraph-separate and sentence-end are
1086         options.
1088         * text.texi (Margins): left-margin and fill-nobreak-predicate
1089         are options.
1091         * variables.texi (Local Variables): max-specpdl-size is an
1092         option.
1094         * windows.texi (Choosing Window):
1095         split-window-preferred-function, special-display-function and
1096         display-buffer-function are options.
1098 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
1100         Fix errors spotted by Martin Rudalics.
1102         * syntax.texi (Position Parse): Document rationale for ignored
1103         arguments to syntax-ppss-flush-cache.
1105         * processes.texi (Input to Processes): Mark PROCESS arg to
1106         process-running-child-p as optional.
1107         (Network Options): Document NO-ERROR arg to
1108         set-network-process-option.
1110         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1111         command.
1113         * searching.texi (POSIX Regexps): Mark posix-search-forward and
1114         posix-search-backward as commands.
1116         * os.texi (Killing Emacs): Mark kill-emacs as a command.
1117         (Suspending Emacs): Mark suspend-emacs as a command.
1118         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1119         commands.
1120         (Terminal Output): Remove obsolete function baud-rate.
1121         Document TERMINAL arg for send-string-to-terminal.
1123         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1124         terminal-coding-system and set-terminal-coding-system.
1125         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1126         as optional.
1127         (Character Sets): Document RESTRICTION arg of char-charset.
1128         (Character Codes): Mark POS argument to get-byte as optional.
1130         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1131         minibuffer-message.
1133         * files.texi (Create/Delete Dirs): Mark make-directory and
1134         delete-directory as commands.
1136         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1138         * text.texi (Base 64): Mark base64-decode-string and
1139         base64-encode-string as commands.
1140         (Columns): Mark move-to-column as a command.
1141         (Mode-Specific Indent): Document RIGID arg to
1142         indent-for-tab-command.
1143         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1144         Mark indent-code-rigidly as a command.
1145         (Substitution): Mark translate-region as a command.
1147         * frames.texi (Size and Position): Remove obsolete functions
1148         screen-height and screen-width.
1150 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
1152         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1153         (Displaying Buffers, Resizing Windows): Correct mistakes;
1154         next-window, previous-window, and pop-to-buffer are not commands,
1155         and fit-window-to-buffer" is a command.  (Pointed out by Martin
1156         Rudalics.)
1158 2009-05-17  Richard M Stallman  <rms@gnu.org>
1160         * modes.texi (Precalculated Fontification): Clarify text.
1162 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
1164         * windows.texi (Selecting Windows): Clarify descriptions of
1165         with-selected-window and get-lru-window.
1166         (Cyclic Window Ordering): Refer to particular frame when talking
1167         about how splitting affects the ordering.
1168         (Displaying Buffers): Fix descriptions of switch-to-buffer and
1169         switch-to-buffer-other-window.  Explain how setting of
1170         display-buffer-reuse-frames affects pop-to-buffer.
1171         (Choosing Window): Clarify some details in descriptions of
1172         display-buffer-reuse-frames, pop-up-frames, and
1173         pop-up-frame-function.
1174         (Dedicated Windows): Clarify some details.
1175         (Textual Scrolling): Replace term vscroll by term vertical
1176         scroll position.
1177         (Vertical Scrolling): Fix typo.
1178         (Window Hooks): Relate text on jit-lock-register to window
1179         scrolling and size changes.
1181 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
1183         * frames.texi (Initial Parameters): Clarify what the initial
1184         minibuffer frame is.
1185         (Buffer Parameters): Note that the minibuffer parameter can not be
1186         altered.
1188         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
1189         Document display-buffer changes.
1191 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
1193         * anti.texi (Antinews): Rewrite for Emacs 22.
1195         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1196         obarrays are first mentioned.  Define "system abbrev" more
1197         prominently, and add it to the index.
1198         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1199         Copyedits.
1200         (Abbrev Expansion): Document abbrev-insert.
1202 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
1204         * frames.texi (Font and Color Parameters): Rename from Color
1205         Parameters.  Document font-backend parameter.
1207         * vol2.texi (Top): Update node listing.
1208         * vol1.texi (Top): Update node listing.
1209         * elisp.texi (Top): Update node listing.
1211 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
1213         * windows.texi (Choosing Window): Don't explicitly refer to
1214         split-window-sensibly's window argument in descriptions of
1215         split-height-threshold and split-width-threshold.
1217 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
1219         * windows.texi (Choosing Window): Fix rewrite of window
1220         splitting section.
1222 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
1224         * nonascii.texi (Default Coding Systems): Document
1225         find-auto-coding, set-auto-coding, and auto-coding-alist.
1226         Add indexing.
1227         (Lisp and Coding Systems): Add index entries.
1229 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
1231         * windows.texi (Choosing Window): Describe split-window-sensibly
1232         and rewrite section on window splitting accordingly.
1233         (Textual Scrolling): Replace `...' by @code{...}.
1235 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
1237         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1238         Remove obsoleted pre-abbrev-expand-hook.
1240         * locals.texi (Standard Buffer-Local Variables): Consolidate table
1241         entries.
1243         * internals.texi (Object Internals): Don't assume 32-bit machines
1244         are the norm.
1245         (Buffer Internals): Consolidate table entries for readability.
1246         (Window Internals): Synch field names to window.h.
1247         (Process Internals): Synch field names to process.h.
1249 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
1251         * variables.texi (File Local Variables): Note that read-circle is
1252         bound to nil when reading file-local variables.
1254         * streams.texi (Input Functions): Document read-circle.
1255         (Output Variables): Add xref to Circular Objects.
1257 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
1259         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
1260         Features and Coding System Basics.  Node that "p" stands for
1261         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
1262         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1263         mouse-appearance-menu.
1264         (Programming Tips): Add xref to Progress.
1266 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
1268         * os.texi (Command-Line Arguments):
1269         Document command-line-args-left.
1270         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
1271         terminal objects for tty arguments.
1272         (Startup Summary): Add xref to Session Management.
1273         (Session Management): Mention emacs-session-restore.  Copyedits.
1275 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
1277         * os.texi (Startup Summary): Copyedits.  The init file is not
1278         necessarily named .emacs now.  Document initial-buffer-choice and
1279         initial-scratch-message.  Note where Emacs exits in batch mode.
1280         Document inhibit-splash-screen as an alias.
1281         (Init File): Be neutral about which init file name to use.
1283 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
1285         * os.texi (System Interface): Fix Texinfo usage.
1287 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
1289         * searching.texi (Regexp Backslash): Also refer to shy groups as
1290         non-capturing or unnumbered groups.
1291         (Regexp Functions): Add cross-reference to Regexp Backslash.
1293         * display.texi (Truncation): Overlays can use line-prefix and
1294         wrap-prefix too.
1295         (Overlay Properties): Document wrap-prefix and line-prefix.
1296         (Face Attributes): Document underline-minimum-offset.
1297         (Face Remapping): Copyedits.
1298         (Low-Level Font): Copyedits.
1299         (Image Cache): Note that the image cache is shared between frames.
1300         (Line Height): Emphasize that line-spacing only takes effect on
1301         graphical terminals.
1303 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
1305         * display.texi (Refresh Screen): Note that a passage about screen
1306         refreshing is text terminal only.
1307         (Forcing Redisplay): Delete misleading comment---sit-for calls
1308         redisplay, not the other way around.
1309         (Truncation): Note new values of truncate-partial-width-windows.
1310         Copyedits.
1311         (Invisible Text): Document invisible-p.
1313 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
1315         * display.texi (Overlays): Overlays don't scale well.  See
1316         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1318 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
1320         * syntax.texi (Syntax Table Functions): Document cons cell
1321         argument for modify-syntax-entry.
1322         (Categories): Document cons cell argument for
1323         modify-category-entry.
1325         * searching.texi (String Search): Document word-search-forward-lax
1326         and word-search-backward-lax.
1327         (Searching and Case): Describe isearch behavior more precisely.
1329         * keymaps.texi (Tool Bar): Mention that some platforms do not
1330         support multi-line toolbars.  Suggested by Stephen Eglen.
1332         * frames.texi (Layout Parameters): Mention that Nextstep also
1333         allows only one tool-bar line.  Suggested by Stephen Eglen.
1335         * nonascii.texi (Text Representations): Copyedits.
1336         (Coding System Basics): Also mention utf-8-emacs.
1337         (Converting Representations, Selecting a Representation)
1338         (Scanning Charsets, Translation of Characters, Encoding and I/O):
1339         Copyedits.
1340         (Character Codes): Mention role of codepoints 1114112 to 4194175.
1342 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
1344         * text.texi (Yank Commands): Note that yank uses push-mark.
1345         (Filling): Clarify REGION argument of fill-paragraph.
1346         Document fill-forward-paragraph-function.
1347         (Special Properties): Remove "new in Emacs 22" declaration.
1348         (Clickable Text): Merge with Links and Mouse-1 node.
1350         * display.texi (Button Properties, Button Buffer Commands):
1351         Change xref to Clickable Text.
1353         * tips.texi (Key Binding Conventions): Change xref to Clickable
1354         Text.
1356         * elisp.texi (Top): Update node listing.
1358 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
1360         * markers.texi (The Mark): Copyedits.  Improve description of
1361         handle-shift-selection.
1362         (The Region): Move use-region-p here from The Mark.
1364         * positions.texi (Screen Lines): Document (cols . lines) argument
1365         for vertical-motion.
1367 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
1369         * frames.texi (Frames): Clean up introduction.  Document `ns'
1370         return value for framep.
1371         (Creating Frames): Note how the terminal is chosen.
1372         (Multiple Terminals, Multiple Displays): Merge into a single node.
1373         (Color Parameters): Fix typo.
1375         * variables.texi (Local Variables, Buffer-Local Variables)
1376         (Creating Buffer-Local): Change link to Multiple Terminals.
1378         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1380         * keymaps.texi (Controlling Active Maps): Change link to Multiple
1381         Terminals.
1383         * commands.texi (Command Loop Info, Keyboard Macros): Change link
1384         to Multiple Terminals.
1386         * elisp.texi (Top): Update node listing.
1387         * vol2.texi (Top): Update node listing.
1388         * vol1.texi (Top): Update node listing.
1390         * buffers.texi (Current Buffer): Note that the append-to-buffer
1391         example is no longer in synch with the latest code.  Tie the two
1392         examples together.
1394         * files.texi (File Attributes): Move note about MS-DOS from
1395         Changing Files to File Attributes.
1396         (Create/Delete Dirs): Note that mkdir is an alias for this.
1398 2009-04-01  Markus Triska  <triska@gmx.at>
1400         * processes.texi (Filter Functions): Suggest how to handle output
1401         batches.
1403 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
1405         * help.texi (Accessing Documentation): Update example to use
1406         help-setup-xref and with-help-window.
1407         (Help Functions): Remove print-help-return-message, which is
1408         semi-obsolete due to with-help-window.  Document help-buffer and
1409         help-setup-xref.
1411 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
1413         * help.texi (Accessing Documentation, Help Functions):
1414         Remove information about long-obsolete Emacs versions.
1416         * modes.texi (Mode Line Variables): The default values of the mode
1417         line variables are now more complicated.
1419 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
1421         * modes.texi (Major Mode Conventions): Note that specialness is
1422         inherited.
1423         (Derived Modes): Note that define-derive-mode sets the mode-class
1424         property.
1426         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1427         goto-map.  Add search-map to the list.
1429 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1431         * os.texi (System Environment): Update the list of system-type
1432         values.
1434         * markers.texi (The Mark) <handle-shift-selection>: Update for
1435         removal of the optional argument DEACTIVATE.
1437 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
1439         * commands.texi (Focus Events): Most X window managers don't use
1440         focus-follows-mouse nowadays.
1442 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
1444         * commands.texi (Defining Commands): Clarify introduction.
1445         (Using Interactive): Not that interactive can be put in a symbol
1446         property.
1447         (Interactive Call): Note that a symbol with a non-nil
1448         interactive-form property satisfies commandp.
1450 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
1452         * minibuf.texi (Intro to Minibuffers): Fix typos.
1454 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
1456         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1457         about minibuffers in old Emacs versions.  Copyedits.
1458         Emphasize that enable-recursive-minibuffers defaults to nil.
1459         (Text from Minibuffer): Simplify introduction.
1461 2009-03-22  Alan Mackenzie  <acm@muc.de>
1463         * commands.texi (Using Interactive): Clarify string argument to
1464         `interactive' - even promptless elements need \n separators.
1466 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
1468         * minibuf.texi (Completion Styles): New node.
1470         * elisp.texi (Top): Update node listing.
1472 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
1474         * minibuf.texi (Basic Completion): Note that
1475         read-file-name-completion-ignore-case and
1476         read-buffer-completion-ignore-case can override
1477         completion-ignore-case.
1478         (Minibuffer Completion): Document completing-read changes.
1479         (Completion Commands): Avoid mentioning partial completion mode.
1480         Document minibuffer-completion-confirm changes, and
1481         minibuffer-confirm-exit-commands.
1482         (High-Level Completion): Document new require-match behavior for
1483         read-buffer.  Document read-buffer-completion-ignore-case.
1484         (Reading File Names): Document new require-match behavior for
1485         read-file-name.
1487 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
1489         * debugging.texi (Error Debugging): Don't mislead the reader into
1490         thinking that debug-on-error enters debugger for C-f at EOB.
1491         (Error Debugging): Setting debug-on-init within the init file
1492         works, and has for some time.
1494 2009-03-13  Kenichi Handa  <handa@m17n.org>
1496         * display.texi (Fontsets): Update the description.
1498 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
1500         * advice.texi (Advising Primitives): Link to What Is a Function.
1502 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
1504         * compile.texi (Speed of Byte-Code): Update example.
1505         (Disassembly): Update examples.
1507         * loading.texi (Repeated Loading): Simplify examples.
1509         * customize.texi (Common Keywords): It's not necessary to use :tag
1510         to remove hyphens, as custom-unlispify-tag-name does it
1511         automatically.
1512         (Variable Definitions): Link to File Local Variables.
1513         Document customized-value symbol property.
1514         (Customization Types): Move menu to end of node.
1516 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
1518         * macros.texi (Compiling Macros): Omit misleading sentence, which
1519         implied that macros can only be used in the same file they are
1520         defined.
1521         (Backquote): Remove obsolete information about Emacs 19.
1523 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
1525         * display.texi (Display Margins): Fix paren typo.
1527 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1529         * elisp.texi (Top): Update node listing.
1531         * variables.texi (Variables): Clarify introduction.
1532         (Global Variables): Mention that setq is a special form.
1533         (Local Variables): Use active voice.
1534         (Tips for Defining): Mention marking variables as safe.
1535         (Buffer-Local Variables): Mention terminal-local and frame-local
1536         variables together.
1537         (File Local Variables): Copyedits.
1538         (Frame-Local Variables): Note that they are not really useful.
1539         (Future Local Variables): Node deleted.
1541         * objects.texi (General Escape Syntax): Update explanation of
1542         unicode escape syntax.
1544 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1546         * control.texi (Control Structures): Add cindex entry for "textual
1547         order".
1549         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
1550         instead of "expression" throughout.
1551         (Function Indirection): Copyedits.  Use active voice.
1552         (Eval): The default value of max-lisp-eval-depth is now 400.
1554 2009-02-23  Miles Bader  <miles@gnu.org>
1556         * processes.texi (System Processes): Rename `system-process-attributes'
1557         to `process-attributes'.
1559 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1561         * symbols.texi (Property Lists): Emphasize that property lists are
1562         not restricted to symbol cells.
1563         (Other Plists): Copyedit.
1565         * sequences.texi (Sequences Arrays Vectors): Make introduction
1566         more concise.
1567         (Arrays): Mention char-tables and bool-vectors too.
1568         (Vectors): Don't repeat information given in Arrays node.  Link to
1569         nodes that explain the vector usage examples.
1570         (Char-Tables): Note that char-table elements can have arbitrary
1571         type.  Explain effect of omitted char-table-extra-slots property.
1572         Link to Property Lists node.
1574 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1576         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1577         `append'.
1578         (List Elements): Copyedits.
1580         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1581         of `vconcat'.
1583         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
1584         Emacs 20 usage of `concat'.
1585         (Case Conversion): Copyedits.
1587 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1589         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1590         Minor edits.
1591         (Frame Configuration Type): Emphasize that it is not primitive.
1592         (Font Type): New node.
1593         (Type Predicates): Add fontp; type-of now recognizes font object
1594         types.
1596         * intro.texi (Version Info): Update version numbers in examples.
1597         (Acknowledgements): List more contributors.
1599         * elisp.texi: Bump version number to 3.0.
1600         (Top): Link to Font Type node.
1602 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
1604         * modes.texi (Major Mode Conventions): Remove duplicate words.
1605         (Customizing Keywords): Fix typo.
1607 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1609         * nonascii.texi (User-Chosen Coding Systems): Document that
1610         select-safe-coding-system suggests raw-text if there are raw bytes
1611         in the region.
1612         (Explicit Encoding): Warn not to use `undecided' when encoding.
1614 2009-02-11  Glenn Morris  <rgm@gnu.org>
1616         * frames.texi (Visibility of Frames): Mention the effect multiple
1617         workspaces/desktops can have on visibility.
1619 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1621         * text.texi (Commands for Insertion):
1622         * commands.texi (Event Mod):
1623         * keymaps.texi (Searching Keymaps):
1624         * nonascii.texi (Translation of Characters):
1625         Reinstate documentation of translation-table-for-input.
1626         (Explicit Encoding): Document the `charset' text property produced
1627         by decode-coding-region and decode-coding-string.
1629 2009-01-27  Alan Mackenzie  <acm@muc.de>
1631         * modes.texi (Search-based Fontification): Correct a typo.
1633 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
1635         * abbrevs.texi (Abbrev Table Properties): Fix typo.
1636         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
1638 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1640         * display.texi (Window Systems): Document the value of
1641         `initial-window-system' under --daemon.
1643         * os.texi (System Environment): Remove description of the
1644         `environment' function which has been deleted.
1646 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
1648         * frames.texi (Multiple Displays): Remove documentation for
1649         removed function make-frame-on-tty.
1651 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
1653         * files.texi (Format Conversion Piecemeal): Clarify behavior of
1654         write-region-annotate-functions.
1655         Document write-region-post-annotation-function.
1657 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
1659         * display.texi (Font Lookup): Document WIDTH argument of
1660         x-list-fonts.
1662 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
1664         * maps.texi (Standard Keymaps): Rename function-key-map to
1665         local-function-key-map.
1667         * keymaps.texi (Translation Keymaps): Rename function-key-map to
1668         local-function-key-map.
1670         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1671         and `set-keyboard-coding-system' now accept an optional terminal
1672         argument.
1674         * commands.texi (Event Mod): `keyboard-translate-table' is now
1675         terminal-local.
1676         (Function Keys): Rename function-key-map to
1677         local-function-key-map.
1679         * elisp.texi (Top): Make @detailmenu be consistent with changes in
1680         frames.texi.
1682         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
1683         `delete-terminal-functions', `suspend-tty-functions' and
1684         `resume-tty-functions'.
1686         * frames.texi (Frames): Document `frame-terminal' and
1687         `terminal-live-p'.
1688         (Multiple Displays): Document `make-frame-on-tty'.
1689         (Multiple Terminals): Document `terminal-list', `delete-terminal',
1690         `terminal-name', and `get-device-terminal'.
1691         (Terminal Parameters): Document `terminal-parameters',
1692         `terminal-parameter', and `set-terminal-parameter'.
1694         * os.texi (System Environment): Document `environment' and
1695         `initial-environment'.
1696         (Suspending Emacs): Update for multi-tty; document
1697         `suspend-tty', `resume-tty', and `controlling-tty-p'.
1699         * nonascii.texi (Coding System Basics): More accurate description
1700         of `raw-text'.
1702 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
1704         * display.texi (Low-Level Font): Fix typo.
1706 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
1708         * elisp.texi (Top): Update node listing.
1710         * display.texi (PostScript Images): Node deleted.
1712 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
1714         * processes.texi (Decoding Output): Document that null bytes force
1715         no-conversion for reading process output.
1717         * files.texi (Reading from Files): Document that null bytes force
1718         no-conversion when visiting files.
1720         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
1722         * nonascii.texi (Lisp and Coding Systems):
1723         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
1724         (Character Properties): Improve wording.
1726 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
1728         * display.texi (Font Lookup): Remove obsolete function
1729         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
1730         (Low-Level Font): Rename from Fonts, move to end of Faces section.
1731         (Font Selection): Reorder order of variable descriptions.
1732         Minor clarifications.
1734         * elisp.texi (Top): Update node listing.
1736 2009-01-09  Glenn Morris  <rgm@gnu.org>
1738         * commands.texi (Command Loop Info): Say that last-command-char and
1739         last-input-char are obsolete aliases.
1741         * edebug.texi (Edebug Recursive Edit): Remove separate references to
1742         last-input-char and last-command-char, since they are just aliases for
1743         last-input-event and last-command-event.
1745         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1746         last-command-char.
1748 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1750         * elisp.texi: Update node listing.
1752         * display.texi (Faces): Put Font Selection node after Auto Faces.
1753         (Face Attributes): Don't link to Font Lookup.
1754         Document font-family-list.
1755         (Fonts): New node.
1757 2009-01-08  Jason Rumney  <jasonr@gnu.org>
1759         * frames.texi (Pointer Shape): Clarify that only X supports
1760         changing the standard pointer shapes.  (Bug#1485)
1762 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1764         * display.texi (Attribute Functions): Note that a function value
1765         :height is relative, and that compatibility functions work by
1766         calling set-face-attribute.
1767         (Displaying Faces): Reorder list in order of increasing priority.
1768         (Face Remapping): New node.  Content moved here from Displaying
1769         Faces.
1770         (Glyphs): Link to Face Functions.
1772 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1774         * display.texi (Faces): Don't discuss face id here.  facep does
1775         not return t.
1776         (Defining Faces): Minor clarification.
1777         (Face Attributes): Rearrange items to match docstring of
1778         set-face-attribute.  Add :foundry attribute.  Document new role of
1779         :font attribute.  Texinfo usage fix.
1780         (Attribute Functions): Copyedits.
1781         (Face Functions): Note that face number is seldom used.
1783 2009-01-05  Richard M Stallman  <rms@gnu.org>
1785         * strings.texi (Predicates for Strings): Minor clarification.
1787         * functions.texi (Function Safety): Texinfo usage fix.
1789 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
1791         * objects.texi (General Escape Syntax): Fix typo.
1793 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
1795         * windows.texi (Choosing Window): Say that pop-up-frame-alist
1796         works via the default value of pop-up-frame-function.
1798 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
1800         * processes.texi (System Processes): Document the `time' and
1801         `ctime' attributes of `system-process-attributes'.
1803 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
1805         * display.texi (Face Attributes): Clarify :height attribute.
1807 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
1809         * buffers.texi (The Buffer List): Clarify what moves a buffer to
1810         the front of the buffer list.  Add entries for `last-buffer' and
1811         `unbury-buffer'.
1813 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
1815         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1816         and its subsections.
1818         * frames.texi (Multiple Terminals, Low-level Terminal)
1819         (Terminal Parameters, Frames on Other TTY devices): New sections.
1820         (Frames): Add an xref to "Multiple Terminals".
1822         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1824         * objects.texi (Terminal Type): New node.
1825         (Editing Types): Add it to the menu.
1827         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1828         Variables".
1830         * variables.texi (Directory Local Variables): New node.
1831         (Variables): Add a menu item for it.
1833         * loading.texi (Autoload): Document `generate-autoload-cookie' and
1834         `generated-autoload-file'.
1836 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
1838         * os.texi (Startup Summary): Add xref to documentation of
1839         `initial-window-system'.
1841         * display.texi (Window Systems): Document `window-system' the
1842         function.  The variable `window-system' is now frame-local.
1843         Document `initial-window-system'.
1845 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
1847         * windows.texi (Windows): Rewrite description of
1848         fit-window-to-buffer.
1850 2008-12-13  Glenn Morris  <rgm@gnu.org>
1852         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
1853         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1855 2008-12-12  Glenn Morris  <rgm@gnu.org>
1857         * debugging.texi (Error Debugging): Refer forwards to
1858         eval-expression-debug-on-error.
1860 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
1862         * strings.texi (String Basics): Only unibyte strings that
1863         represent key sequences hold 8-bit raw bytes.
1865         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1866         paragraph to speak about `undecided'.
1867         (Character Properties): Don't explain the meaning of each
1868         property; instead, identify their Unicode Standard names.
1869         (Character Sets): Document `map-charset-chars'.
1871 2008-12-02  Glenn Morris  <rgm@gnu.org>
1873         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1874         section yet again.
1876 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1878         * nonascii.texi (Character Properties): New Section.
1879         (Specifying Coding Systems): Document
1880         `coding-system-priority-list', `set-coding-system-priority', and
1881         `with-coding-priority'.
1882         (Lisp and Coding Systems): Document `check-coding-systems-region'
1883         and `coding-system-charset-list'.
1884         (Coding System Basics): Document `coding-system-aliases'.
1886         * elisp.texi (Top): Add a @detailmenu entry for "Character
1887         Properties".
1889         * objects.texi (Character Type): Correct the range of Emacs
1890         characters.  Add an @xref to "Character Codes".
1892         * strings.texi (String Basics): Add an @xref to "Character Codes".
1894         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1896         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1897         (Character Codes): Document `max-char'.
1899 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
1901         * nonascii.texi (Text Representations, Converting Representations)
1902         (Character Sets, Scanning Charsets, Translation of Characters):
1903         Make text more accurate.
1905 2008-11-28  Glenn Morris  <rgm@gnu.org>
1907         * files.texi (Format Conversion Round-Trip): Improve previous change.
1909 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
1911         * modes.texi (Auto Major Mode): Fix example.
1913 2008-11-25  Glenn Morris  <rgm@gnu.org>
1915         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1917         * files.texi (Format Conversion Round-Trip):
1918         Use active voice for previous change.
1920 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1922         * os.texi (Processor Run Time):
1923         * processes.texi (Transaction Queues):
1924         * markers.texi (The Mark):
1925         * windows.texi (Choosing Window, Selecting Windows):
1926         * files.texi (Changing Files, Magic File Names):
1927         * commands.texi (Key Sequence Input):
1928         * functions.texi (Declaring Functions):
1929         * strings.texi (Predicates for Strings):
1930         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1932 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1934         * help.texi (Accessing Documentation): Update example.
1936         * variables.texi (Defining Variables): Note that `*' is not
1937         necessary if defcustom is used.
1939 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1941         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1942         Characters" from @detailmenu.
1944         * nonascii.texi (Character Codes, Character Sets)
1945         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1946         (Chars and Bytes, Splitting Characters): Sections removed.
1948 2008-11-22  Lute Kamstra  <lute@gnu.org>
1950         * positions.texi (Text Lines): Update goto-line documentation.
1952 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
1954         * frames.texi (Frames): Fix typo, add cross references, reword.
1955         (Initial Parameters): Reword special-display-frame-alist text.
1956         (Frames and Windows): Reword.  Describe argument norecord for
1957         set-frame-selected-window.
1958         (Input Focus): Describe argument norecord for select-frame.
1959         Remove comment on MS-Windows behavior for focus-follows-mouse.
1960         (Raising and Lowering): Mention windows-frames dichotomy in
1961         metaphor.
1963         * windows.texi (Displaying Buffers, Vertical Scrolling)
1964         (Horizontal Scrolling): Fix indenting and rewording issues
1965         introduced with 2008-11-07 change.
1967 2008-11-20  Glenn Morris  <rgm@gnu.org>
1969         * files.texi (Format Conversion Round-Trip): Mention `preserve'
1970         element of `format-alist'.
1972 2008-11-19  Glenn Morris  <rgm@gnu.org>
1974         * doclicense.texi: Update to FDL 1.3.
1975         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1977 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
1979         * windows.texi (Window Hooks): Remove *-end-trigger-functions
1980         vars, which are obsolete.  Mention jit-lock-register.
1982         * modes.texi (Other Font Lock Variables):
1983         Document jit-lock-register and jit-lock-unregister.
1985         * frames.texi (Color Parameters): Document alpha parameter.
1987 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
1989         * windows.texi (Splitting Windows, Deleting Windows)
1990         (Selecting Windows, Cyclic Window Ordering)
1991         (Buffers and Windows, Displaying Buffers, Choosing Window)
1992         (Dedicated Windows, Window Point, Window Start and End)
1993         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1994         (Size of Window, Resizing Windows, Window Configurations)
1995         (Window Parameters): Avoid @var at beginning of sentences and
1996         reword accordingly.
1998 2008-11-11  Lute Kamstra  <lute@gnu.org>
2000         * files.texi (File Name Components): Fix file-name-extension
2001         documentation.
2003 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
2005         * frames.texi (Basic Parameters): Remove display-environment-variable
2006         and term-environment-variable.
2008 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
2010         * windows.texi (Basic Windows, Splitting Windows)
2011         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2012         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
2013         (Resizing Windows, Window Configurations, Window Parameters):
2014         Fix wording and markup.
2016 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
2018         * windows.texi (Windows): Update entries.
2019         (Basic Windows): Remove listing of attributes.  Reword.
2020         (Splitting Windows, Deleting Windows): Reword.
2021         (Selecting Windows, Cyclic Window Ordering): Reword with special
2022         emphasis on order of recently selected windows and buffer list.
2023         (Buffers and Windows, Choosing Window): Reword with special
2024         emphasis on dedicated windows.
2025         (Displaying Buffers): Reword.  For switch-to-buffer mention that
2026         it may fall back on pop-to-buffer.  For other-window try to
2027         explain how it treats the cyclic ordering of windows.
2028         (Dedicated Windows): New node and section discussing dedicated
2029         windows and associated functions.
2030         (Window Point): Add entry for window-point-insertion-type.  Reword.
2031         (Window Start and End): Rename node and section title.  Reword.
2032         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2033         Minor rewording.
2034         (Size of Window): Reword, in particular text on window-width.
2035         (Resizing Windows): Reword.  Add text on balancing windows.
2036         (Window Configurations): Reword.  Mention window parameters.
2037         (Window Parameters): New node and section on window parameters.
2038         (Window Hooks): Reword.  Mention that
2039         window-configuration-change-hook is run "buffer-locally".
2040         * elisp.texi (Top): Update Windows entries in @detailmenu
2041         section.
2043 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2045         * searching.texi (Regexp Search): Fix typo.
2047 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2049         * searching.texi (Regexp Search): Document GREEDY arg.
2050         (Simple Match Data): Fix return value.
2052 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
2054         * nonascii.texi (Text Representations): Rewrite to make consistent
2055         with Emacs 23 internal representation of characters.
2056         Document `unibyte-string'.
2058 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
2060         * processes.texi (Process Information): Note that process-status
2061         does not accept buffer names.
2063 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2065         * positions.texi (Skipping Characters): Correct return value of
2066         skip-chars-forward.
2068 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2070         * windows.texi (Deleting Windows): Update documentation of
2071         delete-windows-on.
2072         (Buffers and Windows): Update documentations of
2073         get-buffer-window and get-buffer-window-list.
2074         (Displaying Buffers): Update documentation of
2075         replace-buffer-in-windows.
2077         * buffers.texi (Current Buffer): Reword set-buffer and
2078         with-current-buffer documentations.
2079         (Creating Buffers): Reword documentation of get-buffer-create.
2081 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
2083         * buffers.texi (Current Buffer): Reword documentation of
2084         set-buffer.
2085         (Buffer Names): Reword documentation of buffer-name.
2086         (The Buffer List): For bury-buffer explain what happens with the
2087         buffer's window.
2088         (Creating Buffers): Say that get-buffer-create's arg is called
2089         buffer-or-name.
2091 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2093         * advice.texi (Computed Advice): Explain what DEFINITION is.
2095         * nonascii.texi (Character Codes): Remove obsolete function
2096         char-valid-p, and document characterp instead.
2098 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
2100         * windows.texi (Displaying Buffers): Reword documentation of
2101         pop-to-buffer.
2102         (Choosing Window): Rewrite documentation of display-buffer and
2103         its options.
2105         * buffers.texi (Killing Buffers): Update documentation of
2106         kill-buffer.
2108 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
2110         * processes.texi (Serial Ports): Fix wording and improve markup.
2112         * searching.texi (Regexp Search): Document `string-match-p' and
2113         `looking-at-p'.
2114         (POSIX Regexps): Add an xref for "non-greedy".
2115         (Regexp Special): Add @cindex entry for "non-greedy".
2117         * display.texi (Attribute Functions): Document `face-all-attributes'.
2118         (Image Cache) <image-refresh>: Minor wording fixes.
2120         * frames.texi (Color Names): Add an xref to `read-color'.
2122         * minibuf.texi (High-Level Completion): Document `read-color'.
2124         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2126         * positions.texi (Narrowing): Add an xref to "Swapping Text".
2128         * buffers.texi (Swapping Text): New section, documents
2129         `buffer-swap-text'.
2131 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
2133         * windows.texi (Resizing Windows): Minor wording fix.
2135 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2137         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2138         and `combine-and-quote-strings'.
2140         * strings.texi (Creating Strings): Add xrefs for them.
2142 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2144         * elisp.texi (Top): Make descriptive text for "Reading File Names"
2145         match the corresponding menu in minibuf.texi.
2147         * minibuf.texi (Reading File Names): Document `read-shell-command'
2148         and `minibuffer-local-shell-command-map'.
2150 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2152         * windows.texi (Resizing Windows): Remove var{} around "window" in
2153         documentation of enlarge-window.
2154         Rewrite documentation of window-min-height and window-min-width.
2156 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2158         * functions.texi (Calling Functions): Document `apply-partially'.
2160         * hooks.texi (Standard Hooks): Mention
2161         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2163         * variables.texi (File Local Variables): Document
2164         `file-local-variables-alist', `before-hack-local-variables-hook'
2165         and `hack-local-variables-hook'.
2167         * processes.texi (Synchronous Processes): Document `process-lines'.
2169         * customize.texi (Variable Definitions):
2170         Document `custom-reevaluate-setting'.
2172 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
2174         * windows.texi (Choosing Window, Deleting Windows)
2175         (Displaying Buffers): Expand documentation of dedicated windows.
2177 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2179         * files.texi (Changing Files): Document symbolic input of file
2180         modes to `set-file-modes'.  Document `read-file-modes' and
2181         `file-modes-symbolic-to-number'.
2183         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2184         and `search-map'.
2186         * searching.texi (Search and Replace):
2187         Document `replace-search-function' and `replace-re-search-function'.
2188         Document `multi-query-replace-map'.
2190         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2191         (Completion Commands, Reading File Names):
2192         Rename `minibuffer-local-must-match-filename-map' to
2193         `minibuffer-local-filename-must-match-map'.
2194         (Minibuffer Completion): The `require-match' argument to
2195         `completing-read' can now have the value `confirm-only'.
2197         * windows.texi (Displaying Buffers): Minor wording fix.
2198         (Choosing Window): `split-height-threshold' can now be nil.
2199         Document `split-width-threshold'.  `pop-up-frames' can have the
2200         value `graphic-only'.
2202 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
2204         * os.texi (Startup Summary): Document `before-init-time' and
2205         `after-init-time'.  Document `initial-window-system' and
2206         `window-system-initialization-alist'.  Document reading the
2207         abbrevs file.  Document the call to `server-start' under --daemon.
2208         Rearrange a bit to be consistent with the code flow.
2209         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2210         (Time Parsing): Document `format-seconds'.
2212 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
2214         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2215         and reword.
2217 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
2219         * markers.texi (The Mark): Document use-region-p.
2221 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
2223         * internals.texi (Writing Emacs Primitives): The interactive spec
2224         of a primitive can be a Lisp form.
2226         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2227         values of transient-mark-mode.  Document handle-shift-selection.
2229         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2230         (Interactive Examples): Show an example of `^'.
2231         (Key Sequence Input): Document this-command-keys-shift-translated.
2232         (Defining Commands, Using Interactive): The interactive-form of a
2233         function can be added via its symbol's property.
2235         * positions.texi (List Motion): beginning-of-defun-function can
2236         now accept an argument.
2238         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2239         now return a list of strings.
2241         * control.texi (Handling Errors): Document ignore-errors.
2243         * frames.texi (Creating Frames): Document frame-inherited-parameters.
2244         (Parameter Access): Document set-frame-parameter.
2246         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2247         Hooks" for the effect of kill-all-local-variables on local hook
2248         functions.
2250         * modes.texi (Major Mode Conventions, Mode Line Variables):
2251         `mode-name' need not be a string.  xref to "Mode Line Data" for
2252         details, and to "Emulating Mode Line" for computing a string
2253         value.
2255 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
2257         * processes.texi (System Processes): New section.
2258         (Processes, Signals to Processes): Add xrefs to it.
2260         * objects.texi (Editing Types): A `process' is a subprocess of
2261         Emacs, not just any process running on the OS.
2263         * elisp.texi (Top): Adjust the @detailmenu for the above two
2264         changes.
2266         * sequences.texi (Char-Tables): Remove documentation of
2267         set-char-table-default, which has no effect since Emacs 23.
2268         <char-table-range, set-char-table-range>: Don't mention generic
2269         characters and charsets.  Add a cons cell as a possible argument.
2271         * nonascii.texi (Splitting Characters)
2272         (Translation of Characters): Don't mention generic characters.
2274         * display.texi (Fontsets): Don't mention generic characters.
2276         * sequences.texi (Char-Tables): `map-char-table' can now call its
2277         argument FUNCTION with a cons cell as KEY.
2279 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
2281         * objects.texi (Primitive Function Type): Move "@cindex special
2282         forms" from here...
2284         * eval.texi (Special Forms): ...to here.
2286         * functions.texi (What Is a Function): `functionp' returns nil for
2287         special forms.  Add an xref.
2289         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2290         Variables".
2292         * variables.texi (Frame-Local Variables): New section.
2293         (Buffer-Local Variables): Add an xref to it.
2294         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2295         have both frame-local and buffer-local binding.
2297         * frames.texi (Frames): Mention multiple tty frames.
2298         (Frame Parameters, Parameter Access): Mention frame-local variable
2299         bindings.
2301 2008-09-20  Glenn Morris  <rgm@gnu.org>
2303         * display.texi (Defining Faces): Recommend against face variables.
2305 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
2307         * display.texi (Echo Area Customization): Fix typo.
2309 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2311         * loading.texi (Where Defined): Add `defface' item.
2313 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2315         * loading.texi (Where Defined): Fix description of symbol-file.
2317 2008-08-26  Jason Rumney  <jasonr@gnu.org>
2319         * display.texi (TIFF Images): New section describing :index property.
2321 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2323         * display.texi (Temporary Displays): Remove unnecessary comment
2324         about usage of temp-buffer-show-hook.
2326 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
2328         * symbols.texi (Other Plists): Fix incorrect example.
2329         Suggested by Florian Beck.
2331 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
2333         * os.texi: Fix previous change.
2335 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2337         * os.texi:
2338         * intro.texi:
2339         * files.texi: Remove VMS support.
2341 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2343         * os.texi:
2344         * frames.texi:
2345         * display.texi: Remove mentions of Mac Carbon.
2347 2008-07-01  Miles Bader  <miles@gnu.org>
2349         * text.texi (Special Properties):
2350         * display.texi (Truncation): Add wrap-prefix and line-prefix.
2352 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
2354         * display.texi (Other Image Types): Fix copy/paste error; say
2355         "PBM", not "XBM".
2357 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
2359         * os.texi: Remove references to obsolete systems.
2361 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
2363         * makefile.w32-in (distclean): Remove makefile.
2365 2008-06-17  Glenn Morris  <rgm@gnu.org>
2367         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2368         (elisp, dist): Remove rules and variables that are obsolete now
2369         the lisp manual is no longer distributed separately.
2371 2008-06-16  Glenn Morris  <rgm@gnu.org>
2373         * configure, configure.in, mkinstalldirs: Remove unused files.
2375         * book-spine.texinfo: Set version to 23.0.60.
2376         * vol1.texi (EMACSVER):
2377         * vol2.texi (EMACSVER): Set to 23.0.60.
2379         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2380         as per maintain.info.
2382 2008-06-15  Glenn Morris  <rgm@gnu.org>
2384         * makefile.w32-in (manual): Use "23" rather than "21".
2386         * Makefile.in (emacsver): New, set by configure.
2387         (manual): Use emacsver.
2389         * intro.texi: Report bugs using M-x report-emacs-bug.
2391         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2393 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2395         * elisp.texi, internals.texi, processes.texi: Add documentation
2396         about serial port access.
2398 2008-06-05  Miles Bader  <miles@gnu.org>
2400         * display.texi (Displaying Faces): Update to reflect function
2401         renamings in face-remap.el.
2403 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
2405         * display.texi (Fontsets): Fix typos.
2407 2008-06-03  Miles Bader  <miles@gnu.org>
2409         * display.texi (Displaying Faces): Add add-relative-face-remapping,
2410         remove-relative-face-remapping, set-base-face-remapping,
2411         and set-default-base-face-remapping.
2413 2008-06-01  Miles Bader  <miles@gnu.org>
2415         * display.texi (Displaying Faces): Add face-remapping-alist.
2417 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2420         variable names.
2422 2008-05-03  Eric S. Raymond  <esr@golux>
2424         * keymaps.texi: Clarify that (current-local-map) and
2425         (current-global-map) return references, not copies.
2427 2008-05-02  Juri Linkov  <juri@jurta.org>
2429         * minibuf.texi (Text from Minibuffer): Document a list of
2430         default values for `read-from-minibuffer'.
2432 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
2434         * nonascii.texi (Translation of Characters): Fix previous change.
2436 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
2438         * display.texi (Overlay Properties): Clarify role of underlying
2439         textprop and overlay keymaps for display strings.
2441         * keymaps.texi (Active Keymaps): Ditto.
2443 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * minibuf.texi (Programmed Completion):
2446         Replace dynamic-completion-table with the new completion-table-dynamic.
2448 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
2450         * intro.texi (Some Terms): Change "fonts in this manual" index
2451         entry to "typographic conventions".
2453 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2455         * objects.texi (Text Props and Strings): Add indexing for read
2456         syntax of text properties.
2458 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         * processes.texi (Decoding Output): Remove process-filter-multibyte
2461         functions.
2463 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
2465         * display.texi (Finding Overlays): Say that empty overlays at
2466         the end of the buffer are reported too.
2468 2008-03-13  Glenn Morris  <rgm@gnu.org>
2470         * elisp.texi (EMACSVER): Set to 23.0.60.
2472 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
2474         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2476 2008-02-22  Glenn Morris  <rgm@gnu.org>
2478         * frames.texi (Position Parameters): Clarify the description of
2479         `left' and `top', using information from "Geometry".
2480         (Geometry): Give a pointer to "Position Parameters", rather than
2481         repeating information.
2483 2008-02-11  Glenn Morris  <rgm@gnu.org>
2485         * objects.texi (Equality Predicates): No longer talk about "two"
2486         functions.
2488 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2490         * objects.texi (Equality Predicates): Add defun for
2491         equal-including-properties.
2493 2008-02-10  Glenn Morris  <rgm@gnu.org>
2495         * objects.texi (Equality Predicates):
2496         Mention equal-including-properties.
2498 2008-02-07  Richard Stallman  <rms@gnu.org>
2500         * windows.texi (Window Start): Mention the feature of moving
2501         window-start to start of line.
2503 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
2505         * keymaps.texi (Tool Bar): Document rtl property.
2507 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2509         * display.texi (Button Types):
2510         For define-button-type, clarify type of NAME.
2512 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
2514         * buffers.texi (Buffer Modification): Fix typo.
2516 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2518         * os.texi (System Environment): Remove references to OSes that are
2519         not supported anymore.
2521 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2523         * os.texi (System Environment): Remove mention for Masscomp.
2525 2008-01-04  Richard Stallman  <rms@gnu.org>
2527         * display.texi (Faces): Don't talk about internal face vector as arg
2528         to facep.
2530         * customize.texi (Type Keywords): Fix previous change.
2532         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2533         * elisp.texi (Top): Fix menu for commands.texi change.
2535 2007-12-30  Richard Stallman  <rms@gnu.org>
2537         * commands.texi (Accessing Mouse): Rename from Accessing Events.
2538         (Accessing Scroll): New node broken out of Accessing Mouse.
2540 2007-12-28  Richard Stallman  <rms@gnu.org>
2542         * frames.texi (Size Parameters): Fix typo.
2543         (Basic Parameters): For `title', refer to title bar.
2544         (Size and Position): Explain meaning of frame pixel width and height.
2546 2007-12-23  Richard Stallman  <rms@gnu.org>
2548         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2549         Improve some of the commented-out keywords' text too.
2551 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
2553         * nonascii.texi (Encoding and I/O): Reword to avoid saying
2554         "visit the current buffer".
2556         * os.texi (System Interface): Fix typo.
2558 2007-12-04  Richard Stallman  <rms@gnu.org>
2560         * objects.texi (Symbol Type): Fix typo.
2562 2007-12-03  Richard Stallman  <rms@gnu.org>
2564         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2566 2007-12-01  Glenn Morris  <rgm@gnu.org>
2568         * functions.texi (Declaring Functions): Improve previous change.
2570 2007-11-30  Glenn Morris  <rgm@gnu.org>
2572         * functions.texi (Declaring Functions): Add optional fourth
2573         argument of declare-function, and setting third argument to `t'.
2575 2007-11-29  Richard Stallman  <rms@gnu.org>
2577         * customize.texi (Composite Types): Document `group' type.
2579 2007-11-29  Glenn Morris  <rgm@gnu.org>
2581         * functions.texi (Declaring Functions): Add findex.
2582         Mention `external' files.
2584 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2586         * functions.texi (Declaring Functions): Fix directive.
2588 2007-11-25  Richard Stallman  <rms@gnu.org>
2590         * help.texi (Help Functions): Clean up last change.
2592         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2594         * loading.texi (Named Features): Minor cleanup.
2596         * macros.texi (Eval During Expansion): Minor cleanup.
2598         * variables.texi (Variable Aliases): Minor cleanup.
2600 2007-11-24  Richard Stallman  <rms@gnu.org>
2602         * functions.texi (Declaring Functions): Clarify previous change.
2604         * compile.texi (Compiler Errors): Clarify previous change.
2606 2007-11-24  Richard Stallman  <rms@gnu.org>
2608         * display.texi (Refresh Screen, Forcing Redisplay):
2609         Clarify the text and move items around.
2611 2007-11-24  Glenn Morris  <rgm@gnu.org>
2613         * functions.texi (Declaring Functions): New section.
2614         * compile.texi (Compiler Errors): Mention declaring functions,
2615         defvar with no initvalue, and byte-compile-warnings.
2617 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
2619         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2620         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2622 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
2624         * help.texi (Help Functions): Document new macro `with-help-window'.
2626 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2628         * searching.texi (Replacing Match): Describe new
2629         `match-substitute-replacement'.
2631 2007-10-31  Richard Stallman  <rms@gnu.org>
2633         * strings.texi (Creating Strings): Null strings from concat not unique.
2635 2007-10-26  Richard Stallman  <rms@gnu.org>
2637         * objects.texi (Equality Predicates): Null strings are uniquified.
2639         * minibuf.texi: Minor clarifications in previous change.
2641 2007-10-25  Glenn Morris  <rgm@gnu.org>
2643         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2645 2007-10-24  Richard Stallman  <rms@gnu.org>
2647         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2649         * variables.texi (Frame-Local Variables): Node deleted.
2650         (Variables): Delete Frame-Local Variables from menu.
2651         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2652         (Default Value): Don't mention frame-local vars.
2654         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2656         * loading.texi (Unloading): Document FEATURE-unload-function
2657         instead of FEATURE-unload-hook.
2659         * frames.texi (Multiple Displays): Don't mention frame-local vars.
2661 2007-10-22  Juri Linkov  <juri@jurta.org>
2663         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2664         (High-Level Completion): Document a list of default value strings
2665         in the DEFAULT argument, for which minibuffer functions return the
2666         first element.
2668 2007-10-17  Juri Linkov  <juri@jurta.org>
2670         * text.texi (Filling): Update arguments of fill-paragraph.
2671         fill-paragraph operates on the active region in Transient Mark mode.
2672         Remove fill-paragraph-or-region.
2674 2007-10-13  Karl Berry  <karl@gnu.org>
2676         * elisp.texi (@dircategory): Move to after @copying,
2677         since we want @copying as close as possible to the beginning of
2678         the output.
2680 2007-10-12  Richard Stallman  <rms@gnu.org>
2682         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2684         * commands.texi (Distinguish Interactive): New node,
2685         broken out from Interactive Call and rewritten.
2686         (Command Loop): Put Distinguish Interactive in menu.
2688 2007-10-09  Richard Stallman  <rms@gnu.org>
2690         * text.texi (Examining Properties): Mention overlay priority.
2692         * display.texi (Display Margins): Correct the description
2693         of margin display specifications.
2694         (Replacing Specs): New subnode broken out of Display Property.
2696 2007-10-06  Juri Linkov  <juri@jurta.org>
2698         * text.texi (Filling): Document fill-paragraph-or-region.
2700 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2702         * display.texi (Auto Faces): Fix typo.
2704 2007-10-02  Richard Stallman  <rms@gnu.org>
2706         * display.texi (Display Property): Explain some display specs
2707         don't let you move point in.
2709         * frames.texi (Cursor Parameters):
2710         Describe cursor-in-non-selected-windows here.  Explain more values.
2712         * windows.texi (Basic Windows): Don't describe
2713         cursor-in-non-selected-windows here.
2715 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
2717         * processes.texi (Misc Network): Note that these functions are
2718         supported only on some systems.
2720 2007-10-01  Richard Stallman  <rms@gnu.org>
2722         * display.texi (Overlay Properties): Explain nil as priority.
2723         Explain that conflicts are unpredictable if not resolved by
2724         priorities.
2726 2007-09-23  Richard Stallman  <rms@gnu.org>
2728         * macros.texi (Backquote): Minor clarification.
2730 2007-09-19  Richard Stallman  <rms@gnu.org>
2732         * display.texi (Display Property): Explain multiple display specs.
2733         Clarify when they work in parallel and when one overrides.
2734         Fix error in example.
2736 2007-09-06  Glenn Morris  <rgm@gnu.org>
2738         Move from lispref/ to doc/lispref/.  Change all setfilename
2739         commands to use ../../info.
2740         * Makefile.in (infodir): Go up one more level.
2741         (usermanualdir): Change from ../man to ../emacs.
2742         (miscmanualdir): New.
2743         (dist): Use new variable miscmanualdir.
2744         * makefile.w32-in (infodir, texinputdir): Go up one more level.
2745         (usermanualdir): Change from ../man to ../emacs.
2747 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2749         * commands.texi (Command Loop Info): Advise against changing
2750         most variables described here.  Explain new variable
2751         last-repeatable-command.
2753 2007-08-29  Glenn Morris  <rgm@gnu.org>
2755         * elisp.texi (EMACSVER): Increase to 23.0.50.
2757 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2759         * frames.texi (Basic Parameters): Add display-environment-variable
2760         and term-environment-variable.
2762 2007-08-28  Juri Linkov  <juri@jurta.org>
2764         * display.texi (Image Formats, Other Image Types): Add SVG.
2766 2007-08-28  Juri Linkov  <juri@jurta.org>
2768         * display.texi (Images): Move formats-related text to new node
2769         "Image Formats".
2770         (Image Formats): New node.
2772 2007-08-27  Richard Stallman  <rms@gnu.org>
2774         * windows.texi (Window Configurations): Clarify what
2775         a window configuration saves.
2777 2007-08-25  Richard Stallman  <rms@gnu.org>
2779         * display.texi (Images): Delete redundant @findex.
2781 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * text.texi (Change Hooks): (after|before)-change-functions are no
2784         longer bound to nil while running; rather inhibit-modification-hooks
2785         is t.
2787 2007-08-16  Richard Stallman  <rms@gnu.org>
2789         * processes.texi (Asynchronous Processes):
2790         Clarify doc of start-file-process.
2792 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2794         * modes.texi (Example Major Modes): Fix typo.
2796 2007-08-08  Glenn Morris  <rgm@gnu.org>
2798         * intro.texi (nil and t): Do not use `iff' in documentation.
2800         * tips.texi (Documentation Tips): Recommend against `iff'.
2802 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2804         * display.texi (Image Cache): Document image-refresh.
2806 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
2808         * windows.texi (Size of Window): Document window-full-width-p.
2810 2007-07-25  Glenn Morris  <rgm@gnu.org>
2812         * gpl.texi (GPL): Replace license with GPLv3.
2814         * Relicense all FSF files to GPLv3 or later.
2816 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
2818         * processes.texi (Synchronous Processes):
2819         Add `process-file-shell-command'.
2820         (Asynchronous Processes): Mention restricted use of
2821         `process-filter' and `process-sentinel' in
2822         `start-file-process'.  Add `start-file-process-shell-command'.
2824 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
2826         * files.texi (Magic File Names): Introduce optional parameter
2827         IDENTIFICATION for `file-remote-p'.
2829 2007-07-16  Richard Stallman  <rms@gnu.org>
2831         * display.texi (Defining Faces): Fix previous change.
2833 2007-07-14  Richard Stallman  <rms@gnu.org>
2835         * control.texi (Handling Errors): Document `debug' in handler list.
2837 2007-07-10  Richard Stallman  <rms@gnu.org>
2839         * display.texi (Defining Faces): Explain C-M-x feature for defface.
2841 2007-07-09  Richard Stallman  <rms@gnu.org>
2843         * files.texi (Magic File Names): Rewrite previous change.
2845 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
2847         * files.texi (Magic File Names): Introduce optional parameter
2848         CONNECTED for `file-remote-p'.
2850 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2852         * processes.texi (Asynchronous Processes):
2853         * files.texi (Magic File Names): Add `start-file-process'.
2855 2007-06-27  Richard Stallman  <rms@gnu.org>
2857         * files.texi (Format Conversion Piecemeal):
2858         Clarify `after-insert-file-functions' calling convention.
2860 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
2862         * files.texi (Magic File Names): Remove `dired-call-process'.
2863         Add `process-file'.
2865 2007-06-27  Kenichi Handa  <handa@m17n.org>
2867         * text.texi (Special Properties): Fix description about
2868         `composition' property.
2870 2007-06-26  Kenichi Handa  <handa@m17n.org>
2872         * nonascii.texi (Default Coding Systems): Document about the
2873         return value `undecided'.
2875 2007-06-25  David Kastrup  <dak@gnu.org>
2877         * keymaps.texi (Active Keymaps): Document new POSITION argument of
2878         `current-active-maps'.
2880 2007-06-24  Karl Berry  <karl@gnu.org>
2882         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2884 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
2886         * display.texi (Overlay Arrow): Doc fix.
2888 2007-06-14  Karl Berry  <karl@tug.org>
2890         * anti.texi (Antinews): Typo.
2892 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2894         * display.texi (Image Cache): Document image-refresh.
2896 2007-06-12  Karl Berry  <karl@gnu.org>
2898         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2899         * two-volume.make: New file.
2900         * .cvsignore: Ignore two-volume files.
2902 2007-06-12  Tom Tromey  <tromey@redhat.com>
2904         * os.texi (Init File): Document user-emacs-directory.
2906 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
2908         * commands.texi (Click Events): Describe width and height when
2909         object is nil.
2911 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
2913         * commands.texi (Click Events): Layout more logically.
2914         Describe width and height.
2915         (Drag Events, Motion Events): Update to new format for position.
2917 2007-06-02  Richard Stallman  <rms@gnu.org>
2919         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2921 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2923         * Version 22.1 released.
2925 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2927         * text.texi (Special Properties): Correct meaning of fontified face.
2929 2007-05-30  Richard Stallman  <rms@gnu.org>
2931         * text.texi (Special Properties): Add link to Adjusting Point.
2933 2007-05-12  Richard Stallman  <rms@gnu.org>
2935         * text.texi (Margins): indent-to-left-margin is not the default.
2936         (Mode-Specific Indent): For indent-line-function, the default
2937         is indent-relative.
2939         * modes.texi (Example Major Modes): Explain last line of text-mode
2940         is redundant.
2942 2007-05-10  Richard Stallman  <rms@gnu.org>
2944         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2946         * help.texi (Keys in Documentation): Add reference to
2947         Documentation Tips.
2949         * files.texi (Format Conversion): TO-FN gets three arguments.
2951         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2953 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2955         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2956         * files.texi (Format Conversion): Expand intro; add menu.
2957         (Format Conversion Overview, Format Conversion Round-Trip)
2958         (Format Conversion Piecemeal): New nodes/subsections.
2959         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2960         * text.texi (Text Properties): Remove "Saving Properties" from menu.
2961         (Saving Properties): Delete node/subsection.
2963 2007-05-07  Karl Berry  <karl@gnu.org>
2965         * elisp.texi (EMACSVER): Back to 22.
2967 2007-05-06  Richard Stallman  <rms@gnu.org>
2969         * processes.texi (Accepting Output): Revert most of previous change.
2971 2007-05-05  Richard Stallman  <rms@gnu.org>
2973         * processes.texi (Accepting Output): accept-process-output
2974         uses microseconds, not milliseconds.  But that arg is obsolete.
2976 2007-05-04  Karl Berry  <karl@tug.org>
2978         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2980 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
2982         * tips.texi (Documentation Tips): Rearrange items to place the
2983         more important ones first.  Add an index entry for hyperlinks.
2985 2007-05-03  Karl Berry  <karl@gnu.org>
2987         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2988         (EMACSVER) [smallbook]: 22 for printed version.
2990         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2991         so restore anchor to normal position after defun.  Found by Kevin Ryde.
2993 2007-04-26  Glenn Morris  <rgm@gnu.org>
2995         * elisp.texi (EMACSVER): Increase to 22.1.50.
2997 2007-04-28  Karl Berry  <karl@gnu.org>
2999         * elisp.texi: Improve line breaks on copyright page,
3000         similar layout to emacs manual, 8.5x11 by default.
3002 2007-04-24  Richard Stallman  <rms@gnu.org>
3004         * text.texi (Special Properties): Add xref to Overlay Properties.
3006         * display.texi (Overlay Properties): Add xref to Special Properties.
3008 2007-04-22  Richard Stallman  <rms@gnu.org>
3010         * keymaps.texi (Extended Menu Items): Move the info about
3011         format with cached keyboard binding.
3013 2007-04-21  Richard Stallman  <rms@gnu.org>
3015         * text.texi (Special Properties): Clarify previous change.
3017         * files.texi (File Name Expansion): Clarify previous change.
3019         * display.texi (Attribute Functions): Fix example for
3020         face-attribute-relative-p.
3022 2007-04-19  Kenichi Handa  <handa@m17n.org>
3024         * text.texi (Special Properties): Document composition property.
3026 2007-04-19  Glenn Morris  <rgm@gnu.org>
3028         * files.texi (File Name Expansion): Mention "superroot".
3030 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3032         * frames.texi (Multiple Displays): Add note about "multi-monitor"
3033         setups.
3034         (Display Feature Testing): Note that display refers to all
3035         physical monitors for multi-monitor setups.
3037 2007-04-14  Richard Stallman  <rms@gnu.org>
3039         * lists.texi (Sets And Lists): Clarify `delete' examples.
3040         Remove spurious xref to same node.
3041         Clarify xref for add-to-list.
3043 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3045         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3046         value of lisp-mode-map.
3048 2007-04-11  Karl Berry  <karl@gnu.org>
3050         * anti.texi (Antinews):
3051         * display.texi (Overlay Properties, Defining Images):
3052         * processes.texi (Synchronous Processes, Sentinels):
3053         * syntax.texi (Syntax Table Internals):
3054         * searching.texi (Regexp Special):
3055         * nonascii.texi (Default Coding Systems):
3056         * text.texi (Special Properties):
3057         * minibuf.texi (Basic Completion): Wording to improve breaks in
3058         8.5x11 format.
3059         * elisp.texi (smallbook): New @set to more easily switch between
3060         smallbook and 8.5x11.
3062 2007-04-11  Richard Stallman  <rms@gnu.org>
3064         * text.texi (Lazy Properties): Minor fix.
3066 2007-04-08  Karl Berry  <karl@gnu.org>
3068         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3069         * macros.texi (Backquote): Downcase Backquote in index entries for
3070         consistency.
3072 2007-04-08  Richard Stallman  <rms@gnu.org>
3074         * text.texi (Adaptive Fill): Just describe default,
3075         don't show it (since it contains non-ASCII chars).
3077 2007-04-07  Karl Berry  <karl@gnu.org>
3079         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3080         adaptive-fill-regexp's value, since they are not in the standard
3081         TeX fonts.
3083 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
3085         * display.texi (Defining Faces): Fix example.
3087 2007-04-07  Karl Berry  <karl@gnu.org>
3089         * display.texi (Button Buffer Commands): Improve page break.
3091 2007-04-07  Richard Stallman  <rms@gnu.org>
3093         * advice.texi (Activation of Advice): Remove redundant index entry.
3095         * backups.texi: Improve index entries.  Remove redundant ones.
3097         * compile.texi (Byte Compilation): Improve index entry.
3099         * hash.texi (Creating Hash): Improve index entry.
3101         * symbols.texi (Definitions): Improve index entry.
3103         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
3105         * maps.texi (Standard Keymaps): Remove useless index entry.
3107         * help.texi (Documentation Basics): Remove redundant index entries.
3109         * customize.texi: Improve index entries.
3110         Remove redundant/useless ones.
3112         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3114         * streams.texi (Output Variables): Improve index entry.
3116         * abbrevs.texi (Abbrevs): Remove useless index entry.
3118         * macros.texi (Expansion): Remove useless index entry.
3120         * text.texi: Improve index entries.  Remove redundant/useless ones.
3121         (Text Properties, Examining Properties)
3122         (Special Properties): Use "property category" instead of "category"
3123         to refer to the `category' property.
3125         * positions.texi: Improve index entries.  Remove useless one.
3127         * lists.texi: Improve index entries.  Remove redundant/useless ones.
3129         * os.texi: Improve index entries.
3130         (Timers): Fix previous change.
3132         * buffers.texi: Improve index entries.
3133         (Modification Time): Get rid of term "obsolete buffer".
3135         * debugging.texi: Improve index entries.
3136         (Test Coverage): Add xref to other test coverage ftr.
3138         * eval.texi: Improve index entry.  Remove redundant ones.
3140         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
3142         * files.texi: Improve index entries.  Remove redundant/useless ones.
3144         * objects.texi: Improve index entries.
3146         * processes.texi: Improve index entries.
3148         * modes.texi: Improve index entry.  Remove redundant one.
3150         * nonascii.texi: Improve index entries.
3152         * internals.texi: Improve index entries.
3154         * syntax.texi: Improve index entries.
3156         * keymaps.texi (Active Keymaps): Improve index entries.
3158         * commands.texi: Improve index entries.  Remove redundant/useless ones.
3160         * frames.texi: Improve index entries.  Remove redundant/useless ones.
3162         * markers.texi: Improve index entries.  Remove redundant ones.
3164         * tips.texi: Improve index entries.
3166         * loading.texi (Unloading): Improve index entry.
3168         * variables.texi: Improve index entries.  Remove redundant one.
3170         * sequences.texi: Improve index entry.
3172         * display.texi: Improve index entries.  Remove redundant ones.
3174         * windows.texi: Improve index entries.
3176         * searching.texi: Improve index entries.  Remove redundant one.
3178         * strings.texi (Case Tables): Improve last change.
3180 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3182         * strings.texi (Case Tables): Document with-case-table and
3183         ascii-case-table.
3185 2007-04-03  Karl Berry  <karl@gnu.org>
3187         * processes.texi (Network): Reword to improve page break.
3189 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3191         * functions.texi (Inline Functions): Describe more disadvantages
3192         of defsubst, and make advice against it stronger.
3194 2007-04-02  Karl Berry  <karl@gnu.org>
3196         * backups.texi (Backup Names): Avoid widow words.
3197         * modes.texi (Example Major Modes): Align last comment.
3199 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3201         * keymaps.texi (Remapping Commands): Document new arg to
3202         command-remapping.
3204 2007-04-01  Karl Berry  <karl@gnu.org>
3206         * processes.texi (Low-Level Network): Typo.
3207         * loading.texi (Hooks for Loading): Avoid double "the".
3208         * keymaps.texi (Key Sequences): No double "and".
3209         (Changing Key Bindings): Shorten to improve line break.
3211 2007-03-31  Glenn Morris  <rgm@gnu.org>
3213         * os.texi (Timers): Fix description of run-at-time TIME formats.
3215 2007-03-31  Richard Stallman  <rms@gnu.org>
3217         * display.texi (Invisible Text): Correct buffer-invisibility-spec
3218         regarding ellipsis.
3220 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3222         * intro.texi (nil and t):
3223         * symbols.texi (Plists and Alists):
3224         * variables.texi (Variable Aliases, Constant Variables):
3225         * functions.texi (Defining Functions):
3226         * advice.texi (Advising Primitives):
3227         * debugging.texi (Syntax Errors, Compilation Errors):
3228         * minibuf.texi (Minibuffer Windows):
3229         * commands.texi (Adjusting Point):
3230         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3231         (Auto Major Mode, Major Mode Conventions):
3232         * help.texi (Describing Characters):
3233         * files.texi (Create/Delete Dirs, Information about Files)
3234         (File Locks, Writing to Files, Reading from Files)
3235         (Saving Buffers):
3236         * windows.texi (Resizing Windows, Cyclic Window Ordering):
3237         * frames.texi (Finding All Frames):
3238         * positions.texi (Buffer End, Motion):
3239         * markers.texi (The Region):
3240         * text.texi (Deletion, Near Point):
3241         * display.texi (Displaying Messages, Truncation):
3242         * os.texi (Processor Run Time):
3243         * tips.texi (Key Binding Conventions, Programming Tips)
3244         (Warning Tips, Documentation Tips, Comment Tips):
3245         * internals.texi (Memory Usage): Improve indexing.
3247         * variables.texi (Frame-Local Variables):
3248         * functions.texi (Argument List):
3249         * loading.texi (Library Search):
3250         * streams.texi (Output Variables):
3251         * keymaps.texi (Translation Keymaps, Searching Keymaps):
3252         * searching.texi (Replacing Match, Search and Replace):
3253         * processes.texi (Byte Packing, Decoding Output)
3254         (Accepting Output, Network Servers, Shell Arguments):
3255         * display.texi (Abstract Display, Image Cache, Scroll Bars):
3256         * windows.texi (Window Point, Window Start):
3257         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3258         * commands.texi (Reading Input, Keyboard Events):
3259         * minibuf.texi (Reading File Names, Minibuffer Completion)
3260         (Recursive Mini):
3261         * positions.texi (List Motion):
3262         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3263         * numbers.texi (Arithmetic Operations, Math Functions)
3264         (Predicates on Numbers, Comparison of Numbers):
3265         (Numeric Conversions):
3266         * locals.texi (Standard Buffer-Local Variables):
3267         * maps.texi (Standard Keymaps):
3268         * os.texi (User Identification, System Environment, Recording Input)
3269         (X11 Keysyms):
3270         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3271         * backups.texi (Backups and Auto-Saving):
3272         * customize.texi (Customization, Group Definitions)
3273         (Variable Definitions):
3274         * compile.texi (Byte Compilation): Improve index entries.
3276 2007-03-31  Karl Berry  <karl@gnu.org>
3278         * macros.texi (Defining Macros): Avoid widow syllable.
3280 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3282         * elisp.texi (Top): Postscript -> PostScript.
3284         * display.texi (Images, Postscript Images): Postscript -> PostScript.
3286 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3288         * internals.texi (Writing Emacs Primitives): Untabify `For'.
3290 2007-03-30  Karl Berry  <karl@gnu.org>
3292         * lists.texi (List-related Predicates): Remove spurious @need.
3293         (Setcdr): Use @smallexample to improve page break.
3294         (Association Lists) <assoc>: Reword to improve page break.
3296         * strings.texi (String Conversion): Insert blank line to improve
3297         page break.
3299         * numbers.texi (Random Numbers): Use @minus{}.
3300         (Math Functions): Use @minus{}.
3302         * intro.texi (Acknowledgements): Avoid line breaks before middle
3303         initials.
3305 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
3307         * errors.texi (Standard Errors): Add an index entry.
3309 2007-03-19  Richard Stallman  <rms@gnu.org>
3311         * os.texi (Recording Input): recent-keys now gives 300 keys.
3313 2007-03-12  Glenn Morris  <rgm@gnu.org>
3315         * os.texi: Replace "daylight savings" with "daylight saving"
3316         throughout.
3318 2007-03-05  Richard Stallman  <rms@gnu.org>
3320         * variables.texi (File Local Variables):
3321         Update enable-local-variables values.
3323 2007-03-04  Richard Stallman  <rms@gnu.org>
3325         * syntax.texi (Control Parsing): Minor clarification.
3327         * strings.texi (Formatting Strings): Clarify width, precision, flags.
3329         * sequences.texi (Sequence Functions): Move string-bytes away,
3330         add xref.
3332         * nonascii.texi (Text Representations): Move string-bytes here.
3334         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3336         * minibuf.texi (Basic Completion): Minor clarification.
3338         * markers.texi (The Mark): Clarify existence vs activation of mark.
3339         Other cleanup.
3341         * display.texi (Finding Overlays): Write better example.
3343         * compile.texi (Eval During Compile): Clarify putting macros
3344         in eval-when-compile.
3346 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
3348         * loading.texi (How Programs Do Loading): Fix anchor position at
3349         load-read-function definition doc.
3351 2007-02-21  Kim F. Storm  <storm@cua.dk>
3353         * strings.texi (Text Comparison): Mention that assoc-string
3354         converts symbols to strings before testing.
3356 2007-02-17  Kim F. Storm  <storm@cua.dk>
3358         * processes.texi (Bindat Spec): Vector types can have optional
3359         element type.
3360         (Bindat Examples): Fix example.  Add vector with element type.
3362 2007-02-16  Andreas Schwab  <schwab@suse.de>
3364         * strings.texi (Formatting Strings): Document '+' flag.
3366 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3368         * strings.texi (Modifying Strings): Clarify that `clear-string'
3369         always converts the string to unibyte.
3371 2007-02-14  Kim F. Storm  <storm@cua.dk>
3373         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3374         Rewrite glyph code description to refer to these functions.
3375         Remove details of encoding face number and char into integer code.
3377 2007-02-03  Alan Mackenzie  <acm@muc.de>
3379         * loading.texi (Hooks for Loading): Make the description of
3380         `eval-after-load' more detailed, and amend the description of
3381         after-load-alist, in accordance with changes from 2006-05.
3383 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3385         * modes.texi (Defining Minor Modes): Document that a :require
3386         keyword or similar may be required to make saved customization
3387         variables work.
3389 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3391         * elisp.texi (Top): Make the detailed menu headers compliant with
3392         Texinfo guidelines and with what texnfo-upd.el expects.
3393         Add comments to prevent people from inadvertently modifying the key
3394         parts needed by `texinfo-multiple-files-update'.
3396 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3398         * elisp.texi (Top): Update the top-level menus.
3400         * syntax.texi (Categories): Add index entries.
3402 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3404         * display.texi (Attribute Functions): Fix name and description of
3405         the UNDERLINE arg of `set-face-underline-p'.
3407 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
3409         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3410         Variables", and "Standard Keymaps" to the detailed menu.
3412         * variables.texi (Future Local Variables): Add index entry.
3414 2007-01-28  Richard Stallman  <rms@gnu.org>
3416         * tips.texi (Coding Conventions): Clarify the tip about macros
3417         that define a function or a variable.
3419         * files.texi (File Attributes): UID and GID can be floats.
3420         (Magic File Names): Explain why deferring all operations to
3421         the standard handler does not work.
3423 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3425         * backups.texi (Reverting): Use "buffer" instead of "file"
3426         when talking about major and minor modes.
3428 2007-01-21  Richard Stallman  <rms@gnu.org>
3430         * help.texi (Documentation): Add xref to Documentation Tips.
3432 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3434         * tips.texi (Coding Conventions): Fix typos.
3436 2007-01-05  Richard Stallman  <rms@gnu.org>
3438         * modes.texi (Defining Minor Modes): Fix previous change.
3440 2007-01-03  Richard Stallman  <rms@gnu.org>
3442         * customize.texi (Variable Definitions, Customization Types):
3443         Don't use * in doc string for defcustom.
3445 2007-01-02  Richard Stallman  <rms@gnu.org>
3447         * variables.texi (Variable Aliases): Clarify that aliases vars
3448         always have the same value.
3450         * processes.texi (Bindat Spec): Fix Texinfo usage.
3452         * modes.texi (Defining Minor Modes): Explain effect of command
3453         defined with define-global-minor-mode on new buffers.
3455 2006-12-30  Kim F. Storm  <storm@cua.dk>
3457         * keymaps.texi (Tool Bar): Describe `grow-only' value of
3458         `auto-resize-tool-bars'.
3460 2006-12-30  Richard Stallman  <rms@gnu.org>
3462         * keymaps.texi (Active Keymaps): Fix previous change.
3464 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
3466         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3468 2006-12-30  Kim F. Storm  <storm@cua.dk>
3470         * processes.texi (Bindat Spec): Clarify using field names in
3471         length specifications.
3473 2006-12-29  Kim F. Storm  <storm@cua.dk>
3475         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3476         Add count and index variables for eval forms in repeat blocks.
3478 2006-12-24  Richard Stallman  <rms@gnu.org>
3480         * customize.texi (Variable Definitions):
3481         Document new name custom-add-frequent-value.
3483 2006-12-19  Kim F. Storm  <storm@cua.dk>
3485         * commands.texi (Misc Events): User signals now result in sigusr1
3486         and sigusr2 events which are handled through special-event-map.
3487         (Special Events): User signals and drag-n-drop are special.
3489 2006-12-17  Richard Stallman  <rms@gnu.org>
3491         * loading.texi (Named Features): Explain subfeatures better.
3493         * customize.texi: Use "option" only for user options.
3494         For the keyword values inside defcustom etc, say "keywords".
3495         For :options value's elements, say "elements".
3496         :group should not be omitted.
3498         * syntax.texi (Parsing Expressions): Split up node.
3499         (Motion via Parsing, Position Parse, Parser State)
3500         (Low-Level Parsing, Control Parsing): New subnodes.
3501         (Parser State): Document syntax-ppss-toplevel-pos.
3503         * positions.texi (List Motion): Punctuation fix.
3505         * files.texi (File Name Completion): Document PREDICATE arg
3506         to file-name-completion.
3508 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
3510         * internals.texi (Building Emacs, Writing Emacs Primitives):
3511         Add index entries.
3513 2006-12-11  Richard Stallman  <rms@gnu.org>
3515         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3516         affects face menu.  Explain how to make it non-nil without enabling
3517         any fontification.
3519 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3521         * modes.texi (Font Lock Basics): Document nil value of
3522         font-lock-defaults.
3524 2006-12-10  Glenn Morris  <rgm@gnu.org>
3526         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3527         value for system-flag argument.  Abbrev tables may not be empty
3528         when major modes are loaded.
3530 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3532         * makefile.w32-in (maintainer-clean): Partially revert last
3533         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3534         to protect elisp-covers.texi.
3536 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
3538         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3539         Don't remove elisp* info files; they are already deleted by the
3540         `clean' and `distclean' targets, and they are in the $(infodir)
3541         directory, not the current one.
3543 2006-12-04  Kim F. Storm  <storm@cua.dk>
3545         * commands.texi (Misc Events): Update signal events.
3546         (Event Examples): Add signal example.
3548 2006-11-29  Richard Stallman  <rms@gnu.org>
3550         * frames.texi (Visibility of Frames): Explain visible windows
3551         can be covered by others.  Add xref for raise-frame.
3553 2006-11-28  Richard Stallman  <rms@gnu.org>
3555         * searching.texi (Regexp Special): Update when ^ is special.
3557 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
3559         * customize.texi (Customization, Common Keywords)
3560         (Group Definitions, Variable Definitions, Composite Types)
3561         (Type Keywords, Customization Types): Add index entries for
3562         various customization keywords.
3564 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3568 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
3570         * frames.texi (Window System Selections): Remove clipboard from
3571         description of selection-coding-system.
3573 2006-11-06  Richard Stallman  <rms@gnu.org>
3575         * lists.texi (List Variables): Document COMPARE-FN.
3577         * keymaps.texi: Avoid use of "binding" to mean a relation;
3578         use it only to refer to the meaning associated with a key.
3579         (Keymaps): Change menu node description.
3581         * elisp.texi (Top): Change menu node description.
3583         * display.texi (Managing Overlays): Document overlay-recenter.
3585 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
3587         * Makefile.in: Use relative paths to avoid advertising filesystem
3588         contents during compilation.
3590 2006-10-23  Kim F. Storm  <storm@cua.dk>
3592         * commands.texi (Event Input Misc): Update unread-command-events.
3594 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3596         * lists.texi (Sets And Lists): Fix typos.
3598 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3600         * control.texi (Processing of Errors): Use @var for an argument,
3601         not @code.
3603 2006-10-16  Richard Stallman  <rms@gnu.org>
3605         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3607         * keymaps.texi (Format of Keymaps): Show all the keymap element
3608         patterns that result from menu items.
3609         (Key Lookup): Minor cleanups.
3611         * modes.texi (Precalculated Fontification): Don't say that
3612         not setting font-lock-defaults avoids loading font-lock.
3614         * help.texi (Documentation): Move xref to Emacs Manual here.
3615         (Documentation Basics): From here.
3616         Also doc emacs-lisp-docstring-fill-column.
3618         * elisp.texi: Update version and ISBN.
3620         * commands.texi (Interactive Call): Clarify KEYS arg to
3621         call-interactively is a vector.
3622         (Command Loop Info): Delete anchor in this-command-keys.
3623         Add anchor in this-command-keys-vector.
3624         (Recursive Editing): Document how recursive-edit
3625         handles the current buffer.
3627 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
3629         * frames.texi (Frame Titles): %c and %l are ignored in
3630         frame-title-format.
3632 2006-10-11  Richard Stallman  <rms@gnu.org>
3634         * keymaps.texi (Key Sequences): Clarify use of kbd.
3636 2006-10-10  Kim F. Storm  <storm@cua.dk>
3638         * lists.texi (Sets And Lists): Add memql.
3640 2006-10-03  Richard Stallman  <rms@gnu.org>
3642         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3643         Clarify :ascii: and :nonascii:.
3645 2006-09-29  Juri Linkov  <juri@jurta.org>
3647         * modes.texi (%-Constructs): Reorder coding systems in the
3648         documentation of %z to the real order displayed in the modeline.
3650 2006-09-25  Richard Stallman  <rms@gnu.org>
3652         * os.texi (Timers): Describe timer-max-repeats.
3654 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3656         * os.texi (Timers): Mention with-local-quit.
3658 2006-09-24  Richard Stallman  <rms@gnu.org>
3660         * searching.texi (Searching and Matching): Mention property search.
3662         * commands.texi (Command Loop Info): Explain how read-event affects
3663         this-command-keys.
3665 2006-09-20  Richard Stallman  <rms@gnu.org>
3667         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3669         * windows.texi (Window Start): Minor cleanups.
3671 2006-09-20  Kim F. Storm  <storm@cua.dk>
3673         * windows.texi (Window Start): pos-visible-in-window-p allows
3674         specifying t for position to mean "end of window".
3675         Add window-line-height.
3677         * anti.texi (Antinews): Mention window-line-height.
3679 2006-09-19  David Kastrup  <dak@gnu.org>
3681         * keymaps.texi (Searching Keymaps): Small clarification.
3683 2006-09-18  Richard Stallman  <rms@gnu.org>
3685         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3686         cause keyboard menus.
3687         (Menu Keymaps): Likewise.
3688         (Defining Menus, Keyboard Menus): Clarify.
3690         * text.texi (Fields): Clarify explanation of constrain-to-field.
3692 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
3694         * variables.texi (Tips for Defining): Fix a typo.
3696 2006-09-15  Richard Stallman  <rms@gnu.org>
3698         * keymaps.texi (Remapping Commands, Searching Keymaps)
3699         (Active Keymaps): Clean up previous change.
3701 2006-09-15  Jay Belanger  <belanger@truman.edu>
3703         * gpl.texi: Replace "Library Public License" by "Lesser Public
3704         License" throughout.
3706 2006-09-15  David Kastrup  <dak@gnu.org>
3708         * keymaps.texi (Active Keymaps): Adapt description to use
3709         `get-char-property' instead `get-text-property'.  Explain how
3710         mouse events change this.  Explain the new optional argument of
3711         `key-binding' and its mouse-dependent lookup.
3712         (Searching Keymaps): Adapt description similarly.
3713         (Remapping Commands): Explain the new optional argument of
3714         `command-remapping'.
3716 2006-09-14  Richard Stallman  <rms@gnu.org>
3718         * keymaps.texi (Searching Keymaps): Clarification.
3719         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3721 2006-09-13  Richard Stallman  <rms@gnu.org>
3723         * objects.texi (Character Type): Node split.
3724         Add xref to Describing Characters.
3725         (Basic Char Syntax, General Escape Syntax)
3726         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3728 2006-09-11  Richard Stallman  <rms@gnu.org>
3730         * display.texi (Display Table Format): Wording clarification.
3731         (Glyphs): Clarifications.
3733 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
3735         * keymaps.texi (Active Keymaps): Mention that key-binding checks
3736         local maps.
3738 2006-09-10  Kim F. Storm  <storm@cua.dk>
3740         * display.texi (Forcing Redisplay): Document return value of
3741         function redisplay.
3743 2006-09-09  Richard Stallman  <rms@gnu.org>
3745         * windows.texi (Window Hooks): Explain limits of
3746         window-scroll-functions.
3748         * display.texi (Fringe Indicators): Update for last change in
3749         indicate-buffer-boundaries.
3751 2006-09-08  Richard Stallman  <rms@gnu.org>
3753         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3755 2006-09-06  Kim F. Storm  <storm@cua.dk>
3757         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3759         * windows.texi (Window Start): Update pos-visible-in-window-p.
3761 2006-09-04  Richard Stallman  <rms@gnu.org>
3763         * processes.texi (Accepting Output): Explain SECONDS=0 for
3764         accept-process-output.
3766         * os.texi (Idle Timers): Explain why timer functions should not
3767         loop until (input-pending-p).
3769 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
3771         * makefile.w32-in (usermanualdir): New variable.
3772         (elisp.dvi): Use it.
3774 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
3776         * buffers.texi (Buffer Modification): Fix last change.
3778 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
3780         * buffers.texi (Buffer Modification):
3781         Document buffer-chars-modified-tick.
3783 2006-08-31  Richard Stallman  <rms@gnu.org>
3785         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3787 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
3789         * modes.texi (Syntactic Font Lock):
3790         Mention font-lock-syntactic-face-function
3791         instead of specific faces.
3793 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
3795         * display.texi (Images): Add xrref to display-images-p.
3797 2006-08-28  Kenichi Handa  <handa@m17n.org>
3799         * nonascii.texi (Lisp and Coding Systems): Fix description of
3800         detect-coding-region.
3802 2006-08-27  Michael Olson  <mwolson@gnu.org>
3804         * processes.texi (Transaction Queues): Remove stray quote
3805         character.
3807 2006-08-25  Richard Stallman  <rms@gnu.org>
3809         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3810         Add xref.
3812 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
3814         * os.texi (Timers): Avoid waiting inside timers.
3816 2006-08-21  Lute Kamstra  <lute@gnu.org>
3818         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3820 2006-08-20  Richard Stallman  <rms@gnu.org>
3822         * os.texi (Idle Timers): New node, split out from Timers.
3823         Document current-idle-time.
3824         * commands.texi (Reading One Event): Update xref.
3825         * elisp.texi (Top): Update subnode menu.
3827 2006-08-16  Richard Stallman  <rms@gnu.org>
3829         * keymaps.texi (Extended Menu Items): Show format of cached
3830         bindings in extended menu items.
3832         * customize.texi (Variable Definitions): Explain when the
3833         standard value expression is evaluated.
3835 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
3837         * commands.texi (Reading One Event): Explain idleness in
3838         `read-event'.
3840 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
3842         * text.texi (Near Point): Say "cursor" not "terminal cursor".
3843         (Commands for Insertion): Remove split-line since it's not
3844         relevant for Lisp programming.
3845         (Yank Commands): Rewrite introduction.
3846         (Undo): Clarify.
3847         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
3848         (Filling): Remove redundant comment.  Clarify return value of
3849         current-justification.
3850         (Margins): Minor clarifications.
3851         (Adaptive Fill): Update default value of adaptive-fill-regexp.
3852         (Sorting): Update definition of sort-lines.
3853         (Columns): Clarify behavior of sort-columns.
3854         (Indent Tabs): Link to Tab Stops in Emacs manual.
3855         (Special Properties): Clarify.
3856         (Clickable Text): Mention Buttons package.
3858 2006-08-12  Kevin Ryde  <user42@zip.com.au>
3860         * os.texi (Time Parsing): Add %z to description of
3861         format-time-string, as per docstring.  Add cross reference to
3862         glibc manual for strftime.
3864 2006-08-08  Richard Stallman  <rms@gnu.org>
3866         * modes.texi: Clean up wording in previous change.
3868 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
3870         * modes.texi (Hooks): Clarify.
3871         (Major Mode Basics): Mention define-derived-mode explicitly.
3872         (Major Mode Conventions): Rebinding RET is OK for some modes.
3873         Mention change-major-mode-hook and after-change-major-mode-hook.
3874         (Example Major Modes): Move to end of Modes section.
3875         (Mode Line Basics): Clarify.
3876         (Mode Line Data): Mention help-echo and local-map in strings.
3877         Explain reason for treatment of non-risky variables.
3878         (Properties in Mode): Clarify.
3879         (Faces for Font Lock): Add font-lock-negation-char-face.
3881 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
3883         * strings.texi (Formatting Strings): Warn against arbitrary
3884         strings as first arg to `format'.
3886 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
3888         * text.texi (Clickable Text): Mention `help-echo' text property.
3889         Update intro, examples and associated explanations.
3891 2006-07-31  Richard Stallman  <rms@gnu.org>
3893         * commands.texi: Update xrefs.
3894         (Event Mod): New node, cut out from old Translating Input.
3896         * maps.texi: Update xrefs.
3898         * keymaps.texi (Translation Keymaps): New node.
3899         Update xrefs from Translating Input to Translation Keymaps.
3901         * elisp.texi (Top): Update subnode menu.
3903         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3905         * os.texi (System Interface): Fix menu descriptions of some nodes.
3906         (Translating Input): Node deleted.
3908 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3910         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3912         * lists.texi (Sets And Lists): Likewise.
3914 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
3916         * text.texi (Fields): Mention POS
3917         requirement when narrowing is in effect.
3919 2006-07-28  Richard Stallman  <rms@gnu.org>
3921         * display.texi (Face Attributes): Simplify wording.
3922         (Attribute Functions): Clarify meaning of new-frame default
3923         attribute settings.
3925         * customize.texi (Common Keywords): Document how to use
3926         :package-version in a package not in Emacs.
3928 2006-07-28  Kim F. Storm  <storm@cua.dk>
3930         * commands.texi (Reading One Event): Fix last change.
3932 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
3934         * commands.texi (Reading One Event): Document SECONDS argument for
3935         read-event, read-char, and read-char-exclusive.
3937 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3940         to ensure correct identification.
3942 2006-07-24  Richard Stallman  <rms@gnu.org>
3944         * text.texi (Clickable Text): Clarify.
3946         * sequences.texi (Vector Functions): Delete duplicate xref.
3948         * objects.texi (Function Type): Clarify.
3950         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3951         modes.
3953         * lists.texi (List Variables): New node.
3954         Material moved from other nodes.
3956         * variables.texi (Setting Variables): add-to-list and
3957         add-to-ordered-list moved to List Variables node.
3959 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
3961         * text.texi (Links and Mouse-1):
3962         For mouse-on-link-p, expand on arg POS.
3964 2006-07-21  Kim F. Storm  <storm@cua.dk>
3966         * display.texi (Forcing Redisplay): Don't mention systems which
3967         don't support sub-second timers for redisplay-preemption-period.
3969         * os.texi (Terminal Output): Clarify text vs graphical terminal.
3971 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
3973         * frames.texi (Input Focus): Document that focus-follows-mouse has
3974         no effect on MS-Windows.
3976 2006-07-18  Richard Stallman  <rms@gnu.org>
3978         * display.texi (Forcing Redisplay): Cleanups in previous change.
3980         * processes.texi (Low-Level Network): Make menu more convenient.
3982 2006-07-18  Kim F. Storm  <storm@cua.dk>
3984         * display.texi (Forcing Redisplay): redisplay-preemption-period
3985         only used on window systems.  Add xref to Terminal Output.
3987         * os.texi (Terminal Output): baud-rate only controls preemption on
3988         non-window systems.  Add xref to Forcing Redisplay.
3990         * processes.texi (Low-Level Network): Rename node "Make Network"
3991         to "Network Processes".
3993 2006-07-18  Karl Berry  <karl@gnu.org>
3995         * variables.texi, functions.texi, customize.texi, loading.texi:
3996         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3998 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4000         * commands.texi (Waiting): Document batch-mode sit-for behavior.
4002 2006-07-17  Richard Stallman  <rms@gnu.org>
4004         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4005         Put period and comma inside quotes.
4007         * loading.texi, markers.texi: Use real doublequote inside menus.
4009         * windows.texi: Put point and comma inside quotes.
4010         (Textual Scrolling): Use @samp for error message.
4012         * variables.texi, tips.texi, syntax.texi, symbols.texi:
4013         * strings.texi, streams.texi, processes.texi, os.texi:
4014         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4015         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4016         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4017         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4018         Put point and comma inside quotes.
4020         * control.texi (Processing of Errors): Add command-error-function.
4022         * variables.texi (File Local Variables): Clarify that
4023         file local variables make buffer-local bindings.
4025         * modes.texi (Syntactic Font Lock): Give default for
4026         font-lock-syntax-table.
4028 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
4030         * text.texi (Special Properties): Clean up previous change.
4032 2006-07-16  Karl Berry  <karl@gnu.org>
4034         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4035         * control.texi: Fix bad page breaks through chapter 10 (control).
4037         * anti.texi (Antinews): Reorder face-attribute fns to avoid
4038         underfull hbox.
4040 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
4042         * text.texi (Special Properties): Describe fontified text property
4043         in relation to a character (not text).
4045 2006-07-15  Kim F. Storm  <storm@cua.dk>
4047         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4048         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4049         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4051         * anti.texi (Antinews): Mention redisplay function.
4052         The kbd macro existed, but was not documented, before 22.x.
4053         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4055 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4057         * display.texi (Displaying Messages): Add anchor.
4059         * frames.texi (Dialog Boxes): Use it.
4061 2006-07-12  Richard Stallman  <rms@gnu.org>
4063         * objects.texi (Frame Type): Explain nature of frames better.
4065         * frames.texi (Frames): Explain nature of frames better.
4067 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
4069         * tips.texi (Coding Conventions): Explain why use cl at compile time.
4071 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4073         * frames.texi (Window System Selections): Mention scrap support for Mac.
4074         Default value of x-select-enable-clipboard is t on Mac.
4076         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4078 2006-07-11  Kim F. Storm  <storm@cua.dk>
4080         * display.texi (Forcing Redisplay): Add `redisplay' function.
4081         Don't mention (sit-for -1) -- use (redisplay t) instead.
4083         * commands.texi (Waiting): (sit-for -1) is no longer special.
4084         (sit-for 0) is equivalent to (redisplay).
4085         Iconifying/deiconifying no longer makes sit-for return.
4087 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
4089         * display.texi (Buttons): Fix typo.
4091         * index.texi, elisp.texi (New Symbols): Comment node out.
4093 2006-07-09  Richard Stallman  <rms@gnu.org>
4095         * display.texi (Truncation): Clean up previous change.
4097 2006-07-08  Richard Stallman  <rms@gnu.org>
4099         * commands.texi (Interactive Call): Use 3 as prefix in example
4100         for execute-extended-command.
4102         * display.texi (Attribute Functions): Move paragraph about
4103         compatibility with Emacs < 21.
4105 2006-07-09  Kim F. Storm  <storm@cua.dk>
4107         * display.texi (Refresh Screen): Clarify force-window-update.
4108         (Truncation): "Normally" indicated by fringe arrows.
4110 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
4112         * windows.texi (Textual Scrolling, Resizing Windows):
4113         * variables.texi (Constant Variables):
4114         * text.texi (Buffer Contents, Deletion, Changing Properties)
4115         (Property Search, Special Properties, Sticky Properties)
4116         (Links and Mouse-1, Fields, Change Hooks):
4117         * syntax.texi (Syntax Table Functions, Parsing Expressions)
4118         (Categories):
4119         * symbols.texi (Other Plists):
4120         * streams.texi (Output Variables):
4121         * processes.texi (Input to Processes, Query Before Exit):
4122         * positions.texi (Word Motion, Text Lines, List Motion):
4123         * os.texi (Init File, System Environment, Sound Output)
4124         (Session Management):
4125         * nonascii.texi (Text Representations, Character Sets)
4126         (Chars and Bytes, Locales):
4127         * modes.texi (Defining Minor Modes, Header Lines):
4128         * minibuf.texi (Minibuffer Contents):
4129         * markers.texi (Information from Markers):
4130         * lists.texi (List Elements, Building Lists, Association Lists):
4131         * keymaps.texi (Tool Bar):
4132         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4133         * functions.texi (What Is a Function, Mapping Functions):
4134         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4135         (Color Names, Text Terminal Colors, Display Feature Testing):
4136         * files.texi (Visiting Functions, File Name Components)
4137         (Unique File Names, Contents of Directories):
4138         * display.texi (Forcing Redisplay, Displaying Messages)
4139         (Temporary Displays, Font Selection, Auto Faces)
4140         (Font Lookup, Fringe Indicators, Display Margins)
4141         (Image Descriptors, Showing Images, Image Cache, Button Types)
4142         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4143         (Display Table Format, Glyphs):
4144         * control.texi (Iteration):
4145         * commands.texi (Command Loop Info, Adjusting Point):
4146         * backups.texi (Making Backups, Auto-Saving):
4147         Remove @tindex entries.
4149 2006-07-07  Kim F. Storm  <storm@cua.dk>
4151         * display.texi (Fringe Cursors): Fix typo.
4152         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4153         (Overlay Arrow): Default is overlay-arrow fringe indicator.
4155 2006-07-05  Richard Stallman  <rms@gnu.org>
4157         * text.texi (Buffer Contents): Add example of text props
4158         in result of buffer-substring.
4159         (Text Properties): Explain better about use of specific property names.
4160         (Property Search): Some cleanups; reorder some functions.
4162         * keymaps.texi (Changing Key Bindings): Cleanup.
4163         Add xref to Key Binding Conventions.
4165         * display.texi (Attribute Functions): Add examples for
4166         face-attribute-relative-p.
4168         * tips.texi (Coding Conventions): Cleanup last change.
4170 2006-07-05  Karl Berry  <karl@gnu.org>
4172         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4173         Remove @setchapternewpage odd.
4174         Result is 1013 pages, down from 1100.
4176         * anti.texi, customize.texi, display.texi, internals.texi:
4177         * minibuf.texi, modes.texi, tips.texi:
4178         Fix overfull/underfull boxes.
4180 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
4182         * edebug.texi (Instrumenting):
4183         Add Edebug-specific findex for eval-buffer.
4184         * loading.texi (Loading):
4185         Replace eval-current-buffer with eval-buffer.
4187 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
4189         * locals.texi (Standard Buffer-Local Variables): Update the list
4190         of variables.
4192 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
4194         * files.texi (File Name Completion): Point user to the node
4195         "Reading File Names".
4197 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
4199         * files.texi (Contents of Directories): Document case-insensitive
4200         behavior on respective filesystems.
4202         * objects.texi (Character Type): Document that Emacs signals an
4203         error for unsupported Unicode characters specified as \uNNNN.
4205 2006-06-19  Richard Stallman  <rms@gnu.org>
4207         * processes.texi (Bindat Spec): Clarify previous change.
4209 2006-06-16  Richard Stallman  <rms@gnu.org>
4211         * tips.texi (Coding Conventions): Better explain conventions
4212         for definition constructs.
4214         * text.texi (Special Properties): String value of `read-only'
4215         serves as the error message.
4217         * objects.texi (Character Type): Clarify prev. change.
4218         (Non-ASCII in Strings): Mention \u and \U.
4220         * commands.texi (Using Interactive): Explain problem of
4221         markers, etc., in command-history.
4223 2006-06-14  Kim F. Storm  <storm@cua.dk>
4225         * commands.texi (Waiting): Negative arg to sit-for forces
4226         redisplay even if input is pending.
4228         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4229         redisplay.  Remove incorrect example of binding redisplay-dont-pause
4230         around (sit-for 0).
4232 2006-06-13  Richard Stallman  <rms@gnu.org>
4234         * display.texi (Forcing Redisplay): Clarify previous change.
4236 2006-06-13  Romain Francoise  <romain@orebokech.com>
4238         * display.texi (Forcing Redisplay): Fix typo.
4240 2006-06-13  Kim F. Storm  <storm@cua.dk>
4242         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4244 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4246         * tips.texi (Coding Conventions): Add `@end itemize'.
4248 2006-06-10  Richard Stallman  <rms@gnu.org>
4250         * tips.texi (Coding Conventions): Explain use of coding systems
4251         to ensure one decoding for strings.
4253 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
4255         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4256         syntax.
4258 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
4260         * display.texi (Font Selection): Remove description of
4261         clear-face-cache.
4263         * compile.texi (Eval During Compile): Fix a typo.  Add index
4264         entries for possible uses of eval-when-compile.
4266 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
4268         * display.texi (Abstract Display): Fix typo.
4270 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
4272         * minibuf.texi (Minibuffer History) <history-add-new-input>:
4273         Reword variable's description.
4275 2006-06-01  Richard Stallman  <rms@gnu.org>
4277         * windows.texi (Splitting Windows): Clarify splitting nonselected
4278         window.
4280 2006-05-31  Juri Linkov  <juri@jurta.org>
4282         * minibuf.texi (Minibuffer History): Add history-add-new-input.
4284 2006-05-30  Richard Stallman  <rms@gnu.org>
4286         * display.texi (Line Height): Fix errors in description of
4287         default line height and line-height property.
4289         * nonascii.texi (Default Coding Systems): Further clarification.
4291 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4293         * internals.texi (Pure Storage): Mention that an overflow in pure
4294         space causes a memory leak.
4295         (Garbage Collection): If there was an overflow in pure space,
4296         `garbage-collect' returns nil.
4298 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
4300         * nonascii.texi (Default Coding Systems): Fix it some more.
4302 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
4304         * nonascii.texi (Default Coding Systems): Fix last change.
4306 2006-05-29  Kenichi Handa  <handa@m17n.org>
4308         * nonascii.texi (find-operation-coding-system): Describe the new
4309         argument format (FILENAME . BUFFER).
4311 2006-05-28  Richard Stallman  <rms@gnu.org>
4313         * tips.texi (Coding Conventions): Better explain reasons not to
4314         advise other packages or use `eval-after-load'.
4316 2006-05-29  Kim F. Storm  <storm@cua.dk>
4318         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4319         `bindat-idx' and `bindat-raw' for clarity.
4321 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4323         * processes.texi (Bindat Spec): Expand on `repeat' handler.
4325         * display.texi (Display): Add "Abstract Display" to menu.
4326         (Abstract Display, Abstract Display Functions)
4327         (Abstract Display Example): New nodes.
4328         * elisp.texi (Top): Add "Abstract Display" to menu.
4330 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
4332         * keymaps.texi (Key Sequences): Link to input events definition.
4333         (Format of Keymaps): Delete material duplicated in Keymap Basics.
4335         * files.texi (Changing Files): Document updated argument list for
4336         copy-file.
4338 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4340         * processes.texi (Bindat Functions): Explain term "total length".
4341         Use it in bindat-length and bindat-pack descriptions.
4343 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
4345         * tips.texi (Coding Conventions): Advise against using
4346         eval-after-load in packages.  Add an index entry.
4348 2006-05-25  Juri Linkov  <juri@jurta.org>
4350         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4352         * modes.texi (%-Constructs): Add %e, %z, %Z.
4354 2006-05-25  Richard Stallman  <rms@gnu.org>
4356         * elisp.texi (Top): Update subnode menu.
4358         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4359         (Keymaps): Update menu.
4361 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4363         * keymaps.texi (Key Sequences): Some clarifications.
4365 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4367         * processes.texi (Bindat Functions): Say "unibyte string"
4368         explicitly for bindat-unpack and bindat-pack descriptions.
4369         (Bindat Examples): Don't call `string-make-unibyte' in example.
4371 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4373         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
4374         Explain string and vector representations of key sequences.
4376         * keymaps.texi (Changing Key Bindings):
4377         * commands.texi (Interactive Codes):
4378         * help.texi (Describing Characters): Refer to it.
4380 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
4382         * frames.texi (Pointer Shape): @end table -> @end defvar.
4384 2006-05-22  Richard Stallman  <rms@gnu.org>
4386         * elisp.texi (Top): Update subnode menus.
4388         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4389         Contents rewritten; material from old Pointer Shape node moved here.
4391         * display.texi (Pointer Shape): Node deleted.
4392         (Image Descriptors): Minor cleanup.
4394 2006-05-21  Richard Stallman  <rms@gnu.org>
4396         * syntax.texi (Parsing Expressions): Update info on which STATE
4397         elements are ignored.
4399 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4401         * hooks.texi (Standard Hooks): Correct typo.
4403         * gpl.texi (GPL): ifinfo -> ifnottex.
4405 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
4407         * searching.texi (Simple Match Data): Warn about match data being
4408         set anew by every search.
4410 2006-05-17  Richard Stallman  <rms@gnu.org>
4412         * minibuf.texi (Minibuffer History): Clarify.
4414         * searching.texi (Regexp Special): Clarify nested regexp warning.
4416 2006-05-16  Kim F. Storm  <storm@cua.dk>
4418         * minibuf.texi (Minibuffer History): Update add-to-history.
4420 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
4422         * nonascii.texi (Explicit Encoding):
4423         Fix typo (encoding<->decoding).
4425 2006-05-14  Richard Stallman  <rms@gnu.org>
4427         * buffers.texi (Creating Buffers): Cleanup.
4429         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4431 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
4433         * buffers.texi (Current Buffer): Document that with-temp-buffer
4434         disables undo.
4436         * os.texi (Terminal-Specific): More accurate description of how
4437         Emacs searches for the terminal-specific libraries.
4439 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
4441         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4442         emacs-xtra to @inforef's.
4444         * text.texi (Undo): Document that undo is turned off in buffers
4445         whose names begin with a space.
4447         * buffers.texi (Buffer Names): Add index entries for buffers whose
4448         names begin with a space.
4449         (Creating Buffers): Document that undo is turned off in buffers
4450         whose names begin with a space.
4452         * files.texi (Visiting Functions, Reading from Files)
4453         (Saving Buffers): Mention code and EOL conversions by file I/O
4454         primitives and subroutines.
4456         * nonascii.texi (Lisp and Coding Systems): Document
4457         coding-system-eol-type.  Add index entries for eol conversion.
4459         * display.texi (Defining Faces): Mention `mac', and add an xref to
4460         where window-system is described.
4462 2006-05-10  Richard Stallman  <rms@gnu.org>
4464         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4466 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4468         * variables.texi (File Local Variables): Recommend to quote lambda
4469         expressions in safe-local-variable property.
4471 2006-05-09  Richard Stallman  <rms@gnu.org>
4473         * variables.texi (File Local Variables):
4474         Document safe-local-eval-forms and safe-local-eval-function.
4476 2006-05-07  Kim F. Storm  <storm@cua.dk>
4478         * minibuf.texi (Minibuffer History): Remove keep-dups arg
4479         from add-to-history.
4481 2006-05-07  Romain Francoise  <romain@orebokech.com>
4483         * commands.texi (Event Input Misc):
4484         * compile.texi (Eval During Compile):
4485         * internals.texi (Buffer Internals):
4486         * minibuf.texi (Initial Input):
4487         * nonascii.texi (Scanning Charsets):
4488         * numbers.texi (Comparison of Numbers):
4489         * windows.texi (Textual Scrolling, Vertical Scrolling):
4490         Fix various typos.
4492 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4494         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4495         conditional xref's to either emacs or emacs-xtra, depending on
4496         @iftex/@ifnottex.
4498         * minibuf.texi (Minibuffer History): Document add-to-history.
4500 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4502         * internals.texi (Pure Storage): Mention the pure overflow message
4503         at startup.
4505 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
4507         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4508         (Searching Keymaps): Fix pseudo-Lisp description of keymap
4509         search.
4511 2006-05-01  Richard Stallman  <rms@gnu.org>
4513         * intro.texi (nil and t): Clarify.
4515         * variables.texi (File Local Variables): Suggest using booleanp.
4517 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
4519         * objects.texi (Type Predicates): Fix typos.
4521 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4523         * intro.texi (nil and t): Add booleanp.
4525         * objects.texi (Type Predicates): Add links for booleanp and
4526         string-or-null-p.
4528 2006-04-29  Richard Stallman  <rms@gnu.org>
4530         * modes.texi (Multiline Font Lock): Rename from
4531         Multi line Font Lock Elements.  Much clarification.
4532         (Font Lock Multiline, Region to Fontify): Much clarification.
4534 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4536         * variables.texi (File Local Variables): Remove the special case t for
4537         safe-local-variable.
4539 2006-04-26  Richard Stallman  <rms@gnu.org>
4541         * syntax.texi (Parsing Expressions): Minor cleanup.
4543 2006-04-18  Richard Stallman  <rms@gnu.org>
4545         * tips.texi (Coding Conventions): Explain when the package's
4546         prefix should appear later on (not at the start of the name).
4548         * searching.texi (String Search): Clarify effect of NOERROR.
4550         * modes.texi (Imenu): Clarify what special items do.
4552         * hooks.texi (Standard Hooks): Delete text about old hook names.
4554 2006-04-17  Romain Francoise  <romain@orebokech.com>
4556         * variables.texi (Local Variables): Update the default value of
4557         `max-specpdl-size'.
4559 2006-04-15  Michael Olson  <mwolson@gnu.org>
4561         * processes.texi (Transaction Queues): Mention the new optional
4562         `delay-question' argument for `tq-enqueue'.
4564 2006-04-13  Bill Wohler  <wohler@newt.com>
4566         * customize.texi (Common Keywords): Use dotted notation for
4567         :package-version value.  Specify its values.  Improve documentation
4568         for customize-package-emacs-version-alist.
4570 2006-04-12  Bill Wohler  <wohler@newt.com>
4572         * customize.texi (Common Keywords): Move description of
4573         customize-package-emacs-version-alist to @defvar.
4575 2006-04-10  Bill Wohler  <wohler@newt.com>
4577         * customize.texi (Common Keywords): Add :package-version.
4579 2006-04-10  Kim F. Storm  <storm@cua.dk>
4581         * text.texi (Buffer Contents): Add NOPROPS arg to
4582         filter-buffer-substring.
4584 2006-04-08  Kevin Ryde  <user42@zip.com.au>
4586         * os.texi (Command-Line Arguments): Update xref to emacs manual
4587         "Command Arguments" -> "Emacs Invocation", per change there.
4589 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
4591         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4592         be on one line to help makeinfo not render two spaces after the dot.
4594 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4596         * strings.texi (Predicates for Strings): Add string-or-null-p.
4598 2006-03-28  Kim F. Storm  <storm@cua.dk>
4600         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4601         remarks about systems that don't support fractional seconds.
4603 2006-03-25  Karl Berry  <karl@gnu.org>
4605         * elisp.texi: Use @copyright{} instead of (C), and do not indent
4606         the year list.
4608 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4610         * display.texi (Fringe Indicators): Fix typos.
4612 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4614         * tips.texi (Documentation Tips): One can now also write `program'
4615         in front of a quoted symbol in a docstring to prevent making a
4616         hyperlink.
4618 2006-03-19  Alan Mackenzie  <acm@muc.de>
4620         * text.texi (Special Properties): Clarify `fontified' property.
4622 2006-03-16  Richard Stallman  <rms@gnu.org>
4624         * display.texi (Defining Images): Minor cleanup.
4626 2006-03-16  Bill Wohler  <wohler@newt.com>
4628         * display.texi (Defining Images): In image-load-path-for-library,
4629         prefer user's images.
4631 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4635 2006-03-15  Bill Wohler  <wohler@newt.com>
4637         * display.texi (Defining Images): Fix example in
4638         image-load-path-for-library by not recommending that one binds
4639         image-load-path.  Just defvar it to placate compiler and only use
4640         it if previously defined.
4642 2006-03-14  Bill Wohler  <wohler@newt.com>
4644         * display.texi (Defining Images): In image-load-path-for-library,
4645         always return list of directories.  Update example.
4647 2006-03-14  Alan Mackenzie  <acm@muc.de>
4649         * modes.texi: New node, "Region to Fontify" (for Font Lock).
4650         This describes font-lock-extend-region-function.
4651         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4652         the new node "Region to Fontify".
4654 2006-03-13  Richard Stallman  <rms@gnu.org>
4656         * display.texi (Invisible Text): The impossible position is
4657         now before the invisible text, not after.
4658         (Defining Images): Clean up last change.
4660 2006-03-11  Bill Wohler  <wohler@newt.com>
4662         * display.texi (Defining Images): Add image-load-path-for-library.
4664 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4666         * text.texi (Adaptive Fill): Fix Texinfo usage.
4668         * strings.texi (Creating Strings): Fix Texinfo usage.
4670         * searching.texi (Regexp Special): Use @samp for regular
4671         expressions that are not in Lisp syntax.
4673 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
4675         * searching.texi (Regexp Special): Put remark between parentheses
4676         to avoid misreading.
4678 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
4680         * searching.texi (Syntax of Regexps): More accurately describe
4681         which characters are special in which situations.
4682         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4683         are not special.  Describe in detail when `[' and `]' are special.
4684         (Regexp Backslash): Plenty of regexps with unbalanced square
4685         brackets are valid, so reword that statement.
4687 2006-03-02  Kim F. Storm  <storm@cua.dk>
4689         * keymaps.texi (Tool Bar): Add tool-bar-border.
4691 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
4693         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
4695 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4697         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4699         * files.texi (Locating Files): Suggest additional values for the
4700         SUFFIXES arg of `locate-file'.  Update pxref.
4702         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4703         (How Programs Do Loading): Discuss the effects of Auto Compression
4704         mode on `load'.
4705         (Load Suffixes): New node.
4706         (Library Search): Delete description of `load-suffixes'; it was
4707         moved to "Load Suffixes".
4708         (Autoload, Named Features): Mention `load-suffixes'.
4710 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4712         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4714         * windows.texi (Window Tree): Fix typo.
4716 2006-02-20  Kim F. Storm  <storm@cua.dk>
4718         * display.texi (Fringe Indicators): New section.
4719         Move indicate-empty-lines, indicate-buffer-boundaries, and
4720         default-indicate-buffer-boundaries here.
4721         Add fringe-indicator-alist and default-fringes-indicator-alist.
4722         Add list of logical fringe indicator symbols.
4723         Update list of standard bitmap names.
4724         (Fringe Cursors): New section.
4725         Move overflow-newline-into-fringe here.
4726         Add fringe-cursor-alist and default-fringes-cursor-alist.
4727         Add list of fringe cursor symbols.
4729 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
4731         * commands.texi (Using Interactive): Fix reference to node
4732         "Minibuffers".
4734 2006-02-19  Richard M. Stallman  <rms@gnu.org>
4736         * minibuf.texi (High-Level Completion):
4737         Add xref to read-input-method-name.
4739         * files.texi (Relative File Names): Move file-relative-name here.
4740         (File Name Expansion): From here.  Minor clarifications.
4742         * commands.texi (Using Interactive): Add xrefs about reading input.
4743         Clarify remarks about that moving point and mark.
4744         Put string case before list case.
4746 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
4748         * display.texi (Other Display Specs, Image Descriptors):
4749         Revert erroneous changes.  The previous description of
4750         image-descriptors as `(image . PROPS)' was correct.
4752 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4754         * variables.texi (File Local Variables): Clarifications.
4756 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4758         * variables.texi (File Local Variables): Use @code for a cons
4759         cell, not @var.
4761 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4763         * variables.texi (File Local Variables): Document new file local
4764         variable behavior.
4766 2006-02-10  Kim F. Storm  <storm@cua.dk>
4768         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4770 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
4772         * modes.texi (%-Constructs): Remove obsolete info about
4773         `global-mode-string'.
4775 2006-02-07  Richard M. Stallman  <rms@gnu.org>
4777         * commands.texi (Prefix Command Arguments): Minor cleanup.
4779         * display.texi: "Graphical display", not window system.
4781         * functions.texi (What Is a Function): Fix xref.
4783         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4784         (Changing Key Bindings): Clarify when remapping is better than
4785         substitute-key-definition.
4787 2006-02-02  Richard M. Stallman  <rms@gnu.org>
4789         * minibuf.texi (Basic Completion): Completion alists are risky.
4791         * keymaps.texi (Active Keymaps): Clarifications.
4792         (Searching Keymaps): New node.
4793         (Keymaps): Update menu.
4795         * frames.texi (Layout Parameters): Minor clarification.
4796         (Drag and Drop): New node.
4797         (Frames): Update menu.
4799 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
4801         * display.texi (Other Display Specs, Image Descriptors):
4802         Image description is a list, not a cons cell.
4804 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
4806         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4807         list is not necessarily a list).
4809 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
4811         * frames.texi (Layout Parameters): border-width and
4812         internal-border-width belong to the frame, not the window.
4814 2006-01-19  Richard M. Stallman  <rms@gnu.org>
4816         * nonascii.texi (Translation of Characters): Search cmds use
4817         translation-table-for-input.  Automatically made local.
4819         * markers.texi (Overview of Markers): Count insertion type
4820         as one of a marker's attributes.
4822         * keymaps.texi (Controlling Active Maps): New node, split out of
4823         Active Keymaps.
4824         (Keymaps): Menu updated.
4825         (Active Keymaps): Give pseudocode to explain how the active
4826         maps are searched.  current-active-maps and key-binding moved here.
4827         (Functions for Key Lookup): current-active-maps and key-binding moved.
4828         Clarifications.
4829         (Searching the Keymaps): New subnode.
4831         * elisp.texi (Top): Menu clarification.
4833         * display.texi (Other Display Specs): Delete duplicate entry for
4834         just a string as display spec.  Move text about recursive display
4835         specs on such a string.
4837         * commands.texi (Key Sequence Input): Clarify.
4838         Move num-nonmacro-input-events out.
4839         (Reading One Event): num-nonmacro-input-events moved here.
4841 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
4843         * advice.texi (Simple Advice): Update example to fit argument
4844         change in previous-line.
4846 2006-01-05  Richard M. Stallman  <rms@gnu.org>
4848         * markers.texi (The Mark): Fix in `mark'.
4850 2006-01-04  Richard M. Stallman  <rms@gnu.org>
4852         * processes.texi (Misc Network, Make Network): Minor cleanups.
4854 2006-01-04  Kim F. Storm  <storm@cua.dk>
4856         * processes.texi (Make Network): Add IPv6 addresses and handling.
4857         (Network Feature Testing): Mention (:family ipv6).
4858         (Misc Network): Add IPv6 formats to format-network-address.
4860 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4862         * text.texi (Changing Properties):
4863         Don't use return value of set-text-properties.
4865 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4867         * modes.texi (Mode Line Format): Correct typo in menu.
4869 2005-12-29  Richard M. Stallman  <rms@gnu.org>
4871         * modes.texi (Mode Line Top): New node.
4872         (Mode Line Data): Some text moved to new node.
4873         Explain the data structure more concretely.
4874         (Mode Line Basics): Clarifications.
4875         (Mode Line Variables): Clarify intro paragraph.
4876         (%-Constructs): Clarify intro paragraph.
4877         (Mode Line Format): Update menu.
4879 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4881         * minibuf.texi (Basic Completion): Update lazy-completion-table
4882         examples for removal of ARGS argument.
4884 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4886         * text.texi (Undo): Restore some explanation from the version
4887         that was deleted.
4889 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
4891         * text.texi (Undo): Remove duplicate descriptions of `apply
4892         funname' and `apply delta' elements of the undo list.
4894 2005-12-20  Richard M. Stallman  <rms@gnu.org>
4896         * help.texi (Help Functions): Update documentation of `apropos'.
4898 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
4900         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4901         because it is confusing.  If the :help-echo keyword is a function,
4902         it is not directly used as the :help-echo overlay property, as the
4903         xref seems to suggest (it does not take the appropriate args).
4905 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4907         * customize.texi (Common Keywords): Fix Texinfo usage.
4908         (Group Definitions, Variable Definitions): Update for new
4909         conventions for using `*' in docstrings.
4911         * tips.texi (Documentation Tips): Update for new conventions for
4912         using `*' in docstrings.
4914 2005-12-16  Richard M. Stallman  <rms@gnu.org>
4916         * minibuf.texi (Minibuffer Contents): Minor cleanup.
4918 2005-12-16  Juri Linkov  <juri@jurta.org>
4920         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4922 2005-12-14  Romain Francoise  <romain@orebokech.com>
4924         * modes.texi (Customizing Keywords): Rename `append' to `how'.
4925         Fix typo.
4927 2005-12-11  Juri Linkov  <juri@jurta.org>
4929         * minibuf.texi (Completion Commands): Add mention of read-file-name
4930         for filename completion keymaps.
4931         (Reading File Names): Add mention of filename completion keymaps
4932         for read-file-name and xref to `Completion Commands'.
4934 2005-12-10  Richard M. Stallman  <rms@gnu.org>
4936         * customize.texi (Common Keywords): State caveats for use of :tag.
4938 2005-12-08  Richard M. Stallman  <rms@gnu.org>
4940         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4941         with xrefs and better explanation.
4942         (Completion Commands): Add the filename completion maps.
4944         * objects.texi (Character Type): Clarify that \s is not space
4945         if a dash follows.
4947 2005-12-05  Richard M. Stallman  <rms@gnu.org>
4949         * windows.texi (Resizing Windows): Delete preserve-before args.
4951 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4953         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4954         in full keymaps, since the quirk has been fixed.
4956 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4958         * hooks.texi (Standard Hooks): Add index entries.
4959         Mention `compilation-finish-functions'.
4961 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4963         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4965 2005-11-21  Juri Linkov  <juri@jurta.org>
4967         * customize.texi (Common Keywords): Update links types
4968         custom-manual and url-link.  Add link types emacs-library-link,
4969         file-link, function-link, variable-link, custom-group-link.
4971 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4973         * display.texi: Revert 2005-11-20 change.
4975 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4977         * processes.texi (Bindat Functions):
4978         Say "third" to refer to zero-based index "2".
4980 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
4982         * loading.texi (Library Search): Update the default value of
4983         `load-suffixes'.
4985 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4987         * display.texi (Attribute Functions): Mention :ignore-defface.
4989 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4991         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4992         (Minor Mode Conventions): Mention the use of a hook.
4994 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4996         * files.texi (Magic File Names): find-file-name-handler checks the
4997         `operations' property of the handler.
4999 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5001         * variables.texi (Frame-Local Variables): Small clarification.
5003 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5005         * os.texi (Init File): Document ~/.emacs.d/init.el.
5007 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5009         * internals.texi (Garbage Collection): Document memory-full.
5011 2005-10-28  Bill Wohler  <wohler@newt.com>
5013         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5014         for URLs.
5016 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5018         * minibuf.texi (Completion Commands): Clean up prev change.
5020 2005-10-26  Kevin Ryde  <user42@zip.com.au>
5022         * compile.texi (Eval During Compile): Explain recommended uses
5023         of eval-when-compile and eval-and-compile.
5025 2005-10-27  Masatake YAMATO  <jet@gyve.org>
5027         * minibuf.texi (Completion Commands):
5028         Write about new optional argument for `display-completion-list'.
5030 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5032         * display.texi (Overlay Arrow): Clarify about local bindings of
5033         overlay-arrow-position.
5035 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5037         * internals.texi (Building Emacs): Fix last change.
5039 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5041         * internals.texi (Building Emacs): Document eval-at-startup.
5043 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5045         * loading.texi (Where Defined): load-history contains abs file names.
5046         symbol-file returns abs file names.
5048 2005-10-19  Kim F. Storm  <storm@cua.dk>
5050         * display.texi (Showing Images): Add max-image-size integer value.
5052 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5054         * display.texi (Showing Images): Document max-image-size.
5056 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5058         * commands.texi (Quitting): Minor clarification.
5060         * processes.texi (Sentinels): Clarify about output and quitting.
5061         (Filter Functions): Mention with-local-quit.
5063 2005-10-17  Juri Linkov  <juri@jurta.org>
5065         * buffers.texi (Current Buffer):
5066         * commands.texi (Event Input Misc):
5067         * compile.texi (Eval During Compile, Compiler Errors):
5068         * customize.texi (Group Definitions):
5069         * display.texi (Progress, Defining Faces):
5070         * files.texi (Writing to Files):
5071         * modes.texi (Mode Hooks, Defining Minor Modes):
5072         * streams.texi (Output Functions):
5073         * syntax.texi (Syntax Table Functions):
5074         * text.texi (Change Hooks):
5075         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5077         * commands.texi (Quitting): Replace arg `forms' with `body' in
5078         `with-local-quit'.
5080         * positions.texi (Excursions): Replace arg `forms' with `body' in
5081         `save-excursion'.
5083 2005-10-08  Kim F. Storm  <storm@cua.dk>
5085         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5086         Rename manual section accordingly.
5088 2005-10-04  Kim F. Storm  <storm@cua.dk>
5090         * windows.texi (Window Split Tree): New section describing
5091         new function window-split-tree function.
5093 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
5095         * display.texi (Fringe Size/Pos): Simplify and add detail.
5097 2005-09-30  Romain Francoise  <romain@orebokech.com>
5099         * minibuf.texi (High-Level Completion): Explain that the prompt
5100         given to `read-buffer' should end with a colon and a space.
5101         Update usage examples.
5103 2005-09-29  Juri Linkov  <juri@jurta.org>
5105         * display.texi (Displaying Messages): Rename argument name
5106         `string' to `format-string' in functions `message', `message-box',
5107         `message-or-box'.
5109 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
5111         * errors.texi (Standard Errors): Correct xrefs.
5113 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
5115         * display.texi (Defining Images): Update documentation for
5116         `image-load-path'.
5118 2005-09-17  Richard M. Stallman  <rms@gnu.org>
5120         * display.texi (Defining Images): Clean up previous change.
5122 2005-09-16  Romain Francoise  <romain@orebokech.com>
5124         * elisp.texi: Specify GFDL version 1.2.
5126         * doclicense.texi (GNU Free Documentation License): Update to
5127         version 1.2.
5129 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
5131         * display.texi (Defining Images): Document `image-load-path'.
5133 2005-09-15  Richard M. Stallman  <rms@gnu.org>
5135         * objects.texi (Printed Representation): Minor cleanup.
5136         (Box Diagrams): Minor fix.
5137         (Cons Cell Type): Move (...) index item here.
5138         (Box Diagrams): From here.
5139         (Array Type): Minor fix.
5140         (Type Predicates): Delete index "predicates".
5141         (Hash Table Type): Clarify xref.
5142         (Dotted Pair Notation): Minor fix.
5144 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
5146         * files.texi (Saving Buffers): Fix typo.
5148 2005-09-08  Richard M. Stallman  <rms@gnu.org>
5150         * tips.texi (Programming Tips): Correct the "default" prompt spec.
5152 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
5154         * locals.texi (Standard Buffer-Local Variables): Don't include
5155         mode variables for minor modes.
5156         Fix xrefs for buffer-display-count, buffer-display-table,
5157         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5158         enable-multibyte-characters, fill-column, header-line-format,
5159         left-fringe-width, left-margin, and right-fringe-width.
5161         * hooks.texi (Standard Hooks): All hooks should conform to the
5162         standard naming convention now.
5163         Fix xref for `echo-area-clear-hook'.
5165         * display.texi (Usual Display): Note that indicate-empty-lines and
5166         tab-width are buffer-local.
5168         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5170         * modes.texi (Mode Help): Note that major-mode is buffer-local.
5172         * nonascii.texi (Encoding and I/O): Note that
5173         buffer-file-coding-system is buffer-local.
5175         * positions.texi (List Motion): Note that defun-prompt-regexp is
5176         buffer-local.
5178         * text.texi (Auto Filling): Note that auto-fill-function is
5179         buffer-local.
5180         (Undo): Note that buffer-undo-list is buffer-local.
5182         * windows.texi (Buffers and Windows):
5183         Document buffer-display-count.
5185 2005-09-06  Richard M. Stallman  <rms@gnu.org>
5187         * tips.texi (Coding Conventions): Sometimes it is ok to put the
5188         package prefix elsewhere than at the start of the name.
5190 2005-09-03  Richard M. Stallman  <rms@gnu.org>
5192         * tips.texi (Programming Tips): Add conventions for minibuffer
5193         questions and prompts.
5195 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
5197         * intro.texi (nil and t): Minor cleanup.
5198         Delete spurious mention of keyword symbols.
5199         (Evaluation Notation): Add index entry.
5200         (A Sample Function Description): Minor cleanup.
5201         (A Sample Variable Description): Not all vars can be set.
5203 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
5205         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5207         (Insertion): Document precise type of `insert-char' arg COUNT.
5209 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * modes.texi (Other Font Lock Variables): Sync the default of
5212         font-lock-lines-before.
5214 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
5216         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5218 2005-08-29  Richard M. Stallman  <rms@gnu.org>
5220         * elisp.texi (Top): Update subnode menu.
5222         * searching.texi (Searching and Matching): Move node.
5223         Rearrange contents and add overall explanation.
5224         (Searching and Case): Move node.
5225         (Searching and Matching): Update menu.
5227 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5229         * os.texi (Startup Summary): Fix the description of the initial
5230         startup message display.
5232 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5234         * searching.texi (Search and Replace): Add replace-regexp-in-string.
5236 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
5238         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5239         `next-overlay-change' example.
5241 2005-08-22  Juri Linkov  <juri@jurta.org>
5243         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5244         Fix invert-face.  Fix args of face-background.
5246         * display.texi (Standard Faces): Delete node.
5247         (Faces): Add xref to `(emacs)Standard Faces'.
5248         (Displaying Faces): Fix xref to `Standard Faces'.
5250         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5252 2005-08-20  Alan Mackenzie  <acm@muc.de>
5254         * buffers.texi (The Buffer List): Clarify the manipulation of the
5255         buffer list.
5257 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5259         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5260         a regexp.
5262 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5264         * elisp.texi (Top): Update subnode lists.
5266         * display.texi (Inverse Video): Node deleted.
5268         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5269         New nodes split out of Coding Conventions.
5271         * searching.texi (Regular Expressions): Document re-builder.
5273         * os.texi (Time Parsing): New node split out of Time Conversion.
5275         * processes.texi (Misc Network, Network Feature Testing)
5276         (Network Options, Make Network): New nodes split out of
5277         Low-Level Network.
5279 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5281         * frames.texi (Geometry): New node, split from Size and Position.
5282         (Frame Parameters): Refer to Geometry.
5284         * buffers.texi (The Buffer List): Fix xrefs.
5286         * windows.texi (Splitting Windows): Fix xref.
5288         * frames.texi (Layout Parameters): Add xref.
5290         * display.texi (Line Height, Scroll Bars): Fix xrefs.
5292         * keymaps.texi (Menu Bar): Fix xref.
5294         * locals.texi (Standard Buffer-Local Variables): Fix xref.
5296         * modes.texi (%-Constructs): Fix xref.
5298         * frames.texi (Window Frame Parameters): Node split up.
5299         (Basic Parameters, Position Parameters, Size Parameters)
5300         (Layout Parameters, Buffer Parameters, Management Parameters)
5301         (Cursor Parameters, Color Parameters): New subnodes.
5303 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5305         * positions.texi (Screen Lines): Update xref for previous change
5306         in minibuf.texi.
5308         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5309         change in minibuf.texi.
5311 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5313         * tips.texi (Coding Conventions): Minor cleanup.
5315         * modes.texi (Defining Minor Modes): Explain when init-value
5316         can be non-nil.
5318         * elisp.texi (Top): Update submenu for Minibuffer.
5320         * minibuf.texi (Minibuffer Misc): Node split up.
5321         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5322         (Recursive Mini): New nodes split out from Minibuffer Misc.
5323         (Minibuffer Misc): Document max-mini-window-height.
5325         * hash.texi (Defining Hash): Delete stray paren in example.
5327         * display.texi (Echo Area Customization): Don't define
5328         max-mini-window-height here; xref instead.
5330         * commands.texi (Event Input Misc): Update while-no-input.
5332         * advice.texi (Advising Functions): Explain when to use advice
5333         and when to use a hook.
5335 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
5337         * makefile.w32-in (info): Don't run install-info.
5338         ($(infodir)/dir): New target, produced by running install-info.
5340 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
5342         * modes.texi (Defining Minor Modes): The keyword for the initial
5343         value is :init-value, not :initial-value.
5345 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
5347         * loading.texi (Autoload): Make the `doctor' example be consistent
5348         with what's in current loaddefs.el.  Describe the "fn" magic in
5349         the usage portion of the doc string.
5351 2005-07-22  Richard M. Stallman  <rms@gnu.org>
5353         * internals.texi (Garbage Collection): Clarify previous change.
5355 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * internals.texi (Garbage Collection): Add gc-cons-percentage.
5359 2005-07-18  Juri Linkov  <juri@jurta.org>
5361         * commands.texi (Accessing Events):
5362         * frames.texi (Text Terminal Colors, Resources):
5363         * markers.texi (The Mark):
5364         * modes.texi (Defining Minor Modes):
5365         Delete duplicate duplicate words.
5367 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5369         * display.texi (Managing Overlays): Clarify make-overlay
5370         args for insertion types.
5372 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
5374         * customize.texi (Variable Definitions):
5375         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5376         `standard-value' is a list too.
5377         (Defining New Types): Use @key{RET} instead of @key{ret}.
5379 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5381         * os.texi (Translating Input): Fix typo.
5383 2005-07-08  Richard M. Stallman  <rms@gnu.org>
5385         * README: Update edition number and size estimate.
5387         * elisp.texi (VERSION): Set to 2.9.
5389 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5391         * book-spine.texinfo: Update Emacs version.
5393         * display.texi (Inverse Video): Delete mode-line-inverse-video.
5395 2005-07-06  Richard M. Stallman  <rms@gnu.org>
5397         * searching.texi (Regexp Search): Clarify what re-search-forward
5398         does when the search fails.
5400 2005-07-05  Lute Kamstra  <lute@gnu.org>
5402         * Update FSF's address in GPL notices.
5404         * doclicense.texi (GNU Free Documentation License):
5405         * gpl.texi (GPL):
5406         * tips.texi (Coding Conventions, Library Headers):
5407         * vol1.texi:
5408         * vol2.texi: Update FSF's address.
5410 2005-07-04  Richard M. Stallman  <rms@gnu.org>
5412         * hooks.texi (Standard Hooks): Add occur-hook.
5414 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5416         * display.texi (The Echo Area): Correct menu.
5418 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5420         * elisp.texi (Top): Update subnode menu for Display.
5422         * display.texi (Displaying Messages): New node, with most
5423         of what was in The Echo Area.
5424         (Progress): Move under The Echo Area.
5425         (Logging Messages): New node with new text.
5426         (Echo Area Customization): New node, the rest of what was
5427         in The Echo Area.  Document message-truncate-lines with @defvar.
5428         (Display): Update menu.
5430         * windows.texi (Textual Scrolling): Doc 3 values for
5431         scroll-preserve-screen-position.
5433         * text.texi (Special Properties): Change hook functions
5434         should bind inhibit-modification-hooks around altering buffer text.
5436         * keymaps.texi (Key Binding Commands): Call binding BINDING
5437         rather than DEFINITION.
5439 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5441         * variables.texi (Defining Variables): `user-variable-p' returns t
5442         for aliases of user options, nil for alias loops.
5444 2005-06-28  Richard M. Stallman  <rms@gnu.org>
5446         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5447         make-keymap.
5449 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
5451         * variables.texi (Setting Variables): Correct and clarify
5452         description of `add-to-ordered-list'.
5454 2005-06-26  Richard M. Stallman  <rms@gnu.org>
5456         * display.texi (Faces): Minor cleanup.
5458 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
5460         * display.texi (Faces): `facep' returns t for strings that are
5461         face names.
5463 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5465         * objects.texi (Equality Predicates): Clarify meaning of equal.
5467         * windows.texi (Selecting Windows): save-selected-window
5468         and with-selected-window save and restore the current buffer.
5470 2005-06-24  Richard M. Stallman  <rms@gnu.org>
5472         * numbers.texi (Float Basics): Explain how to test for NaN,
5473         and printing the sign of NaNs.
5475 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
5477         * makefile.w32-in (MAKEINFO): Use --force.
5479 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5481         * display.texi (Face Functions): Correct Texinfo usage.
5483 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5485         * lists.texi (Rings): `ring-elements' now returns the elements of
5486         RING in order.
5488 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5490         * markers.texi (The Mark): Texinfo usage fix.
5492 2005-06-23  Kim F. Storm  <storm@cua.dk>
5494         * searching.texi (Entire Match Data): Remove evaporate option for
5495         match-data.  Do not mention evaporate option for set-match-data.
5497 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
5499         * display.texi (Face Functions): Mention face aliases.
5501 2005-06-21  Richard M. Stallman  <rms@gnu.org>
5503         * anti.texi (Antinews): Texinfo usage fix.
5505 2005-06-21  Karl Berry  <karl@gnu.org>
5507         * elisp.texi: Use @copying.
5509         * elisp.texi: Put @summarycontents and @contents before the Top
5510         node, instead of the end of the file, so that the contents appear
5511         in the right place in the dvi/pdf output.
5513 2005-06-21  Juri Linkov  <juri@jurta.org>
5515         * display.texi (Defining Faces): Add `customized-face'.
5517 2005-06-20  Kim F. Storm  <storm@cua.dk>
5519         * variables.texi (Setting Variables): Any type of element can be
5520         given order in add-to-ordered-list.  Compare elements with eq.
5522         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5524 2005-06-20  Karl Berry  <karl@gnu.org>
5526         * syntax.texi (Syntax Flags): Make last column very slightly wider
5527         to avoid "generic comment" breaking on two lines and causing an
5528         underfull box.
5530 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5532         * lists.texi (Rings): Various minor clarifications and corrections.
5534 2005-06-18  Richard M. Stallman  <rms@gnu.org>
5536         * functions.texi (Obsolete Functions): Simplify.
5538         * variables.texi (Variable Aliases): Simplify.
5540         * anti.texi, backups.texi, compile.texi, customization.texi:
5541         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5542         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5543         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5544         * variables.texi: Fix formatting ugliness.
5546         * elisp.texi: Add links to Rings and Byte Packing.
5547         Update version and copyright years.
5549         * minibuf.texi: Fix formatting ugliness.
5550         (Completion Commands): Move keymap vars to the end
5551         and vars completing-read binds to the top.
5553 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
5555         * processes.texi: Fix typos.
5556         (Bindat Spec): Correct Texinfo error.
5557         (Byte Packing): Fix ungrammatical sentence.
5559 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
5561         * lists.texi (Rings): New node.
5562         (Lists): Add it to menu.
5564         * processes.texi (Byte Packing): New node.
5565         (Processes): Add it to menu.
5567 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5569         * syntax.texi (Parsing Expressions): Fix texinfo usage.
5571         * help.texi (Documentation Basics): Explain the xref to
5572         Documentation Tips.
5574         * debugging.texi (Debugger Commands): Minor fix.
5576 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
5578         * edebug.texi (Instrumenting): Eliminate duplicate link.
5579         (Specification List): Replace references to "below", referring to
5580         a later node, with one @ref to that node.
5582         * os.texi (Timers): Timers should save and restore the match data
5583         if they change it.
5585         * debugging.texi (Debugger Commands): Mention that the Lisp
5586         debugger can not step through primitive functions.
5588 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5590         * functions.texi (Obsolete Functions): Update argument names of
5591         `make-obsolete' and `define-obsolete-function-alias'.
5593         * variables.texi (Variable Aliases): Update argument names of
5594         `defvaralias', `make-obsolete-variable' and
5595         `define-obsolete-variable-alias'.
5597 2005-06-15  Kim F. Storm  <storm@cua.dk>
5599         * searching.texi (Entire Match Data): Rephrase warnings about
5600         evaporate arg to match-data and set-match-data.
5602 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
5604         * elisp.texi (Top): Update detailed menu.
5606         * edebug.texi (Edebug): Update menu.
5607         (Instrumenting): Update xrefs.
5608         (Edebug Execution Modes): Correct xref.
5609         (Jumping): Clarify description of `h' command.
5610         Eliminate redundant @ref.
5611         (Breaks): New node.
5612         (Breakpoints): Is now a subsubsection.
5613         (Global Break Condition): Mention `C-x X X'.
5614         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
5615         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5616         (Edebug Display Update): Correct pxref.
5617         (Edebug and Macros): New node.
5618         (Instrumenting Macro Calls): Is now a subsubsection.
5619         Neither arg of `def-edebug-spec' is evaluated.
5620         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5621         (Specification Examples): Fix typo.
5623 2005-06-14  Lute Kamstra  <lute@gnu.org>
5625         * debugging.texi (Function Debugging): Primitives can break on
5626         entry too.
5628 2005-06-14  Kim F. Storm  <storm@cua.dk>
5630         * variables.texi (Setting Variables): Add add-to-ordered-list.
5632 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * syntax.texi (Parsing Expressions): Document aux functions and vars of
5635         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5637 2005-06-13  Lute Kamstra  <lute@gnu.org>
5639         * text.texi (Special Properties): Fix cross reference.
5641 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5643         * debugging.texi (Function Debugging): Delete mention of empty
5644         string argument to `cancel-debug-on-entry'.  Delete inaccurate
5645         description of the return value of that command.
5647 2005-06-11  Alan Mackenzie  <acm@muc.de>
5649         * text.texi (Adaptive Fill): Amplify the description of
5650         fill-context-prefix.
5652 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5654         * syntax.texi (Parsing Expressions): Fix Texinfo error.
5656 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * syntax.texi (Parsing Expressions): Document syntax-ppss.
5660 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5662         * debugging.texi (Error Debugging): Minor rewording.
5663         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5664         is optional.
5666 2005-06-10  Lute Kamstra  <lute@gnu.org>
5668         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5669         (Top): Give it a title.  Correct version number.  Give the
5670         detailed node listing a more prominent header.
5671         * intro.texi: Don't set VERSION here a second time.
5672         Mention Emacs's version too.
5673         * anti.texi (Antinews): Use EMACSVER to refer to the current
5674         version of Emacs.
5676 2005-06-09  Kim F. Storm  <storm@cua.dk>
5678         * searching.texi (Entire Match Data): Explain new `reseat' argument to
5679         match-data and set-match-data.
5681 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5683         * searching.texi (Entire Match Data): Clarify when match-data
5684         returns markers and when integers.
5686         * display.texi (Defining Faces): Explain that face name should not
5687         end in `-face'.
5689         * modes.texi (Mode Line Data): Minor cleanup.
5690         (Customizing Keywords): Node split out of Search-based Fontification.
5691         Add example of using font-lock-add-keywords from a hook.
5692         Clarify when MODE should be non-nil, and when nil.
5694 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5696         * modes.texi (Mode Line Data): Explain what happens when the car
5697         of a list is a void symbol.
5698         (Search-based Fontification): Explain MODE arg to
5699         font-lock-add-keywords and warn about calls from major modes.
5701 2005-06-08  Juri Linkov  <juri@jurta.org>
5703         * display.texi (Standard Faces): Add `shadow' face.
5705 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5707         * modes.texi (Major Mode Conventions): A derived mode only needs
5708         to put the call to the parent mode inside `delay-mode-hooks'.
5710 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5712         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5713         new, and what that implies.  Clarify.
5715         * files.texi (Locating Files): Clean up the text.
5717         * frames.texi (Window Frame Parameters): Document user-size.
5718         Shorten entry for top by referring to left.
5720 2005-05-26  Richard M. Stallman  <rms@gnu.org>
5722         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5723         is new, and what the implications are.  Other clarifications.
5725 2005-05-24  Richard M. Stallman  <rms@gnu.org>
5727         * frames.texi (Dialog Boxes): Minor fixes.
5729 2005-05-25  Masatake YAMATO  <jet@gyve.org>
5731         * display.texi (Standard Faces): Write about `mode-line-highlight'.
5733 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5735         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5736         is optional.
5738 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5740         * frames.texi (Dialog Boxes): Describe new optional argument.
5742 2005-05-23  Lute Kamstra  <lute@gnu.org>
5744         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5745         syntax-begin-function over font-lock-beginning-of-syntax-function.
5747 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5749         * minibuf.texi (Reading File Names): Update description of
5750         `read-directory-name'.
5752         * modes.texi (Derived Modes): Clarify :group keyword.
5754 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5756         * files.texi (Locating Files): New subsection.
5757         Describe locate-file and executable-find.
5759 2005-05-21  Kevin Ryde  <user42@zip.com.au>
5761         * frames.texi (Initial Parameters): Update cross reference to
5762         "Emacs Invocation".
5764 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5766         * keymaps.texi (Active Keymaps): Add anchor.
5768         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5769         (Major Mode Conventions): Refer to `Auto Major Mode' in more
5770         appropriate place.
5771         (Derived Modes): Small clarifications.
5772         (Minor Mode Conventions, Keymaps and Minor Modes):
5773         Replace references to nodes with references to anchors.
5774         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5775         Clarify description of lists whose first element is an integer.
5776         (Mode Line Variables): Add anchor.
5777         (%-Constructs): Clarify description of integer after %.
5778         (Emulating Mode Line): Describe nil value for FACE.
5780 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5782         * modes.texi (Derived Modes): Correct references to non-existing
5783         variable standard-syntax-table.
5785 2005-05-17  Lute Kamstra  <lute@gnu.org>
5787         * modes.texi (Defining Minor Modes): Mention the mode hook.
5789 2005-05-15  Kim F. Storm  <storm@cua.dk>
5791         * processes.texi (Network): Remove open-network-stream-nowait.
5792         (Network Servers): Remove open-network-stream-server.
5794 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
5796         * elisp.texi (Top): Update detailed menu.
5798         * variables.texi: Reorder nodes.
5799         (Variables): Update menu.
5800         (File Local Variables): Do not refer to the `-*-' line as
5801         a "local variables list".  Add pxref.
5803 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5805         * elisp.texi (Top): Update detailed menu for node changes.
5807         * modes.texi (Modes): Update Menu.
5808         (Hooks): Move to beginning of chapter.
5809         Most minor modes run mode hooks too.
5810         `add-hook' can handle void hooks or hooks whose value is a single
5811         function.
5812         (Major Modes): Update Menu.
5813         (Major Mode Basics): New node, split off from `Major Modes'.
5814         (Major Mode Conventions): Correct xref.  Explain how to handle
5815         auto-mode-alist if the major mode command has an autoload cookie.
5816         (Auto Major Mode): Major update.  Add magic-mode-alist.
5817         (Derived Modes): Major update.
5818         (Mode Line Format): Update Menu.
5819         (Mode Line Basics): New node, split off from `Mode Line Format'.
5821         * loading.texi (Autoload): Mention `autoload cookie' as synonym
5822         for `magic autoload comment'.  Add index entries and anchor.
5824 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5826         * tips.texi (Coding Conventions): Explain how important it is
5827         that just loading certain files not change Emacs behavior.
5829         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5831 2005-05-12  Lute Kamstra  <lute@gnu.org>
5833         * modes.texi (Generic Modes): Update.
5834         (Major Modes): Refer to node "Generic Modes".
5836         * elisp.texi (Top): Update to the current structure of the manual.
5837         * processes.texi (Processes): Add menu description.
5838         * customize.texi (Customization): Add menu descriptions.
5840 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
5842         * processes.texi (Signals to Processes)
5843         (Low-Level Network): Fix typos.
5845 2005-05-11  Lute Kamstra  <lute@gnu.org>
5847         * elisp.texi (Top): Add some nodes from the chapter "Major and
5848         Minor Modes" to the detailed node listing.
5850 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5852         * keymaps.texi (Extended Menu Items): Menu item filter functions
5853         can be called at any time.
5855 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5857         * variables.texi (File Local Variables): `(hack-local-variables t)'
5858         now also checks whether a mode is specified in the local variables
5859         list.
5861 2005-05-05  Kevin Ryde  <user42@zip.com.au>
5863         * display.texi (The Echo Area): Correct format function cross
5864         reference.
5866 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5868         * variables.texi (Variable Aliases): Change description of
5869         `define-obsolete-variable-alias'.
5871         * functions.texi (Functions): Add "Obsolete Functions" to menu.
5872         (Defining Functions): Add xref.
5873         (Obsolete Functions): New node.
5874         (Function Safety): Standardize capitalization of section title.
5876         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5877         (Dialog Boxes): Complete description of `x-popup-dialog'.
5879 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5881         * commands.texi (Interactive Codes): Fix Texinfo usage.
5882         Document U more clearly.
5884 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5886         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5887         function and not a macro.
5889         * frames.texi (Pop-Up Menus): Correct and clarify description of
5890         `x-popup-menu'.
5891         (Dialog Boxes): Clarify description of `x-popup-dialog'.
5893 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5895         * edebug.texi (Checking Whether to Stop): Fix previous change.
5897 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5899         * display.texi: Fix typos and Texinfo usage.
5901         * edebug.texi (Checking Whether to Stop): executing-macro ->
5902         executing-kbd-macro.
5904 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5906         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5908 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5910         * files.texi (Magic File Names): Document `operations' property.
5912 2005-04-29  Lute Kamstra  <lute@gnu.org>
5914         * modes.texi (Generic Modes): New node.
5915         (Major Modes): Add it to the menu.
5916         (Derived Modes): Add "derived mode" to concept index.
5918 2005-04-28  Lute Kamstra  <lute@gnu.org>
5920         * modes.texi (Defining Minor Modes): Fix previous change.
5921         (Font Lock Mode): Simplify.
5922         (Font Lock Basics): Say that font-lock-defaults is buffer-local
5923         when set and that some parts are optional.  Add cross references.
5924         (Search-based Fontification): Say how to specify font-lock-keywords.
5925         Add cross references.  Add font-lock-multiline to index.
5926         Move font-lock-keywords-case-fold-search here from node "Other Font
5927         Lock Variables".  Document font-lock-add-keywords and
5928         font-lock-remove-keywords.
5929         (Other Font Lock Variables): Move font-lock-keywords-only,
5930         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5931         and font-lock-syntactic-face-function to node "Syntactic Font
5932         Lock".  Move font-lock-keywords-case-fold-search to node
5933         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
5934         and font-lock-{,un}fontify-{buffer,region}-function.
5935         (Precalculated Fontification): Remove reference to deleted variable
5936         font-lock-core-only.
5937         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5938         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
5939         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5940         and font-lock-syntactic-face-function here from node "Other Font
5941         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
5942         Syntax Properties".  Add cross references.
5943         (Setting Syntax Properties): New node.
5944         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5945         * syntax.texi (Syntax Properties): Add cross reference.
5946         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5948 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5950         * display.texi (Defining Faces):
5951         Document `default' elements of defface spec.
5953         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5955         * variables.texi (Variable Aliases): Clarify text.
5957 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
5959         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5961 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5963         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5965 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5967         * syntax.texi (Syntax Table Internals): Elaborate documentation of
5968         syntax-after and syntax-class.
5970         * files.texi (Changing Files): Fix last change's cross-reference.
5971         (Unique File Names): Don't mention "numbers" in the documentation
5972         of make-temp-file and make-temp-name.
5974 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5976         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5978 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5980         * windows.texi (Cyclic Window Ordering): Clarify window-list.
5982 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5984         * variables.texi (Variable Aliases): Describe make-obsolete-variable
5985         and define-obsolete-variable-alias.
5987 2005-04-22  Kim F. Storm  <storm@cua.dk>
5989         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5990         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5992 2005-04-21  Lute Kamstra  <lute@gnu.org>
5994         * lists.texi (Association Lists): Document rassq-delete-all.
5996 2005-04-19  Richard M. Stallman  <rms@gnu.org>
5998         * modes.texi (Search-based Fontification): Explain that
5999         facespec is an expression to be evaluated.
6001 2005-04-19  Kevin Ryde  <user42@zip.com.au>
6003         * streams.texi (Output Functions): Fix xref.
6004         * strings.texi (String Conversion): Fix xref.
6006 2005-04-19  Kim F. Storm  <storm@cua.dk>
6008         * symbols.texi (Symbol Plists): Add safe-get.
6009         Mention that `get' may signal an error.
6011 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6013         * customize.texi (Variable Definitions): Replace tooltip-mode
6014         example with save-place.
6016 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6018         * buffers.texi (Indirect Buffers): Clarify.
6020         * positions.texi (Positions): Clarify converting marker to integer.
6022         * strings.texi (String Basics): Mention string-match; clarify.
6024 2005-04-08  Lute Kamstra  <lute@gnu.org>
6026         * modes.texi (Search-based Fontification): Fix cross references.
6027         Use consistent terminology.  Document anchored highlighting.
6029 2005-04-05  Lute Kamstra  <lute@gnu.org>
6031         * modes.texi (Defining Minor Modes): Document :group keyword
6032         argument and its default value.
6034 2005-04-03  Lute Kamstra  <lute@gnu.org>
6036         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
6037         references and/or descriptions.  Delete major mode hooks; mention
6038         them as a category instead.  Rename or delete obsolete hooks.
6040 2005-04-02  Richard M. Stallman  <rms@gnu.org>
6042         * nonascii.texi (Coding System Basics): Another wording cleanup.
6044 2005-04-01  Richard M. Stallman  <rms@gnu.org>
6046         * nonascii.texi (Coding System Basics): Clarify previous change.
6048 2005-04-01  Kenichi Handa  <handa@m17n.org>
6050         * nonascii.texi (Coding System Basics): Describe about roundtrip
6051         identity of coding systems.
6053 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6055         * text.texi (Buffer Contents): Add filter-buffer-substring and
6056         buffer-substring-filters.
6058 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
6060         * anti.texi (Antinews): Mention `G' interactive code.
6062         * tips.texi (Compilation Tips): Mention benchmark.el.
6064 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6066         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6067         is now bound to M-o M-o.
6069         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6071 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6073         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6074         in the Emacs Manual).
6075         * Makefile.in (srcs): Remove calendar.texi.
6076         * makefile.w32-in (srcs): Remove calendar.texi.
6077         * display.texi (Display): Change name of next node.
6078         * os.texi (System In): Change name of previous node.
6079         * elisp.texi (Top): Remove Calendar references.
6080         * vol1.texi (Top): Remove Calendar references.
6081         * vol2.texi (Top): Remove Calendar references.
6083 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6085         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6086         Cleanup previous change.
6088 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
6090         * display.texi (Face Attributes): Faces earlier in an :inherit
6091         list take precedence.
6092         (Scroll Bars): Fix description of vertical-scroll-bars.
6093         Document frame-current-scroll-bars and window-current-scroll-bars.
6095         * markers.texi (The Mark): Document temporary Transient Mark mode.
6097         * minibuf.texi (Reading File Names):
6098         Document read-file-name-completion-ignore-case.
6100         * positions.texi (Screen Lines): Document nil for width argument
6101         to compute-motion.
6103 2005-03-23  Kim F. Storm  <storm@cua.dk>
6105         * display.texi (Standard Faces): Other faces used in the fringe
6106         implicitly inherits from the fringe face.
6107         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6108         properties implicitly inherits from fringe face.
6109         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6111 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
6113         * display.texi (Invisible Text): State default value of
6114         line-move-ignore-invisible.
6115         (Managing Overlays): Document remove-overlays.
6116         (Standard Faces): Document escape-glyph face.
6118         * minibuf.texi (Reading File Names): Document read-file-name-function.
6120         * modes.texi (Other Font Lock Variables):
6121         Document font-lock-lines-before.
6123         * positions.texi (Skipping Characters): skip-chars-forward allows
6124         character classes.
6126 2005-03-18  Lute Kamstra  <lute@gnu.org>
6128         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6130 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6132         * text.texi (Undo): Document extensible undo entries.
6134         * searching.texi (String Search, Regexp Search): Cleanups.
6136         * nonascii.texi (Character Codes): Minor fix.
6138         * display.texi (Display Property): Explain the significance
6139         of having text properties that are eq.
6140         (Other Display Specs): Explain string as display spec.
6142         * commands.texi (Interactive Codes): Document G option.
6144 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
6146         * text.texi (Filling): Add sentence-end-without-period and
6147         sentence-end-without-space.
6148         (Changing Properties): Minor fix.
6150         * anti.texi: Total rewrite.
6152 2005-03-15  Lute Kamstra  <lute@gnu.org>
6154         * edebug.texi (Instrumenting Macro Calls): Fix typos.
6156 2005-03-08  Kim F. Storm  <storm@cua.dk>
6158         * display.texi (Specified Space): Property :width is support on
6159         non-graphic terminals, :height is not.
6161 2005-03-07  Richard M. Stallman  <rms@gnu.org>
6163         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6164         Now subnodes of Fringes.
6165         (Overlay Arrow): Document overlay-arrow-variable-list.
6166         (Fringe Size/Pos): New node, broken out of Fringes.
6167         (Display): Explain clearing vs redisplay better.
6168         (Truncation): Clarify use of bitmaps.
6169         (The Echo Area): Clarify the uses of the echo area.
6170         Add max-mini-window-height.
6171         (Progress): Clarify.
6172         (Invisible Text): Explain that main loop moves point out.
6173         (Selective Display): Say "hidden", not "invisible".
6174         (Managing Overlays): Move up.  Describe relation to Undo here.
6175         (Overlay Properties): Clarify intro.
6176         (Finding Overlays): Explain return values when nothing found.
6177         (Width): truncate-string-to-width has added arg.
6178         (Displaying Faces): Clarify and update mode line face handling.
6179         (Face Functions): Minor cleanup.
6180         (Conditional Display): Merge into Other Display Specs.
6181         (Pixel Specification, Other Display Specs): Minor cleanups.
6182         (Images, Image Descriptors): Minor cleanups.
6183         (GIF Images): Patents have expired.
6184         (Showing Images): Explain default text for insert-image.
6185         (Manipulating Button Types): Merge into Manipulating Buttons.
6186         (Making Buttons): Explain return values.
6187         (Button Buffer Commands): Add xref.
6188         (Inverse Video): Update mode-line-inverse-video.
6189         (Display Table Format): Clarify.
6190         (Active Display Table): Give defaults for window-display-table.
6192         * calendar.texi (Calendar Customizing): calendar-holiday-marker
6193         and calendar-today-marker are strings, not chars.
6194         (Holiday Customizing): Minor fix.
6196         * internals.texi (Writing Emacs Primitives): Update `or' example.
6197         Update limit on # args of subr.
6199         * edebug.texi (Using Edebug): Arrow is in fringe.
6200         (Instrumenting): Arg to eval-defun works without loading edebug.
6201         (Edebug Execution Modes): Add xref.
6203         * customize.texi (Common Keywords): Clarify :require.
6204         Mention :version here.
6205         (Variable Definitions, Group Definitions): Not here.
6206         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6208 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
6209         * nonascii.texi (Text Representations): Clarify position-bytes.
6210         (Character Sets): Add list-charset-chars.
6211         (Scanning Charsets): Add charset-after.
6212         (Encoding and I/O): Minor fix.
6214 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6216         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6217         (Resizing Windows): Likewise.
6219         * text.texi (Change Hooks): Get rid of "Emacs 21".
6221         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6223         * streams.texi (Output Variables): Get rid of "Emacs 21".
6225         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6227         * os.texi (Translating Input): Replace flow-control example
6228         with a less obsolete example that uses `keyboard-translate'.
6230         * objects.texi (Hash Table Type, Circular Objects):
6231         Get rid of "Emacs 21".
6233         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6234         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6236         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6238         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6240         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6241         (Menu Bar): Fix when menu-bar-update-hook is called.
6243         * hash.texi (Hash Tables): Get rid of "Emacs 21".
6245         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6246         and make it read better.
6248         * files.texi (Writing to Files): Get rid of "Emacs 21".
6249         (Unique File Names): Likewise.
6251         * elisp.texi: Update Emacs version to 22.
6253         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6254         (Overlay Properties, Face Attributes): Likewise.
6255         (Managing Overlays): Fix punctuation.
6256         (Attribute Functions): Clarify set-face-font; get rid of
6257         info about old Emacs versions.
6258         (Auto Faces, Font Lookup, Display Property, Images):
6259         Get rid of "Emacs 21".
6261         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6263 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6265         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6267 2005-03-04  Lute Kamstra  <lute@gnu.org>
6269         * debugging.texi (Error Debugging): Document stack-trace-on-error.
6271 2005-03-03  Lute Kamstra  <lute@gnu.org>
6273         * edebug.texi (Instrumenting Macro Calls): Fix typo.
6275 2005-03-01  Lute Kamstra  <lute@gnu.org>
6277         * debugging.texi (Debugger Commands): Update `j'.
6279 2005-02-28  Lute Kamstra  <lute@gnu.org>
6281         * debugging.texi (Debugging): Fix typo.
6282         (Error Debugging): Document eval-expression-debug-on-error.
6283         (Function Debugging): Update example.
6284         (Using Debugger): Mention starred stack frames.
6285         (Debugger Commands): Document `j' and `l'.
6286         (Invoking the Debugger): `d' and `j' exit recursive edit too.
6287         Update the messages that the debugger displays.
6288         (Internals of Debugger): Add cross reference.  Update example.
6289         (Excess Open): Minor improvement.
6290         (Excess Close): Minor improvement.
6292 2005-02-26  Richard M. Stallman  <rms@gnu.org>
6294         * tips.texi (Coding Conventions): Clarify.
6295         Put all the major mode key reservations together.
6296         Mention the Mouse-1 => Mouse-2 conventions.
6298         * syntax.texi (Syntax Class Table): Clarify.
6299         (Syntax Table Functions): syntax-after moved from here.
6300         (Syntax Table Internals): syntax-after moved to here.
6301         (Parsing Expressions): Update info on number of values
6302         and what's meaningful in the STATE argument.
6303         (Categories): Fix typo.
6305         * sequences.texi (Arrays): Cleanup.
6306         (Char-Tables): Clarify.
6308         * processes.texi (Deleting Processes): Cleanups, add xref.
6309         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
6310         (Process Information): set-process-coding-system, some args optional.
6311         (Input to Processes): Explain various types for PROCESS args.
6312         Rename them from PROCESS-NAME to PROCESS.
6313         (Signals to Processes): Likewise.
6314         (Decoding Output): Cleanup.
6315         (Query Before Exit): Clarify.
6317         * os.texi (Startup Summary): Correct the options; add missing ones.
6318         (Terminal Output, Batch Mode): Clarify.
6319         (Flow Control): Node deleted.
6321         * markers.texi (The Mark): Clarify.
6323         * macros.texi (Expansion): Cleanup.
6324         (Indenting Macros): indent-spec allows ints, not floats.
6326         * keymaps.texi (Keymaps): Clarify.
6327         (Format of Keymaps): Update lisp-mode-map example.
6328         (Active Keymaps, Key Lookup): Clarify.
6329         (Changing Key Bindings): Add xref to `kbd'.
6330         (Key Binding Commands, Simple Menu Items): Clarify.
6331         (Mouse Menus, Menu Bar): Clarify.
6332         (Menu Example): Replace print example with menu-bar-replace-menu.
6334         * help.texi (Documentation Basics): Add function-documentation prop.
6336         * elisp.texi (Top): Don't refer to Flow Control node.
6338         * commands.texi (Command Overview): Improve xrefs.
6339         (Adjusting Point): Adjusting point applies to intangible and invis.
6340         (Key Sequence Input): Doc extra read-key-sequence args.
6341         Likewise for read-key-sequence-vector.
6343         * backups.texi (Rename or Copy): Minor fix.
6344         (Numbered Backups): For version-control, say the default.
6345         (Auto-Saving): make-auto-save-file-name example is simplified.
6347         * advice.texi (Advising Functions): Don't imply one part of Emacs
6348         should advise another part.  Markup changes.
6349         (Defining Advice): Move transitional para.
6350         (Activation of Advice): Cleanup.
6351         Explain if COMPILE is nil or negative.
6353         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6355 2005-02-24  Lute Kamstra  <lute@gnu.org>
6357         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6358         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6360 2005-02-23  Lute Kamstra  <lute@gnu.org>
6362         * modes.texi (Defining Minor Modes): define-minor-mode can be used
6363         to define global minor modes as well.
6365         * display.texi (Managing Overlays): overlay-buffer returns nil for
6366         deleted overlays.
6368 2005-02-22  Kim F. Storm  <storm@cua.dk>
6370         * minibuf.texi (Basic Completion): Allow symbols in addition to
6371         strings in try-completion and all-completions.
6373 2005-02-14  Lute Kamstra  <lute@gnu.org>
6375         * elisp.texi (Top): Remove reference to deleted node.
6377         * lists.texi (Lists): Remove reference to deleted node.
6378         (Cons Cells): Fix typo.
6380         * loading.texi (Where Defined): Fix typo.
6382 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6384         * variables.texi (Creating Buffer-Local): change-major-mode-hook
6385         is useful for discarding some minor modes.
6387         * symbols.texi (Symbol Components): Reorder examples.
6389         * streams.texi (Input Functions): State standard-input default.
6390         (Output Variables): State standard-output default.
6392         * objects.texi (Printed Representation): Clarify read syntax vs print.
6393         (Floating Point Type): Explain meaning better.
6394         (Symbol Type): Explain uniqueness better.
6395         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
6396         List examples sooner.
6397         (Box Diagrams): New subnode broken out.
6398         Some examples moved from old Lists as Boxes node.
6399         (Dotted Pair Notation): Clarify intro.
6400         (Array Type): Clarify.
6401         (Type Predicates): Add hash-table-p.
6403         * numbers.texi (Integer Basics): Clarify radix explanation.
6404         (Predicates on Numbers): Minor clarification.
6405         (Comparison of Numbers): Minor clarification.  Clarify eql.
6406         Typos in min, max.
6407         (Math Functions): Clarify overflow in expt.
6409         * minibuf.texi (Text from Minibuffer): Minor clarification.
6410         Mention arrow keys.
6412         * loading.texi (Autoload): defun's doc string overrides autoload's
6413         doc string.
6414         (Repeated Loading): Modernize "add to list" examples.
6415         (Where Defined): Finish updating table of load-history elts.
6417         * lists.texi (List-related Predicates): Minor wording improvement.
6418         (Lists as Boxes): Node deleted.
6419         (Building Lists): Explain trivial cases of number-sequence.
6421         * hash.texi (Hash Tables): Add desc to menu items.
6422         (Creating Hash): Explain "full" means "make larger".
6423         (Hash Access): Any object can be a key.
6424         State value of maphash.
6426         * functions.texi (What Is a Function): Wording cleanup.
6427         (Function Documentation): Minor cleanup.
6428         Explain purpose of calling convention at end of doc string.
6429         (Function Names): Wording cleanup.
6430         (Calling Functions): Wording cleanup.
6431         Explain better how funcall calls the function.
6432         (Function Cells): Delete example of saving and redefining function.
6434         * control.texi (Combining Conditions): Wording cleanup.
6435         (Iteration): dolist and dotimes bind VAR locally.
6436         (Cleanups): Xref to Atomic Changes.
6438         * compile.texi (Byte Compilation): Delete 19.29 info.
6439         (Compilation Functions): Macros' difficulties don't affect defsubst.
6440         (Docs and Compilation): Delete 19.29 info.
6442 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6444         * objects.texi (Symbol Type): Minor correction.
6446 2005-02-06  Lute Kamstra  <lute@gnu.org>
6448         * modes.texi (Example Major Modes): Fix typos.
6450 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6452         * text.texi (Margins): fill-nobreak-predicate can be one function.
6454         * strings.texi (Modifying Strings): clear-string can make unibyte.
6455         (Formatting Strings): format gives error if values missing.
6457         * positions.texi (Character Motion): Mention default arg
6458         for forward-char.  backward-char refers to forward-char.
6459         (Word Motion): Mention default arg for forward-word.
6460         (Buffer End Motion): Mention default arg for beginning-of-buffer.
6461         Simplify end-of-buffer.
6462         (Text Lines): Mention default arg for forward-line.
6463         (List Motion): Mention default arg for beginning/end-of-defun.
6464         (Skipping Characters): Minor fixes in explaining character-set.
6466         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6467         Mode inheritance applies only when default-major-mode is nil.
6468         Clarifications.
6469         (Example Major Modes): Update Text mode and Lisp mode examples.
6470         (Minor Mode Conventions): Mention define-minor-mode at top.
6471         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6472         (Mode Line Format): Update mode line face display info.
6473         (Properties in Mode): Mention effect of risky vars.
6474         (Imenu): Define imenu-add-to-menubar.
6475         (Font Lock Mode): Add descriptions to menu lines.
6476         (Faces for Font Lock): Add font-lock-doc-face.
6478 2005-02-05  Lute Kamstra  <lute@gnu.org>
6480         * text.texi (Maintaining Undo): Remove obsolete function.
6482 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6484         * frames.texi (Color Names): Add pointer to the X docs about RGB
6485         color specifications.  Improve indexing.
6486         (Text Terminal Colors): Replace the description of RGB values by
6487         an xref to "Color Names".
6489 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6491         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6492         Clarify.
6493         (Selecting Windows): Clarify save-selected-window.
6494         (Cyclic Window Ordering): Clarify walk-windows.
6495         (Window Point): Clarify.
6496         (Window Start): Add comment to example.
6497         (Resizing Windows): Add `interactive' specs in examples.
6498         Document fit-window-to-buffer.
6500         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6501         (Undo, Maintaining Undo): Clarify last change.
6502         (Sorting): In sort-numeric-fields, explain about octal and hex.
6503         Mention sort-numeric-base.
6504         (Format Properties): Add xref for hard newlines.
6506         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6507         (Pop-Up Menus): Fix typo.
6508         (Color Names): Explain all types of color names.
6509         Explain color-values on B&W terminal.
6510         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
6512         * files.texi (File Locks): Not supported on MS systems.
6513         (Testing Accessibility): Clarify.
6515         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6516         (Coverage Testing): Fix typo.
6518         * commands.texi (Misc Events): Remove stray space.
6520         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6521         (Modification Time): Clarify when visited-file-modtime returns 0.
6522         (The Buffer List): Clarify bury-buffer.
6523         (Killing Buffers): Clarify.
6524         (Indirect Buffers): Add clone-indirect-buffer.
6526 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
6528         * edebug.texi (Printing in Edebug): Fix default value of
6529         edebug-print-circle.
6530         (Coverage Testing): Fix displayed frequency count data.
6532 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6534         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6536 2005-02-02  Kim F. Storm  <storm@cua.dk>
6538         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6540 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
6542         * commands.texi (Misc Events): Describe the help-echo event.
6544         * text.texi (Special Properties) <help-echo>: Use `pos'
6545         consistently in description of the help-echo property.
6546         Use @code{nil} instead of @var{nil}.
6548         * display.texi (Overlay Properties): Fix the index entry for
6549         help-echo overlay property.
6551         * customize.texi (Type Keywords): Uncomment the xref to the
6552         help-echo property documentation.
6554 2005-01-23  Kim F. Storm  <storm@cua.dk>
6556         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6557         return value.  Third element FULLY replaced by PARTIAL which
6558         specifies number of invisible pixels if row is only partially visible.
6559         (Textual Scrolling): Mention auto-window-vscroll.
6560         (Vertical Scrolling): New defvar auto-window-vscroll.
6562 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6564         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6565         command remapping.
6567 2005-01-15  Richard M. Stallman  <rms@gnu.org>
6569         * display.texi (Defining Images): Mention DATA-P arg of create-image.
6571 2005-01-14  Kim F. Storm  <storm@cua.dk>
6573         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6575         * text.texi (Links and Mouse-1): Fix string and vector item.
6577 2005-01-13  Richard M. Stallman  <rms@gnu.org>
6579         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6580         descriptions of overriding-local-map and overriding-terminal-local-map.
6582         * text.texi (Links and Mouse-1): Clarify text.
6584 2005-01-13  Kim F. Storm  <storm@cua.dk>
6586         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6588 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6590         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6592 2005-01-12  Kim F. Storm  <storm@cua.dk>
6594         * text.texi (Links and Mouse-1): Rename section from Enabling
6595         Mouse-1 to Following Links.  Change xrefs.
6596         Add examples for define-button-type and define-widget.
6598         * display.texi (Button Properties, Button Buffer Commands):
6599         Clarify mouse-1 and follow-link functionality.
6601 2005-01-12  Richard M. Stallman  <rms@gnu.org>
6603         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6605         * display.texi (Beeping): Fix Texinfo usage.
6607         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6609 2005-01-11  Kim F. Storm  <storm@cua.dk>
6611         * display.texi (Button Properties, Button Buffer Commands):
6612         Mention mouse-1 binding.  Add follow-link keyword.
6614         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6615         (Enabling Mouse-1 to Follow Links): New subsection.
6617 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6619         * text.texi (Special Properties): Minor change.
6621         * os.texi (Timers): Clarify previous change.
6623         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6625 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
6627         * display.texi (Face Attributes): Correct xref to renamed node.
6629 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6631         * display.texi (Face Attributes): Describe hex color specs.
6633 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6635         * os.texi (Timers): Update previous change.
6637 2004-12-30  Kim F. Storm  <storm@cua.dk>
6639         * display.texi (Line Height): Total line-height is now specified
6640         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
6641         in cons cells.  (nil . RATIO) is relative to actual line height.
6642         Use line-height `t' instead of `0' to get minimum height.
6644 2004-12-29  Richard M. Stallman  <rms@gnu.org>
6646         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6648 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6650         * commands.texi (Quitting): Clarify value of with-local-quit.
6652         * elisp.texi (Top): Fix previous change.
6654         * loading.texi (Loading): Fix previous change.
6656 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6658         * Makefile.in (MAKEINFO): Specify --force.
6660         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6662         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6664         * display.texi (Line Height): Further clarify.
6666         * elisp.texi (Top): Update Loading submenu.
6668         * loading.texi (Where Defined): New node.
6669         (Unloading): load-history moved to Where Defined.
6671 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6673         * commands.texi (Event Input Misc): Add while-no-input.
6675 2004-12-11  Richard M. Stallman  <rms@gnu.org>
6677         * display.texi (Line Height): Rewrite text for clarity.
6679 2004-12-11  Kim F. Storm  <storm@cua.dk>
6681         * display.texi (Display): Add node "Line Height" to menu.
6682         (Line Height): New node.  Move full description of line-spacing
6683         and line-height text properties here from text.texi.
6684         (Scroll Bars): Add vertical-scroll-bar variable.
6686         * frames.texi (Window Frame Parameters): Remove line-height defvar.
6688         * locals.texi (Standard Buffer-Local Variables): Fix xref for
6689         line-spacing and vertical-scroll-bar.
6691         * text.texi (Special Properties): Just mention line-spacing and
6692         line-height here, add xref to new "Line Height" node.
6694 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
6696         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6698         * locals.texi (Standard Buffer-Local Variables):
6699         Add @xref for `line-spacing'.
6701 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6703         * Makefile.in (maintainer-clean): Remove the info files
6704         in $(infodir) where they are created.
6706 2004-12-03  Richard M. Stallman  <rms@gnu.org>
6708         * windows.texi (Selecting Windows): get-lru-window and
6709         get-largest-window don't consider dedicated windows.
6711         * text.texi (Undo): Document undo-in-progress.
6713 2004-11-26  Richard M. Stallman  <rms@gnu.org>
6715         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6716         Remove a few vars that are not always buffer-local.
6718 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
6720         * locals.texi (Standard Buffer-Local Variables): Comment out
6721         xref's to non-existent node `Yet to be written'.
6723 2004-11-24  Richard M. Stallman  <rms@gnu.org>
6725         * processes.texi (Synchronous Processes): Grammar fix.
6727         * numbers.texi (Comparison of Numbers): Add eql.
6729         * locals.texi (Standard Buffer-Local Variables): Add many vars.
6731         * intro.texi (Printing Notation): Fix previous change.
6733         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6734         and default-indicate-buffer-boundaries from here.
6735         (Usual Display): To here.
6736         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6737         (Usual Display): Move tab-width up.
6739         * customize.texi (Variable Definitions):
6740         Replace show-paren-mode example with tooltip-mode.
6741         (Simple Types, Composite Types, Defining New Types):
6742         Minor cleanups.
6744 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
6746         * processes.texi (Synchronous Processes, Output from Processes):
6747         Markup fix.
6749 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6751         * positions.texi (Skipping Characters): skip-chars-forward
6752         now handles char classes.
6754         * intro.texi (Printing Notation): Avoid confusion of `print'
6755         when explaining @print.
6757         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6759         * display.texi (Display Table Format): Minor fix.
6761         * streams.texi (Output Functions): Fix print example.
6763         * Makefile.in (elisp): New target.
6764         (dist): Depend on $(infodir)/elisp, not elisp.
6765         Copy the info files from $(infodir).
6767         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6768         read-from-minibuffer.
6770         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6772 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6774         * searching.texi (Regexp Search): Add search-whitespace-regexp.
6776 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
6778         * tips.texi (Coding Conventions): Fix typo.
6780 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6782         * tips.texi (Coding Conventions): Separate defvar and require
6783         methods to avoid warnings.  Use require only when there are many
6784         functions and variables from that package.
6786         * minibuf.texi (Minibuffer Completion): When ignoring case,
6787         predicate must not be case-sensitive.
6789         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6790         (Test Coverage): Don't talk about "splotches".  Clarified.
6792 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
6794         * frames.texi (Window Frame Parameters): Fix typo.
6796 2004-11-15  Kim F. Storm  <storm@cua.dk>
6798         * symbols.texi (Other Plists): Note that plist-get may signal error.
6799         Add safe-plist-get.
6801 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6803         * modes.texi (Font Lock Basics): Fix typo.
6805 2004-11-08  Richard M. Stallman  <rms@gnu.org>
6807         * syntax.texi (Syntax Table Functions): Add syntax-after.
6809 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
6811         * os.texi (Processor Run Time): New section documenting
6812         get-internal-run-time.
6814 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6816         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6817         it nukes elisp-cover.texi.
6818         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6819         elisp-0 etc.
6821 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6823         * commands.texi (Keyboard Macros): Document `append' return value
6824         of `defining-kbd-macro'.
6826 2004-11-01  Richard M. Stallman  <rms@gnu.org>
6828         * commands.texi (Interactive Call): Add called-interactively-p.
6830 2004-10-29  Simon Josefsson  <jas@extundo.com>
6832         * minibuf.texi (Reading a Password): Revert.
6834 2004-10-28  Richard M. Stallman  <rms@gnu.org>
6836         * frames.texi (Display Feature Testing): Explain about "vendor".
6838 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6840         * commands.texi (Interactive Codes): `N' uses numeric prefix,
6841         not raw.  Clarify `n'.
6842         (Interactive Call): Rewrite interactive-p, focusing on when
6843         and how to use it.
6844         (Misc Events): Clarify previous change.
6846         * advice.texi (Simple Advice): Clarify what job the example does.
6847         (Around-Advice): Clarify ad-do-it.
6848         (Activation of Advice): An option of ad-default-compilation-action
6849         is `never', not `nil'.
6851 2004-10-26  Kim F. Storm  <storm@cua.dk>
6853         * commands.texi (Interactive Codes): Add U code letter.
6855 2004-10-25  Simon Josefsson  <jas@extundo.com>
6857         * minibuf.texi (Reading a Password): Add.
6859 2004-10-24  Jason Rumney  <jasonr@gnu.org>
6861         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
6862         and wheel-down.
6864 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6866         * processes.texi (Synchronous Processes): Document process-file.
6868 2004-10-22  Kenichi Handa  <handa@m17n.org>
6870         * text.texi (translate-region): Document that it accepts also a
6871         char-table.
6873 2004-10-22  David Ponce  <david@dponce.com>
6875         * windows.texi (Resizing Windows): Document the `preserve-before'
6876         argument of the functions `enlarge-window' and `shrink-window'.
6878 2004-10-19  Jason Rumney  <jasonr@gnu.org>
6880         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6882 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6884         * text.texi (Filling): Add anchor for definition of
6885         `sentence-end-double-space'.
6887         * searching.texi (Regexp Example): Update description of how
6888         Emacs currently recognizes the end of a sentence.
6889         (Standard Regexps): Update definition of the variable
6890         `sentence-end'.  Add definition of the function `sentence-end'.
6892 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6894         * display.texi (Progress): New node.
6896 2004-10-05  Kim F. Storm  <storm@cua.dk>
6898         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6900 2004-09-29  Kim F. Storm  <storm@cua.dk>
6902         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6903         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
6904         fringe bitmap symbols, as they now have their own namespace.
6905         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6906         vs. pixels.  Signal error if no free bitmap slots.
6907         (Pixel Specification): Change IMAGE to @var{image}.
6909 2004-09-28  Richard M. Stallman  <rms@gnu.org>
6911         * text.texi (Special Properties): Clarify line-spacing and line-height.
6913         * searching.texi (Regexp Search): Add looking-back.
6915 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
6917         * display.texi: Correct typos.
6918         (Image Descriptors): Correct xref's.
6920 2004-09-25  Richard M. Stallman  <rms@gnu.org>
6922         * text.texi (Special Properties): Cleanups in `cursor'.
6923         Rewrites in `line-height' and `line-spacing'; exchange them.
6925         * display.texi (Fringes): Rewrite previous change.
6926         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
6927         (Display Fringe Bitmaps): Node deleted, text moved.
6928         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
6929         (Scroll Bars): Clarify set-window-scroll-bars.
6930         (Pointer Shape): Rewrite.
6931         (Specified Space): Clarify :align-to, etc.
6932         (Pixel Specification): Use @var.  Clarify new text.
6933         (Other Display Specs): Clarify `slice'.
6934         (Image Descriptors): Cleanups.
6935         (Showing Images): Cleanups.
6937 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6939         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6941         * modes.texi: Various minor changes in addition to:
6942         (Major Mode Conventions): Final call to `run-mode-hooks' should
6943         not be inside the `delay-mode-hooks' form.
6944         (Mode Hooks): New node.
6945         (Hooks): Delete obsolete example.
6946         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6947         node "Mode Hooks".
6949 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
6951         * display.texi: Correct various typos.
6952         (Display): Rename node "Pointer Shapes" to "Pointer
6953         Shape".  (There is already a node called "Pointer Shapes" in
6954         frames.texi.)
6955         (Images): Remove non-existent node "Image Slices" from menu.
6957 2004-09-23  Kim F. Storm  <storm@cua.dk>
6959         * text.texi (Special Properties): Add `cursor', `pointer',
6960         `line-height', and `line-spacing' properties.
6962         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6963         Shapes' to menu.
6964         (Standard Faces): Doc fix for fringe face.
6965         (Fringes): Add `overflow-newline-into-fringe' and
6966         'indicate-buffer-boundaries'.
6967         (Fringe Bitmaps, Pointer Shapes): New nodes.
6968         (Display Property): Add 'Pixel Specification' and 'Display Fringe
6969         Bitmaps' to menu.
6970         (Specified Space): Describe pixel width and height.
6971         (Pixel Specification): New node.
6972         (Other Display Specs): Add `slice' property.
6973         (Display Fringe Bitmaps): New node.
6974         (Images): Add 'Image Slices' to menu.
6975         (Image Descriptors): Add `:pointer' and `:map' properties.
6976         (Showing Images): Add slice arg to `insert-image'.
6977         Add 'insert-sliced-image'.
6979 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6981         * commands.texi (Key Sequence Input):
6982         Clarify downcasing in read-key-sequence.
6984 2004-09-08  Juri Linkov  <juri@jurta.org>
6986         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6988 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6990         * locals.texi (Standard Buffer-Local Variables):
6991         Add `buffer-auto-save-file-format'.
6992         * internals.texi (Buffer Internals): Describe new
6993         auto_save_file_format field of the buffer structure.
6994         * files.texi (Format Conversion): `auto-save-file-format' has been
6995         renamed `buffer-auto-save-file-format'.
6997 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
6999         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7000         an integer or a marker.
7001         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7003 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7005         * modes.texi (Major Mode Conventions): Discuss rebinding of
7006         standard key bindings.
7008 2004-08-18  Kim F. Storm  <storm@cua.dk>
7010         * processes.texi (Accepting Output): Add `just-this-one' arg to
7011         `accept-process-output'.
7012         (Output from Processes): New var `process-adaptive-read-buffering'.
7014 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7016         * keymaps.texi: Various changes in addition to:
7017         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7018         Give more varied examples for `kbd'.
7019         (Creating Keymaps): Char tables have slots for all characters
7020         without modifiers.
7021         (Active Keymaps): `overriding-local-map' and
7022         `overriding-terminal-local-map' also override text property and
7023         overlay keymaps.
7024         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7025         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7026         to denote a prefix of no events.
7027         `map-keymap' includes parent's bindings _recursively_.
7028         Clarify and correct description of `where-is-internal'.
7029         Mention BUFFER-OR-NAME arg to `describe-bindings'.
7030         (Menu Example): For menus intended for use with the keyboard, the
7031         menu items should be bound to characters or real function keys.
7033 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7035         * objects.texi (Character Type): Reposition `@anchor' to prevent
7036         double space inside sentence in Info.
7038         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7039         renamed to `disabled-command-function'.
7040         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7041         (Command Loop Info): Replace reference to it.
7042         (Disabling Commands): `disabled-command-hook' has been renamed to
7043         `disabled-command-function'.
7045 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
7047         * os.texi (Translating Input): Only non-prefix bindings in
7048         `key-translation-map' override actual key bindings.  Warn about
7049         possible indirect effect of actual key bindings on non-prefix
7050         bindings in `key-translation-map'.
7052 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
7054         * minibuf.texi (High-Level Completion): Add anchor for definition
7055         of `read-variable'.
7057         * commands.texi: Various changes in addition to:
7058         (Using Interactive): Clarify description of `interactive-form'.
7059         (Interactive Call): Mention default for KEYS argument to
7060         `call-interactively'.
7061         (Command Loop Info): Clarify description of `this-command-keys'.
7062         Mention KEEP-RECORD argument to `clear-this-command-keys'.
7063         Value of `last-event-frame' can be `macro'.
7064         (Repeat Events): `double-click-fuzz' is also used to distinguish
7065         clicks and drags.
7066         (Classifying Events): Clarify descriptions of `event-modifiers'
7067         `event-basic-type' and `event-convert-list'.
7068         (Accessing Events): `posn-timestamp' takes POSITION argument.
7069         (Quoted Character Input): Clarify description of
7070         `read-quoted-char' and fix example.
7071         (Quitting): Add `with-local-quit'.
7072         (Disabling Commands): Correct and clarify descriptions of
7073         `enable-command' and `disable-command'.
7074         Mention what happens if `disabled-command-hook' is nil.
7075         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7076         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7078 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7080         * frames.texi: Various changes in addition to:
7081         (Creating Frames): Expand and clarify description of `make-frame'.
7082         (Window Frame Parameters): Either none or both of the `icon-left'
7083         and `icon-top' parameters must be specified.  Put descriptions of
7084         `menu-bar-lines' and `toolbar-lines' closer together and change
7085         them accordingly.
7086         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7087         except while processing `frame-title-format' or `icon-title-format'.
7088         (Deleting Frames): Correct description of `delete-frame'.
7089         Non-nil return values of `frame-live-p' are like those of `framep'.
7090         (Frames and Windows): Mention return value of
7091         `set-frame-selected-window'.
7092         (Visibility of Frames): Mention `force' argument to
7093         `make-frame-invisible'.  `frame-visible-p' returns t for all
7094         frames on text-only terminals.
7095         (Frame Configurations): Restoring a frame configuration does not
7096         restore deleted frames.
7097         (Window System Selections): `x-set-selection' returns DATA.
7098         (Resources): Add example.
7099         (Display Feature Testing): Clarify descriptions of
7100         `display-pixel-height', `display-pixel-width', `x-server-version'
7101         and `x-server-vendor'.
7103         * windows.texi (Choosing Window): Add anchor.
7104         * minibuf.texi (Minibuffer Misc): Add anchor.
7106 2004-07-23  John Paul Wallington  <jpw@gnu.org>
7108         * macros.texi (Defining Macros): Declaration keyword for setting
7109         Edebug spec is `debug' not `edebug'.
7111 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
7113         * windows.texi: Various small changes in addition to:
7114         (Window Point): Mention return value of `set-window-point'.
7115         (Window Start): `pos-visible-in-window-p' disregards horizontal
7116         scrolling.  Explain return value if PARTIALLY is non-nil.
7117         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7118         and `set-window-vscroll'.
7119         (Size of Window): The argument WINDOW to `window-inside-edges',
7120         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7121         (Resizing Windows): Explain return value of
7122         `shrink-window-if-larger-than-buffer'.
7123         `window-size-fixed' automatically becomes buffer local when set.
7124         (Window Configurations): Explain return value of
7125         `set-window-configuration'.
7127         * minibuf.texi (Minibuffer Misc): Add anchor for
7128         `minibuffer-scroll-window'.
7130         * positions.texi (Text Lines): Add anchor for `count-lines'.
7132 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7134         * display.texi (Overlay Properties): Adding `evaporate' prop
7135         deletes empty overlay immediately.
7137         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7138         fix example.
7140 2004-07-16  Jim Blandy  <jimb@redhat.com>
7142         * searching.texi (Regexp Backslash): Document new \_< and \_>
7143         operators.
7145 2004-07-16  Juanma Barranquero  <lektu@terra.es>
7147         * display.texi (Images): Fix Texinfo usage.
7149 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7151         * buffers.texi (Modification Time): `visited-file-modtime' now
7152         returns a list of two integers, instead of a cons.
7154 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
7156         * windows.texi: Various changes in addition to:
7157         (Splitting Windows): Add `split-window-keep-point'.
7159 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7161         * frames.texi (Input Focus): Minor fix.
7163 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7165         * frames.texi (Input Focus): Clarify descriptions of
7166         `select-frame-set-input-focus' and `select-frame'.
7168 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
7170         * os.texi: Various small changes in addition to:
7171         (Killing Emacs): Expand and clarify description of
7172         `kill-emacs-query-functions' and `kill-emacs-hook'.
7173         (System Environment): Expand and clarify description of `getenv'
7174         and `setenv'.
7175         (Timers): Clarify description of `run-at-time'.
7176         (Translating Input): Correct description of
7177         `extra-keyboard-modifiers'.
7178         (Flow Control): Correct description of `enable-flow-control'.
7180 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
7182         * os.texi: Update copyright.
7183         (Session Management): Grammar fix.
7184         Clarify which Emacs does the restarting.
7185         Use @samp for *scratch* buffer.
7187 2004-07-04  Alan Mackenzie  <acm@muc.de>
7189         * frames.texi (Input Focus): Add documentation for
7190         `select-frame-set-input-focus'.  Replace refs to non-existent
7191         `switch-frame' with `select-frame'.  Minor corrections and tidying
7192         up of text-only terminal stuff.
7194 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7196         * files.texi (Saving Buffers): Cleanup write-contents-function.
7197         (Magic File Names): Cleanup file-remote-p.
7199 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
7201         * files.texi (Magic File Names): `file-remote-p' returns an
7202         identifier of the remote system, not just t.
7204 2004-07-02  David Kastrup  <dak@gnu.org>
7206         * searching.texi (Entire Match Data): Add explanation about new
7207         match-data behavior when @var{integers} is non-nil.
7209 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7211         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7213         * customize.texi (Variable Definitions): Note about doc strings
7214         and :set.
7216         * keymaps.texi (Keymap Terminology): Document `kbd'.
7217         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7219         * display.texi (Invisible Text): Setting buffer-invisibility-spec
7220         makes it buffer-local.
7222         * files.texi (Saving Buffers): Correct previous change.
7224         * commands.texi (Accessing Events):
7225         Clarify posn-col-row and posn-actual-col-row.
7227 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
7229         * commands.texi (Accessing Events): New functions
7230         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
7232 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7234         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7235         * frames.texi, buffers.texi, backups.texi, variables.texi:
7236         * loading.texi, eval.texi, functions.texi, control.texi:
7237         * symbols.texi, minibuf.texi: Reposition @anchor's.
7239         * help.texi: Various small changes in addition to the following.
7240         (Describing Characters): Describe PREFIX argument to
7241         `key-description'.  Correct and clarify definition of
7242         `text-char-description'.  Describe NEED-VECTOR argument to
7243         `read-kbd-macro'.
7244         (Help Functions): Clarify definition of `apropos'.
7246 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7248         * files.texi (Saving Buffers): Correct description of
7249         `write-contents-functions'.
7251 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7253         * display.texi (Images): Remove redundant @vindex directives.
7254         Rewrite `image-library-alist' doc in active voice.
7256 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7258         * display.texi (Images): Document new delayed library loading,
7259         variable `image-library-alist' and (existing but undocumented)
7260         function `image-type-available-p'.
7262 2004-06-05  Richard M. Stallman  <rms@gnu.org>
7264         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7265         refer the user to the Initial Input node.
7266         (Text from Minibuffer): Likewise.
7267         (Initial Input): New node.  Document this feature
7268         and say it is mostly deprecated.
7270 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7272         * loading.texi (Named Features): Clarify return value
7273         and meaning of NOERROR.
7275         * variables.texi (File Local Variables): Minor cleanup.
7277 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7279         * files.texi (Magic File Names): Add `file-remote-p' as operation
7280         of file name handlers.
7282 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7284         * modes.texi (Minor Mode Conventions): (-) has no special meaning
7285         as arg to a minor mode command.
7287 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7289         * syntax.texi (Syntax Class Table): Word syntax not just for English.
7291         * streams.texi (Output Variables): Doc float-output-format.
7293         * searching.texi (Regexp Special): Nested repetition can be infloop.
7295         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7296         real stack overflow.
7298         * compile.texi: Minor cleanups.
7300 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
7302         * lists.texi (Cons Cells): Explain dotted lists, true lists,
7303         circular lists.
7304         (List Elements): Explain handling of circular and dotted lists.
7306 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
7308         * modes.texi (Search-based Fontification): Fix typo.
7310 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7312         * modes.texi (Mode Line Variables): Fix description of
7313         global-mode-string, which is now after which-func-mode, not the
7314         buffer name.
7316 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7318         * modes.texi (Desktop Save Mode): Add.
7319         (Modes): Add menu entry Desktop Save Mode.
7321         * hooks.texi: Add desktop-after-read-hook,
7322         desktop-no-desktop-file-hook and desktop-save-hook.
7324         * locals.texi: Add desktop-save-buffer.
7326 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
7328         * display.texi: emacs -> Emacs.
7330 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7332         * files.texi (Changing Files): Document set-file-times.
7334 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7336         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7338 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
7340         * tips.texi (Coding Conventions): defopt -> defcustom.
7342 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
7344         * sequences.texi: Various clarifications.
7346 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
7348         * buffers.texi (Read Only Buffers): Mention optional ARG to
7349         `toggle-read-only'.
7351 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
7353         * windows.texi (Selecting Windows): Note that get-lru-window
7354         returns a full-width window if possible.
7356 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7358         * buffers.texi: Various changes in addition to:
7359         (Buffer File Name): Add `find-buffer-visiting'.
7360         (Buffer Modification): Mention optional ARG to `not-modified'.
7361         (Indirect Buffers): Mention optional CLONE argument to
7362         `make-indirect-buffer'.
7364         * files.texi: Various changes in addition to:
7365         (Visiting Functions): `find-file-hook' is now a normal hook.
7366         (File Name Expansion): Explain difference between the way that
7367         `expand-file-name' and `file-truename' treat `..'.
7368         (Contents of Directories): Mention optional ID-FORMAT argument to
7369         `directory-files-and-attributes'.
7370         (Format Conversion): Mention new optional CONFIRM argument to
7371         `format-write-file'.
7373 2004-04-12  Miles Bader  <miles@gnu.org>
7375         * macros.texi (Expansion): Add description of `macroexpand-all'.
7377 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7379         * variables.texi (Variable Aliases):
7380         Mention cyclic-variable-indirection.
7382         * errors.texi (Standard Errors): Ditto.
7384 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7386         * backups.texi: Various small changes in addition to:
7387         (Making Backups): Mention return value of `backup-buffer'.
7388         (Auto-Saving): Mention optional FORCE argument to
7389         `delete-auto-save-file-if-necessary'.
7390         (Reverting): Mention optional PRESERVE-MODES argument to
7391         `revert-buffer'.  Correct description of `revert-buffer-function'.
7393 2004-03-22  Juri Linkov  <juri@jurta.org>
7395         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7396         with `Vector Functions'.
7398         * text.texi (Sorting): Add missing quote.
7400 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
7402         * intro.texi (Lisp History): Replace xref to `cl' manual with
7403         inforef.
7405 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7407         * intro.texi (Version Info): Add arg to emacs-version.
7408         (Lisp History): Change xref to CL manual.
7410 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
7412         * minibuf.texi (Completion Commands): Add xref to Emacs manual
7413         for Partial Completion mode.
7415 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
7417         * customize.texi: Fix typo.  Remove eol whitespace.
7419 2004-03-04  Richard M. Stallman  <rms@gnu.org>
7421         * processes.texi: Fix typos.
7423         * lists.texi (Building Lists): Minor clarification.
7425         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7426         in make-hash-table.
7428 2004-02-29  Juanma Barranquero  <lektu@terra.es>
7430         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7431         rm, and ignore exit code.
7433 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7435         * display.texi (Defining Faces): Add description for min-colors.
7436         Update example.
7438 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7440         * abbrevs.texi: Various corrections and clarifications in addition
7441         to the following:
7442         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7444 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7446         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7448 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
7450         * text.texi: Various small changes in addition to the following:
7451         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7452         to delete-horizontal-space.
7453         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7454         description of yank-handler text property at various places.
7456         * frames.texi (Window System Selections): Add anchor.
7458         * syntax.texi (Syntax Table Functions): Clarify and correct
7459         descriptions of make-syntax-table and copy-syntax-table.
7460         (Motion and Syntax): Clarify SYNTAXES argument to
7461         skip-syntax-forward.
7462         (Parsing Expressions): Mention that the return value of
7463         parse-partial-sexp is currently a list of ten rather than nine
7464         elements.
7465         (Categories): Various corrections and clarifications.
7467 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7469         * markers.texi (Marker Insertion Types): Minor change.
7471         * locals.texi (Standard Buffer-Local Variables):
7472         * commands.texi (Interactive Codes, Using Interactive):
7473         * functions.texi (Related Topics): Fix xrefs.
7475 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7477         * lists.texi (Sets And Lists): Update description of delete-dups.
7479 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7481         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7483 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
7485         * frames.texi (Parameter Access): frame-parameters arg is optional.
7486         modify-frame-parameters handles nil for FRAME.
7487         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7488         are all-or-nothing for certain toolkits.
7489         Mention parameter wait-for-wm.
7490         (Frames and Windows): In frame-first-window and frame-selected-window
7491         the arg is optional.
7492         (Input Focus): In redirect-frame-focus the second arg is optional.
7493         (Window System Selections): Mention selection type CLIPBOARD.
7494         Mention data-type UTF8_STRING.
7495         Mention numbering of cut buffers.
7496         (Resources): Describe x-resource-name.
7498 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7500         * windows.texi (Buffers and Windows): Delete false table
7501         about all-frames.
7503         * syntax.texi (Parsing Expressions): Delete old caveat
7504         about parse-sexp-ignore-comments.
7506         * streams.texi (Output Variables): Add print-quoted.
7508         * lists.texi (Building Lists): Minor cleanup.
7510         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7512         * display.texi (Overlays): Explain overlays use markers.
7513         (Managing Overlays): Explain front-advance and rear-advance
7514         in more detail.
7516         * loading.texi (Unloading): Document unload-feature-special-hooks.
7517         Get rid of fns-NNN.el file.
7519 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7521         * help.texi (Describing Characters): Fix text-char-description
7522         example output.
7524         * edebug.texi (Using Edebug): Fix example.
7526         * debugging.texi (Internals of Debugger): Fix return value.
7528         * files.texi (Changing Files): Fix argname.
7530         * calendar.texi: Fix parens, and default values.
7532         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7533         * nonascii.texi, objects.texi, os.texi: Minor fixes.
7534         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
7536         * positions.texi (Text Lines): Don't add -1 in current-line.
7538 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7540         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7542 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7544         * processes.texi (Low-Level Network): Fix a typo.
7546 2004-02-12  Kim F. Storm  <storm@cua.dk>
7548         * display.texi (Fringes): Use consistent wording.
7549         Note that window-fringe's window arg is optional.
7550         (Scroll Bars): Use consistent wording.
7552 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7554         * tips.texi (Comment Tips): Document the new conventions for
7555         commenting out code.
7557 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
7559         * positions.texi (Text Lines): Add missing end defun.
7561 2004-02-07  Kim F. Storm  <storm@cua.dk>
7563         * positions.texi (Text Lines): Add line-number-at-pos.
7565 2004-02-06  John Paul Wallington  <jpw@gnu.org>
7567         * display.texi (Button Properties, Button Buffer Commands):
7568         mouse-2 invokes button, not down-mouse-1.
7570 2004-02-04  Jason Rumney  <jasonr@gnu.org>
7572         * makefile.w32-in: Sync with Makefile.in changes.
7574 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
7576         * minibuf.texi (Text from Minibuffer): Various corrections and
7577         clarifications.
7578         (Object from Minibuffer): Correct Lisp description of
7579         read-minibuffer.
7580         (Minibuffer History): Clarify description of cons values for
7581         HISTORY arguments.
7582         (Basic Completion): Various corrections and clarifications.
7583         Add completion-regexp-list.
7584         (Minibuffer Completion): Correct and clarify description of
7585         completing-read.
7586         (Completion Commands): Mention Partial Completion mode.
7587         Various other minor changes.
7588         (High-Level Completion): Various corrections and clarifications.
7589         (Reading File Names): Ditto.
7590         (Minibuffer Misc): Ditto.
7592 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7594         * strings.texi (Text Comparison): assoc-string also matches
7595         elements of alists that are strings instead of conses.
7596         (Formatting Strings): Standardize Texinfo usage.  Update index
7597         entries.
7599 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
7601         * lists.texi (Sets And Lists): Add delete-dups.
7603 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
7605         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7606         special form.
7607         * macros.texi (Defining Macros): Update description of `declare',
7608         which now is a macro.
7609         (Wrong Time): Fix typos.
7611 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7613         * compile.texi (Compilation Functions): Expand descriptions of
7614         `compile-defun', `byte-compile-file', `byte-recompile-directory'
7615         and `batch-byte-compile'.  In particular, mention and describe
7616         all optional arguments.
7617         (Disassembly): Correct and clarify the description of `disassemble'.
7619 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7621         * searching.texi: Various small changes in addition to the
7622         following.
7623         (Regexp Example): Adapt to new value of `sentence-end'.
7624         (Regexp Functions): The PAREN argument to `regexp-opt' can be
7625         `words'.
7626         (Search and Replace): Add usage note for `perform-replace'.
7627         (Entire Match Data): Mention INTEGERS and REUSE arguments to
7628         `match-data'.
7629         (Standard Regexps): Update for new values of `paragraph-start'
7630         and `sentence-end'.
7632 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
7634         * files.texi (Saving Buffers): Clarify descriptions of
7635         `write-contents-functions' and `before-save-hook'.
7636         Make the defvar's for `before-save-hook' and `after-save-hook'
7637         into defopt's.
7639 2004-01-07  Kim F. Storm  <storm@cua.dk>
7641         * commands.texi (Click Events): Describe new image and
7642         width/height elements of click events.
7643         (Accessing Events): Add posn-string, posn-image, and
7644         posn-object-width-height.  Change posn-object to return either
7645         image or string object.
7647 2004-01-01  Simon Josefsson  <jas@extundo.com>
7649         * hooks.texi (Standard Hooks): Add before-save-hook.
7650         * files.texi (Saving Buffers): Likewise.
7652 2004-01-03  Richard M. Stallman  <rms@gnu.org>
7654         * frames.texi (Frames and Windows): Delete frame-root-window.
7656 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7658         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7660         * functions.texi: Various small changes in addition to the
7661         following.
7662         (What Is a Function): `functionp' returns nil for macros.
7663         Clarify behavior of this and following functions for symbol arguments.
7664         (Function Documentation): Add `\' in front of (fn @var{arglist})
7665         and explain why.
7666         (Defining Functions): Mention DOCSTRING argument to `defalias'.
7667         Add anchor.
7668         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
7670 2004-01-01  Miles Bader  <miles@gnu.org>
7672         * display.texi (Buttons): New section.
7674 2003-12-31  Andreas Schwab  <schwab@suse.de>
7676         * numbers.texi (Math Functions): sqrt reports a domain-error
7677         error.
7678         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7680 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7682         * tips.texi (Documentation Tips): Update item on hyperlinks in
7683         documentation strings.
7685         * errors.texi (Standard Errors): Various small corrections and
7686         additions.
7688         * control.texi: Various small changes in addition to the
7689         following.
7690         (Signaling Errors): Provide some more details on how `signal'
7691         constructs the error message.  Add anchor to the definition of
7692         `signal'.
7693         (Error Symbols): Describe special treatment of `quit'.
7694         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7695         to emphasize that it has to be a single form.
7697         * buffers.texi: Add anchor.
7699 2003-12-29  Richard M. Stallman  <rms@gnu.org>
7701         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7702         (Window Configurations): Add window-configuration-frame.
7704         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7706         * text.texi (Examining Properties): Add get-char-property-and-overlay.
7707         Change arg name in get-char-property.
7708         (Special Properties): Update handling of keymap property.
7710         * strings.texi (Modifying Strings): Add clear-string.
7711         (Text Comparison): Add assoc-string and remove
7712         assoc-ignore-case, assoc-ignore-representation.
7714         * os.texi (Time of Day): Add set-time-zone-rule.
7716         * numbers.texi (Math Functions): asin, acos, log, log10
7717         report domain-error errors.
7719         * nonascii.texi (Converting Representations):
7720         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7721         (Encoding and I/O): Add file-name-coding-system.
7723         * modes.texi (Search-based Fontification): Explain that
7724         face specs are symbols with face names as values.
7726         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7728         * lists.texi (Building Lists): remq moved elsewhere.
7729         (Sets And Lists): remq moved here.
7730         (Association Lists): Refer to assoc-string.
7732         * internals.texi (Garbage Collection): Add memory-use-counts.
7734         * frames.texi (Frames and Windows): Add set-frame-selected-window
7735         and frame-root-window.
7737         * files.texi (Contents of Directories):
7738         Add directory-files-and-attributes.
7740         * display.texi (Refresh Screen): Add force-window-update.
7741         (Invisible Text): Explain about moving point out of invis text.
7742         (Overlay Properties): Add overlay-properties.
7743         (Managing Overlays): Add overlayp.
7744         (GIF Images): Invalid image number displays a hollow box.
7746         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7747         (Killing Buffers): Add buffer-live-p.
7749 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7751         * display.texi (Fringes): Fix typo "set-buffer-window".
7753 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
7755         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7756         * nonascii.texi, processes.texi, tips.texi, variables.texi:
7757         Add or change various xrefs and anchors.
7759         * commands.texi: Replace all occurrences of @acronym{CAR} with
7760         @sc{car}, for consistency with the rest of the Elisp manual.
7761         `car' and `cdr' are historically acronyms, but are no longer
7762         widely thought of as such.
7764         * internals.texi (Pure Storage): Mention that `purecopy' does not
7765         copy text properties.
7766         (Object Internals): Now 29 bits are used (in most implementations)
7767         to address Lisp objects.
7769         * variables.texi (Variables with Restricted Values): New node.
7771         * objects.texi (Lisp Data Types): Mention that certain variables
7772         can only take on a restricted set of values and add an xref to
7773         the new node "Variables with Restricted Values".
7775         * eval.texi (Function Indirection): Describe the errors that
7776         `indirect-function' can signal.
7777         (Eval): Clarify the descriptions of `eval-region' and `values'.
7778         Describe `eval-buffer' instead of `eval-current-buffer' and
7779         mention `eval-current-buffer' as an alias for `current-buffer'.
7780         Correct the description and mention all optional arguments.
7782         * nonascii.texi: Various small changes in addition to the
7783         following.
7784         (Converting Representations): Clarify behavior of
7785         `string-make-multibyte' and `string-to-multibyte' for unibyte all
7786         ASCII arguments.
7787         (Character Sets): Document the variable `charset-list' and adapt
7788         the definition of the function `charset-list' accordingly.
7789         (Translation of Characters): Clarify use of generic characters in
7790         `make-translation-table'.  Clarify and correct the description of
7791         the use of translation tables in encoding and decoding.
7792         (User-Chosen Coding Systems): Correct and clarify the description
7793         of `select-safe-coding-system'.
7794         (Default Coding Systems): Clarify description of
7795         `file-coding-system-alist'.
7797 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
7799         * strings.texi (Text Comparison): Correctly describe when two
7800         strings are `equal'.  Combine and clarify descriptions of
7801         `assoc-ignore-case' and `assoc-ignore-representation'.
7803         * objects.texi (Non-ASCII in Strings): Clarify description of
7804         when a string is unibyte or multibyte.
7805         (Bool-Vector Type): Update examples.
7806         (Equality Predicates): Correctly describe when two strings are
7807         `equal'.
7809 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7811         * lists.texi (Building Lists): `append' no longer accepts integer
7812         arguments.  Update the description of `number-sequence' to reflect
7813         recent changes.
7814         (Sets And Lists): Describe `member-ignore-case' after `member'.
7816 2003-11-27  Kim F. Storm  <storm@cua.dk>
7818         * commands.texi (Click Events): Click object may be an images.
7819         Describe (dx . dy) element of click positions.
7820         (Accessing Events): Remove duplicate posn-timestamp.
7821         New functions posn-object and posn-object-x-y.
7823 2003-11-23  Kim F. Storm  <storm@cua.dk>
7825         * commands.texi (Click Events): Describe enhancements to event
7826         position lists, including new text-pos and (col . row) items.
7827         Mention left-fringe and right-fringe area events.
7828         (Accessing Events): New functions posn-area and
7829         posn-actual-col-row.  Mention posn-timestamp.  Mention that
7830         posn-point in non-text area still returns buffer position.
7831         Clarify posn-col-row.
7833 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
7835         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7836         * anti.texi (File Attributes): Describe removed parameter
7837         ID-FORMAT.
7839 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7841         * positions.texi (Positions): Mention that, if a marker is used as
7842         a position, its buffer is ignored.
7844         * markers.texi (Overview of Markers): Mention it here too.
7846 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
7848         * numbers.texi (Numeric Conversions): Not just `floor', but also
7849         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7851 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
7853         * markers.texi (Creating Markers): Specify insertion type of
7854         created markers.  Add xref to `Marker Insertion Types'.
7855         Second argument to `copy-marker' is optional.
7856         (Marker Insertion Types): Mention that most markers are created
7857         with insertion type nil.
7858         (The Mark): Correctly describe when `mark' signals an error.
7859         (The Region): Correctly describe when `region-beginning' and
7860         `region-end' signal an error.
7862 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
7864         * hash.texi (Creating Hash): Clarify description of `eql'.
7865         `makehash' is obsolete.
7866         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7868         * positions.texi (Point): Change description of `buffer-end', so
7869         that it is also correct for floating point arguments.
7870         (List Motion): Correct argument lists of `beginning-of-defun' and
7871         `end-of-defun'.
7872         (Excursions): Add xref to `Marker Insertion Types'.
7873         (Narrowing): Argument to `narrow-to-page' is optional.
7875 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
7877         * streams.texi (Output Streams): Clarify behavior of point for
7878         marker output streams.
7880 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
7882         * variables.texi (Defining Variables): Second argument to
7883         `defconst' is not optional.
7884         (Setting Variables): Mention optional argument APPEND to
7885         `add-to-list'.
7886         (Creating Buffer-Local): Expand description of
7887         `make-variable-buffer-local'.
7888         (Frame-Local Variables): Expand description of
7889         `make-variable-frame-local'.
7890         (Variable Aliases): Correct description of optional argument
7891         DOCSTRING to `defvaralias'.  Mention return value of
7892         `defvaralias'.
7893         (File Local Variables): Add xref to `File variables' in Emacs
7894         Manual.  Correct description of `hack-local-variables'.  Mention
7895         `safe-local-variable' property.  Mention optional second argument
7896         to `risky-local-variable-p'.
7898 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
7900         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7902 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7904         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7905         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7906         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7907         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7908         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7909         lispref/processes.texi, lispref/searching.texi,
7910         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7911         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7912         @acronym{FOO}.
7914 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
7916         * strings.texi (Creating Strings): Argument START to `substring'
7917         can not be `nil'.  Expand description of
7918         `substring-no-properties'.  Correct description of `split-string',
7919         especially with respect to empty matches.  Prevent very bad line
7920         break in definition of `split-string-default-separators'.
7921         (Text Comparison): `string=' and `string<' also accept symbols as
7922         arguments.
7923         (String Conversion): More completely describe argument BASE in
7924         `string-to-number'.
7925         (Formatting Strings): `%s' and `%S' in `format' do require
7926         corresponding object.  Clarify behavior of numeric prefix after
7927         `%' in `format'.
7928         (Case Conversion): The argument to `upcase-initials' can be a
7929         character.
7931 2003-10-27  Kenichi Handa  <handa@m17n.org>
7933         * display.texi (Fontsets): Fix texinfo usage.
7935 2003-10-25  Kenichi Handa  <handa@m17n.org>
7937         * display.texi (Fontsets): Add description of the function
7938         set-fontset-font.
7940 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
7942         * display.texi (Temporary Displays): Add xref to `Documentation
7943         Tips'.
7945         * functions.texi (Function Safety): Use inforef instead of pxref
7946         for SES.
7948 2003-10-23  Andreas Schwab  <schwab@suse.de>
7950         * Makefile.in (TEX, texinputdir): Don't define.
7951         (TEXI2DVI): Define.
7952         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7953         add $(srcdir)/index.texi.
7954         ($(infodir)/elisp): Remove index.texi dependency.
7955         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
7956         (index.texi): Remove target.
7957         (dist): Don't link $(srcdir)/permute-index.
7958         (clean): Don't remove index.texi.
7960         * permute-index, index.perm: Remove.
7961         * index.texi: Rename from index.unperm.
7963 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
7965         * tips.texi (Documentation Tips): Document new behavior for face
7966         and variable hyperlinks in Help mode.
7968 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
7970         * objects.texi (Integer Type): Update for extra bit of integer range.
7971         (Character Type): Ditto.
7973 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
7975         * numbers.texi (Integer Basics): Add index entries for reading
7976         numbers in hex, octal, and binary.
7978 2003-10-16  Lute Kamstra  <lute@gnu.org>
7980         * modes.texi (Mode Line Format): Mention force-mode-line-update's
7981         argument.
7983 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
7985         * windows.texi (Choosing Window): Fix typo.
7986         * edebug.texi (Edebug Execution Modes): Fix typo.
7988 2003-10-13  Richard M. Stallman  <rms@gnu.org>
7990         * windows.texi (Basic Windows): A window has fringe settings,
7991         display margins and scroll-bar settings.
7992         (Splitting Windows): Doc split-window return value.
7993         Clean up one-window-p.
7994         (Selecting Windows): Fix typo.
7995         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7996         (Buffers and Windows): In set-window-buffer, explain effect
7997         on fringe settings and scroll bar settings.
7998         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7999         (Choosing Window): Use defopt for pop-up-frame-function.
8000         For special-display-buffer-names, explain same-window and same-frame.
8001         Clarify window-dedicated-p return value.
8002         (Textual Scrolling): scroll-up and scroll-down can get an error.
8003         (Horizontal Scrolling): Clarify auto-hscroll-mode.
8004         Clarify set-window-hscroll.
8005         (Size of Window): Don't mention tool bar in window-height.
8006         (Coordinates and Windows): Explain what coordinates-in-window-p
8007         returns for fringes and display margins.
8008         (Window Configurations): Explain saving fringes, etc.
8010         * tips.texi (Library Headers): Clean up Documentation.
8012         * syntax.texi (Parsing Expressions): Clean up forward-comment
8013         and parse-sexp-lookup-properties.
8015         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8017         * os.texi (System Environment): Clean up text for load-average errors.
8019         * modes.texi (Hooks): Don't explain local hook details at front.
8020         Clarify run-hooks and run-hook-with-args a little.
8021         Clean up add-hook and remove-hook.
8023         * edebug.texi (Edebug Execution Modes): Clarify t.
8024         Document edebug-sit-for-seconds.
8025         (Coverage Testing): Document C-x X = and =.
8026         (Instrumenting Macro Calls): Fix typo.
8027         (Specification List): Don't index the specification keywords.
8029 2003-10-10  Kim F. Storm  <storm@cua.dk>
8031         * processes.texi (Network): Introduce make-network-process.
8033 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8035         * tips.texi (Library Headers): Fix typo.
8037 2003-10-07  Juri Linkov  <juri@jurta.org>
8039         * modes.texi (Imenu): Mention imenu-create-index-function's
8040         default value.  Explain submenus better.
8042 2003-10-07  Lute Kamstra  <lute@gnu.org>
8044         * modes.texi (Faces for Font Lock): Fix typo.
8045         (Hooks): Explain how buffer-local hook variables can refer to
8046         global hook variables.
8047         Various minor clarifications.
8049 2003-10-06  Lute Kamstra  <lute@gnu.org>
8051         * tips.texi (Coding Conventions): Mention naming conventions for
8052         hooks.
8054 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8056         * loading.texi (Library Search): Correct default value of
8057         load-suffixes.
8058         (Named Features): Fix typo.
8060 2003-10-05  Richard M. Stallman  <rms@gnu.org>
8062         * loading.texi (Named Features): In `provide',
8063         say how to test for subfeatures.
8064         (Unloading): In unload-feature, use new var name
8065         unload-feature-special-hooks.
8067 2003-10-03  Lute Kamstra  <lute@gnu.org>
8069         * modes.texi (Major Mode Conventions): Mention third way to set up
8070         Imenu.
8071         (Imenu): A number of small fixes.
8072         Delete documentation of internal variable imenu--index-alist.
8073         Document the return value format of imenu-create-index-function
8074         functions.
8076 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8078         * processes.texi (Network): Say what stopped datagram connections do.
8080         * lists.texi (Association Lists): Clarify `assq-delete-all'.
8082         * display.texi (Overlay Properties): Clarify `evaporate' property.
8084 2003-09-29  Lute Kamstra  <lute@gnu.org>
8086         * modes.texi (Mode Line Data): Explain when symbols in mode-line
8087         constructs should be marked as risky.
8088         Change cons cell into proper list.
8089         (Mode Line Variables): Change cons cell into proper list.
8091 2003-09-26  Lute Kamstra  <lute@gnu.org>
8093         * modes.texi (Mode Line Data): Document the :propertize construct.
8094         (Mode Line Variables): Reorder the descriptions of the variables
8095         to match their order in the default mode-line-format.
8096         Describe the new variables mode-line-position and mode-line-modes.
8097         Update the default values of mode-line-frame-identification,
8098         minor-mode-alist, and default-mode-line-format.
8099         (Properties in Mode): Mention the :propertize construct.
8101 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8103         * buffers.texi, commands.texi, debugging.texi, eval.texi:
8104         * loading.texi, minibuf.texi, text.texi, variables.texi:
8105         Avoid @strong{Note:}.
8107 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8109         * keymaps.texi (Remapping Commands): Fix typo.
8111 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
8113         * processes.texi (Low-Level Network): Fix typo.
8115 2003-09-23  Kim F. Storm  <storm@cua.dk>
8117         * processes.texi (Network, Network Servers): Fix typos.
8118         (Low-Level Network): Add timeout value for :server keyword.
8119         Add new option keywords to make-network-process.
8120         Add set-network-process-options.
8121         Explain how to test availability of network options.
8123 2003-09-19  Richard M. Stallman  <rms@gnu.org>
8125         * text.texi (Motion by Indent): Arg to
8126         backward-to-indentation and forward-to-indentation is optional.
8128         * strings.texi (Creating Strings): Add substring-no-properties.
8130         * processes.texi
8131         (Process Information): Add list-processes arg QUERY-ONLY.
8132         Delete process-contact from here.
8133         Add new status values for process-status.
8134         Add process-get, process-put, process-plist, set-process-plist.
8135         (Synchronous Processes): Add call-process-shell-command.
8136         (Signals to Processes): signal-process allows process objects.
8137         (Network): Complete rewrite.
8138         (Network Servers, Datagrams, Low-Level Network): New nodes.
8140         * positions.texi (Word Motion): forward-word, backward-word
8141         arg is optional.  Reword.
8143         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8145         * variables.texi (Creating Buffer-Local):
8146         Delete duplicate definition of buffer-local-value.
8147         (File Local Variables): Explain about discarding text props.
8149 2003-09-11  Richard M. Stallman  <rms@gnu.org>
8151         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8152         changes variables that record input events.
8153         (Minibuffer Misc): Add minibuffer-selected-window.
8155         * lists.texi (Building Lists): Add copy-tree.
8157         * display.texi (Fontsets): Add char-displayable-p.
8158         (Scroll Bars): New node.
8160 2003-09-08  Lute Kamstra  <lute@gnu.org>
8162         * modes.texi (%-Constructs): Document new `%i' and `%I'
8163         constructs.
8165 2003-09-03  Peter Runestig  <peter@runestig.com>
8167         * makefile.w32-in: New file.
8169 2003-08-29  Richard M. Stallman  <rms@gnu.org>
8171         * display.texi (Overlay Properties): Clarify how priorities
8172         affect use of the properties.
8174 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8176         * customize.texi (Type Keywords): Correct the description of
8177         `:help-echo' in the case where `motion-doc' is a function.
8179 2003-08-14  John Paul Wallington  <jpw@gnu.org>
8181         * modes.texi (Emulating Mode Line): Subsection, not section.
8183 2003-08-13  Richard M. Stallman  <rms@gnu.org>
8185         * elisp.texi (Top): Update subnode lists in menu.
8187         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8188         (Kill Functions): kill-region has new arg yank-handler.
8189         (Yanking): New node.
8190         (Yank Commands): Add yank-undo-function.
8191         (Low-Level Kill Ring):
8192         kill-new and kill-append have new arg yank-handler.
8193         (Changing Properties): Add remove-list-of-text-properties.
8194         (Atomic Changes): New node.
8196         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8198         * streams.texi (Output Variables): Add eval-expression-print-length
8199         and eval-expression-print-level.
8201         * os.texi (Time Conversion): For encode-time, explain limits on year.
8203         * objects.texi (Character Type): Define anchor "modifier bits".
8205         * modes.texi (Emulating Mode Line): New node.
8206         (Search-based Fontification): Font Lock uses font-lock-face property.
8207         (Other Font Lock Variables): Likewise.
8209         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8210         not vectors.
8211         (Active Keymaps): Add emulation-mode-map-alists.
8212         (Functions for Key Lookup): key-binding has new arg no-remap.
8213         (Remapping Commands): New node.
8214         (Scanning Keymaps): where-is-internal has new arg no-remap.
8215         (Tool Bar): Add tool-bar-local-item-from-menu.
8216         Clarify when to use tool-bar-add-item-from-menu.
8218         * commands.texi (Interactive Call): commandp has new arg.
8219         (Command Loop Info): Add this-original-command.
8221 2003-08-06  John Paul Wallington  <jpw@gnu.org>
8223         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8225         * display.texi (Warning Basics): Fix typo.
8226         (Fringes): Add closing curly bracket and fix typo.
8228         * elisp.texi (Top): Fix typo.
8230 2003-08-05  Richard M. Stallman  <rms@gnu.org>
8232         * elisp.texi: Update lists of subnodes.
8234         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8236         * variables.texi (Local Variables): Use lc for example variable names.
8238         * tips.texi (Library Headers): Explain where to put -*-.
8240         * strings.texi (Creating Strings): Fix xref for vconcat.
8242         * sequences.texi (Vector Functions):
8243         vconcat no longer allows integer args.
8245         * minibuf.texi (Reading File Names): read-file-name has new
8246         arg PREDICATE.  New function read-directory-name.
8248         * macros.texi (Defining Macros): Give definition of `declare'.
8249         (Indenting Macros): New node.
8251         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8252         (Window Frame Parameters): Make separate table of parameters
8253         that are coupled with specific face attributes.
8254         (Deleting Frames): delete-frame-hooks renamed to
8255         delete-frame-functions.
8257         * files.texi (Magic File Names): Add file-remote-p.
8258         Clarify file-local-copy.
8260         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8261         here; instead xref Defining Macros.
8263         * display.texi (Warnings): New node, and subnodes.
8264         (Fringes): New node.
8266         * debugging.texi (Test Coverage): New node.
8268         * compile.texi (Compiler Errors): Explain with-no-warnings
8269         and other ways to suppress warnings.
8271         * commands.texi (Interactive Call): Minor clarification.
8273         * buffers.texi (Buffer File Name): set-visited-file-name
8274         renames the buffer too.
8276         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8278 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
8280         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8282 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
8284         * internals.texi (Garbage Collection): Fix previous change.
8286 2003-07-22  Richard M. Stallman  <rms@gnu.org>
8288         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8290         * display.texi (Width): Use \s syntax in example.
8291         (Font Selection): Add face-font-rescale-alist.
8293         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8294         Remove spurious indent in example.
8296         * lists.texi (Building Lists): Add number-sequence.
8298         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8300         * functions.texi (Function Documentation): Explain how to
8301         show calling convention explicitly in the doc string.
8303         * windows.texi (Selecting Windows): save-selected-window saves
8304         selected window of each frame.
8305         (Window Configurations): Minor change.
8307         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8309         * streams.texi (Output Variables): Add print-continuous-numbering
8310         and print-number-table.
8312         * processes.texi (Decoding Output): New node.
8314         * os.texi (Time Conversion): decode-time arg is optional.
8316         * objects.texi (Character Type): Don't use space as example for \.
8317         Make list of char names and \-sequences correspond.
8318         Explain that \s is not used in strings.  `\ ' needs space after.
8320         * nonascii.texi (Converting Representations): Add string-to-multibyte.
8321         (Translation of Characters): Add translation-table-for-input.
8322         (Default Coding Systems): Add auto-coding-functions.
8323         (Explicit Encoding): Add decode-coding-inserted-region.
8324         (Locales): Add locale-info.
8326         * minibuf.texi (Basic Completion): Describe test-completion.
8327         Collections can be lists of strings.
8328         Clean up lazy-completion-table.
8329         (Programmed Completion): Mention test-completion.
8330         Clarify why lambda expressions are not accepted.
8331         (Minibuffer Misc): Describe minibufferp.
8333 2003-07-14  Richard M. Stallman  <rms@gnu.org>
8335         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8337         * windows.texi (Selecting Windows): New arg to select-window.
8338         (Selecting Windows): Add with-selected-window.
8339         (Size of Window): Add window-inside-edges, etc.
8341         * internals.texi (Garbage Collection): Add post-gc-hook.
8343         * processes.texi (Subprocess Creation): Add exec-suffixes.
8345         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8346         (Scanning Keymaps): Add map-keymaps.
8347         (Defining Menus): Add keymap-prompt.
8349         * numbers.texi (Integer Basics): Add most-positive-fixnum,
8350         most-negative-fixnum.
8352         * compile.texi (Byte Compilation): Explain no-byte-compile.
8353         (Compiler Errors): New node.
8355         * os.texi (User Identification): user-uid, user-real-uid
8356         can return float.
8358         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8359         and about derived modes.
8360         (Minor Modes): Add minor-mode-list.
8361         (Defining Minor Modes): Keyword args for define-minor-mode.
8362         (Search-based Fontification): Explain managing other properties.
8363         (Other Font Lock Variables): Add font-lock-extra-managed-props.
8364         (Faces for Font Lock): Add font-lock-preprocessor-face.
8365         (Hooks): Add run-mode-hooks and delay-mode-hooks.
8367         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8368         (Variable Aliases): Clarify defvaralias.
8370         * loading.texi (Library Search): Add load-suffixes.
8372         * minibuf.texi (Basic Completion): Add lazy-completion-table.
8373         (Programmed Completion): Add dynamic-completion-table.
8375         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8376         (Magic File Names): Specify precedence order of handlers.
8378         * commands.texi (Command Overview): Emacs server runs pre-command-hook
8379         and post-command-hook.
8380         (Waiting): New calling convention for sit-for.
8382         * text.texi (Special Properties): local-map and keymap properties
8383         apply based on their stickiness.
8385 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8387         * modes.texi (Minor Mode Conventions): Specify only some kinds
8388         of list values as args to minor modes.
8390         * files.texi (File Name Expansion): Warn about iterative use
8391         of substitute-in-file-name.
8393         * advice.texi (Activation of Advice): Clean up previous change.
8395 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
8397         * advice.texi (Activation of Advice): Note that ad-start-advice is
8398         turned on by default.
8400 2003-06-30  Richard M. Stallman  <rms@gnu.org>
8402         * text.texi (Buffer Contents): Document current-word.
8403         (Change Hooks): Not called for *Messages*.
8405         * functions.texi (Defining Functions): Explain about redefining
8406         primitives.
8407         (Function Safety): Renamed.  Minor changes.
8408         Comment out the detailed criteria for what is safe.
8410 2003-06-22  Andreas Schwab  <schwab@suse.de>
8412         * objects.texi (Symbol Type): Fix description of examples.
8414 2003-06-16  Andreas Schwab  <schwab@suse.de>
8416         * hash.texi (Creating Hash): Fix description of :weakness.
8418 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
8420         * files.texi (Changing Files): copy-file copies file modes, too.
8422 2003-05-28  Richard M. Stallman  <rms@gnu.org>
8424         * strings.texi (Creating Strings): Clarify split-string.
8426 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
8428         * strings.texi (Creating Strings): Update split-string specification
8429         and examples.
8431 2003-05-19  Richard M. Stallman  <rms@gnu.org>
8433         * elisp.texi: Correct invariant section names.
8435 2003-04-20  Richard M. Stallman  <rms@gnu.org>
8437         * os.texi (Timers): Explain about timers and quitting.
8439 2003-04-19  Richard M. Stallman  <rms@gnu.org>
8441         * internals.texi (Writing Emacs Primitives): Strings are
8442         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
8443         Explain GCPRO convention for varargs function args.
8445 2003-04-16  Richard M. Stallman  <rms@gnu.org>
8447         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8449 2003-04-08  Richard M. Stallman  <rms@gnu.org>
8451         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8453 2003-02-13  Kim F. Storm  <storm@cua.dk>
8455         * objects.texi (Character Type): New \s escape for space.
8457 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
8459         * os.texi (System Environment): Add cygwin system-type.
8461 2003-01-25  Richard M. Stallman  <rms@gnu.org>
8463         * keymaps.texi: Document that a symbol can act as a keymap.
8465 2003-01-13  Richard M. Stallman  <rms@gnu.org>
8467         * text.texi (Changing Properties): Say string indices are origin-0.
8469         * positions.texi (Screen Lines) <compute-motion>:
8470         Correct order of elts in return value.
8472         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8473         how to define a default binding.
8475 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
8477         * loading.texi (Unloading): Fix recent change for load-history.
8479         * customize.texi (Simple Types): Clarify description of custom
8480         type 'number.  Describe new custom type 'float.
8482 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
8484         * variables.texi (File Local Variables): Fix typo.
8486 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8488         From Michael Albinus <Michael.Albinus@alcatel.de>.
8490         * README: Target for Info file is `make info'.
8492         * files.texi (File Name Components): Fix typos in
8493         `file-name-sans-extension'.
8494         (Magic File Names): Complete list of operations for magic file
8495         name handlers.
8497 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
8499         * variables.texi (File Local Variables): New function
8500         risky-local-variable-p.
8502 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
8504         * functions.texi (Function safety): New node about unsafep.
8506 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8508         * customize.texi (Splicing into Lists): Fix example.
8509         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
8511 2002-06-17  Juanma Barranquero  <lektu@terra.es>
8513         * frames.texi (Display Feature Testing): Fix typo.
8515 2002-06-12  Andreas Schwab  <schwab@suse.de>
8517         * frames.texi (Initial Parameters, Resources): Fix references to
8518         the Emacs manual.
8520 2002-05-13  Kim F. Storm  <storm@cua.dk>
8522         * variables.texi (Intro to Buffer-Local): Updated warning and
8523         example relating to changing buffer inside let.
8525 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
8527         * os.texi (Session Management): New node about X Session management.
8529 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
8531         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
8532         to which the manual corresponds, and the copyright years.
8534         * Makefile.in (VERSION): Set to 2.9.
8536 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
8538         * elisp.texi: Change the category in @dircategory to "Emacs", to
8539         make it consistent with info/dir.
8541 2001-11-25  Miles Bader  <miles@gnu.org>
8543         * text.texi (Fields): Describe new `limit' arg in
8544         field-beginning/field-end.
8546 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
8548         * permute-index: Don't depend on csh-specific features.
8549         Replace the interpreter name with /bin/sh.
8551         * two-volume-cross-refs.txt: New file.
8552         * two.el: New file.
8553         * spellfile: New file.
8555 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
8557         * permute-index: New file.
8559         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8560         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8561         8+3 restricted namespace.
8563         * Makefile.in (infodir): Define relative to $(srcdir).
8564         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8565         include directories list via -I switch to makeinfo.
8566         (index.texi): Use cp if both hard and symbolic links fail.
8568 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
8570         * Makefile.in (distclean): Add.
8572         The following changes make ELisp manual part of the Emacs
8573         distribution:
8575         * Makefile.in: Add Copyright notice.
8576         (prefix): Remove.
8577         (infodir): Change value to "../info".
8578         (VPATH): New variable.
8579         (MAKE): Don't define.
8580         (texmacrodir): Don't define.
8581         (texinputdir): Append the existing value of TEXINPUTS.
8582         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
8583         command to be compatible with man/Makefile.in, and to put the
8584         output into ../info.
8585         (info): Add target.
8586         (installall): Target removed.
8588 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
8590         * tips.texi (Coding Conventions): Fix typo.
8592 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
8594         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8596 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
8598         * files.texi (File Name Components): Update the description of
8599         file-name-sans-extension and file-name-extension, as they now
8600         ignore leading dots.
8602 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
8604         * (Version 21.1 released.)
8606 2001-10-19  Miles Bader  <miles@gnu.org>
8608         * positions.texi (Text Lines): Describe behavior of
8609         `beginning-of-line'/`end-of-line' in the presence of field properties.
8611 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
8613         * Makefile.in (VERSION): Set to 2.8.
8614         (manual): Use `manual-21'.
8616         * elisp.texi (VERSION): Add and use it where the version
8617         number was used.  Set it to 2.8.
8619         * intro.texi: Likewise.
8621 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8623         * files.texi (File Name Completion): Document the significance of
8624         a trailing slash in elements of completion-ignored-extensions.
8626 2001-10-06  Miles Bader  <miles@gnu.org>
8628         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8630 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8632         * variables.texi (Variable Aliases): New node.
8634 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8636         * Branch for 21.1.
8638 2001-10-02  Miles Bader  <miles@gnu.org>
8640         * minibuf.texi (Minibuffer Misc): Add entries for
8641         `minibuffer-contents', `minibuffer-contents-no-properties', and
8642         `delete-minibuffer-contents'.
8643         Correct description for `minibuffer-prompt-end'.
8645         * text.texi (Property Search): Correct descriptions of
8646         `next-char-property-change' and `previous-char-property-change'.
8647         Add entries for `next-single-char-property-change' and
8648         `previous-single-char-property-change'.
8649         Make operand names a bit more consistent.
8651 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
8653         * frames.texi (Finding All Frames): Document that next-frame and
8654         previous-frame are local to current terminal.
8656 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
8658         * keymaps.texi (Creating Keymaps): Fix the description of the
8659         result of make-keymap.
8661 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
8663         * display.texi (Font Lookup, Attribute Functions)
8664         (Image Descriptors): Add cross-references to the definition of
8665         selected frame.
8667         * buffers.texi (The Buffer List): Add cross-references to the
8668         definition of selected frame.
8670         * frames.texi (Input Focus): Clarify which frame is _the_ selected
8671         frame at any given time.
8672         (Multiple Displays, Size and Position): Add a cross-reference to
8673         the definition of the selected frame.
8675 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
8677         * strings.texi (String Conversion) <string-to-number>: Document
8678         that a float is returned for integers that are too large.
8680         * frames.texi (Mouse Position): Document mouse-position-function.
8681         (Display Feature Testing): Document display-images-p.
8682         (Window Frame Parameters): Document the cursor-type variable.
8684         * numbers.texi (Integer Basics): Document CL style read syntax for
8685         integers in bases other than 10.
8687         * positions.texi (List Motion):
8688         Document open-paren-in-column-0-is-defun-start.
8690         * lists.texi (Sets And Lists): Document member-ignore-case.
8692         * internals.texi (Garbage Collection): Document the used and free
8693         strings report.
8694         (Memory Usage): Document strings-consed.
8696         * os.texi (Time of Day): Document float-time.
8697         (Recording Input): Document that clear-this-command-keys clears
8698         the vector to be returned by recent-keys.
8700         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8701         argument keymap can be a list.
8703         * nonascii.texi (User-Chosen Coding Systems)
8704         <select-safe-coding-system>: Document the new argument
8705         accept-default-p and the variable
8706         select-safe-coding-system-accept-default-p.  Tell what happens if
8707         buffer-file-coding-system is undecided.
8708         (Default Coding Systems): Document auto-coding-regexp-alist.
8710         * display.texi (The Echo Area) <message>: Document
8711         message-truncate-lines.
8712         (Glyphs): Document that the glyph table is unused on windowed
8713         displays.
8715         * help.texi (Describing Characters) <single-key-description>:
8716         Document the new argument no-angles.
8717         (Accessing Documentation) <documentation-property>: Document that
8718         a non-string property is evaluated.
8719         <documentation>: Document that the function-documentation property
8720         is looked for.
8722         * windows.texi (Selecting Windows): Document some-window.
8724         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8726         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8727         apropos-mode-hook.
8729         * commands.texi (Using Interactive): Document interactive-form.
8730         (Keyboard Macros): Document kbd-macro-termination-hook.
8731         (Command Loop Info): Document that clear-this-command-keys clears
8732         the vector to be returned by recent-keys.
8734 2001-09-04  Werner LEMBERG  <wl@gnu.org>
8736         * Makefile.in (srcdir, texinputdir): New variables.
8737         (srcs, index.texi, install): Use $(srcdir).
8738         (.PHONY): Remove elisp.dvi.
8739         (elisp): Use -I switch for makeinfo.
8740         (elisp.dvi): Use $(srcdir) and $(texinputdir).
8741         (installall, dist): Use $(srcdir).
8742         Fix path to texinfo.tex.
8743         (maintainer-clean): Add elisp.dvi and elisp.oaux.
8745 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
8747         * display.texi (Conditional Display): Adjust to API change.
8749         * configure: New file.
8751 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
8753         * commands.texi (Repeat Events): Add description of
8754         double-click-fuzz.
8756 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
8758         * syntax.texi (Syntax Class Table): Add the missing designator for
8759         comment and string fences.
8760         (Syntax Properties): Add a xref to syntax table internals.
8761         (Syntax Table Internals): Document string-to-syntax.
8763 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8765         * Makefile.in (install): Use install-info command line options
8766         like in Emacs' Makefile.in.
8768 2000-12-09  Miles Bader  <miles@gnu.org>
8770         * windows.texi (Window Start): Update documentation for
8771         `pos-visible-in-window-p'.
8773 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
8775         * lists.texi (Building Lists): Add footnote to explain how to add
8776         to the end of a list.
8778 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8780         * files.texi (Visiting Functions): Typos.
8782 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
8784         * files.texi (Visiting Functions): Return value of
8785         find-file-noselect may be a list of buffers if wildcards are used.
8787 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8789         * display.texi (Defining Faces): Document `graphic' display type
8790         in face specs.
8792 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8794         * hooks.texi (Standard Hooks): Replace obsolete
8795         `after-make-frame-hook' with `after-make-frame-functions'.
8797         * frames.texi (Creating Frames): Ditto.
8799         * variables.texi (Future Local Variables): Ditto.
8801 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8803         * display.texi (Other Image Types): Add description of :foreground
8804         and :background properties of mono PBM images.
8806 2000-08-17  Werner LEMBERG  <wl@gnu.org>
8808         * .cvsignore: New file.
8810 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
8812         * tindex.pl: New script.
8814 1999-12-03  Dave Love  <fx@gnu.org>
8816         * Makefile.in (MAKEINFO): New parameter.
8818 1999-09-17  Richard Stallman  <rms@gnu.org>
8820         * Makefile.in (srcs): Add hash.texi.
8821         (VERSION): Update to 20.6.
8823 1999-09-13  Richard Stallman  <rms@gnu.org>
8825         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8827 1998-08-29  Karl Heuer  <kwzh@gnu.org>
8829         * configure.in: New file.
8830         * Makefile.in: Renamed from Makefile.
8831         (prefix, infodir): Use value obtained from configure.
8832         (emacslibdir): Obsolete variable deleted.
8833         (dist): Distribute configure.in, configure, Makefile.in.
8835 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8837         * Makefile (INSTALL_INFO): New variable.
8838         (install): Run install-info.
8840 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8842         * Makefile (elisp.dvi): Add missing backslash.
8844 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
8846         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8847         Run texindex without `./'.  Always run texindex on elisp.tp.
8848         (elisp.tps): Target deleted.
8850 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
8852         * Makefile (srcs): Add nonascii.texi and customize.texi.
8853         (dist): Start by deleting `temp'.
8855 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
8857         * Makefile (makeinfo, texindex): Targets deleted.
8858         (makeinfo.o, texindex.o): Targets deleted.
8859         (clean, dist): Don't do anything with them or with getopt*.
8861 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
8863         * Makefile (SHELL): Defined.
8865 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
8867         * Makefile (elisp.tps): New target.
8868         (elisp.dvi): Depend on elisp.tps.
8870 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8872         * README: Update phone number.
8874         * Makefile (elisp): Make this be the default target.
8875         Depend on makeinfo.c instead of makeinfo.
8876         (install): Don't depend on elisp.dvi, since we don't install that.
8877         Use mkinstalldirs.
8878         (dist): Add mkinstalldirs.
8880 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8882         * Makefile (VERSION): Update version number.
8883         (maintainer-clean): Rename from realclean.
8885 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8887         * Makefile (realclean): New target.
8888         (elisp): Remove any old elisp-* files first.
8890 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
8892         * Makefile (VERSION): New variable.
8893         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8894         Compressed file suffix should be `.gz', not `.z'.
8896 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8898         * Makefile (elisp): Depend on makeinfo.
8900 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
8902         * Makefile (srcs): Add anti.texi.
8904 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8906         * Makefile (infodir, prefix): New vars.
8907         (install): Use infodir.
8908         (emacsinfodir): Deleted.
8910 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8912         * Makefile (srcs): Add calendar.texi.
8914         * Makefile (dist): Copy texindex.c and makeinfo.c.
8915         Limit elisp-* files to those with one or two digits.
8917 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8919         * Makefile (dist): Changed to use Gzip instead of compress.
8921 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8923         * loading.texi (Unloading): define-function changed back to
8924         defalias.  It may not stay this way, but at least it's
8925         consistent with the known-good version of the code patch.
8927 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
8929         * modes.texi (Hooks): Document new optional arg of add-hook.
8931 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8933         * variables.texi: Document nil initial value of buffer-local variables.
8935         * tips.texi: Add new section on standard library headers.
8937 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8939         * Makefile (srcs): Add frame.texi to the list of sources.
8941 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8943         * Makefile (dist): Don't bother excluding autosave files; they'll
8944         never make it into the temp directory anyway, and the hash marks
8945         in the name are problematic for make and the Bourne shell.
8946         (srcs):
8948 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8950         * Makefile (dist): Don't include backup files or autosave files in
8951         the distribution tar file.
8953 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8955         * Makefile (srcs): Add index.perm.
8956         (elisp.dvi): Remove erroneous shell comment.
8957         Expect output of permute-index in permuted.fns.
8958         Save old elisp.aux in elisp.oaux.
8959         (clean): Add index.texi to be deleted.
8961 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8963         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8965 1990-06-26  David Lawrence  (tale@geech)
8967         * files.texi: Noted that completion-ignored-extensions is ignored
8968         when making *Completions*.
8970 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
8972         * Makefile  make dist now depends on elisp.dvi, since it tries
8973         to include it in the dist file.
8975 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
8977         * functions.texinfo (Mapping Functions): Add missing quote.
8979 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8981         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8982         (defunargs): Turn off \hyphenchar of \sl font temporarily.
8984 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8986         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8987         and @error{} are the terms now being used.  The files in the
8988         directory have been changed to reflect this.
8990         * All instances of @indentedresultt{} have been changed to
8991         `     @result{}', using 5 spaces at the begining of the line.
8993 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8995         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8996         experimental @indentedresult{}, @indentedexpandsto{} are part of
8997         the texinfo.tex in this directory.  These TeX macros are not
8998         stable yet.
9000 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9002         * texinfo.tex: Temporarily added
9003                 \let\result=\dblarrow
9004                 \def\error{{\it ERROR} \longdblarrow}
9005         We need to do this better soon.
9007 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9009         * Applied Karl Berry's patches to *.texinfo files, but not to
9010         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
9011         new title page format is also not applied, since it requires
9012         texinfo.tex changes.)
9014         * Cleaned up `Makefile' and defined the `emacslibdir' directory
9015         for the Project GNU development environment.
9017 ;; Local Variables:
9018 ;; coding: utf-8
9019 ;; End:
9021   Copyright (C) 1998-2011  Free Software Foundation, Inc.
9023   This file is part of GNU Emacs.
9025   GNU Emacs is free software: you can redistribute it and/or modify
9026   it under the terms of the GNU General Public License as published by
9027   the Free Software Foundation, either version 3 of the License, or
9028   (at your option) any later version.
9030   GNU Emacs is distributed in the hope that it will be useful,
9031   but WITHOUT ANY WARRANTY; without even the implied warranty of
9032   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9033   GNU General Public License for more details.
9035   You should have received a copy of the GNU General Public License
9036   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.