Install and document new buffer display code.
[emacs.git] / doc / lispref / ChangeLog
blob8c91d392317097d2038e845ae68b3fd367c800c7
1 2010-10-27  Martin Rudalics  <rudalics@gmx.at>
3         * windows.texi (Displaying Buffers, Switching Buffers): Describe
4         new buffer display code.
6         * frames.texi (Initial Parameters): Fix reference to buffer
7         display section.
9 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
11         * display.texi (Window Systems): Deprecate use of window-system as
12         a predicate.
14 2010-10-23  Glenn Morris  <rgm@gnu.org>
16         * help.texi (Documentation Basics): Remove mentions of digest-doc and
17         sorted-doc.
19 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
21         * os.texi (Dynamic Libraries): New node, with slightly modified
22         text deleted from "Image Formats".
23         (System Interface): Add @menu entry for "Dynamic Libraries".
25         * display.texi (Image Formats): Remove description of
26         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
28 2010-10-12  Glenn Morris  <rgm@gnu.org>
30         * book-spine.texinfo: Rename to book-spine.texi.
32 2010-10-11  Glenn Morris  <rgm@gnu.org>
34         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
36         * Makefile.in (DVIPS): New variable.
37         (.PHONY): Add html, ps.
38         (html, elisp.html, ps, elisp.ps): New targets.
39         (clean): Delete html, ps files.
40         ($(infodir)/elisp): Remove unnecessary includes.
42 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
44         * makefile.w32-in (emacsdir): New variable.
45         (srcs): Add emacsver.texi.
46         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
48 2010-10-09  Glenn Morris  <rgm@gnu.org>
50         * Makefile.in (VPATH): Remove.
51         (infodir): Make it absolute.
52         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
54         * Makefile.in (dist): Anchor regexps.
56         * Makefile.in (srcs): Put elisp.texi first.
57         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
59         * Makefile.in (infoclean): Remove harmless, long-standing error.
61         * Makefile.in ($(infodir)): Delete rule.
62         (mkinfodir): New.
63         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
65         * Makefile.in (dist): Remove reference to emacsver.texi.in.
66         Also copy emacsver.texi, and edit $emacsdir.
68 2010-10-09  Glenn Morris  <rgm@gnu.org>
70         * Makefile.in (emacsdir): New variable.
71         (MAKEINFO): Add -I $emacsdir.
72         (dist): Copy emacsver.texi.
73         (srcs): Add emacsver.texi.
75         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
76         Set EMACSVER by including emacsver.texi.
78         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
80 2010-10-07  Glenn Morris  <rgm@gnu.org>
82         * Makefile.in (version): New, set by configure.
83         (clean): Delete dist tar file.
84         (dist): Use version in tar name.
86 2010-10-06  Glenn Morris  <rgm@gnu.org>
88         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
89         (INSTALL_INFO): Remove unused variable.
90         (mostlyclean, infoclean, dist): New rules.
91         (clean): Delete dvi and pdf files.
92         (maintainer-clean): Remove elisp.oaux, use infoclean.
93         ($(infodir)): Add parallel build workaround.
95 2010-10-04  Glenn Morris  <rgm@gnu.org>
97         * Makefile.in (dvi, pdf, $(infodir)): New targets.
98         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
99         Fix -I typo.
100         (clean): No 'make.out' or 'core' files.
101         (.PHONY): Declare clean rules.
102         (maintainer-clean): Delete pdf file.  Guard against cd failures.
104 2010-10-03  Glenn Morris  <rgm@gnu.org>
106         * files.texi (File Name Components): Remove ignored section about
107         deleted variable directory-sep-char.
109 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
111         * files.texi (Magic File Names): New defopt
112         remote-file-name-inhibit-cache.
114 2010-10-02  Glenn Morris  <rgm@gnu.org>
116         * os.texi (Killing Emacs): Hook now runs in batch mode.
118 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * text.texi (Special Properties): Clarify when modification-hooks run.
122 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * syntax.texi (Syntax Flags): Document new `c' flag.
126 2010-09-09  Glenn Morris  <rgm@gnu.org>
128         * display.texi (ImageMagick Images): General cleanup.
130 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
132         * files.texi (Directory Names): Use \` rather than ^.
134 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
136         * text.texi (Low-Level Kill Ring):
137         * frames.texi (Window System Selections): Remove cut buffer
138         documentation.
140 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
142         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
143         Parameters", where the default fringe width is described.
145         * frames.texi (Window Frame Parameters, Basic Parameters)
146         (Position Parameters, Layout Parameters, Management Parameters)
147         (Cursor Parameters, Font and Color Parameters): Add indexing for
148         frame parameters.  (Bug#6929)
150 2010-08-25  Tom Tromey  <tromey@redhat.com>
152         * vol2.texi (Top): Update.
153         * vol1.texi (Top): Update.
154         * tips.texi (Library Headers): Mention Package-Version and
155         Package-Requires.
156         * package.texi: New file.
157         * os.texi (System Interface): Update pointers.
158         * elisp.texi (Top): Link to new nodes.  Include package.texi.
159         * anti.texi (Antinews): Update pointers.
161 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
163         * processes.texi (Filter Functions): Fix last change.
165 2010-08-24  Markus Triska  <triska@gmx.at>
167         * processes.texi (Filter Functions): Use `buffer-live-p' instead
168         of `buffer-name' in the main text as well as in the example
169         (Bug#3098).
171 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
173         * nonascii.texi (Text Representations):
174         * loading.texi (Loading Non-ASCII):
175         * compile.texi (Byte Compilation): Don't mention obsolete
176         --unibyte command-line argument.
178 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
180         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
182 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
184         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
186 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
188         * commands.texi (Misc Events): Add cross-references to where
189         POSITION of a mouse event is described in detail.
191 2010-08-08  Christoph  <cschol2112@googlemail.com>
193         * control.texi (Handling Errors) <error-message-string>: Fix arg name.
195 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
197         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
198         Suggested by Štěpán Němec <stepnem@gmail.com>.
200 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
202         * minibuf.texi (High-Level Completion): Document args of
203         `read-buffer-function' (bug#5625).
205 2010-07-31  Martin Rudalics  <rudalics@gmx.at>
207         * windows.texi (Buffers and Windows): Describe lists of previous
208         and next buffers for windows.  Describe new commands
209         switch-to-prev-buffer and switch-to-next-buffer and their impact
210         on replace-buffer-in-windows.
212 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
214         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
216 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
218         * processes.texi (Process Information): Explain process property
219         `remote-tty'.
221 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
223         * modes.texi (Defining Minor Modes): Use C-delete in examples,
224         instead of "\C-\^?" (bug#6334).
226         * text.texi (Special Properties): Fix typo.
228 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
230         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
231         calling sequences, which are now the standard.
233 2010-06-26  Martin Rudalics  <rudalics@gmx.at>
235         * windows.texi: Adapt node references accordingly.  Add new
236         sections Window Sizes, Composite Windows, Compound Windows and
237         Window Groups.
238         (Basic Windows): Clarify distinction of live and internal
239         windows.  Add descriptions of window-live-p, window-internal-p,
240         window-any-p, normalize-any-window and normalize-live-window.
241         (Frames and Windows): Move here from frames.texi.  Describe
242         window-list and window-tree here.  Explain window trees and
243         desribe frame-root-window here.  Add descriptions for
244         window-parent, window-vchild, window-hchild, window-child,
245         window-iso-combined-p, window-next, window-prev.
246         (Window Sizes): New section.  Clarify distinction of window body
247         and total sizes.  Add descriptions for window-total-size,
248         window-total-height, window-total-width, window-full-height-p,
249         window-top-line, window-left-column, window-body-size,
250         window-body-height, window-body-width and window-size-fixed-p.
251         Move descriptions of window-height, window-width,
252         window-min-height, window-min-width and window-size-fixed here.
253         (Resizing Windows): Explain that resizing windows doesn't delete
254         windows.  Describe window-resizable, resize-window,
255         maximize-window, minimize-window.
256         (Splitting Windows): Describe new behavior of split-window.
257         Describe new variable window-splits.
258         (Deleting Windows): Describe behavior for composite windows.
259         Describe frame-selected-window and set-frame-selected-window
260         here.
261         (Cyclic Window Ordering): Describe window-list-1.  Move
262         description of get-lru-window, get-largest-window and
263         get-window-with-predicate here.
264         (Buffers and Windows): Say that window-buffer works on internal
265         windows too.  Move up buffer-display-time.  Describe
266         replace-buffer-in-windows here.
267         (Switching Buffers): Rename from Displaying Buffers in Windows.
268         (Displaying Buffers): Rename from Choosing a Window for Display.
269         Describe new values recognized for pop-up-windows.  Describe how
270         window-splits affects splitting.  Describe new command
271         quit-restore-window.
272         (Dedicated Windows): Clarify effect of killing a buffer shown in
273         dedicated windows.
274         (Window Parameters): Describe ignore-window-parameters variable
275         and quit-restore parameter.
276         (Composite Windows, Compound Windows, Window Groups): New
277         sections.
279         * elisp.texi (Top): Move frames chapter before windows chapter.
280         In windows chapter add new sections Window Sizes, Composite
281         Windows, Compound Windows and Window Groups.  Frames and Windows
282         section moves from frames.texi to windows.texi.
284         * locals.texi (Standard Buffer-Local Variables): Have
285         window-size-fixed reference Window Sizes section.
287         * frames.texi: Adapt node references accordingly.  Move Frames and
288         Windows section to windows.texi.
289         (Cursor Parameters, Input Focus): Add xrefs to selected window.
291         * buffers.texi: Adapt node references accordingly.
293         * positions.texi: Adapt node references accordingly.
294 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
296         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
298         * commands.texi (Command Overview): Mention undo-boundary call.
300 2010-06-23  Glenn Morris  <rgm@gnu.org>
302         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
303         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
304         * frames.texi, functions.texi, internals.texi, keymaps.texi:
305         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
306         * searching.texi, sequences.texi, strings.texi, syntax.texi:
307         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
308         Untabify Texinfo files.
310 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
312         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
314 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
316         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
318 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
320         * searching.texi (Regexp Special): Remove obsolete information
321         about matching non-ASCII characters, and suggest using char
322         classes (Bug#6283).
324 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
326         * minibuf.texi (Basic Completion): Add missing "@end defun".
328 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * minibuf.texi (Basic Completion): Document completion-boundaries.
331         (Programmed Completion): Document the new fourth method for boundaries.
333 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
335         * display.texi (Image Cache): Update documentation about image caching.
337 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
339         * windows.texi (Textual Scrolling):
340         * tips.texi (Coding Conventions):
341         * minibuf.texi (Minibuffer History):
342         * maps.texi (Standard Keymaps):
343         * loading.texi (Where Defined):
344         * edebug.texi (Instrumenting): Fix typos.
346 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
348         * keymaps.texi (Menu Bar): Document :advertised-binding property.
350         * functions.texi (Obsolete Functions):
351         Document set-advertised-calling-convention.
353         * minibuf.texi (Basic Completion): Document completion-in-region.
354         (Programmed Completion): Document completion-annotate-function.
356         * commands.texi (Reading One Event): Document read-key.
357         (Distinguish Interactive): Document KIND arg to
358         called-interactively-p.  Delete obsolete interactive-p.
360         * elisp.texi (Top): Update node description.
362 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
364         * nonascii.texi (Character Properties):
365         Document unicode-category-table.  Add an index entry for Unicode
366         general category.
368 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
370         * Version 23.2 released.
372 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
374         * locals.texi (Standard Buffer-Local Variables):
375         Remove @ignore'd reference to `direction-reversed'.
377 2010-04-14  Juri Linkov  <juri@jurta.org>
379         Fix @deffn without category.
381         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
382         for `abbrev-insert'.
384         * buffers.texi (Indirect Buffers): Add category `Command'
385         to @deffn of `clone-indirect-buffer'.
387         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
388         for `next-window' and `previous-window'.  Add category `Command'
389         to @deffn of `pop-to-buffer'.
391 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
393         * nonascii.texi (Text Representations): Don't mark
394         enable-multibyte-characters as a user option.
396 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
398         * control.texi (Handling Errors): How to re-throw a signal caught
399         by condition-case.
401 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
403         * loading.texi (Hooks for Loading): Document after-load-functions.
404         Copyedits.
406 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
408         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
410 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
412         * processes.texi (Network Processes): Document seqpacket type.
414 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
416         * os.texi (System Environment): Do not mention lynxos.
418 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
420         * Branch for 23.2.
422 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
424         * objects.texi (Integer Type): Take note of the read syntax
425         exception for numbers that cannot fit in the integer type.
427 2010-03-03  Glenn Morris  <rgm@gnu.org>
429         * numbers.texi (Integer Basics, Bitwise Operations):
430         * objects.texi (Integer Type): Update for integers now being 30-bit.
432 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
434         * display.texi (Low-Level Font): Document :otf font-spec property.
436 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * display.texi (Line Height): Avoid obsolete special default variables
439         like default-major-mode.
441 2010-01-28  Alan Mackenzie  <acm@muc.de>
443         * display.texi (Auto Faces): Say fontification-functions is called
444         whether or not Font Lock is enabled.  Tidy up the wording a bit.
446 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
448         * elisp.texi: Remove duplicate edition information (Bug#5407).
450 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
452         * two.el (volume-header-toc-markup): Fix typos in docstring.
454 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
456         Avoid dubious uses of save-excursions.
457         * positions.texi (Excursions): Recommend the use of
458         save-current-buffer if applicable.
459         * text.texi (Clickable Text): Fix the example code which used
460         save-excursion in a naive way which sometimes preserves point and
461         sometimes not.
462         * variables.texi (Creating Buffer-Local):
463         * os.texi (Session Management):
464         * display.texi (GIF Images):
465         * control.texi (Cleanups): Use (save|with)-current-buffer.
467 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
469         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
471 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
473         * nonascii.texi (Text Representations, Character Codes)
474         (Converting Representations, Explicit Encoding)
475         (Translation of Characters): Use hex notation consistently.
476         (Character Sets): Fix map-charset-chars doc (Bug#5197).
478 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
480         * loading.texi (Where Defined): Make it clearer that these are
481         loaded files (Bug#5068).
483 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
485         * minibuf.texi (Completion Styles): Document `initials' style.
487 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
489         * frames.texi (Resources): Describe inhibit-x-resources.
490         (Size Parameters): Copyedit.
492         * hash.texi (Creating Hash):
493         * objects.texi (Hash Table Type): Document the new hash table
494         printed representation.
496         * minibuf.texi (Basic Completion): 4th arg to all-completions is
497         obsolete.
499         * processes.texi (Process Buffers): Document
500         process-kill-buffer-query-function.
502 2009-12-05  Glenn Morris  <rgm@gnu.org>
504         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
505         diary-display-function, and no longer recommended to be a hook.
506         Update for changes in the names of calendar and diary hooks.
507         diary-print-entries-hook has changed section.
509 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
511         * text.texi (Special Properties): More accurate description of
512         what the `cursor' property does.
514 2009-11-26  Kevin Ryde  <user42@zip.com.au>
516         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
517         mouse-wheel-down-event, the closest thing to a definition for them.
518         * os.texi (Startup Summary): vindex inhibit-startup-message and
519         inhibit-splash-screen.
520         (Command-Line Arguments): vindex argv.
521         (Suspending Emacs): vindex suspend-tty-functions and
522         resume-tty-functions.  Don't want to index every hook, but having
523         the programming ones is helpful.
525 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
527         * commands.texi (Motion Events): Fix typo (Bug#4907).
529 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
531         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
532         are affected by case-fold-search (Bug#4483).
534 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
536         * minibuf.texi (Reading File Names): Note that read-file-name may
537         use a graphical file dialog.
539 2009-10-31  Glenn Morris  <rgm@gnu.org>
541         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
543 2009-10-16  Kevin Ryde  <user42@zip.com.au>
545         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
546         in particular so `info-lookup-symbol' can find its docs.
548 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
550         * variables.texi (Constant Variables): Distinguish from defconst
551         variables.
552         (Defining Variables): Add cindex.
554 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
556         * os.texi (Time of Day): Clarify that the microsecond part is
557         ignored (Bug#4637).
559 2009-10-11  Glenn Morris  <rgm@gnu.org>
561         * frames.texi (Size and Position): Clarify what is included in the frame
562         height.  (Bug#4535)
564 2009-10-10  Glenn Morris  <rgm@gnu.org>
566         * windows.texi (Size of Window): The relationship between window and
567         frame heights is not so simple.  (Bug#4535)
568         Mention window-full-height-p.
570 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
573         used from Lisp.
575 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
577         * files.texi (Directory Names) <abbreviate-file-name>:
578         Document that root home directories are not replaced with "~".
580 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
582         * text.texi (Special Properties): Document the meaning of the
583         `cursor' text property whose value is an integer.
585 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
587         * files.texi (Magic File Names): Add `copy-directory'.
589 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
591         * files.texi (File Attributes): Fix description of file
592         attributes.  (Bug#4638) Update attributes of files.texi example to
593         be more representative.
595 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
597         * files.texi (Create/Delete Dirs): New command copy-directory.
599 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
601         * anti.texi (Antinews):
602         * macros.texi (Indenting Macros):
603         * strings.texi (Creating Strings, Case Conversion):
604         Remove duplicate words.
606 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
608         * files.texi (Create/Delete Dirs): delete-directory has an
609         optional parameter RECURSIVE.
611 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
613         * buffers.texi (Swapping Text): Minor clarification.
615 2009-10-01  Glenn Morris  <rgm@gnu.org>
617         * functions.texi (Declaring Functions): Mention that we also search for
618         ".m" files in the src/ directory.
620 2009-09-25  David Engster  <deng@randomsample.de>
622         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
624 2009-09-22  Glenn Morris  <rgm@gnu.org>
626         * internals.texi (Building Emacs): Mention preloaded-file-list.
628 2009-09-14  Alan Mackenzie  <acm@muc.de>
630         * os.texi (Terminal Output): Put "@code{}" around "stdout".
632 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
634         * functions.texi (Anonymous Functions): Rearrange discussion,
635         giving usage of unquoted lambda forms first.  Mention that
636         `function' and `#'' are no longer required (Bug#4290).
638 2009-09-11  Alan Mackenzie  <acm@muc.de>
640         * os.texi (Terminal Output): Document `send-string-to-terminal' in
641         batch mode.
643 2009-09-01  Glenn Morris  <rgm@gnu.org>
645         * display.texi (Face Functions): Mention define-obsolete-face-alias.
647 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
649         * nonascii.texi (Character Codes): Fix typos.
651 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
653         * processes.texi (Synchronous Processes): New defvar
654         process-file-side-effects.
656 2009-08-25  Glenn Morris  <rgm@gnu.org>
658         * display.texi (Fontsets): Fix typo.
660         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
662 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * processes.texi (Asynchronous Processes): Adjust arglist of
665         start-process-shell-command and start-file-process-shell-command.
667 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
669         * advice.texi (Argument Access in Advice): Note that argument
670         positions are zero-based (Bug#3932).
672         * commands.texi (Distinguish Interactive): Minor copyedit.
674         * display.texi (Face Attributes): Add xref to Displaying Faces for
675         explanation of "underlying face".
677         * customize.texi (Common Keywords): Add xref to Loading.
679         * loading.texi (How Programs Do Loading): Add xref to Lisp
680         Libraries node in the Emacs manual.
682 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
684         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
686 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
688         * processes.texi (Shell Arguments): Copyedits.
690 2009-07-18  Glenn Morris  <rgm@gnu.org>
692         * loading.texi (Repeated Loading): Fix typo.
694 2009-07-16  Richard Stallman  <rms@gnu.org>
696         * buffers.texi (Swapping Text): Recommend setting
697         write-region-annotate-functions and buffer-saved-size.
699         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
701 2009-07-15  Glenn Morris  <rgm@gnu.org>
703         * edebug.texi: Minor re-phrasings throughout.
704         (Edebug Execution Modes): Sit-for affects continue mode too.
705         (Jumping): Use `forward-sexp' rather than its keybinding.
706         (Edebug Misc): Fix Q binding.
707         (Edebug Eval): Remove cl version.
708         (Printing in Edebug): Clarify print-length etc.
709         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
710         (Specification List): Remove edebug-unwrap findex entry.
711         (Specification Examples): defmacro is actually not the same as defun.
712         Escape "`" in example.
714 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
716         * markers.texi (The Mark): Document optional arg to
717         deactivate-mark.
719 2009-07-11  Kevin Ryde  <user42@zip.com.au>
721         * hooks.texi (Standard Hooks): Fix cross-references.
723         * loading.texi (Named Features): Refer to eval-after-load.
725 2009-07-11  Glenn Morris  <rgm@gnu.org>
727         * Makefile.in (TEXI2PDF): New.
728         (elisp.pdf): New target.
730         * searching.texi (Regexp Backslash): Fix typo.
732         * elisp.texi (Top): Display copyright notice at start of non-TeX.
734 2009-07-10  Glenn Morris  <rgm@gnu.org>
736         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
738         * customize.texi (Customization Types):
739         * display.texi (Abstract Display):
740         * objects.texi (Character Type, String Type):
741         Merge in some menu descriptions from elisp.texi.
743         * hash.texi (Hash Tables):
744         * modes.texi (Multiline Font Lock):
745         End menu description with period.
747 2009-07-09  Glenn Morris  <rgm@gnu.org>
749         * back.texi: Don't hard-code texinfo location.
751         * two-volume.make (texinfodir): New, with location of texinfo.tex.
752         (tex): Add texinfodir to TEXINPUTS.
753         (elisp1med-init, elisp2med-init): Use texinfodir.
755         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
756         (clean): Add two-volume.make intermediate files.
758         * elisp.texi, vol1.texi, vol2.texi:
759         Use a DATE variable with the publication date, and update it.
760         Fix antinews menu description.
762         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
763         Update the detailed node listing to match elisp.texi.
765         * README: Update edition to match elisp.texi.
767         * objects.texi (General Escape Syntax):
768         * nonascii.texi (Character Sets):
769         Use consistent case for "Unicode Standard".
771         * anti.texi (Antinews):
772         * customize.texi (Variable Definitions):
773         * functions.texi (Declaring Functions):
774         * nonascii.texi (Character Properties):
775         * processes.texi (Serial Ports):
776         * text.texi (Special Properties):
777         * tips.texi (Coding Conventions):
778         Minor rearrangements to improve TeX line-filling.
780         * commands.texi (Using Interactive): Fix cross-reference.
782 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
784         * frames.texi (Management Parameters): Mention sticky.
786 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
788         * help.texi (Help Functions): Fix description of help-buffer and
789         help-setup-xref to use @defun instead of @deffn.
791 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
793         * frames.texi (Size Parameters): Mention maximized for fullscreen.
795 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
797         * display.texi (Window Systems): Add ns to the list.
799 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
801         * Branch for 23.1.
803 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
805         * windows.texi (Dedicated Windows): Fix typo.
806         (Resizing Windows): Replace @defun by @deffn.
808 2009-06-17  Glenn Morris  <rgm@gnu.org>
810         * variables.texi (Directory Local Variables):
811         Update for 2009-04-11 name-change of dir-locals-directory-alist.
813 2009-06-09  Kenichi Handa  <handa@m17n.org>
815         * nonascii.texi (Character Sets): State clearly that FROM and TO
816         are codepoints of CHARSET.
818 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
820         * minibuf.texi (Reading File Names): Fix introductory text.
821         Suggested by stan@derbycityprints.com.
822         (High-Level Completion): Fix typo.
824 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
826         * frames.texi (Text Terminal Colors): Multi-tty is already
827         implemented, but tty-local colors are not.
829 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
831         * hooks.texi (Standard Hooks): Remove mention of obsolete
832         redisplay-end-trigger-functions.
834         * internals.texi (Window Internals): Remove mention of obsolete
835         redisplay-end-trigger-functions.
837 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
839         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
841         * backups.texi (Making Backups): backup-directory-alist and
842         make-backup-file-name-function are options.
843         (Auto-Saving): auto-save-list-file-prefix is an option.
845         * buffers.texi (Killing Buffers): buffer-offer-save is an
846         option.
848         * display.texi (Refresh Screen): no-redraw-on-reenter is an
849         option.
850         (Echo Area Customization): echo-keystrokes is an option.
851         (Selective Display): selective-display-ellipses is an option.
852         (Temporary Displays): temp-buffer-show-function is an option.
853         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
854         are options.
855         (Font Selection): face-font-family-alternatives,
856         face-font-selection-order, face-font-registry-alternatives, and
857         scalable-fonts-allowed are options.
858         (Fringe Indicators): indicate-buffer-boundaries is an option.
859         (Fringe Cursors): overflow-newline-into-fringe is an option.
860         (Scroll Bars): scroll-bar-mode is an option.
862         * eval.texi (Eval): max-lisp-eval-depth is an option.
864         * files.texi (Visiting Functions): find-file-hook is an option.
865         (Directory Names): directory-abbrev-alist is an option.
866         (Unique File Names): temporary-file-directory and
867         small-temporary-file-directory are options.
869         * frames.texi (Initial Parameters): initial-frame-alist,
870         minibuffer-frame-alist and default-frame-alist are options.
871         (Cursor Parameters): blink-cursor-alist and
872         cursor-in-non-selected-windows ar options.
873         (Window System Selections): selection-coding-system is an
874         option.
875         (Display Feature Testing): display-mm-dimensions-alist is an
876         option.
878         * help.texi (Help Functions): help-char and help-event-list are
879         options.
881         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
882         an option.
884         * minibuf.texi (Minibuffer History): history-length and
885         history-delete-duplicates are options.
886         (High-Level Completion): read-buffer-function and
887         read-buffer-completion-ignore-case are options.
888         (Reading File Names): read-file-name-completion-ignore-case is
889         an option.
891         * modes.texi (Mode Line Top): mode-line-format is an option.
892         (Mode Line Variables): mode-line-position and mode-line-modes
893         are options.
895         * nonascii.texi (Text Representations):
896         enable-multibyte-characters is an option.
897         (Default Coding Systems): auto-coding-regexp-alist,
898         file-coding-system-alist, auto-coding-alist and
899         auto-coding-functions are options.
900         (Specifying Coding Systems): inhibit-eol-conversion is an
901         option.
903         * os.texi (Init File): site-run-file is an option.
904         (System Environment): mail-host-address is an option.
905         (User Identification): user-mail-address is an option.
906         (Terminal Output): baud-rate is an option.
908         * positions.texi (Word Motion): words-include-escapes is an
909         option.
911         * searching.texi (Standard Regexps): page-delimiter,
912         paragraph-separate, paragraph-separate and sentence-end are
913         options.
915         * text.texi (Margins): left-margin and fill-nobreak-predicate
916         are options.
918         * variables.texi (Local Variables): max-specpdl-size is an
919         option.
921         * windows.texi (Choosing Window):
922         split-window-preferred-function, special-display-function and
923         display-buffer-function are options.
925 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
927         Fix errors spotted by Martin Rudalics.
929         * syntax.texi (Position Parse): Document rationale for ignored
930         arguments to syntax-ppss-flush-cache.
932         * processes.texi (Input to Processes): Mark PROCESS arg to
933         process-running-child-p as optional.
934         (Network Options): Document NO-ERROR arg to
935         set-network-process-option.
937         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
938         command.
940         * searching.texi (POSIX Regexps): Mark posix-search-forward and
941         posix-search-backward as commands.
943         * os.texi (Killing Emacs): Mark kill-emacs as a command.
944         (Suspending Emacs): Mark suspend-emacs as a command.
945         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
946         commands.
947         (Terminal Output): Remove obsolete function baud-rate.  Document
948         TERMINAL arg for send-string-to-terminal.
950         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
951         terminal-coding-system and set-terminal-coding-system.
952         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
953         as optional.
954         (Character Sets): Document RESTRICTION arg of char-charset.
955         (Character Codes): Mark POS argument to get-byte as optional.
957         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
958         minibuffer-message.
960         * files.texi (Create/Delete Dirs): Mark make-directory and
961         delete-directory as commands.
963         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
965         * text.texi (Base 64): Mark base64-decode-string and
966         base64-encode-string as commands.
967         (Columns): Mark move-to-column as a command.
968         (Mode-Specific Indent): Document RIGID arg to
969         indent-for-tab-command.
970         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
971         Mark indent-code-rigidly as a command.
972         (Substitution): Mark translate-region as a command.
974         * frames.texi (Size and Position): Remove obsolete functions
975         screen-height and screen-width.
977 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
979         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
980         (Displaying Buffers, Resizing Windows): Correct mistakes;
981         next-window, previous-window, and pop-to-buffer are not commands,
982         and fit-window-to-buffer" is a command.  (Pointed out by Martin
983         Rudalics.)
985 2009-05-17  Richard M Stallman  <rms@gnu.org>
987         * modes.texi (Precalculated Fontification): Clarify text.
989 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
991         * windows.texi (Selecting Windows): Clarify descriptions of
992         with-selected-window and get-lru-window.
993         (Cyclic Window Ordering): Refer to particular frame when talking
994         about how splitting affects the ordering.
995         (Displaying Buffers): Fix descriptions of switch-to-buffer and
996         switch-to-buffer-other-window.  Explain how setting of
997         display-buffer-reuse-frames affects pop-to-buffer.
998         (Choosing Window): Clarify some details in descriptions of
999         display-buffer-reuse-frames, pop-up-frames, and
1000         pop-up-frame-function.
1001         (Dedicated Windows): Clarify some details.
1002         (Textual Scrolling): Replace term vscroll by term vertical
1003         scroll position.
1004         (Vertical Scrolling): Fix typo.
1005         (Window Hooks): Relate text on jit-lock-register to window
1006         scrolling and size changes.
1008 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
1010         * frames.texi (Initial Parameters): Clarify what the initial
1011         minibuffer frame is.
1012         (Buffer Parameters): Note that the minibuffer parameter can not be
1013         altered.
1015         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
1016         Document display-buffer changes.
1018 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
1020         * anti.texi (Antinews): Rewrite for Emacs 22.
1022         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1023         obarrays are first mentioned.  Define "system abbrev" more
1024         prominently, and add it to the index.
1025         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1026         Copyedits.
1027         (Abbrev Expansion): Document abbrev-insert.
1029 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
1031         * frames.texi (Font and Color Parameters): Rename from Color
1032         Parameters.  Document font-backend parameter.
1034         * vol2.texi (Top): Update node listing.
1035         * vol1.texi (Top): Update node listing.
1036         * elisp.texi (Top): Update node listing.
1038 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
1040         * windows.texi (Choosing Window): Don't explicitly refer to
1041         split-window-sensibly's window argument in descriptions of
1042         split-height-threshold and split-width-threshold.
1044 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
1046         * windows.texi (Choosing Window): Fix rewrite of window
1047         splitting section.
1049 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
1051         * nonascii.texi (Default Coding Systems): Document
1052         find-auto-coding, set-auto-coding, and auto-coding-alist.  Add
1053         indexing.
1054         (Lisp and Coding Systems): Add index entries.
1056 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
1058         * windows.texi (Choosing Window): Describe split-window-sensibly
1059         and rewrite section on window splitting accordingly.
1060         (Textual Scrolling): Replace `...' by @code{...}.
1062 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
1064         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1065         Remove obsoleted pre-abbrev-expand-hook.
1067         * locals.texi (Standard Buffer-Local Variables): Consolidate table
1068         entries.
1070         * internals.texi (Object Internals): Don't assume 32-bit machines
1071         are the norm.
1072         (Buffer Internals): Consolidate table entries for readability.
1073         (Window Internals): Synch field names to window.h.
1074         (Process Internals): Synch field names to process.h.
1076 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
1078         * variables.texi (File Local Variables): Note that read-circle is
1079         bound to nil when reading file-local variables.
1081         * streams.texi (Input Functions): Document read-circle.
1082         (Output Variables): Add xref to Circular Objects.
1084 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
1086         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
1087         Features and Coding System Basics.  Node that "p" stands for
1088         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
1089         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1090         mouse-appearance-menu.
1091         (Programming Tips): Add xref to Progress.
1093 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
1095         * os.texi (Command-Line Arguments): Document
1096         command-line-args-left.
1097         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
1098         terminal objects for tty arguments.
1099         (Startup Summary): Add xref to Session Management.
1100         (Session Management): Mention emacs-session-restore.  Copyedits.
1102 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
1104         * os.texi (Startup Summary): Copyedits.  The init file is not
1105         necessarily named .emacs now.  Document initial-buffer-choice and
1106         initial-scratch-message.  Note where Emacs exits in batch mode.
1107         Document inhibit-splash-screen as an alias.
1108         (Init File): Be neutral about which init file name to use.
1110 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
1112         * os.texi (System Interface): Fix Texinfo usage.
1114 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
1116         * searching.texi (Regexp Backslash): Also refer to shy groups as
1117         non-capturing or unnumbered groups.
1118         (Regexp Functions): Add cross-reference to Regexp Backslash.
1120         * display.texi (Truncation): Overlays can use line-prefix and
1121         wrap-prefix too.
1122         (Overlay Properties): Document wrap-prefix and line-prefix.
1123         (Face Attributes): Document underline-minimum-offset.
1124         (Face Remapping): Copyedits.
1125         (Low-Level Font): Copyedits.
1126         (Image Cache): Note that the image cache is shared between frames.
1127         (Line Height): Emphasize that line-spacing only takes effect on
1128         graphical terminals.
1130 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
1132         * display.texi (Refresh Screen): Note that a passage about screen
1133         refreshing is text terminal only.
1134         (Forcing Redisplay): Delete misleading comment---sit-for calls
1135         redisplay, not the other way around.
1136         (Truncation): Note new values of truncate-partial-width-windows.
1137         Copyedits.
1138         (Invisible Text): Document invisible-p.
1140 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
1142         * display.texi (Overlays): Overlays don't scale well.  See
1143         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1145 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
1147         * syntax.texi (Syntax Table Functions): Document cons cell
1148         argument for modify-syntax-entry.
1149         (Categories): Document cons cell argument for
1150         modify-category-entry.
1152         * searching.texi (String Search): Document word-search-forward-lax
1153         and word-search-backward-lax.
1154         (Searching and Case): Describe isearch behavior more precisely.
1156         * keymaps.texi (Tool Bar): Mention that some platforms do not
1157         support multi-line toolbars.  Suggested by Stephen Eglen.
1159         * frames.texi (Layout Parameters): Mention that Nextstep also
1160         allows only one tool-bar line.  Suggested by Stephen Eglen.
1162         * nonascii.texi (Text Representations): Copyedits.
1163         (Coding System Basics): Also mention utf-8-emacs.
1164         (Converting Representations, Selecting a Representation)
1165         (Scanning Charsets, Translation of Characters, Encoding and I/O):
1166         Copyedits.
1167         (Character Codes): Mention role of codepoints 1114112 to 4194175.
1169 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
1171         * text.texi (Yank Commands): Note that yank uses push-mark.
1172         (Filling): Clarify REGION argument of fill-paragraph.  Document
1173         fill-forward-paragraph-function.
1174         (Special Properties): Remove "new in Emacs 22" declaration.
1175         (Clickable Text): Merge with Links and Mouse-1 node.
1177         * display.texi (Button Properties, Button Buffer Commands): Change
1178         xref to Clickable Text.
1180         * tips.texi (Key Binding Conventions): Change xref to Clickable
1181         Text.
1183         * elisp.texi (Top): Update node listing.
1185 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
1187         * markers.texi (The Mark): Copyedits.  Improve description of
1188         handle-shift-selection.
1189         (The Region): Move use-region-p here from The Mark.
1191         * positions.texi (Screen Lines): Document (cols . lines) argument
1192         for vertical-motion.
1194 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
1196         * frames.texi (Frames): Clean up introduction.  Document `ns'
1197         return value for framep.
1198         (Creating Frames): Note how the terminal is chosen.
1199         (Multiple Terminals, Multiple Displays): Merge into a single node.
1200         (Color Parameters): Fix typo.
1202         * variables.texi (Local Variables, Buffer-Local Variables)
1203         (Creating Buffer-Local): Change link to Multiple Terminals.
1205         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1207         * keymaps.texi (Controlling Active Maps): Change link to Multiple
1208         Terminals.
1210         * commands.texi (Command Loop Info, Keyboard Macros): Change link
1211         to Multiple Terminals.
1213         * elisp.texi (Top): Update node listing.
1214         * vol2.texi (Top): Update node listing.
1215         * vol1.texi (Top): Update node listing.
1217         * buffers.texi (Current Buffer): Note that the append-to-buffer
1218         example is no longer in synch with the latest code.  Tie the two
1219         examples together.
1221         * files.texi (File Attributes): Move note about MS-DOS from
1222         Changing Files to File Attributes.
1223         (Create/Delete Dirs): Note that mkdir is an alias for this.
1225 2009-04-01  Markus Triska  <triska@gmx.at>
1227         * processes.texi (Filter Functions): Suggest how to handle output
1228         batches.
1230 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
1232         * help.texi (Accessing Documentation): Update example to use
1233         help-setup-xref and with-help-window.
1234         (Help Functions): Remove print-help-return-message, which is
1235         semi-obsolete due to with-help-window.  Document help-buffer and
1236         help-setup-xref.
1238 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
1240         * help.texi (Accessing Documentation, Help Functions): Remove
1241         information about long-obsolete Emacs versions.
1243         * modes.texi (Mode Line Variables): The default values of the mode
1244         line variables are now more complicated.
1246 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
1248         * modes.texi (Major Mode Conventions): Note that specialness is
1249         inherited.
1250         (Derived Modes): Note that define-derive-mode sets the mode-class
1251         property.
1253         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1254         goto-map.  Add search-map to the list.
1256 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1258         * os.texi (System Environment): Update the list of system-type
1259         values.
1261         * markers.texi (The Mark) <handle-shift-selection>: Update for
1262         removal of the optional argument DEACTIVATE.
1264 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
1266         * commands.texi (Focus Events): Most X window managers don't use
1267         focus-follows-mouse nowadays.
1269 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
1271         * commands.texi (Defining Commands): Clarify introduction.
1272         (Using Interactive): Not that interactive can be put in a symbol
1273         property.
1274         (Interactive Call): Note that a symbol with a non-nil
1275         interactive-form property satisfies commandp.
1277 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
1279         * minibuf.texi (Intro to Minibuffers): Fix typos.
1281 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
1283         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1284         about minibuffers in old Emacs versions.  Copyedits.  Emphasize
1285         that enable-recursive-minibuffers defaults to nil.
1286         (Text from Minibuffer): Simplify introduction.
1288 2009-03-22  Alan Mackenzie  <acm@muc.de>
1290         * commands.texi (Using Interactive): Clarify string argument to
1291         `interactive' - even promptless elements need \n separators.
1293 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
1295         * minibuf.texi (Completion Styles): New node.
1297         * elisp.texi (Top): Update node listing.
1299 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
1301         * minibuf.texi (Basic Completion): Note that
1302         read-file-name-completion-ignore-case and
1303         read-buffer-completion-ignore-case can override
1304         completion-ignore-case.
1305         (Minibuffer Completion): Document completing-read changes.
1306         (Completion Commands): Avoid mentioning partial completion mode.
1307         Document minibuffer-completion-confirm changes, and
1308         minibuffer-confirm-exit-commands.
1309         (High-Level Completion): Document new require-match behavior for
1310         read-buffer.  Document read-buffer-completion-ignore-case.
1311         (Reading File Names): Document new require-match behavior for
1312         read-file-name.
1314 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
1316         * debugging.texi (Error Debugging): Don't mislead the reader into
1317         thinking that debug-on-error enters debugger for C-f at EOB.
1318         (Error Debugging): Setting debug-on-init within the init file
1319         works, and has for some time.
1321 2009-03-13  Kenichi Handa  <handa@m17n.org>
1323         * display.texi (Fontsets): Update the description.
1325 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
1327         * advice.texi (Advising Primitives): Link to What Is a Function.
1329 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
1331         * compile.texi (Speed of Byte-Code): Update example.
1332         (Disassembly): Update examples.
1334         * loading.texi (Repeated Loading): Simplify examples.
1336         * customize.texi (Common Keywords): It's not necessary to use :tag
1337         to remove hyphens, as custom-unlispify-tag-name does it
1338         automatically.
1339         (Variable Definitions): Link to File Local Variables.  Document
1340         customized-value symbol property.
1341         (Customization Types): Move menu to end of node.
1343 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
1345         * macros.texi (Compiling Macros): Omit misleading sentence, which
1346         implied that macros can only be used in the same file they are
1347         defined.
1348         (Backquote): Remove obsolete information about Emacs 19.
1350 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
1352         * display.texi (Display Margins): Fix paren typo.
1354 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1356         * elisp.texi (Top): Update node listing.
1358         * variables.texi (Variables): Clarify introduction.
1359         (Global Variables): Mention that setq is a special form.
1360         (Local Variables): Use active voice.
1361         (Tips for Defining): Mention marking variables as safe.
1362         (Buffer-Local Variables): Mention terminal-local and frame-local
1363         variables together.
1364         (File Local Variables): Copyedits.
1365         (Frame-Local Variables): Note that they are not really useful.
1366         (Future Local Variables): Node deleted.
1368         * objects.texi (General Escape Syntax): Update explanation of
1369         unicode escape syntax.
1371 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1373         * control.texi (Control Structures): Add cindex entry for "textual
1374         order".
1376         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
1377         instead of "expression" throughout.
1378         (Function Indirection): Copyedits.  Use active voice.
1379         (Eval): The default value of max-lisp-eval-depth is now 400.
1381 2009-02-23  Miles Bader  <miles@gnu.org>
1383         * processes.texi (System Processes): Rename `system-process-attributes'
1384         to `process-attributes'.
1386 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1388         * symbols.texi (Property Lists): Emphasize that property lists are
1389         not restricted to symbol cells.
1390         (Other Plists): Copyedit.
1392         * sequences.texi (Sequences Arrays Vectors): Make introduction
1393         more concise.
1394         (Arrays): Mention char-tables and bool-vectors too.
1395         (Vectors): Don't repeat information given in Arrays node.  Link to
1396         nodes that explain the vector usage examples.
1397         (Char-Tables): Note that char-table elements can have arbitrary
1398         type.  Explain effect of omitted char-table-extra-slots property.
1399         Link to Property Lists node.
1401 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
1403         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1404         `append'.
1405         (List Elements): Copyedits.
1407         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1408         of `vconcat'.
1410         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
1411         Emacs 20 usage of `concat'.
1412         (Case Conversion): Copyedits.
1414 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1416         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1417         Minor edits.
1418         (Frame Configuration Type): Emphasize that it is not primitive.
1419         (Font Type): New node.
1420         (Type Predicates): Add fontp; type-of now recognizes font object
1421         types.
1423         * intro.texi (Version Info): Update version numbers in examples.
1424         (Acknowledgements): List more contributors.
1426         * elisp.texi: Bump version number to 3.0.
1427         (Top): Link to Font Type node.
1429 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
1431         * modes.texi (Major Mode Conventions): Remove duplicate words.
1432         (Customizing Keywords): Fix typo.
1434 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1436         * nonascii.texi (User-Chosen Coding Systems): Document that
1437         select-safe-coding-system suggests raw-text if there are raw bytes
1438         in the region.
1439         (Explicit Encoding): Warn not to use `undecided' when encoding.
1441 2009-02-11  Glenn Morris  <rgm@gnu.org>
1443         * frames.texi (Visibility of Frames): Mention the effect multiple
1444         workspaces/desktops can have on visibility.
1446 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1448         * text.texi (Commands for Insertion):
1449         * commands.texi (Event Mod):
1450         * keymaps.texi (Searching Keymaps):
1451         * nonascii.texi (Translation of Characters): Reinstate
1452         documentation of translation-table-for-input.
1453         (Explicit Encoding): Document the `charset' text property produced
1454         by decode-coding-region and decode-coding-string.
1456 2009-01-27  Alan Mackenzie  <acm@muc.de>
1458         * modes.texi (Search-based Fontification): Correct a typo.
1460 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
1462         * abbrevs.texi (Abbrev Table Properties): Fix typo.
1463         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
1465 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1467         * display.texi (Window Systems): Document the value of
1468         `initial-window-system' under --daemon.
1470         * os.texi (System Environment): Remove description of the
1471         `environment' function which has been deleted.
1473 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
1475         * frames.texi (Multiple Displays): Remove documentation for
1476         removed function make-frame-on-tty.
1478 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
1480         * files.texi (Format Conversion Piecemeal): Clarify behavior of
1481         write-region-annotate-functions.  Document
1482         write-region-post-annotation-function.
1484 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
1486         * display.texi (Font Lookup): Document WIDTH argument of
1487         x-list-fonts.
1489 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
1491         * maps.texi (Standard Keymaps): Rename function-key-map to
1492         local-function-key-map.
1494         * keymaps.texi (Translation Keymaps): Rename function-key-map to
1495         local-function-key-map.
1497         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1498         and `set-keyboard-coding-system' now accept an optional terminal
1499         argument.
1501         * commands.texi (Event Mod): `keyboard-translate-table' is now
1502         terminal-local.
1503         (Function Keys): Rename function-key-map to
1504         local-function-key-map.
1506         * elisp.texi (Top): Make @detailmenu be consistent with changes in
1507         frames.texi.
1509         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
1510         `delete-terminal-functions', `suspend-tty-functions' and
1511         `resume-tty-functions'.
1513         * frames.texi (Frames): Document `frame-terminal' and
1514         `terminal-live-p'.
1515         (Multiple Displays): Document `make-frame-on-tty'.
1516         (Multiple Terminals): Document `terminal-list', `delete-terminal',
1517         `terminal-name', and `get-device-terminal'.
1518         (Terminal Parameters): Document `terminal-parameters',
1519         `terminal-parameter', and `set-terminal-parameter'.
1521         * os.texi (System Environment): Document `environment' and
1522         `initial-environment'.
1523         (Suspending Emacs): Update for multi-tty; document
1524         `suspend-tty', `resume-tty', and `controlling-tty-p'.
1526         * nonascii.texi (Coding System Basics): More accurate description
1527         of `raw-text'.
1529 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
1531         * display.texi (Low-Level Font): Fix typo.
1533 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
1535         * elisp.texi (Top): Update node listing.
1537         * display.texi (PostScript Images): Node deleted.
1539 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
1541         * processes.texi (Decoding Output): Document that null bytes force
1542         no-conversion for reading process output.
1544         * files.texi (Reading from Files): Document that null bytes force
1545         no-conversion when visiting files.
1547         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
1549         * nonascii.texi (Lisp and Coding Systems): Document
1550         inhibit-null-byte-detection and inhibit-iso-escape-detection.
1551         (Character Properties): Improve wording.
1553 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
1555         * display.texi (Font Lookup): Remove obsolete function
1556         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
1557         (Low-Level Font): Rename from Fonts, move to end of Faces section.
1558         (Font Selection): Reorder order of variable descriptions.  Minor
1559         clarifications.
1561         * elisp.texi (Top): Update node listing.
1563 2009-01-09  Glenn Morris  <rgm@gnu.org>
1565         * commands.texi (Command Loop Info): Say that last-command-char and
1566         last-input-char are obsolete aliases.
1568         * edebug.texi (Edebug Recursive Edit): Remove separate references to
1569         last-input-char and last-command-char, since they are just aliases for
1570         last-input-event and last-command-event.
1572         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1573         last-command-char.
1575 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1577         * elisp.texi: Update node listing.
1579         * display.texi (Faces): Put Font Selection node after Auto Faces.
1580         (Face Attributes): Don't link to Font Lookup.  Document
1581         font-family-list.
1582         (Fonts): New node.
1584 2009-01-08  Jason Rumney  <jasonr@gnu.org>
1586         * frames.texi (Pointer Shape): Clarify that only X supports
1587         changing the standard pointer shapes.  (Bug#1485)
1589 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1591         * display.texi (Attribute Functions): Note that a function value
1592         :height is relative, and that compatibility functions work by
1593         calling set-face-attribute.
1594         (Displaying Faces): Reorder list in order of increasing priority.
1595         (Face Remapping): New node.  Content moved here from Displaying
1596         Faces.
1597         (Glyphs): Link to Face Functions.
1599 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1601         * display.texi (Faces): Don't discuss face id here.  facep does
1602         not return t.
1603         (Defining Faces): Minor clarification.
1604         (Face Attributes): Rearrange items to match docstring of
1605         set-face-attribute.  Add :foundry attribute.  Document new role of
1606         :font attribute.  Texinfo usage fix.
1607         (Attribute Functions): Copyedits.
1608         (Face Functions): Note that face number is seldom used.
1610 2009-01-05  Richard M Stallman  <rms@gnu.org>
1612         * strings.texi (Predicates for Strings): Minor clarification.
1614         * functions.texi (Function Safety): Texinfo usage fix.
1616 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
1618         * objects.texi (General Escape Syntax): Fix typo.
1620 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
1622         * windows.texi (Choosing Window): Say that pop-up-frame-alist
1623         works via the default value of pop-up-frame-function.
1625 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
1627         * processes.texi (System Processes): Document the `time' and
1628         `ctime' attributes of `system-process-attributes'.
1630 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
1632         * display.texi (Face Attributes): Clarify :height attribute.
1634 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
1636         * buffers.texi (The Buffer List): Clarify what moves a buffer to
1637         the front of the buffer list.  Add entries for `last-buffer' and
1638         `unbury-buffer'.
1640 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
1642         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1643         and its subsections.
1645         * frames.texi (Multiple Terminals, Low-level Terminal)
1646         (Terminal Parameters, Frames on Other TTY devices): New sections.
1647         (Frames): Add an xref to "Multiple Terminals".
1649         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1651         * objects.texi (Terminal Type): New node.
1652         (Editing Types): Add it to the menu.
1654         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1655         Variables".
1657         * variables.texi (Directory Local Variables): New node.
1658         (Variables): Add a menu item for it.
1660         * loading.texi (Autoload): Document `generate-autoload-cookie' and
1661         `generated-autoload-file'.
1663 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
1665         * os.texi (Startup Summary): Add xref to documentation of
1666         `initial-window-system'.
1668         * display.texi (Window Systems): Document `window-system' the
1669         function.  The variable `window-system' is now frame-local.
1670         Document `initial-window-system'.
1672 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
1674         * windows.texi (Windows): Rewrite description of
1675         fit-window-to-buffer.
1677 2008-12-13  Glenn Morris  <rgm@gnu.org>
1679         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
1680         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1682 2008-12-12  Glenn Morris  <rgm@gnu.org>
1684         * debugging.texi (Error Debugging): Refer forwards to
1685         eval-expression-debug-on-error.
1687 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
1689         * strings.texi (String Basics): Only unibyte strings that
1690         represent key sequences hold 8-bit raw bytes.
1692         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1693         paragraph to speak about `undecided'.
1694         (Character Properties): Don't explain the meaning of each
1695         property; instead, identify their Unicode Standard names.
1696         (Character Sets): Document `map-charset-chars'.
1698 2008-12-02  Glenn Morris  <rgm@gnu.org>
1700         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1701         section yet again.
1703 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1705         * nonascii.texi (Character Properties): New Section.
1706         (Specifying Coding Systems): Document
1707         `coding-system-priority-list', `set-coding-system-priority', and
1708         `with-coding-priority'.
1709         (Lisp and Coding Systems): Document `check-coding-systems-region'
1710         and `coding-system-charset-list'.
1711         (Coding System Basics): Document `coding-system-aliases'.
1713         * elisp.texi (Top): Add a @detailmenu entry for "Character
1714         Properties".
1716         * objects.texi (Character Type): Correct the range of Emacs
1717         characters.  Add an @xref to "Character Codes".
1719         * strings.texi (String Basics): Add an @xref to "Character Codes".
1721         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1723         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1724         (Character Codes): Document `max-char'.
1726 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
1728         * nonascii.texi (Text Representations, Converting Representations)
1729         (Character Sets, Scanning Charsets, Translation of Characters):
1730         Make text more accurate.
1732 2008-11-28  Glenn Morris  <rgm@gnu.org>
1734         * files.texi (Format Conversion Round-Trip): Improve previous change.
1736 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
1738         * modes.texi (Auto Major Mode): Fix example.
1740 2008-11-25  Glenn Morris  <rgm@gnu.org>
1742         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1744         * files.texi (Format Conversion Round-Trip):
1745         Use active voice for previous change.
1747 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1749         * os.texi (Processor Run Time):
1750         * processes.texi (Transaction Queues):
1751         * markers.texi (The Mark):
1752         * windows.texi (Choosing Window, Selecting Windows):
1753         * files.texi (Changing Files, Magic File Names):
1754         * commands.texi (Key Sequence Input):
1755         * functions.texi (Declaring Functions):
1756         * strings.texi (Predicates for Strings):
1757         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1759 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1761         * help.texi (Accessing Documentation): Update example.
1763         * variables.texi (Defining Variables): Note that `*' is not
1764         necessary if defcustom is used.
1766 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1768         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1769         Characters" from @detailmenu.
1771         * nonascii.texi (Character Codes, Character Sets)
1772         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1773         (Chars and Bytes, Splitting Characters): Sections removed.
1775 2008-11-22  Lute Kamstra  <lute@gnu.org>
1777         * positions.texi (Text Lines): Update goto-line documentation.
1779 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
1781         * frames.texi (Frames): Fix typo, add cross references, reword.
1782         (Initial Parameters): Reword special-display-frame-alist text.
1783         (Frames and Windows): Reword.  Describe argument norecord for
1784         set-frame-selected-window.
1785         (Input Focus): Describe argument norecord for select-frame.
1786         Remove comment on MS-Windows behavior for focus-follows-mouse.
1787         (Raising and Lowering): Mention windows-frames dichotomy in
1788         metaphor.
1790         * windows.texi (Displaying Buffers, Vertical Scrolling)
1791         (Horizontal Scrolling): Fix indenting and rewording issues
1792         introduced with 2008-11-07 change.
1794 2008-11-20  Glenn Morris  <rgm@gnu.org>
1796         * files.texi (Format Conversion Round-Trip): Mention `preserve'
1797         element of `format-alist'.
1799 2008-11-19  Glenn Morris  <rgm@gnu.org>
1801         * doclicense.texi: Update to FDL 1.3.
1802         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1804 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
1806         * windows.texi (Window Hooks): Remove *-end-trigger-functions
1807         vars, which are obsolete.  Mention jit-lock-register.
1809         * modes.texi (Other Font Lock Variables): Document
1810         jit-lock-register and jit-lock-unregister.
1812         * frames.texi (Color Parameters): Document alpha parameter.
1814 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
1816         * windows.texi (Splitting Windows, Deleting Windows)
1817         (Selecting Windows, Cyclic Window Ordering)
1818         (Buffers and Windows, Displaying Buffers, Choosing Window)
1819         (Dedicated Windows, Window Point, Window Start and End)
1820         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1821         (Size of Window, Resizing Windows, Window Configurations)
1822         (Window Parameters): Avoid @var at beginning of sentences and
1823         reword accordingly.
1825 2008-11-11  Lute Kamstra  <lute@gnu.org>
1827         * files.texi (File Name Components): Fix file-name-extension
1828         documentation.
1830 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1832         * frames.texi (Basic Parameters): Remove display-environment-variable
1833         and term-environment-variable.
1835 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1837         * windows.texi (Basic Windows, Splitting Windows)
1838         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1839         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
1840         (Resizing Windows, Window Configurations, Window Parameters):
1841         Fix wording and markup.
1843 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
1845         * windows.texi (Windows): Update entries.
1846         (Basic Windows): Remove listing of attributes.  Reword.
1847         (Splitting Windows, Deleting Windows): Reword.
1848         (Selecting Windows, Cyclic Window Ordering): Reword with special
1849         emphasis on order of recently selected windows and buffer list.
1850         (Buffers and Windows, Choosing Window): Reword with special
1851         emphasis on dedicated windows.
1852         (Displaying Buffers): Reword.  For switch-to-buffer mention that
1853         it may fall back on pop-to-buffer.  For other-window try to
1854         explain how it treats the cyclic ordering of windows.
1855         (Dedicated Windows): New node and section discussing dedicated
1856         windows and associated functions.
1857         (Window Point): Add entry for window-point-insertion-type.  Reword.
1858         (Window Start and End): Rename node and section title.  Reword.
1859         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1860         Minor rewording.
1861         (Size of Window): Reword, in particular text on window-width.
1862         (Resizing Windows): Reword.  Add text on balancing windows.
1863         (Window Configurations): Reword.  Mention window parameters.
1864         (Window Parameters): New node and section on window parameters.
1865         (Window Hooks): Reword.  Mention that
1866         window-configuration-change-hook is run "buffer-locally".
1867         * elisp.texi (Top): Update Windows entries in @detailmenu
1868         section.
1870 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1872         * searching.texi (Regexp Search): Fix typo.
1874 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1876         * searching.texi (Regexp Search): Document GREEDY arg.
1877         (Simple Match Data): Fix return value.
1879 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
1881         * nonascii.texi (Text Representations): Rewrite to make consistent
1882         with Emacs 23 internal representation of characters.  Document
1883         `unibyte-string'.
1885 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
1887         * processes.texi (Process Information): Note that process-status
1888         does not accept buffer names.
1890 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1892         * positions.texi (Skipping Characters): Correct return value of
1893         skip-chars-forward.
1895 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1897         * windows.texi (Deleting Windows): Update documentation of
1898         delete-windows-on.
1899         (Buffers and Windows): Update documentations of
1900         get-buffer-window and get-buffer-window-list.
1901         (Displaying Buffers): Update documentation of
1902         replace-buffer-in-windows.
1904         * buffers.texi (Current Buffer): Reword set-buffer and
1905         with-current-buffer documentations.
1906         (Creating Buffers): Reword documentation of get-buffer-create.
1908 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
1910         * buffers.texi (Current Buffer): Reword documentation of
1911         set-buffer.
1912         (Buffer Names): Reword documentation of buffer-name.
1913         (The Buffer List): For bury-buffer explain what happens with the
1914         buffer's window.
1915         (Creating Buffers): Say that get-buffer-create's arg is called
1916         buffer-or-name.
1918 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1920         * advice.texi (Computed Advice): Explain what DEFINITION is.
1922         * nonascii.texi (Character Codes): Remove obsolete function
1923         char-valid-p, and document characterp instead.
1925 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
1927         * windows.texi (Displaying Buffers): Reword documentation of
1928         pop-to-buffer.
1929         (Choosing Window): Rewrite documentation of display-buffer and
1930         its options.
1932         * buffers.texi (Killing Buffers): Update documentation of
1933         kill-buffer.
1935 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
1937         * processes.texi (Serial Ports): Fix wording and improve markup.
1939         * searching.texi (Regexp Search): Document `string-match-p' and
1940         `looking-at-p'.
1941         (POSIX Regexps): Add an xref for "non-greedy".
1942         (Regexp Special): Add @cindex entry for "non-greedy".
1944         * display.texi (Attribute Functions): Document `face-all-attributes'.
1945         (Image Cache) <image-refresh>: Minor wording fixes.
1947         * frames.texi (Color Names): Add an xref to `read-color'.
1949         * minibuf.texi (High-Level Completion): Document `read-color'.
1951         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1953         * positions.texi (Narrowing): Add an xref to "Swapping Text".
1955         * buffers.texi (Swapping Text): New section, documents
1956         `buffer-swap-text'.
1958 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
1960         * windows.texi (Resizing Windows): Minor wording fix.
1962 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1964         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1965         and `combine-and-quote-strings'.
1967         * strings.texi (Creating Strings): Add xrefs for them.
1969 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1971         * elisp.texi (Top): Make descriptive text for "Reading File Names"
1972         match the corresponding menu in minibuf.texi.
1974         * minibuf.texi (Reading File Names): Document `read-shell-command'
1975         and `minibuffer-local-shell-command-map'.
1977 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1979         * windows.texi (Resizing Windows): Remove var{} around "window" in
1980         documentation of enlarge-window.
1981         Rewrite documentation of window-min-height and window-min-width.
1983 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1985         * functions.texi (Calling Functions): Document `apply-partially'.
1987         * hooks.texi (Standard Hooks): Mention
1988         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1990         * variables.texi (File Local Variables): Document
1991         `file-local-variables-alist', `before-hack-local-variables-hook'
1992         and `hack-local-variables-hook'.
1994         * processes.texi (Synchronous Processes): Document `process-lines'.
1996         * customize.texi (Variable Definitions): Document
1997         `custom-reevaluate-setting'.
1999 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
2001         * windows.texi (Choosing Window, Deleting Windows)
2002         (Displaying Buffers): Expand documentation of dedicated windows.
2004 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2006         * files.texi (Changing Files): Document symbolic input of file
2007         modes to `set-file-modes'.  Document `read-file-modes' and
2008         `file-modes-symbolic-to-number'.
2010         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2011         and `search-map'.
2013         * searching.texi (Search and Replace): Document
2014         `replace-search-function' and `replace-re-search-function'.
2015         Document `multi-query-replace-map'.
2017         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2018         (Completion Commands, Reading File Names): Rename
2019         `minibuffer-local-must-match-filename-map' to
2020         `minibuffer-local-filename-must-match-map'.
2021         (Minibuffer Completion): The `require-match' argument to
2022         `completing-read' can now have the value `confirm-only'.
2024         * windows.texi (Displaying Buffers): Minor wording fix.
2025         (Choosing Window): `split-height-threshold' can now be nil.
2026         Document `split-width-threshold'.  `pop-up-frames' can have the
2027         value `graphic-only'.
2029 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
2031         * os.texi (Startup Summary): Document `before-init-time' and
2032         `after-init-time'.  Document `initial-window-system' and
2033         `window-system-initialization-alist'.  Document reading the
2034         abbrevs file.  Document the call to `server-start' under --daemon.
2035         Rearrange a bit to be consistent with the code flow.
2036         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2037         (Time Parsing): Document `format-seconds'.
2039 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
2041         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2042         and reword.
2044 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
2046         * markers.texi (The Mark): Document use-region-p.
2048 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
2050         * internals.texi (Writing Emacs Primitives): The interactive spec
2051         of a primitive can be a Lisp form.
2053         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2054         values of transient-mark-mode.  Document handle-shift-selection.
2056         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2057         (Interactive Examples): Show an example of `^'.
2058         (Key Sequence Input): Document this-command-keys-shift-translated.
2059         (Defining Commands, Using Interactive): The interactive-form of a
2060         function can be added via its symbol's property.
2062         * positions.texi (List Motion): beginning-of-defun-function can
2063         now accept an argument.
2065         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2066         now return a list of strings.
2068         * control.texi (Handling Errors): Document ignore-errors.
2070         * frames.texi (Creating Frames): Document frame-inherited-parameters.
2071         (Parameter Access): Document set-frame-parameter.
2073         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2074         Hooks" for the effect of kill-all-local-variables on local hook
2075         functions.
2077         * modes.texi (Major Mode Conventions, Mode Line Variables):
2078         `mode-name' need not be a string.  xref to "Mode Line Data" for
2079         details, and to "Emulating Mode Line" for computing a string
2080         value.
2082 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
2084         * processes.texi (System Processes): New section.
2085         (Processes, Signals to Processes): Add xrefs to it.
2087         * objects.texi (Editing Types): A `process' is a subprocess of
2088         Emacs, not just any process running on the OS.
2090         * elisp.texi (Top): Adjust the @detailmenu for the above two
2091         changes.
2093         * sequences.texi (Char-Tables): Remove documentation of
2094         set-char-table-default, which has no effect since Emacs 23.
2095         <char-table-range, set-char-table-range>: Don't mention generic
2096         characters and charsets.  Add a cons cell as a possible argument.
2098         * nonascii.texi (Splitting Characters)
2099         (Translation of Characters): Don't mention generic characters.
2101         * display.texi (Fontsets): Don't mention generic characters.
2103         * sequences.texi (Char-Tables): `map-char-table' can now call its
2104         argument FUNCTION with a cons cell as KEY.
2106 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
2108         * objects.texi (Primitive Function Type): Move "@cindex special
2109         forms" from here...
2111         * eval.texi (Special Forms): ...to here.
2113         * functions.texi (What Is a Function): `functionp' returns nil for
2114         special forms.  Add an xref.
2116         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2117         Variables".
2119         * variables.texi (Frame-Local Variables): New section.
2120         (Buffer-Local Variables): Add an xref to it.
2121         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2122         have both frame-local and buffer-local binding.
2124         * frames.texi (Frames): Mention multiple tty frames.
2125         (Frame Parameters, Parameter Access): Mention frame-local variable
2126         bindings.
2128 2008-09-20  Glenn Morris  <rgm@gnu.org>
2130         * display.texi (Defining Faces): Recommend against face variables.
2132 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
2134         * display.texi (Echo Area Customization): Fix typo.
2136 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2138         * loading.texi (Where Defined): Add `defface' item.
2140 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2142         * loading.texi (Where Defined): Fix description of symbol-file.
2144 2008-08-26  Jason Rumney  <jasonr@gnu.org>
2146         * display.texi (TIFF Images): New section describing :index property.
2148 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2150         * display.texi (Temporary Displays): Remove unnecessary comment
2151         about usage of temp-buffer-show-hook.
2153 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
2155         * symbols.texi (Other Plists): Fix incorrect example.
2156         Suggested by Florian Beck.
2158 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
2160         * os.texi: Fix previous change.
2162 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2164         * os.texi:
2165         * intro.texi:
2166         * files.texi: Remove VMS support.
2168 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2170         * os.texi:
2171         * frames.texi:
2172         * display.texi: Remove mentions of Mac Carbon.
2174 2008-07-01  Miles Bader  <miles@gnu.org>
2176         * text.texi (Special Properties):
2177         * display.texi (Truncation): Add wrap-prefix and line-prefix.
2179 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
2181         * display.texi (Other Image Types): Fix copy/paste error; say
2182         "PBM", not "XBM".
2184 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
2186         * os.texi: Remove references to obsolete systems.
2188 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
2190         * makefile.w32-in (distclean): Remove makefile.
2192 2008-06-17  Glenn Morris  <rgm@gnu.org>
2194         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2195         (elisp, dist): Remove rules and variables that are obsolete now
2196         the lisp manual is no longer distributed separately.
2198 2008-06-16  Glenn Morris  <rgm@gnu.org>
2200         * configure, configure.in, mkinstalldirs: Remove unused files.
2202         * book-spine.texinfo: Set version to 23.0.60.
2203         * vol1.texi (EMACSVER):
2204         * vol2.texi (EMACSVER): Set to 23.0.60.
2206         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2207         as per maintain.info.
2209 2008-06-15  Glenn Morris  <rgm@gnu.org>
2211         * makefile.w32-in (manual): Use "23" rather than "21".
2213         * Makefile.in (emacsver): New, set by configure.
2214         (manual): Use emacsver.
2216         * intro.texi: Report bugs using M-x report-emacs-bug.
2218         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2220 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2222         * elisp.texi, internals.texi, processes.texi: Add documentation
2223         about serial port access.
2225 2008-06-05  Miles Bader  <miles@gnu.org>
2227         * display.texi (Displaying Faces): Update to reflect function
2228         renamings in face-remap.el.
2230 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
2232         * display.texi (Fontsets): Fix typos.
2234 2008-06-03  Miles Bader  <miles@gnu.org>
2236         * display.texi (Displaying Faces): Add add-relative-face-remapping,
2237         remove-relative-face-remapping, set-base-face-remapping,
2238         and set-default-base-face-remapping.
2240 2008-06-01  Miles Bader  <miles@gnu.org>
2242         * display.texi (Displaying Faces): Add face-remapping-alist.
2244 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2247         variable names.
2249 2008-05-03  Eric S. Raymond  <esr@golux>
2251         * keymaps.texi: Clarify that (current-local-map) and
2252         (current-global-map) return references, not copies.
2254 2008-05-02  Juri Linkov  <juri@jurta.org>
2256         * minibuf.texi (Text from Minibuffer): Document a list of
2257         default values for `read-from-minibuffer'.
2259 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
2261         * nonascii.texi (Translation of Characters): Fix previous change.
2263 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
2265         * display.texi (Overlay Properties): Clarify role of underlying
2266         textprop and overlay keymaps for display strings.
2268         * keymaps.texi (Active Keymaps): Ditto.
2270 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2272         * minibuf.texi (Programmed Completion):
2273         Replace dynamic-completion-table with the new completion-table-dynamic.
2275 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
2277         * intro.texi (Some Terms): Change "fonts in this manual" index
2278         entry to "typographic conventions".
2280 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2282         * objects.texi (Text Props and Strings): Add indexing for read
2283         syntax of text properties.
2285 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * processes.texi (Decoding Output): Remove process-filter-multibyte
2288         functions.
2290 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
2292         * display.texi (Finding Overlays): Say that empty overlays at
2293         the end of the buffer are reported too.
2295 2008-03-13  Glenn Morris  <rgm@gnu.org>
2297         * elisp.texi (EMACSVER): Set to 23.0.60.
2299 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
2301         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2303 2008-02-22  Glenn Morris  <rgm@gnu.org>
2305         * frames.texi (Position Parameters): Clarify the description of
2306         `left' and `top', using information from "Geometry".
2307         (Geometry): Give a pointer to "Position Parameters", rather than
2308         repeating information.
2310 2008-02-11  Glenn Morris  <rgm@gnu.org>
2312         * objects.texi (Equality Predicates): No longer talk about "two"
2313         functions.
2315 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2317         * objects.texi (Equality Predicates): Add defun for
2318         equal-including-properties.
2320 2008-02-10  Glenn Morris  <rgm@gnu.org>
2322         * objects.texi (Equality Predicates):
2323         Mention equal-including-properties.
2325 2008-02-07  Richard Stallman  <rms@gnu.org>
2327         * windows.texi (Window Start): Mention the feature of moving
2328         window-start to start of line.
2330 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
2332         * keymaps.texi (Tool Bar): Document rtl property.
2334 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2336         * display.texi (Button Types):
2337         For define-button-type, clarify type of NAME.
2339 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
2341         * buffers.texi (Buffer Modification): Fix typo.
2343 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2345         * os.texi (System Environment): Remove references to OSes that are
2346         not supported anymore.
2348 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2350         * os.texi (System Environment): Remove mention for Masscomp.
2352 2008-01-04  Richard Stallman  <rms@gnu.org>
2354         * display.texi (Faces): Don't talk about internal face vector as arg
2355         to facep.
2357         * customize.texi (Type Keywords): Fix previous change.
2359         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2360         * elisp.texi (Top): Fix menu for commands.texi change.
2362 2007-12-30  Richard Stallman  <rms@gnu.org>
2364         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
2365         (Accessing Scroll): New node broken out of Accessing Mouse.
2367 2007-12-28  Richard Stallman  <rms@gnu.org>
2369         * frames.texi (Size Parameters): Fix typo.
2370         (Basic Parameters): For `title', refer to title bar.
2371         (Size and Position): Explain meaning of frame pixel width and height.
2373 2007-12-23  Richard Stallman  <rms@gnu.org>
2375         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2376         Improve some of the commented-out keywords' text too.
2378 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
2380         * nonascii.texi (Encoding and I/O): Reword to avoid saying
2381         "visit the current buffer".
2383         * os.texi (System Interface): Fix typo.
2385 2007-12-04  Richard Stallman  <rms@gnu.org>
2387         * objects.texi (Symbol Type): Fix typo.
2389 2007-12-03  Richard Stallman  <rms@gnu.org>
2391         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2393 2007-12-01  Glenn Morris  <rgm@gnu.org>
2395         * functions.texi (Declaring Functions): Improve previous change.
2397 2007-11-30  Glenn Morris  <rgm@gnu.org>
2399         * functions.texi (Declaring Functions): Add optional fourth
2400         argument of declare-function, and setting third argument to `t'.
2402 2007-11-29  Richard Stallman  <rms@gnu.org>
2404         * customize.texi (Composite Types): Document `group' type.
2406 2007-11-29  Glenn Morris  <rgm@gnu.org>
2408         * functions.texi (Declaring Functions): Add findex.  Mention
2409         `external' files.
2411 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2413         * functions.texi (Declaring Functions): Fix directive.
2415 2007-11-25  Richard Stallman  <rms@gnu.org>
2417         * help.texi (Help Functions): Clean up last change.
2419         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2421         * loading.texi (Named Features): Minor cleanup.
2423         * macros.texi (Eval During Expansion): Minor cleanup.
2425         * variables.texi (Variable Aliases): Minor cleanup.
2427 2007-11-24  Richard Stallman  <rms@gnu.org>
2429         * functions.texi (Declaring Functions): Clarify previous change.
2431         * compile.texi (Compiler Errors): Clarify previous change.
2433 2007-11-24  Richard Stallman  <rms@gnu.org>
2435         * display.texi (Refresh Screen, Forcing Redisplay):
2436         Clarify the text and move items around.
2438 2007-11-24  Glenn Morris  <rgm@gnu.org>
2440         * functions.texi (Declaring Functions): New section.
2441         * compile.texi (Compiler Errors): Mention declaring functions,
2442         defvar with no initvalue, and byte-compile-warnings.
2444 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
2446         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2447         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2449 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
2451         * help.texi (Help Functions): Document new macro `with-help-window'.
2453 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2455         * searching.texi (Replacing Match): Describe new
2456         `match-substitute-replacement'.
2458 2007-10-31  Richard Stallman  <rms@gnu.org>
2460         * strings.texi (Creating Strings): Null strings from concat not unique.
2462 2007-10-26  Richard Stallman  <rms@gnu.org>
2464         * objects.texi (Equality Predicates): Null strings are uniquified.
2466         * minibuf.texi: Minor clarifications in previous change.
2468 2007-10-25  Glenn Morris  <rgm@gnu.org>
2470         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2472 2007-10-24  Richard Stallman  <rms@gnu.org>
2474         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2476         * variables.texi (Frame-Local Variables): Node deleted.
2477         (Variables): Delete Frame-Local Variables from menu.
2478         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2479         (Default Value): Don't mention frame-local vars.
2481         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2483         * loading.texi (Unloading): Document FEATURE-unload-function
2484         instead of FEATURE-unload-hook.
2486         * frames.texi (Multiple Displays): Don't mention frame-local vars.
2488 2007-10-22  Juri Linkov  <juri@jurta.org>
2490         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2491         (High-Level Completion): Document a list of default value strings
2492         in the DEFAULT argument, for which minibuffer functions return the
2493         first element.
2495 2007-10-17  Juri Linkov  <juri@jurta.org>
2497         * text.texi (Filling): Update arguments of fill-paragraph.
2498         fill-paragraph operates on the active region in Transient Mark mode.
2499         Remove fill-paragraph-or-region.
2501 2007-10-13  Karl Berry  <karl@gnu.org>
2503         * elisp.texi (@dircategory): Move to after @copying,
2504         since we want @copying as close as possible to the beginning of
2505         the output.
2507 2007-10-12  Richard Stallman  <rms@gnu.org>
2509         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2511         * commands.texi (Distinguish Interactive): New node,
2512         broken out from Interactive Call and rewritten.
2513         (Command Loop): Put Distinguish Interactive in menu.
2515 2007-10-09  Richard Stallman  <rms@gnu.org>
2517         * text.texi (Examining Properties): Mention overlay priority.
2519         * display.texi (Display Margins): Correct the description
2520         of margin display specifications.
2521         (Replacing Specs): New subnode broken out of Display Property.
2523 2007-10-06  Juri Linkov  <juri@jurta.org>
2525         * text.texi (Filling): Document fill-paragraph-or-region.
2527 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2529         * display.texi (Auto Faces): Fix typo.
2531 2007-10-02  Richard Stallman  <rms@gnu.org>
2533         * display.texi (Display Property): Explain some display specs
2534         don't let you move point in.
2536         * frames.texi (Cursor Parameters): Describe
2537         cursor-in-non-selected-windows here.  Explain more values.
2539         * windows.texi (Basic Windows): Don't describe
2540         cursor-in-non-selected-windows here.
2542 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
2544         * processes.texi (Misc Network): Note that these functions are
2545         supported only on some systems.
2547 2007-10-01  Richard Stallman  <rms@gnu.org>
2549         * display.texi (Overlay Properties): Explain nil as priority.
2550         Explain that conflicts are unpredictable if not resolved by
2551         priorities.
2553 2007-09-23  Richard Stallman  <rms@gnu.org>
2555         * macros.texi (Backquote): Minor clarification.
2557 2007-09-19  Richard Stallman  <rms@gnu.org>
2559         * display.texi (Display Property): Explain multiple display specs.
2560         Clarify when they work in parallel and when one overrides.
2561         Fix error in example.
2563 2007-09-06  Glenn Morris  <rgm@gnu.org>
2565         Move from lispref/ to doc/lispref/.  Change all setfilename
2566         commands to use ../../info.
2567         * Makefile.in (infodir): Go up one more level.
2568         (usermanualdir): Change from ../man to ../emacs.
2569         (miscmanualdir): New.
2570         (dist): Use new variable miscmanualdir.
2571         * makefile.w32-in (infodir, texinputdir): Go up one more level.
2572         (usermanualdir): Change from ../man to ../emacs.
2574 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2576         * commands.texi (Command Loop Info): Advise against changing
2577         most variables described here.  Explain new variable
2578         last-repeatable-command.
2580 2007-08-29  Glenn Morris  <rgm@gnu.org>
2582         * elisp.texi (EMACSVER): Increase to 23.0.50.
2584 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2586         * frames.texi (Basic Parameters): Add display-environment-variable
2587         and term-environment-variable.
2589 2007-08-28  Juri Linkov  <juri@jurta.org>
2591         * display.texi (Image Formats, Other Image Types): Add SVG.
2593 2007-08-28  Juri Linkov  <juri@jurta.org>
2595         * display.texi (Images): Move formats-related text to new node
2596         "Image Formats".
2597         (Image Formats): New node.
2599 2007-08-27  Richard Stallman  <rms@gnu.org>
2601         * windows.texi (Window Configurations): Clarify what
2602         a window configuration saves.
2604 2007-08-25  Richard Stallman  <rms@gnu.org>
2606         * display.texi (Images): Delete redundant @findex.
2608 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * text.texi (Change Hooks): (after|before)-change-functions are no
2611         longer bound to nil while running; rather inhibit-modification-hooks
2612         is t.
2614 2007-08-16  Richard Stallman  <rms@gnu.org>
2616         * processes.texi (Asynchronous Processes): Clarify
2617         doc of start-file-process.
2619 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2621         * modes.texi (Example Major Modes): Fix typo.
2623 2007-08-08  Glenn Morris  <rgm@gnu.org>
2625         * intro.texi (nil and t): Do not use `iff' in documentation.
2627         * tips.texi (Documentation Tips): Recommend against `iff'.
2629 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2631         * display.texi (Image Cache): Document image-refresh.
2633 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
2635         * windows.texi (Size of Window): Document window-full-width-p.
2637 2007-07-25  Glenn Morris  <rgm@gnu.org>
2639         * gpl.texi (GPL): Replace license with GPLv3.
2641         * Relicense all FSF files to GPLv3 or later.
2643 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
2645         * processes.texi (Synchronous Processes):
2646         Add `process-file-shell-command'.
2647         (Asynchronous Processes): Mention restricted use of
2648         `process-filter' and `process-sentinel' in
2649         `start-file-process'.  Add `start-file-process-shell-command'.
2651 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
2653         * files.texi (Magic File Names): Introduce optional parameter
2654         IDENTIFICATION for `file-remote-p'.
2656 2007-07-16  Richard Stallman  <rms@gnu.org>
2658         * display.texi (Defining Faces): Fix previous change.
2660 2007-07-14  Richard Stallman  <rms@gnu.org>
2662         * control.texi (Handling Errors): Document `debug' in handler list.
2664 2007-07-10  Richard Stallman  <rms@gnu.org>
2666         * display.texi (Defining Faces): Explain C-M-x feature for defface.
2668 2007-07-09  Richard Stallman  <rms@gnu.org>
2670         * files.texi (Magic File Names): Rewrite previous change.
2672 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
2674         * files.texi (Magic File Names): Introduce optional parameter
2675         CONNECTED for `file-remote-p'.
2677 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2679         * processes.texi (Asynchronous Processes):
2680         * files.texi (Magic File Names): Add `start-file-process'.
2682 2007-06-27  Richard Stallman  <rms@gnu.org>
2684         * files.texi (Format Conversion Piecemeal): Clarify
2685         `after-insert-file-functions' calling convention.
2687 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
2689         * files.texi (Magic File Names): Remove `dired-call-process'.
2690         Add `process-file'.
2692 2007-06-27  Kenichi Handa  <handa@m17n.org>
2694         * text.texi (Special Properties): Fix description about
2695         `composition' property.
2697 2007-06-26  Kenichi Handa  <handa@m17n.org>
2699         * nonascii.texi (Default Coding Systems): Document about the
2700         return value `undecided'.
2702 2007-06-25  David Kastrup  <dak@gnu.org>
2704         * keymaps.texi (Active Keymaps): Document new POSITION argument of
2705         `current-active-maps'.
2707 2007-06-24  Karl Berry  <karl@gnu.org>
2709         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2711 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
2713         * display.texi (Overlay Arrow): Doc fix.
2715 2007-06-14  Karl Berry  <karl@tug.org>
2717         * anti.texi (Antinews): Typo.
2719 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2721         * display.texi (Image Cache): Document image-refresh.
2723 2007-06-12  Karl Berry  <karl@gnu.org>
2725         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2726         * two-volume.make: New file.
2727         * .cvsignore: Ignore two-volume files.
2729 2007-06-12  Tom Tromey  <tromey@redhat.com>
2731         * os.texi (Init File): Document user-emacs-directory.
2733 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
2735         * commands.texi (Click Events): Describe width and height when
2736         object is nil.
2738 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
2740         * commands.texi (Click Events): Layout more logically.  Describe
2741         width and height.
2742         (Drag Events, Motion Events): Update to new format for position.
2744 2007-06-02  Richard Stallman  <rms@gnu.org>
2746         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2748 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2750         * Version 22.1 released.
2752 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * text.texi (Special Properties): Correct meaning of fontified face.
2756 2007-05-30  Richard Stallman  <rms@gnu.org>
2758         * text.texi (Special Properties): Add link to Adjusting Point.
2760 2007-05-12  Richard Stallman  <rms@gnu.org>
2762         * text.texi (Margins): indent-to-left-margin is not the default.
2763         (Mode-Specific Indent): For indent-line-function, the default
2764         is indent-relative.
2766         * modes.texi (Example Major Modes): Explain last line of text-mode
2767         is redundant.
2769 2007-05-10  Richard Stallman  <rms@gnu.org>
2771         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2773         * help.texi (Keys in Documentation): Add reference to
2774         Documentation Tips.
2776         * files.texi (Format Conversion): TO-FN gets three arguments.
2778         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2780 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2782         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2783         * files.texi (Format Conversion): Expand intro; add menu.
2784         (Format Conversion Overview, Format Conversion Round-Trip)
2785         (Format Conversion Piecemeal): New nodes/subsections.
2786         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2787         * text.texi (Text Properties): Remove "Saving Properties" from menu.
2788         (Saving Properties): Delete node/subsection.
2790 2007-05-07  Karl Berry  <karl@gnu.org>
2792         * elisp.texi (EMACSVER): Back to 22.
2794 2007-05-06  Richard Stallman  <rms@gnu.org>
2796         * processes.texi (Accepting Output): Revert most of previous change.
2798 2007-05-05  Richard Stallman  <rms@gnu.org>
2800         * processes.texi (Accepting Output): accept-process-output
2801         uses microseconds, not milliseconds.  But that arg is obsolete.
2803 2007-05-04  Karl Berry  <karl@tug.org>
2805         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2807 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
2809         * tips.texi (Documentation Tips): Rearrange items to place the
2810         more important ones first.  Add an index entry for hyperlinks.
2812 2007-05-03  Karl Berry  <karl@gnu.org>
2814         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2815         (EMACSVER) [smallbook]: 22 for printed version.
2817         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2818         so restore anchor to normal position after defun.  Found by Kevin Ryde.
2820 2007-04-26  Glenn Morris  <rgm@gnu.org>
2822         * elisp.texi (EMACSVER): Increase to 22.1.50.
2824 2007-04-28  Karl Berry  <karl@gnu.org>
2826         * elisp.texi: Improve line breaks on copyright page,
2827         similar layout to emacs manual, 8.5x11 by default.
2829 2007-04-24  Richard Stallman  <rms@gnu.org>
2831         * text.texi (Special Properties): Add xref to Overlay Properties.
2833         * display.texi (Overlay Properties): Add xref to Special Properties.
2835 2007-04-22  Richard Stallman  <rms@gnu.org>
2837         * keymaps.texi (Extended Menu Items): Move the info about
2838         format with cached keyboard binding.
2840 2007-04-21  Richard Stallman  <rms@gnu.org>
2842         * text.texi (Special Properties): Clarify previous change.
2844         * files.texi (File Name Expansion): Clarify previous change.
2846         * display.texi (Attribute Functions): Fix example for
2847         face-attribute-relative-p.
2849 2007-04-19  Kenichi Handa  <handa@m17n.org>
2851         * text.texi (Special Properties): Document composition property.
2853 2007-04-19  Glenn Morris  <rgm@gnu.org>
2855         * files.texi (File Name Expansion): Mention "superroot".
2857 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2859         * frames.texi (Multiple Displays): Add note about "multi-monitor"
2860         setups.
2861         (Display Feature Testing): Note that display refers to all
2862         physical monitors for multi-monitor setups.
2864 2007-04-14  Richard Stallman  <rms@gnu.org>
2866         * lists.texi (Sets And Lists): Clarify `delete' examples.
2867         Remove spurious xref to same node.
2868         Clarify xref for add-to-list.
2870 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2872         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2873         value of lisp-mode-map.
2875 2007-04-11  Karl Berry  <karl@gnu.org>
2877         * anti.texi (Antinews):
2878         * display.texi (Overlay Properties, Defining Images):
2879         * processes.texi (Synchronous Processes, Sentinels):
2880         * syntax.texi (Syntax Table Internals):
2881         * searching.texi (Regexp Special):
2882         * nonascii.texi (Default Coding Systems):
2883         * text.texi (Special Properties):
2884         * minibuf.texi (Basic Completion): Wording to improve breaks in
2885         8.5x11 format.
2886         * elisp.texi (smallbook): New @set to more easily switch between
2887         smallbook and 8.5x11.
2889 2007-04-11  Richard Stallman  <rms@gnu.org>
2891         * text.texi (Lazy Properties): Minor fix.
2893 2007-04-08  Karl Berry  <karl@gnu.org>
2895         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2896         * macros.texi (Backquote): Downcase Backquote in index entries for
2897         consistency.
2899 2007-04-08  Richard Stallman  <rms@gnu.org>
2901         * text.texi (Adaptive Fill): Just describe default,
2902         don't show it (since it contains non-ASCII chars).
2904 2007-04-07  Karl Berry  <karl@gnu.org>
2906         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2907         adaptive-fill-regexp's value, since they are not in the standard
2908         TeX fonts.
2910 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
2912         * display.texi (Defining Faces): Fix example.
2914 2007-04-07  Karl Berry  <karl@gnu.org>
2916         * display.texi (Button Buffer Commands): Improve page break.
2918 2007-04-07  Richard Stallman  <rms@gnu.org>
2920         * advice.texi (Activation of Advice): Remove redundant index entry.
2922         * backups.texi: Improve index entries.  Remove redundant ones.
2924         * compile.texi (Byte Compilation): Improve index entry.
2926         * hash.texi (Creating Hash): Improve index entry.
2928         * symbols.texi (Definitions): Improve index entry.
2930         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
2932         * maps.texi (Standard Keymaps): Remove useless index entry.
2934         * help.texi (Documentation Basics): Remove redundant index entries.
2936         * customize.texi: Improve index entries.
2937         Remove redundant/useless ones.
2939         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2941         * streams.texi (Output Variables): Improve index entry.
2943         * abbrevs.texi (Abbrevs): Remove useless index entry.
2945         * macros.texi (Expansion): Remove useless index entry.
2947         * text.texi: Improve index entries.  Remove redundant/useless ones.
2948         (Text Properties, Examining Properties)
2949         (Special Properties): Use "property category" instead of "category"
2950         to refer to the `category' property.
2952         * positions.texi: Improve index entries.  Remove useless one.
2954         * lists.texi: Improve index entries.  Remove redundant/useless ones.
2956         * os.texi: Improve index entries.
2957         (Timers): Fix previous change.
2959         * buffers.texi: Improve index entries.
2960         (Modification Time): Get rid of term "obsolete buffer".
2962         * debugging.texi: Improve index entries.
2963         (Test Coverage): Add xref to other test coverage ftr.
2965         * eval.texi: Improve index entry.  Remove redundant ones.
2967         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
2969         * files.texi: Improve index entries.  Remove redundant/useless ones.
2971         * objects.texi: Improve index entries.
2973         * processes.texi: Improve index entries.
2975         * modes.texi: Improve index entry.  Remove redundant one.
2977         * nonascii.texi: Improve index entries.
2979         * internals.texi: Improve index entries.
2981         * syntax.texi: Improve index entries.
2983         * keymaps.texi (Active Keymaps): Improve index entries.
2985         * commands.texi: Improve index entries.  Remove redundant/useless ones.
2987         * frames.texi: Improve index entries.  Remove redundant/useless ones.
2989         * markers.texi: Improve index entries.  Remove redundant ones.
2991         * tips.texi: Improve index entries.
2993         * loading.texi (Unloading): Improve index entry.
2995         * variables.texi: Improve index entries.  Remove redundant one.
2997         * sequences.texi: Improve index entry.
2999         * display.texi: Improve index entries.  Remove redundant ones.
3001         * windows.texi: Improve index entries.
3003         * searching.texi: Improve index entries.  Remove redundant one.
3005         * strings.texi (Case Tables): Improve last change.
3007 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3009         * strings.texi (Case Tables): Document with-case-table and
3010         ascii-case-table.
3012 2007-04-03  Karl Berry  <karl@gnu.org>
3014         * processes.texi (Network): Reword to improve page break.
3016 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3018         * functions.texi (Inline Functions): Describe more disadvantages
3019         of defsubst, and make advice against it stronger.
3021 2007-04-02  Karl Berry  <karl@gnu.org>
3023         * backups.texi (Backup Names): Avoid widow words.
3024         * modes.texi (Example Major Modes): Align last comment.
3026 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3028         * keymaps.texi (Remapping Commands): Document new arg to
3029         command-remapping.
3031 2007-04-01  Karl Berry  <karl@gnu.org>
3033         * processes.texi (Low-Level Network): Typo.
3034         * loading.texi (Hooks for Loading): Avoid double "the".
3035         * keymaps.texi (Key Sequences): No double "and".
3036         (Changing Key Bindings): Shorten to improve line break.
3038 2007-03-31  Glenn Morris  <rgm@gnu.org>
3040         * os.texi (Timers): Fix description of run-at-time TIME formats.
3042 2007-03-31  Richard Stallman  <rms@gnu.org>
3044         * display.texi (Invisible Text): Correct buffer-invisibility-spec
3045         regarding ellipsis.
3047 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3049         * intro.texi (nil and t):
3050         * symbols.texi (Plists and Alists):
3051         * variables.texi (Variable Aliases, Constant Variables):
3052         * functions.texi (Defining Functions):
3053         * advice.texi (Advising Primitives):
3054         * debugging.texi (Syntax Errors, Compilation Errors):
3055         * minibuf.texi (Minibuffer Windows):
3056         * commands.texi (Adjusting Point):
3057         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3058         (Auto Major Mode, Major Mode Conventions):
3059         * help.texi (Describing Characters):
3060         * files.texi (Create/Delete Dirs, Information about Files)
3061         (File Locks, Writing to Files, Reading from Files)
3062         (Saving Buffers):
3063         * windows.texi (Resizing Windows, Cyclic Window Ordering):
3064         * frames.texi (Finding All Frames):
3065         * positions.texi (Buffer End, Motion):
3066         * markers.texi (The Region):
3067         * text.texi (Deletion, Near Point):
3068         * display.texi (Displaying Messages, Truncation):
3069         * os.texi (Processor Run Time):
3070         * tips.texi (Key Binding Conventions, Programming Tips)
3071         (Warning Tips, Documentation Tips, Comment Tips):
3072         * internals.texi (Memory Usage): Improve indexing.
3074         * variables.texi (Frame-Local Variables):
3075         * functions.texi (Argument List):
3076         * loading.texi (Library Search):
3077         * streams.texi (Output Variables):
3078         * keymaps.texi (Translation Keymaps, Searching Keymaps):
3079         * searching.texi (Replacing Match, Search and Replace):
3080         * processes.texi (Byte Packing, Decoding Output)
3081         (Accepting Output, Network Servers, Shell Arguments):
3082         * display.texi (Abstract Display, Image Cache, Scroll Bars):
3083         * windows.texi (Window Point, Window Start):
3084         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3085         * commands.texi (Reading Input, Keyboard Events):
3086         * minibuf.texi (Reading File Names, Minibuffer Completion)
3087         (Recursive Mini):
3088         * positions.texi (List Motion):
3089         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3090         * numbers.texi (Arithmetic Operations, Math Functions)
3091         (Predicates on Numbers, Comparison of Numbers):
3092         (Numeric Conversions):
3093         * locals.texi (Standard Buffer-Local Variables):
3094         * maps.texi (Standard Keymaps):
3095         * os.texi (User Identification, System Environment, Recording Input)
3096         (X11 Keysyms):
3097         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3098         * backups.texi (Backups and Auto-Saving):
3099         * customize.texi (Customization, Group Definitions)
3100         (Variable Definitions):
3101         * compile.texi (Byte Compilation): Improve index entries.
3103 2007-03-31  Karl Berry  <karl@gnu.org>
3105         * macros.texi (Defining Macros): Avoid widow syllable.
3107 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3109         * elisp.texi (Top): Postscript -> PostScript.
3111         * display.texi (Images, Postscript Images): Postscript -> PostScript.
3113 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3115         * internals.texi (Writing Emacs Primitives): Untabify `For'.
3117 2007-03-30  Karl Berry  <karl@gnu.org>
3119         * lists.texi (List-related Predicates): Remove spurious @need.
3120         (Setcdr): Use @smallexample to improve page break.
3121         (Association Lists) <assoc>: Reword to improve page break.
3123         * strings.texi (String Conversion): Insert blank line to improve
3124         page break.
3126         * numbers.texi (Random Numbers): Use @minus{}.
3127         (Math Functions): Use @minus{}.
3129         * intro.texi (Acknowledgements): Avoid line breaks before middle
3130         initials.
3132 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
3134         * errors.texi (Standard Errors): Add an index entry.
3136 2007-03-19  Richard Stallman  <rms@gnu.org>
3138         * os.texi (Recording Input): recent-keys now gives 300 keys.
3140 2007-03-12  Glenn Morris  <rgm@gnu.org>
3142         * os.texi: Replace "daylight savings" with "daylight saving"
3143         throughout.
3145 2007-03-05  Richard Stallman  <rms@gnu.org>
3147         * variables.texi (File Local Variables): Update
3148         enable-local-variables values.
3150 2007-03-04  Richard Stallman  <rms@gnu.org>
3152         * syntax.texi (Control Parsing): Minor clarification.
3154         * strings.texi (Formatting Strings): Clarify width, precision, flags.
3156         * sequences.texi (Sequence Functions): Move string-bytes away,
3157         add xref.
3159         * nonascii.texi (Text Representations): Move string-bytes here.
3161         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3163         * minibuf.texi (Basic Completion): Minor clarification.
3165         * markers.texi (The Mark): Clarify existence vs activation of mark.
3166         Other cleanup.
3168         * display.texi (Finding Overlays): Write better example.
3170         * compile.texi (Eval During Compile): Clarify putting macros
3171         in eval-when-compile.
3173 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
3175         * loading.texi (How Programs Do Loading): Fix anchor position at
3176         load-read-function definition doc.
3178 2007-02-21  Kim F. Storm  <storm@cua.dk>
3180         * strings.texi (Text Comparison): Mention that assoc-string
3181         converts symbols to strings before testing.
3183 2007-02-17  Kim F. Storm  <storm@cua.dk>
3185         * processes.texi (Bindat Spec): Vector types can have optional
3186         element type.
3187         (Bindat Examples): Fix example.  Add vector with element type.
3189 2007-02-16  Andreas Schwab  <schwab@suse.de>
3191         * strings.texi (Formatting Strings): Document '+' flag.
3193 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3195         * strings.texi (Modifying Strings): Clarify that `clear-string'
3196         always converts the string to unibyte.
3198 2007-02-14  Kim F. Storm  <storm@cua.dk>
3200         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3201         Rewrite glyph code description to refer to these functions.
3202         Remove details of encoding face number and char into integer code.
3204 2007-02-03  Alan Mackenzie  <acm@muc.de>
3206         * loading.texi (Hooks for Loading): Make the description of
3207         `eval-after-load' more detailed, and amend the description of
3208         after-load-alist, in accordance with changes from 2006-05.
3210 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3212         * modes.texi (Defining Minor Modes): Document that a :require
3213         keyword or similar may be required to make saved customization
3214         variables work.
3216 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3218         * elisp.texi (Top): Make the detailed menu headers compliant with
3219         Texinfo guidelines and with what texnfo-upd.el expects.  Add
3220         comments to prevent people from inadvertently modifying the key
3221         parts needed by `texinfo-multiple-files-update'.
3223 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3225         * elisp.texi (Top): Update the top-level menus.
3227         * syntax.texi (Categories): Add index entries.
3229 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3231         * display.texi (Attribute Functions): Fix name and description of
3232         the UNDERLINE arg of `set-face-underline-p'.
3234 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
3236         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3237         Variables", and "Standard Keymaps" to the detailed menu.
3239         * variables.texi (Future Local Variables): Add index entry.
3241 2007-01-28  Richard Stallman  <rms@gnu.org>
3243         * tips.texi (Coding Conventions): Clarify the tip about macros
3244         that define a function or a variable.
3246         * files.texi (File Attributes): UID and GID can be floats.
3247         (Magic File Names): Explain why deferring all operations to
3248         the standard handler does not work.
3250 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3252         * backups.texi (Reverting): Use "buffer" instead of "file"
3253         when talking about major and minor modes.
3255 2007-01-21  Richard Stallman  <rms@gnu.org>
3257         * help.texi (Documentation): Add xref to Documentation Tips.
3259 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3261         * tips.texi (Coding Conventions): Fix typos.
3263 2007-01-05  Richard Stallman  <rms@gnu.org>
3265         * modes.texi (Defining Minor Modes): Fix previous change.
3267 2007-01-03  Richard Stallman  <rms@gnu.org>
3269         * customize.texi (Variable Definitions, Customization Types):
3270         Don't use * in doc string for defcustom.
3272 2007-01-02  Richard Stallman  <rms@gnu.org>
3274         * variables.texi (Variable Aliases): Clarify that aliases vars
3275         always have the same value.
3277         * processes.texi (Bindat Spec): Fix Texinfo usage.
3279         * modes.texi (Defining Minor Modes): Explain effect of command
3280         defined with define-global-minor-mode on new buffers.
3282 2006-12-30  Kim F. Storm  <storm@cua.dk>
3284         * keymaps.texi (Tool Bar): Describe `grow-only' value of
3285         `auto-resize-tool-bars'.
3287 2006-12-30  Richard Stallman  <rms@gnu.org>
3289         * keymaps.texi (Active Keymaps): Fix previous change.
3291 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
3293         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3295 2006-12-30  Kim F. Storm  <storm@cua.dk>
3297         * processes.texi (Bindat Spec): Clarify using field names in
3298         length specifications.
3300 2006-12-29  Kim F. Storm  <storm@cua.dk>
3302         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3303         Add count and index variables for eval forms in repeat blocks.
3305 2006-12-24  Richard Stallman  <rms@gnu.org>
3307         * customize.texi (Variable Definitions): Document
3308         new name custom-add-frequent-value.
3310 2006-12-19  Kim F. Storm  <storm@cua.dk>
3312         * commands.texi (Misc Events): User signals now result in sigusr1
3313         and sigusr2 events which are handled through special-event-map.
3314         (Special Events): User signals and drag-n-drop are special.
3316 2006-12-17  Richard Stallman  <rms@gnu.org>
3318         * loading.texi (Named Features): Explain subfeatures better.
3320         * customize.texi: Use "option" only for user options.
3321         For the keyword values inside defcustom etc, say "keywords".
3322         For :options value's elements, say "elements".
3323         :group should not be omitted.
3325         * syntax.texi (Parsing Expressions): Split up node.
3326         (Motion via Parsing, Position Parse, Parser State)
3327         (Low-Level Parsing, Control Parsing): New subnodes.
3328         (Parser State): Document syntax-ppss-toplevel-pos.
3330         * positions.texi (List Motion): Punctuation fix.
3332         * files.texi (File Name Completion): Document PREDICATE arg
3333         to file-name-completion.
3335 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
3337         * internals.texi (Building Emacs, Writing Emacs Primitives):
3338         Add index entries.
3340 2006-12-11  Richard Stallman  <rms@gnu.org>
3342         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3343         affects face menu.  Explain how to make it non-nil without enabling
3344         any fontification.
3346 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3348         * modes.texi (Font Lock Basics): Document nil value of
3349         font-lock-defaults.
3351 2006-12-10  Glenn Morris  <rgm@gnu.org>
3353         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3354         value for system-flag argument.  Abbrev tables may not be empty
3355         when major modes are loaded.
3357 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3359         * makefile.w32-in (maintainer-clean): Partially revert last
3360         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3361         to protect elisp-covers.texi.
3363 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
3365         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3366         Don't remove elisp* info files; they are already deleted by the
3367         `clean' and `distclean' targets, and they are in the $(infodir)
3368         directory, not the current one.
3370 2006-12-04  Kim F. Storm  <storm@cua.dk>
3372         * commands.texi (Misc Events): Update signal events.
3373         (Event Examples): Add signal example.
3375 2006-11-29  Richard Stallman  <rms@gnu.org>
3377         * frames.texi (Visibility of Frames): Explain visible windows
3378         can be covered by others.  Add xref for raise-frame.
3380 2006-11-28  Richard Stallman  <rms@gnu.org>
3382         * searching.texi (Regexp Special): Update when ^ is special.
3384 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
3386         * customize.texi (Customization, Common Keywords)
3387         (Group Definitions, Variable Definitions, Composite Types)
3388         (Type Keywords, Customization Types): Add index entries for
3389         various customization keywords.
3391 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3395 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
3397         * frames.texi (Window System Selections): Remove clipboard from
3398         description of selection-coding-system.
3400 2006-11-06  Richard Stallman  <rms@gnu.org>
3402         * lists.texi (List Variables): Document COMPARE-FN.
3404         * keymaps.texi: Avoid use of "binding" to mean a relation;
3405         use it only to refer to the meaning associated with a key.
3406         (Keymaps): Change menu node description.
3408         * elisp.texi (Top): Change menu node description.
3410         * display.texi (Managing Overlays): Document overlay-recenter.
3412 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
3414         * Makefile.in: Use relative paths to avoid advertising filesystem
3415         contents during compilation.
3417 2006-10-23  Kim F. Storm  <storm@cua.dk>
3419         * commands.texi (Event Input Misc): Update unread-command-events.
3421 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3423         * lists.texi (Sets And Lists): Fix typos.
3425 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3427         * control.texi (Processing of Errors): Use @var for an argument,
3428         not @code.
3430 2006-10-16  Richard Stallman  <rms@gnu.org>
3432         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3434         * keymaps.texi (Format of Keymaps): Show all the keymap element
3435         patterns that result from menu items.
3436         (Key Lookup): Minor cleanups.
3438         * modes.texi (Precalculated Fontification): Don't say that
3439         not setting font-lock-defaults avoids loading font-lock.
3441         * help.texi (Documentation): Move xref to Emacs Manual here.
3442         (Documentation Basics): From here.
3443         Also doc emacs-lisp-docstring-fill-column.
3445         * elisp.texi: Update version and ISBN.
3447         * commands.texi (Interactive Call): Clarify KEYS arg to
3448         call-interactively is a vector.
3449         (Command Loop Info): Delete anchor in this-command-keys.
3450         Add anchor in this-command-keys-vector.
3451         (Recursive Editing): Document how recursive-edit
3452         handles the current buffer.
3454 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
3456         * frames.texi (Frame Titles): %c and %l are ignored in
3457         frame-title-format.
3459 2006-10-11  Richard Stallman  <rms@gnu.org>
3461         * keymaps.texi (Key Sequences): Clarify use of kbd.
3463 2006-10-10  Kim F. Storm  <storm@cua.dk>
3465         * lists.texi (Sets And Lists): Add memql.
3467 2006-10-03  Richard Stallman  <rms@gnu.org>
3469         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3470         Clarify :ascii: and :nonascii:.
3472 2006-09-29  Juri Linkov  <juri@jurta.org>
3474         * modes.texi (%-Constructs): Reorder coding systems in the
3475         documentation of %z to the real order displayed in the modeline.
3477 2006-09-25  Richard Stallman  <rms@gnu.org>
3479         * os.texi (Timers): Describe timer-max-repeats.
3481 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3483         * os.texi (Timers): Mention with-local-quit.
3485 2006-09-24  Richard Stallman  <rms@gnu.org>
3487         * searching.texi (Searching and Matching): Mention property search.
3489         * commands.texi (Command Loop Info): Explain how read-event affects
3490         this-command-keys.
3492 2006-09-20  Richard Stallman  <rms@gnu.org>
3494         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3496         * windows.texi (Window Start): Minor cleanups.
3498 2006-09-20  Kim F. Storm  <storm@cua.dk>
3500         * windows.texi (Window Start): pos-visible-in-window-p allows
3501         specifying t for position to mean "end of window".
3502         Add window-line-height.
3504         * anti.texi (Antinews): Mention window-line-height.
3506 2006-09-19  David Kastrup  <dak@gnu.org>
3508         * keymaps.texi (Searching Keymaps): Small clarification.
3510 2006-09-18  Richard Stallman  <rms@gnu.org>
3512         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3513         cause keyboard menus.
3514         (Menu Keymaps): Likewise.
3515         (Defining Menus, Keyboard Menus): Clarify.
3517         * text.texi (Fields): Clarify explanation of constrain-to-field.
3519 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
3521         * variables.texi (Tips for Defining): Fix a typo.
3523 2006-09-15  Richard Stallman  <rms@gnu.org>
3525         * keymaps.texi (Remapping Commands, Searching Keymaps)
3526         (Active Keymaps): Clean up previous change.
3528 2006-09-15  Jay Belanger  <belanger@truman.edu>
3530         * gpl.texi: Replace "Library Public License" by "Lesser Public
3531         License" throughout.
3533 2006-09-15  David Kastrup  <dak@gnu.org>
3535         * keymaps.texi (Active Keymaps): Adapt description to use
3536         `get-char-property' instead `get-text-property'.  Explain how
3537         mouse events change this.  Explain the new optional argument of
3538         `key-binding' and its mouse-dependent lookup.
3539         (Searching Keymaps): Adapt description similarly.
3540         (Remapping Commands): Explain the new optional argument of
3541         `command-remapping'.
3543 2006-09-14  Richard Stallman  <rms@gnu.org>
3545         * keymaps.texi (Searching Keymaps): Clarification.
3546         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3548 2006-09-13  Richard Stallman  <rms@gnu.org>
3550         * objects.texi (Character Type): Node split.
3551         Add xref to Describing Characters.
3552         (Basic Char Syntax, General Escape Syntax)
3553         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3555 2006-09-11  Richard Stallman  <rms@gnu.org>
3557         * display.texi (Display Table Format): Wording clarification.
3558         (Glyphs): Clarifications.
3560 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
3562         * keymaps.texi (Active Keymaps): Mention that key-binding checks
3563         local maps.
3565 2006-09-10  Kim F. Storm  <storm@cua.dk>
3567         * display.texi (Forcing Redisplay): Document return value of
3568         function redisplay.
3570 2006-09-09  Richard Stallman  <rms@gnu.org>
3572         * windows.texi (Window Hooks): Explain limits of
3573         window-scroll-functions.
3575         * display.texi (Fringe Indicators): Update for last change in
3576         indicate-buffer-boundaries.
3578 2006-09-08  Richard Stallman  <rms@gnu.org>
3580         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3582 2006-09-06  Kim F. Storm  <storm@cua.dk>
3584         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3586         * windows.texi (Window Start): Update pos-visible-in-window-p.
3588 2006-09-04  Richard Stallman  <rms@gnu.org>
3590         * processes.texi (Accepting Output): Explain SECONDS=0 for
3591         accept-process-output.
3593         * os.texi (Idle Timers): Explain why timer functions should not
3594         loop until (input-pending-p).
3596 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
3598         * makefile.w32-in (usermanualdir): New variable.
3599         (elisp.dvi): Use it.
3601 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
3603         * buffers.texi (Buffer Modification): Fix last change.
3605 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
3607         * buffers.texi (Buffer Modification): Document
3608         buffer-chars-modified-tick.
3610 2006-08-31  Richard Stallman  <rms@gnu.org>
3612         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3614 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
3616         * modes.texi (Syntactic Font Lock):
3617         Mention font-lock-syntactic-face-function
3618         instead of specific faces.
3620 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
3622         * display.texi (Images): Add xrref to display-images-p.
3624 2006-08-28  Kenichi Handa  <handa@m17n.org>
3626         * nonascii.texi (Lisp and Coding Systems): Fix description of
3627         detect-coding-region.
3629 2006-08-27  Michael Olson  <mwolson@gnu.org>
3631         * processes.texi (Transaction Queues): Remove stray quote
3632         character.
3634 2006-08-25  Richard Stallman  <rms@gnu.org>
3636         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3637         Add xref.
3639 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
3641         * os.texi (Timers): Avoid waiting inside timers.
3643 2006-08-21  Lute Kamstra  <lute@gnu.org>
3645         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3647 2006-08-20  Richard Stallman  <rms@gnu.org>
3649         * os.texi (Idle Timers): New node, split out from Timers.
3650         Document current-idle-time.
3651         * commands.texi (Reading One Event): Update xref.
3652         * elisp.texi (Top): Update subnode menu.
3654 2006-08-16  Richard Stallman  <rms@gnu.org>
3656         * keymaps.texi (Extended Menu Items): Show format of cached
3657         bindings in extended menu items.
3659         * customize.texi (Variable Definitions): Explain when the
3660         standard value expression is evaluated.
3662 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
3664         * commands.texi (Reading One Event): Explain idleness in
3665         `read-event'.
3667 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
3669         * text.texi (Near Point): Say "cursor" not "terminal cursor".
3670         (Commands for Insertion): Removed split-line since it's not
3671         relevant for Lisp programming.
3672         (Yank Commands): Rewrite introduction.
3673         (Undo): Clarify.
3674         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
3675         (Filling): Remove redundant comment.  Clarify return value of
3676         current-justification.
3677         (Margins): Minor clarifications.
3678         (Adaptive Fill): Update default value of adaptive-fill-regexp.
3679         (Sorting): Update definition of sort-lines.
3680         (Columns): Clarify behavior of sort-columns.
3681         (Indent Tabs): Link to Tab Stops in Emacs manual.
3682         (Special Properties): Clarify.
3683         (Clickable Text): Mention Buttons package.
3685 2006-08-12  Kevin Ryde  <user42@zip.com.au>
3687         * os.texi (Time Parsing): Add %z to description of
3688         format-time-string, as per docstring.  Add cross reference to
3689         glibc manual for strftime.
3691 2006-08-08  Richard Stallman  <rms@gnu.org>
3693         * modes.texi: Clean up wording in previous change.
3695 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
3697         * modes.texi (Hooks): Clarify.
3698         (Major Mode Basics): Mention define-derived-mode explicitly.
3699         (Major Mode Conventions): Rebinding RET is OK for some modes.
3700         Mention change-major-mode-hook and after-change-major-mode-hook.
3701         (Example Major Modes): Moved to end of Modes section.
3702         (Mode Line Basics): Clarify.
3703         (Mode Line Data): Mention help-echo and local-map in strings.
3704         Explain reason for treatment of non-risky variables.
3705         (Properties in Mode): Clarify.
3706         (Faces for Font Lock): Add font-lock-negation-char-face.
3708 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
3710         * strings.texi (Formatting Strings): Warn against arbitrary
3711         strings as first arg to `format'.
3713 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
3715         * text.texi (Clickable Text): Mention `help-echo' text property.
3716         Update intro, examples and associated explanations.
3718 2006-07-31  Richard Stallman  <rms@gnu.org>
3720         * commands.texi: Update xrefs.
3721         (Event Mod): New node, cut out from old Translating Input.
3723         * maps.texi: Update xrefs.
3725         * keymaps.texi (Translation Keymaps): New node.
3726         Update xrefs from Translating Input to Translation Keymaps.
3728         * elisp.texi (Top): Update subnode menu.
3730         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3732         * os.texi (System Interface): Fix menu descriptions of some nodes.
3733         (Translating Input): Node deleted.
3735 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3737         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3739         * lists.texi (Sets And Lists): Likewise.
3741 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
3743         * text.texi (Fields): Mention POS
3744         requirement when narrowing is in effect.
3746 2006-07-28  Richard Stallman  <rms@gnu.org>
3748         * display.texi (Face Attributes): Simplify wording.
3749         (Attribute Functions): Clarify meaning of new-frame default
3750         attribute settings.
3752         * customize.texi (Common Keywords): Document how to use
3753         :package-version in a package not in Emacs.
3755 2006-07-28  Kim F. Storm  <storm@cua.dk>
3757         * commands.texi (Reading One Event): Fix last change.
3759 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
3761         * commands.texi (Reading One Event): Document SECONDS argument for
3762         read-event, read-char, and read-char-exclusive.
3764 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3767         to ensure correct identification.
3769 2006-07-24  Richard Stallman  <rms@gnu.org>
3771         * text.texi (Clickable Text): Clarify.
3773         * sequences.texi (Vector Functions): Delete duplicate xref.
3775         * objects.texi (Function Type): Clarify.
3777         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3778         modes.
3780         * lists.texi (List Variables): New node.
3781         Material moved from other nodes.
3783         * variables.texi (Setting Variables): add-to-list and
3784         add-to-ordered-list moved to List Variables node.
3786 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
3788         * text.texi (Links and Mouse-1):
3789         For mouse-on-link-p, expand on arg POS.
3791 2006-07-21  Kim F. Storm  <storm@cua.dk>
3793         * display.texi (Forcing Redisplay): Don't mention systems which
3794         don't support sub-second timers for redisplay-preemption-period.
3796         * os.texi (Terminal Output): Clarify text vs graphical terminal.
3798 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
3800         * frames.texi (Input Focus): Document that focus-follows-mouse has
3801         no effect on MS-Windows.
3803 2006-07-18  Richard Stallman  <rms@gnu.org>
3805         * display.texi (Forcing Redisplay): Cleanups in previous change.
3807         * processes.texi (Low-Level Network): Make menu more convenient.
3809 2006-07-18  Kim F. Storm  <storm@cua.dk>
3811         * display.texi (Forcing Redisplay): redisplay-preemption-period
3812         only used on window systems.  Add xref to Terminal Output.
3814         * os.texi (Terminal Output): baud-rate only controls preemption on
3815         non-window systems.  Add xref to Forcing Redisplay.
3817         * processes.texi (Low-Level Network): Rename node "Make Network"
3818         to "Network Processes".
3820 2006-07-18  Karl Berry  <karl@gnu.org>
3822         * variables.texi, functions.texi, customize.texi, loading.texi:
3823         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3825 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
3827         * commands.texi (Waiting): Document batch-mode sit-for behavior.
3829 2006-07-17  Richard Stallman  <rms@gnu.org>
3831         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3832         Put period and comma inside quotes.
3834         * loading.texi, markers.texi: Use real doublequote inside menus.
3836         * windows.texi: Put point and comma inside quotes.
3837         (Textual Scrolling): Use @samp for error message.
3839         * variables.texi, tips.texi, syntax.texi, symbols.texi:
3840         * strings.texi, streams.texi, processes.texi, os.texi:
3841         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3842         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3843         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3844         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3845         Put point and comma inside quotes.
3847         * control.texi (Processing of Errors): Add command-error-function.
3849         * variables.texi (File Local Variables): Clarify that
3850         file local variables make buffer-local bindings.
3852         * modes.texi (Syntactic Font Lock): Give default for
3853         font-lock-syntax-table.
3855 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
3857         * text.texi (Special Properties): Clean up previous change.
3859 2006-07-16  Karl Berry  <karl@gnu.org>
3861         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3862         * control.texi: Fix bad page breaks through chapter 10 (control).
3864         * anti.texi (Antinews): Reorder face-attribute fns to avoid
3865         underfull hbox.
3867 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
3869         * text.texi (Special Properties): Describe fontified text property
3870         in relation to a character (not text).
3872 2006-07-15  Kim F. Storm  <storm@cua.dk>
3874         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3875         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3876         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3878         * anti.texi (Antinews): Mention redisplay function.
3879         The kbd macro existed, but was not documented, before 22.x.
3880         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3882 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
3884         * display.texi (Displaying Messages): Add anchor.
3886         * frames.texi (Dialog Boxes): Use it.
3888 2006-07-12  Richard Stallman  <rms@gnu.org>
3890         * objects.texi (Frame Type): Explain nature of frames better.
3892         * frames.texi (Frames): Explain nature of frames better.
3894 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
3896         * tips.texi (Coding Conventions): Explain why use cl at compile time.
3898 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3900         * frames.texi (Window System Selections): Mention scrap support for Mac.
3901         Default value of x-select-enable-clipboard is t on Mac.
3903         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3905 2006-07-11  Kim F. Storm  <storm@cua.dk>
3907         * display.texi (Forcing Redisplay): Add `redisplay' function.
3908         Don't mention (sit-for -1) -- use (redisplay t) instead.
3910         * commands.texi (Waiting): (sit-for -1) is no longer special.
3911         (sit-for 0) is equivalent to (redisplay).
3912         Iconifying/deiconifying no longer makes sit-for return.
3914 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
3916         * display.texi (Buttons): Fix typo.
3918         * index.texi, elisp.texi (New Symbols): Comment node out.
3920 2006-07-09  Richard Stallman  <rms@gnu.org>
3922         * display.texi (Truncation): Clean up previous change.
3924 2006-07-08  Richard Stallman  <rms@gnu.org>
3926         * commands.texi (Interactive Call): Use 3 as prefix in example
3927         for execute-extended-command.
3929         * display.texi (Attribute Functions): Move paragraph about
3930         compatibility with Emacs < 21.
3932 2006-07-09  Kim F. Storm  <storm@cua.dk>
3934         * display.texi (Refresh Screen): Clarify force-window-update.
3935         (Truncation): "Normally" indicated by fringe arrows.
3937 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
3939         * windows.texi (Textual Scrolling, Resizing Windows):
3940         * variables.texi (Constant Variables):
3941         * text.texi (Buffer Contents, Deletion, Changing Properties)
3942         (Property Search, Special Properties, Sticky Properties)
3943         (Links and Mouse-1, Fields, Change Hooks):
3944         * syntax.texi (Syntax Table Functions, Parsing Expressions)
3945         (Categories):
3946         * symbols.texi (Other Plists):
3947         * streams.texi (Output Variables):
3948         * processes.texi (Input to Processes, Query Before Exit):
3949         * positions.texi (Word Motion, Text Lines, List Motion):
3950         * os.texi (Init File, System Environment, Sound Output)
3951         (Session Management):
3952         * nonascii.texi (Text Representations, Character Sets)
3953         (Chars and Bytes, Locales):
3954         * modes.texi (Defining Minor Modes, Header Lines):
3955         * minibuf.texi (Minibuffer Contents):
3956         * markers.texi (Information from Markers):
3957         * lists.texi (List Elements, Building Lists, Association Lists):
3958         * keymaps.texi (Tool Bar):
3959         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3960         * functions.texi (What Is a Function, Mapping Functions):
3961         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3962         (Color Names, Text Terminal Colors, Display Feature Testing):
3963         * files.texi (Visiting Functions, File Name Components)
3964         (Unique File Names, Contents of Directories):
3965         * display.texi (Forcing Redisplay, Displaying Messages)
3966         (Temporary Displays, Font Selection, Auto Faces)
3967         (Font Lookup, Fringe Indicators, Display Margins)
3968         (Image Descriptors, Showing Images, Image Cache, Button Types)
3969         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3970         (Display Table Format, Glyphs):
3971         * control.texi (Iteration):
3972         * commands.texi (Command Loop Info, Adjusting Point):
3973         * backups.texi (Making Backups, Auto-Saving):
3974         Remove @tindex entries.
3976 2006-07-07  Kim F. Storm  <storm@cua.dk>
3978         * display.texi (Fringe Cursors): Fix typo.
3979         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3980         (Overlay Arrow): Default is overlay-arrow fringe indicator.
3982 2006-07-05  Richard Stallman  <rms@gnu.org>
3984         * text.texi (Buffer Contents): Add example of text props
3985         in result of buffer-substring.
3986         (Text Properties): Explain better about use of specific property names.
3987         (Property Search): Some cleanups; reorder some functions.
3989         * keymaps.texi (Changing Key Bindings): Cleanup.
3990         Add xref to Key Binding Conventions.
3992         * display.texi (Attribute Functions): Add examples for
3993         face-attribute-relative-p.
3995         * tips.texi (Coding Conventions): Cleanup last change.
3997 2006-07-05  Karl Berry  <karl@gnu.org>
3999         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4000         Remove @setchapternewpage odd.
4001         Result is 1013 pages, down from 1100.
4003         * anti.texi, customize.texi, display.texi, internals.texi:
4004         * minibuf.texi, modes.texi, tips.texi:
4005         Fix overfull/underfull boxes.
4007 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
4009         * edebug.texi (Instrumenting):
4010         Add Edebug-specific findex for eval-buffer.
4011         * loading.texi (Loading):
4012         Replace eval-current-buffer with eval-buffer.
4014 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
4016         * locals.texi (Standard Buffer-Local Variables): Update the list
4017         of variables.
4019 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
4021         * files.texi (File Name Completion): Point user to the node
4022         "Reading File Names".
4024 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
4026         * files.texi (Contents of Directories): Document case-insensitive
4027         behavior on respective filesystems.
4029         * objects.texi (Character Type): Document that Emacs signals an
4030         error for unsupported Unicode characters specified as \uNNNN.
4032 2006-06-19  Richard Stallman  <rms@gnu.org>
4034         * processes.texi (Bindat Spec): Clarify previous change.
4036 2006-06-16  Richard Stallman  <rms@gnu.org>
4038         * tips.texi (Coding Conventions): Better explain conventions
4039         for definition constructs.
4041         * text.texi (Special Properties): String value of `read-only'
4042         serves as the error message.
4044         * objects.texi (Character Type): Clarify prev. change.
4045         (Non-ASCII in Strings): Mention \u and \U.
4047         * commands.texi (Using Interactive): Explain problem of
4048         markers, etc., in command-history.
4050 2006-06-14  Kim F. Storm  <storm@cua.dk>
4052         * commands.texi (Waiting): Negative arg to sit-for forces
4053         redisplay even if input is pending.
4055         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4056         redisplay.  Remove incorrect example of binding redisplay-dont-pause
4057         around (sit-for 0).
4059 2006-06-13  Richard Stallman  <rms@gnu.org>
4061         * display.texi (Forcing Redisplay): Clarify previous change.
4063 2006-06-13  Romain Francoise  <romain@orebokech.com>
4065         * display.texi (Forcing Redisplay): Fix typo.
4067 2006-06-13  Kim F. Storm  <storm@cua.dk>
4069         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4071 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4073         * tips.texi (Coding Conventions): Add `@end itemize'.
4075 2006-06-10  Richard Stallman  <rms@gnu.org>
4077         * tips.texi (Coding Conventions): Explain use of coding systems
4078         to ensure one decoding for strings.
4080 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
4082         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4083         syntax.
4085 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
4087         * display.texi (Font Selection): Remove description of
4088         clear-face-cache.
4090         * compile.texi (Eval During Compile): Fix a typo.  Add index
4091         entries for possible uses of eval-when-compile.
4093 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
4095         * display.texi (Abstract Display): Fix typo.
4097 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
4099         * minibuf.texi (Minibuffer History) <history-add-new-input>:
4100         Reword variable's description.
4102 2006-06-01  Richard Stallman  <rms@gnu.org>
4104         * windows.texi (Splitting Windows): Clarify splitting nonselected
4105         window.
4107 2006-05-31  Juri Linkov  <juri@jurta.org>
4109         * minibuf.texi (Minibuffer History): Add history-add-new-input.
4111 2006-05-30  Richard Stallman  <rms@gnu.org>
4113         * display.texi (Line Height): Fix errors in description of
4114         default line height and line-height property.
4116         * nonascii.texi (Default Coding Systems): Further clarification.
4118 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4120         * internals.texi (Pure Storage): Mention that an overflow in pure
4121         space causes a memory leak.
4122         (Garbage Collection): If there was an overflow in pure space,
4123         `garbage-collect' returns nil.
4125 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
4127         * nonascii.texi (Default Coding Systems): Fix it some more.
4129 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
4131         * nonascii.texi (Default Coding Systems): Fix last change.
4133 2006-05-29  Kenichi Handa  <handa@m17n.org>
4135         * nonascii.texi (find-operation-coding-system): Describe the new
4136         argument format (FILENAME . BUFFER).
4138 2006-05-28  Richard Stallman  <rms@gnu.org>
4140         * tips.texi (Coding Conventions): Better explain reasons not to
4141         advise other packages or use `eval-after-load'.
4143 2006-05-29  Kim F. Storm  <storm@cua.dk>
4145         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4146         `bindat-idx' and `bindat-raw' for clarity.
4148 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4150         * processes.texi (Bindat Spec): Expand on `repeat' handler.
4152         * display.texi (Display): Add "Abstract Display" to menu.
4153         (Abstract Display, Abstract Display Functions)
4154         (Abstract Display Example): New nodes.
4155         * elisp.texi (Top): Add "Abstract Display" to menu.
4157 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
4159         * keymaps.texi (Key Sequences): Link to input events definition.
4160         (Format of Keymaps): Delete material duplicated in Keymap Basics.
4162         * files.texi (Changing Files): Document updated argument list for
4163         copy-file.
4165 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
4167         * processes.texi (Bindat Functions): Explain term "total length".
4168         Use it in bindat-length and bindat-pack descriptions.
4170 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
4172         * tips.texi (Coding Conventions): Advise against using
4173         eval-after-load in packages.  Add an index entry.
4175 2006-05-25  Juri Linkov  <juri@jurta.org>
4177         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4179         * modes.texi (%-Constructs): Add %e, %z, %Z.
4181 2006-05-25  Richard Stallman  <rms@gnu.org>
4183         * elisp.texi (Top): Update subnode menu.
4185         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4186         (Keymaps): Update menu.
4188 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4190         * keymaps.texi (Key Sequences): Some clarifications.
4192 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4194         * processes.texi (Bindat Functions): Say "unibyte string"
4195         explicitly for bindat-unpack and bindat-pack descriptions.
4196         (Bindat Examples): Don't call `string-make-unibyte' in example.
4198 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
4200         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
4201         Explain string and vector representations of key sequences.
4203         * keymaps.texi (Changing Key Bindings):
4204         * commands.texi (Interactive Codes):
4205         * help.texi (Describing Characters): Refer to it.
4207 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
4209         * frames.texi (Pointer Shape): @end table -> @end defvar.
4211 2006-05-22  Richard Stallman  <rms@gnu.org>
4213         * elisp.texi (Top): Update subnode menus.
4215         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4216         Contents rewritten; material from old Pointer Shape node moved here.
4218         * display.texi (Pointer Shape): Node deleted.
4219         (Image Descriptors): Minor cleanup.
4221 2006-05-21  Richard Stallman  <rms@gnu.org>
4223         * syntax.texi (Parsing Expressions): Update info on which STATE
4224         elements are ignored.
4226 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4228         * hooks.texi (Standard Hooks): Correct typo.
4230         * gpl.texi (GPL): ifinfo -> ifnottex.
4232 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
4234         * searching.texi (Simple Match Data): Warn about match data being
4235         set anew by every search.
4237 2006-05-17  Richard Stallman  <rms@gnu.org>
4239         * minibuf.texi (Minibuffer History): Clarify.
4241         * searching.texi (Regexp Special): Clarify nested regexp warning.
4243 2006-05-16  Kim F. Storm  <storm@cua.dk>
4245         * minibuf.texi (Minibuffer History): Update add-to-history.
4247 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
4249         * nonascii.texi (Explicit Encoding): Fix
4250         typo (encoding<->decoding).
4252 2006-05-14  Richard Stallman  <rms@gnu.org>
4254         * buffers.texi (Creating Buffers): Cleanup.
4256         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4258 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
4260         * buffers.texi (Current Buffer): Document that with-temp-buffer
4261         disables undo.
4263         * os.texi (Terminal-Specific): More accurate description of how
4264         Emacs searches for the terminal-specific libraries.
4266 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
4268         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4269         emacs-xtra to @inforef's.
4271         * text.texi (Undo): Document that undo is turned off in buffers
4272         whose names begin with a space.
4274         * buffers.texi (Buffer Names): Add index entries for buffers whose
4275         names begin with a space.
4276         (Creating Buffers): Document that undo is turned off in buffers
4277         whose names begin with a space.
4279         * files.texi (Visiting Functions, Reading from Files)
4280         (Saving Buffers): Mention code and EOL conversions by file I/O
4281         primitives and subroutines.
4283         * nonascii.texi (Lisp and Coding Systems): Document
4284         coding-system-eol-type.  Add index entries for eol conversion.
4286         * display.texi (Defining Faces): Mention `mac', and add an xref to
4287         where window-system is described.
4289 2006-05-10  Richard Stallman  <rms@gnu.org>
4291         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4293 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4295         * variables.texi (File Local Variables): Recommend to quote lambda
4296         expressions in safe-local-variable property.
4298 2006-05-09  Richard Stallman  <rms@gnu.org>
4300         * variables.texi (File Local Variables): Document
4301         safe-local-eval-forms and safe-local-eval-function.
4303 2006-05-07  Kim F. Storm  <storm@cua.dk>
4305         * minibuf.texi (Minibuffer History): Remove keep-dups arg
4306         from add-to-history.
4308 2006-05-07  Romain Francoise  <romain@orebokech.com>
4310         * commands.texi (Event Input Misc):
4311         * compile.texi (Eval During Compile):
4312         * internals.texi (Buffer Internals):
4313         * minibuf.texi (Initial Input):
4314         * nonascii.texi (Scanning Charsets):
4315         * numbers.texi (Comparison of Numbers):
4316         * windows.texi (Textual Scrolling, Vertical Scrolling):
4317         Fix various typos.
4319 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4321         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4322         conditional xref's to either emacs or emacs-xtra, depending on
4323         @iftex/@ifnottex.
4325         * minibuf.texi (Minibuffer History): Document add-to-history.
4327 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4329         * internals.texi (Pure Storage): Mention the pure overflow message
4330         at startup.
4332 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
4334         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4335         (Searching Keymaps): Fix pseudo-Lisp description of keymap
4336         search.
4338 2006-05-01  Richard Stallman  <rms@gnu.org>
4340         * intro.texi (nil and t): Clarify.
4342         * variables.texi (File Local Variables): Suggest using booleanp.
4344 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
4346         * objects.texi (Type Predicates): Fix typos.
4348 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * intro.texi (nil and t): Add booleanp.
4352         * objects.texi (Type Predicates): Add links for booleanp and
4353         string-or-null-p.
4355 2006-04-29  Richard Stallman  <rms@gnu.org>
4357         * modes.texi (Multiline Font Lock): Rename from
4358         Multi line Font Lock Elements.  Much clarification.
4359         (Font Lock Multiline, Region to Fontify): Much clarification.
4361 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * variables.texi (File Local Variables): Remove the special case t for
4364         safe-local-variable.
4366 2006-04-26  Richard Stallman  <rms@gnu.org>
4368         * syntax.texi (Parsing Expressions): Minor cleanup.
4370 2006-04-18  Richard Stallman  <rms@gnu.org>
4372         * tips.texi (Coding Conventions): Explain when the package's
4373         prefix should appear later on (not at the start of the name).
4375         * searching.texi (String Search): Clarify effect of NOERROR.
4377         * modes.texi (Imenu): Clarify what special items do.
4379         * hooks.texi (Standard Hooks): Delete text about old hook names.
4381 2006-04-17  Romain Francoise  <romain@orebokech.com>
4383         * variables.texi (Local Variables): Update the default value of
4384         `max-specpdl-size'.
4386 2006-04-15  Michael Olson  <mwolson@gnu.org>
4388         * processes.texi (Transaction Queues): Mention the new optional
4389         `delay-question' argument for `tq-enqueue'.
4391 2006-04-13  Bill Wohler  <wohler@newt.com>
4393         * customize.texi (Common Keywords): Use dotted notation for
4394         :package-version value.  Specify its values.  Improve documentation
4395         for customize-package-emacs-version-alist.
4397 2006-04-12  Bill Wohler  <wohler@newt.com>
4399         * customize.texi (Common Keywords): Move description of
4400         customize-package-emacs-version-alist to @defvar.
4402 2006-04-10  Bill Wohler  <wohler@newt.com>
4404         * customize.texi (Common Keywords): Add :package-version.
4406 2006-04-10  Kim F. Storm  <storm@cua.dk>
4408         * text.texi (Buffer Contents): Add NOPROPS arg to
4409         filter-buffer-substring.
4411 2006-04-08  Kevin Ryde  <user42@zip.com.au>
4413         * os.texi (Command-Line Arguments): Update xref to emacs manual
4414         "Command Arguments" -> "Emacs Invocation", per change there.
4416 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
4418         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4419         be on one line to help makeinfo not render two spaces after the dot.
4421 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4423         * strings.texi (Predicates for Strings): Add string-or-null-p.
4425 2006-03-28  Kim F. Storm  <storm@cua.dk>
4427         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4428         remarks about systems that don't support fractional seconds.
4430 2006-03-25  Karl Berry  <karl@gnu.org>
4432         * elisp.texi: Use @copyright{} instead of (C), and do not indent
4433         the year list.
4435 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4437         * display.texi (Fringe Indicators): Fix typos.
4439 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4441         * tips.texi (Documentation Tips): One can now also write `program'
4442         in front of a quoted symbol in a docstring to prevent making a
4443         hyperlink.
4445 2006-03-19  Alan Mackenzie  <acm@muc.de>
4447         * text.texi (Special Properties): Clarify `fontified' property.
4449 2006-03-16  Richard Stallman  <rms@gnu.org>
4451         * display.texi (Defining Images): Minor cleanup.
4453 2006-03-16  Bill Wohler  <wohler@newt.com>
4455         * display.texi (Defining Images): In image-load-path-for-library,
4456         prefer user's images.
4458 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4460         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4462 2006-03-15  Bill Wohler  <wohler@newt.com>
4464         * display.texi (Defining Images): Fix example in
4465         image-load-path-for-library by not recommending that one binds
4466         image-load-path.  Just defvar it to placate compiler and only use
4467         it if previously defined.
4469 2006-03-14  Bill Wohler  <wohler@newt.com>
4471         * display.texi (Defining Images): In image-load-path-for-library,
4472         always return list of directories.  Update example.
4474 2006-03-14  Alan Mackenzie  <acm@muc.de>
4476         * modes.texi: New node, "Region to Fontify" (for Font Lock).
4477         This describes font-lock-extend-region-function.
4478         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4479         the new node "Region to Fontify".
4481 2006-03-13  Richard Stallman  <rms@gnu.org>
4483         * display.texi (Invisible Text): The impossible position is
4484         now before the invisible text, not after.
4485         (Defining Images): Clean up last change.
4487 2006-03-11  Bill Wohler  <wohler@newt.com>
4489         * display.texi (Defining Images): Add image-load-path-for-library.
4491 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4493         * text.texi (Adaptive Fill): Fix Texinfo usage.
4495         * strings.texi (Creating Strings): Fix Texinfo usage.
4497         * searching.texi (Regexp Special): Use @samp for regular
4498         expressions that are not in Lisp syntax.
4500 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
4502         * searching.texi (Regexp Special): Put remark between parentheses
4503         to avoid misreading.
4505 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
4507         * searching.texi (Syntax of Regexps): More accurately describe
4508         which characters are special in which situations.
4509         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4510         are not special.  Describe in detail when `[' and `]' are special.
4511         (Regexp Backslash): Plenty of regexps with unbalanced square
4512         brackets are valid, so reword that statement.
4514 2006-03-02  Kim F. Storm  <storm@cua.dk>
4516         * keymaps.texi (Tool Bar): Add tool-bar-border.
4518 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
4520         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
4522 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4524         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4526         * files.texi (Locating Files): Suggest additional values for the
4527         SUFFIXES arg of `locate-file'.  Update pxref.
4529         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4530         (How Programs Do Loading): Discuss the effects of Auto Compression
4531         mode on `load'.
4532         (Load Suffixes): New node.
4533         (Library Search): Delete description of `load-suffixes'; it was
4534         moved to "Load Suffixes".
4535         (Autoload, Named Features): Mention `load-suffixes'.
4537 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4539         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4541         * windows.texi (Window Tree): Fix typo.
4543 2006-02-20  Kim F. Storm  <storm@cua.dk>
4545         * display.texi (Fringe Indicators): New section.
4546         Move indicate-empty-lines, indicate-buffer-boundaries, and
4547         default-indicate-buffer-boundaries here.
4548         Add fringe-indicator-alist and default-fringes-indicator-alist.
4549         Add list of logical fringe indicator symbols.
4550         Update list of standard bitmap names.
4551         (Fringe Cursors): New section.
4552         Move overflow-newline-into-fringe here.
4553         Add fringe-cursor-alist and default-fringes-cursor-alist.
4554         Add list of fringe cursor symbols.
4556 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
4558         * commands.texi (Using Interactive): Fix reference to node
4559         "Minibuffers".
4561 2006-02-19  Richard M. Stallman  <rms@gnu.org>
4563         * minibuf.texi (High-Level Completion):
4564         Add xref to read-input-method-name.
4566         * files.texi (Relative File Names): Move file-relative-name here.
4567         (File Name Expansion): From here.  Minor clarifications.
4569         * commands.texi (Using Interactive): Add xrefs about reading input.
4570         Clarify remarks about that moving point and mark.
4571         Put string case before list case.
4573 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
4575         * display.texi (Other Display Specs, Image Descriptors):
4576         Revert erroneous changes.  The previous description of
4577         image-descriptors as `(image . PROPS)' was correct.
4579 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4581         * variables.texi (File Local Variables): Clarifications.
4583 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4585         * variables.texi (File Local Variables): Use @code for a cons
4586         cell, not @var.
4588 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4590         * variables.texi (File Local Variables): Document new file local
4591         variable behavior.
4593 2006-02-10  Kim F. Storm  <storm@cua.dk>
4595         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4597 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
4599         * modes.texi (%-Constructs): Remove obsolete info about
4600         `global-mode-string'.
4602 2006-02-07  Richard M. Stallman  <rms@gnu.org>
4604         * commands.texi (Prefix Command Arguments): Minor cleanup.
4606         * display.texi: "Graphical display", not window system.
4608         * functions.texi (What Is a Function): Fix xref.
4610         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4611         (Changing Key Bindings): Clarify when remapping is better than
4612         substitute-key-definition.
4614 2006-02-02  Richard M. Stallman  <rms@gnu.org>
4616         * minibuf.texi (Basic Completion): Completion alists are risky.
4618         * keymaps.texi (Active Keymaps): Clarifications.
4619         (Searching Keymaps): New node.
4620         (Keymaps): Update menu.
4622         * frames.texi (Layout Parameters): Minor clarification.
4623         (Drag and Drop): New node.
4624         (Frames): Update menu.
4626 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
4628         * display.texi (Other Display Specs, Image Descriptors):
4629         Image description is a list, not a cons cell.
4631 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
4633         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4634         list is not necessarily a list).
4636 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
4638         * frames.texi (Layout Parameters): border-width and
4639         internal-border-width belong to the frame, not the window.
4641 2006-01-19  Richard M. Stallman  <rms@gnu.org>
4643         * nonascii.texi (Translation of Characters): Search cmds use
4644         translation-table-for-input.  Automatically made local.
4646         * markers.texi (Overview of Markers): Count insertion type
4647         as one of a marker's attributes.
4649         * keymaps.texi (Controlling Active Maps): New node, split out of
4650         Active Keymaps.
4651         (Keymaps): Menu updated.
4652         (Active Keymaps): Give pseudocode to explain how the active
4653         maps are searched.  current-active-maps and key-binding moved here.
4654         (Functions for Key Lookup): current-active-maps and key-binding moved.
4655         Clarifications.
4656         (Searching the Keymaps): New subnode.
4658         * elisp.texi (Top): Menu clarification.
4660         * display.texi (Other Display Specs): Delete duplicate entry for
4661         just a string as display spec.  Move text about recursive display
4662         specs on such a string.
4664         * commands.texi (Key Sequence Input): Clarify.
4665         Move num-nonmacro-input-events out.
4666         (Reading One Event): num-nonmacro-input-events moved here.
4668 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
4670         * advice.texi (Simple Advice): Update example to fit argument
4671         change in previous-line.
4673 2006-01-05  Richard M. Stallman  <rms@gnu.org>
4675         * markers.texi (The Mark): Fix in `mark'.
4677 2006-01-04  Richard M. Stallman  <rms@gnu.org>
4679         * processes.texi (Misc Network, Make Network): Minor cleanups.
4681 2006-01-04  Kim F. Storm  <storm@cua.dk>
4683         * processes.texi (Make Network): Add IPv6 addresses and handling.
4684         (Network Feature Testing): Mention (:family ipv6).
4685         (Misc Network): Add IPv6 formats to format-network-address.
4687 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4689         * text.texi (Changing Properties):
4690         Don't use return value of set-text-properties.
4692 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4694         * modes.texi (Mode Line Format): Correct typo in menu.
4696 2005-12-29  Richard M. Stallman  <rms@gnu.org>
4698         * modes.texi (Mode Line Top): New node.
4699         (Mode Line Data): Some text moved to new node.
4700         Explain the data structure more concretely.
4701         (Mode Line Basics): Clarifications.
4702         (Mode Line Variables): Clarify intro paragraph.
4703         (%-Constructs): Clarify intro paragraph.
4704         (Mode Line Format): Update menu.
4706 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4708         * minibuf.texi (Basic Completion): Update lazy-completion-table
4709         examples for removal of ARGS argument.
4711 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4713         * text.texi (Undo): Restore some explanation from the version
4714         that was deleted.
4716 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
4718         * text.texi (Undo): Remove duplicate descriptions of `apply
4719         funname' and `apply delta' elements of the undo list.
4721 2005-12-20  Richard M. Stallman  <rms@gnu.org>
4723         * help.texi (Help Functions): Update documentation of `apropos'.
4725 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
4727         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4728         because it is confusing.  If the :help-echo keyword is a function,
4729         it is not directly used as the :help-echo overlay property, as the
4730         xref seems to suggest (it does not take the appropriate args).
4732 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4734         * customize.texi (Common Keywords): Fix Texinfo usage.
4735         (Group Definitions, Variable Definitions): Update for new
4736         conventions for using `*' in docstrings.
4738         * tips.texi (Documentation Tips): Update for new conventions for
4739         using `*' in docstrings.
4741 2005-12-16  Richard M. Stallman  <rms@gnu.org>
4743         * minibuf.texi (Minibuffer Contents): Minor cleanup.
4745 2005-12-16  Juri Linkov  <juri@jurta.org>
4747         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4749 2005-12-14  Romain Francoise  <romain@orebokech.com>
4751         * modes.texi (Customizing Keywords): Rename `append' to `how'.
4752         Fix typo.
4754 2005-12-11  Juri Linkov  <juri@jurta.org>
4756         * minibuf.texi (Completion Commands): Add mention of read-file-name
4757         for filename completion keymaps.
4758         (Reading File Names): Add mention of filename completion keymaps
4759         for read-file-name and xref to `Completion Commands'.
4761 2005-12-10  Richard M. Stallman  <rms@gnu.org>
4763         * customize.texi (Common Keywords): State caveats for use of :tag.
4765 2005-12-08  Richard M. Stallman  <rms@gnu.org>
4767         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4768         with xrefs and better explanation.
4769         (Completion Commands): Add the filename completion maps.
4771         * objects.texi (Character Type): Clarify that \s is not space
4772         if a dash follows.
4774 2005-12-05  Richard M. Stallman  <rms@gnu.org>
4776         * windows.texi (Resizing Windows): Delete preserve-before args.
4778 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4781         in full keymaps, since the quirk has been fixed.
4783 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4785         * hooks.texi (Standard Hooks): Add index entries.  Mention
4786         `compilation-finish-functions'.
4788 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4790         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4792 2005-11-21  Juri Linkov  <juri@jurta.org>
4794         * customize.texi (Common Keywords): Update links types
4795         custom-manual and url-link.  Add link types emacs-library-link,
4796         file-link, function-link, variable-link, custom-group-link.
4798 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4800         * display.texi: Revert 2005-11-20 change.
4802 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4804         * processes.texi (Bindat Functions):
4805         Say "third" to refer to zero-based index "2".
4807 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
4809         * loading.texi (Library Search): Update the default value of
4810         `load-suffixes'.
4812 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4814         * display.texi (Attribute Functions): Mention :ignore-defface.
4816 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4818         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4819         (Minor Mode Conventions): Mention the use of a hook.
4821 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4823         * files.texi (Magic File Names): find-file-name-handler checks the
4824         `operations' property of the handler.
4826 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4828         * variables.texi (Frame-Local Variables): Small clarification.
4830 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4832         * os.texi (Init File): Document ~/.emacs.d/init.el.
4834 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4836         * internals.texi (Garbage Collection): Document memory-full.
4838 2005-10-28  Bill Wohler  <wohler@newt.com>
4840         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4841         for URLs.
4843 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4845         * minibuf.texi (Completion Commands): Clean up prev change.
4847 2005-10-26  Kevin Ryde  <user42@zip.com.au>
4849         * compile.texi (Eval During Compile): Explain recommended uses
4850         of eval-when-compile and eval-and-compile.
4852 2005-10-27  Masatake YAMATO  <jet@gyve.org>
4854         * minibuf.texi (Completion Commands):
4855         Write about new optional argument for `display-completion-list'.
4857 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4859         * display.texi (Overlay Arrow): Clarify about local bindings of
4860         overlay-arrow-position.
4862 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
4864         * internals.texi (Building Emacs): Fix last change.
4866 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4868         * internals.texi (Building Emacs): Document eval-at-startup.
4870 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4872         * loading.texi (Where Defined): load-history contains abs file names.
4873         symbol-file returns abs file names.
4875 2005-10-19  Kim F. Storm  <storm@cua.dk>
4877         * display.texi (Showing Images): Add max-image-size integer value.
4879 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4881         * display.texi (Showing Images): Document max-image-size.
4883 2005-10-17  Richard M. Stallman  <rms@gnu.org>
4885         * commands.texi (Quitting): Minor clarification.
4887         * processes.texi (Sentinels): Clarify about output and quitting.
4888         (Filter Functions): Mention with-local-quit.
4890 2005-10-17  Juri Linkov  <juri@jurta.org>
4892         * buffers.texi (Current Buffer):
4893         * commands.texi (Event Input Misc):
4894         * compile.texi (Eval During Compile, Compiler Errors):
4895         * customize.texi (Group Definitions):
4896         * display.texi (Progress, Defining Faces):
4897         * files.texi (Writing to Files):
4898         * modes.texi (Mode Hooks, Defining Minor Modes):
4899         * streams.texi (Output Functions):
4900         * syntax.texi (Syntax Table Functions):
4901         * text.texi (Change Hooks):
4902         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4904         * commands.texi (Quitting): Replace arg `forms' with `body' in
4905         `with-local-quit'.
4907         * positions.texi (Excursions): Replace arg `forms' with `body' in
4908         `save-excursion'.
4910 2005-10-08  Kim F. Storm  <storm@cua.dk>
4912         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4913         Rename manual section accordingly.
4915 2005-10-04  Kim F. Storm  <storm@cua.dk>
4917         * windows.texi (Window Split Tree): New section describing
4918         new function window-split-tree function.
4920 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
4922         * display.texi (Fringe Size/Pos): Simplify and add detail.
4924 2005-09-30  Romain Francoise  <romain@orebokech.com>
4926         * minibuf.texi (High-Level Completion): Explain that the prompt
4927         given to `read-buffer' should end with a colon and a space.
4928         Update usage examples.
4930 2005-09-29  Juri Linkov  <juri@jurta.org>
4932         * display.texi (Displaying Messages): Rename argument name
4933         `string' to `format-string' in functions `message', `message-box',
4934         `message-or-box'.
4936 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
4938         * errors.texi (Standard Errors): Correct xrefs.
4940 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4942         * display.texi (Defining Images): Update documentation for
4943         `image-load-path'.
4945 2005-09-17  Richard M. Stallman  <rms@gnu.org>
4947         * display.texi (Defining Images): Clean up previous change.
4949 2005-09-16  Romain Francoise  <romain@orebokech.com>
4951         * elisp.texi: Specify GFDL version 1.2.
4953         * doclicense.texi (GNU Free Documentation License): Update to
4954         version 1.2.
4956 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4958         * display.texi (Defining Images): Document `image-load-path'.
4960 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4962         * objects.texi (Printed Representation): Minor cleanup.
4963         (Box Diagrams): Minor fix.
4964         (Cons Cell Type): Move (...) index item here.
4965         (Box Diagrams): From here.
4966         (Array Type): Minor fix.
4967         (Type Predicates): Delete index "predicates".
4968         (Hash Table Type): Clarify xref.
4969         (Dotted Pair Notation): Minor fix.
4971 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
4973         * files.texi (Saving Buffers): Fix typo.
4975 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4977         * tips.texi (Programming Tips): Correct the "default" prompt spec.
4979 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4981         * locals.texi (Standard Buffer-Local Variables): Don't include
4982         mode variables for minor modes.
4983         Fix xrefs for buffer-display-count, buffer-display-table,
4984         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4985         enable-multibyte-characters, fill-column, header-line-format,
4986         left-fringe-width, left-margin, and right-fringe-width.
4988         * hooks.texi (Standard Hooks): All hooks should conform to the
4989         standard naming convention now.
4990         Fix xref for `echo-area-clear-hook'.
4992         * display.texi (Usual Display): Note that indicate-empty-lines and
4993         tab-width are buffer-local.
4995         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4997         * modes.texi (Mode Help): Note that major-mode is buffer-local.
4999         * nonascii.texi (Encoding and I/O): Note that
5000         buffer-file-coding-system is buffer-local.
5002         * positions.texi (List Motion): Note that defun-prompt-regexp is
5003         buffer-local.
5005         * text.texi (Auto Filling): Note that auto-fill-function is
5006         buffer-local.
5007         (Undo): Note that buffer-undo-list is buffer-local.
5009         * windows.texi (Buffers and Windows): Document
5010         buffer-display-count.
5012 2005-09-06  Richard M. Stallman  <rms@gnu.org>
5014         * tips.texi (Coding Conventions): Sometimes it is ok to put the
5015         package prefix elsewhere than at the start of the name.
5017 2005-09-03  Richard M. Stallman  <rms@gnu.org>
5019         * tips.texi (Programming Tips): Add conventions for minibuffer
5020         questions and prompts.
5022 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
5024         * intro.texi (nil and t): Minor cleanup.
5025         Delete spurious mention of keyword symbols.
5026         (Evaluation Notation): Add index entry.
5027         (A Sample Function Description): Minor cleanup.
5028         (A Sample Variable Description): Not all vars can be set.
5030 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
5032         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5034         (Insertion): Document precise type of `insert-char' arg COUNT.
5036 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         * modes.texi (Other Font Lock Variables): Sync the default of
5039         font-lock-lines-before.
5041 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
5043         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5045 2005-08-29  Richard M. Stallman  <rms@gnu.org>
5047         * elisp.texi (Top): Update subnode menu.
5049         * searching.texi (Searching and Matching): Move node.
5050         Rearrange contents and add overall explanation.
5051         (Searching and Case): Move node.
5052         (Searching and Matching): Update menu.
5054 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5056         * os.texi (Startup Summary): Fix the description of the initial
5057         startup message display.
5059 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5061         * searching.texi (Search and Replace): Add replace-regexp-in-string.
5063 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
5065         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5066         `next-overlay-change' example.
5068 2005-08-22  Juri Linkov  <juri@jurta.org>
5070         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5071         Fix invert-face.  Fix args of face-background.
5073         * display.texi (Standard Faces): Delete node.
5074         (Faces): Add xref to `(emacs)Standard Faces'.
5075         (Displaying Faces): Fix xref to `Standard Faces'.
5077         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5079 2005-08-20  Alan Mackenzie  <acm@muc.de>
5081         * buffers.texi (The Buffer List): Clarify the manipulation of the
5082         buffer list.
5084 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5086         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5087         a regexp.
5089 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5091         * elisp.texi (Top): Update subnode lists.
5093         * display.texi (Inverse Video): Node deleted.
5095         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5096         New nodes split out of Coding Conventions.
5098         * searching.texi (Regular Expressions): Document re-builder.
5100         * os.texi (Time Parsing): New node split out of Time Conversion.
5102         * processes.texi (Misc Network, Network Feature Testing)
5103         (Network Options, Make Network): New nodes split out of
5104         Low-Level Network.
5106 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5108         * frames.texi (Geometry): New node, split from Size and Position.
5109         (Frame Parameters): Refer to Geometry.
5111         * buffers.texi (The Buffer List): Fix xrefs.
5113         * windows.texi (Splitting Windows): Fix xref.
5115         * frames.texi (Layout Parameters): Add xref.
5117         * display.texi (Line Height, Scroll Bars): Fix xrefs.
5119         * keymaps.texi (Menu Bar): Fix xref.
5121         * locals.texi (Standard Buffer-Local Variables): Fix xref.
5123         * modes.texi (%-Constructs): Fix xref.
5125         * frames.texi (Window Frame Parameters): Node split up.
5126         (Basic Parameters, Position Parameters, Size Parameters)
5127         (Layout Parameters, Buffer Parameters, Management Parameters)
5128         (Cursor Parameters, Color Parameters): New subnodes.
5130 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5132         * positions.texi (Screen Lines): Update xref for previous change
5133         in minibuf.texi.
5135         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5136         change in minibuf.texi.
5138 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5140         * tips.texi (Coding Conventions): Minor cleanup.
5142         * modes.texi (Defining Minor Modes): Explain when init-value
5143         can be non-nil.
5145         * elisp.texi (Top): Update submenu for Minibuffer.
5147         * minibuf.texi (Minibuffer Misc): Node split up.
5148         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5149         (Recursive Mini): New nodes split out from Minibuffer Misc.
5150         (Minibuffer Misc): Document max-mini-window-height.
5152         * hash.texi (Defining Hash): Delete stray paren in example.
5154         * display.texi (Echo Area Customization): Don't define
5155         max-mini-window-height here; xref instead.
5157         * commands.texi (Event Input Misc): Update while-no-input.
5159         * advice.texi (Advising Functions): Explain when to use advice
5160         and when to use a hook.
5162 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
5164         * makefile.w32-in (info): Don't run install-info.
5165         ($(infodir)/dir): New target, produced by running install-info.
5167 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
5169         * modes.texi (Defining Minor Modes): The keyword for the initial
5170         value is :init-value, not :initial-value.
5172 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
5174         * loading.texi (Autoload): Make the `doctor' example be consistent
5175         with what's in current loaddefs.el.  Describe the "fn" magic in
5176         the usage portion of the doc string.
5178 2005-07-22  Richard M. Stallman  <rms@gnu.org>
5180         * internals.texi (Garbage Collection): Clarify previous change.
5182 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * internals.texi (Garbage Collection): Add gc-cons-percentage.
5186 2005-07-18  Juri Linkov  <juri@jurta.org>
5188         * commands.texi (Accessing Events):
5189         * frames.texi (Text Terminal Colors, Resources):
5190         * markers.texi (The Mark):
5191         * modes.texi (Defining Minor Modes):
5192         Delete duplicate duplicate words.
5194 2005-07-16  Richard M. Stallman  <rms@gnu.org>
5196         * display.texi (Managing Overlays): Clarify make-overlay
5197         args for insertion types.
5199 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
5201         * customize.texi (Variable Definitions):
5202         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5203         `standard-value' is a list too.
5204         (Defining New Types): Use @key{RET} instead of @key{ret}.
5206 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5208         * os.texi (Translating Input): Fix typo.
5210 2005-07-08  Richard M. Stallman  <rms@gnu.org>
5212         * README: Update edition number and size estimate.
5214         * elisp.texi (VERSION): Set to 2.9.
5216 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5218         * book-spine.texinfo: Update Emacs version.
5220         * display.texi (Inverse Video): Delete mode-line-inverse-video.
5222 2005-07-06  Richard M. Stallman  <rms@gnu.org>
5224         * searching.texi (Regexp Search): Clarify what re-search-forward
5225         does when the search fails.
5227 2005-07-05  Lute Kamstra  <lute@gnu.org>
5229         * Update FSF's address in GPL notices.
5231         * doclicense.texi (GNU Free Documentation License):
5232         * gpl.texi (GPL):
5233         * tips.texi (Coding Conventions, Library Headers):
5234         * vol1.texi:
5235         * vol2.texi: Update FSF's address.
5237 2005-07-04  Richard M. Stallman  <rms@gnu.org>
5239         * hooks.texi (Standard Hooks): Add occur-hook.
5241 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5243         * display.texi (The Echo Area): Correct menu.
5245 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5247         * elisp.texi (Top): Update subnode menu for Display.
5249         * display.texi (Displaying Messages): New node, with most
5250         of what was in The Echo Area.
5251         (Progress): Moved under The Echo Area.
5252         (Logging Messages): New node with new text.
5253         (Echo Area Customization): New node, the rest of what was
5254         in The Echo Area.  Document message-truncate-lines with @defvar.
5255         (Display): Update menu.
5257         * windows.texi (Textual Scrolling): Doc 3 values for
5258         scroll-preserve-screen-position.
5260         * text.texi (Special Properties): Change hook functions
5261         should bind inhibit-modification-hooks around altering buffer text.
5263         * keymaps.texi (Key Binding Commands): Call binding BINDING
5264         rather than DEFINITION.
5266 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5268         * variables.texi (Defining Variables): `user-variable-p' returns t
5269         for aliases of user options, nil for alias loops.
5271 2005-06-28  Richard M. Stallman  <rms@gnu.org>
5273         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5274         make-keymap.
5276 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
5278         * variables.texi (Setting Variables): Correct and clarify
5279         description of `add-to-ordered-list'.
5281 2005-06-26  Richard M. Stallman  <rms@gnu.org>
5283         * display.texi (Faces): Minor cleanup.
5285 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
5287         * display.texi (Faces): `facep' returns t for strings that are
5288         face names.
5290 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5292         * objects.texi (Equality Predicates): Clarify meaning of equal.
5294         * windows.texi (Selecting Windows): save-selected-window
5295         and with-selected-window save and restore the current buffer.
5297 2005-06-24  Richard M. Stallman  <rms@gnu.org>
5299         * numbers.texi (Float Basics): Explain how to test for NaN,
5300         and printing the sign of NaNs.
5302 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
5304         * makefile.w32-in (MAKEINFO): Use --force.
5306 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5308         * display.texi (Face Functions): Correct Texinfo usage.
5310 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5312         * lists.texi (Rings): `ring-elements' now returns the elements of
5313         RING in order.
5315 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5317         * markers.texi (The Mark): Texinfo usage fix.
5319 2005-06-23  Kim F. Storm  <storm@cua.dk>
5321         * searching.texi (Entire Match Data): Remove evaporate option for
5322         match-data.  Do not mention evaporate option for set-match-data.
5324 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
5326         * display.texi (Face Functions): Mention face aliases.
5328 2005-06-21  Richard M. Stallman  <rms@gnu.org>
5330         * anti.texi (Antinews): Texinfo usage fix.
5332 2005-06-21  Karl Berry  <karl@gnu.org>
5334         * elisp.texi: Use @copying.
5336         * elisp.texi: Put @summarycontents and @contents before the Top
5337         node, instead of the end of the file, so that the contents appear
5338         in the right place in the dvi/pdf output.
5340 2005-06-21  Juri Linkov  <juri@jurta.org>
5342         * display.texi (Defining Faces): Add `customized-face'.
5344 2005-06-20  Kim F. Storm  <storm@cua.dk>
5346         * variables.texi (Setting Variables): Any type of element can be
5347         given order in add-to-ordered-list.  Compare elements with eq.
5349         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5351 2005-06-20  Karl Berry  <karl@gnu.org>
5353         * syntax.texi (Syntax Flags): Make last column very slightly wider
5354         to avoid "generic comment" breaking on two lines and causing an
5355         underfull box.
5357 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5359         * lists.texi (Rings): Various minor clarifications and corrections.
5361 2005-06-18  Richard M. Stallman  <rms@gnu.org>
5363         * functions.texi (Obsolete Functions): Simplify.
5365         * variables.texi (Variable Aliases): Simplify.
5367         * anti.texi, backups.texi, compile.texi, customization.texi:
5368         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5369         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5370         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5371         * variables.texi: Fix formatting ugliness.
5373         * elisp.texi: Add links to Rings and Byte Packing.
5374         Update version and copyright years.
5376         * minibuf.texi: Fix formatting ugliness.
5377         (Completion Commands): Move keymap vars to the end
5378         and vars completing-read binds to the top.
5380 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
5382         * processes.texi: Fix typos.
5383         (Bindat Spec): Correct Texinfo error.
5384         (Byte Packing): Fix ungrammatical sentence.
5386 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
5388         * lists.texi (Rings): New node.
5389         (Lists): Add it to menu.
5391         * processes.texi (Byte Packing): New node.
5392         (Processes): Add it to menu.
5394 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5396         * syntax.texi (Parsing Expressions): Fix texinfo usage.
5398         * help.texi (Documentation Basics): Explain the xref to
5399         Documentation Tips.
5401         * debugging.texi (Debugger Commands): Minor fix.
5403 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
5405         * edebug.texi (Instrumenting): Eliminate duplicate link.
5406         (Specification List): Replace references to "below", referring to
5407         a later node, with one @ref to that node.
5409         * os.texi (Timers): Timers should save and restore the match data
5410         if they change it.
5412         * debugging.texi (Debugger Commands): Mention that the Lisp
5413         debugger can not step through primitive functions.
5415 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5417         * functions.texi (Obsolete Functions): Update argument names of
5418         `make-obsolete' and `define-obsolete-function-alias'.
5420         * variables.texi (Variable Aliases): Update argument names of
5421         `defvaralias', `make-obsolete-variable' and
5422         `define-obsolete-variable-alias'.
5424 2005-06-15  Kim F. Storm  <storm@cua.dk>
5426         * searching.texi (Entire Match Data): Rephrase warnings about
5427         evaporate arg to match-data and set-match-data.
5429 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
5431         * elisp.texi (Top): Update detailed menu.
5433         * edebug.texi (Edebug): Update menu.
5434         (Instrumenting): Update xrefs.
5435         (Edebug Execution Modes): Correct xref.
5436         (Jumping): Clarify description of `h' command.
5437         Eliminate redundant @ref.
5438         (Breaks): New node.
5439         (Breakpoints): Is now a subsubsection.
5440         (Global Break Condition): Mention `C-x X X'.
5441         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
5442         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5443         (Edebug Display Update): Correct pxref.
5444         (Edebug and Macros): New node.
5445         (Instrumenting Macro Calls): Is now a subsubsection.
5446         Neither arg of `def-edebug-spec' is evaluated.
5447         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5448         (Specification Examples): Fix typo.
5450 2005-06-14  Lute Kamstra  <lute@gnu.org>
5452         * debugging.texi (Function Debugging): Primitives can break on
5453         entry too.
5455 2005-06-14  Kim F. Storm  <storm@cua.dk>
5457         * variables.texi (Setting Variables): Add add-to-ordered-list.
5459 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * syntax.texi (Parsing Expressions): Document aux functions and vars of
5462         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5464 2005-06-13  Lute Kamstra  <lute@gnu.org>
5466         * text.texi (Special Properties): Fix cross reference.
5468 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5470         * debugging.texi (Function Debugging): Delete mention of empty
5471         string argument to `cancel-debug-on-entry'.  Delete inaccurate
5472         description of the return value of that command.
5474 2005-06-11  Alan Mackenzie  <acm@muc.de>
5476         * text.texi (Adaptive Fill): Amplify the description of
5477         fill-context-prefix.
5479 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5481         * syntax.texi (Parsing Expressions): Fix Texinfo error.
5483 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * syntax.texi (Parsing Expressions): Document syntax-ppss.
5487 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5489         * debugging.texi (Error Debugging): Minor rewording.
5490         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5491         is optional.
5493 2005-06-10  Lute Kamstra  <lute@gnu.org>
5495         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5496         (Top): Give it a title.  Correct version number.  Give the
5497         detailed node listing a more prominent header.
5498         * intro.texi: Don't set VERSION here a second time.
5499         Mention Emacs's version too.
5500         * anti.texi (Antinews): Use EMACSVER to refer to the current
5501         version of Emacs.
5503 2005-06-09  Kim F. Storm  <storm@cua.dk>
5505         * searching.texi (Entire Match Data): Explain new `reseat' argument to
5506         match-data and set-match-data.
5508 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5510         * searching.texi (Entire Match Data): Clarify when match-data
5511         returns markers and when integers.
5513         * display.texi (Defining Faces): Explain that face name should not
5514         end in `-face'.
5516         * modes.texi (Mode Line Data): Minor cleanup.
5517         (Customizing Keywords): Node split out of Search-based Fontification.
5518         Add example of using font-lock-add-keywords from a hook.
5519         Clarify when MODE should be non-nil, and when nil.
5521 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5523         * modes.texi (Mode Line Data): Explain what happens when the car
5524         of a list is a void symbol.
5525         (Search-based Fontification): Explain MODE arg to
5526         font-lock-add-keywords and warn about calls from major modes.
5528 2005-06-08  Juri Linkov  <juri@jurta.org>
5530         * display.texi (Standard Faces): Add `shadow' face.
5532 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5534         * modes.texi (Major Mode Conventions): A derived mode only needs
5535         to put the call to the parent mode inside `delay-mode-hooks'.
5537 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5539         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5540         new, and what that implies.  Clarify.
5542         * files.texi (Locating Files): Clean up the text.
5544         * frames.texi (Window Frame Parameters): Document user-size.
5545         Shorten entry for top by referring to left.
5547 2005-05-26  Richard M. Stallman  <rms@gnu.org>
5549         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5550         is new, and what the implications are.  Other clarifications.
5552 2005-05-24  Richard M. Stallman  <rms@gnu.org>
5554         * frames.texi (Dialog Boxes): Minor fixes.
5556 2005-05-25  Masatake YAMATO  <jet@gyve.org>
5558         * display.texi (Standard Faces): Write about `mode-line-highlight'.
5560 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5562         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5563         is optional.
5565 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5567         * frames.texi (Dialog Boxes): Describe new optional argument.
5569 2005-05-23  Lute Kamstra  <lute@gnu.org>
5571         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5572         syntax-begin-function over font-lock-beginning-of-syntax-function.
5574 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5576         * minibuf.texi (Reading File Names): Update description of
5577         `read-directory-name'.
5579         * modes.texi (Derived Modes): Clarify :group keyword.
5581 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5583         * files.texi (Locating Files): New subsection.
5584         Describe locate-file and executable-find.
5586 2005-05-21  Kevin Ryde  <user42@zip.com.au>
5588         * frames.texi (Initial Parameters): Update cross reference to
5589         "Emacs Invocation".
5591 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5593         * keymaps.texi (Active Keymaps): Add anchor.
5595         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5596         (Major Mode Conventions): Refer to `Auto Major Mode' in more
5597         appropriate place.
5598         (Derived Modes): Small clarifications.
5599         (Minor Mode Conventions, Keymaps and Minor Modes):
5600         Replace references to nodes with references to anchors.
5601         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5602         Clarify description of lists whose first element is an integer.
5603         (Mode Line Variables): Add anchor.
5604         (%-Constructs): Clarify description of integer after %.
5605         (Emulating Mode Line): Describe nil value for FACE.
5607 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5609         * modes.texi (Derived Modes): Correct references to non-existing
5610         variable standard-syntax-table.
5612 2005-05-17  Lute Kamstra  <lute@gnu.org>
5614         * modes.texi (Defining Minor Modes): Mention the mode hook.
5616 2005-05-15  Kim F. Storm  <storm@cua.dk>
5618         * processes.texi (Network): Remove open-network-stream-nowait.
5619         (Network Servers): Remove open-network-stream-server.
5621 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
5623         * elisp.texi (Top): Update detailed menu.
5625         * variables.texi: Reorder nodes.
5626         (Variables): Update menu.
5627         (File Local Variables): Do not refer to the `-*-' line as
5628         a "local variables list".  Add pxref.
5630 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5632         * elisp.texi (Top): Update detailed menu for node changes.
5634         * modes.texi (Modes): Update Menu.
5635         (Hooks): Move to beginning of chapter.
5636         Most minor modes run mode hooks too.
5637         `add-hook' can handle void hooks or hooks whose value is a single
5638         function.
5639         (Major Modes): Update Menu.
5640         (Major Mode Basics): New node, split off from `Major Modes'.
5641         (Major Mode Conventions): Correct xref.  Explain how to handle
5642         auto-mode-alist if the major mode command has an autoload cookie.
5643         (Auto Major Mode): Major update.  Add magic-mode-alist.
5644         (Derived Modes): Major update.
5645         (Mode Line Format): Update Menu.
5646         (Mode Line Basics): New node, split off from `Mode Line Format'.
5648         * loading.texi (Autoload): Mention `autoload cookie' as synonym
5649         for `magic autoload comment'.  Add index entries and anchor.
5651 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5653         * tips.texi (Coding Conventions): Explain how important it is
5654         that just loading certain files not change Emacs behavior.
5656         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5658 2005-05-12  Lute Kamstra  <lute@gnu.org>
5660         * modes.texi (Generic Modes): Update.
5661         (Major Modes): Refer to node "Generic Modes".
5663         * elisp.texi (Top): Update to the current structure of the manual.
5664         * processes.texi (Processes): Add menu description.
5665         * customize.texi (Customization): Add menu descriptions.
5667 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
5669         * processes.texi (Signals to Processes)
5670         (Low-Level Network): Fix typos.
5672 2005-05-11  Lute Kamstra  <lute@gnu.org>
5674         * elisp.texi (Top): Add some nodes from the chapter "Major and
5675         Minor Modes" to the detailed node listing.
5677 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5679         * keymaps.texi (Extended Menu Items): Menu item filter functions
5680         can be called at any time.
5682 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5684         * variables.texi (File Local Variables): `(hack-local-variables t)'
5685         now also checks whether a mode is specified in the local variables
5686         list.
5688 2005-05-05  Kevin Ryde  <user42@zip.com.au>
5690         * display.texi (The Echo Area): Correct format function cross
5691         reference.
5693 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5695         * variables.texi (Variable Aliases): Change description of
5696         `define-obsolete-variable-alias'.
5698         * functions.texi (Functions): Add "Obsolete Functions" to menu.
5699         (Defining Functions): Add xref.
5700         (Obsolete Functions): New node.
5701         (Function Safety): Standardize capitalization of section title.
5703         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5704         (Dialog Boxes): Complete description of `x-popup-dialog'.
5706 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5708         * commands.texi (Interactive Codes): Fix Texinfo usage.
5709         Document U more clearly.
5711 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5713         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5714         function and not a macro.
5716         * frames.texi (Pop-Up Menus): Correct and clarify description of
5717         `x-popup-menu'.
5718         (Dialog Boxes): Clarify description of `x-popup-dialog'.
5720 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5722         * edebug.texi (Checking Whether to Stop): Fix previous change.
5724 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5726         * display.texi: Fix typos and Texinfo usage.
5728         * edebug.texi (Checking Whether to Stop): executing-macro ->
5729         executing-kbd-macro.
5731 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5733         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5735 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5737         * files.texi (Magic File Names): Document `operations' property.
5739 2005-04-29  Lute Kamstra  <lute@gnu.org>
5741         * modes.texi (Generic Modes): New node.
5742         (Major Modes): Add it to the menu.
5743         (Derived Modes): Add "derived mode" to concept index.
5745 2005-04-28  Lute Kamstra  <lute@gnu.org>
5747         * modes.texi (Defining Minor Modes): Fix previous change.
5748         (Font Lock Mode): Simplify.
5749         (Font Lock Basics): Say that font-lock-defaults is buffer-local
5750         when set and that some parts are optional.  Add cross references.
5751         (Search-based Fontification): Say how to specify font-lock-keywords.
5752         Add cross references.  Add font-lock-multiline to index.
5753         Move font-lock-keywords-case-fold-search here from node "Other Font
5754         Lock Variables".  Document font-lock-add-keywords and
5755         font-lock-remove-keywords.
5756         (Other Font Lock Variables): Move font-lock-keywords-only,
5757         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5758         and font-lock-syntactic-face-function to node "Syntactic Font
5759         Lock".  Move font-lock-keywords-case-fold-search to node
5760         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
5761         and font-lock-{,un}fontify-{buffer,region}-function.
5762         (Precalculated Fontification): Remove reference to deleted variable
5763         font-lock-core-only.
5764         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5765         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
5766         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5767         and font-lock-syntactic-face-function here from node "Other Font
5768         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
5769         Syntax Properties".  Add cross references.
5770         (Setting Syntax Properties): New node.
5771         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5772         * syntax.texi (Syntax Properties): Add cross reference.
5773         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5775 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5777         * display.texi (Defining Faces):
5778         Document `default' elements of defface spec.
5780         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5782         * variables.texi (Variable Aliases): Clarify text.
5784 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
5786         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5788 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5790         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5792 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5794         * syntax.texi (Syntax Table Internals): Elaborate documentation of
5795         syntax-after and syntax-class.
5797         * files.texi (Changing Files): Fix last change's cross-reference.
5798         (Unique File Names): Don't mention "numbers" in the documentation
5799         of make-temp-file and make-temp-name.
5801 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5803         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5805 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5807         * windows.texi (Cyclic Window Ordering): Clarify window-list.
5809 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5811         * variables.texi (Variable Aliases): Describe make-obsolete-variable
5812         and define-obsolete-variable-alias.
5814 2005-04-22  Kim F. Storm  <storm@cua.dk>
5816         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5817         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5819 2005-04-21  Lute Kamstra  <lute@gnu.org>
5821         * lists.texi (Association Lists): Document rassq-delete-all.
5823 2005-04-19  Richard M. Stallman  <rms@gnu.org>
5825         * modes.texi (Search-based Fontification): Explain that
5826         facespec is an expression to be evaluated.
5828 2005-04-19  Kevin Ryde  <user42@zip.com.au>
5830         * streams.texi (Output Functions): Fix xref.
5831         * strings.texi (String Conversion): Fix xref.
5833 2005-04-19  Kim F. Storm  <storm@cua.dk>
5835         * symbols.texi (Symbol Plists): Add safe-get.
5836         Mention that `get' may signal an error.
5838 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5840         * customize.texi (Variable Definitions): Replace tooltip-mode
5841         example with save-place.
5843 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5845         * buffers.texi (Indirect Buffers): Clarify.
5847         * positions.texi (Positions): Clarify converting marker to integer.
5849         * strings.texi (String Basics): Mention string-match; clarify.
5851 2005-04-08  Lute Kamstra  <lute@gnu.org>
5853         * modes.texi (Search-based Fontification): Fix cross references.
5854         Use consistent terminology.  Document anchored highlighting.
5856 2005-04-05  Lute Kamstra  <lute@gnu.org>
5858         * modes.texi (Defining Minor Modes): Document :group keyword
5859         argument and its default value.
5861 2005-04-03  Lute Kamstra  <lute@gnu.org>
5863         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
5864         references and/or descriptions.  Delete major mode hooks; mention
5865         them as a category instead.  Rename or delete obsolete hooks.
5867 2005-04-02  Richard M. Stallman  <rms@gnu.org>
5869         * nonascii.texi (Coding System Basics): Another wording cleanup.
5871 2005-04-01  Richard M. Stallman  <rms@gnu.org>
5873         * nonascii.texi (Coding System Basics): Clarify previous change.
5875 2005-04-01  Kenichi Handa  <handa@m17n.org>
5877         * nonascii.texi (Coding System Basics): Describe about roundtrip
5878         identity of coding systems.
5880 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5882         * text.texi (Buffer Contents): Add filter-buffer-substring and
5883         buffer-substring-filters.
5885 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
5887         * anti.texi (Antinews): Mention `G' interactive code.
5889         * tips.texi (Compilation Tips): Mention benchmark.el.
5891 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
5893         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5894         is now bound to M-o M-o.
5896         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5898 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5900         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5901         in the Emacs Manual).
5902         * Makefile.in (srcs): Remove calendar.texi.
5903         * makefile.w32-in (srcs): Remove calendar.texi.
5904         * display.texi (Display): Change name of next node.
5905         * os.texi (System In): Change name of previous node.
5906         * elisp.texi (Top): Remove Calendar references.
5907         * vol1.texi (Top): Remove Calendar references.
5908         * vol2.texi (Top): Remove Calendar references.
5910 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5912         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5913         Cleanup previous change.
5915 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
5917         * display.texi (Face Attributes): Faces earlier in an :inherit
5918         list take precedence.
5919         (Scroll Bars): Fix description of vertical-scroll-bars.
5920         Document frame-current-scroll-bars and window-current-scroll-bars.
5922         * markers.texi (The Mark): Document temporary Transient Mark mode.
5924         * minibuf.texi (Reading File Names):
5925         Document read-file-name-completion-ignore-case.
5927         * positions.texi (Screen Lines): Document nil for width argument
5928         to compute-motion.
5930 2005-03-23  Kim F. Storm  <storm@cua.dk>
5932         * display.texi (Standard Faces): Other faces used in the fringe
5933         implicitly inherits from the fringe face.
5934         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5935         properties implicitly inherits from fringe face.
5936         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5938 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
5940         * display.texi (Invisible Text): State default value of
5941         line-move-ignore-invisible.
5942         (Managing Overlays): Document remove-overlays.
5943         (Standard Faces): Document escape-glyph face.
5945         * minibuf.texi (Reading File Names): Document read-file-name-function.
5947         * modes.texi (Other Font Lock Variables):
5948         Document font-lock-lines-before.
5950         * positions.texi (Skipping Characters): skip-chars-forward allows
5951         character classes.
5953 2005-03-18  Lute Kamstra  <lute@gnu.org>
5955         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5957 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5959         * text.texi (Undo): Document extensible undo entries.
5961         * searching.texi (String Search, Regexp Search): Cleanups.
5963         * nonascii.texi (Character Codes): Minor fix.
5965         * display.texi (Display Property): Explain the significance
5966         of having text properties that are eq.
5967         (Other Display Specs): Explain string as display spec.
5969         * commands.texi (Interactive Codes): Document G option.
5971 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
5973         * text.texi (Filling): Add sentence-end-without-period and
5974         sentence-end-without-space.
5975         (Changing Properties): Minor fix.
5977         * anti.texi: Total rewrite.
5979 2005-03-15  Lute Kamstra  <lute@gnu.org>
5981         * edebug.texi (Instrumenting Macro Calls): Fix typos.
5983 2005-03-08  Kim F. Storm  <storm@cua.dk>
5985         * display.texi (Specified Space): Property :width is support on
5986         non-graphic terminals, :height is not.
5988 2005-03-07  Richard M. Stallman  <rms@gnu.org>
5990         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5991         Now subnodes of Fringes.
5992         (Overlay Arrow): Document overlay-arrow-variable-list.
5993         (Fringe Size/Pos): New node, broken out of Fringes.
5994         (Display): Explain clearing vs redisplay better.
5995         (Truncation): Clarify use of bitmaps.
5996         (The Echo Area): Clarify the uses of the echo area.
5997         Add max-mini-window-height.
5998         (Progress): Clarify.
5999         (Invisible Text): Explain that main loop moves point out.
6000         (Selective Display): Say "hidden", not "invisible".
6001         (Managing Overlays): Move up.  Describe relation to Undo here.
6002         (Overlay Properties): Clarify intro.
6003         (Finding Overlays): Explain return values when nothing found.
6004         (Width): truncate-string-to-width has added arg.
6005         (Displaying Faces): Clarify and update mode line face handling.
6006         (Face Functions): Minor cleanup.
6007         (Conditional Display): Merge into Other Display Specs.
6008         (Pixel Specification, Other Display Specs): Minor cleanups.
6009         (Images, Image Descriptors): Minor cleanups.
6010         (GIF Images): Patents have expired.
6011         (Showing Images): Explain default text for insert-image.
6012         (Manipulating Button Types): Merge into Manipulating Buttons.
6013         (Making Buttons): Explain return values.
6014         (Button Buffer Commands): Add xref.
6015         (Inverse Video): Update mode-line-inverse-video.
6016         (Display Table Format): Clarify.
6017         (Active Display Table): Give defaults for window-display-table.
6019         * calendar.texi (Calendar Customizing): calendar-holiday-marker
6020         and calendar-today-marker are strings, not chars.
6021         (Holiday Customizing): Minor fix.
6023         * internals.texi (Writing Emacs Primitives): Update `or' example.
6024         Update limit on # args of subr.
6026         * edebug.texi (Using Edebug): Arrow is in fringe.
6027         (Instrumenting): Arg to eval-defun works without loading edebug.
6028         (Edebug Execution Modes): Add xref.
6030         * customize.texi (Common Keywords): Clarify :require.
6031         Mention :version here.
6032         (Variable Definitions, Group Definitions): Not here.
6033         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6035 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
6036         * nonascii.texi (Text Representations): Clarify position-bytes.
6037         (Character Sets): Add list-charset-chars.
6038         (Scanning Charsets): Add charset-after.
6039         (Encoding and I/O): Minor fix.
6041 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6043         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6044         (Resizing Windows): Likewise.
6046         * text.texi (Change Hooks): Get rid of "Emacs 21".
6048         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6050         * streams.texi (Output Variables): Get rid of "Emacs 21".
6052         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6054         * os.texi (Translating Input): Replace flow-control example
6055         with a less obsolete example that uses `keyboard-translate'.
6057         * objects.texi (Hash Table Type, Circular Objects):
6058         Get rid of "Emacs 21".
6060         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6061         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6063         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6065         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6067         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6068         (Menu Bar): Fix when menu-bar-update-hook is called.
6070         * hash.texi (Hash Tables): Get rid of "Emacs 21".
6072         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6073         and make it read better.
6075         * files.texi (Writing to Files): Get rid of "Emacs 21".
6076         (Unique File Names): Likewise.
6078         * elisp.texi: Update Emacs version to 22.
6080         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6081         (Overlay Properties, Face Attributes): Likewise.
6082         (Managing Overlays): Fix punctuation.
6083         (Attribute Functions): Clarify set-face-font; get rid of
6084         info about old Emacs versions.
6085         (Auto Faces, Font Lookup, Display Property, Images):
6086         Get rid of "Emacs 21".
6088         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6090 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6092         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6094 2005-03-04  Lute Kamstra  <lute@gnu.org>
6096         * debugging.texi (Error Debugging): Document stack-trace-on-error.
6098 2005-03-03  Lute Kamstra  <lute@gnu.org>
6100         * edebug.texi (Instrumenting Macro Calls): Fix typo.
6102 2005-03-01  Lute Kamstra  <lute@gnu.org>
6104         * debugging.texi (Debugger Commands): Update `j'.
6106 2005-02-28  Lute Kamstra  <lute@gnu.org>
6108         * debugging.texi (Debugging): Fix typo.
6109         (Error Debugging): Document eval-expression-debug-on-error.
6110         (Function Debugging): Update example.
6111         (Using Debugger): Mention starred stack frames.
6112         (Debugger Commands): Document `j' and `l'.
6113         (Invoking the Debugger): `d' and `j' exit recursive edit too.
6114         Update the messages that the debugger displays.
6115         (Internals of Debugger): Add cross reference.  Update example.
6116         (Excess Open): Minor improvement.
6117         (Excess Close): Minor improvement.
6119 2005-02-26  Richard M. Stallman  <rms@gnu.org>
6121         * tips.texi (Coding Conventions): Clarify.
6122         Put all the major mode key reservations together.
6123         Mention the Mouse-1 => Mouse-2 conventions.
6125         * syntax.texi (Syntax Class Table): Clarify.
6126         (Syntax Table Functions): syntax-after moved from here.
6127         (Syntax Table Internals): syntax-after moved to here.
6128         (Parsing Expressions): Update info on number of values
6129         and what's meaningful in the STATE argument.
6130         (Categories): Fix typo.
6132         * sequences.texi (Arrays): Cleanup.
6133         (Char-Tables): Clarify.
6135         * processes.texi (Deleting Processes): Cleanups, add xref.
6136         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
6137         (Process Information): set-process-coding-system, some args optional.
6138         (Input to Processes): Explain various types for PROCESS args.
6139         Rename them from PROCESS-NAME to PROCESS.
6140         (Signals to Processes): Likewise.
6141         (Decoding Output): Cleanup.
6142         (Query Before Exit): Clarify.
6144         * os.texi (Startup Summary): Correct the options; add missing ones.
6145         (Terminal Output, Batch Mode): Clarify.
6146         (Flow Control): Node deleted.
6148         * markers.texi (The Mark): Clarify.
6150         * macros.texi (Expansion): Cleanup.
6151         (Indenting Macros): indent-spec allows ints, not floats.
6153         * keymaps.texi (Keymaps): Clarify.
6154         (Format of Keymaps): Update lisp-mode-map example.
6155         (Active Keymaps, Key Lookup): Clarify.
6156         (Changing Key Bindings): Add xref to `kbd'.
6157         (Key Binding Commands, Simple Menu Items): Clarify.
6158         (Mouse Menus, Menu Bar): Clarify.
6159         (Menu Example): Replace print example with menu-bar-replace-menu.
6161         * help.texi (Documentation Basics): Add function-documentation prop.
6163         * elisp.texi (Top): Don't refer to Flow Control node.
6165         * commands.texi (Command Overview): Improve xrefs.
6166         (Adjusting Point): Adjusting point applies to intangible and invis.
6167         (Key Sequence Input): Doc extra read-key-sequence args.
6168         Likewise for read-key-sequence-vector.
6170         * backups.texi (Rename or Copy): Minor fix.
6171         (Numbered Backups): For version-control, say the default.
6172         (Auto-Saving): make-auto-save-file-name example is simplified.
6174         * advice.texi (Advising Functions): Don't imply one part of Emacs
6175         should advise another part.  Markup changes.
6176         (Defining Advice): Move transitional para.
6177         (Activation of Advice): Cleanup.
6178         Explain if COMPILE is nil or negative.
6180         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6182 2005-02-24  Lute Kamstra  <lute@gnu.org>
6184         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6185         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6187 2005-02-23  Lute Kamstra  <lute@gnu.org>
6189         * modes.texi (Defining Minor Modes): define-minor-mode can be used
6190         to define global minor modes as well.
6192         * display.texi (Managing Overlays): overlay-buffer returns nil for
6193         deleted overlays.
6195 2005-02-22  Kim F. Storm  <storm@cua.dk>
6197         * minibuf.texi (Basic Completion): Allow symbols in addition to
6198         strings in try-completion and all-completions.
6200 2005-02-14  Lute Kamstra  <lute@gnu.org>
6202         * elisp.texi (Top): Remove reference to deleted node.
6204         * lists.texi (Lists): Remove reference to deleted node.
6205         (Cons Cells): Fix typo.
6207         * loading.texi (Where Defined): Fix typo.
6209 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6211         * variables.texi (Creating Buffer-Local): change-major-mode-hook
6212         is useful for discarding some minor modes.
6214         * symbols.texi (Symbol Components): Reorder examples.
6216         * streams.texi (Input Functions): State standard-input default.
6217         (Output Variables): State standard-output default.
6219         * objects.texi (Printed Representation): Clarify read syntax vs print.
6220         (Floating Point Type): Explain meaning better.
6221         (Symbol Type): Explain uniqueness better.
6222         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
6223         List examples sooner.
6224         (Box Diagrams): New subnode broken out.
6225         Some examples moved from old Lists as Boxes node.
6226         (Dotted Pair Notation): Clarify intro.
6227         (Array Type): Clarify.
6228         (Type Predicates): Add hash-table-p.
6230         * numbers.texi (Integer Basics): Clarify radix explanation.
6231         (Predicates on Numbers): Minor clarification.
6232         (Comparison of Numbers): Minor clarification.  Clarify eql.
6233         Typos in min, max.
6234         (Math Functions): Clarify overflow in expt.
6236         * minibuf.texi (Text from Minibuffer): Minor clarification.
6237         Mention arrow keys.
6239         * loading.texi (Autoload): defun's doc string overrides autoload's
6240         doc string.
6241         (Repeated Loading): Modernize "add to list" examples.
6242         (Where Defined): Finish updating table of load-history elts.
6244         * lists.texi (List-related Predicates): Minor wording improvement.
6245         (Lists as Boxes): Node deleted.
6246         (Building Lists): Explain trivial cases of number-sequence.
6248         * hash.texi (Hash Tables): Add desc to menu items.
6249         (Creating Hash): Explain "full" means "make larger".
6250         (Hash Access): Any object can be a key.
6251         State value of maphash.
6253         * functions.texi (What Is a Function): Wording cleanup.
6254         (Function Documentation): Minor cleanup.
6255         Explain purpose of calling convention at end of doc string.
6256         (Function Names): Wording cleanup.
6257         (Calling Functions): Wording cleanup.
6258         Explain better how funcall calls the function.
6259         (Function Cells): Delete example of saving and redefining function.
6261         * control.texi (Combining Conditions): Wording cleanup.
6262         (Iteration): dolist and dotimes bind VAR locally.
6263         (Cleanups): Xref to Atomic Changes.
6265         * compile.texi (Byte Compilation): Delete 19.29 info.
6266         (Compilation Functions): Macros' difficulties don't affect defsubst.
6267         (Docs and Compilation): Delete 19.29 info.
6269 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6271         * objects.texi (Symbol Type): Minor correction.
6273 2005-02-06  Lute Kamstra  <lute@gnu.org>
6275         * modes.texi (Example Major Modes): Fix typos.
6277 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6279         * text.texi (Margins): fill-nobreak-predicate can be one function.
6281         * strings.texi (Modifying Strings): clear-string can make unibyte.
6282         (Formatting Strings): format gives error if values missing.
6284         * positions.texi (Character Motion): Mention default arg
6285         for forward-char.  backward-char refers to forward-char.
6286         (Word Motion): Mention default arg for forward-word.
6287         (Buffer End Motion): Mention default arg for beginning-of-buffer.
6288         Simplify end-of-buffer.
6289         (Text Lines): Mention default arg for forward-line.
6290         (List Motion): Mention default arg for beginning/end-of-defun.
6291         (Skipping Characters): Minor fixes in explaining character-set.
6293         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6294         Mode inheritance applies only when default-major-mode is nil.
6295         Clarifications.
6296         (Example Major Modes): Update Text mode and Lisp mode examples.
6297         (Minor Mode Conventions): Mention define-minor-mode at top.
6298         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6299         (Mode Line Format): Update mode line face display info.
6300         (Properties in Mode): Mention effect of risky vars.
6301         (Imenu): Define imenu-add-to-menubar.
6302         (Font Lock Mode): Add descriptions to menu lines.
6303         (Faces for Font Lock): Add font-lock-doc-face.
6305 2005-02-05  Lute Kamstra  <lute@gnu.org>
6307         * text.texi (Maintaining Undo): Remove obsolete function.
6309 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6311         * frames.texi (Color Names): Add pointer to the X docs about RGB
6312         color specifications.  Improve indexing.
6313         (Text Terminal Colors): Replace the description of RGB values by
6314         an xref to "Color Names".
6316 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6318         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6319         Clarify.
6320         (Selecting Windows): Clarify save-selected-window.
6321         (Cyclic Window Ordering): Clarify walk-windows.
6322         (Window Point): Clarify.
6323         (Window Start): Add comment to example.
6324         (Resizing Windows): Add `interactive' specs in examples.
6325         Document fit-window-to-buffer.
6327         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6328         (Undo, Maintaining Undo): Clarify last change.
6329         (Sorting): In sort-numeric-fields, explain about octal and hex.
6330         Mention sort-numeric-base.
6331         (Format Properties): Add xref for hard newlines.
6333         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6334         (Pop-Up Menus): Fix typo.
6335         (Color Names): Explain all types of color names.
6336         Explain color-values on B&W terminal.
6337         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
6339         * files.texi (File Locks): Not supported on MS systems.
6340         (Testing Accessibility): Clarify.
6342         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6343         (Coverage Testing): Fix typo.
6345         * commands.texi (Misc Events): Remove stray space.
6347         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6348         (Modification Time): Clarify when visited-file-modtime returns 0.
6349         (The Buffer List): Clarify bury-buffer.
6350         (Killing Buffers): Clarify.
6351         (Indirect Buffers): Add clone-indirect-buffer.
6353 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
6355         * edebug.texi (Printing in Edebug): Fix default value of
6356         edebug-print-circle.
6357         (Coverage Testing): Fix displayed frequency count data.
6359 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6361         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6363 2005-02-02  Kim F. Storm  <storm@cua.dk>
6365         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6367 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
6369         * commands.texi (Misc Events): Describe the help-echo event.
6371         * text.texi (Special Properties) <help-echo>: Use `pos'
6372         consistently in description of the help-echo property.
6373         Use @code{nil} instead of @var{nil}.
6375         * display.texi (Overlay Properties): Fix the index entry for
6376         help-echo overlay property.
6378         * customize.texi (Type Keywords): Uncomment the xref to the
6379         help-echo property documentation.
6381 2005-01-23  Kim F. Storm  <storm@cua.dk>
6383         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6384         return value.  Third element FULLY replaced by PARTIAL which
6385         specifies number of invisible pixels if row is only partially visible.
6386         (Textual Scrolling): Mention auto-window-vscroll.
6387         (Vertical Scrolling): New defvar auto-window-vscroll.
6389 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6391         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6392         command remapping.
6394 2005-01-15  Richard M. Stallman  <rms@gnu.org>
6396         * display.texi (Defining Images): Mention DATA-P arg of create-image.
6398 2005-01-14  Kim F. Storm  <storm@cua.dk>
6400         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6402         * text.texi (Links and Mouse-1): Fix string and vector item.
6404 2005-01-13  Richard M. Stallman  <rms@gnu.org>
6406         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6407         descriptions of overriding-local-map and overriding-terminal-local-map.
6409         * text.texi (Links and Mouse-1): Clarify text.
6411 2005-01-13  Kim F. Storm  <storm@cua.dk>
6413         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6415 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6417         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6419 2005-01-12  Kim F. Storm  <storm@cua.dk>
6421         * text.texi (Links and Mouse-1): Rename section from Enabling
6422         Mouse-1 to Following Links.  Change xrefs.
6423         Add examples for define-button-type and define-widget.
6425         * display.texi (Button Properties, Button Buffer Commands):
6426         Clarify mouse-1 and follow-link functionality.
6428 2005-01-12  Richard M. Stallman  <rms@gnu.org>
6430         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6432         * display.texi (Beeping): Fix Texinfo usage.
6434         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6436 2005-01-11  Kim F. Storm  <storm@cua.dk>
6438         * display.texi (Button Properties, Button Buffer Commands):
6439         Mention mouse-1 binding.  Add follow-link keyword.
6441         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6442         (Enabling Mouse-1 to Follow Links): New subsection.
6444 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6446         * text.texi (Special Properties): Minor change.
6448         * os.texi (Timers): Clarify previous change.
6450         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6452 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
6454         * display.texi (Face Attributes): Correct xref to renamed node.
6456 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6458         * display.texi (Face Attributes): Describe hex color specs.
6460 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6462         * os.texi (Timers): Update previous change.
6464 2004-12-30  Kim F. Storm  <storm@cua.dk>
6466         * display.texi (Line Height): Total line-height is now specified
6467         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
6468         in cons cells.  (nil . RATIO) is relative to actual line height.
6469         Use line-height `t' instead of `0' to get minimum height.
6471 2004-12-29  Richard M. Stallman  <rms@gnu.org>
6473         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6475 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6477         * commands.texi (Quitting): Clarify value of with-local-quit.
6479         * elisp.texi (Top): Fix previous change.
6481         * loading.texi (Loading): Fix previous change.
6483 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6485         * Makefile.in (MAKEINFO): Specify --force.
6487         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6489         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6491         * display.texi (Line Height): Further clarify.
6493         * elisp.texi (Top): Update Loading submenu.
6495         * loading.texi (Where Defined): New node.
6496         (Unloading): load-history moved to Where Defined.
6498 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6500         * commands.texi (Event Input Misc): Add while-no-input.
6502 2004-12-11  Richard M. Stallman  <rms@gnu.org>
6504         * display.texi (Line Height): Rewrite text for clarity.
6506 2004-12-11  Kim F. Storm  <storm@cua.dk>
6508         * display.texi (Display): Add node "Line Height" to menu.
6509         (Line Height): New node.  Move full description of line-spacing
6510         and line-height text properties here from text.texi.
6511         (Scroll Bars): Add vertical-scroll-bar variable.
6513         * frames.texi (Window Frame Parameters): Remove line-height defvar.
6515         * locals.texi (Standard Buffer-Local Variables): Fix xref for
6516         line-spacing and vertical-scroll-bar.
6518         * text.texi (Special Properties): Just mention line-spacing and
6519         line-height here, add xref to new "Line Height" node.
6521 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
6523         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6525         * locals.texi (Standard Buffer-Local Variables):
6526         Add @xref for `line-spacing'.
6528 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6530         * Makefile.in (maintainer-clean): Remove the info files
6531         in $(infodir) where they are created.
6533 2004-12-03  Richard M. Stallman  <rms@gnu.org>
6535         * windows.texi (Selecting Windows): get-lru-window and
6536         get-largest-window don't consider dedicated windows.
6538         * text.texi (Undo): Document undo-in-progress.
6540 2004-11-26  Richard M. Stallman  <rms@gnu.org>
6542         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6543         Remove a few vars that are not always buffer-local.
6545 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
6547         * locals.texi (Standard Buffer-Local Variables): Comment out
6548         xref's to non-existent node `Yet to be written'.
6550 2004-11-24  Richard M. Stallman  <rms@gnu.org>
6552         * processes.texi (Synchronous Processes): Grammar fix.
6554         * numbers.texi (Comparison of Numbers): Add eql.
6556         * locals.texi (Standard Buffer-Local Variables): Add many vars.
6558         * intro.texi (Printing Notation): Fix previous change.
6560         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6561         and default-indicate-buffer-boundaries from here.
6562         (Usual Display): To here.
6563         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6564         (Usual Display): Move tab-width up.
6566         * customize.texi (Variable Definitions): Replace
6567         show-paren-mode example with tooltip-mode.
6568         (Simple Types, Composite Types, Defining New Types):
6569         Minor cleanups.
6571 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
6573         * processes.texi (Synchronous Processes, Output from Processes):
6574         Markup fix.
6576 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6578         * positions.texi (Skipping Characters): skip-chars-forward
6579         now handles char classes.
6581         * intro.texi (Printing Notation): Avoid confusion of `print'
6582         when explaining @print.
6584         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6586         * display.texi (Display Table Format): Minor fix.
6588         * streams.texi (Output Functions): Fix print example.
6590         * Makefile.in (elisp): New target.
6591         (dist): Depend on $(infodir)/elisp, not elisp.
6592         Copy the info files from $(infodir).
6594         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6595         read-from-minibuffer.
6597         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6599 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6601         * searching.texi (Regexp Search): Add search-whitespace-regexp.
6603 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
6605         * tips.texi (Coding Conventions): Fix typo.
6607 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6609         * tips.texi (Coding Conventions): Separate defvar and require
6610         methods to avoid warnings.  Use require only when there are many
6611         functions and variables from that package.
6613         * minibuf.texi (Minibuffer Completion): When ignoring case,
6614         predicate must not be case-sensitive.
6616         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6617         (Test Coverage): Don't talk about "splotches".  Clarified.
6619 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
6621         * frames.texi (Window Frame Parameters): Fix typo.
6623 2004-11-15  Kim F. Storm  <storm@cua.dk>
6625         * symbols.texi (Other Plists): Note that plist-get may signal error.
6626         Add safe-plist-get.
6628 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6630         * modes.texi (Font Lock Basics): Fix typo.
6632 2004-11-08  Richard M. Stallman  <rms@gnu.org>
6634         * syntax.texi (Syntax Table Functions): Add syntax-after.
6636 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
6638         * os.texi (Processor Run Time): New section documenting
6639         get-internal-run-time.
6641 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6643         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6644         it nukes elisp-cover.texi.
6645         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6646         elisp-0 etc.
6648 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6650         * commands.texi (Keyboard Macros): Document `append' return value
6651         of `defining-kbd-macro'.
6653 2004-11-01  Richard M. Stallman  <rms@gnu.org>
6655         * commands.texi (Interactive Call): Add called-interactively-p.
6657 2004-10-29  Simon Josefsson  <jas@extundo.com>
6659         * minibuf.texi (Reading a Password): Revert.
6661 2004-10-28  Richard M. Stallman  <rms@gnu.org>
6663         * frames.texi (Display Feature Testing): Explain about "vendor".
6665 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6667         * commands.texi (Interactive Codes): `N' uses numeric prefix,
6668         not raw.  Clarify `n'.
6669         (Interactive Call): Rewrite interactive-p, focusing on when
6670         and how to use it.
6671         (Misc Events): Clarify previous change.
6673         * advice.texi (Simple Advice): Clarify what job the example does.
6674         (Around-Advice): Clarify ad-do-it.
6675         (Activation of Advice): An option of ad-default-compilation-action
6676         is `never', not `nil'.
6678 2004-10-26  Kim F. Storm  <storm@cua.dk>
6680         * commands.texi (Interactive Codes): Add U code letter.
6682 2004-10-25  Simon Josefsson  <jas@extundo.com>
6684         * minibuf.texi (Reading a Password): Add.
6686 2004-10-24  Jason Rumney  <jasonr@gnu.org>
6688         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
6689         and wheel-down.
6691 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6693         * processes.texi (Synchronous Processes): Document process-file.
6695 2004-10-22  Kenichi Handa  <handa@m17n.org>
6697         * text.texi (translate-region): Document that it accepts also a
6698         char-table.
6700 2004-10-22  David Ponce  <david@dponce.com>
6702         * windows.texi (Resizing Windows): Document the `preserve-before'
6703         argument of the functions `enlarge-window' and `shrink-window'.
6705 2004-10-19  Jason Rumney  <jasonr@gnu.org>
6707         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6709 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6711         * text.texi (Filling): Add anchor for definition of
6712         `sentence-end-double-space'.
6714         * searching.texi (Regexp Example): Update description of how
6715         Emacs currently recognizes the end of a sentence.
6716         (Standard Regexps): Update definition of the variable
6717         `sentence-end'.  Add definition of the function `sentence-end'.
6719 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6721         * display.texi (Progress): New node.
6723 2004-10-05  Kim F. Storm  <storm@cua.dk>
6725         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6727 2004-09-29  Kim F. Storm  <storm@cua.dk>
6729         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6730         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
6731         fringe bitmap symbols, as they now have their own namespace.
6732         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6733         vs. pixels.  Signal error if no free bitmap slots.
6734         (Pixel Specification): Change IMAGE to @var{image}.
6736 2004-09-28  Richard M. Stallman  <rms@gnu.org>
6738         * text.texi (Special Properties): Clarify line-spacing and line-height.
6740         * searching.texi (Regexp Search): Add looking-back.
6742 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
6744         * display.texi: Correct typos.
6745         (Image Descriptors): Correct xref's.
6747 2004-09-25  Richard M. Stallman  <rms@gnu.org>
6749         * text.texi (Special Properties): Cleanups in `cursor'.
6750         Rewrites in `line-height' and `line-spacing'; exchange them.
6752         * display.texi (Fringes): Rewrite previous change.
6753         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
6754         (Display Fringe Bitmaps): Node deleted, text moved.
6755         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
6756         (Scroll Bars): Clarify set-window-scroll-bars.
6757         (Pointer Shape): Rewrite.
6758         (Specified Space): Clarify :align-to, etc.
6759         (Pixel Specification): Use @var.  Clarify new text.
6760         (Other Display Specs): Clarify `slice'.
6761         (Image Descriptors): Cleanups.
6762         (Showing Images): Cleanups.
6764 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6766         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6768         * modes.texi: Various minor changes in addition to:
6769         (Major Mode Conventions): Final call to `run-mode-hooks' should
6770         not be inside the `delay-mode-hooks' form.
6771         (Mode Hooks): New node.
6772         (Hooks): Delete obsolete example.
6773         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6774         node "Mode Hooks".
6776 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
6778         * display.texi: Correct various typos.
6779         (Display): Rename node "Pointer Shapes" to "Pointer
6780         Shape".  (There is already a node called "Pointer Shapes" in
6781         frames.texi.)
6782         (Images): Remove non-existent node "Image Slices" from menu.
6784 2004-09-23  Kim F. Storm  <storm@cua.dk>
6786         * text.texi (Special Properties): Add `cursor', `pointer',
6787         `line-height', and `line-spacing' properties.
6789         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6790         Shapes' to menu.
6791         (Standard Faces): Doc fix for fringe face.
6792         (Fringes): Add `overflow-newline-into-fringe' and
6793         'indicate-buffer-boundaries'.
6794         (Fringe Bitmaps, Pointer Shapes): New nodes.
6795         (Display Property): Add 'Pixel Specification' and 'Display Fringe
6796         Bitmaps' to menu.
6797         (Specified Space): Describe pixel width and height.
6798         (Pixel Specification): New node.
6799         (Other Display Specs): Add `slice' property.
6800         (Display Fringe Bitmaps): New node.
6801         (Images): Add 'Image Slices' to menu.
6802         (Image Descriptors): Add `:pointer' and `:map' properties.
6803         (Showing Images): Add slice arg to `insert-image'.  Add
6804         'insert-sliced-image'.
6806 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6808         * commands.texi (Key Sequence Input):
6809         Clarify downcasing in read-key-sequence.
6811 2004-09-08  Juri Linkov  <juri@jurta.org>
6813         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6815 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6817         * locals.texi (Standard Buffer-Local Variables): Add
6818         `buffer-auto-save-file-format'.
6819         * internals.texi (Buffer Internals): Describe new
6820         auto_save_file_format field of the buffer structure.
6821         * files.texi (Format Conversion): `auto-save-file-format' has been
6822         renamed `buffer-auto-save-file-format'.
6824 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
6826         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6827         an integer or a marker.
6828         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6830 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6832         * modes.texi (Major Mode Conventions): Discuss rebinding of
6833         standard key bindings.
6835 2004-08-18  Kim F. Storm  <storm@cua.dk>
6837         * processes.texi (Accepting Output): Add `just-this-one' arg to
6838         `accept-process-output'.
6839         (Output from Processes): New var `process-adaptive-read-buffering'.
6841 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
6843         * keymaps.texi: Various changes in addition to:
6844         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6845         Give more varied examples for `kbd'.
6846         (Creating Keymaps): Char tables have slots for all characters
6847         without modifiers.
6848         (Active Keymaps): `overriding-local-map' and
6849         `overriding-terminal-local-map' also override text property and
6850         overlay keymaps.
6851         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6852         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6853         to denote a prefix of no events.
6854         `map-keymap' includes parent's bindings _recursively_.
6855         Clarify and correct description of `where-is-internal'.
6856         Mention BUFFER-OR-NAME arg to `describe-bindings'.
6857         (Menu Example): For menus intended for use with the keyboard, the
6858         menu items should be bound to characters or real function keys.
6860 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6862         * objects.texi (Character Type): Reposition `@anchor' to prevent
6863         double space inside sentence in Info.
6865         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6866         renamed to `disabled-command-function'.
6867         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6868         (Command Loop Info): Replace reference to it.
6869         (Disabling Commands): `disabled-command-hook' has been renamed to
6870         `disabled-command-function'.
6872 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
6874         * os.texi (Translating Input): Only non-prefix bindings in
6875         `key-translation-map' override actual key bindings.  Warn about
6876         possible indirect effect of actual key bindings on non-prefix
6877         bindings in `key-translation-map'.
6879 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
6881         * minibuf.texi (High-Level Completion): Add anchor for definition
6882         of `read-variable'.
6884         * commands.texi: Various changes in addition to:
6885         (Using Interactive): Clarify description of `interactive-form'.
6886         (Interactive Call): Mention default for KEYS argument to
6887         `call-interactively'.
6888         (Command Loop Info): Clarify description of `this-command-keys'.
6889         Mention KEEP-RECORD argument to `clear-this-command-keys'.
6890         Value of `last-event-frame' can be `macro'.
6891         (Repeat Events): `double-click-fuzz' is also used to distinguish
6892         clicks and drags.
6893         (Classifying Events): Clarify descriptions of `event-modifiers'
6894         `event-basic-type' and `event-convert-list'.
6895         (Accessing Events): `posn-timestamp' takes POSITION argument.
6896         (Quoted Character Input): Clarify description of
6897         `read-quoted-char' and fix example.
6898         (Quitting): Add `with-local-quit'.
6899         (Disabling Commands): Correct and clarify descriptions of
6900         `enable-command' and `disable-command'.
6901         Mention what happens if `disabled-command-hook' is nil.
6902         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6903         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6905 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6907         * frames.texi: Various changes in addition to:
6908         (Creating Frames): Expand and clarify description of `make-frame'.
6909         (Window Frame Parameters): Either none or both of the `icon-left'
6910         and `icon-top' parameters must be specified.  Put descriptions of
6911         `menu-bar-lines' and `toolbar-lines' closer together and change
6912         them accordingly.
6913         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6914         except while processing `frame-title-format' or `icon-title-format'.
6915         (Deleting Frames): Correct description of `delete-frame'.
6916         Non-nil return values of `frame-live-p' are like those of `framep'.
6917         (Frames and Windows): Mention return value of
6918         `set-frame-selected-window'.
6919         (Visibility of Frames): Mention `force' argument to
6920         `make-frame-invisible'.  `frame-visible-p' returns t for all
6921         frames on text-only terminals.
6922         (Frame Configurations): Restoring a frame configuration does not
6923         restore deleted frames.
6924         (Window System Selections): `x-set-selection' returns DATA.
6925         (Resources): Add example.
6926         (Display Feature Testing): Clarify descriptions of
6927         `display-pixel-height', `display-pixel-width', `x-server-version'
6928         and `x-server-vendor'.
6930         * windows.texi (Choosing Window): Add anchor.
6931         * minibuf.texi (Minibuffer Misc): Add anchor.
6933 2004-07-23  John Paul Wallington  <jpw@gnu.org>
6935         * macros.texi (Defining Macros): Declaration keyword for setting
6936         Edebug spec is `debug' not `edebug'.
6938 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
6940         * windows.texi: Various small changes in addition to:
6941         (Window Point): Mention return value of `set-window-point'.
6942         (Window Start): `pos-visible-in-window-p' disregards horizontal
6943         scrolling.  Explain return value if PARTIALLY is non-nil.
6944         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6945         and `set-window-vscroll'.
6946         (Size of Window): The argument WINDOW to `window-inside-edges',
6947         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6948         (Resizing Windows): Explain return value of
6949         `shrink-window-if-larger-than-buffer'.
6950         `window-size-fixed' automatically becomes buffer local when set.
6951         (Window Configurations): Explain return value of
6952         `set-window-configuration'.
6954         * minibuf.texi (Minibuffer Misc): Add anchor for
6955         `minibuffer-scroll-window'.
6957         * positions.texi (Text Lines): Add anchor for `count-lines'.
6959 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6961         * display.texi (Overlay Properties): Adding `evaporate' prop
6962         deletes empty overlay immediately.
6964         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6965         fix example.
6967 2004-07-16  Jim Blandy  <jimb@redhat.com>
6969         * searching.texi (Regexp Backslash): Document new \_< and \_>
6970         operators.
6972 2004-07-16  Juanma Barranquero  <lektu@terra.es>
6974         * display.texi (Images): Fix Texinfo usage.
6976 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6978         * buffers.texi (Modification Time): `visited-file-modtime' now
6979         returns a list of two integers, instead of a cons.
6981 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6983         * windows.texi: Various changes in addition to:
6984         (Splitting Windows): Add `split-window-keep-point'.
6986 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6988         * frames.texi (Input Focus): Minor fix.
6990 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6992         * frames.texi (Input Focus): Clarify descriptions of
6993         `select-frame-set-input-focus' and `select-frame'.
6995 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
6997         * os.texi: Various small changes in addition to:
6998         (Killing Emacs): Expand and clarify description of
6999         `kill-emacs-query-functions' and `kill-emacs-hook'.
7000         (System Environment): Expand and clarify description of `getenv'
7001         and `setenv'.
7002         (Timers): Clarify description of `run-at-time'.
7003         (Translating Input): Correct description of
7004         `extra-keyboard-modifiers'.
7005         (Flow Control): Correct description of `enable-flow-control'.
7007 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
7009         * os.texi: Update copyright.
7010         (Session Management): Grammar fix.
7011         Clarify which Emacs does the restarting.
7012         Use @samp for *scratch* buffer.
7014 2004-07-04  Alan Mackenzie  <acm@muc.de>
7016         * frames.texi (Input Focus): Add documentation for
7017         `select-frame-set-input-focus'.  Replace refs to non-existent
7018         `switch-frame' with `select-frame'.  Minor corrections and tidying
7019         up of text-only terminal stuff.
7021 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7023         * files.texi (Saving Buffers): Cleanup write-contents-function.
7024         (Magic File Names): Cleanup file-remote-p.
7026 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
7028         * files.texi (Magic File Names): `file-remote-p' returns an
7029         identifier of the remote system, not just t.
7031 2004-07-02  David Kastrup  <dak@gnu.org>
7033         * searching.texi (Entire Match Data): Add explanation about new
7034         match-data behavior when @var{integers} is non-nil.
7036 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7038         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7040         * customize.texi (Variable Definitions): Note about doc strings
7041         and :set.
7043         * keymaps.texi (Keymap Terminology): Document `kbd'.
7044         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7046         * display.texi (Invisible Text): Setting buffer-invisibility-spec
7047         makes it buffer-local.
7049         * files.texi (Saving Buffers): Correct previous change.
7051         * commands.texi (Accessing Events):
7052         Clarify posn-col-row and posn-actual-col-row.
7054 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
7056         * commands.texi (Accessing Events): New functions
7057         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
7059 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7061         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7062         * frames.texi, buffers.texi, backups.texi, variables.texi:
7063         * loading.texi, eval.texi, functions.texi, control.texi:
7064         * symbols.texi, minibuf.texi: Reposition @anchor's.
7066         * help.texi: Various small changes in addition to the following.
7067         (Describing Characters): Describe PREFIX argument to
7068         `key-description'.  Correct and clarify definition of
7069         `text-char-description'.  Describe NEED-VECTOR argument to
7070         `read-kbd-macro'.
7071         (Help Functions): Clarify definition of `apropos'.
7073 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7075         * files.texi (Saving Buffers): Correct description of
7076         `write-contents-functions'.
7078 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7080         * display.texi (Images): Remove redundant @vindex directives.
7081         Rewrite `image-library-alist' doc in active voice.
7083 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7085         * display.texi (Images): Document new delayed library loading,
7086         variable `image-library-alist' and (existing but undocumented)
7087         function `image-type-available-p'.
7089 2004-06-05  Richard M. Stallman  <rms@gnu.org>
7091         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7092         refer the user to the Initial Input node.
7093         (Text from Minibuffer): Likewise.
7094         (Initial Input): New node.  Document this feature
7095         and say it is mostly deprecated.
7097 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7099         * loading.texi (Named Features): Clarify return value
7100         and meaning of NOERROR.
7102         * variables.texi (File Local Variables): Minor cleanup.
7104 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7106         * files.texi (Magic File Names): Add `file-remote-p' as operation
7107         of file name handlers.
7109 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7111         * modes.texi (Minor Mode Conventions): (-) has no special meaning
7112         as arg to a minor mode command.
7114 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7116         * syntax.texi (Syntax Class Table): Word syntax not just for English.
7118         * streams.texi (Output Variables): Doc float-output-format.
7120         * searching.texi (Regexp Special): Nested repetition can be infloop.
7122         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7123         real stack overflow.
7125         * compile.texi: Minor cleanups.
7127 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
7129         * lists.texi (Cons Cells): Explain dotted lists, true lists,
7130         circular lists.
7131         (List Elements): Explain handling of circular and dotted lists.
7133 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
7135         * modes.texi (Search-based Fontification): Fix typo.
7137 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7139         * modes.texi (Mode Line Variables): Fix description of
7140         global-mode-string, which is now after which-func-mode, not the
7141         buffer name.
7143 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7145         * modes.texi (Desktop Save Mode): Add.
7146         (Modes): Add menu entry Desktop Save Mode.
7148         * hooks.texi: Add desktop-after-read-hook,
7149         desktop-no-desktop-file-hook and desktop-save-hook.
7151         * locals.texi: Add desktop-save-buffer.
7153 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
7155         * display.texi: emacs -> Emacs.
7157 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7159         * files.texi (Changing Files): Document set-file-times.
7161 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7163         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7165 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
7167         * tips.texi (Coding Conventions): defopt -> defcustom.
7169 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
7171         * sequences.texi: Various clarifications.
7173 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
7175         * buffers.texi (Read Only Buffers): Mention optional ARG to
7176         `toggle-read-only'.
7178 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
7180         * windows.texi (Selecting Windows): Note that get-lru-window
7181         returns a full-width window if possible.
7183 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7185         * buffers.texi: Various changes in addition to:
7186         (Buffer File Name): Add `find-buffer-visiting'.
7187         (Buffer Modification): Mention optional ARG to `not-modified'.
7188         (Indirect Buffers): Mention optional CLONE argument to
7189         `make-indirect-buffer'.
7191         * files.texi: Various changes in addition to:
7192         (Visiting Functions): `find-file-hook' is now a normal hook.
7193         (File Name Expansion): Explain difference between the way that
7194         `expand-file-name' and `file-truename' treat `..'.
7195         (Contents of Directories): Mention optional ID-FORMAT argument to
7196         `directory-files-and-attributes'.
7197         (Format Conversion): Mention new optional CONFIRM argument to
7198         `format-write-file'.
7200 2004-04-12  Miles Bader  <miles@gnu.org>
7202         * macros.texi (Expansion): Add description of `macroexpand-all'.
7204 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7206         * variables.texi (Variable Aliases): Mention
7207         cyclic-variable-indirection.
7209         * errors.texi (Standard Errors): Ditto.
7211 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7213         * backups.texi: Various small changes in addition to:
7214         (Making Backups): Mention return value of `backup-buffer'.
7215         (Auto-Saving): Mention optional FORCE argument to
7216         `delete-auto-save-file-if-necessary'.
7217         (Reverting): Mention optional PRESERVE-MODES argument to
7218         `revert-buffer'.  Correct description of `revert-buffer-function'.
7220 2004-03-22  Juri Linkov  <juri@jurta.org>
7222         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7223         with `Vector Functions'.
7225         * text.texi (Sorting): Add missing quote.
7227 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
7229         * intro.texi (Lisp History): Replace xref to `cl' manual with
7230         inforef.
7232 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7234         * intro.texi (Version Info): Add arg to emacs-version.
7235         (Lisp History): Change xref to CL manual.
7237 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
7239         * minibuf.texi (Completion Commands): Add xref to Emacs manual
7240         for Partial Completion mode.
7242 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
7244         * customize.texi: Fix typo.  Remove eol whitespace.
7246 2004-03-04  Richard M. Stallman  <rms@gnu.org>
7248         * processes.texi: Fix typos.
7250         * lists.texi (Building Lists): Minor clarification.
7252         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7253         in make-hash-table.
7255 2004-02-29  Juanma Barranquero  <lektu@terra.es>
7257         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7258         rm, and ignore exit code.
7260 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7262         * display.texi (Defining Faces): Add description for min-colors.
7263         Update example.
7265 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7267         * abbrevs.texi: Various corrections and clarifications in addition
7268         to the following:
7269         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7271 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7273         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7275 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
7277         * text.texi: Various small changes in addition to the following:
7278         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7279         to delete-horizontal-space.
7280         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7281         description of yank-handler text property at various places.
7283         * frames.texi (Window System Selections): Add anchor.
7285         * syntax.texi (Syntax Table Functions): Clarify and correct
7286         descriptions of make-syntax-table and copy-syntax-table.
7287         (Motion and Syntax): Clarify SYNTAXES argument to
7288         skip-syntax-forward.
7289         (Parsing Expressions): Mention that the return value of
7290         parse-partial-sexp is currently a list of ten rather than nine
7291         elements.
7292         (Categories): Various corrections and clarifications.
7294 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7296         * markers.texi (Marker Insertion Types): Minor change.
7298         * locals.texi (Standard Buffer-Local Variables):
7299         * commands.texi (Interactive Codes, Using Interactive):
7300         * functions.texi (Related Topics): Fix xrefs.
7302 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7304         * lists.texi (Sets And Lists): Update description of delete-dups.
7306 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7308         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7310 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
7312         * frames.texi (Parameter Access): frame-parameters arg is optional.
7313         modify-frame-parameters handles nil for FRAME.
7314         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7315         are all-or-nothing for certain toolkits.
7316         Mention parameter wait-for-wm.
7317         (Frames and Windows): In frame-first-window and frame-selected-window
7318         the arg is optional.
7319         (Input Focus): In redirect-frame-focus the second arg is optional.
7320         (Window System Selections): Mention selection type CLIPBOARD.
7321         Mention data-type UTF8_STRING.
7322         Mention numbering of cut buffers.
7323         (Resources): Describe x-resource-name.
7325 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7327         * windows.texi (Buffers and Windows): Delete false table
7328         about all-frames.
7330         * syntax.texi (Parsing Expressions): Delete old caveat
7331         about parse-sexp-ignore-comments.
7333         * streams.texi (Output Variables): Add print-quoted.
7335         * lists.texi (Building Lists): Minor cleanup.
7337         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7339         * display.texi (Overlays): Explain overlays use markers.
7340         (Managing Overlays): Explain front-advance and rear-advance
7341         in more detail.
7343         * loading.texi (Unloading): Document unload-feature-special-hooks.
7344         Get rid of fns-NNN.el file.
7346 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7348         * help.texi (Describing Characters): Fix text-char-description
7349         example output.
7351         * edebug.texi (Using Edebug): Fix example.
7353         * debugging.texi (Internals of Debugger): Fix return value.
7355         * files.texi (Changing Files): Fix argname.
7357         * calendar.texi: Fix parens, and default values.
7359         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7360         * nonascii.texi, objects.texi, os.texi: Minor fixes.
7361         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
7363         * positions.texi (Text Lines): Don't add -1 in current-line.
7365 2004-02-16  Richard M. Stallman  <rms@gnu.org>
7367         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7369 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7371         * processes.texi (Low-Level Network): Fix a typo.
7373 2004-02-12  Kim F. Storm  <storm@cua.dk>
7375         * display.texi (Fringes): Use consistent wording.
7376         Note that window-fringe's window arg is optional.
7377         (Scroll Bars): Use consistent wording.
7379 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7381         * tips.texi (Comment Tips): Document the new conventions for
7382         commenting out code.
7384 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
7386         * positions.texi (Text Lines): Added missing end defun.
7388 2004-02-07  Kim F. Storm  <storm@cua.dk>
7390         * positions.texi (Text Lines): Add line-number-at-pos.
7392 2004-02-06  John Paul Wallington  <jpw@gnu.org>
7394         * display.texi (Button Properties, Button Buffer Commands):
7395         mouse-2 invokes button, not down-mouse-1.
7397 2004-02-04  Jason Rumney  <jasonr@gnu.org>
7399         * makefile.w32-in: Sync with Makefile.in changes.
7401 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
7403         * minibuf.texi (Text from Minibuffer): Various corrections and
7404         clarifications.
7405         (Object from Minibuffer): Correct Lisp description of
7406         read-minibuffer.
7407         (Minibuffer History): Clarify description of cons values for
7408         HISTORY arguments.
7409         (Basic Completion): Various corrections and clarifications.  Add
7410         completion-regexp-list.
7411         (Minibuffer Completion): Correct and clarify description of
7412         completing-read.
7413         (Completion Commands): Mention Partial Completion mode.  Various
7414         other minor changes.
7415         (High-Level Completion): Various corrections and clarifications.
7416         (Reading File Names): Ditto.
7417         (Minibuffer Misc): Ditto.
7419 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7421         * strings.texi (Text Comparison): assoc-string also matches
7422         elements of alists that are strings instead of conses.
7423         (Formatting Strings): Standardize Texinfo usage.  Update index
7424         entries.
7426 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
7428         * lists.texi (Sets And Lists): Add delete-dups.
7430 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
7432         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7433         special form.
7434         * macros.texi (Defining Macros): Update description of `declare',
7435         which now is a macro.
7436         (Wrong Time): Fix typos.
7438 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7440         * compile.texi (Compilation Functions): Expand descriptions of
7441         `compile-defun', `byte-compile-file', `byte-recompile-directory'
7442         and `batch-byte-compile'.  In particular, mention and describe
7443         all optional arguments.
7444         (Disassembly): Correct and clarify the description of `disassemble'.
7446 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7448         * searching.texi: Various small changes in addition to the
7449         following.
7450         (Regexp Example): Adapt to new value of `sentence-end'.
7451         (Regexp Functions): The PAREN argument to `regexp-opt' can be
7452         `words'.
7453         (Search and Replace): Add usage note for `perform-replace'.
7454         (Entire Match Data): Mention INTEGERS and REUSE arguments to
7455         `match-data'.
7456         (Standard Regexps): Update for new values of `paragraph-start'
7457         and `sentence-end'.
7459 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
7461         * files.texi (Saving Buffers): Clarify descriptions of
7462         `write-contents-functions' and `before-save-hook'.
7463         Make the defvar's for `before-save-hook' and `after-save-hook'
7464         into defopt's.
7466 2004-01-07  Kim F. Storm  <storm@cua.dk>
7468         * commands.texi (Click Events): Describe new image and
7469         width/height elements of click events.
7470         (Accessing Events): Add posn-string, posn-image, and
7471         posn-object-width-height.  Change posn-object to return either
7472         image or string object.
7474 2004-01-01  Simon Josefsson  <jas@extundo.com>
7476         * hooks.texi (Standard Hooks): Add before-save-hook.
7477         * files.texi (Saving Buffers): Likewise.
7479 2004-01-03  Richard M. Stallman  <rms@gnu.org>
7481         * frames.texi (Frames and Windows): Delete frame-root-window.
7483 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7485         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7487         * functions.texi: Various small changes in addition to the
7488         following.
7489         (What Is a Function): `functionp' returns nil for macros.  Clarify
7490         behavior of this and following functions for symbol arguments.
7491         (Function Documentation): Add `\' in front of (fn @var{arglist})
7492         and explain why.
7493         (Defining Functions): Mention DOCSTRING argument to `defalias'.
7494         Add anchor.
7495         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
7497 2004-01-01  Miles Bader  <miles@gnu.org>
7499         * display.texi (Buttons): New section.
7501 2003-12-31  Andreas Schwab  <schwab@suse.de>
7503         * numbers.texi (Math Functions): sqrt reports a domain-error
7504         error.
7505         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7507 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7509         * tips.texi (Documentation Tips): Update item on hyperlinks in
7510         documentation strings.
7512         * errors.texi (Standard Errors): Various small corrections and
7513         additions.
7515         * control.texi: Various small changes in addition to the
7516         following.
7517         (Signaling Errors): Provide some more details on how `signal'
7518         constructs the error message.  Add anchor to the definition of
7519         `signal'.
7520         (Error Symbols): Describe special treatment of `quit'.
7521         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7522         to emphasize that it has to be a single form.
7524         * buffers.texi: Add anchor.
7526 2003-12-29  Richard M. Stallman  <rms@gnu.org>
7528         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7529         (Window Configurations): Add window-configuration-frame.
7531         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7533         * text.texi (Examining Properties): Add get-char-property-and-overlay.
7534         Change arg name in get-char-property.
7535         (Special Properties): Update handling of keymap property.
7537         * strings.texi (Modifying Strings): Add clear-string.
7538         (Text Comparison): Add assoc-string and remove
7539         assoc-ignore-case, assoc-ignore-representation.
7541         * os.texi (Time of Day): Add set-time-zone-rule.
7543         * numbers.texi (Math Functions): asin, acos, log, log10
7544         report domain-error errors.
7546         * nonascii.texi (Converting Representations):
7547         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7548         (Encoding and I/O): Add file-name-coding-system.
7550         * modes.texi (Search-based Fontification): Explain that
7551         face specs are symbols with face names as values.
7553         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7555         * lists.texi (Building Lists): remq moved elsewhere.
7556         (Sets And Lists): remq moved here.
7557         (Association Lists): Refer to assoc-string.
7559         * internals.texi (Garbage Collection): Add memory-use-counts.
7561         * frames.texi (Frames and Windows): Add set-frame-selected-window
7562         and frame-root-window.
7564         * files.texi (Contents of Directories):
7565         Add directory-files-and-attributes.
7567         * display.texi (Refresh Screen): Add force-window-update.
7568         (Invisible Text): Explain about moving point out of invis text.
7569         (Overlay Properties): Add overlay-properties.
7570         (Managing Overlays): Add overlayp.
7571         (GIF Images): Invalid image number displays a hollow box.
7573         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7574         (Killing Buffers): Add buffer-live-p.
7576 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7578         * display.texi (Fringes): Fix typo "set-buffer-window".
7580 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
7582         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7583         * nonascii.texi, processes.texi, tips.texi, variables.texi:
7584         Add or change various xrefs and anchors.
7586         * commands.texi: Replace all occurrences of @acronym{CAR} with
7587         @sc{car}, for consistency with the rest of the Elisp manual.
7588         `car' and `cdr' are historically acronyms, but are no longer
7589         widely thought of as such.
7591         * internals.texi (Pure Storage): Mention that `purecopy' does not
7592         copy text properties.
7593         (Object Internals): Now 29 bits are used (in most implementations)
7594         to address Lisp objects.
7596         * variables.texi (Variables with Restricted Values): New node.
7598         * objects.texi (Lisp Data Types): Mention that certain variables
7599         can only take on a restricted set of values and add an xref to
7600         the new node "Variables with Restricted Values".
7602         * eval.texi (Function Indirection): Describe the errors that
7603         `indirect-function' can signal.
7604         (Eval): Clarify the descriptions of `eval-region' and `values'.
7605         Describe `eval-buffer' instead of `eval-current-buffer' and
7606         mention `eval-current-buffer' as an alias for `current-buffer'.
7607         Correct the description and mention all optional arguments.
7609         * nonascii.texi: Various small changes in addition to the
7610         following.
7611         (Converting Representations): Clarify behavior of
7612         `string-make-multibyte' and `string-to-multibyte' for unibyte all
7613         ASCII arguments.
7614         (Character Sets): Document the variable `charset-list' and adapt
7615         the definition of the function `charset-list' accordingly.
7616         (Translation of Characters): Clarify use of generic characters in
7617         `make-translation-table'.  Clarify and correct the description of
7618         the use of translation tables in encoding and decoding.
7619         (User-Chosen Coding Systems): Correct and clarify the description
7620         of `select-safe-coding-system'.
7621         (Default Coding Systems): Clarify description of
7622         `file-coding-system-alist'.
7624 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
7626         * strings.texi (Text Comparison): Correctly describe when two
7627         strings are `equal'.  Combine and clarify descriptions of
7628         `assoc-ignore-case' and `assoc-ignore-representation'.
7630         * objects.texi (Non-ASCII in Strings): Clarify description of
7631         when a string is unibyte or multibyte.
7632         (Bool-Vector Type): Update examples.
7633         (Equality Predicates): Correctly describe when two strings are
7634         `equal'.
7636 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7638         * lists.texi (Building Lists): `append' no longer accepts integer
7639         arguments.  Update the description of `number-sequence' to reflect
7640         recent changes.
7641         (Sets And Lists): Describe `member-ignore-case' after `member'.
7643 2003-11-27  Kim F. Storm  <storm@cua.dk>
7645         * commands.texi (Click Events): Click object may be an images.
7646         Describe (dx . dy) element of click positions.
7647         (Accessing Events): Remove duplicate posn-timestamp.
7648         New functions posn-object and posn-object-x-y.
7650 2003-11-23  Kim F. Storm  <storm@cua.dk>
7652         * commands.texi (Click Events): Describe enhancements to event
7653         position lists, including new text-pos and (col . row) items.
7654         Mention left-fringe and right-fringe area events.
7655         (Accessing Events): New functions posn-area and
7656         posn-actual-col-row.  Mention posn-timestamp.  Mention that
7657         posn-point in non-text area still returns buffer position.
7658         Clarify posn-col-row.
7660 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
7662         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7663         * anti.texi (File Attributes): Describe removed parameter
7664         ID-FORMAT.
7666 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7668         * positions.texi (Positions): Mention that, if a marker is used as
7669         a position, its buffer is ignored.
7671         * markers.texi (Overview of Markers): Mention it here too.
7673 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
7675         * numbers.texi (Numeric Conversions): Not just `floor', but also
7676         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7678 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
7680         * markers.texi (Creating Markers): Specify insertion type of
7681         created markers.  Add xref to `Marker Insertion Types'.
7682         Second argument to `copy-marker' is optional.
7683         (Marker Insertion Types): Mention that most markers are created
7684         with insertion type nil.
7685         (The Mark): Correctly describe when `mark' signals an error.
7686         (The Region): Correctly describe when `region-beginning' and
7687         `region-end' signal an error.
7689 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
7691         * hash.texi (Creating Hash): Clarify description of `eql'.
7692         `makehash' is obsolete.
7693         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7695         * positions.texi (Point): Change description of `buffer-end', so
7696         that it is also correct for floating point arguments.
7697         (List Motion): Correct argument lists of `beginning-of-defun' and
7698         `end-of-defun'.
7699         (Excursions): Add xref to `Marker Insertion Types'.
7700         (Narrowing): Argument to `narrow-to-page' is optional.
7702 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
7704         * streams.texi (Output Streams): Clarify behavior of point for
7705         marker output streams.
7707 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
7709         * variables.texi (Defining Variables): Second argument to
7710         `defconst' is not optional.
7711         (Setting Variables): Mention optional argument APPEND to
7712         `add-to-list'.
7713         (Creating Buffer-Local): Expand description of
7714         `make-variable-buffer-local'.
7715         (Frame-Local Variables): Expand description of
7716         `make-variable-frame-local'.
7717         (Variable Aliases): Correct description of optional argument
7718         DOCSTRING to `defvaralias'.  Mention return value of
7719         `defvaralias'.
7720         (File Local Variables): Add xref to `File variables' in Emacs
7721         Manual.  Correct description of `hack-local-variables'.  Mention
7722         `safe-local-variable' property.  Mention optional second argument
7723         to `risky-local-variable-p'.
7725 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
7727         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7729 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7731         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7732         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7733         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7734         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7735         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7736         lispref/processes.texi, lispref/searching.texi,
7737         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7738         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7739         @acronym{FOO}.
7741 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
7743         * strings.texi (Creating Strings): Argument START to `substring'
7744         can not be `nil'.  Expand description of
7745         `substring-no-properties'.  Correct description of `split-string',
7746         especially with respect to empty matches.  Prevent very bad line
7747         break in definition of `split-string-default-separators'.
7748         (Text Comparison): `string=' and `string<' also accept symbols as
7749         arguments.
7750         (String Conversion): More completely describe argument BASE in
7751         `string-to-number'.
7752         (Formatting Strings): `%s' and `%S' in `format' do require
7753         corresponding object.  Clarify behavior of numeric prefix after
7754         `%' in `format'.
7755         (Case Conversion): The argument to `upcase-initials' can be a
7756         character.
7758 2003-10-27  Kenichi Handa  <handa@m17n.org>
7760         * display.texi (Fontsets): Fix texinfo usage.
7762 2003-10-25  Kenichi Handa  <handa@m17n.org>
7764         * display.texi (Fontsets): Add description of the function
7765         set-fontset-font.
7767 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
7769         * display.texi (Temporary Displays): Add xref to `Documentation
7770         Tips'.
7772         * functions.texi (Function Safety): Use inforef instead of pxref
7773         for SES.
7775 2003-10-23  Andreas Schwab  <schwab@suse.de>
7777         * Makefile.in (TEX, texinputdir): Don't define.
7778         (TEXI2DVI): Define.
7779         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7780         add $(srcdir)/index.texi.
7781         ($(infodir)/elisp): Remove index.texi dependency.
7782         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
7783         (index.texi): Remove target.
7784         (dist): Don't link $(srcdir)/permute-index.
7785         (clean): Don't remove index.texi.
7787         * permute-index, index.perm: Remove.
7788         * index.texi: Rename from index.unperm.
7790 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
7792         * tips.texi (Documentation Tips): Document new behavior for face
7793         and variable hyperlinks in Help mode.
7795 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
7797         * objects.texi (Integer Type): Update for extra bit of integer range.
7798         (Character Type): Ditto.
7800 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
7802         * numbers.texi (Integer Basics): Add index entries for reading
7803         numbers in hex, octal, and binary.
7805 2003-10-16  Lute Kamstra  <lute@gnu.org>
7807         * modes.texi (Mode Line Format): Mention force-mode-line-update's
7808         argument.
7810 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
7812         * windows.texi (Choosing Window): Fix typo.
7813         * edebug.texi (Edebug Execution Modes): Fix typo.
7815 2003-10-13  Richard M. Stallman  <rms@gnu.org>
7817         * windows.texi (Basic Windows): A window has fringe settings,
7818         display margins and scroll-bar settings.
7819         (Splitting Windows): Doc split-window return value.
7820         Clean up one-window-p.
7821         (Selecting Windows): Fix typo.
7822         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7823         (Buffers and Windows): In set-window-buffer, explain effect
7824         on fringe settings and scroll bar settings.
7825         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7826         (Choosing Window): Use defopt for pop-up-frame-function.
7827         For special-display-buffer-names, explain same-window and same-frame.
7828         Clarify window-dedicated-p return value.
7829         (Textual Scrolling): scroll-up and scroll-down can get an error.
7830         (Horizontal Scrolling): Clarify auto-hscroll-mode.
7831         Clarify set-window-hscroll.
7832         (Size of Window): Don't mention tool bar in window-height.
7833         (Coordinates and Windows): Explain what coordinates-in-window-p
7834         returns for fringes and display margins.
7835         (Window Configurations): Explain saving fringes, etc.
7837         * tips.texi (Library Headers): Clean up Documentation.
7839         * syntax.texi (Parsing Expressions): Clean up forward-comment
7840         and parse-sexp-lookup-properties.
7842         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7844         * os.texi (System Environment): Clean up text for load-average errors.
7846         * modes.texi (Hooks): Don't explain local hook details at front.
7847         Clarify run-hooks and run-hook-with-args a little.
7848         Clean up add-hook and remove-hook.
7850         * edebug.texi (Edebug Execution Modes): Clarify t.
7851         Document edebug-sit-for-seconds.
7852         (Coverage Testing): Document C-x X = and =.
7853         (Instrumenting Macro Calls): Fix typo.
7854         (Specification List): Don't index the specification keywords.
7856 2003-10-10  Kim F. Storm  <storm@cua.dk>
7858         * processes.texi (Network): Introduce make-network-process.
7860 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7862         * tips.texi (Library Headers): Fix typo.
7864 2003-10-07  Juri Linkov  <juri@jurta.org>
7866         * modes.texi (Imenu): Mention imenu-create-index-function's
7867         default value.  Explain submenus better.
7869 2003-10-07  Lute Kamstra  <lute@gnu.org>
7871         * modes.texi (Faces for Font Lock): Fix typo.
7872         (Hooks): Explain how buffer-local hook variables can refer to
7873         global hook variables.
7874         Various minor clarifications.
7876 2003-10-06  Lute Kamstra  <lute@gnu.org>
7878         * tips.texi (Coding Conventions): Mention naming conventions for
7879         hooks.
7881 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
7883         * loading.texi (Library Search): Correct default value of
7884         load-suffixes.
7885         (Named Features): Fix typo.
7887 2003-10-05  Richard M. Stallman  <rms@gnu.org>
7889         * loading.texi (Named Features): In `provide',
7890         say how to test for subfeatures.
7891         (Unloading): In unload-feature, use new var name
7892         unload-feature-special-hooks.
7894 2003-10-03  Lute Kamstra  <lute@gnu.org>
7896         * modes.texi (Major Mode Conventions): Mention third way to set up
7897         Imenu.
7898         (Imenu): A number of small fixes.
7899         Delete documentation of internal variable imenu--index-alist.
7900         Document the return value format of imenu-create-index-function
7901         functions.
7903 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7905         * processes.texi (Network): Say what stopped datagram connections do.
7907         * lists.texi (Association Lists): Clarify `assq-delete-all'.
7909         * display.texi (Overlay Properties): Clarify `evaporate' property.
7911 2003-09-29  Lute Kamstra  <lute@gnu.org>
7913         * modes.texi (Mode Line Data): Explain when symbols in mode-line
7914         constructs should be marked as risky.
7915         Change cons cell into proper list.
7916         (Mode Line Variables): Change cons cell into proper list.
7918 2003-09-26  Lute Kamstra  <lute@gnu.org>
7920         * modes.texi (Mode Line Data): Document the :propertize construct.
7921         (Mode Line Variables): Reorder the descriptions of the variables
7922         to match their order in the default mode-line-format.
7923         Describe the new variables mode-line-position and mode-line-modes.
7924         Update the default values of mode-line-frame-identification,
7925         minor-mode-alist, and default-mode-line-format.
7926         (Properties in Mode): Mention the :propertize construct.
7928 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7930         * buffers.texi, commands.texi, debugging.texi, eval.texi:
7931         * loading.texi, minibuf.texi, text.texi, variables.texi:
7932         Avoid @strong{Note:}.
7934 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7936         * keymaps.texi (Remapping Commands): Fix typo.
7938 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
7940         * processes.texi (Low-Level Network): Fix typo.
7942 2003-09-23  Kim F. Storm  <storm@cua.dk>
7944         * processes.texi (Network, Network Servers): Fix typos.
7945         (Low-Level Network): Add timeout value for :server keyword.
7946         Add new option keywords to make-network-process.
7947         Add set-network-process-options.
7948         Explain how to test availability of network options.
7950 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7952         * text.texi (Motion by Indent): Arg to
7953         backward-to-indentation and forward-to-indentation is optional.
7955         * strings.texi (Creating Strings): Add substring-no-properties.
7957         * processes.texi
7958         (Process Information): Add list-processes arg QUERY-ONLY.
7959         Delete process-contact from here.
7960         Add new status values for process-status.
7961         Add process-get, process-put, process-plist, set-process-plist.
7962         (Synchronous Processes): Add call-process-shell-command.
7963         (Signals to Processes): signal-process allows process objects.
7964         (Network): Complete rewrite.
7965         (Network Servers, Datagrams, Low-Level Network): New nodes.
7967         * positions.texi (Word Motion): forward-word, backward-word
7968         arg is optional.  Reword.
7970         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7972         * variables.texi (Creating Buffer-Local):
7973         Delete duplicate definition of buffer-local-value.
7974         (File Local Variables): Explain about discarding text props.
7976 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7978         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7979         changes variables that record input events.
7980         (Minibuffer Misc): Add minibuffer-selected-window.
7982         * lists.texi (Building Lists): Add copy-tree.
7984         * display.texi (Fontsets): Add char-displayable-p.
7985         (Scroll Bars): New node.
7987 2003-09-08  Lute Kamstra  <lute@gnu.org>
7989         * modes.texi (%-Constructs): Document new `%i' and `%I'
7990         constructs.
7992 2003-09-03  Peter Runestig  <peter@runestig.com>
7994         * makefile.w32-in: New file.
7996 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7998         * display.texi (Overlay Properties): Clarify how priorities
7999         affect use of the properties.
8001 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8003         * customize.texi (Type Keywords): Correct the description of
8004         `:help-echo' in the case where `motion-doc' is a function.
8006 2003-08-14  John Paul Wallington  <jpw@gnu.org>
8008         * modes.texi (Emulating Mode Line): Subsection, not section.
8010 2003-08-13  Richard M. Stallman  <rms@gnu.org>
8012         * elisp.texi (Top): Update subnode lists in menu.
8014         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8015         (Kill Functions): kill-region has new arg yank-handler.
8016         (Yanking): New node.
8017         (Yank Commands): Add yank-undo-function.
8018         (Low-Level Kill Ring):
8019         kill-new and kill-append have new arg yank-handler.
8020         (Changing Properties): Add remove-list-of-text-properties.
8021         (Atomic Changes): New node.
8023         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8025         * streams.texi (Output Variables): Add eval-expression-print-length
8026         and eval-expression-print-level.
8028         * os.texi (Time Conversion): For encode-time, explain limits on year.
8030         * objects.texi (Character Type): Define anchor "modifier bits".
8032         * modes.texi (Emulating Mode Line): New node.
8033         (Search-based Fontification): Font Lock uses font-lock-face property.
8034         (Other Font Lock Variables): Likewise.
8036         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8037         not vectors.
8038         (Active Keymaps): Add emulation-mode-map-alists.
8039         (Functions for Key Lookup): key-binding has new arg no-remap.
8040         (Remapping Commands): New node.
8041         (Scanning Keymaps): where-is-internal has new arg no-remap.
8042         (Tool Bar): Add tool-bar-local-item-from-menu.
8043         Clarify when to use tool-bar-add-item-from-menu.
8045         * commands.texi (Interactive Call): commandp has new arg.
8046         (Command Loop Info): Add this-original-command.
8048 2003-08-06  John Paul Wallington  <jpw@gnu.org>
8050         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8052         * display.texi (Warning Basics): Fix typo.
8053         (Fringes): Add closing curly bracket and fix typo.
8055         * elisp.texi (Top): Fix typo.
8057 2003-08-05  Richard M. Stallman  <rms@gnu.org>
8059         * elisp.texi: Update lists of subnodes.
8061         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8063         * variables.texi (Local Variables): Use lc for example variable names.
8065         * tips.texi (Library Headers): Explain where to put -*-.
8067         * strings.texi (Creating Strings): Fix xref for vconcat.
8069         * sequences.texi (Vector Functions):
8070         vconcat no longer allows integer args.
8072         * minibuf.texi (Reading File Names): read-file-name has new
8073         arg PREDICATE.  New function read-directory-name.
8075         * macros.texi (Defining Macros): Give definition of `declare'.
8076         (Indenting Macros): New node.
8078         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8079         (Window Frame Parameters): Make separate table of parameters
8080         that are coupled with specific face attributes.
8081         (Deleting Frames): delete-frame-hooks renamed to
8082         delete-frame-functions.
8084         * files.texi (Magic File Names): Add file-remote-p.
8085         Clarify file-local-copy.
8087         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8088         here; instead xref Defining Macros.
8090         * display.texi (Warnings): New node, and subnodes.
8091         (Fringes): New node.
8093         * debugging.texi (Test Coverage): New node.
8095         * compile.texi (Compiler Errors): Explain with-no-warnings
8096         and other ways to suppress warnings.
8098         * commands.texi (Interactive Call): Minor clarification.
8100         * buffers.texi (Buffer File Name): set-visited-file-name
8101         renames the buffer too.
8103         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8105 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
8107         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8109 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
8111         * internals.texi (Garbage Collection): Fix previous change.
8113 2003-07-22  Richard M. Stallman  <rms@gnu.org>
8115         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8117         * display.texi (Width): Use \s syntax in example.
8118         (Font Selection): Add face-font-rescale-alist.
8120         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8121         Remove spurious indent in example.
8123         * lists.texi (Building Lists): Add number-sequence.
8125         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8127         * functions.texi (Function Documentation): Explain how to
8128         show calling convention explicitly in the doc string.
8130         * windows.texi (Selecting Windows): save-selected-window saves
8131         selected window of each frame.
8132         (Window Configurations): Minor change.
8134         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8136         * streams.texi (Output Variables): Add print-continuous-numbering
8137         and print-number-table.
8139         * processes.texi (Decoding Output): New node.
8141         * os.texi (Time Conversion): decode-time arg is optional.
8143         * objects.texi (Character Type): Don't use space as example for \.
8144         Make list of char names and \-sequences correspond.
8145         Explain that \s is not used in strings.  `\ ' needs space after.
8147         * nonascii.texi (Converting Representations): Add string-to-multibyte.
8148         (Translation of Characters): Add translation-table-for-input.
8149         (Default Coding Systems): Add auto-coding-functions.
8150         (Explicit Encoding): Add decode-coding-inserted-region.
8151         (Locales): Add locale-info.
8153         * minibuf.texi (Basic Completion): Describe test-completion.
8154         Collections can be lists of strings.
8155         Clean up lazy-completion-table.
8156         (Programmed Completion): Mention test-completion.
8157         Clarify why lambda expressions are not accepted.
8158         (Minibuffer Misc): Describe minibufferp.
8160 2003-07-14  Richard M. Stallman  <rms@gnu.org>
8162         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8164         * windows.texi (Selecting Windows): New arg to select-window.
8165         (Selecting Windows): Add with-selected-window.
8166         (Size of Window): Add window-inside-edges, etc.
8168         * internals.texi (Garbage Collection): Add post-gc-hook.
8170         * processes.texi (Subprocess Creation): Add exec-suffixes.
8172         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8173         (Scanning Keymaps): Add map-keymaps.
8174         (Defining Menus): Add keymap-prompt.
8176         * numbers.texi (Integer Basics): Add most-positive-fixnum,
8177         most-negative-fixnum.
8179         * compile.texi (Byte Compilation): Explain no-byte-compile.
8180         (Compiler Errors): New node.
8182         * os.texi (User Identification): user-uid, user-real-uid
8183         can return float.
8185         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8186         and about derived modes.
8187         (Minor Modes): Add minor-mode-list.
8188         (Defining Minor Modes): Keyword args for define-minor-mode.
8189         (Search-based Fontification): Explain managing other properties.
8190         (Other Font Lock Variables): Add font-lock-extra-managed-props.
8191         (Faces for Font Lock): Add font-lock-preprocessor-face.
8192         (Hooks): Add run-mode-hooks and delay-mode-hooks.
8194         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8195         (Variable Aliases): Clarify defvaralias.
8197         * loading.texi (Library Search): Add load-suffixes.
8199         * minibuf.texi (Basic Completion): Add lazy-completion-table.
8200         (Programmed Completion): Add dynamic-completion-table.
8202         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8203         (Magic File Names): Specify precedence order of handlers.
8205         * commands.texi (Command Overview): Emacs server runs pre-command-hook
8206         and post-command-hook.
8207         (Waiting): New calling convention for sit-for.
8209         * text.texi (Special Properties): local-map and keymap properties
8210         apply based on their stickiness.
8212 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8214         * modes.texi (Minor Mode Conventions): Specify only some kinds
8215         of list values as args to minor modes.
8217         * files.texi (File Name Expansion): Warn about iterative use
8218         of substitute-in-file-name.
8220         * advice.texi (Activation of Advice): Clean up previous change.
8222 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
8224         * advice.texi (Activation of Advice): Note that ad-start-advice is
8225         turned on by default.
8227 2003-06-30  Richard M. Stallman  <rms@gnu.org>
8229         * text.texi (Buffer Contents): Document current-word.
8230         (Change Hooks): Not called for *Messages*.
8232         * functions.texi (Defining Functions): Explain about redefining
8233         primitives.
8234         (Function Safety): Renamed.  Minor changes.
8235         Comment out the detailed criteria for what is safe.
8237 2003-06-22  Andreas Schwab  <schwab@suse.de>
8239         * objects.texi (Symbol Type): Fix description of examples.
8241 2003-06-16  Andreas Schwab  <schwab@suse.de>
8243         * hash.texi (Creating Hash): Fix description of :weakness.
8245 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
8247         * files.texi (Changing Files): copy-file copies file modes, too.
8249 2003-05-28  Richard M. Stallman  <rms@gnu.org>
8251         * strings.texi (Creating Strings): Clarify split-string.
8253 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
8255         * strings.texi (Creating Strings): Update split-string specification
8256         and examples.
8258 2003-05-19  Richard M. Stallman  <rms@gnu.org>
8260         * elisp.texi: Correct invariant section names.
8262 2003-04-20  Richard M. Stallman  <rms@gnu.org>
8264         * os.texi (Timers): Explain about timers and quitting.
8266 2003-04-19  Richard M. Stallman  <rms@gnu.org>
8268         * internals.texi (Writing Emacs Primitives): Strings are
8269         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
8270         Explain GCPRO convention for varargs function args.
8272 2003-04-16  Richard M. Stallman  <rms@gnu.org>
8274         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8276 2003-04-08  Richard M. Stallman  <rms@gnu.org>
8278         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8280 2003-02-13  Kim F. Storm  <storm@cua.dk>
8282         * objects.texi (Character Type): New \s escape for space.
8284 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
8286         * os.texi (System Environment): Added cygwin system-type.
8288 2003-01-25  Richard M. Stallman  <rms@gnu.org>
8290         * keymaps.texi: Document that a symbol can act as a keymap.
8292 2003-01-13  Richard M. Stallman  <rms@gnu.org>
8294         * text.texi (Changing Properties): Say string indices are origin-0.
8296         * positions.texi (Screen Lines) <compute-motion>:
8297         Correct order of elts in return value.
8299         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8300         how to define a default binding.
8302 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
8304         * loading.texi (Unloading): Fix recent change for load-history.
8306         * customize.texi (Simple Types): Clarify description of custom
8307         type 'number.  Describe new custom type 'float.
8309 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
8311         * variables.texi (File Local Variables): Fix typo.
8313 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8315         From Michael Albinus <Michael.Albinus@alcatel.de>.
8317         * README: Target for Info file is `make info'.
8319         * files.texi (File Name Components): Fixed typos in
8320         `file-name-sans-extension'.
8321         (Magic File Names): Complete list of operations for magic file
8322         name handlers.
8324 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
8326         * variables.texi (File Local Variables): New function
8327         risky-local-variable-p.
8329 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
8331         * functions.texi (Function safety): New node about unsafep.
8333 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8335         * customize.texi (Splicing into Lists): Fixed example.
8336         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
8338 2002-06-17  Juanma Barranquero  <lektu@terra.es>
8340         * frames.texi (Display Feature Testing): Fix typo.
8342 2002-06-12  Andreas Schwab  <schwab@suse.de>
8344         * frames.texi (Initial Parameters, Resources): Fix references to
8345         the Emacs manual.
8347 2002-05-13  Kim F. Storm  <storm@cua.dk>
8349         * variables.texi (Intro to Buffer-Local): Updated warning and
8350         example relating to changing buffer inside let.
8352 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
8354         * os.texi (Session Management): New node about X Session management.
8356 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
8358         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
8359         to which the manual corresponds, and the copyright years.
8361         * Makefile.in (VERSION): Set to 2.9.
8363 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
8365         * elisp.texi: Change the category in @dircategory to "Emacs", to
8366         make it consistent with info/dir.
8368 2001-11-25  Miles Bader  <miles@gnu.org>
8370         * text.texi (Fields): Describe new `limit' arg in
8371         field-beginning/field-end.
8373 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
8375         * permute-index: Don't depend on csh-specific features.  Replace
8376         the interpreter name with /bin/sh.
8378         * two-volume-cross-refs.txt: New file.
8379         * two.el: New file.
8380         * spellfile: New file.
8382 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
8384         * permute-index: New file.
8386         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8387         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8388         8+3 restricted namespace.
8390         * Makefile.in (infodir): Define relative to $(srcdir).
8391         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8392         include directories list via -I switch to makeinfo.
8393         (index.texi): Use cp if both hard and symbolic links fail.
8395 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
8397         * Makefile.in (distclean): Add.
8399         The following changes make ELisp manual part of the Emacs
8400         distribution:
8402         * Makefile.in: Add Copyright notice.
8403         (prefix): Remove.
8404         (infodir): Change value to "../info".
8405         (VPATH): New variable.
8406         (MAKE): Don't define.
8407         (texmacrodir): Don't define.
8408         (texinputdir): Append the existing value of TEXINPUTS.
8409         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
8410         command to be compatible with man/Makefile.in, and to put the
8411         output into ../info.
8412         (info): Add target.
8413         (installall): Target removed.
8415 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
8417         * tips.texi (Coding Conventions): Fix typo.
8419 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
8421         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8423 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
8425         * files.texi (File Name Components): Update the description of
8426         file-name-sans-extension and file-name-extension, as they now
8427         ignore leading dots.
8429 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
8431         * (Version 21.1 released.)
8433 2001-10-19  Miles Bader  <miles@gnu.org>
8435         * positions.texi (Text Lines): Describe behavior of
8436         `beginning-of-line'/`end-of-line' in the presence of field properties.
8438 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
8440         * Makefile.in (VERSION): Set to 2.8.
8441         (manual): Use `manual-21'.
8443         * elisp.texi (VERSION): Add and use it where the version
8444         number was used.  Set it to 2.8.
8446         * intro.texi: Likewise.
8448 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8450         * files.texi (File Name Completion): Document the significance of
8451         a trailing slash in elements of completion-ignored-extensions.
8453 2001-10-06  Miles Bader  <miles@gnu.org>
8455         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8457 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8459         * variables.texi (Variable Aliases): New node.
8461 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8463         * Branch for 21.1.
8465 2001-10-02  Miles Bader  <miles@gnu.org>
8467         * minibuf.texi (Minibuffer Misc): Add entries for
8468         `minibuffer-contents', `minibuffer-contents-no-properties', and
8469         `delete-minibuffer-contents'.
8470         Correct description for `minibuffer-prompt-end'.
8472         * text.texi (Property Search): Correct descriptions of
8473         `next-char-property-change' and `previous-char-property-change'.
8474         Add entries for `next-single-char-property-change' and
8475         `previous-single-char-property-change'.
8476         Make operand names a bit more consistent.
8478 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
8480         * frames.texi (Finding All Frames): Document that next-frame and
8481         previous-frame are local to current terminal.
8483 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
8485         * keymaps.texi (Creating Keymaps): Fix the description of the
8486         result of make-keymap.
8488 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
8490         * display.texi (Font Lookup, Attribute Functions)
8491         (Image Descriptors): Add cross-references to the definition of
8492         selected frame.
8494         * buffers.texi (The Buffer List): Add cross-references to the
8495         definition of selected frame.
8497         * frames.texi (Input Focus): Clarify which frame is _the_ selected
8498         frame at any given time.
8499         (Multiple Displays, Size and Position): Add a cross-reference to
8500         the definition of the selected frame.
8502 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
8504         * strings.texi (String Conversion) <string-to-number>: Document
8505         that a float is returned for integers that are too large.
8507         * frames.texi (Mouse Position): Document mouse-position-function.
8508         (Display Feature Testing): Document display-images-p.
8509         (Window Frame Parameters): Document the cursor-type variable.
8511         * numbers.texi (Integer Basics): Document CL style read syntax for
8512         integers in bases other than 10.
8514         * positions.texi (List Motion): Document
8515         open-paren-in-column-0-is-defun-start.
8517         * lists.texi (Sets And Lists): Document member-ignore-case.
8519         * internals.texi (Garbage Collection): Document the used and free
8520         strings report.
8521         (Memory Usage): Document strings-consed.
8523         * os.texi (Time of Day): Document float-time.
8524         (Recording Input): Document that clear-this-command-keys clears
8525         the vector to be returned by recent-keys.
8527         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8528         argument keymap can be a list.
8530         * nonascii.texi (User-Chosen Coding Systems)
8531         <select-safe-coding-system>: Document the new argument
8532         accept-default-p and the variable
8533         select-safe-coding-system-accept-default-p.  Tell what happens if
8534         buffer-file-coding-system is undecided.
8535         (Default Coding Systems): Document auto-coding-regexp-alist.
8537         * display.texi (The Echo Area) <message>: Document
8538         message-truncate-lines.
8539         (Glyphs): Document that the glyph table is unused on windowed
8540         displays.
8542         * help.texi (Describing Characters) <single-key-description>:
8543         Document the new argument no-angles.
8544         (Accessing Documentation) <documentation-property>: Document that
8545         a non-string property is evaluated.
8546         <documentation>: Document that the function-documentation property
8547         is looked for.
8549         * windows.texi (Selecting Windows): Document some-window.
8551         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8553         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8554         apropos-mode-hook.
8556         * commands.texi (Using Interactive): Document interactive-form.
8557         (Keyboard Macros): Document kbd-macro-termination-hook.
8558         (Command Loop Info): Document that clear-this-command-keys clears
8559         the vector to be returned by recent-keys.
8561 2001-09-04  Werner LEMBERG  <wl@gnu.org>
8563         * Makefile.in (srcdir, texinputdir): New variables.
8564         (srcs, index.texi, install): Use $(srcdir).
8565         (.PHONY): Remove elisp.dvi.
8566         (elisp): Use -I switch for makeinfo.
8567         (elisp.dvi): Use $(srcdir) and $(texinputdir).
8568         (installall, dist): Use $(srcdir).
8569         Fix path to texinfo.tex.
8570         (maintainer-clean): Add elisp.dvi and elisp.oaux.
8572 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
8574         * display.texi (Conditional Display): Adjust to API change.
8576         * configure: New file.
8578 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
8580         * commands.texi (Repeat Events): Add description of
8581         double-click-fuzz.
8583 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
8585         * syntax.texi (Syntax Class Table): Add the missing designator for
8586         comment and string fences.
8587         (Syntax Properties): Add a xref to syntax table internals.
8588         (Syntax Table Internals): Document string-to-syntax.
8590 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8592         * Makefile.in (install): Use install-info command line options
8593         like in Emacs' Makefile.in.
8595 2000-12-09  Miles Bader  <miles@gnu.org>
8597         * windows.texi (Window Start): Update documentation for
8598         `pos-visible-in-window-p'.
8600 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
8602         * lists.texi (Building Lists): Add footnote to explain how to add
8603         to the end of a list.
8605 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8607         * files.texi (Visiting Functions): Typos.
8609 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
8611         * files.texi (Visiting Functions): Return value of
8612         find-file-noselect may be a list of buffers if wildcards are used.
8614 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8616         * display.texi (Defining Faces): Document `graphic' display type
8617         in face specs.
8619 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8621         * hooks.texi (Standard Hooks): Replace obsolete
8622         `after-make-frame-hook' with `after-make-frame-functions'.
8624         * frames.texi (Creating Frames): Ditto.
8626         * variables.texi (Future Local Variables): Ditto.
8628 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8630         * display.texi (Other Image Types): Add description of :foreground
8631         and :background properties of mono PBM images.
8633 2000-08-17  Werner LEMBERG  <wl@gnu.org>
8635         * .cvsignore: New file.
8637 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
8639         * tindex.pl: New script.
8641 1999-12-03  Dave Love  <fx@gnu.org>
8643         * Makefile.in (MAKEINFO): New parameter.
8645 1999-09-17  Richard Stallman  <rms@gnu.org>
8647         * Makefile.in (srcs): Add hash.texi.
8648         (VERSION): Update to 20.6.
8650 1999-09-13  Richard Stallman  <rms@gnu.org>
8652         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8654 1998-08-29  Karl Heuer  <kwzh@gnu.org>
8656         * configure.in: New file.
8657         * Makefile.in: Renamed from Makefile.
8658         (prefix, infodir): Use value obtained from configure.
8659         (emacslibdir): Obsolete variable deleted.
8660         (dist): Distribute configure.in, configure, Makefile.in.
8662 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8664         * Makefile (INSTALL_INFO): New variable.
8665         (install): Run install-info.
8667 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8669         * Makefile (elisp.dvi): Add missing backslash.
8671 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
8673         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8674         Run texindex without `./'.  Always run texindex on elisp.tp.
8675         (elisp.tps): Target deleted.
8677 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
8679         * Makefile (srcs): Add nonascii.texi and customize.texi.
8680         (dist): Start by deleting `temp'.
8682 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
8684         * Makefile (makeinfo, texindex): Targets deleted.
8685         (makeinfo.o, texindex.o): Targets deleted.
8686         (clean, dist): Don't do anything with them or with getopt*.
8688 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
8690         * Makefile (SHELL): Defined.
8692 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
8694         * Makefile (elisp.tps): New target.
8695         (elisp.dvi): Depend on elisp.tps.
8697 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8699         * README: Update phone number.
8701         * Makefile (elisp): Make this be the default target.
8702         Depend on makeinfo.c instead of makeinfo.
8703         (install): Don't depend on elisp.dvi, since we don't install that.
8704         Use mkinstalldirs.
8705         (dist): Add mkinstalldirs.
8707 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8709         * Makefile (VERSION): Update version number.
8710         (maintainer-clean): Renamed from realclean.
8712 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8714         * Makefile (realclean): New target.
8715         (elisp): Remove any old elisp-* files first.
8717 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
8719         * Makefile (VERSION): New variable.
8720         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8721         Compressed file suffix should be `.gz', not `.z'.
8723 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8725         * Makefile (elisp): Depend on makeinfo.
8727 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
8729         * Makefile (srcs): Add anti.texi.
8731 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8733         * Makefile (infodir, prefix): New vars.
8734         (install): Use infodir.
8735         (emacsinfodir): Deleted.
8737 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8739         * Makefile (srcs): Add calendar.texi.
8741         * Makefile (dist): Copy texindex.c and makeinfo.c.
8742         Limit elisp-* files to those with one or two digits.
8744 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8746         * Makefile (dist): Changed to use Gzip instead of compress.
8748 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8750         * loading.texi (Unloading): define-function changed back to
8751         defalias.  It may not stay this way, but at least it's
8752         consistent with the known-good version of the code patch.
8754 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
8756         * modes.texi (Hooks): Document new optional arg of add-hook.
8758 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8760         * variables.texi: Document nil initial value of buffer-local variables.
8762         * tips.texi: Add new section on standard library headers.
8764 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8766         * Makefile (srcs): Add frame.texi to the list of sources.
8768 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8770         * Makefile (dist): Don't bother excluding autosave files; they'll
8771         never make it into the temp directory anyway, and the hash marks
8772         in the name are problematic for make and the Bourne shell.
8773         (srcs):
8775 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8777         * Makefile (dist): Don't include backup files or autosave files in
8778         the distribution tar file.
8780 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8782         * Makefile (srcs): Added index.perm.
8783         (elisp.dvi): Remove erroneous shell comment.
8784         Expect output of permute-index in permuted.fns.
8785         Save old elisp.aux in elisp.oaux.
8786         (clean): Added index.texi to be deleted.
8788 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8790         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8792 1990-06-26  David Lawrence  (tale@geech)
8794         * files.texi: Noted that completion-ignored-extensions is ignored
8795         when making *Completions*.
8797 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
8799         * Makefile  make dist now depends on elisp.dvi, since it tries
8800         to include it in the dist file.
8802 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
8804         * functions.texinfo (Mapping Functions): Add missing quote.
8806 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8808         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8809         (defunargs): Turn off \hyphenchar of \sl font temporarily.
8811 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8813         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8814         and @error{} are the terms now being used.  The files in the
8815         directory have been changed to reflect this.
8817         * All instances of @indentedresultt{} have been changed to
8818         `     @result{}', using 5 spaces at the begining of the line.
8820 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8822         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8823         experimental @indentedresult{}, @indentedexpandsto{} are part of
8824         the texinfo.tex in this directory.  These TeX macros are not
8825         stable yet.
8827 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8829         * texinfo.tex: Temporarily added
8830                 \let\result=\dblarrow
8831                 \def\error{{\it ERROR} \longdblarrow}
8832         We need to do this better soon.
8834 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8836         * Applied Karl Berry's patches to *.texinfo files, but not to
8837         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
8838         new title page format is also not applied, since it requires
8839         texinfo.tex changes.)
8841         * Cleaned up `Makefile' and defined the `emacslibdir' directory
8842         for the Project GNU development environment.
8844 ;; Local Variables:
8845 ;; coding: utf-8
8846 ;; End:
8848   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8849     2007, 2008, 2009, 2010  Free Software Foundation, Inc.
8851   This file is part of GNU Emacs.
8853   GNU Emacs is free software: you can redistribute it and/or modify
8854   it under the terms of the GNU General Public License as published by
8855   the Free Software Foundation, either version 3 of the License, or
8856   (at your option) any later version.
8858   GNU Emacs is distributed in the hope that it will be useful,
8859   but WITHOUT ANY WARRANTY; without even the implied warranty of
8860   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8861   GNU General Public License for more details.
8863   You should have received a copy of the GNU General Public License
8864   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.