* net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
[emacs/old-mirror.git] / doc / lispref / ChangeLog
blobb481b38827589434c4b204724b4acfb84cf93c10
1 2014-11-09  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (version): Remove variable.
4         (clean): No longer delete dist tarfile.
5         (dist): Remove rule; replace with code in admin.el.
7 2014-11-07  Martin Rudalics  <rudalics@gmx.at>
9         * frames.texi (Size and Position): Rewrite description of
10         `frame-inhibit-implied-resize'.
12 2014-10-22  Martin Rudalics  <rudalics@gmx.at>
14         * frames.texi (Size Parameters): Replace "frame contents" by
15         "frame's text area".  Add reference to Size and Position
16         section.
17         (Size and Position): Major rewrite.  Add explanations for
18         frame's default font, text and display areas.  Add descriptions
19         for `set-frame-font', `frame-text-height', `frame-text-width'
20         and `frame-inhibit-implied-resize'.
22 2014-10-20  Glenn Morris  <rgm@gnu.org>
24         * Merge in all changes up to 24.4 release.
26 2014-10-20  Tom Tromey  <tom@tromey.com>
28         * objects.texi (Type Predicates): Don't mention display-table-p.
30 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
32         * nonascii.texi (Character Properties): Document the new
33         properties 'bracket-type' and 'paired-bracket'.
35         * display.texi (Bidirectional Display): Update the version of the
36         UBA to which we are conforming.
38 2014-10-13  Glenn Morris  <rgm@gnu.org>
40         * Makefile.in (dist): Update for new output variables.
42 2014-10-12  Glenn Morris  <rgm@gnu.org>
44         * elisp.texi (DATE): Bump to October 2014.
46 2014-10-09  Glenn Morris  <rgm@gnu.org>
48         * frames.texi (Multiple Terminals): Copyedits.
50 2014-10-09  Eli Zaretskii  <eliz@gnu.org>
52         * frames.texi (Multiple Terminals): Improve the description of X
53         display names.  Add index entries.
54         (Basic Parameters): Add a cross-reference to where X display names
55         are described.
56         (Position Parameters): Mention that positional parameters of the
57         form (+ POS) can be negative if they are on a non-primary monitor
58         of a multi-monitor display.  (Bug#18636)
59         (Creating Frames): Mention that on multi-monitor displays the
60         frame might be positioned differently than specified by the frame
61         parameters alist.
63 2014-10-08  Leo Liu  <sdl.web@gmail.com>
65         * streams.texi (Output Functions): Document new argument ENSURE to
66         terpri.  (Bug#18652)
68 2014-10-04  Martin Rudalics  <rudalics@gmx.at>
70         * display.texi (Scroll Bars): Add description of horizontal scroll
71         bars and associated functions.
72         * frames.texi (Layout Parameters): Add horizontal scroll bar
73         entries.  Remove paragraph on "combined fringe widths".
74         * windows.texi (Window Sizes): Describe affects of horizontal
75         scroll bars on window layout and sizes.  Fix description of
76         window-full-height-p.
77         (Resizing Windows): Mention horizontal scroll bar.
79 2014-10-04  Glenn Morris  <rgm@gnu.org>
81         * commands.texi (Generic Commands): Copyedits.
83         * display.texi (Scroll Bars):
84         * modes.texi (Header Lines): Copyedits.
86         * buffers.texi (Buffer List):
87         * display.texi (Image Descriptors, Defining Images):
88         * functions.texi (Core Advising Primitives): Small fixes re @var usage.
90         * windows.texi (Window Sizes, Resizing Windows): Copyedits.
92         * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
94 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
96         * frames.texi (Size Parameters, Size and Position): Mention that
97         with some window managers you have to set `frame-resize-pixelwise'
98         in order make a frame truly fullscreen or maximized.
100 2014-10-01  Paul Eggert  <eggert@cs.ucla.edu>
102         Improve doc for use of 'int', and discuss 'ssize_t'.
103         * internals.texi (C Integer Types): Mention 'int' for other
104         randomish values that lie in 'int' range.  Mention 'ssize_t'.  See:
105         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
107         Use AUTO_CONS instead of SCOPED_CONS, etc.
108         * internals.texi (Stack-allocated Objects):
109         Adjust to match the revised, less error-prone macros.
111 2014-09-30  Paul Eggert  <eggert@cs.ucla.edu>
113         * internals.texi (Stack-allocated Objects): Further improvements.
114         Give an example of misuse.
116 2014-09-30  Eli Zaretskii  <eliz@gnu.org>
118         * internals.texi (Stack-allocated Objects): Minor improvements of
119         the wording and the indexing.
121 2014-09-30  Dmitry Antipov  <dmantipov@yandex.ru>
123         * internals.texi (Stack-allocated Objects): Describe this feature.
125 2014-09-15  Daniel Colascione  <dancol@dancol.org>
127         * text.texi (Registers): Make `insert-register' documentation
128         reflect interface change.
130 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * functions.texi (Core Advising Primitives): Add a note about the
133         confusing treatment of `interactive' for :filter-args (bug#18399).
135 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
137         * strings.texi (Text Comparison): Describe `string-collate-equalp'
138         and `string-collate-lessp'.
140 2014-09-06  Leo Liu  <sdl.web@gmail.com>
142         * control.texi (Pattern matching case statement): Document vector
143         qpattern.  (Bug#18327)
145 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
147         * lists.texi (Functions that Rearrange Lists): Remove
148         description of sort ...
149         * sequences.texi (Sequence Functions): ... and generalize
150         it for sequences.  Add an example.
152 2014-08-28  Eli Zaretskii  <eliz@gnu.org>
154         * display.texi (Bidirectional Display): Update the Emacs's class
155         of bidirectional conformance.
157 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
159         * eval.texi (Eval): Mention possible recovery from stack overflow.
161 2014-07-11  Eli Zaretskii  <eliz@gnu.org>
163         * internals.texi (Garbage Collection): Fix last change.
165 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
167         * internals.texi (Garbage Collection): Mention memory-info.
169 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
171         * minibuf.texi (Intro to Minibuffers, Reading a Password):
172         Password hiding is available in batch mode, do not mention it in
173         the exclusion list.  Mention `read-hide-char'.  (Bug#17839)
175 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * debugging.texi (Function Debugging, Debugger Commands):
178         Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
180 2014-07-03  Glenn Morris  <rgm@gnu.org>
182         * help.texi (Help Functions): "Online" help doesn't mean what it
183         used to any more.
185 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
187         * keymaps.texi (Key Lookup): Remove mention of indirect entries.
188         (Scanning Keymaps): Reword the `noindirect' argument.
190 2014-06-28  Glenn Morris  <rgm@gnu.org>
192         * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
193         (Reading a Password): Mention batch mode.  (Bug#17839)
195 2014-06-23  Glenn Morris  <rgm@gnu.org>
197         * Makefile.in (%.texi): Disable implicit rules.
198         (mkinfodir): Remove.
199         (.dvi.ps): Replace with explicit rule.
200         (html): Declare as PHONY.
201         (${buildinfodir}): New rule.
202         ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
203         Use $<.
204         (elisp.dvi, elisp.html, elisp.pdf): Use $<.
205         (elisp.ps): New rule.
207 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
209         * positions.texi (Screen Lines): Clarify how columns are counted
210         by vertical-motion.
212 2014-06-15  Glenn Morris  <rgm@gnu.org>
214         * Makefile.in (bootstrap-clean): New.
216 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
218         * commands.texi (Accessing Mouse): Improve the wording of the
219         posn-col-row documentation.  (Bug#17768)
221 2014-06-10  Glenn Morris  <rgm@gnu.org>
223         * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
224         (INFO_OPTS): Set directly rather than with configure.
226 2014-06-09  Paul Eggert  <eggert@cs.ucla.edu>
228         Say (accept-process-output P)'s result pertains to P if P is non-nil.
229         * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
230         the return value is about PROCESS, not about other processes.
232 2014-06-08  Glenn Morris  <rgm@gnu.org>
234         * os.texi (Startup Summary): Small fix for initial-buffer-choice.
236         * files.texi (Subroutines of Visiting): Mention uniquify.
238         * numbers.texi (Comparison of Numbers): Copyedits.
240 2014-06-08  Glenn Morris  <rgm@gnu.org>
242         * display.texi (Window Systems): Remove window-setup-hook.
243         * os.texi (Startup Summary, Init File):
244         Improve description of window-setup-hook.
245         (Terminal-Specific): Update window-setup-hook cross-reference.
246         * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
248         * display.texi (Overlay Properties): Update re priority.  (Bug#17234)
250         * package.texi (Package Archives): Mention signing packages.
252 2014-06-07  Eli Zaretskii  <eliz@gnu.org>
254         * commands.texi (Click Events): Update contents of click event's
255         position list due to last changes in make_lispy_position.
257 2014-06-02  Glenn Morris  <rgm@gnu.org>
259         * text.texi (Buffer Contents):
260         Update for filter-buffer-substring changes.
262         * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
263         * functions.texi (Advising Functions): Standardize menu case.
265 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
267         * display.texi (Invisible Text): Clarify the description of
268         line-move-ignore-invisible.  (Bug#17511)
270 2014-05-22  Leo Liu  <sdl.web@gmail.com>
272         * sequences.texi (Sequence Functions): Don't mention when and how
273         SEQ to nreverse is mutated.
275 2014-05-21  Leo Liu  <sdl.web@gmail.com>
277         * sequences.texi (Sequence Functions): Update nreverse.
279 2014-05-19  Paul Eggert  <eggert@cs.ucla.edu>
281         Allow any non-nil value to count as true in bool-vector.
282         * sequences.texi (Bool-Vectors): Coalesce discussion of how to
283         print them.  bool-vector's args need not be t or nil.
285 2014-05-19  Dmitry Antipov  <dmantipov@yandex.ru>
287         * sequences.texi (Bool-vectors): Mention bool-vector.
289 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
291         Assume C99 or later (Bug#17487).
292         * internals.texi (C Dialect): Document this.
294 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
296         * lists.texi (Building Cons Cells and Lists): Remove
297         description of `reverse' and `'nreverse' to generalize them...
298         * sequences.texi (Sequences): ...for sequences here.
300 2014-05-14  Glenn Morris  <rgm@gnu.org>
302         * files.texi (Changing Files): Mention with-file-modes.
304 2014-05-08  Paul Eggert  <eggert@cs.ucla.edu>
306         * internals.texi (C Dialect): New section.
307         (C Integer Types): Mention bool_bf.
309 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
311         * processes.texi (Filter Functions, Sentinels): Advertise add-function.
313 2014-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * windows.texi (Window Configurations, Window Configurations):
316         Window configs don't store marks any more.
318 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
320         * strings.texi (Text Comparison): Mention equal-including-properties
321         for when text properties of the strings matter for comparison.
323 2014-04-22  Eli Zaretskii  <eliz@gnu.org>
325         * text.texi (Registers): Document register-read-with-preview.
327         * internals.texi (Building Emacs): Improve indexing.
329 2014-04-17  Daniel Colascione  <dancol@dancol.org>
331         * frames.texi (Terminal Parameters): Document new
332         tty-mode-set-strings and tty-mode-reset-strings terminal
333         parameters.
335 2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
337         * Makefile.in (infoclean): Be consistent about reporting failures.
339 2014-04-09  Daniel Colascione  <dancol@dancol.org>
341         * errors.texi (Standard Errors): Document required error
342         parameters for `scan-error'.
344         * positions.texi (List Motion): Explain new `up-list' arguments.
345         Mention `backward-up-list'.
347 2014-04-08  Daniel Colascione  <dancol@dancol.org>
349         * minibuf.texi (Programmed Completion): Improve phrasing, remove
350         incorrect bullet count.
352 2014-04-07  Glenn Morris  <rgm@gnu.org>
354         * os.texi (Recording Input): Dribble files may contain passwords.
356         * backups.texi (Making Backups, Reverting):
357         Update for default values of some -function vars no longer being nil.
358         (Reverting): Update for buffer-stale-function
359         also applying to file-buffers.
361 2014-03-31  Daniel Colascione  <dancol@dancol.org>
363         * minibuf.texi (Completion in Buffers): Discuss using lazy
364         completion tables for inline completion.
366 2014-03-28  Glenn Morris  <rgm@gnu.org>
368         * os.texi (Terminal-Specific): Mention term-file-aliases.
370 2014-03-26  Eli Zaretskii  <eliz@gnu.org>
372         * files.texi (Kinds of Files): Improve documentation of
373         file-symlink-p.  (Bug#17073)  Add cross-references.
375 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
377         * markers.texi (Moving Marker Positions): The 2014-03-02 doc
378         change mentioning undo's inability to handle relocated markers no
379         longer applies.  See bug#16818.
380         * text.texi (Undo): Expand documentation of (TEXT . POS) and
381         (MARKER . ADJUSTMENT) undo elements.
383 2014-03-26  Glenn Morris  <rgm@gnu.org>
385         * files.texi (File Locks): All systems support locking.
387 2014-03-22  Glenn Morris  <rgm@gnu.org>
389         * commands.texi (Defining Commands):
390         Mention that interactive-only also affects describe-function.
392         * functions.texi (Declare Form): Add interactive-only.
393         * commands.texi (Defining Commands) Mention declare.
395         * commands.texi (Defining Commands): List interactive-only values.
397 2014-03-22  Eli Zaretskii  <eliz@gnu.org>
399         * functions.texi (Core Advising Primitives): Fix cross-reference
400         in last change.
402 2014-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * functions.texi (Advising Functions): Explain a bit more how
405         arguments work.
406         (Advice combinators): New node.
407         (Core Advising Primitives): Use it.  Expand description of "depth".
408         (Advising Named Functions): Document limitation of advices on macros.
410 2014-03-21  Martin Rudalics  <rudalics@gmx.at>
412         * frames.texi (Size and Position): In `frame-resize-pixelwise'
413         description drop remark about frame maximization.
414         * windows.texi (Display Action Functions): Add description for
415         `display-buffer-no-window' and explain use of `allow-no-window'
416         alist entries.
418 2014-03-21  Glenn Morris  <rgm@gnu.org>
420         * commands.texi (Defining Commands): Copyedit re `interactive-only'.
422 2014-03-20  Paul Eggert  <eggert@cs.ucla.edu>
424         * internals.texi (C Integer Types): Prefer 'false' and 'true'
425         to '0' and '1' for booleans.
427 2014-03-19  Paul Eggert  <eggert@cs.ucla.edu>
429         * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
430         Remove now-obsolete hypothetical note about negative division,
431         as the C standard has changed.
433         Fix porting inconsistency about rounding to even.
434         * numbers.texi (Numeric Conversions, Rounding Operations):
435         Document that 'round' and 'fround' round to even.
437 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
439         * customize.texi (Variable Definitions): Recommend avoiding
440         destructive modification of the value argument of :set (bug#16755).
442 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * modes.texi (Auto-Indentation): Mention electric-indent variables.
446 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
448         * functions.texi (Advising Named Functions): Fix reference.
450 2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
452         Improve documentation for integer and floating-point basics.
453         * numbers.texi (Numbers, Integer Basics, Float Basics):
454         Document the basics a bit more precisely.  Say more clearly
455         that Emacs floating-point numbers are IEEE doubles on all
456         current platforms.  Give more details about frexp.
457         Say more clearly that '1.' is an integer.
458         (Predicates on Numbers): Fix wholenump typo.
459         * objects.texi (Integer Type): Adjust to match numbers.texi.
461 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
463         * functions.texi (Advising Functions): Try and improve the text.
464         Add example use of advice-add (bug#16959).
465         (Core Advising Primitives): Rename.  Explain handling of interactive
466         specs, including advice-eval-interactive-spec.
467         (Advising Named Functions): Try and better explain the difference with
468         add-function.
469         (Porting old advices): New node.
471 2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
473         Style fixes for floating-point doc.
474         * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
475         * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
476         * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
477         * processes.texi, streams.texi, strings.texi, text.texi:
478         * variables.texi, windows.texi:
479         Hyphenate "floating-point" iff it precedes a noun.
480         Reword to avoid nouns and hyphenation when that's easy.
481         Prefer "integer" to "integer number" and "is floating point"
482         to "is a floating point number".
483         Prefer "@minus{}" to "-" when it's a minus.
485 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
487         * display.texi (Temporary Displays): Rewrite descriptions of
488         `with-output-to-temp-buffer' and `with-temp-buffer-window'.
489         * help.texi (Help Functions): Rewrite description of `with-help-window'.
491 2014-03-15  Dmitry Gutov  <dgutov@yandex.ru>
493         * display.texi (Blinking): Update WRT to the new
494         `blink-matchin-paren' behavior.
496 2014-03-14  Martin Rudalics  <rudalics@gmx.at>
498         * display.texi (Temporary Displays): Say that
499         `with-temp-buffer-window' makes its buffer current.
500         * frames.texi (Size and Position): Describe new option
501         `frame-resize-pixelwise'.  Rewrite descriptions of
502         `set-frame-size', `set-frame-height' and `set-frame-width'.
504 2014-03-09  Martin Rudalics  <rudalics@gmx.at>
506         * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
507         * text.texi (Primitive Indent):
508         * strings.texi (String Basics):
509         * sequences.texi (Sequence Functions): Update references accordingly.
510         * display.texi (Size of Displayed Text): Rename section from
511         "Width".  Add description for `window-text-pixel-size'.
512         (Window Dividers): Reword description of window dividers.
513         * frames.texi (Layout Parameters): Improve description of window
514         divider parameters.
515         * windows.texi (Window Sizes): Add descriptions of
516         `window-mode-line-height' and `window-header-line-height'.
517         (Coordinates and Windows): Mention window dividers.
519 2014-03-07  Martin Rudalics  <rudalics@gmx.at>
521         * buffers.texi (The Buffer List): Rename node to Buffer List.
522         Describe `buffer-list-update-hook'.
523         * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
524         Add node for Window Dividers.
525         * hooks.texi (Standard Hooks): Add reference to
526         `buffer-list-update-hook'.
527         * windows.texi (Window Sizes): Describe `window-min-size'.
528         (Splitting Windows): Update description of `split-window'.
529         (Selecting Windows): Update description of `select-window'.
531 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
533         * frames.texi (Size and Position): Rewrite entries for
534         `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
535         Add description for `fit-frame-to-buffer-sizes'.
536         * windows.texi (Resizing Windows): Add descriptions for
537         pixelwise resizing.  Add entries for `window-resize-pixelwise'
538         and `fit-window-to-buffer-horizontally'.
539         Rewrite `fit-window-to-buffer' entry.
541 2014-03-06  Xue Fuqiao  <xfq@gnu.org>
543         * internals.texi (Window Internals): Remove field `region_showing'.
545 2014-03-06  Glenn Morris  <rgm@gnu.org>
547         * searching.texi (Replacing Match):
548         Remove incorrect, uninteresting return value.  (Bug#16942)
550 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
552         * display.texi (Window Dividers): New section.
553         * frames.texi (Layout Parameters): Add right-divider-width and
554         bottom-divider-width.
555         * windows.texi (Window Sizes): Redraw schematic and rewrite its
556         description.  Rewrite descriptions of `window-total-height',
557         `window-total-width', `window-total-size', `window-body-height',
558         `window-body-width' and `window-size-fixed'.  Add descriptions
559         for `window-pixel-height', `window-pixel-width',
560         `window-min-height' and `window-min-width'.  Remove description
561         of `window-size-fixed-p' moving part of it to that of
562         `window-size-fixed'.
563         (Resizing Windows): Mention dividers when talking about minimum sizes.
565 2014-03-05  Glenn Morris  <rgm@gnu.org>
567         * modes.texi (SMIE Customization): New section.
568         * elisp.texi (Top): Update detailed menu.
570 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
572         * windows.texi (Windows and Frames): Add some missing &optional
573         designators.  Adjust description of window-in-direction.
575 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
577         * markers.texi (Moving Marker Positions): Clarify guidance about
578         when to move markers and when to create a new one, as discussed at
579         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
581 2014-03-02  Glenn Morris  <rgm@gnu.org>
583         * text.texi (Decompression): New node.
584         * elisp.texi (Top): Update detailed menu.
586 2014-03-01  Glenn Morris  <rgm@gnu.org>
588         * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
590 2014-02-28  Xue Fuqiao  <xfq@gnu.org>
592         * functions.texi (Advising Functions, Advising Named Functions):
593         Tweak markup.
595         * display.texi (Defining Faces): Doc fix for `face-spec-set'.
597         * elisp.texi (Top):
598         * commands.texi (Generic Commands, Defining Commands):
599         Document `define-alternatives'.
601 2014-02-27  Xue Fuqiao  <xfq@gnu.org>
603         * windows.texi (Window Sizes): Document `window-size'.
604         (Display Action Functions): Document `display-buffer-at-bottom'.
605         (Window Configurations): Minor fixes.
607         * modes.texi (Header Lines): Document `window-header-line-height'.
609         * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
611         * windows.texi (Window Sizes, Resizing Windows): Document some
612         pixelwise window operations.
614         * text.texi (Margins): Fix the description of RET and `C-j'.
616         * frames.texi (Multiple Terminals): Document
617         `display-monitor-attributes-list' and `display-monitor-attributes'.
618         (Display Feature Testing): Add some notes about multi-monitor.
620 2014-02-27  Glenn Morris  <rgm@gnu.org>
622         * minibuf.texi (Programmed Completion):
623         Mention completion-table-with-cache.
625 2014-02-25  Glenn Morris  <rgm@gnu.org>
627         * display.texi (Window Systems):
628         Replace term-setup-hook with emacs-startup-hook.
629         * hooks.texi (Standard Hooks):
630         Replace term-setup-hook with tty-setup-hook.
631         * os.texi (Startup Summary, Init File, Terminal-Specific):
632         Replace term-setup-hook with tty-setup-hook, and update.
634 2014-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * functions.texi (Declare Form): Document gv-expander, gv-setter,
637         and compiler-macro (bug#16829, bug#15093).
639 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
641         * windows.texi (Window Configurations): Doc fix.
642         (Windows and Frames): Fix typo.
644 2014-02-21  Glenn Morris  <rgm@gnu.org>
646         * internals.texi (Process Internals):
647         * processes.texi (Subprocess Creation, Deleting Processes)
648         (Output from Processes, Process Buffers, Filter Functions)
649         (Accepting Output, Sentinels, Network, Network Servers):
650         Filters and sentinels can no longer be nil.
651         * elisp.texi (Top): Menu update.
653 2014-02-20  Glenn Morris  <rgm@gnu.org>
655         * functions.texi (Defining Functions): Mention defalias-fset-function.
657 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * minibuf.texi (Completion Commands): Don't document obsolete
660         `common-substring' arg of display-completion-list.
662 2014-02-17  Glenn Morris  <rgm@gnu.org>
664         * minibuf.texi (Text from Minibuffer): Update read-regexp details.
665         Mention read-regexp-defaults-function.
667 2014-02-13  Glenn Morris  <rgm@gnu.org>
669         * debugging.texi (Debugger Commands): Tiny edits.
671 2014-02-12  Glenn Morris  <rgm@gnu.org>
673         * package.texi (Simple Packages): Describe URL and Keywords headers.
675 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
677         * text.texi (User-Level Deletion):
678         Document `delete-trailing-whitespace' (bug#15309).
680 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
682         * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
684         * display.texi (Blinking): Clarify doc string in example (bug#10658).
686         * commands.texi (Accessing Mouse): Mention that these function
687         also work on keyboard events (bug#14228).
688         (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
690 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
692         * display.texi (Face Attributes): Add an index (bug#14924).
694         * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
696 2014-02-06  Glenn Morris  <rgm@gnu.org>
698         * display.texi (Truncation):
699         * positions.texi (Screen Lines): Do not mention cache-long-scans.
701 2014-01-31  Juri Linkov  <juri@jurta.org>
703         * searching.texi (String Search): Incremental word search fixes.
705 2014-01-28  Glenn Morris  <rgm@gnu.org>
707         * text.texi (Indent Tabs): Update related to tab-stops.
709 2014-01-24  Glenn Morris  <rgm@gnu.org>
711         * control.texi (Handling Errors): Update with-demoted-errors.
713         * files.texi (File Locks): Every platform supports locking now.
715 2014-01-22  Glenn Morris  <rgm@gnu.org>
717         * display.texi (ImageMagick Images): Expand on image-format-suffixes.
719 2014-01-20  Glenn Morris  <rgm@gnu.org>
721         * hash.texi (Other Hash): Do not mention subr-x.el functions;
722         reverts 2013-12-22 change.
724 2014-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * functions.texi (Advising Functions): New section.
727         * modes.texi (Running Hooks): Don't document with-wrapper-hook and
728         run-hook-wrapped any more.
729         (Hooks): Link to the new Advising Functions node.
730         * elisp.texi (Top): Don't include advice.texi.
731         * advice.texi: Remove.
732         * makefile.w32-in (srcs):
733         * Makefile.in (srcs): Adjust accordingly.
735 2014-01-09  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
737         * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
739         * strings.texi (Text Comparison): Document `string-suffix-p'.
741 2014-01-07  Glenn Morris  <rgm@gnu.org>
743         * files.texi (File Attributes): Fix superscipt typo.
745 2014-01-07  Chong Yidong  <cyd@gnu.org>
747         * files.texi (Changing Files): Document copy-file changes.
749 2014-01-07  Glenn Morris  <rgm@gnu.org>
751         * display.texi (Logging Messages): Copyedits re messages-buffer.
753 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
755         Specify .texi encoding (Bug#16292).
756         * back.texi, book-spine.texi, lay-flat.texi:
757         Add @documentencoding.
759 2014-01-05  Chong Yidong  <cyd@gnu.org>
761         * backups.texi (Making Backups): Document backup-buffer change.
763         * files.texi (Visiting Files): Copyedits.
764         (Testing Accessibility): Mention ACLs.  Move file-modes here from
765         File Attributes.
766         (Truenames): Move file-equal-p here from Kinds of Files.
767         (File Attributes): Move file-newer-than-file-p here from Testing
768         Accessibility.
769         (Extended Attributes): New node.  Add file-extended-attributes.
770         (Changing Files): Document set-file-extended-attributes.
772         * commands.texi (Defining Commands): Document the interactive-form
773         property more carefully.  Document interactive-only.
775         * compile.texi (Compiler Errors): Copyedits.  Note that the
776         details for byte-compile-warnings are in its docstring.
778         * minibuf.texi (Minibuffer Contents): Remove obsolete function
779         minibuffer-completion-contents.
781         * variables.texi (Defining Variables): Note that defvar acts
782         always on the dynamic value.
784         * customize.texi (Variable Definitions): Likewise.
786 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
788         Document vconcat and the empty vector (Bug#16246).
789         * sequences.texi (Vector Functions):
790         Document behavior better when the result is empty.
792         Document behavior of (string-to-number "+@") (Bug#16293).
793         * strings.texi (String Conversion): Document behavior of
794         string-to-number on invalid strings that begin with "+", too.
796 2014-01-03  Chong Yidong  <cyd@gnu.org>
798         * help.texi (Documentation, Accessing Documentation): Copyedits.
799         (Documentation Basics): Rewrite, avoiding a repeat discussion of
800         docstring conventions.
802         * tips.texi (Documentation Tips): Move discussion of
803         emacs-lisp-docstring-fill-column here from Documentation Basics.
805         * compile.texi (Docs and Compilation): Copyedits.
807 2014-01-02  Glenn Morris  <rgm@gnu.org>
809         * numbers.texi (Numeric Conversions): Fix a typo.
811 2013-12-29  Paul Eggert  <eggert@cs.ucla.edu>
813         Plain copy-file no longer chmods an existing destination (Bug#16133).
814         * files.texi (Changing Files): Document this.
816 2013-12-28  Chong Yidong  <cyd@gnu.org>
818         * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
820         * buffers.texi (Modification Time): Document visited-file-modtime
821         change.
823 2013-12-28  Glenn Morris  <rgm@gnu.org>
825         * control.texi (Pattern matching case statement): Brevity.
827 2013-12-27  Chong Yidong  <cyd@gnu.org>
829         * functions.texi (Function Cells):
830         * eval.texi (Function Indirection): Update for the fact that
831         symbol-function no longer signals an error.
833         * commands.texi (Reading One Event): Mention keyboard coding.
835         * keymaps.texi (Translation Keymaps, Translation Keymaps):
836         * nonascii.texi (Terminal I/O Encoding): Copyedits.
838 2013-12-26  Chong Yidong  <cyd@gnu.org>
840         * advice.texi (Advising Functions, Defining Advice): Special forms
841         can no longer be advised.
843 2013-12-25  Chong Yidong  <cyd@gnu.org>
845         * keymaps.texi (Active Keymaps): Re-organize the text.
846         (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
847         (Controlling Active Maps): Note that set-transient-map uses
848         overriding-terminal-local-map.
850         * tips.texi (Coding Conventions): Tweak the coding system tip;
851         Emacs now uses utf-8 by default for Emacs Lisp source files.
853         * display.texi (Font Selection): Tweak example.
855         * commands.texi (Event Input Misc): Document new arg to input-pending-p.
857         * nonascii.texi (Specifying Coding Systems): Don't refer to
858         emacs-mule-dos.
859         (Lisp and Coding Systems): Describe emacs-mule return value in
860         modern terms.
862 2013-12-25  Tassilo Horn  <tsdh@gnu.org>
864         * control.texi (Pattern matching case statement): Rephrase lexical
865         binding requirement: the example needs it, not `pcase' itself.
867 2013-12-25  Chong Yidong  <cyd@gnu.org>
869         * eval.texi (Eval): Document the LEXICAL arg to eval.
871         * variables.texi (Variables, Void Variables): Use "scoping rule"
872         terminology consistently.
873         (Variable Scoping): Add index entries, and use "dynamic scope"
874         terminology in place of "indefinite scope" to reduce confusion.
875         (Lexical Binding): Document lexical environment format.
876         (Using Lexical Binding): Add index entries for error messages.
878 2013-12-24  Tassilo Horn  <tsdh@gnu.org>
880         * control.texi (Pattern matching case statement): Fix missing
881         argument in simple expression language sample (Bug#16238).
882         Add some sample programs written in that language.  Mention that
883         `pcase' requires lexical binding.
885 2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
887         * eval.texi (Special Forms): Document `special-form-p'.
889         * macros.texi (Simple Macro): Document `macrop'.
891         * files.texi (Changing Files): Fix an argument of `copy-file'.
893         * strings.texi (Creating Strings): Document TRIM in `split-string'.
895 2013-12-23  Chong Yidong  <cyd@gnu.org>
897         * keymaps.texi (Controlling Active Maps):
898         Rename set-temporary-overlay-map to set-transient map.  Doc fixes.
899         (Searching Keymaps): The transient keymap takes precedence.
901 2013-12-23  Glenn Morris  <rgm@gnu.org>
903         * loading.texi (How Programs Do Loading, Load Suffixes):
904         Mention `load-prefer-newer'.
906 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
908         * hash.texi (Other Hash): Document `hash-table-keys'
909         and `hash-table-values'.
911 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
913         * nonascii.texi (Character Properties): NAME or OLD-NAME
914         properties can be nil (there's no empty string).
915         (Character Properties): Update the reference to the UCD.
917 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
919         * sequences.texi (Bool-Vectors): Document new bool-vector set
920         operation functions.
922         * text.texi (Examining Properties): Document `get-pos-property'.
924         * variables.texi (Directory Local Variables):
925         Document `enable-dir-local-variables'.
927         * debugging.texi (Debugger Commands):
928         Document `debugger-toggle-locals'.
930 2013-12-21  Chong Yidong  <cyd@gnu.org>
932         * text.texi (Region Indent): Note the new interactive behavior of
933         indent-rigidly.
935 2013-12-20  Tassilo Horn  <tsdh@gnu.org>
937         * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
938         one or many arguments.
940         * display.texi: Document `messages-buffer'.
942         * os.texi: Document `initial-buffer-choice' changes.
944 2013-12-20  Chong Yidong  <cyd@gnu.org>
946         * text.texi (Changing Properties): Improve documentation for
947         add-face-text-property.
948         (Special Properties): Mention add-face-text-property.
950 2013-12-18  Chong Yidong  <cyd@gnu.org>
952         * customize.texi (Custom Themes): Document custom-known-themes
953         (Bug#15717).
955         * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
956         (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
958 2013-12-13  Glenn Morris  <rgm@gnu.org>
960         * internals.texi (Building Emacs):
961         * loading.texi (Library Search): Mention that site-load,
962         site-init cannot change load-path.
964 2013-12-12  Glenn Morris  <rgm@gnu.org>
966         * elisp.texi: Tweak dircategory.
968 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
970         * nonascii.texi (Encoding and I/O): Document file-name encoding
971         peculiarities on MS-Windows.
973 2013-12-12  Glenn Morris  <rgm@gnu.org>
975         * elisp.texi: Sync direntry with info/dir version.
977 2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
979         * display.texi (Progress, Face Remapping):
980         * processes.texi (Serial Ports):
981         * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
983 2013-12-04  Juri Linkov  <juri@jurta.org>
985         * searching.texi (Search and Replace): Fix `unread-command-events'
986         and add ref.
988 2013-12-03  Juri Linkov  <juri@jurta.org>
990         * windows.texi (Choosing Window): Rename `no-display-ok' to
991         `allow-no-window'.  (Bug#13594)
993 2013-11-30  Glenn Morris  <rgm@gnu.org>
995         * Makefile.in (distclean): Remove Makefile.
997 2013-11-29  Andreas Politz  <politza@fh-trier.de>
999         * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1000         (Bug#14029).
1002 2013-11-27  Glenn Morris  <rgm@gnu.org>
1004         * loading.texi (Library Search):
1005         * os.texi (Startup Summary): No more leim directory.
1007 2013-11-26  Glenn Morris  <rgm@gnu.org>
1009         * os.texi (Startup Summary): Update for leim-list being preloaded.
1011 2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
1013         * frames.texi (Input Focus):
1014         * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1016 2013-11-23  Glenn Morris  <rgm@gnu.org>
1018         * loading.texi (Library Search):
1019         Empty elements in EMACSLOADPATH now mean the default load-path.
1021 2013-11-22  Glenn Morris  <rgm@gnu.org>
1023         * loading.texi (Library Search): Minor clarification.
1025 2013-11-20  Leo Liu  <sdl.web@gmail.com>
1027         * windows.texi (Choosing Window): Mention `no-display-ok'.  (Bug#13594)
1029 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
1031         * os.texi (File Notifications): Add an index.
1033         * loading.texi (Loading): Add an cross-reference.
1035 2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
1037         * os.texi (Session Management, Desktop Notifications): Add some
1038         indexes and a cross-reference.
1040 2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
1042         * os.texi (Time Parsing, Processor Run Time, Input Modes)
1043         (Terminal Output): Minor fixes.
1045 2013-11-14  Glenn Morris  <rgm@gnu.org>
1047         * loading.texi (Library Search): Update section.
1049 2013-11-11  Xue Fuqiao  <xfq.free@gmail.com>
1051         * os.texi (User Identification, Time of Day, Time Conversion):
1052         Minor fixes.
1054 2013-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1056         * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1058 2013-11-09  Xue Fuqiao  <xfq.free@gmail.com>
1060         * os.texi (Startup Summary): Add an index about startup screen.
1061         Typo fix.
1062         (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1064 2013-11-08  Eli Zaretskii  <eliz@gnu.org>
1066         * display.texi (Truncation): Document that cache-long-scans is now
1067         non-nil by default.  (Bug#15797)
1069 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
1071         * lists.texi (Rearrangement): Fix indexing.
1073         * display.texi (Bidirectional Display): Fix indexing.
1075 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
1077         * lists.texi (Rearrangement): Improve indexing.
1079         * display.texi (Glyphs): Add an index for glyph code.
1080         (Bidirectional Display): Improve indexing.
1082 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1084         * display.texi (Face Attributes): Document :distant-foreground.
1086 2013-10-30  Xue Fuqiao  <xfq.free@gmail.com>
1088         * display.texi (Abstract Display): Improve indexing.
1090 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * display.texi (Selective Display): Discourage the use of explicit
1093         selective display.
1095 2013-10-29  Xue Fuqiao  <xfq.free@gmail.com>
1097         * display.texi (Showing Images): Add an index for image-size.
1098         Use @code instead of @var for a normal variable.
1099         (Multi-Frame Images): Improve indexing.
1100         (Button Buffer Commands): Use @code instead of @var for a normal
1101         variable.
1102         (Abstract Display): Explain the meaning of Ewoc.
1104 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1106         * display.texi (Image Descriptors): Improve indexing.
1108 2013-10-26  Xue Fuqiao  <xfq.free@gmail.com>
1110         * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1111         (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1113 2013-10-25  Xue Fuqiao  <xfq.free@gmail.com>
1115         * display.texi (Fontsets): Minor wording fix.
1116         (Low-Level Font): Improve indexing.
1118         * nonascii.texi (Character Properties): Add an index for script symbols.
1120 2013-10-24  Xue Fuqiao  <xfq.free@gmail.com>
1122         * display.texi (Face Remapping): Add indexes for face remapping.
1123         (Font Selection): Add indexes.
1124         (Low-Level Font): Add an index for font registry.
1126 2013-10-23  Glenn Morris  <rgm@gnu.org>
1128         * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1129         Nuke @refill.
1131         * Makefile.in (install-dvi, install-html, install-pdf)
1132         (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1133         (uninstall-pdf): Quote entities that might contain whitespace.
1135 2013-10-19  Xue Fuqiao  <xfq.free@gmail.com>
1137         * display.texi (Face Attributes): Add indexes for the ‘:box’
1138         face attribute.
1140 2013-10-18  Xue Fuqiao  <xfq.free@gmail.com>
1142         * display.texi (Line Height): Add indexes for line height.
1144 2013-10-17  Xue Fuqiao  <xfq.free@gmail.com>
1146         * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1148 2013-10-16  Xue Fuqiao  <xfq.free@gmail.com>
1150         * display.texi (Selective Display): Add an index for explicit
1151         selective display.
1153 2013-10-15  Xue Fuqiao  <xfq.free@gmail.com>
1155         * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1157 2013-10-13  Glenn Morris  <rgm@gnu.org>
1159         * intro.texi (Acknowledgments): Use accented form of some names.
1161 2013-10-09  Glenn Morris  <rgm@gnu.org>
1163         * control.texi (Conditionals): Copyedits.  (Bug#15558)
1165 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
1167         Support menus on text-mode terminals.
1168         * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1169         Modify wording to the effect that menus are supported on TTYs.
1171         * frames.texi (Pop-Up Menus, Dialog Boxes)
1172         (Display Feature Testing): Update for menu support on TTYs.
1174 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1176         * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1177         non-headings.
1179 2013-10-05  Xue Fuqiao  <xfq.free@gmail.com>
1181         * syntax.texi (Categories): Add an index for category sets.
1183 2013-10-03  Xue Fuqiao  <xfq.free@gmail.com>
1185         * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1187 2013-10-02  Xue Fuqiao  <xfq.free@gmail.com>
1189         * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1191 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
1193         * searching.texi (Regexp Search): Refine.
1195 2013-09-22  Xue Fuqiao  <xfq.free@gmail.com>
1197         * nonascii.texi (Default Coding Systems): Typo fix.
1199 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
1201         * nonascii.texi (Coding System Basics): Add information about
1202         carriage-return.
1204 2013-09-14  Eli Zaretskii  <eliz@gnu.org>
1206         * display.texi (Display Margins): State the units of measuring
1207         margin width.  (Bug#15375)
1209 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
1211         * text.texi (Not Intervals): Minor wording fix.
1213 2013-09-12  Xue Fuqiao  <xfq.free@gmail.com>
1215         * functions.texi (Obsolete Functions): Add an index for obsolete
1216         functions.
1218 2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
1220         * nonascii.texi (Character Properties): Character properties fix
1221         for decimal-digit-value and digit-value.
1223 2013-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * macros.texi (Defining Macros): Prefer "function" to "lambda
1226         expression" (bug#15296).
1228 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1230         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1231         for portability to hosts where /bin/sh has problems.
1233 2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
1237 2013-08-20  Eli Zaretskii  <eliz@gnu.org>
1239         * files.texi (Information about Files): Mention file names with
1240         trailing blanks on MS-Windows.  (Bug#15130)
1242 2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
1244         * positions.texi (Positions): Improve indexing.
1246 2013-08-18  Eli Zaretskii  <eliz@gnu.org>
1248         * markers.texi (The Region): Improve indexing.
1250 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
1252         * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1254         * text.texi (Maintaining Undo): Mention interactive call of
1255         buffer-disable-undo.
1256         (Filling): Add cross-reference for hard newlines.
1257         (Sorting): Fix indentation.
1258         (Columns): Comment out undefined behavior.
1259         (Case Changes): Fix an `args-out-of-range' error in the example.
1261 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
1263         * text.texi (Insertion): Refine.
1264         (Margins): Add an index.
1265         (Undo): Doc fix for `buffer-undo-list'.
1267         * positions.texi (Character Motion):
1268         * markers.texi (Moving Markers, Creating Markers):
1269         Comment out undefined behavior.
1271 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
1273         * markers.texi (The Region): Add/move indexes.
1275 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277         * display.texi (ImageMagick Images): Mention :content-type and
1278         `image-content-type-suffixes'.
1280 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1282         * positions.texi (Word Motion): Remove redundant sentence.
1284 2013-08-13  Glenn Morris  <rgm@gnu.org>
1286         * lists.texi (List Elements):
1287         Undocument behavior of nth and nthcdr with n < 0.  (Bug#15059)
1289 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1291         * frames.texi (Display Feature Testing): Add indexes.
1293 2013-08-12  Glenn Morris  <rgm@gnu.org>
1295         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1296         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1297         (INSTALL_DATA): New, set by configure.
1298         (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1299         New variables.
1300         (.SUFFIXES): Add .ps and .dvi.
1301         (.dvi.ps): New suffix rule.
1302         (dvi, html, pdf, ps): Use *_TARGETS variables.
1303         (elisp.html): Use HTML_OPTS.
1304         (elisp.ps): Remove explicit rule.
1305         (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1306         install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1307         uninstall-ps, and uninstall-doc.
1308         (install-dvi, install-html, install-pdf, install-ps, install-doc)
1309         (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1310         (uninstall-doc): New rules.
1311         (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1313 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
1315         * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1317 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
1319         * control.texi (Error Symbols): Minor fix for previous change.
1321 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1325         * control.texi (Signaling Errors): Refer to define-error.
1326         (Error Symbols): Add `define-error'.
1328 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1330         * positions.texi (Motion by Screen Lines):
1331         * display.texi (Truncation): Rename `cache-long-line-scans'
1332         to `cache-long-scans'.
1334 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
1336         * windows.texi (Window Start and End): Add an index.
1338 2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
1340         * display.texi (Face Functions): Add an index.
1342         * variables.texi (Variable Aliases): Add an index.
1344         * functions.texi (Defining Functions): Add an index.
1346         * nonascii.texi (Coding System Basics): Add an index.
1348 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
1350         * nonascii.texi (Non-ASCII Characters): Update menu.
1351         (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1352         Fix cross-references.
1354         * elisp.texi (Top): Update menu.
1356 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1358         * windows.texi (Window History): Mention the default value of
1359         switch-to-visible-buffer.  Add cross-references.
1361 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1363         * errors.texi (Standard Errors): Fix typo.
1365         * files.texi (Magic File Names):
1366         * os.texi (File Notifications): Remove file-notify-supported-p.
1368 2013-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1370         * eval.texi (Special Forms): Mention 'lambda'.  Also, say that
1371         non-well-formed expressions result in unspecified behavior, though
1372         Emacs will not crash.
1374 2013-07-22  Michael Albinus  <michael.albinus@gmx.de>
1376         * files.texi (Magic File Names): Add file-notify-add-watch,
1377         file-notify-rm-watch and file-notify-supported-p.
1378         Move file-remote-p down.
1380         * errors.texi (Standard Errors): Add file-notify-error.
1382         * os.texi (Desktop Notifications): Rename from Notifications.
1383         (File Notifications): New node.
1385         * elisp.texi (Top): Update menu for these changes.
1387 2013-07-19  Xue Fuqiao  <xfq.free@gmail.com>
1389         * windows.texi (Display Action Functions): Mention next-window.
1391 2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
1393         * windows.texi (Selecting Windows): Fix the introduction of
1394         `set-frame-selected-window''s arguments.
1396 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
1398         Timestamp fixes for undo (Bug#14824).
1399         * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1401 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
1403         * nonascii.texi (Text Representations): Document that
1404         multibyte-string-p returns nil for non-string objects.
1406 2013-07-06  Glenn Morris  <rgm@gnu.org>
1408         * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1410 2013-07-03  Glenn Morris  <rgm@gnu.org>
1412         * debugging.texi (Debugging):
1413         * files.texi (File Attributes, Changing Files): Fix cross-references.
1415         * package.texi (Package Archives): Fix @url call.
1417         * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1419 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
1421         * display.texi (Bidirectional Display): Document move-point-visually.
1423 2013-06-29  Xue Fuqiao  <xfq.free@gmail.com>
1425         * buffers.texi (Buffer File Name): Fix typo.
1427 2013-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1429         * tips.texi (Coding Conventions): Improve wording.
1431 2013-06-24  Glenn Morris  <rgm@gnu.org>
1433         * loading.texi (Autoload): Fix typo.
1435         * variables.texi (Lexical Binding): Fix typo.
1437         * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1439 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441         * display.texi (ImageMagick Images): Mention :max-width and
1442         :max-height.
1444 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1446         * numbers.texi (Math Functions): Remove obsolete function log10.
1448 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1451         rather than `local-map'.
1453         * keymaps.texi (Active Keymaps): Fix documentation of
1454         set-temporary-overlay-map and overriding-terminal-local-map.
1456 2013-06-19  Glenn Morris  <rgm@gnu.org>
1458         * Makefile.in (dist): Edit more configure variables.
1459         Try to check that we do not miss any in future.
1461 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
1463         * text.texi (Undo, Changing Properties): Fix typos.
1465 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467         * text.texi (Changing Properties): Document `add-face-text-property'.
1469 2013-06-17  Kenichi Handa  <handa@gnu.org>
1471         * display.texi (Face Attributes): Refer to "Low-Level font" (not
1472         "Font Selection") in the explanation of :font attribute (bug#14629).
1474 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1476         * loading.texi (Hooks for Loading): Don't document after-load-alist.
1477         Document with-eval-after-load instead of eval-after-load.
1479 2013-06-11  Xue Fuqiao  <xfq.free@gmail.com>
1481         * files.texi (File Name Expansion): Make the example more
1482         intuitive.
1484 2013-06-10  Paul Eggert  <eggert@cs.ucla.edu>
1486         Documentation fix for 'ls' and hard links.
1487         * compile.texi (Compilation Functions):
1488         * files.texi (File Attributes, Changing Files):
1489         Use current format for GNU 'ls' output.
1490         (File Attributes): Fix problem introduced in previous change:
1491         the link count is the number of hard links, not the number
1492         of hard links + 1.
1494 2013-06-10  Xue Fuqiao  <xfq.free@gmail.com>
1496         * files.texi (File Attributes): Fix typo.
1498 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * functions.texi (Lambda Expressions): Lambda expressions don't
1501         evaluate to themselves in general (bug#11782).
1503 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1505         * loading.texi (Autoload):
1506         * help.texi (Documentation Basics, Accessing Documentation)
1507         (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1509 2013-04-23  Glenn Morris  <rgm@gnu.org>
1511         * internals.texi (Writing Emacs Primitives): Remove obvious example.
1512         Tweak other to avoid overly long line.
1514 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1516         * internals.texi (Writing Emacs Primitives): Remove unnecessary
1517         references to the sources.  (Bug#13800)
1519         * searching.texi (Regexp Backslash): Doc fix for backslash
1520         constructs in regular expressions.
1522 2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
1524         * tips.texi (Coding Conventions): Mention separation of package
1525         descriptor and name of internal symbols by two hyphens.
1527 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1529         * windows.texi (Splitting Windows): Change category of
1530         split-window from a command to a function.
1532 2013-04-06  Chong Yidong  <cyd@gnu.org>
1534         * display.texi (Faces): Minor clarifications.
1535         (Defining Faces): Clarify default vs custom face specs.
1536         Document face-spec-set.
1538         * display.texi (Overlay Properties):
1539         * text.texi (Special Properties): Use the "anonymous face"
1540         terminology.  Describe foreground-color and background-color forms
1541         as compatibility-only.
1543 2013-03-24  Eli Zaretskii  <eliz@gnu.org>
1545         * compile.texi (Byte-Code Objects): Add index entry.
1546         (Disassembly): Add cross-references.
1548 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
1550         * frames.texi (Size Parameters): More accurate description of the
1551         difference between 'fullboth' and 'maximized'.  (Bug#13935)
1553 2013-03-17  Christopher Schmidt  <christopher@ch.ristopher.com>
1555         * symbols.texi (Standard Properties): Document pure.  (Bug#13823)
1557 2013-03-16  Glenn Morris  <rgm@gnu.org>
1559         * elisp.texi: Add some stuff specific to www.gnu.org.
1561 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1563         * control.texi (Pattern matching case statement): Fix typo.
1565 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1567         * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1569 2013-03-03  Glenn Morris  <rgm@gnu.org>
1571         * objects.texi (Symbol Type): Fix typo.
1573 2013-02-28  Bastien Guerry  <bzg@gnu.org>
1575         * variables.texi (File Local Variables): Fix reference.
1577 2013-02-24  Eli Zaretskii  <eliz@gnu.org>
1579         * files.texi (Magic File Names): Improve wording and indexing.
1581 2013-02-21  Glenn Morris  <rgm@gnu.org>
1583         * display.texi (Multi-Frame Images): Minor rephrasing.
1585 2013-02-20  Glenn Morris  <rgm@gnu.org>
1587         * display.texi (GIF Images, TIFF Images): Delete these nodes.
1588         (ImageMagick Images): For :index, use an xref rather than duplicating.
1589         (Other Image Types): Add GIF, adjust formatting.
1590         (Multi-Frame Images): Rename from Animated Images.  Expand section.
1591         * elisp.texi (Top): Update menu for these changes.
1593 2013-02-19  Glenn Morris  <rgm@gnu.org>
1595         * text.texi (Change Hooks): Fix typo.
1597 2013-02-15  Glenn Morris  <rgm@gnu.org>
1599         * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1601 2013-02-13  Glenn Morris  <rgm@gnu.org>
1603         * objects.texi (Char-Table Type): Add footnote about #^^.
1605         * modes.texi (Minor Mode Conventions): Fix typo.
1607         * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1608         meta characters; this changed in 22.1.  (Bug#13684)
1610         * objects.texi (Char-Table Type): Add cindex.
1612         * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1614 2013-02-10  Glenn Morris  <rgm@gnu.org>
1616         * keymaps.texi (Creating Keymaps): Update make-keymap result.
1618 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1620         * modes.texi (%-Constructs): Remove the description of %t.
1622         * nonascii.texi (MS-DOS File Types): Delete node.
1624 2013-02-08  Glenn Morris  <rgm@gnu.org>
1626         * keymaps.texi (Active Keymaps, Searching Keymaps):
1627         Remove confusing mention of "symbolic prefix".  (Bug#13643)
1629 2013-01-19  Glenn Morris  <rgm@gnu.org>
1631         * macros.texi (Indenting Macros): Fix order of an indent
1632         symbol's arguments.  (Bug#13450)
1634 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1636         Allow floating-point file offsets.
1637         * files.texi (Reading from Files, Writing to Files):
1638         Say that file offsets can be numbers, not just integers.
1640 2013-01-09  Glenn Morris  <rgm@gnu.org>
1642         * commands.texi (Interactive Codes):
1643         Whitespace does not terminate interactive "S".  (Bug#13393)
1645 2013-01-06  Chong Yidong  <cyd@gnu.org>
1647         * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1649 2013-01-05  Glenn Morris  <rgm@gnu.org>
1651         * display.texi (Overlay Properties): Mention field.  (Bug#13364)
1653 2013-01-05  Eli Zaretskii  <eliz@gnu.org>
1655         * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1656         directive in a group of items.
1658 2013-01-05  Chong Yidong  <cyd@gnu.org>
1660         * keymaps.texi (Key Sequences): Remove obsolete sentence
1661         (Bug#13356).
1663 2013-01-04  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1665         * hash.texi (Defining Hash): Fix typo.  (Bug#13345)
1667 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * files.texi (File Attributes): Undocument return format of file-acl.
1671 2013-01-03  Glenn Morris  <rgm@gnu.org>
1673         * processes.texi (System Processes):
1674         * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1676         * searching.texi (Replacing Match): Fix xref.
1678         * elisp.texi (DATE): Bump to Jan 2013.
1680 2013-01-02  Glenn Morris  <rgm@gnu.org>
1682         * customize.texi (Common Keywords, Type Keywords):
1683         Replace "active field" with "button".  (Bug#13310)
1685         * customize.texi (Common Keywords): Add xref.  (Bug#13311)
1686         * tips.texi (Library Headers): Add cindex.
1688 2012-12-30  Wolfgang Jenkner  <wjenkner@inode.at>
1690         * functions.texi (Declare Form):
1691         * intro.texi (A Sample Function Description):
1692         * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1693         * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1694         in @def.. commands.  (Bug#13292)
1696 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
1698         * files.texi (Changing Files): Document the return values of
1699         set-file-selinux-context and set-file-acl.
1701 2012-12-27  Glenn Morris  <rgm@gnu.org>
1703         * files.texi (File Names): Mention Cygwin conversion functions.
1705 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
1707         * windows.texi (Selecting Windows): Reword description of
1708         select-window (Bug#13248).
1710 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
1712         * files.texi (File Attributes, Changing Files): Remove the details
1713         about the text returned by file-acl.  Instead, just document that
1714         it is an opaque string meant to be used by set-file-acl.
1716 2012-12-21  Chong Yidong  <cyd@gnu.org>
1718         * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1720         * customize.texi (Simple Types): Document key-sequence type
1721         (Bug#13048).
1723         * strings.texi (Text Comparison): Doc fix for compare-strings.
1725 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
1727         * files.texi (Magic File Names): Add `file-acl',
1728         `file-selinux-context', `set-file-acl' and
1729         `set-file-selinux-context'.  Make the list consistent.
1731 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
1733         * tips.texi (Library Headers): New header keyword `Homepage'.
1734         Make continuation lines syntax more precise.
1736 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
1738         * files.texi (File Attributes, Changing Files): Update to include
1739         MS-Windows support for ACLs.
1741 2012-12-16  Romain Francoise  <romain@orebokech.com>
1743         * files.texi (File Attributes): Document ACL support and new
1744         `file-acl' function.
1745         (Changing Files): Mention argument name change of `copy-file' and
1746         document new function `set-file-acl'.
1748 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1750         Fix permissions bugs with setgid directories etc.  (Bug#13125)
1751         * files.texi (Testing Accessibility): Document GROUP arg
1752         of file-ownership-preserved-p.
1753         (File Attributes): Document that 9th element is now
1754         just a placeholder.
1755         * os.texi (User Identification): Document new functions group-gid,
1756         group-real-gid.
1758 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1760         * internals.texi (C Integer Types): New section.
1761         This follows up and records an email in
1762         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1764 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * control.texi (Pattern matching case statement): New node.
1768         * customize.texi (Variable Definitions): Mention the default :group
1769         for defcustoms (bug#13093).
1771 2012-12-09  Glenn Morris  <rgm@gnu.org>
1773         * customize.texi (Variable Definitions): Mention eval-defun
1774         on a defcustom calls the :set function when appropriate.
1776 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
1778         * doclicense.texi, gpl.texi: Update to latest version from FSF.
1779         These are just minor editorial changes.
1781 2012-12-06  Chong Yidong  <cyd@gnu.org>
1783         * lists.texi (Plist Access): Move put example to Symbol Plists.
1785         * symbols.texi (Standard Properties): Fix typo.
1787 2012-12-03  Chong Yidong  <cyd@gnu.org>
1789         * symbols.texi (Symbol Properties): New node.
1790         (Symbol Plists): Make it a subsection under Symbol Properties.
1791         (Standard Properties): New node.
1793         * lists.texi (Property Lists): Move here from symbols.texi.
1794         (Plist Access): Rename from Other Plists.
1796         * customize.texi (Variable Definitions):
1797         * display.texi (Defining Faces):
1798         * sequences.texi (Char-Tables): Fix xref.
1800         * keymaps.texi (Key Sequences): `kbd' is now a function.
1802         * commands.texi (Using Interactive): Fix index entry.
1804 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
1806         * doclicense.texi: Update to latest version from FSF.
1807         These are just minor editorial changes.
1808         * elisp.texi (GNU Free Documentation License)
1809         (GNU General Public Licens):
1810         Provide sectioning, since doclicense.texi no longer does that.
1812         * loading.texi (Named Features): @ -> @@ to fix typo.
1814 2012-11-24  Martin Rudalics  <rudalics@gmx.at>
1816         * windows.texi (Basic Windows): Fix typo.
1817         (Windows and Frames): Fix example.  Move description of
1818         window-in-direction here.
1819         (Recombining Windows): Fix example.
1820         (Buffers and Windows): Fix description of replace-buffer-in-windows.
1821         (Switching Buffers): Reword.
1822         (Display Action Functions): Minor adjustments.
1823         (Choosing Window Options): Minor fixes.
1824         (Window History): Minor rewording.
1825         (Dedicated Windows): Correct and reword part describing how
1826         dedicatedness affects functions removing buffers or windows.
1827         * buffers.texi (The Buffer List): Fix description of bury-buffer.
1829 2012-11-24  Chong Yidong  <cyd@gnu.org>
1831         * modes.texi (%-Constructs): Fix statement about mode construct
1832         padding (Bug#12866).
1834 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * debugging.texi (Profiling): Make it more clear
1837         that --enable-profiling is about profiling the C code.
1839 2012-11-21  Glenn Morris  <rgm@gnu.org>
1841         * display.texi (Attribute Functions):
1842         Update for set-face-* name changes.
1843         Add new "inherit" argument for face-bold-p etc.
1844         Move description of this argument to a common section, like "frame".
1846         * debugging.texi (Profiling): New section.
1847         (Debugging): Mention profiling in the introduction.
1848         * tips.texi (Compilation Tips): Move profiling to separate section.
1849         * elisp.texi: Add Profiling to detailed menu.
1851 2012-11-21  Martin Rudalics  <rudalics@gmx.at>
1853         * windows.texi (Display Action Functions): Fix recently added
1854         example.  Suggested by Michael Heerdegen.
1856 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1858         Minor cleanup for times as lists of four integers.
1859         * os.texi (Time Parsing): Time values can now be four integers.
1861 2012-11-18  Glenn Morris  <rgm@gnu.org>
1863         * loading.texi (How Programs Do Loading): Add eager macro expansion.
1864         * macros.texi (Expansion): Mention eager macro expansion.
1866         * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1868 2012-11-18  Leo Liu  <sdl.web@gmail.com>
1870         * minibuf.texi (Programmed Completion): Doc fix for metadata
1871         request (Bug#12850).
1873 2012-11-18  Glenn Morris  <rgm@gnu.org>
1875         * display.texi (Temporary Displays): Document with-temp-buffer-window.
1877         * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1878         * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1879         (Window Sizes): Add vindex for window-min-height, window-min-width.
1880         (Display Action Functions): Mention pop-up-frame-parameters.
1882 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1884         * windows.texi (Choosing Window): Rewrite description of
1885         display-buffer-alist (Bug#12167).
1886         (Display Action Functions): Mention inhibit-switch-frame.
1887         Fix description of display-buffer-below-selected.  Reorder actions.
1888         Add example (Bug#12848).
1890 2012-11-16  Glenn Morris  <rgm@gnu.org>
1892         * display.texi (Face Attributes): Fix :underline COLOR description.
1893         (Attribute Functions): Update for set-face-underline rename.
1894         Tweak descriptions of face-underline-p, face-inverse-video-p.
1896         * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1897         so they align better in info.
1898         (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1899         Document set-temporary-overlay-map.
1901 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1903         * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1904         with normal keymaps".
1906 2012-11-15  Dmitry Antipov  <dmantipov@yandex.ru>
1908         * internals.texi (Garbage Collection): Update descriptions
1909         of vectorlike_header, garbage-collect and gc-cons-threshold.
1910         (Object Internals): Explain Lisp_Object layout and the basics
1911         of an internal type system.
1912         (Buffer Internals): Update description of struct buffer.
1914 2012-11-13  Glenn Morris  <rgm@gnu.org>
1916         * variables.texi (Adding Generalized Variables):
1917         At least mention gv-define-expander and gv-letplace.
1919         * debugging.texi (Error Debugging): Mention debug-on-message.
1920         (Using Debugger): Mention debugger-bury-or-kill.
1922         * control.texi (Signaling Errors):
1923         * debugging.texi (Error Debugging):
1924         * errors.texi (Standard Errors): Add user-error.
1926         * variables.texi (Adding Generalized Variables):
1927         Use standard formatting for common lisp note about setf functions.
1929 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
1931         * elisp.texi (Top): Add Recombining Windows to menu.
1932         * windows.texi (Recombining Windows): New subsection.
1933         (Splitting Windows): Rewrite text on handling of window
1934         combinations and move it to new subsection.
1936 2012-11-10  Chong Yidong  <cyd@gnu.org>
1938         * searching.texi (Replacing Match): Document \? in replace-match.
1940         * variables.texi (Creating Buffer-Local): Document setq-local and
1941         defvar-local.
1942         (Setting Generalized Variables): Arrange table alphabetically.
1944         * lists.texi (List Elements, List Variables): Clarify descriptions
1945         of push and pop for generalized variables.
1947         * edebug.texi (Specification List): setf is no longer CL-only.
1949 2012-11-10  Glenn Morris  <rgm@gnu.org>
1951         * variables.texi (Adding Generalized Variables):
1952         Update description of FIX-RETURN expansion.
1954         * variables.texi (Setting Generalized Variables):
1955         Split most of previous contents into this subsection.
1956         (Adding Generalized Variables): New subsection.
1957         Move note on lack of setf functions here from misc/cl.texi.
1959         * elisp.texi: Add Generalized Variables subsections to detailed menu.
1961 2012-11-10  Chong Yidong  <cyd@gnu.org>
1963         * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1965 2012-11-08  Michael Albinus  <michael.albinus@gmx.de>
1967         * os.texi (Notifications): Update descriptions of
1968         notifications-notify, notifications-close-notification and
1969         notifications-get-capabilities according to latest code changes.
1970         Add notifications-get-server-information.
1972 2012-11-03  Chong Yidong  <cyd@gnu.org>
1974         * objects.texi (General Escape Syntax): Clarify the explanation of
1975         escape sequences.
1976         (Non-ASCII in Strings): Clarify when a string is unibyte vs
1977         multibyte.  Hex escapes do not automatically make a string
1978         multibyte.
1980 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
1982         * windows.texi (Switching Buffers): Document option
1983         switch-to-buffer-preserve-window-point.
1984         (Display Action Functions): Document window-height and
1985         window-width alist entries.
1986         (Display Action Functions):
1987         Document display-buffer-below-selected and
1988         display-buffer-in-previous-window.
1989         (Quitting Windows): Document quit-restore-window.
1990         Rewrite section.
1991         (Window Configurations): In window-state-get mention that
1992         argument window must be valid.
1993         (Window Parameters): Document quit-restore window parameter
1994         (Bug#12158).
1996 2012-10-31  Glenn Morris  <rgm@gnu.org>
1998         * control.texi (Catch and Throw): Add xref to cl.texi.
2000         * lists.texi (Sets And Lists): Point xref to better location.
2002         * errors.texi (Standard Errors):
2003         * loading.texi (Autoload): Update for cl-lib namespace changes.
2005         * modes.texi (Defining Minor Modes): "Generalized Variables"
2006         section is now in this manual rather than cl.texi.
2008         * eval.texi (Special Forms): No longer special forms: defmacro,
2009         defun, save-window-excursion, with-output-to-temp-buffer.
2010         * functions.texi (Defining Functions): Defun is now a macro.
2011         Defalias is a function.
2013 2012-10-30  Glenn Morris  <rgm@gnu.org>
2015         * variables.texi (Generalized Variables): Fix typo.
2017 2012-10-30  Chong Yidong  <cyd@gnu.org>
2019         * symbols.texi (Symbol Plists): Document function-get.
2021         * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2023         * frames.texi (Visibility of Frames): Document tty-top-frame.
2025 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2027         * keymaps.texi (Format of Keymaps): Document the multiple
2028         inheritance format.
2030 2012-10-28  Martin Rudalics  <rudalics@gmx.at>
2032         * windows.texi (Basic Windows): Reformulate description of live,
2033         internal and valid windows.
2034         (Cyclic Window Ordering): Describe new argument of
2035         get-lru-window and get-largest-window.  Add description of
2036         window-in-direction.
2038 2012-10-27  Glenn Morris  <rgm@gnu.org>
2040         * variables.texi (Generalized Variables): New section,
2041         adapted from misc/cl.texi.
2042         * elisp.texi (Top): Add Generalized Variables to menu.
2043         * lists.texi (List Elements, List Variables):
2044         Mention generalized variables.
2046         * lists.texi (List Elements): Typo fix.
2048 2012-10-27  Chong Yidong  <cyd@gnu.org>
2050         * minibuf.texi (High-Level Completion): Don't mention removed
2051         function iswitchb-read-buffer.
2053         * commands.texi (Event Input Misc): Remove last-input-char.
2054         (Command Loop Info): Remove last-command-char.
2056         * frames.texi (Initial Parameters): Don't mention the obsolete
2057         special-display feature.
2059         * windows.texi (Choosing Window): Don't mention the obsolete
2060         special display feature.
2061         (Choosing Window Options): Remove obsolete special-display
2062         variables, and the functions special-display-p and
2063         special-display-popup-frame.
2065         * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2067         * hooks.texi (Standard Hooks): Remove obsolete hooks.
2069         * markers.texi (Information from Markers): Remove obsolete
2070         function buffer-has-markers-at.
2072         * text.texi (Yanking): Document yank-handled-properties.
2074 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
2076         Update manual for new time stamp format (Bug#12706).
2077         * buffers.texi (Modification Time):
2078         * files.texi (Testing Accessibility, File Attributes):
2079         * intro.texi (Version Info):
2080         * os.texi (Time of Day):
2081         Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2082         These instances were missed the first time around.
2083         Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2085 2012-10-24  Chong Yidong  <cyd@gnu.org>
2087         * minibuf.texi (Text from Minibuffer): Document read-regexp
2088         changes.
2090         * nonascii.texi (Selecting a Representation):
2091         Document set-buffer-multibyte changes.
2093         * keymaps.texi (Toolkit Differences): Node deleted.
2094         (Easy Menu): New node.
2096 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2100 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
2102         Fix outdated timestamp documentation in Elisp manual (bug#12706).
2103         * files.texi (File Attributes):
2104         * text.texi (Undo):
2105         Time stamp resolution is now 1 picosecond, not 1 second.
2107 2012-10-23  Chong Yidong  <cyd@gnu.org>
2109         * display.texi (Font Lookup): Remove font-list-limit.
2111         * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2112         (Bug#12529).
2114 2012-10-22  Glenn Morris  <rgm@gnu.org>
2116         * os.texi (Recording Input): Tiny fix.
2118         * intro.texi (Lisp History):
2119         * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2120         * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2122 2012-10-15  Chong Yidong  <cyd@gnu.org>
2124         * macros.texi (Defining Macros): defmacro is now a macro.
2125         Explicitly list the docstring and declare arguments.
2127         * functions.texi (Anonymous Functions): Explicitly list the
2128         docstring, declare, and interactive arguments to lambda.
2129         (Defining Functions): Likewise for defun.
2130         (Inline Functions): Likewise for defsubst.
2131         (Declare Form): Tweak description.
2133 2012-10-13  Chong Yidong  <cyd@gnu.org>
2135         * display.texi (ImageMagick Images): ImageMagick enabled by default.
2137 2012-10-05  Chong Yidong  <cyd@gnu.org>
2139         * minibuf.texi (Basic Completion): Clarify list form of completion
2140         table (Bug#12564).
2142 2012-10-05  Bruno Félix Rezende Ribeiro  <oitofelix@gmail.com>  (tiny change)
2144         * functions.texi (Function Safety): Copyedit.  (Bug#12562)
2146 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
2148         Revert the FOLLOW-SYMLINKS change for file-attributes.
2149         * files.texi (File Attributes, Magic File Names): Undo last change.
2151 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2153         file-attributes has a new optional arg FOLLOW-SYMLINKS.
2154         * files.texi (File Attributes): Describe it.
2155         (Magic File Names): Use it.
2157 2012-09-30  Chong Yidong  <cyd@gnu.org>
2159         * commands.texi (Click Events): Define "mouse position list".
2160         Remove mention of unimplemented horizontal scroll bars.
2161         (Drag Events, Motion Events): Refer to "mouse position list".
2162         (Accessing Mouse): Document posnp.
2164         * errors.texi (Standard Errors): Tweak arith-error description.
2165         Tweak markup.  Remove domain-error and friends, which seem to be
2166         unused after the floating-point code revamp.
2168         * functions.texi (Defining Functions): defun is now a macro.
2169         (Obsolete Functions): Obsolescence also affects
2170         documentation commands.  Various clarifications.
2171         (Declare Form): New node.
2173         * strings.texi (String Basics): Copyedits.
2175         * os.texi (Startup Summary): Document leim-list.el change.
2176         (User Identification): Add system-users and system-groups.
2177         (Idle Timers): Minor clarifications.
2179         * macros.texi (Defining Macros): Move description of `declare' to
2180         Declare Form node.
2182         * loading.texi (Autoload):
2183         * help.texi (Documentation Basics): The special sequences can
2184         trigger autoloading.
2186         * numbers.texi (Integer Basics): Copyedits.
2187         (Float Basics): Consider IEEE floating point always available.
2188         (Random Numbers): Document actual limits.
2189         (Arithmetic Operations): Clarify division by zero.  Don't mention
2190         the machine-independence of negative division since it does not
2191         happen in practice.
2193 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2195         * files.texi (Files): Fix typo.
2197 2012-09-23  Chong Yidong  <cyd@gnu.org>
2199         * buffers.texi (Read Only Buffers): Document read-only-mode.
2201         * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2202         read-only-mode.
2204         * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2205         calling conventions.
2207 2012-09-22  Chong Yidong  <cyd@gnu.org>
2209         * searching.texi (Replacing Match): Minor clarification.
2211 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
2213         * edebug.texi (Instrumenting): Improve indexing.
2215         * os.texi (Idle Timers): Warn against reinvoking an idle timer
2216         from within its own timer action.  (Bug#12447)
2218 2012-09-22  Chong Yidong  <cyd@gnu.org>
2220         * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2222 2012-09-21  Glenn Morris  <rgm@gnu.org>
2224         * debugging.texi (Using Debugger): Fix typo.
2226 2012-09-18  Chong Yidong  <cyd@gnu.org>
2228         * display.texi (Faces): Discuss anonymous faces.
2229         (Face Attributes): Tweak intro.
2230         (Defining Faces): Move after the Face Attributes node.  Copyedits.
2231         (Displaying Faces): Describe role of inheritance.
2233         * customize.texi (Customization): Define customization more
2234         carefully (Bug#11440).
2235         (Common Keywords): Add xref to Constant Variables.
2237         * variables.texi (Defining Variables): Link to defcustom's node
2238         instead of the higher-level Customization chapter.
2240 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2242         Simplify, document, and port floating-point (Bug#12381).
2243         * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2244         Document that / and mod (with floating point arguments), along
2245         with asin, acos, log, log10, expt and sqrt, return special values
2246         instead of signaling exceptions.
2247         (Float Basics): Document that logb operates on the absolute value
2248         of its argument.
2249         (Math Functions): Document that (log ARG BASE) also returns NaN if
2250         BASE is negative.  Document that (expt X Y) returns NaN if X is a
2251         finite negative number and Y a finite non-integer.
2253 2012-09-09  Chong Yidong  <cyd@gnu.org>
2255         * lists.texi (Sets And Lists): Explain that the return value for
2256         delete should be used, like for delq.
2258         * minibuf.texi (Yes-or-No Queries): Document recentering and
2259         scrolling in y-or-n-p.  Remove gratuitous example.
2261         * searching.texi (Search and Replace): Document window scrolling
2262         entries in query-replace-map.
2264 2012-09-08  Chong Yidong  <cyd@gnu.org>
2266         * syntax.texi (Syntax Table Internals): Define "raw syntax
2267         descriptor" terminology (Bug#12383).
2268         (Syntax Descriptors): Mention raw syntax descriptors.
2270 2012-09-07  Chong Yidong  <cyd@gnu.org>
2272         * variables.texi (Creating Buffer-Local): Fix description of
2273         local-variable-if-set-p (Bug#10713).
2275         * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2277         * windows.texi (Display Action Functions)
2278         (Choosing Window Options): Remove obsolete variable
2279         display-buffer-reuse-frames.
2280         (Switching Buffers): Minor doc tweak for switch-to-buffer.
2282         * positions.texi (Narrowing): Document buffer-narrowed-p.
2284         * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2286         * syntax.texi (Low-Level Parsing): Add xref to Parser State
2287         (Bug#12269).
2289 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
2291         * debugging.texi (Explicit Debug): Document `debug-on-message'.
2293 2012-09-02  Chong Yidong  <cyd@gnu.org>
2295         * windows.texi (Window Configurations): Recommend against using
2296         save-window-excursion (Bug#12075).
2298         * control.texi (Catch and Throw):
2299         * positions.texi (Excursions): Don't mention it.
2301 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2303         Better seed support for (random).
2304         * numbers.texi (Random Numbers): Document new behavior of
2305         the calls (random) and (random STRING).
2307 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
2309         * windows.texi (Window Point): Document recent changes in
2310         window-point and set-window-point.
2311         (Selecting Windows): Document recent change in select-window.
2313 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
2315         * functions.texi (Closures): Put the main index entry for
2316         "closures" here.  (Bug#12138)
2318         * variables.texi (Lexical Binding): Disambiguate the index entry
2319         for "closures".
2321 2012-08-05  Chong Yidong  <cyd@gnu.org>
2323         * display.texi (Defining Faces): Move documentation of
2324         frame-background-mode to the Emacs manual (Bug#7774).
2326 2012-08-04  Chong Yidong  <cyd@gnu.org>
2328         * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2329         Fix description of syntax table inheritance.
2330         (Syntax Table Functions): Don't refer to internal contents of
2331         syntax table, since that is not explained yet.  Copyedits.
2332         (Standard Syntax Tables): Node deleted.
2333         (Syntax Table Internals): Misc clarifications.  Improve table
2334         formatting.
2336         * keymaps.texi (Inheritance and Keymaps):
2337         * text.texi (Sticky Properties): Tweak index entry.
2339 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2341         * nonascii.texi (Character Sets): Fix a typo.  (Bug#12062)
2343 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2345         Prefer typical American spelling for "acknowledgment".
2346         * intro.texi (Acknowledgments): Rename from Acknowledgements.
2348 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
2350         * commands.texi (Special Events): Mention language-change event.
2351         (Input Events, Interactive Codes):
2352         * keymaps.texi (Key Sequences): Mention events that are
2353         non-keyboard but also non-mouse events.
2355 2012-07-17  Chong Yidong  <cyd@gnu.org>
2357         * text.texi (Insertion): Document insert-char changes.
2359 2012-07-15  Leo Liu  <sdl.web@gmail.com>
2361         * display.texi (Fringe Bitmaps): Add exclamation-mark.
2363 2012-07-13  Chong Yidong  <cyd@gnu.org>
2365         * buffers.texi (Read Only Buffers): Document toggle-read-only
2366         changes.  Reword to account for the fact that read-only is
2367         currently not supported in overlay properties.
2369 2012-07-07  Chong Yidong  <cyd@gnu.org>
2371         * loading.texi (Library Search): Index site-lisp directories.
2373 2012-07-06  Chong Yidong  <cyd@gnu.org>
2375         * intro.texi (A Sample Function Description): Fix incorrect
2376         markup, undoing previous change.
2377         (A Sample Variable Description): Minor clarifications and markup
2378         improvements.
2380         * elisp.texi (Top):
2381         * text.texi (Text): Fix menu order.
2383 2012-07-06  Richard Stallman  <rms@gnu.org>
2385         * intro.texi (Evaluation Notation, A Sample Function Description)
2386         (A Sample Variable Description): Improve/undo previous changes.
2388 2012-07-05  Glenn Morris  <rgm@gnu.org>
2390         * intro.texi (A Sample Function Description): Fix cross-refs.
2392 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
2394         * intro.texi (Evaluation Notation, A Sample Function Description)
2395         (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2397 2012-06-27  Chong Yidong  <cyd@gnu.org>
2399         * processes.texi (Asynchronous Processes, Input to Processes):
2400         * internals.texi (Process Internals): Don't capitalize "pty".
2402 2012-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2404         * processes.texi (Asynchronous Processes): Make the pty vs pipe
2405         discussion more prominent.
2407 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
2409         * commands.texi (Misc Events): Document the language-change event.
2411 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2413         Support higher-resolution time stamps (Bug#9000).
2414         * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2415         * processes.texi (System Processes):
2416         Time stamp resolution is now picosecond, not microsecond.
2418 2012-06-21  Glenn Morris  <rgm@gnu.org>
2420         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
2422 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * functions.texi (Defining Functions):
2425         * macros.texi (Defining Macros): Un-define the return value of `defun',
2426         `defmacro' and `defalias'.
2428 2012-06-17  Chong Yidong  <cyd@gnu.org>
2430         * elisp.texi: Remove urlcolor setting.
2432 2012-06-17  Glenn Morris  <rgm@gnu.org>
2434         * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
2435         Overlining no longer behaves exactly like underlining.
2437 2012-06-16  Aurélien Aptel  <aurelien.aptel@gmail.com>
2439         * display.texi (Face Attributes):
2440         Document wave-style underline face attribute.
2442 2012-06-11  Chong Yidong  <cyd@gnu.org>
2444         * display.texi (ImageMagick Images): ImageMagick now supports the
2445         :background property.
2447 2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
2449         * internals.texi (Garbage Collection): Typo fix.
2451 2012-06-09  Chong Yidong  <cyd@gnu.org>
2453         * text.texi (Special Properties): Clarify the meaning of a list of
2454         faces in the `face' property.
2456         * display.texi (Face Remapping): Minor clarification.
2458 2012-06-08  Chong Yidong  <cyd@gnu.org>
2460         * display.texi (Face Attributes): Font family does not accept
2461         wildcards.  De-document obsolete :bold and :italic attributes.
2462         (Defining Faces): Use new-style face spec format.
2464 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
2466         * internals.texi (Garbage Collection): Document new
2467         vector management code and vectorlike_header structure.
2469 2012-06-03  Chong Yidong  <cyd@gnu.org>
2471         * modes.texi (Mode Line Data): Use "mode line construct"
2472         terminology for consistency.
2474 2012-05-27  Glenn Morris  <rgm@gnu.org>
2476         * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2477         * buffers.texi, commands.texi, compile.texi, control.texi:
2478         * customize.texi, debugging.texi, display.texi, doclicense.texi:
2479         * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2480         * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2481         * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2482         * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2483         * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2484         * objects.texi, os.texi, package.texi, positions.texi:
2485         * processes.texi, searching.texi, sequences.texi, streams.texi:
2486         * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2487         * variables.texi, windows.texi: Nuke hand-written node pointers.
2489 2012-05-27  Chong Yidong  <cyd@gnu.org>
2491         * functions.texi (Obsolete Functions):
2492         Fix doc for set-advertised-calling-convention.
2494         * modes.texi (Mode Help): Fix describe-mode.
2496         * display.texi (Face Functions): Fix define-obsolete-face-alias.
2498         * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2500 2012-05-27  Martin Rudalics  <rudalics@gmx.at>
2502         * commands.texi (Recursive Editing): recursive-edit is a command.
2504         * compile.texi (Docs and Compilation):
2505         byte-compile-dynamic-docstrings is an option.
2507         * debugging.texi (Invoking the Debugger): debug is a command.
2509         * display.texi (Progress): progress-reporter-update and
2510         progress-reporter-force-update have VALUE argument optional.
2511         (Animated Images): Use non-@code{nil} instead of non-nil.
2513         * files.texi (Format Conversion Round-Trip):
2514         Use non-@code{nil} instead of non-nil.
2516         * frames.texi (Creating Frames): make-frame is a command.
2517         (Input Focus): select-frame is a command.
2518         (Pointer Shape): void-text-area-pointer is an option.
2520         * help.texi (Describing Characters): read-kbd-macro is a command.
2521         (Help Functions): describe-prefix-bindings is a command.
2523         * markers.texi (Creating Markers): Both arguments of copy-marker
2524         are optional.
2526         * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2528         * modes.texi (Mode Line Variables): mode-line-remote and
2529         mode-line-client are not options.
2530         (Imenu): imenu-add-to-menubar is a command.
2531         (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2533         * os.texi (Sound Output): play-sound-file is a command.
2535         * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2537         * processes.texi (Signals to Processes):
2538         Use @key{RET} instead of @code{RET}.
2539         (Signals to Processes): signal-process is a command.
2541         * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2542         (Base 64): base64-encode-string is not a command while
2543         base64-decode-region is.
2545         * windows.texi (Switching Buffers): pop-to-buffer is a command.
2547 2012-05-12  Glenn Morris  <rgm@gnu.org>
2549         * Makefile.in (MKDIR_P): New, set by configure.
2550         (mkinfodir): Use $MKDIR_P.
2552 2012-05-10  Glenn Morris  <rgm@gnu.org>
2554         * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2555         with "coding: raw-text".
2556         Concept of multibyte sessions no longer exists.
2558         * files.texi (File Locks): Mention create-lockfiles option.
2560 2012-05-09  Glenn Morris  <rgm@gnu.org>
2562         * vol1.texi, vol2.texi: Remove files.
2563         * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2564         * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2566         * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2568         * two-volume.make (emacsdir): New.
2569         (tex): Add directory with emacsver.texi to TEXINPUTS.
2571         * minibuf.texi (Minibuffer History, Basic Completion):
2572         Tweak page breaks.
2574         * internals.texi (Garbage Collection, Memory Usage)
2575         (Writing Emacs Primitives): Tweak page breaks.
2577         * streams.texi (Output Variables): Improve page break.
2579         * edebug.texi (Edebug Display Update): Improve page break.
2581         * compile.texi (Disassembly): Condense the examples.
2583         * eval.texi, functions.texi, loading.texi, macros.texi:
2584         Where possible, use example rather than smallexample.
2586         * symbols.texi: Where possible, use example rather than smallexample.
2587         (Symbol Components): Fix typo.
2588         (Other Plists): Tweak page break.
2590         * sequences.texi (Arrays): Tweak page breaks.
2592         * customize.texi: Where possible, use example rather than smallexample.
2593         (Common Keywords, Variable Definitions, Applying Customizations)
2594         (Custom Themes): Tweak page breaks.
2596         * control.texi: Where possible, use example rather than smallexample.
2597         (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2598         Tweak page breaks.
2600 2012-05-08  Glenn Morris  <rgm@gnu.org>
2602         * two.el: Remove; unused since creation of two-volume.make.
2604         * vol1.texi, vol2.texi: No need to keep menus in these files.
2606 2012-05-05  Glenn Morris  <rgm@gnu.org>
2608         * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2610         * intro.texi (Caveats): Copyedit.
2611         (Lisp History): Convert inforef to xref.
2612         (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2614         * text.texi (Auto Filling): Don't mention Emacs 19.
2616         * commands.texi (Event Input Misc): Don't mention unread-command-char.
2617         * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2619         * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2621         * lists.texi (List-related Predicates, List Variables):
2622         Tweak page-breaks.
2623         (Sets And Lists): Convert inforef to xref.
2625 2012-05-04  Glenn Morris  <rgm@gnu.org>
2627         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2628         (info, infoclean): Use $INFO_EXT.
2629         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2630         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2631         (info, maintainer-clean): Use $INFO_EXT.
2632         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2634 2012-05-04  Chong Yidong  <cyd@gnu.org>
2636         * os.texi (Timers): Use defopt for timer-max-repeats.
2638 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2640         * os.texi (Time of Day): Do not limit current-time-string
2641         to years 1000..9999.
2643 2012-05-02  Chong Yidong  <cyd@gnu.org>
2645         * display.texi (Font Lookup):
2646         * frames.texi (Pointer Shape):
2647         * processes.texi (Subprocess Creation): Use defopt for options.
2649 2012-05-02  Glenn Morris  <rgm@gnu.org>
2651         * elisp.texi (@copying):
2652         * intro.texi (Introduction): Only print VERSION in the TeX version.
2654 2012-05-02  Chong Yidong  <cyd@gnu.org>
2656         * text.texi (Change Hooks): Minor fix for after-change-functions.
2658 2012-05-02  Glenn Morris  <rgm@gnu.org>
2660         * package.texi (Packaging Basics):
2661         * loading.texi (Autoload):
2662         * files.texi (Magic File Names):
2663         Reword to remove/reduce some overly long/short lines.
2665 2012-04-27  Glenn Morris  <rgm@gnu.org>
2667         * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2668         * modes.texi (Major Modes, Auto-Indentation):
2669         * buffers.texi (Buffers): Some fixes for menu descriptions.
2671 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * functions.texi (Simple Lambda, Argument List):
2673         * eval.texi (Function Indirection): Avoid deprecated form.
2675 2012-04-27  Glenn Morris  <rgm@gnu.org>
2677         * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2678         Add "et al." to authors.
2680         * buffers.texi, commands.texi, compile.texi, control.texi:
2681         * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2682         * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2683         * modes.texi, numbers.texi, objects.texi, streams.texi:
2684         * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2685         Use Texinfo recommended convention for quotes+punctuation.
2687 2012-04-27  Chong Yidong  <cyd@gnu.org>
2689         * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2690         to where-is-internal (Bug#10872).
2692 2012-04-27  Glenn Morris  <rgm@gnu.org>
2694         * macros.texi (Indenting Macros): Fix typo.
2696         * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2697         (Resizing Windows, Deleting Windows, Selecting Windows)
2698         (Choosing Window Options, Horizontal Scrolling)
2699         (Cyclic Window Ordering, Window History, Dedicated Windows)
2700         (Quitting Windows, Window Configurations, Textual Scrolling)
2701         (Coordinates and Windows, Window Configurations)
2702         (Window Parameters, Window Hooks): Copyedits.
2703         (Splitting Windows, Deleting Windows):
2704         Fix ignore-window-parameters logic.
2705         (Selecting Windows, Choosing Window Options): Markup fixes.
2706         (Window Start and End): Remove pointless example.
2707         Remove cross-reference to deleted count-lines content.
2708         (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2709         and recenter-positions.  Remove recenter example.
2711         * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2713         * minibuf.texi (Intro to Minibuffers):
2714         Tweak discussion of resizing minibuffer window.
2716 2012-04-26  Glenn Morris  <rgm@gnu.org>
2718         * elisp-covers.texi, front-cover-1.texi: Remove files.
2720         * tindex.pl: Remove file.
2722         * makefile.w32-in (srcs):
2723         * Makefile.in (srcs): Remove back.texi (which is unused).
2725 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
2727         * os.texi (Notifications): Extend possible notification hints.
2728         Add notifications-get-capabilities.
2730 2012-04-20  Chong Yidong  <cyd@gnu.org>
2732         * processes.texi (Asynchronous Processes): Mention nil argument to
2733         start-process.
2735 2012-04-20  Glenn Morris  <rgm@gnu.org>
2737         * minibuf.texi (Basic Completion): No need to describe obarrays here.
2738         Don't mention obsolete `nospace' argument of all-completions.
2739         (Minibuffer Completion, Completion Commands, Reading File Names)
2740         (Completion Variables): Copyedits.
2741         (Completion Commands): Mention parent keymaps.
2742         Remove obsolete minibuffer-local-filename-must-match-map.
2743         (High-Level Completion): Remove read-variable's almost
2744         word-for-word duplication of read-command.
2745         * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2746         Update "High-Level Completion" description.
2748         * minibuf.texi (Minibuffers):
2749         * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2751         * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2752         Use Texinfo-recommended form of quote+punctuation.
2753         (Intro to Minibuffers): First minibuffer is #1, not #0.
2754         Mention minibuffer-inactive-mode.
2755         (Text from Minibuffer): Copyedits.
2756         (Minibuffer History, Programmed Completion): Fix @var usage.
2757         (Object from Minibuffer): Remove overly pedantic para.
2758         (Minibuffer History): Copyedits.  Add face-name-history.
2759         (Initial Input, Yes-or-No Queries, Multiple Queries)
2760         (Minibuffer Windows, Minibuffer Misc): Copyedits.
2761         (Yes-or-No Queries): Tweak example.
2762         (Minibuffer Commands): Add next-complete-history-element.
2763         (Minibuffer Misc): Mention minibuffer-message-timeout, and
2764         minibuffer-inactive-mode.
2766         * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2767         (Bindat Functions): Copyedits.
2769 2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
2771         * files.texi (Saving Buffers): Document `visit and `visit-save'
2772         values of require-final-newline.
2774 2012-04-20  Glenn Morris  <rgm@gnu.org>
2776         * processes.texi (Output from Processes, Filter Functions):
2777         Mention waiting-for-user-input-p.
2778         (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2779         (Network Servers, Datagrams, Network Processes, Network Options)
2780         (Network Feature Testing, Serial Ports): Copyedits.
2781         (Network): Add encrypted network overview paragraph.
2782         Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
2784 2012-04-20  Chong Yidong  <cyd@gnu.org>
2786         * help.texi (Keys in Documentation): Mention :advertised-binding.
2788         * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2789         description to help.texi.
2791 2012-04-20  Glenn Morris  <rgm@gnu.org>
2793         * processes.texi (Process Information, Input to Processes)
2794         (Signals to Processes, Output from Processes, Process Buffers)
2795         (Filter Functions, Decoding Output): Copyedits.
2796         (Accepting Output): Discourage use of `millisec' argument.
2798 2012-04-15  Glenn Morris  <rgm@gnu.org>
2800         * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2801         (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2802         Copyedits.
2803         (Subprocess Creation): Discourage modifying exec-path directly.
2804         (Synchronous Processes, Asynchronous Processes):
2805         Update some example output.
2806         (Process Information): Fix typo.
2807         (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2809 2012-04-15  Glenn Morris  <rgm@gnu.org>
2811         * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
2812         open-network-stream does exist in Emacs 23, but is simpler.
2814 2012-04-15  Chong Yidong  <cyd@gnu.org>
2816         * customize.texi (Custom Themes): Also document load-theme etc.
2818 2012-04-14  Chong Yidong  <cyd@gnu.org>
2820         * customize.texi (Applying Customizations, Custom Themes): New nodes.
2822         * display.texi (Defining Faces): Reference custom-set-faces.
2824         * modes.texi (Defining Minor Modes, Defining Minor Modes):
2825         * os.texi (Startup Summary): Copyedits.
2827 2012-04-14  Glenn Morris  <rgm@gnu.org>
2829         * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2831         * strings.texi (Case Tables):
2832         * objects.texi (General Escape Syntax):
2833         * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2835         * buffers.texi, compile.texi, customize.texi, debugging.texi:
2836         * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2837         * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2838         * text.texi: Use @file for buffers, per the Texinfo manual.
2840         * compile.texi (Compiler Errors): Add missing space in buffer name.
2842 2012-04-14  Chong Yidong  <cyd@gnu.org>
2844         * processes.texi (Query Before Exit): Remove obsolete function
2845         process-kill-without-query (Bug#11190).
2847 2012-04-14  Glenn Morris  <rgm@gnu.org>
2849         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2850         Use @env for environment variables.
2852         * Makefile.in: Replace non-portable use of $< in ordinary rules.
2854 2012-04-12  Jari Aalto  <jari.aalto@cante.net>
2856         * processes.texi (Synchronous Processes):
2857         Mention `default-directory' (bug#7515).
2859 2012-04-09  Chong Yidong  <cyd@gnu.org>
2861         * customize.texi (Variable Definitions): Remove user-variable-p.
2863         * commands.texi (Interactive Codes):
2864         * help.texi (Accessing Documentation):
2865         * minibuf.texi (High-Level Completion): Callers changed.
2867 2012-04-06  Chong Yidong  <cyd@gnu.org>
2869         * minibuf.texi (Programmed Completion): Document metadata method.
2870         (Completion Variables): Document completion-category-overrides.
2872 2012-04-05  Chong Yidong  <cyd@gnu.org>
2874         * anti.texi (Antinews): Rewrite for Emacs 23.
2876 2012-04-04  Chong Yidong  <cyd@gnu.org>
2878         * minibuf.texi (Programmed Completion): Remove obsolete variable
2879         completion-annotate-function.
2880         (Completion Variables): Rename from Completion Styles.
2881         Document completion-extra-properties.  Document completion-styles-alist
2882         change.
2883         (Reading File Names): minibuffer-local-filename-must-match-map is
2884         not used anymore.
2885         (Minibuffer Completion): Document completing-read-function.
2886         (Completion in Buffers): completion-at-point-functions can return
2887         properties recognized in completion-extra-properties.
2889         * display.texi (Delayed Warnings): New node.
2891         * os.texi (Notifications): Copyedits.
2893 2012-04-04  Glenn Morris  <rgm@gnu.org>
2895         * os.texi (Notifications): Copyedits.
2897 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
2899         * os.texi (Terminal-Specific): Fix typo.
2900         (Notifications): New section.
2902         * elisp.texi (Top):
2903         * vol1.texi (Top):
2904         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2905         menu entries.
2907 2012-04-01  Chong Yidong  <cyd@gnu.org>
2909         * files.texi (Kinds of Files): file-subdir-of-p renamed to
2910         file-in-directory-p.
2912 2012-03-31  Glenn Morris  <rgm@gnu.org>
2914         * edebug.texi (Instrumenting Macro Calls):
2915         Mention defining macros at instrumentation time.
2916         (Edebug Options): Mention edebug-unwrap-results.
2918 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
2920         * text.texi (Special Properties): Clarify the description of the
2921         effect of integer values of the 'cursor' property on cursor
2922         position.  See the discussions in bug#11068 for more details and
2923         context.
2925 2012-03-31  Glenn Morris  <rgm@gnu.org>
2927         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2928         Copyedits.
2930 2012-03-30  Chong Yidong  <cyd@gnu.org>
2932         * display.texi (Image Formats): Add imagemagick type.
2933         (Image Descriptors): Mention how they are used.
2934         (ImageMagick Images): Clarify role of imagemagick-register-types.
2935         (Character Display): Don't mention glyph tables.
2936         (Display Tables): Use make-glyph-code in example.
2937         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
2938         tables are semi-obsolete.  De-document create-glyph.
2939         (Glyphless Chars): Note that display tables override this.
2940         (Bidirectional Display): Copyedits.  Introduce "bidirectional
2941         reordering" terminology, and use it.
2943 2012-03-30  Glenn Morris  <rgm@gnu.org>
2945         * edebug.texi (Jumping): Give name of `i' binding.
2947 2012-03-28  Glenn Morris  <rgm@gnu.org>
2949         * searching.texi (Regular Expressions, Regexp Special)
2950         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2951         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2952         (Regexp Special): Mention collation.
2953         Clarify char classes with an example.
2954         (Regexp Functions): Mention regexp-opt is not guaranteed.
2955         Mention regexp-opt-charset.
2956         (Regexp Search): Recommend against looking-back.
2957         (Search and Replace): Use Texinfo recommended quote convention.
2958         Add more query-replace-map items.  List multi-query-replace-map items.
2960 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
2962         * windows.texi (Window History): Describe new option
2963         switch-to-visible-buffer.
2965 2012-03-27  Glenn Morris  <rgm@gnu.org>
2967         * searching.texi (String Search): Add xref to Emacs manual.
2968         Copyedits.  Mention the function word-search-regexp.
2969         (Searching and Case): Add xref to Emacs manual.  Copyedits.
2971         * processes.texi (Network Servers): Standardize apostrophe usage.
2973         * os.texi (System Environment): Copyedits.  Remove some examples
2974         that do not seem useful.  Mention setenv third arg.
2975         tty-erase-char does not seem to be nil under a window-system.
2976         (User Identification): Copyedits.
2977         Remove some examples that do not seem useful.
2979 2012-03-26  Glenn Morris  <rgm@gnu.org>
2981         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
2982         (Init File): Copyedits.
2983         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
2984         (Killing Emacs): Copyedits.
2985         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
2986         Shorten the example, use more standard shell prompts.
2988 2012-03-25  Chong Yidong  <cyd@gnu.org>
2990         * display.texi (Fringes): Note that fringes are shown on graphical
2991         displays only.
2992         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2993         (Replacing Specs): Clarify example.
2994         (Manipulating Buttons): Note that button-at can return a marker.
2995         (Buttons): Minor rewrite.
2996         (Character Display): New node.  Consolidate all character display
2997         related nodes into its subsections.
2998         (Usual Display): Character 127 is also affected by ctl-arrow.
2999         (Display Tables): Improve example.
3001 2012-03-22  Glenn Morris  <rgm@gnu.org>
3003         * strings.texi (Text Comparison): Mention string-prefix-p.
3005 2012-03-21  Chong Yidong  <cyd@gnu.org>
3007         * display.texi (The Echo Area): Add xref to Output Streams.
3008         (Displaying Messages): Improve doc of message.
3009         (Echo Area Customization, Invisible Text): Copyedits.
3010         (Invisible Text): Mention that spec comparison is done with eq.
3011         (Width): Improve doc of char-width.
3012         (Faces): Recommend using symbol instead of string for face name.
3013         Minor clarifications.
3014         (Defining Faces): Copyedits.  Update face example.
3015         (Attribute Functions): Mark set-face-foreground etc as commands.
3016         (Face Remapping): Mention text-scale-adjust.
3017         Clarify face-remapping-alist and related docs.
3018         (Face Functions): Don't document make-face or copy-face.
3020 2012-03-20  Chong Yidong  <cyd@gnu.org>
3022         * display.texi (Forcing Redisplay): Various rewrites to reflect
3023         new value of redisplay-dont-pause.
3024         (Truncation): Copyedits.
3026 2012-03-20  Glenn Morris  <rgm@gnu.org>
3028         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3029         Add summary table of some relevant command-line options.
3031 2012-03-18  Chong Yidong  <cyd@gnu.org>
3033         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3034         (Writing Emacs Primitives): Re-organize discussion of functions
3035         with variable Lisp arguments are handled.  Delete an obsolete
3036         remark, previously tagged as FIXME.
3038         * os.texi (Idle Timers): Minor clarification.
3039         (Idle Timers): Link to Time of Day for description of time list.
3041 2012-03-18  Glenn Morris  <rgm@gnu.org>
3043         * os.texi (System Interface): Flow control was removed.
3044         (Startup Summary): General update.
3045         (Init File): Don't mention compiling it.
3047 2012-03-17  Chong Yidong  <cyd@gnu.org>
3049         * os.texi (Startup Summary): Mention package loading.
3050         (Init File): Don't refer to .emacs in section title.  Copyedits.
3051         (Terminal-Specific): Give a realistic example.
3052         (Command-Line Arguments): Reference Entering Emacs instead of
3053         repeating the spiel about not restarting Emacs.
3054         (Time of Day): Discuss time representation at beginning of node.
3055         (Sound Output): Copyedits.
3057         * package.texi (Packaging Basics): Document package-initialize.
3059 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
3061         * frames.texi (Initial Parameters): Add an index entry for
3062         minibuffer-only frame.
3064 2012-03-16  Glenn Morris  <rgm@gnu.org>
3066         * modes.texi (Major Mode Conventions): Mention the strange
3067         relationship between View mode and special modes.  (Bug#10650)
3069 2012-03-11  Chong Yidong  <cyd@gnu.org>
3071         * windows.texi (Window Configurations): save-window-excursion is
3072         now a macro.
3074         * display.texi (Temporary Displays): with-output-to-temp-buffer is
3075         now a macro.
3077         * text.texi (Fields): Minor copyedit.
3079 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
3081         * strings.texi (String Basics):
3082         * sequences.texi (Sequence Functions): Mention that `length' is
3083         not appropriate for computing the string width on display; add a
3084         cross-reference to the description of `string-width'.  (Bug#10978)
3086         * eval.texi (Autoloading): Minor change of wording.
3088 2012-03-10  Chong Yidong  <cyd@gnu.org>
3090         * loading.texi (Autoload): Explicitly state which forms are
3091         processed specially (Bug#7783).
3093         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3094         non-default situation.  Describe one-submenu exception (Bug#7695).
3096         * nonascii.texi (Character Properties): Copyedits.
3098 2012-03-08  Chong Yidong  <cyd@gnu.org>
3100         * text.texi (Mode-Specific Indent): Document new behavior of
3101         indent-for-tab-command.  Document tab-always-indent.
3102         (Special Properties): Copyedits.
3103         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
3104         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
3105         libxml-parse-html-region.
3107 2012-03-07  Glenn Morris  <rgm@gnu.org>
3109         * markers.texi (The Region): Briefly mention use-empty-active-region
3110         and region-active-p.
3111         (Overview of Markers): Reword garbage collection, add cross-ref.
3112         (The Mark): Tiny clarification re command loop and activate-mark-hook.
3114 2012-03-07  Chong Yidong  <cyd@gnu.org>
3116         * text.texi (Buffer Contents): Don't duplicate explanation of
3117         region arguments from Text node.  Put doc of obsolete var
3118         buffer-substring-filters back, since it is referred to.
3119         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3120         selection by default.
3122         * markers.texi (The Mark): Fix typo.
3123         (The Region): Copyedits.
3125 2012-03-07  Glenn Morris  <rgm@gnu.org>
3127         * markers.texi (Overview of Markers): Copyedits.
3128         (Creating Markers): Update approximate example buffer size.
3129         (The Mark): Don't mention uninteresting return values.
3131 2012-03-05  Chong Yidong  <cyd@gnu.org>
3133         * positions.texi (Text Lines): Document count-words.
3135 2012-03-04  Chong Yidong  <cyd@gnu.org>
3137         * frames.texi (Frames): Remove little-used "terminal frame" and
3138         "window frame" terminology.
3139         (Frame Parameters, Font and Color Parameters, Initial Parameters)
3140         (Size and Position, Visibility of Frames): Callers changed.
3141         (Frames): Clarify which terminals in framep are graphical.
3142         (Initial Parameters): --geometry is not the only option which adds
3143         to initial-frame-alist.
3144         (Position Parameters): Note that icon-left and icon-top are for
3145         old window managers only.
3146         (Size Parameters): Sizes are in characters even on graphical
3147         displays.
3148         (Management Parameters): Note that window-id and outer-window-id
3149         can't really be changed, and that auto-raise isn't always obeyed.
3150         (Cursor Parameters): Document cursor-type explicitly.
3151         (Size and Position): The aliases set-screen-height and
3152         set-screen-width have been deleted.
3153         (Visibility of Frames): Mention "minimization".
3155         * os.texi (Startup Summary): Minor clarifications.
3156         (Startup Summary, Suspending Emacs): Standardize on "text
3157         terminal" terminology.
3159         * windows.texi (Basic Windows, Coordinates and Windows)
3160         (Coordinates and Windows):
3161         * display.texi (Refresh Screen, Line Height, Face Attributes)
3162         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3164 2012-03-04  Glenn Morris  <rgm@gnu.org>
3166         * abbrevs.texi: Small copyedits throughout.
3167         (Abbrev Mode): Remove this section, folding it into the top-level.
3168         (Abbrev Tables): Don't mention irrelevant return values.
3169         (Abbrev Expansion): Add cross-ref for wrapper hooks.
3170         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3171         (Abbrev Table Properties): Update nil :regexp description.
3173 2012-03-03  Glenn Morris  <rgm@gnu.org>
3175         * internals.texi: Change @appendix section commands to @section.
3176         (Building Emacs): Say less about CANNOT_DUMP platforms.
3177         Replace deleted eval-at-startup with custom-initialize-delay.
3178         (Pure Storage): Small changes.
3179         (Memory Usage): Copyedit.
3180         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3181         example definitions.  Give examples of things with non-nil
3182         interactive args.  Mention eval_sub.  Remove old info about
3183         strings and GCPRO.  Mention cus-start.el.
3184         (Buffer Internals, Window Internals, Process Internals):
3185         Misc small updates and fixes for fields.
3187         * tips.texi: Copyedits.
3188         (Coding Conventions): Mention autoloads.
3189         Combine partially duplicated macro items.  Fix xref.
3190         Refer to Library Headers for copyright notice.
3191         (Programming Tips): edit-options is long-obsolete.
3192         (Compilation Tips): Mention loading bytecomp for byte-compile props.
3193         (Warning Tips): Mention declare-function.
3194         (Documentation Tips): Remove old info.
3195         (Comment Tips): Mention comment-dwim, not indent-for-comment.
3196         (Library Headers): General update.
3198 2012-03-02  Glenn Morris  <rgm@gnu.org>
3200         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3201         and relocate entry.  Mention buffer-stale-function.
3203         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3205         * hooks.texi (Standard Hooks): General update.
3206         Put related hooks together.  Add and remove items.
3207         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3208         * modes.texi (Hooks): Tweak cross-ref description.
3210 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
3212         * files.texi (Kinds of Files): The return value of file-equal-p is
3213         unspecified, if FILE1 or FILE2 does not exist.
3215 2012-03-01  Glenn Morris  <rgm@gnu.org>
3217         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3219         * maps.texi (Standard Keymaps): General update.
3220         Remove mode-specific maps, talk about the more general keymaps.
3221         * help.texi (Help Functions): Add vindex for Helper-help-map.
3222         * keymaps.texi (Active Keymaps): Minor rephrasing.
3224 2012-02-29  Glenn Morris  <rgm@gnu.org>
3226         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3228 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3230         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3231         Update changed behavior of file-subdir-of-p.
3233 2012-02-28  Glenn Morris  <rgm@gnu.org>
3235         * advice.texi, anti.texi, display.texi, elisp.texi:
3236         * processes.texi, variables.texi, vol1.texi, vol2.texi:
3237         Standardize possessive apostrophe usage.
3239         * locals.texi: Remove file.
3240         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3241         Remove menu entry.
3242         * errors.texi, maps.texi: Adjust node pointers.
3243         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3244         * makefile.w32-in (srcs):
3245         * Makefile.in (srcs): Remove locals.texi.
3247         * frames.texi (Mouse Position): Fix cross-ref.
3249 2012-02-27  Chong Yidong  <cyd@gnu.org>
3251         * buffers.texi (Creating Buffers): Clarify that
3252         generate-new-buffer uses generate-new-buffer-names.
3253         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3255         * files.texi (Directory Names): Index entry for file name abbreviations.
3256         (Relative File Names, File Name Expansion): Refer to it.
3257         (Locating Files): Move locate-user-emacs-file documentation to
3258         Standard File Names.
3259         (Standard File Names): Add locate-user-emacs-file; update examples.
3261 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
3263         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3265 2012-02-26  Chong Yidong  <cyd@gnu.org>
3267         * files.texi (Kinds of Files): Improve documentation of
3268         files-equal-p and file-subdir-of-p.
3270 2012-02-26  Glenn Morris  <rgm@gnu.org>
3272         * intro.texi (Acknowledgements): Small changes.
3274 2012-02-25  Glenn Morris  <rgm@gnu.org>
3276         * errors.texi: Don't try to list _all_ the error symbols.
3277         Add circular-list, cl-assertion-failed, compression-error.
3278         * elisp.texi, vol1.texi, vol2.texi:
3279         * control.texi (Error Symbols): Tweak "Standard Errors" description.
3281 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3283         * files.texi (files-equal-p, file-subdir-of-p): New,
3284         add initial documentation.
3286 2012-02-25  Chong Yidong  <cyd@gnu.org>
3288         * files.texi (File Attributes): Document file-selinux-context.
3289         (Changing Files): Link to it.
3290         (Changing Files): Document set-file-selinux-context.
3292         * backups.texi (Making Backups): Return value of backup-buffer is
3293         changed.  Mention default value of backup-directory-alist.
3294         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3295         (Auto-Saving): New minor mode behavior for auto-save-mode.
3296         (Reverting): Add defvar for revert-buffer-in-progress-p.
3298         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3300 2012-02-24  Glenn Morris  <rgm@gnu.org>
3302         * errors.texi (Standard Errors): Mention dbus-error.
3303         For arith-error sub-classes, just use one cross-ref.
3305 2012-02-23  Alan Mackenzie  <acm@muc.de>
3307         * modes.texi (Defining Minor Modes): Document the new keyword
3308         :after-hook.
3310 2012-02-21  Chong Yidong  <cyd@gnu.org>
3312         * files.texi (Files): Mention magic file names as arguments.
3313         (Reading from Files): Copyedits.
3314         (File Attributes): Mention how to change file modes.
3315         (Changing Files): Use standard "file permissions" terminology.
3316         Add xref to File Attributes node.
3317         (Locating Files): Document locate-user-emacs-file.
3318         (Unique File Names): Recommend against using make-temp-name.
3320 2012-02-19  Chong Yidong  <cyd@gnu.org>
3322         * help.texi (Documentation, Documentation Basics, Help Functions):
3323         Minor clarifications.
3324         (Accessing Documentation): Clarify what documentation-property is
3325         for.  Add xref to Keys in Documentation.
3327         * tips.texi (Documentation Tips): Don't recommend using * in
3328         docstrings.
3330         * macros.texi (Defining Macros):
3331         * modes.texi (Derived Modes): Say "documentation string" instead
3332         of docstring.
3334 2012-02-18  Chong Yidong  <cyd@gnu.org>
3336         * modes.texi (Tabulated List Mode): New node.
3337         (Basic Major Modes): Add xref to it.
3339         * processes.texi (Process Information): Mention Process Menu mode.
3341 2012-02-17  Chong Yidong  <cyd@gnu.org>
3343         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3345 2012-02-17  Glenn Morris  <rgm@gnu.org>
3347         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3349 2012-02-16  Chong Yidong  <cyd@gnu.org>
3351         * syntax.texi (Syntax Tables, Syntax Descriptors)
3352         (Syntax Table Functions): Copyedits.
3353         (Syntax Basics): Don't repeat the material in the preceding node.
3354         (Syntax Class Table): Use a table.
3355         (Syntax Properties): Document syntax-propertize-function and
3356         syntax-propertize-extend-region-functions.
3357         (Motion via Parsing): Clarify scan-lists.  Fix indentation.
3358         (Parser State): Update for the new "c" comment style.
3359         Fix description of item 7 (comment style).
3361         * modes.texi (Minor Modes): Update how mode commands should treat
3362         arguments now.
3363         (Mode Line Basics): Clarify force-mode-line-update.
3364         (Mode Line Top): Note that the example is not realistic.
3365         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3366         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3367         "mode line construct" instead of "mode line specification".
3368         (Syntactic Font Lock): Remove mention of obsolete variable
3369         font-lock-syntactic-keywords.
3370         (Setting Syntax Properties): Node deleted.
3371         (Font Lock Mode): Note that Font Lock mode is a minor mode.
3372         (Font Lock Basics): Note that syntactic fontification falls back
3373         on `syntax-table'.
3374         (Search-based Fontification): Emphasize that font-lock-keywords
3375         should not be set directly.
3376         (Faces for Font Lock): Avoid some confusing terminology.
3377         (Syntactic Font Lock): Minor clarifications.  Add xref to
3378         Syntactic Font Lock node.
3380 2012-02-15  Chong Yidong  <cyd@gnu.org>
3382         * minibuf.texi (Basic Completion): Define "completion table".
3383         Move completion-in-region to Completion in Buffers node.
3384         (Completion Commands): Use "completion table" terminology.
3385         (Completion in Buffers): New node.
3387         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3388         (Setting Hooks): Update minor mode usage example.
3389         (Major Mode Conventions): Note that completion-at-point-functions
3390         should be altered locally.  Add xref to Completion in Buffers.
3391         Remove duplicate tip about auto-mode-alist.
3392         (Minor Modes): Rewrite introduction.
3393         (Minor Mode Conventions): Copyedits.  Don't recommend
3394         variable-only minor modes since few minor modes are like that.
3396 2012-02-15  Glenn Morris  <rgm@gnu.org>
3398         * processes.texi (Network): Document open-network-stream :parameters.
3400 2012-02-14  Chong Yidong  <cyd@gnu.org>
3402         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3403         was removed on 2009-09-10.  Update lisp-mode-map example.
3404         (Inheritance and Keymaps): Minor clarification.
3405         (Searching Keymaps): Remove out-of-place enumeration.
3406         (Key Lookup): Remove unnecessary example (one was already given in
3407         Format of Keymaps).
3408         (Changing Key Bindings): Update suppress-keymap example.
3409         (Menu Bar, Tool Bar): Copyedits.
3410         (Tool Bar): Update tool-bar-map example.
3412 2012-02-12  Chong Yidong  <cyd@gnu.org>
3414         * debugging.texi (Debugger Commands): Continuing is now allowed
3415         for errors.
3417 2012-02-11  Chong Yidong  <cyd@gnu.org>
3419         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3420         Move the list of standard bitmaps there.
3421         (Fringe Cursors): Rewrite for clarity.
3422         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3424         * commands.texi (Command Overview): Mention read-key.
3425         (Using Interactive, Interactive Call): Minor clarifications.
3426         (Function Keys, Click Events): Avoid "input stream" terminology.
3427         (Click Events): Add xref to Window Sizes and Accessing Mouse.
3428         Clarify column and row components.
3429         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
3430         (Special Events): Copyedits.
3432         * streams.texi (Input Streams): De-document get-file-char.
3433         (Output Variables): Don't refer to old backquote syntax.
3435         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
3436         (Error Debugging): Note that debug-ignored-errors overrides list
3437         values of debug-on-error too.  Add xref to Signaling Errors.
3438         Note that debug-on-signal is not customizable.
3439         Mention condition-case-unless-debug.
3440         (Compilation Errors): Node deleted.
3442         * compile.texi (Compiler Errors): Move a paragraph here from
3443         deleted node Compilation Errors.
3445 2012-02-10  Leo Liu  <sdl.web@gmail.com>
3447         * control.texi (Handling Errors): Change condition-case-no-debug
3448         to condition-case-unless-debug.
3450 2012-02-10  Chong Yidong  <cyd@gnu.org>
3452         * advice.texi (Defining Advice): Clarify ad-unadvise.
3453         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3454         is not abnormal.
3455         (Advising Primitives): Node deleted; ad-define-subr-args has been
3456         removed.
3458         * compile.texi (Speed of Byte-Code): Use float-time in example.
3459         (Compilation Functions): Note that the log uses Compilation mode.
3460         Don't discuss the contents of byte-code function object here.
3461         (Compilation Functions): De-document internal function byte-code.
3462         (Docs and Compilation): Minor clarifications.
3464         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3465         Objects.
3467 2012-02-10  Glenn Morris  <rgm@gnu.org>
3469         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3470         Mention secure-hash.
3471         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3473 2012-02-10  Chong Yidong  <cyd@gnu.org>
3475         * loading.texi (Loading): Don't emphasize "library" terminology.
3476         (Library Search): load-path is not a user option.  Mention role of
3477         -L option and packages.  Improve examples.
3478         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3479         obsolete.
3480         (Autoload): Minor clarifications.
3482 2012-02-10  Glenn Morris  <rgm@gnu.org>
3484         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3486         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3488 2012-02-08  Glenn Morris  <rgm@gnu.org>
3490         * loading.texi (Named Features): Update the require example.
3492 2012-02-07  Glenn Morris  <rgm@gnu.org>
3494         * modes.texi (Defining Minor Modes):
3495         Expand on args of defined minor modes.
3497 2012-02-07  Chong Yidong  <cyd@gnu.org>
3499         * variables.texi (Creating Buffer-Local): Minor clarification
3500         to buffer-local-variables doc (Bug#10715).
3502 2012-02-07  Glenn Morris  <rgm@gnu.org>
3504         * display.texi (ImageMagick Images): General update.
3505         Move most details of imagemagick-render-type to the variable's doc.
3507 2012-02-06  Glenn Morris  <rgm@gnu.org>
3509         * keymaps.texi (Tool Bar): Mention separators.
3510         (Inheritance and Keymaps):
3511         Mention make-composed-keymap and multiple inheritance.
3513         * modes.texi (Running Hooks): Mention run-hook-wrapped.
3515         * control.texi (Handling Errors):
3516         Mention condition-case-no-debug and with-demoted-errors.
3518 2012-02-05  Chong Yidong  <cyd@gnu.org>
3520         * customize.texi (Common Keywords): Minor clarifications.
3521         Document custom-unlispify-remove-prefixes.
3522         (Variable Definitions): Backquotes in defcustom seem to work fine
3523         now.  Various other copyedits.
3524         (Simple Types): Copyedits.  Document color selector.
3525         (Composite Types): Copyedits.
3526         (Splicing into Lists): Clarifications.
3528         * eval.texi (Backquote): Move from macros.texi.
3530         * macros.texi (Expansion): Minor clarification.
3531         (Backquote): Move node to eval.texi.
3532         (Defining Macros): Move an example from Backquote node.
3533         (Argument Evaluation): No need to mention Pascal.
3534         (Indenting Macros): Add xref to Defining Macros.
3536 2012-02-05  Glenn Morris  <rgm@gnu.org>
3538         * debugging.texi (Error Debugging): Mention debug-on-event default.
3540 2012-02-04  Glenn Morris  <rgm@gnu.org>
3542         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3544         * debugging.texi (Error Debugging): Mention debug-on-event.
3545         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3547         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3549         * text.texi (Buffer Contents):
3550         Update filter-buffer-substring description.
3552 2012-02-04  Chong Yidong  <cyd@gnu.org>
3554         * functions.texi (What Is a Function): Add closures.
3555         Mention "return value" terminology.  Add xref for command-execute.
3556         Remove unused "keystroke command" terminology.
3557         (Lambda Expressions): Give a different example than in the
3558         following subsection.  Add xref to Anonymous Functions.
3559         (Function Documentation): Remove gratuitous markup.
3560         (Function Names): Move introductory text to `What Is a Function'.
3561         (Defining Functions): Fix defun argument spec.
3562         (Anonymous Functions): Document lambda macro explicitly.
3563         Mention effects on lexical binding.
3564         (Function Cells): Downplay direct usage of fset.
3565         (Closures): New node.
3566         (Inline Functions): Remove "open-code" terminology.
3567         (Declaring Functions): Minor tweak; .m is not C code.
3569         * variables.texi (Variables): Don't refer to "global value".
3570         (Local Variables, Void Variables): Copyedits.
3571         (Lexical Binding): Minor clarification of example.
3572         (File Local Variables): Mention :safe and :risky defcustom args.
3573         (Lexical Binding): Add xref to Closures node.
3575 2012-02-04  Glenn Morris  <rgm@gnu.org>
3577         * minibuf.texi (High-Level Completion): Updates for read-color.
3579 2012-02-03  Glenn Morris  <rgm@gnu.org>
3581         * display.texi (GIF Images): Mention animation.
3582         Remove commented-out old example of animation.
3583         (Animated Images): New subsection.
3584         * elisp.texi (Top):
3585         * vol1.texi (Top):
3586         * vol2.texi (Top): Add Animated Images menu entry.
3588         * display.texi (Image Formats): Remove oddly specific information
3589         on versions of image libraries.
3590         (GIF Images, TIFF Images): Minor rephrasing.
3592 2012-02-02  Glenn Morris  <rgm@gnu.org>
3594         * processes.texi (Synchronous Processes):
3595         Mention call-process's :file gets overwritten.
3597         * commands.texi (Reading One Event):
3598         * help.texi (Help Functions): Document read-char-choice.
3600         * hooks.texi (Standard Hooks):
3601         * modes.texi (Keymaps and Minor Modes):
3602         * text.texi (Commands for Insertion): Document post-self-insert-hook.
3604         * hooks.texi (Standard Hooks): Add prog-mode-hook.
3606         * hooks.texi (Standard Hooks):
3607         * modes.texi (Major Mode Conventions, Mode Hooks):
3608         Document change-major-mode-after-body-hook.
3610 2012-02-01  Glenn Morris  <rgm@gnu.org>
3612         * modes.texi (Defining Minor Modes):
3613         Mention disabling global minor modes on a per-major-mode basis.
3615 2012-01-31  Chong Yidong  <cyd@gnu.org>
3617         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3618         (Parser State): Remove unnecessary statement (Bug#10661).
3620         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3622 2012-01-31  Glenn Morris  <rgm@gnu.org>
3624         * modes.texi (Defining Minor Modes):
3625         Document define-minor-mode's new :variable keyword.
3627 2012-01-29  Chong Yidong  <cyd@gnu.org>
3629         * syntax.texi (Syntax Class Table): Tweak description of newline
3630         char syntax (Bug#9619).
3632         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3633         description (Bug#10189).
3635 2012-01-29  Glenn Morris  <rgm@gnu.org>
3637         * files.texi (Changing Files): Document SELinux support.
3639         * windows.texi (Window Sizes): Fix typo.
3641 2012-01-28  Chong Yidong  <cyd@gnu.org>
3643         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3644         doc (Bug#8568).
3646         * frames.texi (Input Focus): Add NORECORD arg to
3647         select-frame-set-input-focus.  Clarify its role in select-frame.
3649         * text.texi (Transposition): We don't use transpose-region as an
3650         internal subroutine (Bug#3249).
3652         * modes.texi (Example Major Modes): Update Lisp example code to
3653         current sources.  Delete the old non-derived-major-mode example,
3654         which has diverged badly from current sources.
3656 2012-01-27  Glenn Morris  <rgm@gnu.org>
3658         * makefile.w32-in (texinputdir): Fix (presumed) typo.
3659         (VERSION, manual): Remove, unused.
3661 2012-01-27  Chong Yidong  <cyd@gnu.org>
3663         * commands.texi (Command Overview): Minor clarification (Bug#10384).
3665 2012-01-26  Chong Yidong  <cyd@gnu.org>
3667         * searching.texi (String Search): Document negative repeat count
3668         (Bug#10507).
3670 2012-01-26  Glenn Morris  <rgm@gnu.org>
3672         * variables.texi (Using Lexical Binding):
3673         Mention that lexical-binding should be set in the first line.
3675 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3677         * macros.texi (Defining Macros): Don't claim that `declare' only
3678         affects Edebug and indentation.
3680 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3682         * macros.texi (Defining Macros): Slight `declare' fixup.
3684 2012-01-25  Glenn Morris  <rgm@gnu.org>
3686         * makefile.w32-in (texinputdir):
3687         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
3689 2012-01-24  Chong Yidong  <cyd@gnu.org>
3691         * variables.texi (Variables, Local Variables, Void Variables):
3692         Edit to make the descriptions less specific to dynamic binding.
3693         (Local Variables): Default max-specpdl-size is now 1300.
3694         (Defining Variables): Edits for lexical scoping.
3695         Delete information about starting docstrings with *.  De-document
3696         user-variable-p.
3697         (Tips for Defining): Remove an unimportant discussion of quitting
3698         in the middle of a load.
3699         (Accessing Variables, Setting Variables): Discuss lexical binding.
3700         (Variable Scoping): Rewrite.
3701         (Scope, Extent, Impl of Scope): Nodes deleted.
3702         (Dynamic Binding): New node, with material from Scope, Extent, and
3703         Impl of Scope nodes.
3704         (Dynamic Binding Tips): Rename from Using Scoping.
3705         (Lexical Binding): Rewrite.
3706         (Using Lexical Binding): Rename from Converting to Lexical
3707         Binding.  Convert to subsection.
3709         * customize.texi (Variable Definitions): Add custom-variable-p.
3710         Move user-variable-p documentation here.
3712 2012-01-23  Chong Yidong  <cyd@gnu.org>
3714         * strings.texi (Text Comparison): Minor qualification.
3716         * lists.texi (Cons Cells): Copyedits.
3717         (List Elements): Mention push.
3718         (List Variables): Mention pop.
3719         (Rings): Move to sequences.texi.
3721         * sequences.texi (Sequence Functions): Don't repeat the
3722         introduction already given in the parent.
3723         (Vectors): Copyedits.
3724         (Rings): Move from lists.texi.  Note that this is specific to the
3725         ring package.
3727         * symbols.texi (Definitions, Symbol Components): Mention variable
3728         scoping issues.
3729         (Plists and Alists): Copyedits.
3731         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3732         correctness with lexical scoping.
3733         (Eval): Copyedits.
3735 2012-01-21  Chong Yidong  <cyd@gnu.org>
3737         * intro.texi (A Sample Function Description): Special notation
3738         used for macros too.
3740         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3741         (Symbol Type): Add xref for keyword symbols.
3742         (Sequence Type): Clarify differences between sequence types.
3743         (Cons Cell Type): Add "linked list" index entry.
3744         (Non-ASCII in Strings): Copyedits.
3745         (Equality Predicates): Symbols with same name need not be eq.
3747         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3748         ldexp.  Move float-e and float-pi to Math Functions node.
3750 2012-01-21  Glenn Morris  <rgm@gnu.org>
3752         * modes.texi (Auto Major Mode):
3753         * variables.texi (File Local Variables):
3754         Mention inhibit-local-variables-regexps.
3756 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
3758         * windows.texi (Window Configurations): Rewrite references to
3759         persistent window parameters.
3760         (Window Parameters): Fix description of persistent window
3761         parameters.
3763 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
3765         * windows.texi (Window Parameters): Use @pxref.
3767 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
3769         * windows.texi (Window Configurations, Window Parameters):
3770         Describe persistent window parameters.
3772 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * variables.texi (Creating Buffer-Local): Warn against misuses of
3775         make-variable-buffer-local (bug#10258).
3777 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3781 2012-01-06  Chong Yidong  <cyd@gnu.org>
3783         * variables.texi (Directory Local Variables):
3784         Document hack-dir-local-variables-non-file-buffer.
3786 2012-01-06  Glenn Morris  <rgm@gnu.org>
3788         * maps.texi (Standard Keymaps): Refer to Info-edit by name
3789         rather than by keybinding.
3791 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
3793         * frames.texi (Font and Color Parameters): Add @pxref.
3795 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
3797         * frames.texi (Font and Color Parameters):
3798         Document w32 font backends (bug#10399).
3800 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3802         * files.texi (File Attributes, Changing Files):
3803         Use a more-natural notation for octal numbers.
3805 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
3807         * variables.texi (Variables with Restricted Values):
3808         Change reference to variable (bug#10354).
3810 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
3812         * windows.texi (Splitting Windows): Use t instead of non-nil
3813         when describing window-combination-resize.
3815 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * text.texi (Special Properties): Warn against `intangible' properties
3818         (bug#10222).
3820 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
3822         * display.texi (Truncation):
3823         * text.texi (Special Properties): Describe what a stretch-glyph is
3824         instead of using that term without explanation.  Make the
3825         cross-references more accurate.
3827         * display.texi (Usual Display): Update the description,
3828         cross-references, and indexing related to display of control
3829         characters and raw bytes.
3831 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
3833         * windows.texi (Splitting Windows): Fix description of
3834         window-combination-limit.  Suggested by Eli Zaretskii.
3836 2011-11-23  Chong Yidong  <cyd@gnu.org>
3838         * windows.texi (Window Sizes): Move window-top-line,
3839         window-left-column, and window-*-pixel-edges to Coordinates and
3840         Windows node.
3841         (Coordinates and Windows): Restore window-edges doc.
3843 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
3845         * windows.texi (Windows and Frames, Splitting Windows):
3846         Fix typos.
3848 2011-11-21  Chong Yidong  <cyd@gnu.org>
3850         * windows.texi (Splitting Windows): Fix error in documentation of
3851         window-combination-limit.
3852         (Cyclic Window Ordering): Minor fixes to next-window,
3853         one-window-p, and get-lru-window docs.  Don't document
3854         window-list-1.
3855         (Buffers and Windows): Copyedits.
3856         (Choosing Window): Document special handling of special-display-*.
3857         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3858         Don't document even-window-heights, which is going away.
3859         Clarify which options are obeyed by which action functions.
3861 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3865 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
3867         * windows.texi (Resizing Windows, Splitting Windows):
3868         Remove term "status" when talking about combination limits.
3870 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3872         * compile.texi (Compiler Errors):
3873         * help.texi (Help Functions): Fix typos.
3875 2011-11-19  Chong Yidong  <cyd@gnu.org>
3877         * windows.texi (Splitting Windows): Clarify role of window
3878         parameters in split-window.  Shorten the example.
3879         (Deleting Windows): Rewrite intro to handle internal windows.
3880         Fix delete-windows-on doc.
3881         (Selecting Windows): Copyedits.
3883 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
3885         * windows.texi (Resizing Windows, Splitting Windows)
3886         (Deleting Windows): Use term window-combination-resize instead
3887         of window-splits.
3889 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
3891         * windows.texi (Resizing Windows, Splitting Windows):
3892         Rename occurrences of window-nest to window-combination-limit.
3894 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
3896         * intro.texi (Lisp History): Fix typo.
3898 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
3900         * windows.texi (Splitting Windows, Deleting Windows):
3901         Remove references to splits status of windows.
3903 2011-11-10  Glenn Morris  <rgm@gnu.org>
3905         * buffers.texi (Read Only Buffers): Expand a bit on why
3906         toggle-read-only should only be used interactively.  (Bug#7292)
3908 2011-11-09  Chong Yidong  <cyd@gnu.org>
3910         * windows.texi (Window Sizes): Document window-pixel-edges,
3911         window-inside-pixel-edges, window-absolute-pixel-edges, and
3912         window-inside-absolute-pixel-edges.
3913         (Resizing Windows): shrink-window-if-larger-than-buffer works on
3914         non-full-width windows.
3916 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
3918         * windows.texi (Resizing Windows): Rewrite documentation of
3919         window-resizable.
3921 2011-11-09  Chong Yidong  <cyd@gnu.org>
3923         * windows.texi (Splitting Windows): Simplify example.
3925 2011-11-08  Chong Yidong  <cyd@gnu.org>
3927         * windows.texi (Window Sizes): Copyedits.  Document
3928         window-text-height.  Remove window-min-height and window-min-width
3929         discussion, referring instead to Emacs manual.
3930         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3931         (Resizing Windows): Simplify introduction.  Don't document
3932         enlarge-window, shrink-window, enlarge-window-horizontally, and
3933         shrink-window-horizontally; they are no longer preferred for
3934         calling from Lisp, and are already documented in the Emacs manual.
3936 2011-11-07  Glenn Morris  <rgm@gnu.org>
3938         * windows.texi (Choosing Window): Fix keybinding typo.
3940 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
3942         * windows.texi (Resizing Windows, Splitting Windows)
3943         (Window Configurations): Use "child window" instead of
3944         "subwindow".
3946 2011-11-06  Chong Yidong  <cyd@gnu.org>
3948         * windows.texi (Basic Windows): Clarify various definitions.
3949         Treat window-normalize-* as internal; don't document them.
3950         (Windows and Frames): Various clarifications, e.g. non-live
3951         windows also belong to frames.  Fix window-list description.
3952         Simplify window nesting example.
3953         (Splitting Windows, Window Configurations):
3954         Use split-window-below.
3956 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
3958         * windows.texi (Window Sizes): Mention in the doc string that the
3959         return values of `window-body-height' and `window-body-width' are
3960         in frame's canonical units.  (Bug#9949)
3962 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
3964         * windows.texi (Windows and Frames): Remove "iso-" infix from
3965         documentation of window-iso-combined-p.
3967 2011-10-26  Chong Yidong  <cyd@gnu.org>
3969         * modes.texi (Running Hooks): Document with-wrapper-hook.
3971 2011-10-18  Chong Yidong  <cyd@gnu.org>
3973         * display.texi (Glyphless Chars): New node.
3975 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
3977         * text.texi (Yanking): Document yank-excluded-properties.
3979         * package.texi (Packaging Basics): The commentary should say how
3980         to begin using the package.
3982 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
3984         * windows.texi (Deleting Windows): Mention which window gets
3985         selected when deleting the selected window.
3987 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
3989         * buffers.texi (The Buffer List): Describe how bury-buffer deals
3990         with the selected window.
3991         * windows.texi (Buffers and Windows): Reformulate text on how
3992         replace-buffer-in-windows deals with a window.
3993         (Quitting Windows): Describe how quit-window deals with a
3994         standalone frame.  Describe new option frame-auto-hide-function.
3996 2011-10-08  Glenn Morris  <rgm@gnu.org>
3998         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
4000         * positions.texi (Excursions): Update warning message.
4002 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
4004         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4005         Fix Emacs manual xref (Bug#9675).
4007 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
4009         * windows.texi (Textual Scrolling): Document scroll-up-command,
4010         scroll-down-command, scroll-error-top-bottom, and the
4011         scroll-command symbol property.
4012         (Display Action Functions): Fix description of
4013         display-buffer-pop-up-window.
4015 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
4017         * windows.texi (Splitting Windows): Fix typos.
4019 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
4021         * windows.texi (Windows and Frames, Display Action Functions)
4022         (Switching Buffers): Fix some typos.
4023         (Buffers and Windows): Remove reference to window-auto-delete.
4024         Reword description of replace-buffer-in-windows.
4025         (Window History): Fix some typos and refer to frame local buffer
4026         list.
4027         (Quitting Windows): New node.
4028         (Window Configurations): Add descriptions of window-state-get
4029         and window-state-put.
4030         (Window Parameters): Describe variable ignore-window-parameters.
4031         Sketch some window parameters currently in use.
4032         * elisp.texi (Top): Update node listing.
4034 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
4036         * windows.texi (Display Action Functions)
4037         (Choosing Window Options): New nodes.
4039 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
4041         * windows.texi (Window History): New node.  Move text here from
4042         Buffers and Windows.
4043         (Switching Buffers): Rename from Displaying Buffers, since we
4044         don't document display-buffer here; callers changed.
4045         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4046         switch-to-buffer-other-frame.  Delete duplicate
4047         replace-buffer-in-windows doc.
4048         (Choosing Window): Document display actions.
4050 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
4052         * display.texi (Forcing Redisplay): Update the description of
4053         redisplay-dont-pause due to change in the default value.
4055 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
4057         * frames.texi (Frames and Windows): Move section and rename to
4058         Windows and Frames in windows.texi.
4059         * windows.texi (Windows): Restructure.
4060         (Basic Windows): Rewrite.  Explain live and internal windows and
4061         normalization functions.
4062         (Windows and Frames): Move section here from frames.texi.
4063         Describe subwindows, window combinations, window tree, and
4064         corresponding functions including window-list here.
4065         (Window Sizes): Rename section from Size of Window and move it
4066         up in chapter.  Describe total and body sizes and the
4067         corresponding functions.  Explain new semantics of
4068         window-min-height/-width.
4069         (Resizing Windows): Move section up in chapter.  Describe new
4070         resize functions.
4071         (Splitting Windows): Describe new behavior of split-window,
4072         split-window-above-each-other and split-window-side-by-side.
4073         Provide examples.  Describe window-nest and window-splits
4074         options.
4075         (Deleting Windows): Minor rewrite.
4076         (Selecting Windows): Minor rewrite.
4077         Describe frame-selected-window and set-frame-selected-window here.
4078         (Cyclic Window Ordering): Minor rewrite.
4079         Describe window-list-1.
4080         (Buffers and Windows): Rewrite.  Explain a window's previous and
4081         next buffers and the corresponding functions.
4082         (Window Tree): Merge into Windows and Frames section.
4083         * elisp.texi (Top): Update node listings for frames and windows
4084         sections.
4086 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4090 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092         * errors.texi (Standard Errors): Remove apparent placeholder text
4093         (bug#9491).
4095 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
4097         * frames.texi (Management Parameters): Fix description of
4098         icon-type parameter.
4100 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
4102         * tips.texi (Key Binding Conventions): Don't bind a key sequence
4103         ending in C-g.  Suggested by Edward O'Connor.
4105 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
4107         * numbers.texi (Integer Basics): Add indexing for
4108         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
4110 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>
4112         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
4114 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
4116         * processes.texi (Network Servers): Clarify what the process
4117         buffer is used for (bug#9233).
4119 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>
4121         * lists.texi (Building Lists): Fix typo.
4123 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
4125         * display.texi (Basic Faces): New node.  Document new faces.
4127         * modes.texi (Major Mode Conventions): Move some text there.
4128         (Mode Help): Remove major-mode var, duplicated in Major Modes.
4130 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
4132         * modes.texi (Basic Major Modes): New node.  Callers updated.
4133         (Major Modes): Document fundamental-mode and major-mode.
4134         (Major Mode Basics): Node deleted; text moved to Major Modes.
4135         (Derived Modes): Document derived-mode-p.
4137 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
4139         * files.texi (Changing Files, Create/Delete Dirs): Document new
4140         arguments for delete-file, delete-directory, and copy-directory.
4141         (Visiting Functions): Remove view-file; it is documented in the
4142         Emacs manual.
4144         * frames.texi (Layout Parameters): The defaults for the
4145         menu-bar-lines and tool-bar-lines parameters depend on the mode.
4147         * display.texi (Progress): Document spinner functionality.
4149         * os.texi (Killing Emacs): Note that kill-emacs can be called by
4150         operating system signals.  Refer to save-buffers-kill-terminal
4151         instead of save-buffers-kill-emacs.
4153         * objects.texi (Symbol Type): Document ## print representation.
4155 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
4157         * display.texi (Specified Space): Mention that `space' specs
4158         influence bidi reordering.
4159         (Bidirectional Display): Explain how to use `(space . PROPS)' for
4160         separating fields with bidirectional content.
4162 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
4164         * display.texi (Bidirectional Display): Document return value in
4165         buffers that are not bidi-reordered for display, and in unibyte
4166         buffers.
4168 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
4170         * nonascii.texi (Character Properties): Document the values for
4171         unassigned codepoints.
4173 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
4175         * nonascii.texi (Character Properties): Document use of
4176         `bidi-class' and `mirroring' properties as part of reordering.
4177         Provide cross-references to "Bidirectional Display".
4179         * display.texi (Bidirectional Display): Document the pitfalls of
4180         concatenating strings with bidirectional content, with possible
4181         solutions.  Document bidi-string-mark-left-to-right.
4182         Mention paragraph direction in modes that inherit from prog-mode.
4183         Document use of `bidi-class' and `mirroring' properties as part of
4184         reordering.
4186 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
4188         * modes.texi (Major Mode Conventions): Improve the documentation
4189         of `mode-class' `special' modes.
4191         * nonascii.texi (Character Properties): Document the `mirroring'
4192         property.  Add index entries.
4194         * syntax.texi (Categories): Add an example of defining a new
4195         category and category table.
4197         * searching.texi (Regexp Backslash): Document how to display
4198         existing categories.  Mention the possibility of adding
4199         categories, and add an xref to where this is described.  Add an
4200         index entry.
4202 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
4204         * text.texi (Special Properties):
4205         * display.texi (Overlay Properties): Note that mouse-face cannot
4206         change the text size (Bug#8530).
4208 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
4210         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4211         using setenv instead.
4213 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
4215         * display.texi (Bidirectional Display): Document the fact that
4216         bidi-display-reordering is t by default.
4218 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
4220         * display.texi (Bidirectional Display): New section.
4222 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223             Tim Cross  <theophilusx@gmail.com>  (tiny change)
4224             Glenn Morris  <rgm@gnu.org>
4226         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
4228 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
4230         * help.texi (Keys in Documentation): Revert last change.
4232 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234         * help.texi (Keys in Documentation): Clarify that \= only quotes
4235         the next character, and doesn't affect longer sequences in
4236         particular (bug#8935).
4238         * debugging.texi (Using Debugger):
4239         Mention @code{eval-expression-debug-on-error} (bug#8549).
4241 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4243         * display.texi (Other Display Specs): Document that `left-fringe'
4244         and `right-fringe' display specifications are of the "replacing"
4245         kind.
4247 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249         * help.texi (Documentation Basics): Add a link to the Function
4250         Documentation node (bug#6580).
4252 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254         * keymaps.texi (Menu Bar): Mention :visible and :enable
4255         (bug#6344).  Text by Drew Adams.
4257         * modes.texi (Running Hooks): Mention buffer-local hook variables
4258         (bug#6218).
4260         * objects.texi (General Escape Syntax): "a with grave accent" is
4261         ?xe0, not ?x8e0 (bug#5259).
4263 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4265         * display.texi (Face Attributes, Font Selection): Add references
4266         to the Fonts node in the Emacs manual (Bug#4178).
4268 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4270         * display.texi (Window Systems): `window-system' is
4271         terminal-local.
4273         * frames.texi (Frame Parameters, Parameter Access): Don't mention
4274         frame-local variables.
4276         * variables.texi (Buffer-Local Variables): Don't mention obsolete
4277         frame-local variables.
4278         (Frame-Local Variables): Node deleted.
4280         * elisp.texi (Top): Update node listing.
4282 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284         * elisp.texi: Change "inferiors" to "subnodes" in three places
4285         (bug#3523).
4287 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
4289         * frames.texi (Window System Selections): Discussion of
4290         x-select-enable-clipboard moved to Emacs manual.
4292 2011-07-11  Deniz Dogan  <deniz@dogan.se>
4294         * commands.texi (Prefix Command Arguments): Remove excessive
4295         apostrophe.
4297 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4300         description is a string (bug#3313).
4302         * frames.texi (Display Feature Testing): Try to explain what all
4303         the visual classes mean (bug#3042).
4305 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307         * modes.texi (Mode Line Variables): Document `mode-line-remote'
4308         and `mode-line-client' (bug#2974).
4310         * text.texi (Insertion): Clarify marker movements (bug#1651).
4311         Text from Drew Adams.
4313 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315         * text.texi (Special Properties): Clarify the format of `face'
4316         (bug#1375).
4318         * commands.texi (Interactive Call): Add a `call-interactively'
4319         example (bug#1010).
4321 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323         * functions.texi (Calling Functions): Link to the "Interactive
4324         Call" node (bug#1001).
4326 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
4328         * customize.texi (Composite Types): Move alist and plist to here
4329         from Simple Types (Bug#7545).
4331         * elisp.texi (Top): Update menu description.
4333         * display.texi (Face Attributes): Document negative line widths
4334         (Bug#6113).
4336 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
4338         * searching.texi (Match Data): Note that match data can be
4339         overwritten by most functions (bug#2499).
4341 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4344         flags mean (bug#6659).
4346         * functions.texi (What Is a Function): Document the autoload
4347         object (bug#6496).
4349 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4352         is only used in the Customize user interface (bug#6089).
4354         * display.texi (Showing Images): Mention the point of sliced
4355         images (bug#7836).
4357 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
4359         * variables.texi (Defining Variables, Void Variables)
4360         (Constant Variables): Fix incorrect usage of @kindex.
4362 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364         * variables.texi (Defining Variables): Add an index entry for
4365         `set-variable' (bug#7262).
4366         (Defining Variables): Use @findex for functions.
4368         * frames.texi (Basic Parameters): Document the `explicit-name'
4369         parameter (bug#6951).
4371         * customize.texi (Type Keywords): Clarify that :value provides a
4372         default value for all types (bug#7386).
4374         * streams.texi (Output Functions): Document `pp'.
4376 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
4378         * keymaps.texi (Searching Keymaps):
4379         * display.texi (Overlay Properties): Fix errors in 2011-05-29
4380         change.  Suggested by Johan Bockgård.
4382 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
4384         * text.texi (Special Properties): Clarify role of font-lock-face.
4386 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388         * processes.texi (Process Information): Rename `process-alive-p'
4389         to `process-live-p' for consistency with other `-live-p' functions.
4391 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
4393         Document wide integers better.
4394         * files.texi (File Attributes): Document ino_t values better.
4395         ino_t values no longer map to anything larger than a single cons.
4396         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4397         (Bitwise Operations):
4398         * objects.texi (Integer Type): Use a binary notation that is a bit easier
4399         to read, and that will port better if 62-bits becomes the default.
4400         Fix or remove incorrect examples.
4401         * os.texi (Time Conversion): Document time_t values better.
4403 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405         * processes.texi (Process Information):
4406         Document `process-alive-p'.
4408 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4410         * help.texi (Accessing Documentation):
4411         * display.texi (Pixel Specification):
4412         * processes.texi (Serial Ports, Serial Ports):
4413         * nonascii.texi (Character Properties, Default Coding Systems):
4414         * text.texi (Changing Properties, Special Properties):
4415         * windows.texi (Window Start and End):
4416         * modes.texi (SMIE Indentation Example, SMIE Tricks):
4417         * keymaps.texi (Searching Keymaps, Tool Bar):
4418         * minibuf.texi (Basic Completion):
4419         * compile.texi (Eval During Compile):
4420         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4421         7x9 paper in printed manual.
4423         * lists.texi (Sets And Lists): Fix misplaced text.
4425 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4427         * keymaps.texi (Remapping Commands): Emphasize that the keymap
4428         needs to be active (Bug#8350).
4430 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
4432         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4434         * tips.texi (Coding Conventions): Remove antediluvian filename
4435         limit recommendation (Bug#8538).
4437 2011-05-27  Glenn Morris  <rgm@gnu.org>
4439         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4441 2011-05-26  Glenn Morris  <rgm@gnu.org>
4443         * variables.texi (File Local Variables):
4444         Update hack-local-variables `mode-only' return value.
4445         Add some more details on what this function does in the other case.
4447 2011-05-19  Glenn Morris  <rgm@gnu.org>
4449         * lists.texi (Sets And Lists): Mention cl provides union etc.
4451 2011-05-19  Nix  <nix@esperi.org.uk>
4453         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4455         * text.texi (Parsing HTML): Update for function name changes.
4457         * syntax.texi (Syntax Flags): Small fix.
4459         * keymaps.texi (Active Keymaps): Typo fix.
4460         (Changing Key Bindings): Grammar fix.
4462         * frames.texi (Minibuffers and Frames): Grammar fix.
4463         (Window System Selections): x-select-enable-clipboard now defaults to t.
4465         * customize.texi (Common Keywords):
4466         * display.texi (Abstract Display):
4467         * modes.texi (Auto-Indentation):
4468         * nonascii.texi (Converting Representations): Typo fixes.
4470         * control.texi (Examples of Catch): Call it "goto" not "go to".
4472 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
4474         * nonascii.texi (Character Properties): Fix inconsistencies with
4475         implementation.
4477         * text.texi (Special Properties): Move @defvar's out of the
4478         @table.  (Bug#8652)
4480 2011-05-12  Glenn Morris  <rgm@gnu.org>
4482         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
4484 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4486         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4487         (Multiline Font Lock):
4488         * vol2.texi (Top):
4489         * vol1.texi (Top):
4490         * elisp.texi (Top): Update menu accordingly.
4492 2011-05-12  Drew Adams  <drew.adams@oracle.com>
4494         * modes.texi (Region to Fontify): Fix typo.
4496 2011-05-10  Jim Meyering  <meyering@redhat.com>
4498         * minibuf.texi: Fix typo "in in -> in".
4500 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
4502         * numbers.texi (Integer Basics): Large integers are treated as floats.
4504 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506         * processes.texi (Synchronous Processes): Document the (:file
4507         "/file-name") syntax for `call-process'.
4509 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
4511         * windows.texi (Choosing Window): Fix typo.
4513 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
4515         * frames.texi (Layout Parameters): Note the difference between
4516         querying and setting parameters for left-fringe and right-fringe
4517         (Bug#6930).
4519 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4521         * minibuf.texi (Basic Completion): Be a bit more precise about the
4522         valid kinds of completion tables.
4523         (Programmed Completion): Remove obsolete text about lambda expressions
4524         not being valid completion tables.
4526 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
4528         * positions.texi (Excursions): Explain the "save-excursion
4529         defeated by set-buffer" warning.
4531         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
4532         save-excursion.  Suggested by Uday S Reddy.
4534 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4536         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4537         (Lexical Binding): New sub-section.
4539         * eval.texi (Eval): Discourage the use of `eval'.
4540         Document its new `lexical' argument.
4542 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4544         * commands.texi (Command Overview): `post-command-hook' is not reset to
4545         nil any more.
4547 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * strings.texi (String Conversion): Don't mention
4550         string-make-(uni|multi)byte (bug#8262).
4551         * nonascii.texi (Converting Representations): Fix up range.
4552         * keymaps.texi (Key Binding Commands): Update code point, avoid
4553         "unibyte character" and remove mention of unibyte bindings.
4555 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
4557         * modes.texi (Operator Precedence Grammars): Don't use characters
4558         outside ISO-8859-1.
4560 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
4562         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4564         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4566 2011-03-08  Glenn Morris  <rgm@gnu.org>
4568         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4569         * intro.texi (Acknowledgements): Names to UTF-8.
4570         * elisp.texi: Set documentencoding.
4572 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4574         * Version 23.3 released.
4576 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
4578         * package.texi: Update index keywords.
4579         (Package Archives): New node contents.  Document package-x.el.
4581 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
4583         * makefile.w32-in (srcs): Add package.texi.
4585 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
4587         * package.texi (Packaging, Packaging Basics, Simple Packages)
4588         (Multi-file Packages): Expand and clarify.
4589         (Package Archives): Temporary placeholder node.
4591         * elisp.texi (Top): Update node listing.
4593         * Makefile.in (srcs): Add package.texi.
4595 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
4597         * processes.texi (Synchronous Processes): Minor clarification
4598         (Bug#8149).
4600 2011-03-03  Glenn Morris  <rgm@gnu.org>
4602         * files.texi (Truenames): Minor clarification.  (Bug#2341)
4604 2011-03-01  Glenn Morris  <rgm@gnu.org>
4606         * variables.texi (Directory Local Variables):
4607         Mention `(subdirs . nil)' alist element.
4609 2011-02-28  Glenn Morris  <rgm@gnu.org>
4611         * variables.texi (Directory Local Variables): Mention the optional
4612         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
4614 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
4616         * minibuf.texi (Minibuffer History): Clarify discussion of
4617         minibuffer history lists (Bug#8085).
4619 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
4621         * elisp.texi: Sync @dircategory with ../../info/dir.
4623         * files.texi (Visiting Functions): Document find-file-literally,
4624         both the command and the variable.
4626         * variables.texi (Creating Buffer-Local): Explain the meaning of
4627         permanent local variables.
4629         * files.texi (Visiting Functions): Document find-file-literally,
4630         both the command and the variable.
4632         * variables.texi (Creating Buffer-Local): Explain the meaning of
4633         permanent local variables.
4635 2011-02-19  Glenn Morris  <rgm@gnu.org>
4637         * keymaps.texi (Remapping Commands): Mention how to undo it.
4639 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
4641         * loading.texi (Hooks for Loading): Remove unnecessary advice
4642         about eval-after-load (Bug#7986).
4644 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
4646         * commands.texi (Accessing Mouse): Note that a header line is not
4647         included in the row of posn-col-row.
4649 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
4651         * modes.texi (Major Mode Conventions): Add face guidelines.
4652         (Faces for Font Lock): List faces in order of prominence.
4654 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4656         format-time-string now supports subsecond time stamp resolution
4657         * os.texi (Time Parsing): Document %N.
4659 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
4661         * vol1.texi (Top):
4662         * vol2.texi (Top):
4663         * elisp.texi (Top):
4664         * display.texi (Display Property): Shorten the menu description of
4665         the "Other Display Specs" node (Bug#7816).
4667         * keymaps.texi (Defining Menus): Add "menu item" and "extended
4668         menu item" concept index entries (Bug#7805).
4670 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
4672         * makefile.w32-in (texinfodir): New variable.
4673         (usermanualdir): Remove as redundant with $(emacsdir).
4674         (MAKEINFO): Remove options, leave only program name.
4675         (MAKEINFO_OPTS): New variable.
4676         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4678 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
4679             Richard Kim  <emacs18@gmail.com>
4681         * loading.texi (Library Search): Document list-load-path-shadows
4682         (Bug#7757).
4684 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
4686         * searching.texi (Regexp Special): Remove outdated discussion of
4687         character sets (Bug#7780).
4689         * frames.texi (Pop-Up Menus): Document where menu title comes
4690         from (Bug#7684).
4692 2011-01-25  Glenn Morris  <rgm@gnu.org>
4694         * display.texi (Making Buttons): Mention limitation of text buttons.
4696 2011-01-23  Werner Lemberg  <wl@gnu.org>
4698         * Makefile.in (MAKEINFO): Now controlled by `configure'.
4699         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
4700         (ENVADD): New variable to control texi2dvi and texi2pdf.
4702 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
4704         * files.texi (Directory Names): Move directory-abbrev-alist doc to
4705         Emacs manual.
4707 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
4709         * files.texi (Directory Names): Explain why FROM in
4710         directory-abbrev-alist should begin with \`.  (Bug#7777)
4712 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4716 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
4718         * modes.texi (Emulating Mode Line): Fix last change.
4720 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
4722         * modes.texi (Emulating Mode Line): Update documentation of
4723         format-mode-line according to changes that fixed bug #7587.
4725 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * modes.texi (Derived Modes): Mention prog-mode.
4729         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4730         of the key-binding-data cache since we don't use it any more.
4732 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
4734         * processes.texi (Shell Arguments):
4735         * strings.texi (Creating Strings): Don't mention "shell commands";
4736         make it explicit that `split-string-and-unquote' and
4737         `combine-and-quote-strings' are mainly for working with arguments
4738         to call-process and start-process.
4740         * processes.texi (Shell Arguments): Fix documentation of
4741         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
4743 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4745         * modes.texi (Auto-Indentation): New section to document SMIE.
4746         (Major Mode Conventions):
4747         * text.texi (Mode-Specific Indent): Refer to it.
4749 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
4751         * display.texi (Other Display Specs): Document left-fringe and
4752         right-fringe display specs.
4754 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4756         * backups.texi (Making Backups):
4757         * modes.texi (Example Major Modes): Use recommended coding style.
4758         (Major Mode Basics, Derived Modes): Encourge more strongly use of
4759         define-derived-mode.  Mention completion-at-point-functions.
4761 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
4763         * nonascii.texi (Converting Representations):
4764         Document byte-to-string.
4766 2010-12-08  Glenn Morris  <rgm@gnu.org>
4768         * buffers.texi (Modification Time):
4769         verify-visited-file-modtime now defaults to the current buffer.
4771 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
4773         * nonascii.texi (Converting Representations): Document byte-to-string.
4775         * strings.texi (Creating Strings): Don't mention semi-obsolete
4776         function char-to-string.
4777         (String Conversion): Shorten discussion of semi-obsolete function
4778         string-to-char.  Link to Converting Representations.
4780         * objects.texi (Symbol Type):
4781         * text.texi (Near Point):
4782         * help.texi (Help Functions):
4783         * functions.texi (Mapping Functions): Use string instead of
4784         char-to-string in examples.
4786 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
4788         * text.texi (Kill Functions, Kill Functions)
4789         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4790         YANK-HANDLER args.
4792         * symbols.texi (Creating Symbols): Using unintern without an
4793         obarray arg is now obsolete.
4795         * numbers.texi (Float Basics): Document float-e and float-pi.
4797         * variables.texi (Defining Variables): Change "pi" example to
4798         "float-pi".
4800 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
4802         * commands.texi (Click Events): Document the values of X, Y and
4803         COL, ROW in the event's position, when the click is on the header
4804         or mode line, on the fringes, or in the margins.
4806 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
4808         * customize.texi (Composite Types): Lower-case index entry.
4810         * loading.texi (How Programs Do Loading):
4811         Document load-file-name.  (Bug#7346)
4813 2010-11-17  Glenn Morris  <rgm@gnu.org>
4815         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4817 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
4819         * display.texi (Usual Display): Characters with no fonts are not
4820         necessarily displayed as empty boxes.
4822 2010-10-31  Glenn Morris  <rgm@gnu.org>
4824         * maps.texi (Standard Keymaps): Update File menu description.
4826 2010-10-28  Glenn Morris  <rgm@gnu.org>
4828         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4830 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
4832         * display.texi (Window Systems): Deprecate use of window-system as
4833         a predicate.
4835 2010-10-23  Glenn Morris  <rgm@gnu.org>
4837         * help.texi (Documentation Basics): Remove mentions of digest-doc and
4838         sorted-doc.
4840 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
4842         * os.texi (Dynamic Libraries): New node, with slightly modified
4843         text deleted from "Image Formats".
4844         (System Interface): Add @menu entry for "Dynamic Libraries".
4846         * display.texi (Image Formats): Remove description of
4847         image-library-alist.  (Renamed in revno 101949.)
4849 2010-10-12  Glenn Morris  <rgm@gnu.org>
4851         * book-spine.texinfo: Rename to book-spine.texi.
4853 2010-10-11  Glenn Morris  <rgm@gnu.org>
4855         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4857         * Makefile.in (DVIPS): New variable.
4858         (.PHONY): Add html, ps.
4859         (html, elisp.html, ps, elisp.ps): New targets.
4860         (clean): Delete html, ps files.
4861         ($(infodir)/elisp): Remove unnecessary includes.
4863 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
4865         * makefile.w32-in (emacsdir): New variable.
4866         (srcs): Add emacsver.texi.
4867         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4869 2010-10-09  Glenn Morris  <rgm@gnu.org>
4871         * Makefile.in (VPATH): Remove.
4872         (infodir): Make it absolute.
4873         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4875         * Makefile.in (dist): Anchor regexps.
4877         * Makefile.in (srcs): Put elisp.texi first.
4878         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4880         * Makefile.in (infoclean): Remove harmless, long-standing error.
4882         * Makefile.in ($(infodir)): Delete rule.
4883         (mkinfodir): New.
4884         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4886         * Makefile.in (dist): Remove reference to emacsver.texi.in.
4887         Also copy emacsver.texi, and edit $emacsdir.
4889 2010-10-09  Glenn Morris  <rgm@gnu.org>
4891         * Makefile.in (emacsdir): New variable.
4892         (MAKEINFO): Add -I $emacsdir.
4893         (dist): Copy emacsver.texi.
4894         (srcs): Add emacsver.texi.
4896         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4897         Set EMACSVER by including emacsver.texi.
4899         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4901 2010-10-07  Glenn Morris  <rgm@gnu.org>
4903         * Makefile.in (version): New, set by configure.
4904         (clean): Delete dist tar file.
4905         (dist): Use version in tar name.
4907 2010-10-06  Glenn Morris  <rgm@gnu.org>
4909         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4910         (INSTALL_INFO): Remove unused variable.
4911         (mostlyclean, infoclean, dist): New rules.
4912         (clean): Delete dvi and pdf files.
4913         (maintainer-clean): Remove elisp.oaux, use infoclean.
4914         ($(infodir)): Add parallel build workaround.
4916 2010-10-04  Glenn Morris  <rgm@gnu.org>
4918         * Makefile.in (dvi, pdf, $(infodir)): New targets.
4919         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
4920         Fix -I typo.
4921         (clean): No 'make.out' or 'core' files.
4922         (.PHONY): Declare clean rules.
4923         (maintainer-clean): Delete pdf file.  Guard against cd failures.
4925 2010-10-03  Glenn Morris  <rgm@gnu.org>
4927         * files.texi (File Name Components): Remove ignored section about
4928         deleted variable directory-sep-char.
4930 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
4932         * files.texi (Magic File Names): New defopt
4933         remote-file-name-inhibit-cache.
4935 2010-10-02  Glenn Morris  <rgm@gnu.org>
4937         * os.texi (Killing Emacs): Hook now runs in batch mode.
4939 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * text.texi (Special Properties): Clarify when modification-hooks run.
4943 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * syntax.texi (Syntax Flags): Document new `c' flag.
4947 2010-09-09  Glenn Morris  <rgm@gnu.org>
4949         * display.texi (ImageMagick Images): General cleanup.
4951 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4953         * files.texi (Directory Names): Use \` rather than ^.
4955 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4957         * text.texi (Low-Level Kill Ring):
4958         * frames.texi (Window System Selections): Remove cut buffer
4959         documentation.
4961 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
4963         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4964         Parameters", where the default fringe width is described.
4966         * frames.texi (Window Frame Parameters, Basic Parameters)
4967         (Position Parameters, Layout Parameters, Management Parameters)
4968         (Cursor Parameters, Font and Color Parameters): Add indexing for
4969         frame parameters.  (Bug#6929)
4971 2010-08-25  Tom Tromey  <tromey@redhat.com>
4973         * vol2.texi (Top): Update.
4974         * vol1.texi (Top): Update.
4975         * tips.texi (Library Headers): Mention Package-Version and
4976         Package-Requires.
4977         * package.texi: New file.
4978         * os.texi (System Interface): Update pointers.
4979         * elisp.texi (Top): Link to new nodes.  Include package.texi.
4980         * anti.texi (Antinews): Update pointers.
4982 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
4984         * processes.texi (Filter Functions): Fix last change.
4986 2010-08-24  Markus Triska  <triska@gmx.at>
4988         * processes.texi (Filter Functions): Use `buffer-live-p' instead
4989         of `buffer-name' in the main text as well as in the example
4990         (Bug#3098).
4992 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4994         * nonascii.texi (Text Representations):
4995         * loading.texi (Loading Non-ASCII):
4996         * compile.texi (Byte Compilation): Don't mention obsolete
4997         --unibyte command-line argument.
4999 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5001         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5003 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5005         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5007 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
5009         * commands.texi (Misc Events): Add cross-references to where
5010         POSITION of a mouse event is described in detail.
5012 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
5014         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
5016 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5018         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5019         Suggested by Štěpán Němec <stepnem@gmail.com>.
5021 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5023         * minibuf.texi (High-Level Completion): Document args of
5024         `read-buffer-function' (bug#5625).
5026 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
5028         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5030 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
5032         * processes.texi (Process Information): Explain process property
5033         `remote-tty'.
5035 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
5037         * modes.texi (Defining Minor Modes): Use C-delete in examples,
5038         instead of "\C-\^?" (bug#6334).
5040         * text.texi (Special Properties): Fix typo.
5042 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
5044         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5045         calling sequences, which are now the standard.
5047 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
5049         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5051         * commands.texi (Command Overview): Mention undo-boundary call.
5053 2010-06-23  Glenn Morris  <rgm@gnu.org>
5055         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5056         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5057         * frames.texi, functions.texi, internals.texi, keymaps.texi:
5058         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5059         * searching.texi, sequences.texi, strings.texi, syntax.texi:
5060         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5061         Untabify Texinfo files.
5063 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
5065         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5067 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
5069         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5071 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
5073         * searching.texi (Regexp Special): Remove obsolete information
5074         about matching non-ASCII characters, and suggest using char
5075         classes (Bug#6283).
5077 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5079         * minibuf.texi (Basic Completion): Add missing "@end defun".
5081 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5083         * minibuf.texi (Basic Completion): Document completion-boundaries.
5084         (Programmed Completion): Document the new fourth method for boundaries.
5086 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5088         * display.texi (Image Cache): Update documentation about image caching.
5090 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5092         * windows.texi (Textual Scrolling):
5093         * tips.texi (Coding Conventions):
5094         * minibuf.texi (Minibuffer History):
5095         * maps.texi (Standard Keymaps):
5096         * loading.texi (Where Defined):
5097         * edebug.texi (Instrumenting): Fix typos.
5099 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5101         * keymaps.texi (Menu Bar): Document :advertised-binding property.
5103         * functions.texi (Obsolete Functions):
5104         Document set-advertised-calling-convention.
5106         * minibuf.texi (Basic Completion): Document completion-in-region.
5107         (Programmed Completion): Document completion-annotate-function.
5109         * commands.texi (Reading One Event): Document read-key.
5110         (Distinguish Interactive): Document KIND arg to
5111         called-interactively-p.  Delete obsolete interactive-p.
5113         * elisp.texi (Top): Update node description.
5115 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
5117         * nonascii.texi (Character Properties):
5118         Document unicode-category-table.  Add an index entry for Unicode
5119         general category.
5121 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5123         * Version 23.2 released.
5125 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5127         * locals.texi (Standard Buffer-Local Variables):
5128         Remove @ignore'd reference to `direction-reversed'.
5130 2010-04-14  Juri Linkov  <juri@jurta.org>
5132         Fix @deffn without category.
5134         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5135         for `abbrev-insert'.
5137         * buffers.texi (Indirect Buffers): Add category `Command'
5138         to @deffn of `clone-indirect-buffer'.
5140         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5141         for `next-window' and `previous-window'.  Add category `Command'
5142         to @deffn of `pop-to-buffer'.
5144 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
5146         * nonascii.texi (Text Representations): Don't mark
5147         enable-multibyte-characters as a user option.
5149 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5151         * control.texi (Handling Errors): How to re-throw a signal caught
5152         by condition-case.
5154 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
5156         * loading.texi (Hooks for Loading): Document after-load-functions.
5157         Copyedits.
5159 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
5161         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
5163 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5165         * processes.texi (Network Processes): Document seqpacket type.
5167 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5169         * os.texi (System Environment): Do not mention lynxos.
5171 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
5173         * Branch for 23.2.
5175 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
5177         * objects.texi (Integer Type): Take note of the read syntax
5178         exception for numbers that cannot fit in the integer type.
5180 2010-03-03  Glenn Morris  <rgm@gnu.org>
5182         * numbers.texi (Integer Basics, Bitwise Operations):
5183         * objects.texi (Integer Type): Update for integers now being 30-bit.
5185 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
5187         * display.texi (Low-Level Font): Document :otf font-spec property.
5189 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5191         * display.texi (Line Height): Avoid obsolete special default variables
5192         like default-major-mode.
5194 2010-01-28  Alan Mackenzie  <acm@muc.de>
5196         * display.texi (Auto Faces): Say fontification-functions is called
5197         whether or not Font Lock is enabled.  Tidy up the wording a bit.
5199 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5201         * elisp.texi: Remove duplicate edition information (Bug#5407).
5203 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5205         * two.el (volume-header-toc-markup): Fix typos in docstring.
5207 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         Avoid dubious uses of save-excursions.
5210         * positions.texi (Excursions): Recommend the use of
5211         save-current-buffer if applicable.
5212         * text.texi (Clickable Text): Fix the example code which used
5213         save-excursion in a naive way which sometimes preserves point and
5214         sometimes not.
5215         * variables.texi (Creating Buffer-Local):
5216         * os.texi (Session Management):
5217         * display.texi (GIF Images):
5218         * control.texi (Cleanups): Use (save|with)-current-buffer.
5220 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5222         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
5224 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5226         * nonascii.texi (Text Representations, Character Codes)
5227         (Converting Representations, Explicit Encoding)
5228         (Translation of Characters): Use hex notation consistently.
5229         (Character Sets): Fix map-charset-chars doc (Bug#5197).
5231 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5233         * loading.texi (Where Defined): Make it clearer that these are
5234         loaded files (Bug#5068).
5236 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
5238         * minibuf.texi (Completion Styles): Document `initials' style.
5240 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
5242         * frames.texi (Resources): Describe inhibit-x-resources.
5243         (Size Parameters): Copyedit.
5245         * hash.texi (Creating Hash):
5246         * objects.texi (Hash Table Type): Document the new hash table
5247         printed representation.
5249         * minibuf.texi (Basic Completion): 4th arg to all-completions is
5250         obsolete.
5252         * processes.texi (Process Buffers):
5253         Document process-kill-buffer-query-function.
5255 2009-12-05  Glenn Morris  <rgm@gnu.org>
5257         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5258         diary-display-function, and no longer recommended to be a hook.
5259         Update for changes in the names of calendar and diary hooks.
5260         diary-print-entries-hook has changed section.
5262 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
5264         * text.texi (Special Properties): More accurate description of
5265         what the `cursor' property does.
5267 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5269         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5270         mouse-wheel-down-event, the closest thing to a definition for them.
5271         * os.texi (Startup Summary): vindex inhibit-startup-message and
5272         inhibit-splash-screen.
5273         (Command-Line Arguments): vindex argv.
5274         (Suspending Emacs): vindex suspend-tty-functions and
5275         resume-tty-functions.  Don't want to index every hook, but having
5276         the programming ones is helpful.
5278 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5280         * commands.texi (Motion Events): Fix typo (Bug#4907).
5282 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5284         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5285         are affected by case-fold-search (Bug#4483).
5287 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5289         * minibuf.texi (Reading File Names): Note that read-file-name may
5290         use a graphical file dialog.
5292 2009-10-31  Glenn Morris  <rgm@gnu.org>
5294         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
5296 2009-10-16  Kevin Ryde  <user42@zip.com.au>
5298         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5299         in particular so `info-lookup-symbol' can find its docs.
5301 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
5303         * variables.texi (Constant Variables): Distinguish from defconst
5304         variables.
5305         (Defining Variables): Add cindex.
5307 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
5309         * os.texi (Time of Day): Clarify that the microsecond part is
5310         ignored (Bug#4637).
5312 2009-10-11  Glenn Morris  <rgm@gnu.org>
5314         * frames.texi (Size and Position): Clarify what is included in the frame
5315         height.  (Bug#4535)
5317 2009-10-10  Glenn Morris  <rgm@gnu.org>
5319         * windows.texi (Size of Window): The relationship between window and
5320         frame heights is not so simple.  (Bug#4535)
5321         Mention window-full-height-p.
5323 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5326         used from Lisp.
5328 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5330         * files.texi (Directory Names) <abbreviate-file-name>:
5331         Document that root home directories are not replaced with "~".
5333 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
5335         * text.texi (Special Properties): Document the meaning of the
5336         `cursor' text property whose value is an integer.
5338 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5340         * files.texi (Magic File Names): Add `copy-directory'.
5342 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5344         * files.texi (File Attributes): Fix description of file
5345         attributes.  (Bug#4638) Update attributes of files.texi example to
5346         be more representative.
5348 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5350         * files.texi (Create/Delete Dirs): New command copy-directory.
5352 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5354         * anti.texi (Antinews):
5355         * macros.texi (Indenting Macros):
5356         * strings.texi (Creating Strings, Case Conversion):
5357         Remove duplicate words.
5359 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5361         * files.texi (Create/Delete Dirs): delete-directory has an
5362         optional parameter RECURSIVE.
5364 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * buffers.texi (Swapping Text): Minor clarification.
5368 2009-10-01  Glenn Morris  <rgm@gnu.org>
5370         * functions.texi (Declaring Functions): Mention that we also search for
5371         ".m" files in the src/ directory.
5373 2009-09-25  David Engster  <deng@randomsample.de>
5375         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5377 2009-09-22  Glenn Morris  <rgm@gnu.org>
5379         * internals.texi (Building Emacs): Mention preloaded-file-list.
5381 2009-09-14  Alan Mackenzie  <acm@muc.de>
5383         * os.texi (Terminal Output): Put "@code{}" around "stdout".
5385 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5387         * functions.texi (Anonymous Functions): Rearrange discussion,
5388         giving usage of unquoted lambda forms first.  Mention that
5389         `function' and `#'' are no longer required (Bug#4290).
5391 2009-09-11  Alan Mackenzie  <acm@muc.de>
5393         * os.texi (Terminal Output): Document `send-string-to-terminal' in
5394         batch mode.
5396 2009-09-01  Glenn Morris  <rgm@gnu.org>
5398         * display.texi (Face Functions): Mention define-obsolete-face-alias.
5400 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
5402         * nonascii.texi (Character Codes): Fix typos.
5404 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5406         * processes.texi (Synchronous Processes): New defvar
5407         process-file-side-effects.
5409 2009-08-25  Glenn Morris  <rgm@gnu.org>
5411         * display.texi (Fontsets): Fix typo.
5413         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5415 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5417         * processes.texi (Asynchronous Processes): Adjust arglist of
5418         start-process-shell-command and start-file-process-shell-command.
5420 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5422         * advice.texi (Argument Access in Advice): Note that argument
5423         positions are zero-based (Bug#3932).
5425         * commands.texi (Distinguish Interactive): Minor copyedit.
5427         * display.texi (Face Attributes): Add xref to Displaying Faces for
5428         explanation of "underlying face".
5430         * customize.texi (Common Keywords): Add xref to Loading.
5432         * loading.texi (How Programs Do Loading): Add xref to Lisp
5433         Libraries node in the Emacs manual.
5435 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5437         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5439 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
5441         * processes.texi (Shell Arguments): Copyedits.
5443 2009-07-18  Glenn Morris  <rgm@gnu.org>
5445         * loading.texi (Repeated Loading): Fix typo.
5447 2009-07-16  Richard Stallman  <rms@gnu.org>
5449         * buffers.texi (Swapping Text): Recommend setting
5450         write-region-annotate-functions and buffer-saved-size.
5452         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5454 2009-07-15  Glenn Morris  <rgm@gnu.org>
5456         * edebug.texi: Minor re-phrasings throughout.
5457         (Edebug Execution Modes): Sit-for affects continue mode too.
5458         (Jumping): Use `forward-sexp' rather than its keybinding.
5459         (Edebug Misc): Fix Q binding.
5460         (Edebug Eval): Remove cl version.
5461         (Printing in Edebug): Clarify print-length etc.
5462         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5463         (Specification List): Remove edebug-unwrap findex entry.
5464         (Specification Examples): defmacro is actually not the same as defun.
5465         Escape "`" in example.
5467 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5469         * markers.texi (The Mark): Document optional arg to
5470         deactivate-mark.
5472 2009-07-11  Kevin Ryde  <user42@zip.com.au>
5474         * hooks.texi (Standard Hooks): Fix cross-references.
5476         * loading.texi (Named Features): Refer to eval-after-load.
5478 2009-07-11  Glenn Morris  <rgm@gnu.org>
5480         * Makefile.in (TEXI2PDF): New.
5481         (elisp.pdf): New target.
5483         * searching.texi (Regexp Backslash): Fix typo.
5485         * elisp.texi (Top): Display copyright notice at start of non-TeX.
5487 2009-07-10  Glenn Morris  <rgm@gnu.org>
5489         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5491         * customize.texi (Customization Types):
5492         * display.texi (Abstract Display):
5493         * objects.texi (Character Type, String Type):
5494         Merge in some menu descriptions from elisp.texi.
5496         * hash.texi (Hash Tables):
5497         * modes.texi (Multiline Font Lock):
5498         End menu description with period.
5500 2009-07-09  Glenn Morris  <rgm@gnu.org>
5502         * back.texi: Don't hard-code texinfo location.
5504         * two-volume.make (texinfodir): New, with location of texinfo.tex.
5505         (tex): Add texinfodir to TEXINPUTS.
5506         (elisp1med-init, elisp2med-init): Use texinfodir.
5508         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5509         (clean): Add two-volume.make intermediate files.
5511         * elisp.texi, vol1.texi, vol2.texi:
5512         Use a DATE variable with the publication date, and update it.
5513         Fix antinews menu description.
5515         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5516         Update the detailed node listing to match elisp.texi.
5518         * README: Update edition to match elisp.texi.
5520         * objects.texi (General Escape Syntax):
5521         * nonascii.texi (Character Sets):
5522         Use consistent case for "Unicode Standard".
5524         * anti.texi (Antinews):
5525         * customize.texi (Variable Definitions):
5526         * functions.texi (Declaring Functions):
5527         * nonascii.texi (Character Properties):
5528         * processes.texi (Serial Ports):
5529         * text.texi (Special Properties):
5530         * tips.texi (Coding Conventions):
5531         Minor rearrangements to improve TeX line-filling.
5533         * commands.texi (Using Interactive): Fix cross-reference.
5535 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5537         * frames.texi (Management Parameters): Mention sticky.
5539 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
5541         * help.texi (Help Functions): Fix description of help-buffer and
5542         help-setup-xref to use @defun instead of @deffn.
5544 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5546         * frames.texi (Size Parameters): Mention maximized for fullscreen.
5548 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
5550         * display.texi (Window Systems): Add ns to the list.
5552 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5554         * Branch for 23.1.
5556 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
5558         * windows.texi (Dedicated Windows): Fix typo.
5559         (Resizing Windows): Replace @defun by @deffn.
5561 2009-06-17  Glenn Morris  <rgm@gnu.org>
5563         * variables.texi (Directory Local Variables):
5564         Update for 2009-04-11 name-change of dir-locals-directory-alist.
5566 2009-06-09  Kenichi Handa  <handa@m17n.org>
5568         * nonascii.texi (Character Sets): State clearly that FROM and TO
5569         are codepoints of CHARSET.
5571 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
5573         * minibuf.texi (Reading File Names): Fix introductory text.
5574         Suggested by stan@derbycityprints.com.
5575         (High-Level Completion): Fix typo.
5577 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
5579         * frames.texi (Text Terminal Colors): Multi-tty is already
5580         implemented, but tty-local colors are not.
5582 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
5584         * hooks.texi (Standard Hooks): Remove mention of obsolete
5585         redisplay-end-trigger-functions.
5587         * internals.texi (Window Internals): Remove mention of obsolete
5588         redisplay-end-trigger-functions.
5590 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
5592         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5594         * backups.texi (Making Backups): backup-directory-alist and
5595         make-backup-file-name-function are options.
5596         (Auto-Saving): auto-save-list-file-prefix is an option.
5598         * buffers.texi (Killing Buffers): buffer-offer-save is an
5599         option.
5601         * display.texi (Refresh Screen): no-redraw-on-reenter is an
5602         option.
5603         (Echo Area Customization): echo-keystrokes is an option.
5604         (Selective Display): selective-display-ellipses is an option.
5605         (Temporary Displays): temp-buffer-show-function is an option.
5606         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5607         are options.
5608         (Font Selection): face-font-family-alternatives,
5609         face-font-selection-order, face-font-registry-alternatives, and
5610         scalable-fonts-allowed are options.
5611         (Fringe Indicators): indicate-buffer-boundaries is an option.
5612         (Fringe Cursors): overflow-newline-into-fringe is an option.
5613         (Scroll Bars): scroll-bar-mode is an option.
5615         * eval.texi (Eval): max-lisp-eval-depth is an option.
5617         * files.texi (Visiting Functions): find-file-hook is an option.
5618         (Directory Names): directory-abbrev-alist is an option.
5619         (Unique File Names): temporary-file-directory and
5620         small-temporary-file-directory are options.
5622         * frames.texi (Initial Parameters): initial-frame-alist,
5623         minibuffer-frame-alist and default-frame-alist are options.
5624         (Cursor Parameters): blink-cursor-alist and
5625         cursor-in-non-selected-windows ar options.
5626         (Window System Selections): selection-coding-system is an
5627         option.
5628         (Display Feature Testing): display-mm-dimensions-alist is an
5629         option.
5631         * help.texi (Help Functions): help-char and help-event-list are
5632         options.
5634         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5635         an option.
5637         * minibuf.texi (Minibuffer History): history-length and
5638         history-delete-duplicates are options.
5639         (High-Level Completion): read-buffer-function and
5640         read-buffer-completion-ignore-case are options.
5641         (Reading File Names): read-file-name-completion-ignore-case is
5642         an option.
5644         * modes.texi (Mode Line Top): mode-line-format is an option.
5645         (Mode Line Variables): mode-line-position and mode-line-modes
5646         are options.
5648         * nonascii.texi (Text Representations):
5649         enable-multibyte-characters is an option.
5650         (Default Coding Systems): auto-coding-regexp-alist,
5651         file-coding-system-alist, auto-coding-alist and
5652         auto-coding-functions are options.
5653         (Specifying Coding Systems): inhibit-eol-conversion is an
5654         option.
5656         * os.texi (Init File): site-run-file is an option.
5657         (System Environment): mail-host-address is an option.
5658         (User Identification): user-mail-address is an option.
5659         (Terminal Output): baud-rate is an option.
5661         * positions.texi (Word Motion): words-include-escapes is an
5662         option.
5664         * searching.texi (Standard Regexps): page-delimiter,
5665         paragraph-separate, paragraph-separate and sentence-end are
5666         options.
5668         * text.texi (Margins): left-margin and fill-nobreak-predicate
5669         are options.
5671         * variables.texi (Local Variables): max-specpdl-size is an
5672         option.
5674         * windows.texi (Choosing Window):
5675         split-window-preferred-function, special-display-function and
5676         display-buffer-function are options.
5678 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
5680         Fix errors spotted by Martin Rudalics.
5682         * syntax.texi (Position Parse): Document rationale for ignored
5683         arguments to syntax-ppss-flush-cache.
5685         * processes.texi (Input to Processes): Mark PROCESS arg to
5686         process-running-child-p as optional.
5687         (Network Options): Document NO-ERROR arg to
5688         set-network-process-option.
5690         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5691         command.
5693         * searching.texi (POSIX Regexps): Mark posix-search-forward and
5694         posix-search-backward as commands.
5696         * os.texi (Killing Emacs): Mark kill-emacs as a command.
5697         (Suspending Emacs): Mark suspend-emacs as a command.
5698         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5699         commands.
5700         (Terminal Output): Remove obsolete function baud-rate.
5701         Document TERMINAL arg for send-string-to-terminal.
5703         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5704         terminal-coding-system and set-terminal-coding-system.
5705         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5706         as optional.
5707         (Character Sets): Document RESTRICTION arg of char-charset.
5708         (Character Codes): Mark POS argument to get-byte as optional.
5710         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5711         minibuffer-message.
5713         * files.texi (Create/Delete Dirs): Mark make-directory and
5714         delete-directory as commands.
5716         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5718         * text.texi (Base 64): Mark base64-decode-string and
5719         base64-encode-string as commands.
5720         (Columns): Mark move-to-column as a command.
5721         (Mode-Specific Indent): Document RIGID arg to
5722         indent-for-tab-command.
5723         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5724         Mark indent-code-rigidly as a command.
5725         (Substitution): Mark translate-region as a command.
5727         * frames.texi (Size and Position): Remove obsolete functions
5728         screen-height and screen-width.
5730 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
5732         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5733         (Displaying Buffers, Resizing Windows): Correct mistakes;
5734         next-window, previous-window, and pop-to-buffer are not commands,
5735         and fit-window-to-buffer" is a command.  (Pointed out by Martin
5736         Rudalics.)
5738 2009-05-17  Richard M Stallman  <rms@gnu.org>
5740         * modes.texi (Precalculated Fontification): Clarify text.
5742 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
5744         * windows.texi (Selecting Windows): Clarify descriptions of
5745         with-selected-window and get-lru-window.
5746         (Cyclic Window Ordering): Refer to particular frame when talking
5747         about how splitting affects the ordering.
5748         (Displaying Buffers): Fix descriptions of switch-to-buffer and
5749         switch-to-buffer-other-window.  Explain how setting of
5750         display-buffer-reuse-frames affects pop-to-buffer.
5751         (Choosing Window): Clarify some details in descriptions of
5752         display-buffer-reuse-frames, pop-up-frames, and
5753         pop-up-frame-function.
5754         (Dedicated Windows): Clarify some details.
5755         (Textual Scrolling): Replace term vscroll by term vertical
5756         scroll position.
5757         (Vertical Scrolling): Fix typo.
5758         (Window Hooks): Relate text on jit-lock-register to window
5759         scrolling and size changes.
5761 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
5763         * frames.texi (Initial Parameters): Clarify what the initial
5764         minibuffer frame is.
5765         (Buffer Parameters): Note that the minibuffer parameter can not be
5766         altered.
5768         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
5769         Document display-buffer changes.
5771 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
5773         * anti.texi (Antinews): Rewrite for Emacs 22.
5775         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5776         obarrays are first mentioned.  Define "system abbrev" more
5777         prominently, and add it to the index.
5778         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5779         Copyedits.
5780         (Abbrev Expansion): Document abbrev-insert.
5782 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
5784         * frames.texi (Font and Color Parameters): Rename from Color
5785         Parameters.  Document font-backend parameter.
5787         * vol2.texi (Top): Update node listing.
5788         * vol1.texi (Top): Update node listing.
5789         * elisp.texi (Top): Update node listing.
5791 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
5793         * windows.texi (Choosing Window): Don't explicitly refer to
5794         split-window-sensibly's window argument in descriptions of
5795         split-height-threshold and split-width-threshold.
5797 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
5799         * windows.texi (Choosing Window): Fix rewrite of window
5800         splitting section.
5802 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
5804         * nonascii.texi (Default Coding Systems):
5805         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5806         Add indexing.
5807         (Lisp and Coding Systems): Add index entries.
5809 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
5811         * windows.texi (Choosing Window): Describe split-window-sensibly
5812         and rewrite section on window splitting accordingly.
5813         (Textual Scrolling): Replace `...' by @code{...}.
5815 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
5817         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5818         Remove obsoleted pre-abbrev-expand-hook.
5820         * locals.texi (Standard Buffer-Local Variables): Consolidate table
5821         entries.
5823         * internals.texi (Object Internals): Don't assume 32-bit machines
5824         are the norm.
5825         (Buffer Internals): Consolidate table entries for readability.
5826         (Window Internals): Synch field names to window.h.
5827         (Process Internals): Synch field names to process.h.
5829 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
5831         * variables.texi (File Local Variables): Note that read-circle is
5832         bound to nil when reading file-local variables.
5834         * streams.texi (Input Functions): Document read-circle.
5835         (Output Variables): Add xref to Circular Objects.
5837 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
5839         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
5840         Features and Coding System Basics.  Node that "p" stands for
5841         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
5842         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5843         mouse-appearance-menu.
5844         (Programming Tips): Add xref to Progress.
5846 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
5848         * os.texi (Command-Line Arguments):
5849         Document command-line-args-left.
5850         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
5851         terminal objects for tty arguments.
5852         (Startup Summary): Add xref to Session Management.
5853         (Session Management): Mention emacs-session-restore.  Copyedits.
5855 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
5857         * os.texi (Startup Summary): Copyedits.  The init file is not
5858         necessarily named .emacs now.  Document initial-buffer-choice and
5859         initial-scratch-message.  Note where Emacs exits in batch mode.
5860         Document inhibit-splash-screen as an alias.
5861         (Init File): Be neutral about which init file name to use.
5863 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
5865         * os.texi (System Interface): Fix Texinfo usage.
5867 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
5869         * searching.texi (Regexp Backslash): Also refer to shy groups as
5870         non-capturing or unnumbered groups.
5871         (Regexp Functions): Add cross-reference to Regexp Backslash.
5873         * display.texi (Truncation): Overlays can use line-prefix and
5874         wrap-prefix too.
5875         (Overlay Properties): Document wrap-prefix and line-prefix.
5876         (Face Attributes): Document underline-minimum-offset.
5877         (Face Remapping): Copyedits.
5878         (Low-Level Font): Copyedits.
5879         (Image Cache): Note that the image cache is shared between frames.
5880         (Line Height): Emphasize that line-spacing only takes effect on
5881         graphical terminals.
5883 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
5885         * display.texi (Refresh Screen): Note that a passage about screen
5886         refreshing is text terminal only.
5887         (Forcing Redisplay): Delete misleading comment---sit-for calls
5888         redisplay, not the other way around.
5889         (Truncation): Note new values of truncate-partial-width-windows.
5890         Copyedits.
5891         (Invisible Text): Document invisible-p.
5893 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
5895         * display.texi (Overlays): Overlays don't scale well.  See
5896         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5898 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
5900         * syntax.texi (Syntax Table Functions): Document cons cell
5901         argument for modify-syntax-entry.
5902         (Categories): Document cons cell argument for
5903         modify-category-entry.
5905         * searching.texi (String Search): Document word-search-forward-lax
5906         and word-search-backward-lax.
5907         (Searching and Case): Describe isearch behavior more precisely.
5909         * keymaps.texi (Tool Bar): Mention that some platforms do not
5910         support multi-line toolbars.  Suggested by Stephen Eglen.
5912         * frames.texi (Layout Parameters): Mention that Nextstep also
5913         allows only one tool-bar line.  Suggested by Stephen Eglen.
5915         * nonascii.texi (Text Representations): Copyedits.
5916         (Coding System Basics): Also mention utf-8-emacs.
5917         (Converting Representations, Selecting a Representation)
5918         (Scanning Charsets, Translation of Characters, Encoding and I/O):
5919         Copyedits.
5920         (Character Codes): Mention role of codepoints 1114112 to 4194175.
5922 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
5924         * text.texi (Yank Commands): Note that yank uses push-mark.
5925         (Filling): Clarify REGION argument of fill-paragraph.
5926         Document fill-forward-paragraph-function.
5927         (Special Properties): Remove "new in Emacs 22" declaration.
5928         (Clickable Text): Merge with Links and Mouse-1 node.
5930         * display.texi (Button Properties, Button Buffer Commands):
5931         Change xref to Clickable Text.
5933         * tips.texi (Key Binding Conventions): Change xref to Clickable
5934         Text.
5936         * elisp.texi (Top): Update node listing.
5938 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
5940         * markers.texi (The Mark): Copyedits.  Improve description of
5941         handle-shift-selection.
5942         (The Region): Move use-region-p here from The Mark.
5944         * positions.texi (Screen Lines): Document (cols . lines) argument
5945         for vertical-motion.
5947 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
5949         * frames.texi (Frames): Clean up introduction.  Document `ns'
5950         return value for framep.
5951         (Creating Frames): Note how the terminal is chosen.
5952         (Multiple Terminals, Multiple Displays): Merge into a single node.
5953         (Color Parameters): Fix typo.
5955         * variables.texi (Local Variables, Buffer-Local Variables)
5956         (Creating Buffer-Local): Change link to Multiple Terminals.
5958         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5960         * keymaps.texi (Controlling Active Maps): Change link to Multiple
5961         Terminals.
5963         * commands.texi (Command Loop Info, Keyboard Macros): Change link
5964         to Multiple Terminals.
5966         * elisp.texi (Top): Update node listing.
5967         * vol2.texi (Top): Update node listing.
5968         * vol1.texi (Top): Update node listing.
5970         * buffers.texi (Current Buffer): Note that the append-to-buffer
5971         example is no longer in synch with the latest code.  Tie the two
5972         examples together.
5974         * files.texi (File Attributes): Move note about MS-DOS from
5975         Changing Files to File Attributes.
5976         (Create/Delete Dirs): Note that mkdir is an alias for this.
5978 2009-04-01  Markus Triska  <triska@gmx.at>
5980         * processes.texi (Filter Functions): Suggest how to handle output
5981         batches.
5983 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
5985         * help.texi (Accessing Documentation): Update example to use
5986         help-setup-xref and with-help-window.
5987         (Help Functions): Remove print-help-return-message, which is
5988         semi-obsolete due to with-help-window.  Document help-buffer and
5989         help-setup-xref.
5991 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
5993         * help.texi (Accessing Documentation, Help Functions):
5994         Remove information about long-obsolete Emacs versions.
5996         * modes.texi (Mode Line Variables): The default values of the mode
5997         line variables are now more complicated.
5999 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
6001         * modes.texi (Major Mode Conventions): Note that specialness is
6002         inherited.
6003         (Derived Modes): Note that define-derive-mode sets the mode-class
6004         property.
6006         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6007         goto-map.  Add search-map to the list.
6009 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
6011         * os.texi (System Environment): Update the list of system-type
6012         values.
6014         * markers.texi (The Mark) <handle-shift-selection>: Update for
6015         removal of the optional argument DEACTIVATE.
6017 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
6019         * commands.texi (Focus Events): Most X window managers don't use
6020         focus-follows-mouse nowadays.
6022 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
6024         * commands.texi (Defining Commands): Clarify introduction.
6025         (Using Interactive): Not that interactive can be put in a symbol
6026         property.
6027         (Interactive Call): Note that a symbol with a non-nil
6028         interactive-form property satisfies commandp.
6030 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
6032         * minibuf.texi (Intro to Minibuffers): Fix typos.
6034 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
6036         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6037         about minibuffers in old Emacs versions.  Copyedits.
6038         Emphasize that enable-recursive-minibuffers defaults to nil.
6039         (Text from Minibuffer): Simplify introduction.
6041 2009-03-22  Alan Mackenzie  <acm@muc.de>
6043         * commands.texi (Using Interactive): Clarify string argument to
6044         `interactive' - even promptless elements need \n separators.
6046 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
6048         * minibuf.texi (Completion Styles): New node.
6050         * elisp.texi (Top): Update node listing.
6052 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
6054         * minibuf.texi (Basic Completion): Note that
6055         read-file-name-completion-ignore-case and
6056         read-buffer-completion-ignore-case can override
6057         completion-ignore-case.
6058         (Minibuffer Completion): Document completing-read changes.
6059         (Completion Commands): Avoid mentioning partial completion mode.
6060         Document minibuffer-completion-confirm changes, and
6061         minibuffer-confirm-exit-commands.
6062         (High-Level Completion): Document new require-match behavior for
6063         read-buffer.  Document read-buffer-completion-ignore-case.
6064         (Reading File Names): Document new require-match behavior for
6065         read-file-name.
6067 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
6069         * debugging.texi (Error Debugging): Don't mislead the reader into
6070         thinking that debug-on-error enters debugger for C-f at EOB.
6071         (Error Debugging): Setting debug-on-init within the init file
6072         works, and has for some time.
6074 2009-03-13  Kenichi Handa  <handa@m17n.org>
6076         * display.texi (Fontsets): Update the description.
6078 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
6080         * advice.texi (Advising Primitives): Link to What Is a Function.
6082 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
6084         * compile.texi (Speed of Byte-Code): Update example.
6085         (Disassembly): Update examples.
6087         * loading.texi (Repeated Loading): Simplify examples.
6089         * customize.texi (Common Keywords): It's not necessary to use :tag
6090         to remove hyphens, as custom-unlispify-tag-name does it
6091         automatically.
6092         (Variable Definitions): Link to File Local Variables.
6093         Document customized-value symbol property.
6094         (Customization Types): Move menu to end of node.
6096 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
6098         * macros.texi (Compiling Macros): Omit misleading sentence, which
6099         implied that macros can only be used in the same file they are
6100         defined.
6101         (Backquote): Remove obsolete information about Emacs 19.
6103 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
6105         * display.texi (Display Margins): Fix paren typo.
6107 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
6109         * elisp.texi (Top): Update node listing.
6111         * variables.texi (Variables): Clarify introduction.
6112         (Global Variables): Mention that setq is a special form.
6113         (Local Variables): Use active voice.
6114         (Tips for Defining): Mention marking variables as safe.
6115         (Buffer-Local Variables): Mention terminal-local and frame-local
6116         variables together.
6117         (File Local Variables): Copyedits.
6118         (Frame-Local Variables): Note that they are not really useful.
6119         (Future Local Variables): Node deleted.
6121         * objects.texi (General Escape Syntax): Update explanation of
6122         Unicode escape syntax.
6124 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
6126         * control.texi (Control Structures): Add cindex entry for "textual
6127         order".
6129         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
6130         instead of "expression" throughout.
6131         (Function Indirection): Copyedits.  Use active voice.
6132         (Eval): The default value of max-lisp-eval-depth is now 400.
6134 2009-02-23  Miles Bader  <miles@gnu.org>
6136         * processes.texi (System Processes): Rename `system-process-attributes'
6137         to `process-attributes'.
6139 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
6141         * symbols.texi (Property Lists): Emphasize that property lists are
6142         not restricted to symbol cells.
6143         (Other Plists): Copyedit.
6145         * sequences.texi (Sequences Arrays Vectors): Make introduction
6146         more concise.
6147         (Arrays): Mention char-tables and bool-vectors too.
6148         (Vectors): Don't repeat information given in Arrays node.  Link to
6149         nodes that explain the vector usage examples.
6150         (Char-Tables): Note that char-table elements can have arbitrary
6151         type.  Explain effect of omitted char-table-extra-slots property.
6152         Link to Property Lists node.
6154 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
6156         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6157         `append'.
6158         (List Elements): Copyedits.
6160         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6161         of `vconcat'.
6163         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
6164         Emacs 20 usage of `concat'.
6165         (Case Conversion): Copyedits.
6167 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
6169         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6170         Minor edits.
6171         (Frame Configuration Type): Emphasize that it is not primitive.
6172         (Font Type): New node.
6173         (Type Predicates): Add fontp; type-of now recognizes font object
6174         types.
6176         * intro.texi (Version Info): Update version numbers in examples.
6177         (Acknowledgements): List more contributors.
6179         * elisp.texi: Bump version number to 3.0.
6180         (Top): Link to Font Type node.
6182 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
6184         * modes.texi (Major Mode Conventions): Remove duplicate words.
6185         (Customizing Keywords): Fix typo.
6187 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
6189         * nonascii.texi (User-Chosen Coding Systems): Document that
6190         select-safe-coding-system suggests raw-text if there are raw bytes
6191         in the region.
6192         (Explicit Encoding): Warn not to use `undecided' when encoding.
6194 2009-02-11  Glenn Morris  <rgm@gnu.org>
6196         * frames.texi (Visibility of Frames): Mention the effect multiple
6197         workspaces/desktops can have on visibility.
6199 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6201         * text.texi (Commands for Insertion):
6202         * commands.texi (Event Mod):
6203         * keymaps.texi (Searching Keymaps):
6204         * nonascii.texi (Translation of Characters):
6205         Reinstate documentation of translation-table-for-input.
6206         (Explicit Encoding): Document the `charset' text property produced
6207         by decode-coding-region and decode-coding-string.
6209 2009-01-27  Alan Mackenzie  <acm@muc.de>
6211         * modes.texi (Search-based Fontification): Correct a typo.
6213 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
6215         * abbrevs.texi (Abbrev Table Properties): Fix typo.
6216         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
6218 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
6220         * display.texi (Window Systems): Document the value of
6221         `initial-window-system' under --daemon.
6223         * os.texi (System Environment): Remove description of the
6224         `environment' function which has been deleted.
6226 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
6228         * frames.texi (Multiple Displays): Remove documentation for
6229         removed function make-frame-on-tty.
6231 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
6233         * files.texi (Format Conversion Piecemeal): Clarify behavior of
6234         write-region-annotate-functions.
6235         Document write-region-post-annotation-function.
6237 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
6239         * display.texi (Font Lookup): Document WIDTH argument of
6240         x-list-fonts.
6242 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
6244         * maps.texi (Standard Keymaps): Rename function-key-map to
6245         local-function-key-map.
6247         * keymaps.texi (Translation Keymaps): Rename function-key-map to
6248         local-function-key-map.
6250         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6251         and `set-keyboard-coding-system' now accept an optional terminal
6252         argument.
6254         * commands.texi (Event Mod): `keyboard-translate-table' is now
6255         terminal-local.
6256         (Function Keys): Rename function-key-map to
6257         local-function-key-map.
6259         * elisp.texi (Top): Make @detailmenu be consistent with changes in
6260         frames.texi.
6262         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6263         `delete-terminal-functions', `suspend-tty-functions' and
6264         `resume-tty-functions'.
6266         * frames.texi (Frames): Document `frame-terminal' and
6267         `terminal-live-p'.
6268         (Multiple Displays): Document `make-frame-on-tty'.
6269         (Multiple Terminals): Document `terminal-list', `delete-terminal',
6270         `terminal-name', and `get-device-terminal'.
6271         (Terminal Parameters): Document `terminal-parameters',
6272         `terminal-parameter', and `set-terminal-parameter'.
6274         * os.texi (System Environment): Document `environment' and
6275         `initial-environment'.
6276         (Suspending Emacs): Update for multi-tty; document
6277         `suspend-tty', `resume-tty', and `controlling-tty-p'.
6279         * nonascii.texi (Coding System Basics): More accurate description
6280         of `raw-text'.
6282 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
6284         * display.texi (Low-Level Font): Fix typo.
6286 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
6288         * elisp.texi (Top): Update node listing.
6290         * display.texi (PostScript Images): Node deleted.
6292 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
6294         * processes.texi (Decoding Output): Document that null bytes force
6295         no-conversion for reading process output.
6297         * files.texi (Reading from Files): Document that null bytes force
6298         no-conversion when visiting files.
6300         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6302         * nonascii.texi (Lisp and Coding Systems):
6303         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6304         (Character Properties): Improve wording.
6306 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
6308         * display.texi (Font Lookup): Remove obsolete function
6309         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
6310         (Low-Level Font): Rename from Fonts, move to end of Faces section.
6311         (Font Selection): Reorder order of variable descriptions.
6312         Minor clarifications.
6314         * elisp.texi (Top): Update node listing.
6316 2009-01-09  Glenn Morris  <rgm@gnu.org>
6318         * commands.texi (Command Loop Info): Say that last-command-char and
6319         last-input-char are obsolete aliases.
6321         * edebug.texi (Edebug Recursive Edit): Remove separate references to
6322         last-input-char and last-command-char, since they are just aliases for
6323         last-input-event and last-command-event.
6325         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6326         last-command-char.
6328 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6330         * elisp.texi: Update node listing.
6332         * display.texi (Faces): Put Font Selection node after Auto Faces.
6333         (Face Attributes): Don't link to Font Lookup.
6334         Document font-family-list.
6335         (Fonts): New node.
6337 2009-01-08  Jason Rumney  <jasonr@gnu.org>
6339         * frames.texi (Pointer Shape): Clarify that only X supports
6340         changing the standard pointer shapes.  (Bug#1485)
6342 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6344         * display.texi (Attribute Functions): Note that a function value
6345         :height is relative, and that compatibility functions work by
6346         calling set-face-attribute.
6347         (Displaying Faces): Reorder list in order of increasing priority.
6348         (Face Remapping): New node.  Content moved here from Displaying
6349         Faces.
6350         (Glyphs): Link to Face Functions.
6352 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6354         * display.texi (Faces): Don't discuss face id here.  facep does
6355         not return t.
6356         (Defining Faces): Minor clarification.
6357         (Face Attributes): Rearrange items to match docstring of
6358         set-face-attribute.  Add :foundry attribute.  Document new role of
6359         :font attribute.  Texinfo usage fix.
6360         (Attribute Functions): Copyedits.
6361         (Face Functions): Note that face number is seldom used.
6363 2009-01-05  Richard M Stallman  <rms@gnu.org>
6365         * strings.texi (Predicates for Strings): Minor clarification.
6367         * functions.texi (Function Safety): Texinfo usage fix.
6369 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6371         * objects.texi (General Escape Syntax): Fix typo.
6373 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
6375         * windows.texi (Choosing Window): Say that pop-up-frame-alist
6376         works via the default value of pop-up-frame-function.
6378 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
6380         * processes.texi (System Processes): Document the `time' and
6381         `ctime' attributes of `system-process-attributes'.
6383 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
6385         * display.texi (Face Attributes): Clarify :height attribute.
6387 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
6389         * buffers.texi (The Buffer List): Clarify what moves a buffer to
6390         the front of the buffer list.  Add entries for `last-buffer' and
6391         `unbury-buffer'.
6393 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
6395         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6396         and its subsections.
6398         * frames.texi (Multiple Terminals, Low-level Terminal)
6399         (Terminal Parameters, Frames on Other TTY devices): New sections.
6400         (Frames): Add an xref to "Multiple Terminals".
6402         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6404         * objects.texi (Terminal Type): New node.
6405         (Editing Types): Add it to the menu.
6407         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6408         Variables".
6410         * variables.texi (Directory Local Variables): New node.
6411         (Variables): Add a menu item for it.
6413         * loading.texi (Autoload): Document `generate-autoload-cookie' and
6414         `generated-autoload-file'.
6416 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
6418         * os.texi (Startup Summary): Add xref to documentation of
6419         `initial-window-system'.
6421         * display.texi (Window Systems): Document `window-system' the
6422         function.  The variable `window-system' is now frame-local.
6423         Document `initial-window-system'.
6425 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
6427         * windows.texi (Windows): Rewrite description of
6428         fit-window-to-buffer.
6430 2008-12-13  Glenn Morris  <rgm@gnu.org>
6432         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
6433         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6435 2008-12-12  Glenn Morris  <rgm@gnu.org>
6437         * debugging.texi (Error Debugging): Refer forwards to
6438         eval-expression-debug-on-error.
6440 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
6442         * strings.texi (String Basics): Only unibyte strings that
6443         represent key sequences hold 8-bit raw bytes.
6445         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6446         paragraph to speak about `undecided'.
6447         (Character Properties): Don't explain the meaning of each
6448         property; instead, identify their Unicode Standard names.
6449         (Character Sets): Document `map-charset-chars'.
6451 2008-12-02  Glenn Morris  <rgm@gnu.org>
6453         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6454         section yet again.
6456 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
6458         * nonascii.texi (Character Properties): New Section.
6459         (Specifying Coding Systems): Document
6460         `coding-system-priority-list', `set-coding-system-priority', and
6461         `with-coding-priority'.
6462         (Lisp and Coding Systems): Document `check-coding-systems-region'
6463         and `coding-system-charset-list'.
6464         (Coding System Basics): Document `coding-system-aliases'.
6466         * elisp.texi (Top): Add a @detailmenu entry for "Character
6467         Properties".
6469         * objects.texi (Character Type): Correct the range of Emacs
6470         characters.  Add an @xref to "Character Codes".
6472         * strings.texi (String Basics): Add an @xref to "Character Codes".
6474         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6476         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6477         (Character Codes): Document `max-char'.
6479 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
6481         * nonascii.texi (Text Representations, Converting Representations)
6482         (Character Sets, Scanning Charsets, Translation of Characters):
6483         Make text more accurate.
6485 2008-11-28  Glenn Morris  <rgm@gnu.org>
6487         * files.texi (Format Conversion Round-Trip): Improve previous change.
6489 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
6491         * modes.texi (Auto Major Mode): Fix example.
6493 2008-11-25  Glenn Morris  <rgm@gnu.org>
6495         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6497         * files.texi (Format Conversion Round-Trip):
6498         Use active voice for previous change.
6500 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
6502         * os.texi (Processor Run Time):
6503         * processes.texi (Transaction Queues):
6504         * markers.texi (The Mark):
6505         * windows.texi (Choosing Window, Selecting Windows):
6506         * files.texi (Changing Files, Magic File Names):
6507         * commands.texi (Key Sequence Input):
6508         * functions.texi (Declaring Functions):
6509         * strings.texi (Predicates for Strings):
6510         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6512 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
6514         * help.texi (Accessing Documentation): Update example.
6516         * variables.texi (Defining Variables): Note that `*' is not
6517         necessary if defcustom is used.
6519 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
6521         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6522         Characters" from @detailmenu.
6524         * nonascii.texi (Character Codes, Character Sets)
6525         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6526         (Chars and Bytes, Splitting Characters): Sections removed.
6528 2008-11-22  Lute Kamstra  <lute@gnu.org>
6530         * positions.texi (Text Lines): Update goto-line documentation.
6532 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
6534         * frames.texi (Frames): Fix typo, add cross references, reword.
6535         (Initial Parameters): Reword special-display-frame-alist text.
6536         (Frames and Windows): Reword.  Describe argument norecord for
6537         set-frame-selected-window.
6538         (Input Focus): Describe argument norecord for select-frame.
6539         Remove comment on MS-Windows behavior for focus-follows-mouse.
6540         (Raising and Lowering): Mention windows-frames dichotomy in
6541         metaphor.
6543         * windows.texi (Displaying Buffers, Vertical Scrolling)
6544         (Horizontal Scrolling): Fix indenting and rewording issues
6545         introduced with 2008-11-07 change.
6547 2008-11-20  Glenn Morris  <rgm@gnu.org>
6549         * files.texi (Format Conversion Round-Trip): Mention `preserve'
6550         element of `format-alist'.
6552 2008-11-19  Glenn Morris  <rgm@gnu.org>
6554         * doclicense.texi: Update to FDL 1.3.
6555         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6557 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
6559         * windows.texi (Window Hooks): Remove *-end-trigger-functions
6560         vars, which are obsolete.  Mention jit-lock-register.
6562         * modes.texi (Other Font Lock Variables):
6563         Document jit-lock-register and jit-lock-unregister.
6565         * frames.texi (Color Parameters): Document alpha parameter.
6567 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
6569         * windows.texi (Splitting Windows, Deleting Windows)
6570         (Selecting Windows, Cyclic Window Ordering)
6571         (Buffers and Windows, Displaying Buffers, Choosing Window)
6572         (Dedicated Windows, Window Point, Window Start and End)
6573         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6574         (Size of Window, Resizing Windows, Window Configurations)
6575         (Window Parameters): Avoid @var at beginning of sentences and
6576         reword accordingly.
6578 2008-11-11  Lute Kamstra  <lute@gnu.org>
6580         * files.texi (File Name Components): Fix file-name-extension
6581         documentation.
6583 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
6585         * frames.texi (Basic Parameters): Remove display-environment-variable
6586         and term-environment-variable.
6588 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
6590         * windows.texi (Basic Windows, Splitting Windows)
6591         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6592         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6593         (Resizing Windows, Window Configurations, Window Parameters):
6594         Fix wording and markup.
6596 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
6598         * windows.texi (Windows): Update entries.
6599         (Basic Windows): Remove listing of attributes.  Reword.
6600         (Splitting Windows, Deleting Windows): Reword.
6601         (Selecting Windows, Cyclic Window Ordering): Reword with special
6602         emphasis on order of recently selected windows and buffer list.
6603         (Buffers and Windows, Choosing Window): Reword with special
6604         emphasis on dedicated windows.
6605         (Displaying Buffers): Reword.  For switch-to-buffer mention that
6606         it may fall back on pop-to-buffer.  For other-window try to
6607         explain how it treats the cyclic ordering of windows.
6608         (Dedicated Windows): New node and section discussing dedicated
6609         windows and associated functions.
6610         (Window Point): Add entry for window-point-insertion-type.  Reword.
6611         (Window Start and End): Rename node and section title.  Reword.
6612         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6613         Minor rewording.
6614         (Size of Window): Reword, in particular text on window-width.
6615         (Resizing Windows): Reword.  Add text on balancing windows.
6616         (Window Configurations): Reword.  Mention window parameters.
6617         (Window Parameters): New node and section on window parameters.
6618         (Window Hooks): Reword.  Mention that
6619         window-configuration-change-hook is run "buffer-locally".
6620         * elisp.texi (Top): Update Windows entries in @detailmenu
6621         section.
6623 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
6625         * searching.texi (Regexp Search): Fix typo.
6627 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
6629         * searching.texi (Regexp Search): Document GREEDY arg.
6630         (Simple Match Data): Fix return value.
6632 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
6634         * nonascii.texi (Text Representations): Rewrite to make consistent
6635         with Emacs 23 internal representation of characters.
6636         Document `unibyte-string'.
6638 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
6640         * processes.texi (Process Information): Note that process-status
6641         does not accept buffer names.
6643 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
6645         * positions.texi (Skipping Characters): Correct return value of
6646         skip-chars-forward.
6648 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
6650         * windows.texi (Deleting Windows): Update documentation of
6651         delete-windows-on.
6652         (Buffers and Windows): Update documentations of
6653         get-buffer-window and get-buffer-window-list.
6654         (Displaying Buffers): Update documentation of
6655         replace-buffer-in-windows.
6657         * buffers.texi (Current Buffer): Reword set-buffer and
6658         with-current-buffer documentations.
6659         (Creating Buffers): Reword documentation of get-buffer-create.
6661 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
6663         * buffers.texi (Current Buffer): Reword documentation of
6664         set-buffer.
6665         (Buffer Names): Reword documentation of buffer-name.
6666         (The Buffer List): For bury-buffer explain what happens with the
6667         buffer's window.
6668         (Creating Buffers): Say that get-buffer-create's arg is called
6669         buffer-or-name.
6671 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
6673         * advice.texi (Computed Advice): Explain what DEFINITION is.
6675         * nonascii.texi (Character Codes): Remove obsolete function
6676         char-valid-p, and document characterp instead.
6678 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
6680         * windows.texi (Displaying Buffers): Reword documentation of
6681         pop-to-buffer.
6682         (Choosing Window): Rewrite documentation of display-buffer and
6683         its options.
6685         * buffers.texi (Killing Buffers): Update documentation of
6686         kill-buffer.
6688 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
6690         * processes.texi (Serial Ports): Fix wording and improve markup.
6692         * searching.texi (Regexp Search): Document `string-match-p' and
6693         `looking-at-p'.
6694         (POSIX Regexps): Add an xref for "non-greedy".
6695         (Regexp Special): Add @cindex entry for "non-greedy".
6697         * display.texi (Attribute Functions): Document `face-all-attributes'.
6698         (Image Cache) <image-refresh>: Minor wording fixes.
6700         * frames.texi (Color Names): Add an xref to `read-color'.
6702         * minibuf.texi (High-Level Completion): Document `read-color'.
6704         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6706         * positions.texi (Narrowing): Add an xref to "Swapping Text".
6708         * buffers.texi (Swapping Text): New section, documents
6709         `buffer-swap-text'.
6711 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
6713         * windows.texi (Resizing Windows): Minor wording fix.
6715 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
6717         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6718         and `combine-and-quote-strings'.
6720         * strings.texi (Creating Strings): Add xrefs for them.
6722 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6724         * elisp.texi (Top): Make descriptive text for "Reading File Names"
6725         match the corresponding menu in minibuf.texi.
6727         * minibuf.texi (Reading File Names): Document `read-shell-command'
6728         and `minibuffer-local-shell-command-map'.
6730 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
6732         * windows.texi (Resizing Windows): Remove var{} around "window" in
6733         documentation of enlarge-window.
6734         Rewrite documentation of window-min-height and window-min-width.
6736 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6738         * functions.texi (Calling Functions): Document `apply-partially'.
6740         * hooks.texi (Standard Hooks): Mention
6741         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6743         * variables.texi (File Local Variables): Document
6744         `file-local-variables-alist', `before-hack-local-variables-hook'
6745         and `hack-local-variables-hook'.
6747         * processes.texi (Synchronous Processes): Document `process-lines'.
6749         * customize.texi (Variable Definitions):
6750         Document `custom-reevaluate-setting'.
6752 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
6754         * windows.texi (Choosing Window, Deleting Windows)
6755         (Displaying Buffers): Expand documentation of dedicated windows.
6757 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
6759         * files.texi (Changing Files): Document symbolic input of file
6760         modes to `set-file-modes'.  Document `read-file-modes' and
6761         `file-modes-symbolic-to-number'.
6763         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6764         and `search-map'.
6766         * searching.texi (Search and Replace):
6767         Document `replace-search-function' and `replace-re-search-function'.
6768         Document `multi-query-replace-map'.
6770         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6771         (Completion Commands, Reading File Names):
6772         Rename `minibuffer-local-must-match-filename-map' to
6773         `minibuffer-local-filename-must-match-map'.
6774         (Minibuffer Completion): The `require-match' argument to
6775         `completing-read' can now have the value `confirm-only'.
6777         * windows.texi (Displaying Buffers): Minor wording fix.
6778         (Choosing Window): `split-height-threshold' can now be nil.
6779         Document `split-width-threshold'.  `pop-up-frames' can have the
6780         value `graphic-only'.
6782 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
6784         * os.texi (Startup Summary): Document `before-init-time' and
6785         `after-init-time'.  Document `initial-window-system' and
6786         `window-system-initialization-alist'.  Document reading the
6787         abbrevs file.  Document the call to `server-start' under --daemon.
6788         Rearrange a bit to be consistent with the code flow.
6789         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6790         (Time Parsing): Document `format-seconds'.
6792 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
6794         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6795         and reword.
6797 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
6799         * markers.texi (The Mark): Document use-region-p.
6801 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
6803         * internals.texi (Writing Emacs Primitives): The interactive spec
6804         of a primitive can be a Lisp form.
6806         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6807         values of transient-mark-mode.  Document handle-shift-selection.
6809         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6810         (Interactive Examples): Show an example of `^'.
6811         (Key Sequence Input): Document this-command-keys-shift-translated.
6812         (Defining Commands, Using Interactive): The interactive-form of a
6813         function can be added via its symbol's property.
6815         * positions.texi (List Motion): beginning-of-defun-function can
6816         now accept an argument.
6818         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6819         now return a list of strings.
6821         * control.texi (Handling Errors): Document ignore-errors.
6823         * frames.texi (Creating Frames): Document frame-inherited-parameters.
6824         (Parameter Access): Document set-frame-parameter.
6826         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6827         Hooks" for the effect of kill-all-local-variables on local hook
6828         functions.
6830         * modes.texi (Major Mode Conventions, Mode Line Variables):
6831         `mode-name' need not be a string.  xref to "Mode Line Data" for
6832         details, and to "Emulating Mode Line" for computing a string
6833         value.
6835 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
6837         * processes.texi (System Processes): New section.
6838         (Processes, Signals to Processes): Add xrefs to it.
6840         * objects.texi (Editing Types): A `process' is a subprocess of
6841         Emacs, not just any process running on the OS.
6843         * elisp.texi (Top): Adjust the @detailmenu for the above two
6844         changes.
6846         * sequences.texi (Char-Tables): Remove documentation of
6847         set-char-table-default, which has no effect since Emacs 23.
6848         <char-table-range, set-char-table-range>: Don't mention generic
6849         characters and charsets.  Add a cons cell as a possible argument.
6851         * nonascii.texi (Splitting Characters)
6852         (Translation of Characters): Don't mention generic characters.
6854         * display.texi (Fontsets): Don't mention generic characters.
6856         * sequences.texi (Char-Tables): `map-char-table' can now call its
6857         argument FUNCTION with a cons cell as KEY.
6859 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
6861         * objects.texi (Primitive Function Type): Move "@cindex special
6862         forms" from here...
6864         * eval.texi (Special Forms): ...to here.
6866         * functions.texi (What Is a Function): `functionp' returns nil for
6867         special forms.  Add an xref.
6869         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6870         Variables".
6872         * variables.texi (Frame-Local Variables): New section.
6873         (Buffer-Local Variables): Add an xref to it.
6874         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6875         have both frame-local and buffer-local binding.
6877         * frames.texi (Frames): Mention multiple tty frames.
6878         (Frame Parameters, Parameter Access): Mention frame-local variable
6879         bindings.
6881 2008-09-20  Glenn Morris  <rgm@gnu.org>
6883         * display.texi (Defining Faces): Recommend against face variables.
6885 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
6887         * display.texi (Echo Area Customization): Fix typo.
6889 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6891         * loading.texi (Where Defined): Add `defface' item.
6893 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
6895         * loading.texi (Where Defined): Fix description of symbol-file.
6897 2008-08-26  Jason Rumney  <jasonr@gnu.org>
6899         * display.texi (TIFF Images): New section describing :index property.
6901 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
6903         * display.texi (Temporary Displays): Remove unnecessary comment
6904         about usage of temp-buffer-show-hook.
6906 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
6908         * symbols.texi (Other Plists): Fix incorrect example.
6909         Suggested by Florian Beck.
6911 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
6913         * os.texi: Fix previous change.
6915 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6917         * os.texi:
6918         * intro.texi:
6919         * files.texi: Remove VMS support.
6921 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6923         * os.texi:
6924         * frames.texi:
6925         * display.texi: Remove mentions of Mac Carbon.
6927 2008-07-01  Miles Bader  <miles@gnu.org>
6929         * text.texi (Special Properties):
6930         * display.texi (Truncation): Add wrap-prefix and line-prefix.
6932 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
6934         * display.texi (Other Image Types): Fix copy/paste error; say
6935         "PBM", not "XBM".
6937 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
6939         * os.texi: Remove references to obsolete systems.
6941 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6943         * makefile.w32-in (distclean): Remove makefile.
6945 2008-06-17  Glenn Morris  <rgm@gnu.org>
6947         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6948         (elisp, dist): Remove rules and variables that are obsolete now
6949         the lisp manual is no longer distributed separately.
6951 2008-06-16  Glenn Morris  <rgm@gnu.org>
6953         * configure, configure.in, mkinstalldirs: Remove unused files.
6955         * book-spine.texinfo: Set version to 23.0.60.
6956         * vol1.texi (EMACSVER):
6957         * vol2.texi (EMACSVER): Set to 23.0.60.
6959         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6960         as per maintain.info.
6962 2008-06-15  Glenn Morris  <rgm@gnu.org>
6964         * makefile.w32-in (manual): Use "23" rather than "21".
6966         * Makefile.in (emacsver): New, set by configure.
6967         (manual): Use emacsver.
6969         * intro.texi: Report bugs using M-x report-emacs-bug.
6971         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6973 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6975         * elisp.texi, internals.texi, processes.texi: Add documentation
6976         about serial port access.
6978 2008-06-05  Miles Bader  <miles@gnu.org>
6980         * display.texi (Displaying Faces): Update to reflect function
6981         renamings in face-remap.el.
6983 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
6985         * display.texi (Fontsets): Fix typos.
6987 2008-06-03  Miles Bader  <miles@gnu.org>
6989         * display.texi (Displaying Faces): Add add-relative-face-remapping,
6990         remove-relative-face-remapping, set-base-face-remapping,
6991         and set-default-base-face-remapping.
6993 2008-06-01  Miles Bader  <miles@gnu.org>
6995         * display.texi (Displaying Faces): Add face-remapping-alist.
6997 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7000         variable names.
7002 2008-05-03  Eric S. Raymond  <esr@golux>
7004         * keymaps.texi: Clarify that (current-local-map) and
7005         (current-global-map) return references, not copies.
7007 2008-05-02  Juri Linkov  <juri@jurta.org>
7009         * minibuf.texi (Text from Minibuffer): Document a list of
7010         default values for `read-from-minibuffer'.
7012 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
7014         * nonascii.texi (Translation of Characters): Fix previous change.
7016 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
7018         * display.texi (Overlay Properties): Clarify role of underlying
7019         textprop and overlay keymaps for display strings.
7021         * keymaps.texi (Active Keymaps): Ditto.
7023 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7025         * minibuf.texi (Programmed Completion):
7026         Replace dynamic-completion-table with the new completion-table-dynamic.
7028 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
7030         * intro.texi (Some Terms): Change "fonts in this manual" index
7031         entry to "typographic conventions".
7033 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
7035         * objects.texi (Text Props and Strings): Add indexing for read
7036         syntax of text properties.
7038 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * processes.texi (Decoding Output): Remove process-filter-multibyte
7041         functions.
7043 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
7045         * display.texi (Finding Overlays): Say that empty overlays at
7046         the end of the buffer are reported too.
7048 2008-03-13  Glenn Morris  <rgm@gnu.org>
7050         * elisp.texi (EMACSVER): Set to 23.0.60.
7052 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
7054         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7056 2008-02-22  Glenn Morris  <rgm@gnu.org>
7058         * frames.texi (Position Parameters): Clarify the description of
7059         `left' and `top', using information from "Geometry".
7060         (Geometry): Give a pointer to "Position Parameters", rather than
7061         repeating information.
7063 2008-02-11  Glenn Morris  <rgm@gnu.org>
7065         * objects.texi (Equality Predicates): No longer talk about "two"
7066         functions.
7068 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7070         * objects.texi (Equality Predicates): Add defun for
7071         equal-including-properties.
7073 2008-02-10  Glenn Morris  <rgm@gnu.org>
7075         * objects.texi (Equality Predicates):
7076         Mention equal-including-properties.
7078 2008-02-07  Richard Stallman  <rms@gnu.org>
7080         * windows.texi (Window Start): Mention the feature of moving
7081         window-start to start of line.
7083 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
7085         * keymaps.texi (Tool Bar): Document rtl property.
7087 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
7089         * display.texi (Button Types):
7090         For define-button-type, clarify type of NAME.
7092 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
7094         * buffers.texi (Buffer Modification): Fix typo.
7096 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7098         * os.texi (System Environment): Remove references to OSes that are
7099         not supported anymore.
7101 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7103         * os.texi (System Environment): Remove mention for Masscomp.
7105 2008-01-04  Richard Stallman  <rms@gnu.org>
7107         * display.texi (Faces): Don't talk about internal face vector as arg
7108         to facep.
7110         * customize.texi (Type Keywords): Fix previous change.
7112         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7113         * elisp.texi (Top): Fix menu for commands.texi change.
7115 2007-12-30  Richard Stallman  <rms@gnu.org>
7117         * commands.texi (Accessing Mouse): Rename from Accessing Events.
7118         (Accessing Scroll): New node broken out of Accessing Mouse.
7120 2007-12-28  Richard Stallman  <rms@gnu.org>
7122         * frames.texi (Size Parameters): Fix typo.
7123         (Basic Parameters): For `title', refer to title bar.
7124         (Size and Position): Explain meaning of frame pixel width and height.
7126 2007-12-23  Richard Stallman  <rms@gnu.org>
7128         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7129         Improve some of the commented-out keywords' text too.
7131 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
7133         * nonascii.texi (Encoding and I/O): Reword to avoid saying
7134         "visit the current buffer".
7136         * os.texi (System Interface): Fix typo.
7138 2007-12-04  Richard Stallman  <rms@gnu.org>
7140         * objects.texi (Symbol Type): Fix typo.
7142 2007-12-03  Richard Stallman  <rms@gnu.org>
7144         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7146 2007-12-01  Glenn Morris  <rgm@gnu.org>
7148         * functions.texi (Declaring Functions): Improve previous change.
7150 2007-11-30  Glenn Morris  <rgm@gnu.org>
7152         * functions.texi (Declaring Functions): Add optional fourth
7153         argument of declare-function, and setting third argument to `t'.
7155 2007-11-29  Richard Stallman  <rms@gnu.org>
7157         * customize.texi (Composite Types): Document `group' type.
7159 2007-11-29  Glenn Morris  <rgm@gnu.org>
7161         * functions.texi (Declaring Functions): Add findex.
7162         Mention `external' files.
7164 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
7166         * functions.texi (Declaring Functions): Fix directive.
7168 2007-11-25  Richard Stallman  <rms@gnu.org>
7170         * help.texi (Help Functions): Clean up last change.
7172         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7174         * loading.texi (Named Features): Minor cleanup.
7176         * macros.texi (Eval During Expansion): Minor cleanup.
7178         * variables.texi (Variable Aliases): Minor cleanup.
7180 2007-11-24  Richard Stallman  <rms@gnu.org>
7182         * functions.texi (Declaring Functions): Clarify previous change.
7184         * compile.texi (Compiler Errors): Clarify previous change.
7186 2007-11-24  Richard Stallman  <rms@gnu.org>
7188         * display.texi (Refresh Screen, Forcing Redisplay):
7189         Clarify the text and move items around.
7191 2007-11-24  Glenn Morris  <rgm@gnu.org>
7193         * functions.texi (Declaring Functions): New section.
7194         * compile.texi (Compiler Errors): Mention declaring functions,
7195         defvar with no initvalue, and byte-compile-warnings.
7197 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
7199         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7200         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7202 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
7204         * help.texi (Help Functions): Document new macro `with-help-window'.
7206 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
7208         * searching.texi (Replacing Match): Describe new
7209         `match-substitute-replacement'.
7211 2007-10-31  Richard Stallman  <rms@gnu.org>
7213         * strings.texi (Creating Strings): Null strings from concat not unique.
7215 2007-10-26  Richard Stallman  <rms@gnu.org>
7217         * objects.texi (Equality Predicates): Null strings are uniquified.
7219         * minibuf.texi: Minor clarifications in previous change.
7221 2007-10-25  Glenn Morris  <rgm@gnu.org>
7223         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7225 2007-10-24  Richard Stallman  <rms@gnu.org>
7227         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7229         * variables.texi (Frame-Local Variables): Node deleted.
7230         (Variables): Delete Frame-Local Variables from menu.
7231         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7232         (Default Value): Don't mention frame-local vars.
7234         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7236         * loading.texi (Unloading): Document FEATURE-unload-function
7237         instead of FEATURE-unload-hook.
7239         * frames.texi (Multiple Displays): Don't mention frame-local vars.
7241 2007-10-22  Juri Linkov  <juri@jurta.org>
7243         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7244         (High-Level Completion): Document a list of default value strings
7245         in the DEFAULT argument, for which minibuffer functions return the
7246         first element.
7248 2007-10-17  Juri Linkov  <juri@jurta.org>
7250         * text.texi (Filling): Update arguments of fill-paragraph.
7251         fill-paragraph operates on the active region in Transient Mark mode.
7252         Remove fill-paragraph-or-region.
7254 2007-10-13  Karl Berry  <karl@gnu.org>
7256         * elisp.texi (@dircategory): Move to after @copying,
7257         since we want @copying as close as possible to the beginning of
7258         the output.
7260 2007-10-12  Richard Stallman  <rms@gnu.org>
7262         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7264         * commands.texi (Distinguish Interactive): New node,
7265         broken out from Interactive Call and rewritten.
7266         (Command Loop): Put Distinguish Interactive in menu.
7268 2007-10-09  Richard Stallman  <rms@gnu.org>
7270         * text.texi (Examining Properties): Mention overlay priority.
7272         * display.texi (Display Margins): Correct the description
7273         of margin display specifications.
7274         (Replacing Specs): New subnode broken out of Display Property.
7276 2007-10-06  Juri Linkov  <juri@jurta.org>
7278         * text.texi (Filling): Document fill-paragraph-or-region.
7280 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
7282         * display.texi (Auto Faces): Fix typo.
7284 2007-10-02  Richard Stallman  <rms@gnu.org>
7286         * display.texi (Display Property): Explain some display specs
7287         don't let you move point in.
7289         * frames.texi (Cursor Parameters):
7290         Describe cursor-in-non-selected-windows here.  Explain more values.
7292         * windows.texi (Basic Windows): Don't describe
7293         cursor-in-non-selected-windows here.
7295 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
7297         * processes.texi (Misc Network): Note that these functions are
7298         supported only on some systems.
7300 2007-10-01  Richard Stallman  <rms@gnu.org>
7302         * display.texi (Overlay Properties): Explain nil as priority.
7303         Explain that conflicts are unpredictable if not resolved by
7304         priorities.
7306 2007-09-23  Richard Stallman  <rms@gnu.org>
7308         * macros.texi (Backquote): Minor clarification.
7310 2007-09-19  Richard Stallman  <rms@gnu.org>
7312         * display.texi (Display Property): Explain multiple display specs.
7313         Clarify when they work in parallel and when one overrides.
7314         Fix error in example.
7316 2007-09-06  Glenn Morris  <rgm@gnu.org>
7318         Move from lispref/ to doc/lispref/.  Change all setfilename
7319         commands to use ../../info.
7320         * Makefile.in (infodir): Go up one more level.
7321         (usermanualdir): Change from ../man to ../emacs.
7322         (miscmanualdir): New.
7323         (dist): Use new variable miscmanualdir.
7324         * makefile.w32-in (infodir, texinputdir): Go up one more level.
7325         (usermanualdir): Change from ../man to ../emacs.
7327 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
7329         * commands.texi (Command Loop Info): Advise against changing
7330         most variables described here.  Explain new variable
7331         last-repeatable-command.
7333 2007-08-29  Glenn Morris  <rgm@gnu.org>
7335         * elisp.texi (EMACSVER): Increase to 23.0.50.
7337 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7339         * frames.texi (Basic Parameters): Add display-environment-variable
7340         and term-environment-variable.
7342 2007-08-28  Juri Linkov  <juri@jurta.org>
7344         * display.texi (Image Formats, Other Image Types): Add SVG.
7346 2007-08-28  Juri Linkov  <juri@jurta.org>
7348         * display.texi (Images): Move formats-related text to new node
7349         "Image Formats".
7350         (Image Formats): New node.
7352 2007-08-27  Richard Stallman  <rms@gnu.org>
7354         * windows.texi (Window Configurations): Clarify what
7355         a window configuration saves.
7357 2007-08-25  Richard Stallman  <rms@gnu.org>
7359         * display.texi (Images): Delete redundant @findex.
7361 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7363         * text.texi (Change Hooks): (after|before)-change-functions are no
7364         longer bound to nil while running; rather inhibit-modification-hooks
7365         is t.
7367 2007-08-16  Richard Stallman  <rms@gnu.org>
7369         * processes.texi (Asynchronous Processes):
7370         Clarify doc of start-file-process.
7372 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7374         * modes.texi (Example Major Modes): Fix typo.
7376 2007-08-08  Glenn Morris  <rgm@gnu.org>
7378         * intro.texi (nil and t): Do not use `iff' in documentation.
7380         * tips.texi (Documentation Tips): Recommend against `iff'.
7382 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7384         * display.texi (Image Cache): Document image-refresh.
7386 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7388         * windows.texi (Size of Window): Document window-full-width-p.
7390 2007-07-25  Glenn Morris  <rgm@gnu.org>
7392         * gpl.texi (GPL): Replace license with GPLv3.
7394         * Relicense all FSF files to GPLv3 or later.
7396 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
7398         * processes.texi (Synchronous Processes):
7399         Add `process-file-shell-command'.
7400         (Asynchronous Processes): Mention restricted use of
7401         `process-filter' and `process-sentinel' in
7402         `start-file-process'.  Add `start-file-process-shell-command'.
7404 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
7406         * files.texi (Magic File Names): Introduce optional parameter
7407         IDENTIFICATION for `file-remote-p'.
7409 2007-07-16  Richard Stallman  <rms@gnu.org>
7411         * display.texi (Defining Faces): Fix previous change.
7413 2007-07-14  Richard Stallman  <rms@gnu.org>
7415         * control.texi (Handling Errors): Document `debug' in handler list.
7417 2007-07-10  Richard Stallman  <rms@gnu.org>
7419         * display.texi (Defining Faces): Explain C-M-x feature for defface.
7421 2007-07-09  Richard Stallman  <rms@gnu.org>
7423         * files.texi (Magic File Names): Rewrite previous change.
7425 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
7427         * files.texi (Magic File Names): Introduce optional parameter
7428         CONNECTED for `file-remote-p'.
7430 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
7432         * processes.texi (Asynchronous Processes):
7433         * files.texi (Magic File Names): Add `start-file-process'.
7435 2007-06-27  Richard Stallman  <rms@gnu.org>
7437         * files.texi (Format Conversion Piecemeal):
7438         Clarify `after-insert-file-functions' calling convention.
7440 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
7442         * files.texi (Magic File Names): Remove `dired-call-process'.
7443         Add `process-file'.
7445 2007-06-27  Kenichi Handa  <handa@m17n.org>
7447         * text.texi (Special Properties): Fix description about
7448         `composition' property.
7450 2007-06-26  Kenichi Handa  <handa@m17n.org>
7452         * nonascii.texi (Default Coding Systems): Document about the
7453         return value `undecided'.
7455 2007-06-25  David Kastrup  <dak@gnu.org>
7457         * keymaps.texi (Active Keymaps): Document new POSITION argument of
7458         `current-active-maps'.
7460 2007-06-24  Karl Berry  <karl@gnu.org>
7462         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7464 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
7466         * display.texi (Overlay Arrow): Doc fix.
7468 2007-06-14  Karl Berry  <karl@tug.org>
7470         * anti.texi (Antinews): Typo.
7472 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
7474         * display.texi (Image Cache): Document image-refresh.
7476 2007-06-12  Karl Berry  <karl@gnu.org>
7478         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7479         * two-volume.make: New file.
7480         * .cvsignore: Ignore two-volume files.
7482 2007-06-12  Tom Tromey  <tromey@redhat.com>
7484         * os.texi (Init File): Document user-emacs-directory.
7486 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
7488         * commands.texi (Click Events): Describe width and height when
7489         object is nil.
7491 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
7493         * commands.texi (Click Events): Layout more logically.
7494         Describe width and height.
7495         (Drag Events, Motion Events): Update to new format for position.
7497 2007-06-02  Richard Stallman  <rms@gnu.org>
7499         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7501 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7503         * Version 22.1 released.
7505 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * text.texi (Special Properties): Correct meaning of fontified face.
7509 2007-05-30  Richard Stallman  <rms@gnu.org>
7511         * text.texi (Special Properties): Add link to Adjusting Point.
7513 2007-05-12  Richard Stallman  <rms@gnu.org>
7515         * text.texi (Margins): indent-to-left-margin is not the default.
7516         (Mode-Specific Indent): For indent-line-function, the default
7517         is indent-relative.
7519         * modes.texi (Example Major Modes): Explain last line of text-mode
7520         is redundant.
7522 2007-05-10  Richard Stallman  <rms@gnu.org>
7524         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7526         * help.texi (Keys in Documentation): Add reference to
7527         Documentation Tips.
7529         * files.texi (Format Conversion): TO-FN gets three arguments.
7531         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7533 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
7535         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7536         * files.texi (Format Conversion): Expand intro; add menu.
7537         (Format Conversion Overview, Format Conversion Round-Trip)
7538         (Format Conversion Piecemeal): New nodes/subsections.
7539         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7540         * text.texi (Text Properties): Remove "Saving Properties" from menu.
7541         (Saving Properties): Delete node/subsection.
7543 2007-05-07  Karl Berry  <karl@gnu.org>
7545         * elisp.texi (EMACSVER): Back to 22.
7547 2007-05-06  Richard Stallman  <rms@gnu.org>
7549         * processes.texi (Accepting Output): Revert most of previous change.
7551 2007-05-05  Richard Stallman  <rms@gnu.org>
7553         * processes.texi (Accepting Output): accept-process-output
7554         uses microseconds, not milliseconds.  But that arg is obsolete.
7556 2007-05-04  Karl Berry  <karl@tug.org>
7558         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7560 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
7562         * tips.texi (Documentation Tips): Rearrange items to place the
7563         more important ones first.  Add an index entry for hyperlinks.
7565 2007-05-03  Karl Berry  <karl@gnu.org>
7567         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7568         (EMACSVER) [smallbook]: 22 for printed version.
7570         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7571         so restore anchor to normal position after defun.  Found by Kevin Ryde.
7573 2007-04-26  Glenn Morris  <rgm@gnu.org>
7575         * elisp.texi (EMACSVER): Increase to 22.1.50.
7577 2007-04-28  Karl Berry  <karl@gnu.org>
7579         * elisp.texi: Improve line breaks on copyright page,
7580         similar layout to emacs manual, 8.5x11 by default.
7582 2007-04-24  Richard Stallman  <rms@gnu.org>
7584         * text.texi (Special Properties): Add xref to Overlay Properties.
7586         * display.texi (Overlay Properties): Add xref to Special Properties.
7588 2007-04-22  Richard Stallman  <rms@gnu.org>
7590         * keymaps.texi (Extended Menu Items): Move the info about
7591         format with cached keyboard binding.
7593 2007-04-21  Richard Stallman  <rms@gnu.org>
7595         * text.texi (Special Properties): Clarify previous change.
7597         * files.texi (File Name Expansion): Clarify previous change.
7599         * display.texi (Attribute Functions): Fix example for
7600         face-attribute-relative-p.
7602 2007-04-19  Kenichi Handa  <handa@m17n.org>
7604         * text.texi (Special Properties): Document composition property.
7606 2007-04-19  Glenn Morris  <rgm@gnu.org>
7608         * files.texi (File Name Expansion): Mention "superroot".
7610 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
7612         * frames.texi (Multiple Displays): Add note about "multi-monitor"
7613         setups.
7614         (Display Feature Testing): Note that display refers to all
7615         physical monitors for multi-monitor setups.
7617 2007-04-14  Richard Stallman  <rms@gnu.org>
7619         * lists.texi (Sets And Lists): Clarify `delete' examples.
7620         Remove spurious xref to same node.
7621         Clarify xref for add-to-list.
7623 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
7625         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7626         value of lisp-mode-map.
7628 2007-04-11  Karl Berry  <karl@gnu.org>
7630         * anti.texi (Antinews):
7631         * display.texi (Overlay Properties, Defining Images):
7632         * processes.texi (Synchronous Processes, Sentinels):
7633         * syntax.texi (Syntax Table Internals):
7634         * searching.texi (Regexp Special):
7635         * nonascii.texi (Default Coding Systems):
7636         * text.texi (Special Properties):
7637         * minibuf.texi (Basic Completion): Wording to improve breaks in
7638         8.5x11 format.
7639         * elisp.texi (smallbook): New @set to more easily switch between
7640         smallbook and 8.5x11.
7642 2007-04-11  Richard Stallman  <rms@gnu.org>
7644         * text.texi (Lazy Properties): Minor fix.
7646 2007-04-08  Karl Berry  <karl@gnu.org>
7648         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7649         * macros.texi (Backquote): Downcase Backquote in index entries for
7650         consistency.
7652 2007-04-08  Richard Stallman  <rms@gnu.org>
7654         * text.texi (Adaptive Fill): Just describe default,
7655         don't show it (since it contains non-ASCII chars).
7657 2007-04-07  Karl Berry  <karl@gnu.org>
7659         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7660         adaptive-fill-regexp's value, since they are not in the standard
7661         TeX fonts.
7663 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
7665         * display.texi (Defining Faces): Fix example.
7667 2007-04-07  Karl Berry  <karl@gnu.org>
7669         * display.texi (Button Buffer Commands): Improve page break.
7671 2007-04-07  Richard Stallman  <rms@gnu.org>
7673         * advice.texi (Activation of Advice): Remove redundant index entry.
7675         * backups.texi: Improve index entries.  Remove redundant ones.
7677         * compile.texi (Byte Compilation): Improve index entry.
7679         * hash.texi (Creating Hash): Improve index entry.
7681         * symbols.texi (Definitions): Improve index entry.
7683         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
7685         * maps.texi (Standard Keymaps): Remove useless index entry.
7687         * help.texi (Documentation Basics): Remove redundant index entries.
7689         * customize.texi: Improve index entries.
7690         Remove redundant/useless ones.
7692         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7694         * streams.texi (Output Variables): Improve index entry.
7696         * abbrevs.texi (Abbrevs): Remove useless index entry.
7698         * macros.texi (Expansion): Remove useless index entry.
7700         * text.texi: Improve index entries.  Remove redundant/useless ones.
7701         (Text Properties, Examining Properties)
7702         (Special Properties): Use "property category" instead of "category"
7703         to refer to the `category' property.
7705         * positions.texi: Improve index entries.  Remove useless one.
7707         * lists.texi: Improve index entries.  Remove redundant/useless ones.
7709         * os.texi: Improve index entries.
7710         (Timers): Fix previous change.
7712         * buffers.texi: Improve index entries.
7713         (Modification Time): Get rid of term "obsolete buffer".
7715         * debugging.texi: Improve index entries.
7716         (Test Coverage): Add xref to other test coverage ftr.
7718         * eval.texi: Improve index entry.  Remove redundant ones.
7720         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
7722         * files.texi: Improve index entries.  Remove redundant/useless ones.
7724         * objects.texi: Improve index entries.
7726         * processes.texi: Improve index entries.
7728         * modes.texi: Improve index entry.  Remove redundant one.
7730         * nonascii.texi: Improve index entries.
7732         * internals.texi: Improve index entries.
7734         * syntax.texi: Improve index entries.
7736         * keymaps.texi (Active Keymaps): Improve index entries.
7738         * commands.texi: Improve index entries.  Remove redundant/useless ones.
7740         * frames.texi: Improve index entries.  Remove redundant/useless ones.
7742         * markers.texi: Improve index entries.  Remove redundant ones.
7744         * tips.texi: Improve index entries.
7746         * loading.texi (Unloading): Improve index entry.
7748         * variables.texi: Improve index entries.  Remove redundant one.
7750         * sequences.texi: Improve index entry.
7752         * display.texi: Improve index entries.  Remove redundant ones.
7754         * windows.texi: Improve index entries.
7756         * searching.texi: Improve index entries.  Remove redundant one.
7758         * strings.texi (Case Tables): Improve last change.
7760 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
7762         * strings.texi (Case Tables): Document with-case-table and
7763         ascii-case-table.
7765 2007-04-03  Karl Berry  <karl@gnu.org>
7767         * processes.texi (Network): Reword to improve page break.
7769 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
7771         * functions.texi (Inline Functions): Describe more disadvantages
7772         of defsubst, and make advice against it stronger.
7774 2007-04-02  Karl Berry  <karl@gnu.org>
7776         * backups.texi (Backup Names): Avoid widow words.
7777         * modes.texi (Example Major Modes): Align last comment.
7779 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
7781         * keymaps.texi (Remapping Commands): Document new arg to
7782         command-remapping.
7784 2007-04-01  Karl Berry  <karl@gnu.org>
7786         * processes.texi (Low-Level Network): Typo.
7787         * loading.texi (Hooks for Loading): Avoid double "the".
7788         * keymaps.texi (Key Sequences): No double "and".
7789         (Changing Key Bindings): Shorten to improve line break.
7791 2007-03-31  Glenn Morris  <rgm@gnu.org>
7793         * os.texi (Timers): Fix description of run-at-time TIME formats.
7795 2007-03-31  Richard Stallman  <rms@gnu.org>
7797         * display.texi (Invisible Text): Correct buffer-invisibility-spec
7798         regarding ellipsis.
7800 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
7802         * intro.texi (nil and t):
7803         * symbols.texi (Plists and Alists):
7804         * variables.texi (Variable Aliases, Constant Variables):
7805         * functions.texi (Defining Functions):
7806         * advice.texi (Advising Primitives):
7807         * debugging.texi (Syntax Errors, Compilation Errors):
7808         * minibuf.texi (Minibuffer Windows):
7809         * commands.texi (Adjusting Point):
7810         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7811         (Auto Major Mode, Major Mode Conventions):
7812         * help.texi (Describing Characters):
7813         * files.texi (Create/Delete Dirs, Information about Files)
7814         (File Locks, Writing to Files, Reading from Files)
7815         (Saving Buffers):
7816         * windows.texi (Resizing Windows, Cyclic Window Ordering):
7817         * frames.texi (Finding All Frames):
7818         * positions.texi (Buffer End, Motion):
7819         * markers.texi (The Region):
7820         * text.texi (Deletion, Near Point):
7821         * display.texi (Displaying Messages, Truncation):
7822         * os.texi (Processor Run Time):
7823         * tips.texi (Key Binding Conventions, Programming Tips)
7824         (Warning Tips, Documentation Tips, Comment Tips):
7825         * internals.texi (Memory Usage): Improve indexing.
7827         * variables.texi (Frame-Local Variables):
7828         * functions.texi (Argument List):
7829         * loading.texi (Library Search):
7830         * streams.texi (Output Variables):
7831         * keymaps.texi (Translation Keymaps, Searching Keymaps):
7832         * searching.texi (Replacing Match, Search and Replace):
7833         * processes.texi (Byte Packing, Decoding Output)
7834         (Accepting Output, Network Servers, Shell Arguments):
7835         * display.texi (Abstract Display, Image Cache, Scroll Bars):
7836         * windows.texi (Window Point, Window Start):
7837         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7838         * commands.texi (Reading Input, Keyboard Events):
7839         * minibuf.texi (Reading File Names, Minibuffer Completion)
7840         (Recursive Mini):
7841         * positions.texi (List Motion):
7842         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7843         * numbers.texi (Arithmetic Operations, Math Functions)
7844         (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7845         * locals.texi (Standard Buffer-Local Variables):
7846         * maps.texi (Standard Keymaps):
7847         * os.texi (User Identification, System Environment, Recording Input)
7848         (X11 Keysyms):
7849         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7850         * backups.texi (Backups and Auto-Saving):
7851         * customize.texi (Customization, Group Definitions)
7852         (Variable Definitions):
7853         * compile.texi (Byte Compilation): Improve index entries.
7855 2007-03-31  Karl Berry  <karl@gnu.org>
7857         * macros.texi (Defining Macros): Avoid widow syllable.
7859 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
7861         * elisp.texi (Top): Postscript -> PostScript.
7863         * display.texi (Images, Postscript Images): Postscript -> PostScript.
7865 2007-03-31  Markus Triska  <markus.triska@gmx.at>
7867         * internals.texi (Writing Emacs Primitives): Untabify `For'.
7869 2007-03-30  Karl Berry  <karl@gnu.org>
7871         * lists.texi (List-related Predicates): Remove spurious @need.
7872         (Setcdr): Use @smallexample to improve page break.
7873         (Association Lists) <assoc>: Reword to improve page break.
7875         * strings.texi (String Conversion): Insert blank line to improve
7876         page break.
7878         * numbers.texi (Random Numbers): Use @minus{}.
7879         (Math Functions): Use @minus{}.
7881         * intro.texi (Acknowledgements): Avoid line breaks before middle
7882         initials.
7884 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
7886         * errors.texi (Standard Errors): Add an index entry.
7888 2007-03-19  Richard Stallman  <rms@gnu.org>
7890         * os.texi (Recording Input): recent-keys now gives 300 keys.
7892 2007-03-12  Glenn Morris  <rgm@gnu.org>
7894         * os.texi: Replace "daylight savings" with "daylight saving"
7895         throughout.
7897 2007-03-05  Richard Stallman  <rms@gnu.org>
7899         * variables.texi (File Local Variables):
7900         Update enable-local-variables values.
7902 2007-03-04  Richard Stallman  <rms@gnu.org>
7904         * syntax.texi (Control Parsing): Minor clarification.
7906         * strings.texi (Formatting Strings): Clarify width, precision, flags.
7908         * sequences.texi (Sequence Functions): Move string-bytes away,
7909         add xref.
7911         * nonascii.texi (Text Representations): Move string-bytes here.
7913         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7915         * minibuf.texi (Basic Completion): Minor clarification.
7917         * markers.texi (The Mark): Clarify existence vs activation of mark.
7918         Other cleanup.
7920         * display.texi (Finding Overlays): Write better example.
7922         * compile.texi (Eval During Compile): Clarify putting macros
7923         in eval-when-compile.
7925 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
7927         * loading.texi (How Programs Do Loading): Fix anchor position at
7928         load-read-function definition doc.
7930 2007-02-21  Kim F. Storm  <storm@cua.dk>
7932         * strings.texi (Text Comparison): Mention that assoc-string
7933         converts symbols to strings before testing.
7935 2007-02-17  Kim F. Storm  <storm@cua.dk>
7937         * processes.texi (Bindat Spec): Vector types can have optional
7938         element type.
7939         (Bindat Examples): Fix example.  Add vector with element type.
7941 2007-02-16  Andreas Schwab  <schwab@suse.de>
7943         * strings.texi (Formatting Strings): Document '+' flag.
7945 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
7947         * strings.texi (Modifying Strings): Clarify that `clear-string'
7948         always converts the string to unibyte.
7950 2007-02-14  Kim F. Storm  <storm@cua.dk>
7952         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7953         Rewrite glyph code description to refer to these functions.
7954         Remove details of encoding face number and char into integer code.
7956 2007-02-03  Alan Mackenzie  <acm@muc.de>
7958         * loading.texi (Hooks for Loading): Make the description of
7959         `eval-after-load' more detailed, and amend the description of
7960         after-load-alist, in accordance with changes from 2006-05.
7962 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7964         * modes.texi (Defining Minor Modes): Document that a :require
7965         keyword or similar may be required to make saved customization
7966         variables work.
7968 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
7970         * elisp.texi (Top): Make the detailed menu headers compliant with
7971         Texinfo guidelines and with what texnfo-upd.el expects.
7972         Add comments to prevent people from inadvertently modifying the key
7973         parts needed by `texinfo-multiple-files-update'.
7975 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7977         * elisp.texi (Top): Update the top-level menus.
7979         * syntax.texi (Categories): Add index entries.
7981 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7983         * display.texi (Attribute Functions): Fix name and description of
7984         the UNDERLINE arg of `set-face-underline-p'.
7986 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
7988         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7989         Variables", and "Standard Keymaps" to the detailed menu.
7991         * variables.texi (Future Local Variables): Add index entry.
7993 2007-01-28  Richard Stallman  <rms@gnu.org>
7995         * tips.texi (Coding Conventions): Clarify the tip about macros
7996         that define a function or a variable.
7998         * files.texi (File Attributes): UID and GID can be floats.
7999         (Magic File Names): Explain why deferring all operations to
8000         the standard handler does not work.
8002 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
8004         * backups.texi (Reverting): Use "buffer" instead of "file"
8005         when talking about major and minor modes.
8007 2007-01-21  Richard Stallman  <rms@gnu.org>
8009         * help.texi (Documentation): Add xref to Documentation Tips.
8011 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
8013         * tips.texi (Coding Conventions): Fix typos.
8015 2007-01-05  Richard Stallman  <rms@gnu.org>
8017         * modes.texi (Defining Minor Modes): Fix previous change.
8019 2007-01-03  Richard Stallman  <rms@gnu.org>
8021         * customize.texi (Variable Definitions, Customization Types):
8022         Don't use * in doc string for defcustom.
8024 2007-01-02  Richard Stallman  <rms@gnu.org>
8026         * variables.texi (Variable Aliases): Clarify that aliases vars
8027         always have the same value.
8029         * processes.texi (Bindat Spec): Fix Texinfo usage.
8031         * modes.texi (Defining Minor Modes): Explain effect of command
8032         defined with define-global-minor-mode on new buffers.
8034 2006-12-30  Kim F. Storm  <storm@cua.dk>
8036         * keymaps.texi (Tool Bar): Describe `grow-only' value of
8037         `auto-resize-tool-bars'.
8039 2006-12-30  Richard Stallman  <rms@gnu.org>
8041         * keymaps.texi (Active Keymaps): Fix previous change.
8043 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
8045         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8047 2006-12-30  Kim F. Storm  <storm@cua.dk>
8049         * processes.texi (Bindat Spec): Clarify using field names in
8050         length specifications.
8052 2006-12-29  Kim F. Storm  <storm@cua.dk>
8054         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8055         Add count and index variables for eval forms in repeat blocks.
8057 2006-12-24  Richard Stallman  <rms@gnu.org>
8059         * customize.texi (Variable Definitions):
8060         Document new name custom-add-frequent-value.
8062 2006-12-19  Kim F. Storm  <storm@cua.dk>
8064         * commands.texi (Misc Events): User signals now result in sigusr1
8065         and sigusr2 events which are handled through special-event-map.
8066         (Special Events): User signals and drag-n-drop are special.
8068 2006-12-17  Richard Stallman  <rms@gnu.org>
8070         * loading.texi (Named Features): Explain subfeatures better.
8072         * customize.texi: Use "option" only for user options.
8073         For the keyword values inside defcustom etc, say "keywords".
8074         For :options value's elements, say "elements".
8075         :group should not be omitted.
8077         * syntax.texi (Parsing Expressions): Split up node.
8078         (Motion via Parsing, Position Parse, Parser State)
8079         (Low-Level Parsing, Control Parsing): New subnodes.
8080         (Parser State): Document syntax-ppss-toplevel-pos.
8082         * positions.texi (List Motion): Punctuation fix.
8084         * files.texi (File Name Completion): Document PREDICATE arg
8085         to file-name-completion.
8087 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
8089         * internals.texi (Building Emacs, Writing Emacs Primitives):
8090         Add index entries.
8092 2006-12-11  Richard Stallman  <rms@gnu.org>
8094         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8095         affects face menu.  Explain how to make it non-nil without enabling
8096         any fontification.
8098 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8100         * modes.texi (Font Lock Basics): Document nil value of
8101         font-lock-defaults.
8103 2006-12-10  Glenn Morris  <rgm@gnu.org>
8105         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8106         value for system-flag argument.  Abbrev tables may not be empty
8107         when major modes are loaded.
8109 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8111         * makefile.w32-in (maintainer-clean): Partially revert last
8112         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8113         to protect elisp-covers.texi.
8115 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
8117         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8118         Don't remove elisp* info files; they are already deleted by the
8119         `clean' and `distclean' targets, and they are in the $(infodir)
8120         directory, not the current one.
8122 2006-12-04  Kim F. Storm  <storm@cua.dk>
8124         * commands.texi (Misc Events): Update signal events.
8125         (Event Examples): Add signal example.
8127 2006-11-29  Richard Stallman  <rms@gnu.org>
8129         * frames.texi (Visibility of Frames): Explain visible windows
8130         can be covered by others.  Add xref for raise-frame.
8132 2006-11-28  Richard Stallman  <rms@gnu.org>
8134         * searching.texi (Regexp Special): Update when ^ is special.
8136 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
8138         * customize.texi (Customization, Common Keywords)
8139         (Group Definitions, Variable Definitions, Composite Types)
8140         (Type Keywords, Customization Types): Add index entries for
8141         various customization keywords.
8143 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8145         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8147 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
8149         * frames.texi (Window System Selections): Remove clipboard from
8150         description of selection-coding-system.
8152 2006-11-06  Richard Stallman  <rms@gnu.org>
8154         * lists.texi (List Variables): Document COMPARE-FN.
8156         * keymaps.texi: Avoid use of "binding" to mean a relation;
8157         use it only to refer to the meaning associated with a key.
8158         (Keymaps): Change menu node description.
8160         * elisp.texi (Top): Change menu node description.
8162         * display.texi (Managing Overlays): Document overlay-recenter.
8164 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
8166         * Makefile.in: Use relative paths to avoid advertising filesystem
8167         contents during compilation.
8169 2006-10-23  Kim F. Storm  <storm@cua.dk>
8171         * commands.texi (Event Input Misc): Update unread-command-events.
8173 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
8175         * lists.texi (Sets And Lists): Fix typos.
8177 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8179         * control.texi (Processing of Errors): Use @var for an argument,
8180         not @code.
8182 2006-10-16  Richard Stallman  <rms@gnu.org>
8184         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8186         * keymaps.texi (Format of Keymaps): Show all the keymap element
8187         patterns that result from menu items.
8188         (Key Lookup): Minor cleanups.
8190         * modes.texi (Precalculated Fontification): Don't say that
8191         not setting font-lock-defaults avoids loading font-lock.
8193         * help.texi (Documentation): Move xref to Emacs Manual here.
8194         (Documentation Basics): From here.
8195         Also doc emacs-lisp-docstring-fill-column.
8197         * elisp.texi: Update version and ISBN.
8199         * commands.texi (Interactive Call): Clarify KEYS arg to
8200         call-interactively is a vector.
8201         (Command Loop Info): Delete anchor in this-command-keys.
8202         Add anchor in this-command-keys-vector.
8203         (Recursive Editing): Document how recursive-edit
8204         handles the current buffer.
8206 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
8208         * frames.texi (Frame Titles): %c and %l are ignored in
8209         frame-title-format.
8211 2006-10-11  Richard Stallman  <rms@gnu.org>
8213         * keymaps.texi (Key Sequences): Clarify use of kbd.
8215 2006-10-10  Kim F. Storm  <storm@cua.dk>
8217         * lists.texi (Sets And Lists): Add memql.
8219 2006-10-03  Richard Stallman  <rms@gnu.org>
8221         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8222         Clarify :ascii: and :nonascii:.
8224 2006-09-29  Juri Linkov  <juri@jurta.org>
8226         * modes.texi (%-Constructs): Reorder coding systems in the
8227         documentation of %z to the real order displayed in the modeline.
8229 2006-09-25  Richard Stallman  <rms@gnu.org>
8231         * os.texi (Timers): Describe timer-max-repeats.
8233 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8235         * os.texi (Timers): Mention with-local-quit.
8237 2006-09-24  Richard Stallman  <rms@gnu.org>
8239         * searching.texi (Searching and Matching): Mention property search.
8241         * commands.texi (Command Loop Info): Explain how read-event affects
8242         this-command-keys.
8244 2006-09-20  Richard Stallman  <rms@gnu.org>
8246         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8248         * windows.texi (Window Start): Minor cleanups.
8250 2006-09-20  Kim F. Storm  <storm@cua.dk>
8252         * windows.texi (Window Start): pos-visible-in-window-p allows
8253         specifying t for position to mean "end of window".
8254         Add window-line-height.
8256         * anti.texi (Antinews): Mention window-line-height.
8258 2006-09-19  David Kastrup  <dak@gnu.org>
8260         * keymaps.texi (Searching Keymaps): Small clarification.
8262 2006-09-18  Richard Stallman  <rms@gnu.org>
8264         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8265         cause keyboard menus.
8266         (Menu Keymaps): Likewise.
8267         (Defining Menus, Keyboard Menus): Clarify.
8269         * text.texi (Fields): Clarify explanation of constrain-to-field.
8271 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8273         * variables.texi (Tips for Defining): Fix a typo.
8275 2006-09-15  Richard Stallman  <rms@gnu.org>
8277         * keymaps.texi (Remapping Commands, Searching Keymaps)
8278         (Active Keymaps): Clean up previous change.
8280 2006-09-15  Jay Belanger  <belanger@truman.edu>
8282         * gpl.texi: Replace "Library Public License" by "Lesser Public
8283         License" throughout.
8285 2006-09-15  David Kastrup  <dak@gnu.org>
8287         * keymaps.texi (Active Keymaps): Adapt description to use
8288         `get-char-property' instead `get-text-property'.  Explain how
8289         mouse events change this.  Explain the new optional argument of
8290         `key-binding' and its mouse-dependent lookup.
8291         (Searching Keymaps): Adapt description similarly.
8292         (Remapping Commands): Explain the new optional argument of
8293         `command-remapping'.
8295 2006-09-14  Richard Stallman  <rms@gnu.org>
8297         * keymaps.texi (Searching Keymaps): Clarification.
8298         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8300 2006-09-13  Richard Stallman  <rms@gnu.org>
8302         * objects.texi (Character Type): Node split.
8303         Add xref to Describing Characters.
8304         (Basic Char Syntax, General Escape Syntax)
8305         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8307 2006-09-11  Richard Stallman  <rms@gnu.org>
8309         * display.texi (Display Table Format): Wording clarification.
8310         (Glyphs): Clarifications.
8312 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
8314         * keymaps.texi (Active Keymaps): Mention that key-binding checks
8315         local maps.
8317 2006-09-10  Kim F. Storm  <storm@cua.dk>
8319         * display.texi (Forcing Redisplay): Document return value of
8320         function redisplay.
8322 2006-09-09  Richard Stallman  <rms@gnu.org>
8324         * windows.texi (Window Hooks): Explain limits of
8325         window-scroll-functions.
8327         * display.texi (Fringe Indicators): Update for last change in
8328         indicate-buffer-boundaries.
8330 2006-09-08  Richard Stallman  <rms@gnu.org>
8332         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8334 2006-09-06  Kim F. Storm  <storm@cua.dk>
8336         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8338         * windows.texi (Window Start): Update pos-visible-in-window-p.
8340 2006-09-04  Richard Stallman  <rms@gnu.org>
8342         * processes.texi (Accepting Output): Explain SECONDS=0 for
8343         accept-process-output.
8345         * os.texi (Idle Timers): Explain why timer functions should not
8346         loop until (input-pending-p).
8348 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
8350         * makefile.w32-in (usermanualdir): New variable.
8351         (elisp.dvi): Use it.
8353 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
8355         * buffers.texi (Buffer Modification): Fix last change.
8357 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8359         * buffers.texi (Buffer Modification):
8360         Document buffer-chars-modified-tick.
8362 2006-08-31  Richard Stallman  <rms@gnu.org>
8364         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8366 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
8368         * modes.texi (Syntactic Font Lock):
8369         Mention font-lock-syntactic-face-function
8370         instead of specific faces.
8372 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8374         * display.texi (Images): Add xrref to display-images-p.
8376 2006-08-28  Kenichi Handa  <handa@m17n.org>
8378         * nonascii.texi (Lisp and Coding Systems): Fix description of
8379         detect-coding-region.
8381 2006-08-27  Michael Olson  <mwolson@gnu.org>
8383         * processes.texi (Transaction Queues): Remove stray quote
8384         character.
8386 2006-08-25  Richard Stallman  <rms@gnu.org>
8388         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8389         Add xref.
8391 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8393         * os.texi (Timers): Avoid waiting inside timers.
8395 2006-08-21  Lute Kamstra  <lute@gnu.org>
8397         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8399 2006-08-20  Richard Stallman  <rms@gnu.org>
8401         * os.texi (Idle Timers): New node, split out from Timers.
8402         Document current-idle-time.
8403         * commands.texi (Reading One Event): Update xref.
8404         * elisp.texi (Top): Update subnode menu.
8406 2006-08-16  Richard Stallman  <rms@gnu.org>
8408         * keymaps.texi (Extended Menu Items): Show format of cached
8409         bindings in extended menu items.
8411         * customize.texi (Variable Definitions): Explain when the
8412         standard value expression is evaluated.
8414 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
8416         * commands.texi (Reading One Event): Explain idleness in
8417         `read-event'.
8419 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
8421         * text.texi (Near Point): Say "cursor" not "terminal cursor".
8422         (Commands for Insertion): Remove split-line since it's not
8423         relevant for Lisp programming.
8424         (Yank Commands): Rewrite introduction.
8425         (Undo): Clarify.
8426         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
8427         (Filling): Remove redundant comment.  Clarify return value of
8428         current-justification.
8429         (Margins): Minor clarifications.
8430         (Adaptive Fill): Update default value of adaptive-fill-regexp.
8431         (Sorting): Update definition of sort-lines.
8432         (Columns): Clarify behavior of sort-columns.
8433         (Indent Tabs): Link to Tab Stops in Emacs manual.
8434         (Special Properties): Clarify.
8435         (Clickable Text): Mention Buttons package.
8437 2006-08-12  Kevin Ryde  <user42@zip.com.au>
8439         * os.texi (Time Parsing): Add %z to description of
8440         format-time-string, as per docstring.  Add cross reference to
8441         glibc manual for strftime.
8443 2006-08-08  Richard Stallman  <rms@gnu.org>
8445         * modes.texi: Clean up wording in previous change.
8447 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
8449         * modes.texi (Hooks): Clarify.
8450         (Major Mode Basics): Mention define-derived-mode explicitly.
8451         (Major Mode Conventions): Rebinding RET is OK for some modes.
8452         Mention change-major-mode-hook and after-change-major-mode-hook.
8453         (Example Major Modes): Move to end of Modes section.
8454         (Mode Line Basics): Clarify.
8455         (Mode Line Data): Mention help-echo and local-map in strings.
8456         Explain reason for treatment of non-risky variables.
8457         (Properties in Mode): Clarify.
8458         (Faces for Font Lock): Add font-lock-negation-char-face.
8460 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
8462         * strings.texi (Formatting Strings): Warn against arbitrary
8463         strings as first arg to `format'.
8465 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
8467         * text.texi (Clickable Text): Mention `help-echo' text property.
8468         Update intro, examples and associated explanations.
8470 2006-07-31  Richard Stallman  <rms@gnu.org>
8472         * commands.texi: Update xrefs.
8473         (Event Mod): New node, cut out from old Translating Input.
8475         * maps.texi: Update xrefs.
8477         * keymaps.texi (Translation Keymaps): New node.
8478         Update xrefs from Translating Input to Translation Keymaps.
8480         * elisp.texi (Top): Update subnode menu.
8482         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8484         * os.texi (System Interface): Fix menu descriptions of some nodes.
8485         (Translating Input): Node deleted.
8487 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
8489         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8491         * lists.texi (Sets And Lists): Likewise.
8493 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
8495         * text.texi (Fields): Mention POS
8496         requirement when narrowing is in effect.
8498 2006-07-28  Richard Stallman  <rms@gnu.org>
8500         * display.texi (Face Attributes): Simplify wording.
8501         (Attribute Functions): Clarify meaning of new-frame default
8502         attribute settings.
8504         * customize.texi (Common Keywords): Document how to use
8505         :package-version in a package not in Emacs.
8507 2006-07-28  Kim F. Storm  <storm@cua.dk>
8509         * commands.texi (Reading One Event): Fix last change.
8511 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8513         * commands.texi (Reading One Event): Document SECONDS argument for
8514         read-event, read-char, and read-char-exclusive.
8516 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8518         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8519         to ensure correct identification.
8521 2006-07-24  Richard Stallman  <rms@gnu.org>
8523         * text.texi (Clickable Text): Clarify.
8525         * sequences.texi (Vector Functions): Delete duplicate xref.
8527         * objects.texi (Function Type): Clarify.
8529         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8530         modes.
8532         * lists.texi (List Variables): New node.
8533         Material moved from other nodes.
8535         * variables.texi (Setting Variables): add-to-list and
8536         add-to-ordered-list moved to List Variables node.
8538 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
8540         * text.texi (Links and Mouse-1):
8541         For mouse-on-link-p, expand on arg POS.
8543 2006-07-21  Kim F. Storm  <storm@cua.dk>
8545         * display.texi (Forcing Redisplay): Don't mention systems which
8546         don't support sub-second timers for redisplay-preemption-period.
8548         * os.texi (Terminal Output): Clarify text vs graphical terminal.
8550 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8552         * frames.texi (Input Focus): Document that focus-follows-mouse has
8553         no effect on MS-Windows.
8555 2006-07-18  Richard Stallman  <rms@gnu.org>
8557         * display.texi (Forcing Redisplay): Cleanups in previous change.
8559         * processes.texi (Low-Level Network): Make menu more convenient.
8561 2006-07-18  Kim F. Storm  <storm@cua.dk>
8563         * display.texi (Forcing Redisplay): redisplay-preemption-period
8564         only used on window systems.  Add xref to Terminal Output.
8566         * os.texi (Terminal Output): baud-rate only controls preemption on
8567         non-window systems.  Add xref to Forcing Redisplay.
8569         * processes.texi (Low-Level Network): Rename node "Make Network"
8570         to "Network Processes".
8572 2006-07-18  Karl Berry  <karl@gnu.org>
8574         * variables.texi, functions.texi, customize.texi, loading.texi:
8575         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8577 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8579         * commands.texi (Waiting): Document batch-mode sit-for behavior.
8581 2006-07-17  Richard Stallman  <rms@gnu.org>
8583         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8584         Put period and comma inside quotes.
8586         * loading.texi, markers.texi: Use real doublequote inside menus.
8588         * windows.texi: Put point and comma inside quotes.
8589         (Textual Scrolling): Use @samp for error message.
8591         * variables.texi, tips.texi, syntax.texi, symbols.texi:
8592         * strings.texi, streams.texi, processes.texi, os.texi:
8593         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8594         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8595         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8596         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8597         Put point and comma inside quotes.
8599         * control.texi (Processing of Errors): Add command-error-function.
8601         * variables.texi (File Local Variables): Clarify that
8602         file local variables make buffer-local bindings.
8604         * modes.texi (Syntactic Font Lock): Give default for
8605         font-lock-syntax-table.
8607 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
8609         * text.texi (Special Properties): Clean up previous change.
8611 2006-07-16  Karl Berry  <karl@gnu.org>
8613         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8614         * control.texi: Fix bad page breaks through chapter 10 (control).
8616         * anti.texi (Antinews): Reorder face-attribute fns to avoid
8617         underfull hbox.
8619 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
8621         * text.texi (Special Properties): Describe fontified text property
8622         in relation to a character (not text).
8624 2006-07-15  Kim F. Storm  <storm@cua.dk>
8626         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8627         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8628         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8630         * anti.texi (Antinews): Mention redisplay function.
8631         The kbd macro existed, but was not documented, before 22.x.
8632         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8634 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8636         * display.texi (Displaying Messages): Add anchor.
8638         * frames.texi (Dialog Boxes): Use it.
8640 2006-07-12  Richard Stallman  <rms@gnu.org>
8642         * objects.texi (Frame Type): Explain nature of frames better.
8644         * frames.texi (Frames): Explain nature of frames better.
8646 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
8648         * tips.texi (Coding Conventions): Explain why use cl at compile time.
8650 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8652         * frames.texi (Window System Selections): Mention scrap support for Mac.
8653         Default value of x-select-enable-clipboard is t on Mac.
8655         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8657 2006-07-11  Kim F. Storm  <storm@cua.dk>
8659         * display.texi (Forcing Redisplay): Add `redisplay' function.
8660         Don't mention (sit-for -1) -- use (redisplay t) instead.
8662         * commands.texi (Waiting): (sit-for -1) is no longer special.
8663         (sit-for 0) is equivalent to (redisplay).
8664         Iconifying/deiconifying no longer makes sit-for return.
8666 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
8668         * display.texi (Buttons): Fix typo.
8670         * index.texi, elisp.texi (New Symbols): Comment node out.
8672 2006-07-09  Richard Stallman  <rms@gnu.org>
8674         * display.texi (Truncation): Clean up previous change.
8676 2006-07-08  Richard Stallman  <rms@gnu.org>
8678         * commands.texi (Interactive Call): Use 3 as prefix in example
8679         for execute-extended-command.
8681         * display.texi (Attribute Functions): Move paragraph about
8682         compatibility with Emacs < 21.
8684 2006-07-09  Kim F. Storm  <storm@cua.dk>
8686         * display.texi (Refresh Screen): Clarify force-window-update.
8687         (Truncation): "Normally" indicated by fringe arrows.
8689 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8691         * windows.texi (Textual Scrolling, Resizing Windows):
8692         * variables.texi (Constant Variables):
8693         * text.texi (Buffer Contents, Deletion, Changing Properties)
8694         (Property Search, Special Properties, Sticky Properties)
8695         (Links and Mouse-1, Fields, Change Hooks):
8696         * syntax.texi (Syntax Table Functions, Parsing Expressions)
8697         (Categories):
8698         * symbols.texi (Other Plists):
8699         * streams.texi (Output Variables):
8700         * processes.texi (Input to Processes, Query Before Exit):
8701         * positions.texi (Word Motion, Text Lines, List Motion):
8702         * os.texi (Init File, System Environment, Sound Output)
8703         (Session Management):
8704         * nonascii.texi (Text Representations, Character Sets)
8705         (Chars and Bytes, Locales):
8706         * modes.texi (Defining Minor Modes, Header Lines):
8707         * minibuf.texi (Minibuffer Contents):
8708         * markers.texi (Information from Markers):
8709         * lists.texi (List Elements, Building Lists, Association Lists):
8710         * keymaps.texi (Tool Bar):
8711         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8712         * functions.texi (What Is a Function, Mapping Functions):
8713         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8714         (Color Names, Text Terminal Colors, Display Feature Testing):
8715         * files.texi (Visiting Functions, File Name Components)
8716         (Unique File Names, Contents of Directories):
8717         * display.texi (Forcing Redisplay, Displaying Messages)
8718         (Temporary Displays, Font Selection, Auto Faces)
8719         (Font Lookup, Fringe Indicators, Display Margins)
8720         (Image Descriptors, Showing Images, Image Cache, Button Types)
8721         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8722         (Display Table Format, Glyphs):
8723         * control.texi (Iteration):
8724         * commands.texi (Command Loop Info, Adjusting Point):
8725         * backups.texi (Making Backups, Auto-Saving):
8726         Remove @tindex entries.
8728 2006-07-07  Kim F. Storm  <storm@cua.dk>
8730         * display.texi (Fringe Cursors): Fix typo.
8731         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8732         (Overlay Arrow): Default is overlay-arrow fringe indicator.
8734 2006-07-05  Richard Stallman  <rms@gnu.org>
8736         * text.texi (Buffer Contents): Add example of text props
8737         in result of buffer-substring.
8738         (Text Properties): Explain better about use of specific property names.
8739         (Property Search): Some cleanups; reorder some functions.
8741         * keymaps.texi (Changing Key Bindings): Cleanup.
8742         Add xref to Key Binding Conventions.
8744         * display.texi (Attribute Functions): Add examples for
8745         face-attribute-relative-p.
8747         * tips.texi (Coding Conventions): Cleanup last change.
8749 2006-07-05  Karl Berry  <karl@gnu.org>
8751         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8752         Remove @setchapternewpage odd.
8753         Result is 1013 pages, down from 1100.
8755         * anti.texi, customize.texi, display.texi, internals.texi:
8756         * minibuf.texi, modes.texi, tips.texi:
8757         Fix overfull/underfull boxes.
8759 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8761         * edebug.texi (Instrumenting):
8762         Add Edebug-specific findex for eval-buffer.
8763         * loading.texi (Loading):
8764         Replace eval-current-buffer with eval-buffer.
8766 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8768         * locals.texi (Standard Buffer-Local Variables): Update the list
8769         of variables.
8771 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
8773         * files.texi (File Name Completion): Point user to the node
8774         "Reading File Names".
8776 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
8778         * files.texi (Contents of Directories): Document case-insensitive
8779         behavior on respective filesystems.
8781         * objects.texi (Character Type): Document that Emacs signals an
8782         error for unsupported Unicode characters specified as \uNNNN.
8784 2006-06-19  Richard Stallman  <rms@gnu.org>
8786         * processes.texi (Bindat Spec): Clarify previous change.
8788 2006-06-16  Richard Stallman  <rms@gnu.org>
8790         * tips.texi (Coding Conventions): Better explain conventions
8791         for definition constructs.
8793         * text.texi (Special Properties): String value of `read-only'
8794         serves as the error message.
8796         * objects.texi (Character Type): Clarify prev. change.
8797         (Non-ASCII in Strings): Mention \u and \U.
8799         * commands.texi (Using Interactive): Explain problem of
8800         markers, etc., in command-history.
8802 2006-06-14  Kim F. Storm  <storm@cua.dk>
8804         * commands.texi (Waiting): Negative arg to sit-for forces
8805         redisplay even if input is pending.
8807         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8808         redisplay.  Remove incorrect example of binding redisplay-dont-pause
8809         around (sit-for 0).
8811 2006-06-13  Richard Stallman  <rms@gnu.org>
8813         * display.texi (Forcing Redisplay): Clarify previous change.
8815 2006-06-13  Romain Francoise  <romain@orebokech.com>
8817         * display.texi (Forcing Redisplay): Fix typo.
8819 2006-06-13  Kim F. Storm  <storm@cua.dk>
8821         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8823 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8825         * tips.texi (Coding Conventions): Add `@end itemize'.
8827 2006-06-10  Richard Stallman  <rms@gnu.org>
8829         * tips.texi (Coding Conventions): Explain use of coding systems
8830         to ensure one decoding for strings.
8832 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
8834         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8835         syntax.
8837 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
8839         * display.texi (Font Selection): Remove description of
8840         clear-face-cache.
8842         * compile.texi (Eval During Compile): Fix a typo.  Add index
8843         entries for possible uses of eval-when-compile.
8845 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
8847         * display.texi (Abstract Display): Fix typo.
8849 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
8851         * minibuf.texi (Minibuffer History) <history-add-new-input>:
8852         Reword variable's description.
8854 2006-06-01  Richard Stallman  <rms@gnu.org>
8856         * windows.texi (Splitting Windows): Clarify splitting nonselected
8857         window.
8859 2006-05-31  Juri Linkov  <juri@jurta.org>
8861         * minibuf.texi (Minibuffer History): Add history-add-new-input.
8863 2006-05-30  Richard Stallman  <rms@gnu.org>
8865         * display.texi (Line Height): Fix errors in description of
8866         default line height and line-height property.
8868         * nonascii.texi (Default Coding Systems): Further clarification.
8870 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8872         * internals.texi (Pure Storage): Mention that an overflow in pure
8873         space causes a memory leak.
8874         (Garbage Collection): If there was an overflow in pure space,
8875         `garbage-collect' returns nil.
8877 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
8879         * nonascii.texi (Default Coding Systems): Fix it some more.
8881 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
8883         * nonascii.texi (Default Coding Systems): Fix last change.
8885 2006-05-29  Kenichi Handa  <handa@m17n.org>
8887         * nonascii.texi (find-operation-coding-system): Describe the new
8888         argument format (FILENAME . BUFFER).
8890 2006-05-28  Richard Stallman  <rms@gnu.org>
8892         * tips.texi (Coding Conventions): Better explain reasons not to
8893         advise other packages or use `eval-after-load'.
8895 2006-05-29  Kim F. Storm  <storm@cua.dk>
8897         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8898         `bindat-idx' and `bindat-raw' for clarity.
8900 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8902         * processes.texi (Bindat Spec): Expand on `repeat' handler.
8904         * display.texi (Display): Add "Abstract Display" to menu.
8905         (Abstract Display, Abstract Display Functions)
8906         (Abstract Display Example): New nodes.
8907         * elisp.texi (Top): Add "Abstract Display" to menu.
8909 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8911         * keymaps.texi (Key Sequences): Link to input events definition.
8912         (Format of Keymaps): Delete material duplicated in Keymap Basics.
8914         * files.texi (Changing Files): Document updated argument list for
8915         copy-file.
8917 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8919         * processes.texi (Bindat Functions): Explain term "total length".
8920         Use it in bindat-length and bindat-pack descriptions.
8922 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8924         * tips.texi (Coding Conventions): Advise against using
8925         eval-after-load in packages.  Add an index entry.
8927 2006-05-25  Juri Linkov  <juri@jurta.org>
8929         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8931         * modes.texi (%-Constructs): Add %e, %z, %Z.
8933 2006-05-25  Richard Stallman  <rms@gnu.org>
8935         * elisp.texi (Top): Update subnode menu.
8937         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8938         (Keymaps): Update menu.
8940 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8942         * keymaps.texi (Key Sequences): Some clarifications.
8944 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8946         * processes.texi (Bindat Functions): Say "unibyte string"
8947         explicitly for bindat-unpack and bindat-pack descriptions.
8948         (Bindat Examples): Don't call `string-make-unibyte' in example.
8950 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8952         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8953         Explain string and vector representations of key sequences.
8955         * keymaps.texi (Changing Key Bindings):
8956         * commands.texi (Interactive Codes):
8957         * help.texi (Describing Characters): Refer to it.
8959 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
8961         * frames.texi (Pointer Shape): @end table -> @end defvar.
8963 2006-05-22  Richard Stallman  <rms@gnu.org>
8965         * elisp.texi (Top): Update subnode menus.
8967         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8968         Contents rewritten; material from old Pointer Shape node moved here.
8970         * display.texi (Pointer Shape): Node deleted.
8971         (Image Descriptors): Minor cleanup.
8973 2006-05-21  Richard Stallman  <rms@gnu.org>
8975         * syntax.texi (Parsing Expressions): Update info on which STATE
8976         elements are ignored.
8978 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
8980         * hooks.texi (Standard Hooks): Correct typo.
8982         * gpl.texi (GPL): ifinfo -> ifnottex.
8984 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
8986         * searching.texi (Simple Match Data): Warn about match data being
8987         set anew by every search.
8989 2006-05-17  Richard Stallman  <rms@gnu.org>
8991         * minibuf.texi (Minibuffer History): Clarify.
8993         * searching.texi (Regexp Special): Clarify nested regexp warning.
8995 2006-05-16  Kim F. Storm  <storm@cua.dk>
8997         * minibuf.texi (Minibuffer History): Update add-to-history.
8999 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
9001         * nonascii.texi (Explicit Encoding):
9002         Fix typo (encoding<->decoding).
9004 2006-05-14  Richard Stallman  <rms@gnu.org>
9006         * buffers.texi (Creating Buffers): Cleanup.
9008         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9010 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
9012         * buffers.texi (Current Buffer): Document that with-temp-buffer
9013         disables undo.
9015         * os.texi (Terminal-Specific): More accurate description of how
9016         Emacs searches for the terminal-specific libraries.
9018 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
9020         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9021         emacs-xtra to @inforef's.
9023         * text.texi (Undo): Document that undo is turned off in buffers
9024         whose names begin with a space.
9026         * buffers.texi (Buffer Names): Add index entries for buffers whose
9027         names begin with a space.
9028         (Creating Buffers): Document that undo is turned off in buffers
9029         whose names begin with a space.
9031         * files.texi (Visiting Functions, Reading from Files)
9032         (Saving Buffers): Mention code and EOL conversions by file I/O
9033         primitives and subroutines.
9035         * nonascii.texi (Lisp and Coding Systems):
9036         Document coding-system-eol-type.  Add index entries for eol conversion.
9038         * display.texi (Defining Faces): Mention `mac', and add an xref to
9039         where window-system is described.
9041 2006-05-10  Richard Stallman  <rms@gnu.org>
9043         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9045 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9047         * variables.texi (File Local Variables): Recommend to quote lambda
9048         expressions in safe-local-variable property.
9050 2006-05-09  Richard Stallman  <rms@gnu.org>
9052         * variables.texi (File Local Variables):
9053         Document safe-local-eval-forms and safe-local-eval-function.
9055 2006-05-07  Kim F. Storm  <storm@cua.dk>
9057         * minibuf.texi (Minibuffer History): Remove keep-dups arg
9058         from add-to-history.
9060 2006-05-07  Romain Francoise  <romain@orebokech.com>
9062         * commands.texi (Event Input Misc):
9063         * compile.texi (Eval During Compile):
9064         * internals.texi (Buffer Internals):
9065         * minibuf.texi (Initial Input):
9066         * nonascii.texi (Scanning Charsets):
9067         * numbers.texi (Comparison of Numbers):
9068         * windows.texi (Textual Scrolling, Vertical Scrolling):
9069         Fix various typos.
9071 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
9073         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9074         conditional xref's to either emacs or emacs-xtra, depending on
9075         @iftex/@ifnottex.
9077         * minibuf.texi (Minibuffer History): Document add-to-history.
9079 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9081         * internals.texi (Pure Storage): Mention the pure overflow message
9082         at startup.
9084 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
9086         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9087         (Searching Keymaps): Fix pseudo-Lisp description of keymap
9088         search.
9090 2006-05-01  Richard Stallman  <rms@gnu.org>
9092         * intro.texi (nil and t): Clarify.
9094         * variables.texi (File Local Variables): Suggest using booleanp.
9096 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
9098         * objects.texi (Type Predicates): Fix typos.
9100 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9102         * intro.texi (nil and t): Add booleanp.
9104         * objects.texi (Type Predicates): Add links for booleanp and
9105         string-or-null-p.
9107 2006-04-29  Richard Stallman  <rms@gnu.org>
9109         * modes.texi (Multiline Font Lock): Rename from
9110         Multi line Font Lock Elements.  Much clarification.
9111         (Font Lock Multiline, Region to Fontify): Much clarification.
9113 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9115         * variables.texi (File Local Variables): Remove the special case t for
9116         safe-local-variable.
9118 2006-04-26  Richard Stallman  <rms@gnu.org>
9120         * syntax.texi (Parsing Expressions): Minor cleanup.
9122 2006-04-18  Richard Stallman  <rms@gnu.org>
9124         * tips.texi (Coding Conventions): Explain when the package's
9125         prefix should appear later on (not at the start of the name).
9127         * searching.texi (String Search): Clarify effect of NOERROR.
9129         * modes.texi (Imenu): Clarify what special items do.
9131         * hooks.texi (Standard Hooks): Delete text about old hook names.
9133 2006-04-17  Romain Francoise  <romain@orebokech.com>
9135         * variables.texi (Local Variables): Update the default value of
9136         `max-specpdl-size'.
9138 2006-04-15  Michael Olson  <mwolson@gnu.org>
9140         * processes.texi (Transaction Queues): Mention the new optional
9141         `delay-question' argument for `tq-enqueue'.
9143 2006-04-13  Bill Wohler  <wohler@newt.com>
9145         * customize.texi (Common Keywords): Use dotted notation for
9146         :package-version value.  Specify its values.  Improve documentation
9147         for customize-package-emacs-version-alist.
9149 2006-04-12  Bill Wohler  <wohler@newt.com>
9151         * customize.texi (Common Keywords): Move description of
9152         customize-package-emacs-version-alist to @defvar.
9154 2006-04-10  Bill Wohler  <wohler@newt.com>
9156         * customize.texi (Common Keywords): Add :package-version.
9158 2006-04-10  Kim F. Storm  <storm@cua.dk>
9160         * text.texi (Buffer Contents): Add NOPROPS arg to
9161         filter-buffer-substring.
9163 2006-04-08  Kevin Ryde  <user42@zip.com.au>
9165         * os.texi (Command-Line Arguments): Update xref to emacs manual
9166         "Command Arguments" -> "Emacs Invocation", per change there.
9168 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
9170         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9171         be on one line to help makeinfo not render two spaces after the dot.
9173 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9175         * strings.texi (Predicates for Strings): Add string-or-null-p.
9177 2006-03-28  Kim F. Storm  <storm@cua.dk>
9179         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9180         remarks about systems that don't support fractional seconds.
9182 2006-03-25  Karl Berry  <karl@gnu.org>
9184         * elisp.texi: Use @copyright{} instead of (C), and do not indent
9185         the year list.
9187 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
9189         * display.texi (Fringe Indicators): Fix typos.
9191 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
9193         * tips.texi (Documentation Tips): One can now also write `program'
9194         in front of a quoted symbol in a docstring to prevent making a
9195         hyperlink.
9197 2006-03-19  Alan Mackenzie  <acm@muc.de>
9199         * text.texi (Special Properties): Clarify `fontified' property.
9201 2006-03-16  Richard Stallman  <rms@gnu.org>
9203         * display.texi (Defining Images): Minor cleanup.
9205 2006-03-16  Bill Wohler  <wohler@newt.com>
9207         * display.texi (Defining Images): In image-load-path-for-library,
9208         prefer user's images.
9210 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9214 2006-03-15  Bill Wohler  <wohler@newt.com>
9216         * display.texi (Defining Images): Fix example in
9217         image-load-path-for-library by not recommending that one binds
9218         image-load-path.  Just defvar it to placate compiler and only use
9219         it if previously defined.
9221 2006-03-14  Bill Wohler  <wohler@newt.com>
9223         * display.texi (Defining Images): In image-load-path-for-library,
9224         always return list of directories.  Update example.
9226 2006-03-14  Alan Mackenzie  <acm@muc.de>
9228         * modes.texi: New node, "Region to Fontify" (for Font Lock).
9229         This describes font-lock-extend-region-function.
9230         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9231         the new node "Region to Fontify".
9233 2006-03-13  Richard Stallman  <rms@gnu.org>
9235         * display.texi (Invisible Text): The impossible position is
9236         now before the invisible text, not after.
9237         (Defining Images): Clean up last change.
9239 2006-03-11  Bill Wohler  <wohler@newt.com>
9241         * display.texi (Defining Images): Add image-load-path-for-library.
9243 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9245         * text.texi (Adaptive Fill): Fix Texinfo usage.
9247         * strings.texi (Creating Strings): Fix Texinfo usage.
9249         * searching.texi (Regexp Special): Use @samp for regular
9250         expressions that are not in Lisp syntax.
9252 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
9254         * searching.texi (Regexp Special): Put remark between parentheses
9255         to avoid misreading.
9257 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
9259         * searching.texi (Syntax of Regexps): More accurately describe
9260         which characters are special in which situations.
9261         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9262         are not special.  Describe in detail when `[' and `]' are special.
9263         (Regexp Backslash): Plenty of regexps with unbalanced square
9264         brackets are valid, so reword that statement.
9266 2006-03-02  Kim F. Storm  <storm@cua.dk>
9268         * keymaps.texi (Tool Bar): Add tool-bar-border.
9270 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
9272         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
9274 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9276         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9278         * files.texi (Locating Files): Suggest additional values for the
9279         SUFFIXES arg of `locate-file'.  Update pxref.
9281         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9282         (How Programs Do Loading): Discuss the effects of Auto Compression
9283         mode on `load'.
9284         (Load Suffixes): New node.
9285         (Library Search): Delete description of `load-suffixes'; it was
9286         moved to "Load Suffixes".
9287         (Autoload, Named Features): Mention `load-suffixes'.
9289 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9291         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9293         * windows.texi (Window Tree): Fix typo.
9295 2006-02-20  Kim F. Storm  <storm@cua.dk>
9297         * display.texi (Fringe Indicators): New section.
9298         Move indicate-empty-lines, indicate-buffer-boundaries, and
9299         default-indicate-buffer-boundaries here.
9300         Add fringe-indicator-alist and default-fringes-indicator-alist.
9301         Add list of logical fringe indicator symbols.
9302         Update list of standard bitmap names.
9303         (Fringe Cursors): New section.
9304         Move overflow-newline-into-fringe here.
9305         Add fringe-cursor-alist and default-fringes-cursor-alist.
9306         Add list of fringe cursor symbols.
9308 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
9310         * commands.texi (Using Interactive): Fix reference to node
9311         "Minibuffers".
9313 2006-02-19  Richard M. Stallman  <rms@gnu.org>
9315         * minibuf.texi (High-Level Completion):
9316         Add xref to read-input-method-name.
9318         * files.texi (Relative File Names): Move file-relative-name here.
9319         (File Name Expansion): From here.  Minor clarifications.
9321         * commands.texi (Using Interactive): Add xrefs about reading input.
9322         Clarify remarks about that moving point and mark.
9323         Put string case before list case.
9325 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
9327         * display.texi (Other Display Specs, Image Descriptors):
9328         Revert erroneous changes.  The previous description of
9329         image-descriptors as `(image . PROPS)' was correct.
9331 2006-02-14  Richard M. Stallman  <rms@gnu.org>
9333         * variables.texi (File Local Variables): Clarifications.
9335 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
9337         * variables.texi (File Local Variables): Use @code for a cons
9338         cell, not @var.
9340 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
9342         * variables.texi (File Local Variables): Document new file local
9343         variable behavior.
9345 2006-02-10  Kim F. Storm  <storm@cua.dk>
9347         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9349 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
9351         * modes.texi (%-Constructs): Remove obsolete info about
9352         `global-mode-string'.
9354 2006-02-07  Richard M. Stallman  <rms@gnu.org>
9356         * commands.texi (Prefix Command Arguments): Minor cleanup.
9358         * display.texi: "Graphical display", not window system.
9360         * functions.texi (What Is a Function): Fix xref.
9362         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9363         (Changing Key Bindings): Clarify when remapping is better than
9364         substitute-key-definition.
9366 2006-02-02  Richard M. Stallman  <rms@gnu.org>
9368         * minibuf.texi (Basic Completion): Completion alists are risky.
9370         * keymaps.texi (Active Keymaps): Clarifications.
9371         (Searching Keymaps): New node.
9372         (Keymaps): Update menu.
9374         * frames.texi (Layout Parameters): Minor clarification.
9375         (Drag and Drop): New node.
9376         (Frames): Update menu.
9378 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
9380         * display.texi (Other Display Specs, Image Descriptors):
9381         Image description is a list, not a cons cell.
9383 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
9385         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9386         list is not necessarily a list).
9388 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
9390         * frames.texi (Layout Parameters): border-width and
9391         internal-border-width belong to the frame, not the window.
9393 2006-01-19  Richard M. Stallman  <rms@gnu.org>
9395         * nonascii.texi (Translation of Characters): Search cmds use
9396         translation-table-for-input.  Automatically made local.
9398         * markers.texi (Overview of Markers): Count insertion type
9399         as one of a marker's attributes.
9401         * keymaps.texi (Controlling Active Maps): New node, split out of
9402         Active Keymaps.
9403         (Keymaps): Menu updated.
9404         (Active Keymaps): Give pseudocode to explain how the active
9405         maps are searched.  current-active-maps and key-binding moved here.
9406         (Functions for Key Lookup): current-active-maps and key-binding moved.
9407         Clarifications.
9408         (Searching the Keymaps): New subnode.
9410         * elisp.texi (Top): Menu clarification.
9412         * display.texi (Other Display Specs): Delete duplicate entry for
9413         just a string as display spec.  Move text about recursive display
9414         specs on such a string.
9416         * commands.texi (Key Sequence Input): Clarify.
9417         Move num-nonmacro-input-events out.
9418         (Reading One Event): num-nonmacro-input-events moved here.
9420 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
9422         * advice.texi (Simple Advice): Update example to fit argument
9423         change in previous-line.
9425 2006-01-05  Richard M. Stallman  <rms@gnu.org>
9427         * markers.texi (The Mark): Fix in `mark'.
9429 2006-01-04  Richard M. Stallman  <rms@gnu.org>
9431         * processes.texi (Misc Network, Make Network): Minor cleanups.
9433 2006-01-04  Kim F. Storm  <storm@cua.dk>
9435         * processes.texi (Make Network): Add IPv6 addresses and handling.
9436         (Network Feature Testing): Mention (:family ipv6).
9437         (Misc Network): Add IPv6 formats to format-network-address.
9439 2005-12-30  Richard M. Stallman  <rms@gnu.org>
9441         * text.texi (Changing Properties):
9442         Don't use return value of set-text-properties.
9444 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9446         * modes.texi (Mode Line Format): Correct typo in menu.
9448 2005-12-29  Richard M. Stallman  <rms@gnu.org>
9450         * modes.texi (Mode Line Top): New node.
9451         (Mode Line Data): Some text moved to new node.
9452         Explain the data structure more concretely.
9453         (Mode Line Basics): Clarifications.
9454         (Mode Line Variables): Clarify intro paragraph.
9455         (%-Constructs): Clarify intro paragraph.
9456         (Mode Line Format): Update menu.
9458 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
9460         * minibuf.texi (Basic Completion): Update lazy-completion-table
9461         examples for removal of ARGS argument.
9463 2005-12-23  Richard M. Stallman  <rms@gnu.org>
9465         * text.texi (Undo): Restore some explanation from the version
9466         that was deleted.
9468 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
9470         * text.texi (Undo): Remove duplicate descriptions of `apply
9471         funname' and `apply delta' elements of the undo list.
9473 2005-12-20  Richard M. Stallman  <rms@gnu.org>
9475         * help.texi (Help Functions): Update documentation of `apropos'.
9477 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
9479         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9480         because it is confusing.  If the :help-echo keyword is a function,
9481         it is not directly used as the :help-echo overlay property, as the
9482         xref seems to suggest (it does not take the appropriate args).
9484 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
9486         * customize.texi (Common Keywords): Fix Texinfo usage.
9487         (Group Definitions, Variable Definitions): Update for new
9488         conventions for using `*' in docstrings.
9490         * tips.texi (Documentation Tips): Update for new conventions for
9491         using `*' in docstrings.
9493 2005-12-16  Richard M. Stallman  <rms@gnu.org>
9495         * minibuf.texi (Minibuffer Contents): Minor cleanup.
9497 2005-12-16  Juri Linkov  <juri@jurta.org>
9499         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9501 2005-12-14  Romain Francoise  <romain@orebokech.com>
9503         * modes.texi (Customizing Keywords): Rename `append' to `how'.
9504         Fix typo.
9506 2005-12-11  Juri Linkov  <juri@jurta.org>
9508         * minibuf.texi (Completion Commands): Add mention of read-file-name
9509         for filename completion keymaps.
9510         (Reading File Names): Add mention of filename completion keymaps
9511         for read-file-name and xref to `Completion Commands'.
9513 2005-12-10  Richard M. Stallman  <rms@gnu.org>
9515         * customize.texi (Common Keywords): State caveats for use of :tag.
9517 2005-12-08  Richard M. Stallman  <rms@gnu.org>
9519         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9520         with xrefs and better explanation.
9521         (Completion Commands): Add the filename completion maps.
9523         * objects.texi (Character Type): Clarify that \s is not space
9524         if a dash follows.
9526 2005-12-05  Richard M. Stallman  <rms@gnu.org>
9528         * windows.texi (Resizing Windows): Delete preserve-before args.
9530 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9533         in full keymaps, since the quirk has been fixed.
9535 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
9537         * hooks.texi (Standard Hooks): Add index entries.
9538         Mention `compilation-finish-functions'.
9540 2005-11-27  Richard M. Stallman  <rms@gnu.org>
9542         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9544 2005-11-21  Juri Linkov  <juri@jurta.org>
9546         * customize.texi (Common Keywords): Update links types
9547         custom-manual and url-link.  Add link types emacs-library-link,
9548         file-link, function-link, variable-link, custom-group-link.
9550 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
9552         * display.texi: Revert 2005-11-20 change.
9554 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
9556         * processes.texi (Bindat Functions):
9557         Say "third" to refer to zero-based index "2".
9559 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
9561         * loading.texi (Library Search): Update the default value of
9562         `load-suffixes'.
9564 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9566         * display.texi (Attribute Functions): Mention :ignore-defface.
9568 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9570         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9571         (Minor Mode Conventions): Mention the use of a hook.
9573 2005-11-06  Richard M. Stallman  <rms@gnu.org>
9575         * files.texi (Magic File Names): find-file-name-handler checks the
9576         `operations' property of the handler.
9578 2005-11-03  Richard M. Stallman  <rms@gnu.org>
9580         * variables.texi (Frame-Local Variables): Small clarification.
9582 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
9584         * os.texi (Init File): Document ~/.emacs.d/init.el.
9586 2005-10-29  Richard M. Stallman  <rms@gnu.org>
9588         * internals.texi (Garbage Collection): Document memory-full.
9590 2005-10-28  Bill Wohler  <wohler@newt.com>
9592         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9593         for URLs.
9595 2005-10-28  Richard M. Stallman  <rms@gnu.org>
9597         * minibuf.texi (Completion Commands): Clean up prev change.
9599 2005-10-26  Kevin Ryde  <user42@zip.com.au>
9601         * compile.texi (Eval During Compile): Explain recommended uses
9602         of eval-when-compile and eval-and-compile.
9604 2005-10-27  Masatake YAMATO  <jet@gyve.org>
9606         * minibuf.texi (Completion Commands):
9607         Write about new optional argument for `display-completion-list'.
9609 2005-10-23  Richard M. Stallman  <rms@gnu.org>
9611         * display.texi (Overlay Arrow): Clarify about local bindings of
9612         overlay-arrow-position.
9614 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
9616         * internals.texi (Building Emacs): Fix last change.
9618 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9620         * internals.texi (Building Emacs): Document eval-at-startup.
9622 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9624         * loading.texi (Where Defined): load-history contains abs file names.
9625         symbol-file returns abs file names.
9627 2005-10-19  Kim F. Storm  <storm@cua.dk>
9629         * display.texi (Showing Images): Add max-image-size integer value.
9631 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9633         * display.texi (Showing Images): Document max-image-size.
9635 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9637         * commands.texi (Quitting): Minor clarification.
9639         * processes.texi (Sentinels): Clarify about output and quitting.
9640         (Filter Functions): Mention with-local-quit.
9642 2005-10-17  Juri Linkov  <juri@jurta.org>
9644         * buffers.texi (Current Buffer):
9645         * commands.texi (Event Input Misc):
9646         * compile.texi (Eval During Compile, Compiler Errors):
9647         * customize.texi (Group Definitions):
9648         * display.texi (Progress, Defining Faces):
9649         * files.texi (Writing to Files):
9650         * modes.texi (Mode Hooks, Defining Minor Modes):
9651         * streams.texi (Output Functions):
9652         * syntax.texi (Syntax Table Functions):
9653         * text.texi (Change Hooks):
9654         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9656         * commands.texi (Quitting): Replace arg `forms' with `body' in
9657         `with-local-quit'.
9659         * positions.texi (Excursions): Replace arg `forms' with `body' in
9660         `save-excursion'.
9662 2005-10-08  Kim F. Storm  <storm@cua.dk>
9664         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9665         Rename manual section accordingly.
9667 2005-10-04  Kim F. Storm  <storm@cua.dk>
9669         * windows.texi (Window Split Tree): New section describing
9670         new function window-split-tree function.
9672 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
9674         * display.texi (Fringe Size/Pos): Simplify and add detail.
9676 2005-09-30  Romain Francoise  <romain@orebokech.com>
9678         * minibuf.texi (High-Level Completion): Explain that the prompt
9679         given to `read-buffer' should end with a colon and a space.
9680         Update usage examples.
9682 2005-09-29  Juri Linkov  <juri@jurta.org>
9684         * display.texi (Displaying Messages): Rename argument name
9685         `string' to `format-string' in functions `message', `message-box',
9686         `message-or-box'.
9688 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
9690         * errors.texi (Standard Errors): Correct xrefs.
9692 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9694         * display.texi (Defining Images): Update documentation for
9695         `image-load-path'.
9697 2005-09-17  Richard M. Stallman  <rms@gnu.org>
9699         * display.texi (Defining Images): Clean up previous change.
9701 2005-09-16  Romain Francoise  <romain@orebokech.com>
9703         * elisp.texi: Specify GFDL version 1.2.
9705         * doclicense.texi (GNU Free Documentation License): Update to
9706         version 1.2.
9708 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9710         * display.texi (Defining Images): Document `image-load-path'.
9712 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9714         * objects.texi (Printed Representation): Minor cleanup.
9715         (Box Diagrams): Minor fix.
9716         (Cons Cell Type): Move (...) index item here.
9717         (Box Diagrams): From here.
9718         (Array Type): Minor fix.
9719         (Type Predicates): Delete index "predicates".
9720         (Hash Table Type): Clarify xref.
9721         (Dotted Pair Notation): Minor fix.
9723 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
9725         * files.texi (Saving Buffers): Fix typo.
9727 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9729         * tips.texi (Programming Tips): Correct the "default" prompt spec.
9731 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
9733         * locals.texi (Standard Buffer-Local Variables): Don't include
9734         mode variables for minor modes.
9735         Fix xrefs for buffer-display-count, buffer-display-table,
9736         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9737         enable-multibyte-characters, fill-column, header-line-format,
9738         left-fringe-width, left-margin, and right-fringe-width.
9740         * hooks.texi (Standard Hooks): All hooks should conform to the
9741         standard naming convention now.
9742         Fix xref for `echo-area-clear-hook'.
9744         * display.texi (Usual Display): Note that indicate-empty-lines and
9745         tab-width are buffer-local.
9747         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9749         * modes.texi (Mode Help): Note that major-mode is buffer-local.
9751         * nonascii.texi (Encoding and I/O): Note that
9752         buffer-file-coding-system is buffer-local.
9754         * positions.texi (List Motion): Note that defun-prompt-regexp is
9755         buffer-local.
9757         * text.texi (Auto Filling): Note that auto-fill-function is
9758         buffer-local.
9759         (Undo): Note that buffer-undo-list is buffer-local.
9761         * windows.texi (Buffers and Windows):
9762         Document buffer-display-count.
9764 2005-09-06  Richard M. Stallman  <rms@gnu.org>
9766         * tips.texi (Coding Conventions): Sometimes it is ok to put the
9767         package prefix elsewhere than at the start of the name.
9769 2005-09-03  Richard M. Stallman  <rms@gnu.org>
9771         * tips.texi (Programming Tips): Add conventions for minibuffer
9772         questions and prompts.
9774 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
9776         * intro.texi (nil and t): Minor cleanup.
9777         Delete spurious mention of keyword symbols.
9778         (Evaluation Notation): Add index entry.
9779         (A Sample Function Description): Minor cleanup.
9780         (A Sample Variable Description): Not all vars can be set.
9782 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
9784         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9786         (Insertion): Document precise type of `insert-char' arg COUNT.
9788 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9790         * modes.texi (Other Font Lock Variables): Sync the default of
9791         font-lock-lines-before.
9793 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9795         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9797 2005-08-29  Richard M. Stallman  <rms@gnu.org>
9799         * elisp.texi (Top): Update subnode menu.
9801         * searching.texi (Searching and Matching): Move node.
9802         Rearrange contents and add overall explanation.
9803         (Searching and Case): Move node.
9804         (Searching and Matching): Update menu.
9806 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
9808         * os.texi (Startup Summary): Fix the description of the initial
9809         startup message display.
9811 2005-08-25  Richard M. Stallman  <rms@gnu.org>
9813         * searching.texi (Search and Replace): Add replace-regexp-in-string.
9815 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
9817         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9818         `next-overlay-change' example.
9820 2005-08-22  Juri Linkov  <juri@jurta.org>
9822         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9823         Fix invert-face.  Fix args of face-background.
9825         * display.texi (Standard Faces): Delete node.
9826         (Faces): Add xref to `(emacs)Standard Faces'.
9827         (Displaying Faces): Fix xref to `Standard Faces'.
9829         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9831 2005-08-20  Alan Mackenzie  <acm@muc.de>
9833         * buffers.texi (The Buffer List): Clarify the manipulation of the
9834         buffer list.
9836 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9838         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9839         a regexp.
9841 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9843         * elisp.texi (Top): Update subnode lists.
9845         * display.texi (Inverse Video): Node deleted.
9847         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9848         New nodes split out of Coding Conventions.
9850         * searching.texi (Regular Expressions): Document re-builder.
9852         * os.texi (Time Parsing): New node split out of Time Conversion.
9854         * processes.texi (Misc Network, Network Feature Testing)
9855         (Network Options, Make Network): New nodes split out of
9856         Low-Level Network.
9858 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9860         * frames.texi (Geometry): New node, split from Size and Position.
9861         (Frame Parameters): Refer to Geometry.
9863         * buffers.texi (The Buffer List): Fix xrefs.
9865         * windows.texi (Splitting Windows): Fix xref.
9867         * frames.texi (Layout Parameters): Add xref.
9869         * display.texi (Line Height, Scroll Bars): Fix xrefs.
9871         * keymaps.texi (Menu Bar): Fix xref.
9873         * locals.texi (Standard Buffer-Local Variables): Fix xref.
9875         * modes.texi (%-Constructs): Fix xref.
9877         * frames.texi (Window Frame Parameters): Node split up.
9878         (Basic Parameters, Position Parameters, Size Parameters)
9879         (Layout Parameters, Buffer Parameters, Management Parameters)
9880         (Cursor Parameters, Color Parameters): New subnodes.
9882 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9884         * positions.texi (Screen Lines): Update xref for previous change
9885         in minibuf.texi.
9887         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9888         change in minibuf.texi.
9890 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9892         * tips.texi (Coding Conventions): Minor cleanup.
9894         * modes.texi (Defining Minor Modes): Explain when init-value
9895         can be non-nil.
9897         * elisp.texi (Top): Update submenu for Minibuffer.
9899         * minibuf.texi (Minibuffer Misc): Node split up.
9900         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9901         (Recursive Mini): New nodes split out from Minibuffer Misc.
9902         (Minibuffer Misc): Document max-mini-window-height.
9904         * hash.texi (Defining Hash): Delete stray paren in example.
9906         * display.texi (Echo Area Customization): Don't define
9907         max-mini-window-height here; xref instead.
9909         * commands.texi (Event Input Misc): Update while-no-input.
9911         * advice.texi (Advising Functions): Explain when to use advice
9912         and when to use a hook.
9914 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
9916         * makefile.w32-in (info): Don't run install-info.
9917         ($(infodir)/dir): New target, produced by running install-info.
9919 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
9921         * modes.texi (Defining Minor Modes): The keyword for the initial
9922         value is :init-value, not :initial-value.
9924 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
9926         * loading.texi (Autoload): Make the `doctor' example be consistent
9927         with what's in current loaddefs.el.  Describe the "fn" magic in
9928         the usage portion of the doc string.
9930 2005-07-22  Richard M. Stallman  <rms@gnu.org>
9932         * internals.texi (Garbage Collection): Clarify previous change.
9934 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9936         * internals.texi (Garbage Collection): Add gc-cons-percentage.
9938 2005-07-18  Juri Linkov  <juri@jurta.org>
9940         * commands.texi (Accessing Events):
9941         * frames.texi (Text Terminal Colors, Resources):
9942         * markers.texi (The Mark):
9943         * modes.texi (Defining Minor Modes):
9944         Delete duplicate duplicate words.
9946 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9948         * display.texi (Managing Overlays): Clarify make-overlay
9949         args for insertion types.
9951 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9953         * customize.texi (Variable Definitions):
9954         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9955         `standard-value' is a list too.
9956         (Defining New Types): Use @key{RET} instead of @key{ret}.
9958 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
9960         * os.texi (Translating Input): Fix typo.
9962 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9964         * README: Update edition number and size estimate.
9966         * elisp.texi (VERSION): Set to 2.9.
9968 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9970         * book-spine.texinfo: Update Emacs version.
9972         * display.texi (Inverse Video): Delete mode-line-inverse-video.
9974 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9976         * searching.texi (Regexp Search): Clarify what re-search-forward
9977         does when the search fails.
9979 2005-07-05  Lute Kamstra  <lute@gnu.org>
9981         * Update FSF's address in GPL notices.
9983         * doclicense.texi (GNU Free Documentation License):
9984         * gpl.texi (GPL):
9985         * tips.texi (Coding Conventions, Library Headers):
9986         * vol1.texi:
9987         * vol2.texi: Update FSF's address.
9989 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9991         * hooks.texi (Standard Hooks): Add occur-hook.
9993 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9995         * display.texi (The Echo Area): Correct menu.
9997 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9999         * elisp.texi (Top): Update subnode menu for Display.
10001         * display.texi (Displaying Messages): New node, with most
10002         of what was in The Echo Area.
10003         (Progress): Move under The Echo Area.
10004         (Logging Messages): New node with new text.
10005         (Echo Area Customization): New node, the rest of what was
10006         in The Echo Area.  Document message-truncate-lines with @defvar.
10007         (Display): Update menu.
10009         * windows.texi (Textual Scrolling): Doc 3 values for
10010         scroll-preserve-screen-position.
10012         * text.texi (Special Properties): Change hook functions
10013         should bind inhibit-modification-hooks around altering buffer text.
10015         * keymaps.texi (Key Binding Commands): Call binding BINDING
10016         rather than DEFINITION.
10018 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10020         * variables.texi (Defining Variables): `user-variable-p' returns t
10021         for aliases of user options, nil for alias loops.
10023 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10025         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10026         make-keymap.
10028 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10030         * variables.texi (Setting Variables): Correct and clarify
10031         description of `add-to-ordered-list'.
10033 2005-06-26  Richard M. Stallman  <rms@gnu.org>
10035         * display.texi (Faces): Minor cleanup.
10037 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10039         * display.texi (Faces): `facep' returns t for strings that are
10040         face names.
10042 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10044         * objects.texi (Equality Predicates): Clarify meaning of equal.
10046         * windows.texi (Selecting Windows): save-selected-window
10047         and with-selected-window save and restore the current buffer.
10049 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10051         * numbers.texi (Float Basics): Explain how to test for NaN,
10052         and printing the sign of NaNs.
10054 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
10056         * makefile.w32-in (MAKEINFO): Use --force.
10058 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10060         * display.texi (Face Functions): Correct Texinfo usage.
10062 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10064         * lists.texi (Rings): `ring-elements' now returns the elements of
10065         RING in order.
10067 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
10069         * markers.texi (The Mark): Texinfo usage fix.
10071 2005-06-23  Kim F. Storm  <storm@cua.dk>
10073         * searching.texi (Entire Match Data): Remove evaporate option for
10074         match-data.  Do not mention evaporate option for set-match-data.
10076 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10078         * display.texi (Face Functions): Mention face aliases.
10080 2005-06-21  Richard M. Stallman  <rms@gnu.org>
10082         * anti.texi (Antinews): Texinfo usage fix.
10084 2005-06-21  Karl Berry  <karl@gnu.org>
10086         * elisp.texi: Use @copying.
10088         * elisp.texi: Put @summarycontents and @contents before the Top
10089         node, instead of the end of the file, so that the contents appear
10090         in the right place in the dvi/pdf output.
10092 2005-06-21  Juri Linkov  <juri@jurta.org>
10094         * display.texi (Defining Faces): Add `customized-face'.
10096 2005-06-20  Kim F. Storm  <storm@cua.dk>
10098         * variables.texi (Setting Variables): Any type of element can be
10099         given order in add-to-ordered-list.  Compare elements with eq.
10101         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10103 2005-06-20  Karl Berry  <karl@gnu.org>
10105         * syntax.texi (Syntax Flags): Make last column very slightly wider
10106         to avoid "generic comment" breaking on two lines and causing an
10107         underfull box.
10109 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
10111         * lists.texi (Rings): Various minor clarifications and corrections.
10113 2005-06-18  Richard M. Stallman  <rms@gnu.org>
10115         * functions.texi (Obsolete Functions): Simplify.
10117         * variables.texi (Variable Aliases): Simplify.
10119         * anti.texi, backups.texi, compile.texi, customize.texi:
10120         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10121         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10122         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10123         * variables.texi: Fix formatting ugliness.
10125         * elisp.texi: Add links to Rings and Byte Packing.
10126         Update version and copyright years.
10128         * minibuf.texi: Fix formatting ugliness.
10129         (Completion Commands): Move keymap vars to the end
10130         and vars completing-read binds to the top.
10132 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10134         * processes.texi: Fix typos.
10135         (Bindat Spec): Correct Texinfo error.
10136         (Byte Packing): Fix ungrammatical sentence.
10138 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
10140         * lists.texi (Rings): New node.
10141         (Lists): Add it to menu.
10143         * processes.texi (Byte Packing): New node.
10144         (Processes): Add it to menu.
10146 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10148         * syntax.texi (Parsing Expressions): Fix texinfo usage.
10150         * help.texi (Documentation Basics): Explain the xref to
10151         Documentation Tips.
10153         * debugging.texi (Debugger Commands): Minor fix.
10155 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
10157         * edebug.texi (Instrumenting): Eliminate duplicate link.
10158         (Specification List): Replace references to "below", referring to
10159         a later node, with one @ref to that node.
10161         * os.texi (Timers): Timers should save and restore the match data
10162         if they change it.
10164         * debugging.texi (Debugger Commands): Mention that the Lisp
10165         debugger can not step through primitive functions.
10167 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10169         * functions.texi (Obsolete Functions): Update argument names of
10170         `make-obsolete' and `define-obsolete-function-alias'.
10172         * variables.texi (Variable Aliases): Update argument names of
10173         `defvaralias', `make-obsolete-variable' and
10174         `define-obsolete-variable-alias'.
10176 2005-06-15  Kim F. Storm  <storm@cua.dk>
10178         * searching.texi (Entire Match Data): Rephrase warnings about
10179         evaporate arg to match-data and set-match-data.
10181 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10183         * elisp.texi (Top): Update detailed menu.
10185         * edebug.texi (Edebug): Update menu.
10186         (Instrumenting): Update xrefs.
10187         (Edebug Execution Modes): Correct xref.
10188         (Jumping): Clarify description of `h' command.
10189         Eliminate redundant @ref.
10190         (Breaks): New node.
10191         (Breakpoints): Is now a subsubsection.
10192         (Global Break Condition): Mention `C-x X X'.
10193         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
10194         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10195         (Edebug Display Update): Correct pxref.
10196         (Edebug and Macros): New node.
10197         (Instrumenting Macro Calls): Is now a subsubsection.
10198         Neither arg of `def-edebug-spec' is evaluated.
10199         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10200         (Specification Examples): Fix typo.
10202 2005-06-14  Lute Kamstra  <lute@gnu.org>
10204         * debugging.texi (Function Debugging): Primitives can break on
10205         entry too.
10207 2005-06-14  Kim F. Storm  <storm@cua.dk>
10209         * variables.texi (Setting Variables): Add add-to-ordered-list.
10211 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10213         * syntax.texi (Parsing Expressions): Document aux functions and vars of
10214         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10216 2005-06-13  Lute Kamstra  <lute@gnu.org>
10218         * text.texi (Special Properties): Fix cross reference.
10220 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
10222         * debugging.texi (Function Debugging): Delete mention of empty
10223         string argument to `cancel-debug-on-entry'.  Delete inaccurate
10224         description of the return value of that command.
10226 2005-06-11  Alan Mackenzie  <acm@muc.de>
10228         * text.texi (Adaptive Fill): Amplify the description of
10229         fill-context-prefix.
10231 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10233         * syntax.texi (Parsing Expressions): Fix Texinfo error.
10235 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10237         * syntax.texi (Parsing Expressions): Document syntax-ppss.
10239 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10241         * debugging.texi (Error Debugging): Minor rewording.
10242         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10243         is optional.
10245 2005-06-10  Lute Kamstra  <lute@gnu.org>
10247         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10248         (Top): Give it a title.  Correct version number.  Give the
10249         detailed node listing a more prominent header.
10250         * intro.texi: Don't set VERSION here a second time.
10251         Mention Emacs's version too.
10252         * anti.texi (Antinews): Use EMACSVER to refer to the current
10253         version of Emacs.
10255 2005-06-09  Kim F. Storm  <storm@cua.dk>
10257         * searching.texi (Entire Match Data): Explain new `reseat' argument to
10258         match-data and set-match-data.
10260 2005-06-08  Richard M. Stallman  <rms@gnu.org>
10262         * searching.texi (Entire Match Data): Clarify when match-data
10263         returns markers and when integers.
10265         * display.texi (Defining Faces): Explain that face name should not
10266         end in `-face'.
10268         * modes.texi (Mode Line Data): Minor cleanup.
10269         (Customizing Keywords): Node split out of Search-based Fontification.
10270         Add example of using font-lock-add-keywords from a hook.
10271         Clarify when MODE should be non-nil, and when nil.
10273 2005-06-06  Richard M. Stallman  <rms@gnu.org>
10275         * modes.texi (Mode Line Data): Explain what happens when the car
10276         of a list is a void symbol.
10277         (Search-based Fontification): Explain MODE arg to
10278         font-lock-add-keywords and warn about calls from major modes.
10280 2005-06-08  Juri Linkov  <juri@jurta.org>
10282         * display.texi (Standard Faces): Add `shadow' face.
10284 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
10286         * modes.texi (Major Mode Conventions): A derived mode only needs
10287         to put the call to the parent mode inside `delay-mode-hooks'.
10289 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10291         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10292         new, and what that implies.  Clarify.
10294         * files.texi (Locating Files): Clean up the text.
10296         * frames.texi (Window Frame Parameters): Document user-size.
10297         Shorten entry for top by referring to left.
10299 2005-05-26  Richard M. Stallman  <rms@gnu.org>
10301         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10302         is new, and what the implications are.  Other clarifications.
10304 2005-05-24  Richard M. Stallman  <rms@gnu.org>
10306         * frames.texi (Dialog Boxes): Minor fixes.
10308 2005-05-25  Masatake YAMATO  <jet@gyve.org>
10310         * display.texi (Standard Faces): Write about `mode-line-highlight'.
10312 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10314         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10315         is optional.
10317 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
10319         * frames.texi (Dialog Boxes): Describe new optional argument.
10321 2005-05-23  Lute Kamstra  <lute@gnu.org>
10323         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10324         syntax-begin-function over font-lock-beginning-of-syntax-function.
10326 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
10328         * minibuf.texi (Reading File Names): Update description of
10329         `read-directory-name'.
10331         * modes.texi (Derived Modes): Clarify :group keyword.
10333 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10335         * files.texi (Locating Files): New subsection.
10336         Describe locate-file and executable-find.
10338 2005-05-21  Kevin Ryde  <user42@zip.com.au>
10340         * frames.texi (Initial Parameters): Update cross reference to
10341         "Emacs Invocation".
10343 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
10345         * keymaps.texi (Active Keymaps): Add anchor.
10347         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10348         (Major Mode Conventions): Refer to `Auto Major Mode' in more
10349         appropriate place.
10350         (Derived Modes): Small clarifications.
10351         (Minor Mode Conventions, Keymaps and Minor Modes):
10352         Replace references to nodes with references to anchors.
10353         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10354         Clarify description of lists whose first element is an integer.
10355         (Mode Line Variables): Add anchor.
10356         (%-Constructs): Clarify description of integer after %.
10357         (Emulating Mode Line): Describe nil value for FACE.
10359 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10361         * modes.texi (Derived Modes): Correct references to non-existing
10362         variable standard-syntax-table.
10364 2005-05-17  Lute Kamstra  <lute@gnu.org>
10366         * modes.texi (Defining Minor Modes): Mention the mode hook.
10368 2005-05-15  Kim F. Storm  <storm@cua.dk>
10370         * processes.texi (Network): Remove open-network-stream-nowait.
10371         (Network Servers): Remove open-network-stream-server.
10373 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
10375         * elisp.texi (Top): Update detailed menu.
10377         * variables.texi: Reorder nodes.
10378         (Variables): Update menu.
10379         (File Local Variables): Do not refer to the `-*-' line as
10380         a "local variables list".  Add pxref.
10382 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10384         * elisp.texi (Top): Update detailed menu for node changes.
10386         * modes.texi (Modes): Update Menu.
10387         (Hooks): Move to beginning of chapter.
10388         Most minor modes run mode hooks too.
10389         `add-hook' can handle void hooks or hooks whose value is a single
10390         function.
10391         (Major Modes): Update Menu.
10392         (Major Mode Basics): New node, split off from `Major Modes'.
10393         (Major Mode Conventions): Correct xref.  Explain how to handle
10394         auto-mode-alist if the major mode command has an autoload cookie.
10395         (Auto Major Mode): Major update.  Add magic-mode-alist.
10396         (Derived Modes): Major update.
10397         (Mode Line Format): Update Menu.
10398         (Mode Line Basics): New node, split off from `Mode Line Format'.
10400         * loading.texi (Autoload): Mention `autoload cookie' as synonym
10401         for `magic autoload comment'.  Add index entries and anchor.
10403 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10405         * tips.texi (Coding Conventions): Explain how important it is
10406         that just loading certain files not change Emacs behavior.
10408         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10410 2005-05-12  Lute Kamstra  <lute@gnu.org>
10412         * modes.texi (Generic Modes): Update.
10413         (Major Modes): Refer to node "Generic Modes".
10415         * elisp.texi (Top): Update to the current structure of the manual.
10416         * processes.texi (Processes): Add menu description.
10417         * customize.texi (Customization): Add menu descriptions.
10419 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10421         * processes.texi (Signals to Processes)
10422         (Low-Level Network): Fix typos.
10424 2005-05-11  Lute Kamstra  <lute@gnu.org>
10426         * elisp.texi (Top): Add some nodes from the chapter "Major and
10427         Minor Modes" to the detailed node listing.
10429 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10431         * keymaps.texi (Extended Menu Items): Menu item filter functions
10432         can be called at any time.
10434 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
10436         * variables.texi (File Local Variables): `(hack-local-variables t)'
10437         now also checks whether a mode is specified in the local variables
10438         list.
10440 2005-05-05  Kevin Ryde  <user42@zip.com.au>
10442         * display.texi (The Echo Area): Correct format function cross
10443         reference.
10445 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10447         * variables.texi (Variable Aliases): Change description of
10448         `define-obsolete-variable-alias'.
10450         * functions.texi (Functions): Add "Obsolete Functions" to menu.
10451         (Defining Functions): Add xref.
10452         (Obsolete Functions): New node.
10453         (Function Safety): Standardize capitalization of section title.
10455         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10456         (Dialog Boxes): Complete description of `x-popup-dialog'.
10458 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10460         * commands.texi (Interactive Codes): Fix Texinfo usage.
10461         Document U more clearly.
10463 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10465         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10466         function and not a macro.
10468         * frames.texi (Pop-Up Menus): Correct and clarify description of
10469         `x-popup-menu'.
10470         (Dialog Boxes): Clarify description of `x-popup-dialog'.
10472 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10474         * edebug.texi (Checking Whether to Stop): Fix previous change.
10476 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10478         * display.texi: Fix typos and Texinfo usage.
10480         * edebug.texi (Checking Whether to Stop): executing-macro ->
10481         executing-kbd-macro.
10483 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10485         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10487 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10489         * files.texi (Magic File Names): Document `operations' property.
10491 2005-04-29  Lute Kamstra  <lute@gnu.org>
10493         * modes.texi (Generic Modes): New node.
10494         (Major Modes): Add it to the menu.
10495         (Derived Modes): Add "derived mode" to concept index.
10497 2005-04-28  Lute Kamstra  <lute@gnu.org>
10499         * modes.texi (Defining Minor Modes): Fix previous change.
10500         (Font Lock Mode): Simplify.
10501         (Font Lock Basics): Say that font-lock-defaults is buffer-local
10502         when set and that some parts are optional.  Add cross references.
10503         (Search-based Fontification): Say how to specify font-lock-keywords.
10504         Add cross references.  Add font-lock-multiline to index.
10505         Move font-lock-keywords-case-fold-search here from node "Other Font
10506         Lock Variables".  Document font-lock-add-keywords and
10507         font-lock-remove-keywords.
10508         (Other Font Lock Variables): Move font-lock-keywords-only,
10509         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10510         and font-lock-syntactic-face-function to node "Syntactic Font
10511         Lock".  Move font-lock-keywords-case-fold-search to node
10512         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
10513         and font-lock-{,un}fontify-{buffer,region}-function.
10514         (Precalculated Fontification): Remove reference to deleted variable
10515         font-lock-core-only.
10516         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10517         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
10518         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10519         and font-lock-syntactic-face-function here from node "Other Font
10520         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
10521         Syntax Properties".  Add cross references.
10522         (Setting Syntax Properties): New node.
10523         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10524         * syntax.texi (Syntax Properties): Add cross reference.
10525         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10527 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10529         * display.texi (Defining Faces):
10530         Document `default' elements of defface spec.
10532         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10534         * variables.texi (Variable Aliases): Clarify text.
10536 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
10538         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10540 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10542         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10544 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
10546         * syntax.texi (Syntax Table Internals): Elaborate documentation of
10547         syntax-after and syntax-class.
10549         * files.texi (Changing Files): Fix last change's cross-reference.
10550         (Unique File Names): Don't mention "numbers" in the documentation
10551         of make-temp-file and make-temp-name.
10553 2005-04-23  Richard M. Stallman  <rms@gnu.org>
10555         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10557 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10559         * windows.texi (Cyclic Window Ordering): Clarify window-list.
10561 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10563         * variables.texi (Variable Aliases): Describe make-obsolete-variable
10564         and define-obsolete-variable-alias.
10566 2005-04-22  Kim F. Storm  <storm@cua.dk>
10568         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10569         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10571 2005-04-21  Lute Kamstra  <lute@gnu.org>
10573         * lists.texi (Association Lists): Document rassq-delete-all.
10575 2005-04-19  Richard M. Stallman  <rms@gnu.org>
10577         * modes.texi (Search-based Fontification): Explain that
10578         facespec is an expression to be evaluated.
10580 2005-04-19  Kevin Ryde  <user42@zip.com.au>
10582         * streams.texi (Output Functions): Fix xref.
10583         * strings.texi (String Conversion): Fix xref.
10585 2005-04-19  Kim F. Storm  <storm@cua.dk>
10587         * symbols.texi (Symbol Plists): Add safe-get.
10588         Mention that `get' may signal an error.
10590 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
10592         * customize.texi (Variable Definitions): Replace tooltip-mode
10593         example with save-place.
10595 2005-04-17  Richard M. Stallman  <rms@gnu.org>
10597         * buffers.texi (Indirect Buffers): Clarify.
10599         * positions.texi (Positions): Clarify converting marker to integer.
10601         * strings.texi (String Basics): Mention string-match; clarify.
10603 2005-04-08  Lute Kamstra  <lute@gnu.org>
10605         * modes.texi (Search-based Fontification): Fix cross references.
10606         Use consistent terminology.  Document anchored highlighting.
10608 2005-04-05  Lute Kamstra  <lute@gnu.org>
10610         * modes.texi (Defining Minor Modes): Document :group keyword
10611         argument and its default value.
10613 2005-04-03  Lute Kamstra  <lute@gnu.org>
10615         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
10616         references and/or descriptions.  Delete major mode hooks; mention
10617         them as a category instead.  Rename or delete obsolete hooks.
10619 2005-04-02  Richard M. Stallman  <rms@gnu.org>
10621         * nonascii.texi (Coding System Basics): Another wording cleanup.
10623 2005-04-01  Richard M. Stallman  <rms@gnu.org>
10625         * nonascii.texi (Coding System Basics): Clarify previous change.
10627 2005-04-01  Kenichi Handa  <handa@m17n.org>
10629         * nonascii.texi (Coding System Basics): Describe about roundtrip
10630         identity of coding systems.
10632 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
10634         * text.texi (Buffer Contents): Add filter-buffer-substring and
10635         buffer-substring-filters.
10637 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
10639         * anti.texi (Antinews): Mention `G' interactive code.
10641         * tips.texi (Compilation Tips): Mention benchmark.el.
10643 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
10645         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10646         is now bound to M-o M-o.
10648         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10650 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10652         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10653         in the Emacs Manual).
10654         * Makefile.in (srcs): Remove calendar.texi.
10655         * makefile.w32-in (srcs): Remove calendar.texi.
10656         * display.texi (Display): Change name of next node.
10657         * os.texi (System In): Change name of previous node.
10658         * elisp.texi (Top): Remove Calendar references.
10659         * vol1.texi (Top): Remove Calendar references.
10660         * vol2.texi (Top): Remove Calendar references.
10662 2005-03-25  Richard M. Stallman  <rms@gnu.org>
10664         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10665         Cleanup previous change.
10667 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
10669         * display.texi (Face Attributes): Faces earlier in an :inherit
10670         list take precedence.
10671         (Scroll Bars): Fix description of vertical-scroll-bars.
10672         Document frame-current-scroll-bars and window-current-scroll-bars.
10674         * markers.texi (The Mark): Document temporary Transient Mark mode.
10676         * minibuf.texi (Reading File Names):
10677         Document read-file-name-completion-ignore-case.
10679         * positions.texi (Screen Lines): Document nil for width argument
10680         to compute-motion.
10682 2005-03-23  Kim F. Storm  <storm@cua.dk>
10684         * display.texi (Standard Faces): Other faces used in the fringe
10685         implicitly inherits from the fringe face.
10686         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10687         properties implicitly inherits from fringe face.
10688         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10690 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
10692         * display.texi (Invisible Text): State default value of
10693         line-move-ignore-invisible.
10694         (Managing Overlays): Document remove-overlays.
10695         (Standard Faces): Document escape-glyph face.
10697         * minibuf.texi (Reading File Names): Document read-file-name-function.
10699         * modes.texi (Other Font Lock Variables):
10700         Document font-lock-lines-before.
10702         * positions.texi (Skipping Characters): skip-chars-forward allows
10703         character classes.
10705 2005-03-18  Lute Kamstra  <lute@gnu.org>
10707         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10709 2005-03-17  Richard M. Stallman  <rms@gnu.org>
10711         * text.texi (Undo): Document extensible undo entries.
10713         * searching.texi (String Search, Regexp Search): Cleanups.
10715         * nonascii.texi (Character Codes): Minor fix.
10717         * display.texi (Display Property): Explain the significance
10718         of having text properties that are eq.
10719         (Other Display Specs): Explain string as display spec.
10721         * commands.texi (Interactive Codes): Document G option.
10723 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
10725         * text.texi (Filling): Add sentence-end-without-period and
10726         sentence-end-without-space.
10727         (Changing Properties): Minor fix.
10729         * anti.texi: Total rewrite.
10731 2005-03-15  Lute Kamstra  <lute@gnu.org>
10733         * edebug.texi (Instrumenting Macro Calls): Fix typos.
10735 2005-03-08  Kim F. Storm  <storm@cua.dk>
10737         * display.texi (Specified Space): Property :width is support on
10738         non-graphic terminals, :height is not.
10740 2005-03-07  Richard M. Stallman  <rms@gnu.org>
10742         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10743         Now subnodes of Fringes.
10744         (Overlay Arrow): Document overlay-arrow-variable-list.
10745         (Fringe Size/Pos): New node, broken out of Fringes.
10746         (Display): Explain clearing vs redisplay better.
10747         (Truncation): Clarify use of bitmaps.
10748         (The Echo Area): Clarify the uses of the echo area.
10749         Add max-mini-window-height.
10750         (Progress): Clarify.
10751         (Invisible Text): Explain that main loop moves point out.
10752         (Selective Display): Say "hidden", not "invisible".
10753         (Managing Overlays): Move up.  Describe relation to Undo here.
10754         (Overlay Properties): Clarify intro.
10755         (Finding Overlays): Explain return values when nothing found.
10756         (Width): truncate-string-to-width has added arg.
10757         (Displaying Faces): Clarify and update mode line face handling.
10758         (Face Functions): Minor cleanup.
10759         (Conditional Display): Merge into Other Display Specs.
10760         (Pixel Specification, Other Display Specs): Minor cleanups.
10761         (Images, Image Descriptors): Minor cleanups.
10762         (GIF Images): Patents have expired.
10763         (Showing Images): Explain default text for insert-image.
10764         (Manipulating Button Types): Merge into Manipulating Buttons.
10765         (Making Buttons): Explain return values.
10766         (Button Buffer Commands): Add xref.
10767         (Inverse Video): Update mode-line-inverse-video.
10768         (Display Table Format): Clarify.
10769         (Active Display Table): Give defaults for window-display-table.
10771         * calendar.texi (Calendar Customizing): calendar-holiday-marker
10772         and calendar-today-marker are strings, not chars.
10773         (Holiday Customizing): Minor fix.
10775         * internals.texi (Writing Emacs Primitives): Update `or' example.
10776         Update limit on # args of subr.
10778         * edebug.texi (Using Edebug): Arrow is in fringe.
10779         (Instrumenting): Arg to eval-defun works without loading edebug.
10780         (Edebug Execution Modes): Add xref.
10782         * customize.texi (Common Keywords): Clarify :require.
10783         Mention :version here.
10784         (Variable Definitions, Group Definitions): Not here.
10785         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10787 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
10788         * nonascii.texi (Text Representations): Clarify position-bytes.
10789         (Character Sets): Add list-charset-chars.
10790         (Scanning Charsets): Add charset-after.
10791         (Encoding and I/O): Minor fix.
10793 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10795         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10796         (Resizing Windows): Likewise.
10798         * text.texi (Change Hooks): Get rid of "Emacs 21".
10800         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10802         * streams.texi (Output Variables): Get rid of "Emacs 21".
10804         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10806         * os.texi (Translating Input): Replace flow-control example
10807         with a less obsolete example that uses `keyboard-translate'.
10809         * objects.texi (Hash Table Type, Circular Objects):
10810         Get rid of "Emacs 21".
10812         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10813         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10815         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10817         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10819         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10820         (Menu Bar): Fix when menu-bar-update-hook is called.
10822         * hash.texi (Hash Tables): Get rid of "Emacs 21".
10824         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10825         and make it read better.
10827         * files.texi (Writing to Files): Get rid of "Emacs 21".
10828         (Unique File Names): Likewise.
10830         * elisp.texi: Update Emacs version to 22.
10832         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10833         (Overlay Properties, Face Attributes): Likewise.
10834         (Managing Overlays): Fix punctuation.
10835         (Attribute Functions): Clarify set-face-font; get rid of
10836         info about old Emacs versions.
10837         (Auto Faces, Font Lookup, Display Property, Images):
10838         Get rid of "Emacs 21".
10840         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10842 2005-03-05  Richard M. Stallman  <rms@gnu.org>
10844         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10846 2005-03-04  Lute Kamstra  <lute@gnu.org>
10848         * debugging.texi (Error Debugging): Document stack-trace-on-error.
10850 2005-03-03  Lute Kamstra  <lute@gnu.org>
10852         * edebug.texi (Instrumenting Macro Calls): Fix typo.
10854 2005-03-01  Lute Kamstra  <lute@gnu.org>
10856         * debugging.texi (Debugger Commands): Update `j'.
10858 2005-02-28  Lute Kamstra  <lute@gnu.org>
10860         * debugging.texi (Debugging): Fix typo.
10861         (Error Debugging): Document eval-expression-debug-on-error.
10862         (Function Debugging): Update example.
10863         (Using Debugger): Mention starred stack frames.
10864         (Debugger Commands): Document `j' and `l'.
10865         (Invoking the Debugger): `d' and `j' exit recursive edit too.
10866         Update the messages that the debugger displays.
10867         (Internals of Debugger): Add cross reference.  Update example.
10868         (Excess Open): Minor improvement.
10869         (Excess Close): Minor improvement.
10871 2005-02-26  Richard M. Stallman  <rms@gnu.org>
10873         * tips.texi (Coding Conventions): Clarify.
10874         Put all the major mode key reservations together.
10875         Mention the Mouse-1 => Mouse-2 conventions.
10877         * syntax.texi (Syntax Class Table): Clarify.
10878         (Syntax Table Functions): syntax-after moved from here.
10879         (Syntax Table Internals): syntax-after moved to here.
10880         (Parsing Expressions): Update info on number of values
10881         and what's meaningful in the STATE argument.
10882         (Categories): Fix typo.
10884         * sequences.texi (Arrays): Cleanup.
10885         (Char-Tables): Clarify.
10887         * processes.texi (Deleting Processes): Cleanups, add xref.
10888         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
10889         (Process Information): set-process-coding-system, some args optional.
10890         (Input to Processes): Explain various types for PROCESS args.
10891         Rename them from PROCESS-NAME to PROCESS.
10892         (Signals to Processes): Likewise.
10893         (Decoding Output): Cleanup.
10894         (Query Before Exit): Clarify.
10896         * os.texi (Startup Summary): Correct the options; add missing ones.
10897         (Terminal Output, Batch Mode): Clarify.
10898         (Flow Control): Node deleted.
10900         * markers.texi (The Mark): Clarify.
10902         * macros.texi (Expansion): Cleanup.
10903         (Indenting Macros): indent-spec allows ints, not floats.
10905         * keymaps.texi (Keymaps): Clarify.
10906         (Format of Keymaps): Update lisp-mode-map example.
10907         (Active Keymaps, Key Lookup): Clarify.
10908         (Changing Key Bindings): Add xref to `kbd'.
10909         (Key Binding Commands, Simple Menu Items): Clarify.
10910         (Mouse Menus, Menu Bar): Clarify.
10911         (Menu Example): Replace print example with menu-bar-replace-menu.
10913         * help.texi (Documentation Basics): Add function-documentation prop.
10915         * elisp.texi (Top): Don't refer to Flow Control node.
10917         * commands.texi (Command Overview): Improve xrefs.
10918         (Adjusting Point): Adjusting point applies to intangible and invis.
10919         (Key Sequence Input): Doc extra read-key-sequence args.
10920         Likewise for read-key-sequence-vector.
10922         * backups.texi (Rename or Copy): Minor fix.
10923         (Numbered Backups): For version-control, say the default.
10924         (Auto-Saving): make-auto-save-file-name example is simplified.
10926         * advice.texi (Advising Functions): Don't imply one part of Emacs
10927         should advise another part.  Markup changes.
10928         (Defining Advice): Move transitional para.
10929         (Activation of Advice): Cleanup.
10930         Explain if COMPILE is nil or negative.
10932         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10934 2005-02-24  Lute Kamstra  <lute@gnu.org>
10936         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10937         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10939 2005-02-23  Lute Kamstra  <lute@gnu.org>
10941         * modes.texi (Defining Minor Modes): define-minor-mode can be used
10942         to define global minor modes as well.
10944         * display.texi (Managing Overlays): overlay-buffer returns nil for
10945         deleted overlays.
10947 2005-02-22  Kim F. Storm  <storm@cua.dk>
10949         * minibuf.texi (Basic Completion): Allow symbols in addition to
10950         strings in try-completion and all-completions.
10952 2005-02-14  Lute Kamstra  <lute@gnu.org>
10954         * elisp.texi (Top): Remove reference to deleted node.
10956         * lists.texi (Lists): Remove reference to deleted node.
10957         (Cons Cells): Fix typo.
10959         * loading.texi (Where Defined): Fix typo.
10961 2005-02-14  Richard M. Stallman  <rms@gnu.org>
10963         * variables.texi (Creating Buffer-Local): change-major-mode-hook
10964         is useful for discarding some minor modes.
10966         * symbols.texi (Symbol Components): Reorder examples.
10968         * streams.texi (Input Functions): State standard-input default.
10969         (Output Variables): State standard-output default.
10971         * objects.texi (Printed Representation): Clarify read syntax vs print.
10972         (Floating Point Type): Explain meaning better.
10973         (Symbol Type): Explain uniqueness better.
10974         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
10975         List examples sooner.
10976         (Box Diagrams): New subnode broken out.
10977         Some examples moved from old Lists as Boxes node.
10978         (Dotted Pair Notation): Clarify intro.
10979         (Array Type): Clarify.
10980         (Type Predicates): Add hash-table-p.
10982         * numbers.texi (Integer Basics): Clarify radix explanation.
10983         (Predicates on Numbers): Minor clarification.
10984         (Comparison of Numbers): Minor clarification.  Clarify eql.
10985         Typos in min, max.
10986         (Math Functions): Clarify overflow in expt.
10988         * minibuf.texi (Text from Minibuffer): Minor clarification.
10989         Mention arrow keys.
10991         * loading.texi (Autoload): defun's doc string overrides autoload's
10992         doc string.
10993         (Repeated Loading): Modernize "add to list" examples.
10994         (Where Defined): Finish updating table of load-history elts.
10996         * lists.texi (List-related Predicates): Minor wording improvement.
10997         (Lists as Boxes): Node deleted.
10998         (Building Lists): Explain trivial cases of number-sequence.
11000         * hash.texi (Hash Tables): Add desc to menu items.
11001         (Creating Hash): Explain "full" means "make larger".
11002         (Hash Access): Any object can be a key.
11003         State value of maphash.
11005         * functions.texi (What Is a Function): Wording cleanup.
11006         (Function Documentation): Minor cleanup.
11007         Explain purpose of calling convention at end of doc string.
11008         (Function Names): Wording cleanup.
11009         (Calling Functions): Wording cleanup.
11010         Explain better how funcall calls the function.
11011         (Function Cells): Delete example of saving and redefining function.
11013         * control.texi (Combining Conditions): Wording cleanup.
11014         (Iteration): dolist and dotimes bind VAR locally.
11015         (Cleanups): Xref to Atomic Changes.
11017         * compile.texi (Byte Compilation): Delete 19.29 info.
11018         (Compilation Functions): Macros' difficulties don't affect defsubst.
11019         (Docs and Compilation): Delete 19.29 info.
11021 2005-02-10  Richard M. Stallman  <rms@gnu.org>
11023         * objects.texi (Symbol Type): Minor correction.
11025 2005-02-06  Lute Kamstra  <lute@gnu.org>
11027         * modes.texi (Example Major Modes): Fix typos.
11029 2005-02-06  Richard M. Stallman  <rms@gnu.org>
11031         * text.texi (Margins): fill-nobreak-predicate can be one function.
11033         * strings.texi (Modifying Strings): clear-string can make unibyte.
11034         (Formatting Strings): format gives error if values missing.
11036         * positions.texi (Character Motion): Mention default arg
11037         for forward-char.  backward-char refers to forward-char.
11038         (Word Motion): Mention default arg for forward-word.
11039         (Buffer End Motion): Mention default arg for beginning-of-buffer.
11040         Simplify end-of-buffer.
11041         (Text Lines): Mention default arg for forward-line.
11042         (List Motion): Mention default arg for beginning/end-of-defun.
11043         (Skipping Characters): Minor fixes in explaining character-set.
11045         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11046         Mode inheritance applies only when default-major-mode is nil.
11047         Clarifications.
11048         (Example Major Modes): Update Text mode and Lisp mode examples.
11049         (Minor Mode Conventions): Mention define-minor-mode at top.
11050         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11051         (Mode Line Format): Update mode line face display info.
11052         (Properties in Mode): Mention effect of risky vars.
11053         (Imenu): Define imenu-add-to-menubar.
11054         (Font Lock Mode): Add descriptions to menu lines.
11055         (Faces for Font Lock): Add font-lock-doc-face.
11057 2005-02-05  Lute Kamstra  <lute@gnu.org>
11059         * text.texi (Maintaining Undo): Remove obsolete function.
11061 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
11063         * frames.texi (Color Names): Add pointer to the X docs about RGB
11064         color specifications.  Improve indexing.
11065         (Text Terminal Colors): Replace the description of RGB values by
11066         an xref to "Color Names".
11068 2005-02-03  Richard M. Stallman  <rms@gnu.org>
11070         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11071         Clarify.
11072         (Selecting Windows): Clarify save-selected-window.
11073         (Cyclic Window Ordering): Clarify walk-windows.
11074         (Window Point): Clarify.
11075         (Window Start): Add comment to example.
11076         (Resizing Windows): Add `interactive' specs in examples.
11077         Document fit-window-to-buffer.
11079         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11080         (Undo, Maintaining Undo): Clarify last change.
11081         (Sorting): In sort-numeric-fields, explain about octal and hex.
11082         Mention sort-numeric-base.
11083         (Format Properties): Add xref for hard newlines.
11085         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11086         (Pop-Up Menus): Fix typo.
11087         (Color Names): Explain all types of color names.
11088         Explain color-values on B&W terminal.
11089         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
11091         * files.texi (File Locks): Not supported on MS systems.
11092         (Testing Accessibility): Clarify.
11094         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11095         (Coverage Testing): Fix typo.
11097         * commands.texi (Misc Events): Remove stray space.
11099         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11100         (Modification Time): Clarify when visited-file-modtime returns 0.
11101         (The Buffer List): Clarify bury-buffer.
11102         (Killing Buffers): Clarify.
11103         (Indirect Buffers): Add clone-indirect-buffer.
11105 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
11107         * edebug.texi (Printing in Edebug): Fix default value of
11108         edebug-print-circle.
11109         (Coverage Testing): Fix displayed frequency count data.
11111 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
11113         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11115 2005-02-02  Kim F. Storm  <storm@cua.dk>
11117         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11119 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
11121         * commands.texi (Misc Events): Describe the help-echo event.
11123         * text.texi (Special Properties) <help-echo>: Use `pos'
11124         consistently in description of the help-echo property.
11125         Use @code{nil} instead of @var{nil}.
11127         * display.texi (Overlay Properties): Fix the index entry for
11128         help-echo overlay property.
11130         * customize.texi (Type Keywords): Uncomment the xref to the
11131         help-echo property documentation.
11133 2005-01-23  Kim F. Storm  <storm@cua.dk>
11135         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11136         return value.  Third element FULLY replaced by PARTIAL which
11137         specifies number of invisible pixels if row is only partially visible.
11138         (Textual Scrolling): Mention auto-window-vscroll.
11139         (Vertical Scrolling): New defvar auto-window-vscroll.
11141 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11143         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11144         command remapping.
11146 2005-01-15  Richard M. Stallman  <rms@gnu.org>
11148         * display.texi (Defining Images): Mention DATA-P arg of create-image.
11150 2005-01-14  Kim F. Storm  <storm@cua.dk>
11152         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11154         * text.texi (Links and Mouse-1): Fix string and vector item.
11156 2005-01-13  Richard M. Stallman  <rms@gnu.org>
11158         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11159         descriptions of overriding-local-map and overriding-terminal-local-map.
11161         * text.texi (Links and Mouse-1): Clarify text.
11163 2005-01-13  Kim F. Storm  <storm@cua.dk>
11165         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11167 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
11169         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11171 2005-01-12  Kim F. Storm  <storm@cua.dk>
11173         * text.texi (Links and Mouse-1): Rename section from Enabling
11174         Mouse-1 to Following Links.  Change xrefs.
11175         Add examples for define-button-type and define-widget.
11177         * display.texi (Button Properties, Button Buffer Commands):
11178         Clarify mouse-1 and follow-link functionality.
11180 2005-01-12  Richard M. Stallman  <rms@gnu.org>
11182         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11184         * display.texi (Beeping): Fix Texinfo usage.
11186         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11188 2005-01-11  Kim F. Storm  <storm@cua.dk>
11190         * display.texi (Button Properties, Button Buffer Commands):
11191         Mention mouse-1 binding.  Add follow-link keyword.
11193         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11194         (Enabling Mouse-1 to Follow Links): New subsection.
11196 2005-01-06  Richard M. Stallman  <rms@gnu.org>
11198         * text.texi (Special Properties): Minor change.
11200         * os.texi (Timers): Clarify previous change.
11202         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11204 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
11206         * display.texi (Face Attributes): Correct xref to renamed node.
11208 2005-01-01  Richard M. Stallman  <rms@gnu.org>
11210         * display.texi (Face Attributes): Describe hex color specs.
11212 2004-12-31  Richard M. Stallman  <rms@gnu.org>
11214         * os.texi (Timers): Update previous change.
11216 2004-12-30  Kim F. Storm  <storm@cua.dk>
11218         * display.texi (Line Height): Total line-height is now specified
11219         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
11220         in cons cells.  (nil . RATIO) is relative to actual line height.
11221         Use line-height `t' instead of `0' to get minimum height.
11223 2004-12-29  Richard M. Stallman  <rms@gnu.org>
11225         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11227 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11229         * commands.texi (Quitting): Clarify value of with-local-quit.
11231         * elisp.texi (Top): Fix previous change.
11233         * loading.texi (Loading): Fix previous change.
11235 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11237         * Makefile.in (MAKEINFO): Specify --force.
11239         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11241         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11243         * display.texi (Line Height): Further clarify.
11245         * elisp.texi (Top): Update Loading submenu.
11247         * loading.texi (Where Defined): New node.
11248         (Unloading): load-history moved to Where Defined.
11250 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11252         * commands.texi (Event Input Misc): Add while-no-input.
11254 2004-12-11  Richard M. Stallman  <rms@gnu.org>
11256         * display.texi (Line Height): Rewrite text for clarity.
11258 2004-12-11  Kim F. Storm  <storm@cua.dk>
11260         * display.texi (Display): Add node "Line Height" to menu.
11261         (Line Height): New node.  Move full description of line-spacing
11262         and line-height text properties here from text.texi.
11263         (Scroll Bars): Add vertical-scroll-bar variable.
11265         * frames.texi (Window Frame Parameters): Remove line-height defvar.
11267         * locals.texi (Standard Buffer-Local Variables): Fix xref for
11268         line-spacing and vertical-scroll-bar.
11270         * text.texi (Special Properties): Just mention line-spacing and
11271         line-height here, add xref to new "Line Height" node.
11273 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
11275         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11277         * locals.texi (Standard Buffer-Local Variables):
11278         Add @xref for `line-spacing'.
11280 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11282         * Makefile.in (maintainer-clean): Remove the info files
11283         in $(infodir) where they are created.
11285 2004-12-03  Richard M. Stallman  <rms@gnu.org>
11287         * windows.texi (Selecting Windows): get-lru-window and
11288         get-largest-window don't consider dedicated windows.
11290         * text.texi (Undo): Document undo-in-progress.
11292 2004-11-26  Richard M. Stallman  <rms@gnu.org>
11294         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11295         Remove a few vars that are not always buffer-local.
11297 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
11299         * locals.texi (Standard Buffer-Local Variables): Comment out
11300         xref's to non-existent node `Yet to be written'.
11302 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11304         * processes.texi (Synchronous Processes): Grammar fix.
11306         * numbers.texi (Comparison of Numbers): Add eql.
11308         * locals.texi (Standard Buffer-Local Variables): Add many vars.
11310         * intro.texi (Printing Notation): Fix previous change.
11312         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11313         and default-indicate-buffer-boundaries from here.
11314         (Usual Display): To here.
11315         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11316         (Usual Display): Move tab-width up.
11318         * customize.texi (Variable Definitions):
11319         Replace show-paren-mode example with tooltip-mode.
11320         (Simple Types, Composite Types, Defining New Types):
11321         Minor cleanups.
11323 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
11325         * processes.texi (Synchronous Processes, Output from Processes):
11326         Markup fix.
11328 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11330         * positions.texi (Skipping Characters): skip-chars-forward
11331         now handles char classes.
11333         * intro.texi (Printing Notation): Avoid confusion of `print'
11334         when explaining @print.
11336         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11338         * display.texi (Display Table Format): Minor fix.
11340         * streams.texi (Output Functions): Fix print example.
11342         * Makefile.in (elisp): New target.
11343         (dist): Depend on $(infodir)/elisp, not elisp.
11344         Copy the info files from $(infodir).
11346         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11347         read-from-minibuffer.
11349         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11351 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11353         * searching.texi (Regexp Search): Add search-whitespace-regexp.
11355 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
11357         * tips.texi (Coding Conventions): Fix typo.
11359 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11361         * tips.texi (Coding Conventions): Separate defvar and require
11362         methods to avoid warnings.  Use require only when there are many
11363         functions and variables from that package.
11365         * minibuf.texi (Minibuffer Completion): When ignoring case,
11366         predicate must not be case-sensitive.
11368         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11369         (Test Coverage): Don't talk about "splotches".  Clarified.
11371 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
11373         * frames.texi (Window Frame Parameters): Fix typo.
11375 2004-11-15  Kim F. Storm  <storm@cua.dk>
11377         * symbols.texi (Other Plists): Note that plist-get may signal error.
11378         Add safe-plist-get.
11380 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
11382         * modes.texi (Font Lock Basics): Fix typo.
11384 2004-11-08  Richard M. Stallman  <rms@gnu.org>
11386         * syntax.texi (Syntax Table Functions): Add syntax-after.
11388 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
11390         * os.texi (Processor Run Time): New section documenting
11391         get-internal-run-time.
11393 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
11395         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11396         it nukes elisp-cover.texi.
11397         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11398         elisp-0 etc.
11400 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11402         * commands.texi (Keyboard Macros): Document `append' return value
11403         of `defining-kbd-macro'.
11405 2004-11-01  Richard M. Stallman  <rms@gnu.org>
11407         * commands.texi (Interactive Call): Add called-interactively-p.
11409 2004-10-29  Simon Josefsson  <jas@extundo.com>
11411         * minibuf.texi (Reading a Password): Revert.
11413 2004-10-28  Richard M. Stallman  <rms@gnu.org>
11415         * frames.texi (Display Feature Testing): Explain about "vendor".
11417 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11419         * commands.texi (Interactive Codes): `N' uses numeric prefix,
11420         not raw.  Clarify `n'.
11421         (Interactive Call): Rewrite interactive-p, focusing on when
11422         and how to use it.
11423         (Misc Events): Clarify previous change.
11425         * advice.texi (Simple Advice): Clarify what job the example does.
11426         (Around-Advice): Clarify ad-do-it.
11427         (Activation of Advice): An option of ad-default-compilation-action
11428         is `never', not `nil'.
11430 2004-10-26  Kim F. Storm  <storm@cua.dk>
11432         * commands.texi (Interactive Codes): Add U code letter.
11434 2004-10-25  Simon Josefsson  <jas@extundo.com>
11436         * minibuf.texi (Reading a Password): Add.
11438 2004-10-24  Jason Rumney  <jasonr@gnu.org>
11440         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
11441         and wheel-down.
11443 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
11445         * processes.texi (Synchronous Processes): Document process-file.
11447 2004-10-22  Kenichi Handa  <handa@m17n.org>
11449         * text.texi (translate-region): Document that it accepts also a
11450         char-table.
11452 2004-10-22  David Ponce  <david@dponce.com>
11454         * windows.texi (Resizing Windows): Document the `preserve-before'
11455         argument of the functions `enlarge-window' and `shrink-window'.
11457 2004-10-19  Jason Rumney  <jasonr@gnu.org>
11459         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11461 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11463         * text.texi (Filling): Add anchor for definition of
11464         `sentence-end-double-space'.
11466         * searching.texi (Regexp Example): Update description of how
11467         Emacs currently recognizes the end of a sentence.
11468         (Standard Regexps): Update definition of the variable
11469         `sentence-end'.  Add definition of the function `sentence-end'.
11471 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
11473         * display.texi (Progress): New node.
11475 2004-10-05  Kim F. Storm  <storm@cua.dk>
11477         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11479 2004-09-29  Kim F. Storm  <storm@cua.dk>
11481         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11482         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
11483         fringe bitmap symbols, as they now have their own namespace.
11484         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11485         vs. pixels.  Signal error if no free bitmap slots.
11486         (Pixel Specification): Change IMAGE to @var{image}.
11488 2004-09-28  Richard M. Stallman  <rms@gnu.org>
11490         * text.texi (Special Properties): Clarify line-spacing and line-height.
11492         * searching.texi (Regexp Search): Add looking-back.
11494 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
11496         * display.texi: Correct typos.
11497         (Image Descriptors): Correct xref's.
11499 2004-09-25  Richard M. Stallman  <rms@gnu.org>
11501         * text.texi (Special Properties): Cleanups in `cursor'.
11502         Rewrites in `line-height' and `line-spacing'; exchange them.
11504         * display.texi (Fringes): Rewrite previous change.
11505         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
11506         (Display Fringe Bitmaps): Node deleted, text moved.
11507         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
11508         (Scroll Bars): Clarify set-window-scroll-bars.
11509         (Pointer Shape): Rewrite.
11510         (Specified Space): Clarify :align-to, etc.
11511         (Pixel Specification): Use @var.  Clarify new text.
11512         (Other Display Specs): Clarify `slice'.
11513         (Image Descriptors): Cleanups.
11514         (Showing Images): Cleanups.
11516 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
11518         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11520         * modes.texi: Various minor changes in addition to:
11521         (Major Mode Conventions): Final call to `run-mode-hooks' should
11522         not be inside the `delay-mode-hooks' form.
11523         (Mode Hooks): New node.
11524         (Hooks): Delete obsolete example.
11525         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11526         node "Mode Hooks".
11528 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
11530         * display.texi: Correct various typos.
11531         (Display): Rename node "Pointer Shapes" to "Pointer
11532         Shape".  (There is already a node called "Pointer Shapes" in
11533         frames.texi.)
11534         (Images): Remove non-existent node "Image Slices" from menu.
11536 2004-09-23  Kim F. Storm  <storm@cua.dk>
11538         * text.texi (Special Properties): Add `cursor', `pointer',
11539         `line-height', and `line-spacing' properties.
11541         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11542         Shapes' to menu.
11543         (Standard Faces): Doc fix for fringe face.
11544         (Fringes): Add `overflow-newline-into-fringe' and
11545         'indicate-buffer-boundaries'.
11546         (Fringe Bitmaps, Pointer Shapes): New nodes.
11547         (Display Property): Add 'Pixel Specification' and 'Display Fringe
11548         Bitmaps' to menu.
11549         (Specified Space): Describe pixel width and height.
11550         (Pixel Specification): New node.
11551         (Other Display Specs): Add `slice' property.
11552         (Display Fringe Bitmaps): New node.
11553         (Images): Add 'Image Slices' to menu.
11554         (Image Descriptors): Add `:pointer' and `:map' properties.
11555         (Showing Images): Add slice arg to `insert-image'.
11556         Add 'insert-sliced-image'.
11558 2004-09-20  Richard M. Stallman  <rms@gnu.org>
11560         * commands.texi (Key Sequence Input):
11561         Clarify downcasing in read-key-sequence.
11563 2004-09-08  Juri Linkov  <juri@jurta.org>
11565         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11567 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
11569         * locals.texi (Standard Buffer-Local Variables):
11570         Add `buffer-auto-save-file-format'.
11571         * internals.texi (Buffer Internals): Describe new
11572         auto_save_file_format field of the buffer structure.
11573         * files.texi (Format Conversion): `auto-save-file-format' has been
11574         renamed `buffer-auto-save-file-format'.
11576 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
11578         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11579         an integer or a marker.
11580         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11582 2004-08-22  Richard M. Stallman  <rms@gnu.org>
11584         * modes.texi (Major Mode Conventions): Discuss rebinding of
11585         standard key bindings.
11587 2004-08-18  Kim F. Storm  <storm@cua.dk>
11589         * processes.texi (Accepting Output): Add `just-this-one' arg to
11590         `accept-process-output'.
11591         (Output from Processes): New var `process-adaptive-read-buffering'.
11593 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11595         * keymaps.texi: Various changes in addition to:
11596         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11597         Give more varied examples for `kbd'.
11598         (Creating Keymaps): Char tables have slots for all characters
11599         without modifiers.
11600         (Active Keymaps): `overriding-local-map' and
11601         `overriding-terminal-local-map' also override text property and
11602         overlay keymaps.
11603         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11604         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11605         to denote a prefix of no events.
11606         `map-keymap' includes parent's bindings _recursively_.
11607         Clarify and correct description of `where-is-internal'.
11608         Mention BUFFER-OR-NAME arg to `describe-bindings'.
11609         (Menu Example): For menus intended for use with the keyboard, the
11610         menu items should be bound to characters or real function keys.
11612 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11614         * objects.texi (Character Type): Reposition `@anchor' to prevent
11615         double space inside sentence in Info.
11617         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11618         renamed to `disabled-command-function'.
11619         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11620         (Command Loop Info): Replace reference to it.
11621         (Disabling Commands): `disabled-command-hook' has been renamed to
11622         `disabled-command-function'.
11624 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
11626         * os.texi (Translating Input): Only non-prefix bindings in
11627         `key-translation-map' override actual key bindings.  Warn about
11628         possible indirect effect of actual key bindings on non-prefix
11629         bindings in `key-translation-map'.
11631 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11633         * minibuf.texi (High-Level Completion): Add anchor for definition
11634         of `read-variable'.
11636         * commands.texi: Various changes in addition to:
11637         (Using Interactive): Clarify description of `interactive-form'.
11638         (Interactive Call): Mention default for KEYS argument to
11639         `call-interactively'.
11640         (Command Loop Info): Clarify description of `this-command-keys'.
11641         Mention KEEP-RECORD argument to `clear-this-command-keys'.
11642         Value of `last-event-frame' can be `macro'.
11643         (Repeat Events): `double-click-fuzz' is also used to distinguish
11644         clicks and drags.
11645         (Classifying Events): Clarify descriptions of `event-modifiers'
11646         `event-basic-type' and `event-convert-list'.
11647         (Accessing Events): `posn-timestamp' takes POSITION argument.
11648         (Quoted Character Input): Clarify description of
11649         `read-quoted-char' and fix example.
11650         (Quitting): Add `with-local-quit'.
11651         (Disabling Commands): Correct and clarify descriptions of
11652         `enable-command' and `disable-command'.
11653         Mention what happens if `disabled-command-hook' is nil.
11654         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11655         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11657 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
11659         * frames.texi: Various changes in addition to:
11660         (Creating Frames): Expand and clarify description of `make-frame'.
11661         (Window Frame Parameters): Either none or both of the `icon-left'
11662         and `icon-top' parameters must be specified.  Put descriptions of
11663         `menu-bar-lines' and `toolbar-lines' closer together and change
11664         them accordingly.
11665         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11666         except while processing `frame-title-format' or `icon-title-format'.
11667         (Deleting Frames): Correct description of `delete-frame'.
11668         Non-nil return values of `frame-live-p' are like those of `framep'.
11669         (Frames and Windows): Mention return value of
11670         `set-frame-selected-window'.
11671         (Visibility of Frames): Mention `force' argument to
11672         `make-frame-invisible'.  `frame-visible-p' returns t for all
11673         frames on text-only terminals.
11674         (Frame Configurations): Restoring a frame configuration does not
11675         restore deleted frames.
11676         (Window System Selections): `x-set-selection' returns DATA.
11677         (Resources): Add example.
11678         (Display Feature Testing): Clarify descriptions of
11679         `display-pixel-height', `display-pixel-width', `x-server-version'
11680         and `x-server-vendor'.
11682         * windows.texi (Choosing Window): Add anchor.
11683         * minibuf.texi (Minibuffer Misc): Add anchor.
11685 2004-07-23  John Paul Wallington  <jpw@gnu.org>
11687         * macros.texi (Defining Macros): Declaration keyword for setting
11688         Edebug spec is `debug' not `edebug'.
11690 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
11692         * windows.texi: Various small changes in addition to:
11693         (Window Point): Mention return value of `set-window-point'.
11694         (Window Start): `pos-visible-in-window-p' disregards horizontal
11695         scrolling.  Explain return value if PARTIALLY is non-nil.
11696         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11697         and `set-window-vscroll'.
11698         (Size of Window): The argument WINDOW to `window-inside-edges',
11699         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11700         (Resizing Windows): Explain return value of
11701         `shrink-window-if-larger-than-buffer'.
11702         `window-size-fixed' automatically becomes buffer local when set.
11703         (Window Configurations): Explain return value of
11704         `set-window-configuration'.
11706         * minibuf.texi (Minibuffer Misc): Add anchor for
11707         `minibuffer-scroll-window'.
11709         * positions.texi (Text Lines): Add anchor for `count-lines'.
11711 2004-07-17  Richard M. Stallman  <rms@gnu.org>
11713         * display.texi (Overlay Properties): Adding `evaporate' prop
11714         deletes empty overlay immediately.
11716         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11717         fix example.
11719 2004-07-16  Jim Blandy  <jimb@redhat.com>
11721         * searching.texi (Regexp Backslash): Document new \_< and \_>
11722         operators.
11724 2004-07-16  Juanma Barranquero  <lektu@terra.es>
11726         * display.texi (Images): Fix Texinfo usage.
11728 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
11730         * buffers.texi (Modification Time): `visited-file-modtime' now
11731         returns a list of two integers, instead of a cons.
11733 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
11735         * windows.texi: Various changes in addition to:
11736         (Splitting Windows): Add `split-window-keep-point'.
11738 2004-07-09  Richard M. Stallman  <rms@gnu.org>
11740         * frames.texi (Input Focus): Minor fix.
11742 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
11744         * frames.texi (Input Focus): Clarify descriptions of
11745         `select-frame-set-input-focus' and `select-frame'.
11747 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
11749         * os.texi: Various small changes in addition to:
11750         (Killing Emacs): Expand and clarify description of
11751         `kill-emacs-query-functions' and `kill-emacs-hook'.
11752         (System Environment): Expand and clarify description of `getenv'
11753         and `setenv'.
11754         (Timers): Clarify description of `run-at-time'.
11755         (Translating Input): Correct description of
11756         `extra-keyboard-modifiers'.
11757         (Flow Control): Correct description of `enable-flow-control'.
11759 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
11761         * os.texi: Update copyright.
11762         (Session Management): Grammar fix.
11763         Clarify which Emacs does the restarting.
11764         Use @samp for *scratch* buffer.
11766 2004-07-04  Alan Mackenzie  <acm@muc.de>
11768         * frames.texi (Input Focus): Add documentation for
11769         `select-frame-set-input-focus'.  Replace refs to non-existent
11770         `switch-frame' with `select-frame'.  Minor corrections and tidying
11771         up of text-only terminal stuff.
11773 2004-07-02  Richard M. Stallman  <rms@gnu.org>
11775         * files.texi (Saving Buffers): Cleanup write-contents-function.
11776         (Magic File Names): Cleanup file-remote-p.
11778 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
11780         * files.texi (Magic File Names): `file-remote-p' returns an
11781         identifier of the remote system, not just t.
11783 2004-07-02  David Kastrup  <dak@gnu.org>
11785         * searching.texi (Entire Match Data): Add explanation about new
11786         match-data behavior when @var{integers} is non-nil.
11788 2004-06-24  Richard M. Stallman  <rms@gnu.org>
11790         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11792         * customize.texi (Variable Definitions): Note about doc strings
11793         and :set.
11795         * keymaps.texi (Keymap Terminology): Document `kbd'.
11796         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11798         * display.texi (Invisible Text): Setting buffer-invisibility-spec
11799         makes it buffer-local.
11801         * files.texi (Saving Buffers): Correct previous change.
11803         * commands.texi (Accessing Events):
11804         Clarify posn-col-row and posn-actual-col-row.
11806 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
11808         * commands.texi (Accessing Events): New functions
11809         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
11811 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11813         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11814         * frames.texi, buffers.texi, backups.texi, variables.texi:
11815         * loading.texi, eval.texi, functions.texi, control.texi:
11816         * symbols.texi, minibuf.texi: Reposition @anchor's.
11818         * help.texi: Various small changes in addition to the following.
11819         (Describing Characters): Describe PREFIX argument to
11820         `key-description'.  Correct and clarify definition of
11821         `text-char-description'.  Describe NEED-VECTOR argument to
11822         `read-kbd-macro'.
11823         (Help Functions): Clarify definition of `apropos'.
11825 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
11827         * files.texi (Saving Buffers): Correct description of
11828         `write-contents-functions'.
11830 2004-06-21  Juanma Barranquero  <lektu@terra.es>
11832         * display.texi (Images): Remove redundant @vindex directives.
11833         Rewrite `image-library-alist' doc in active voice.
11835 2004-06-14  Juanma Barranquero  <lektu@terra.es>
11837         * display.texi (Images): Document new delayed library loading,
11838         variable `image-library-alist' and (existing but undocumented)
11839         function `image-type-available-p'.
11841 2004-06-05  Richard M. Stallman  <rms@gnu.org>
11843         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11844         refer the user to the Initial Input node.
11845         (Text from Minibuffer): Likewise.
11846         (Initial Input): New node.  Document this feature
11847         and say it is mostly deprecated.
11849 2004-05-30  Richard M. Stallman  <rms@gnu.org>
11851         * loading.texi (Named Features): Clarify return value
11852         and meaning of NOERROR.
11854         * variables.texi (File Local Variables): Minor cleanup.
11856 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
11858         * files.texi (Magic File Names): Add `file-remote-p' as operation
11859         of file name handlers.
11861 2004-05-29  Richard M. Stallman  <rms@gnu.org>
11863         * modes.texi (Minor Mode Conventions): (-) has no special meaning
11864         as arg to a minor mode command.
11866 2004-05-22  Richard M. Stallman  <rms@gnu.org>
11868         * syntax.texi (Syntax Class Table): Word syntax not just for English.
11870         * streams.texi (Output Variables): Doc float-output-format.
11872         * searching.texi (Regexp Special): Nested repetition can be infloop.
11874         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11875         real stack overflow.
11877         * compile.texi: Minor cleanups.
11879 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
11881         * lists.texi (Cons Cells): Explain dotted lists, true lists,
11882         circular lists.
11883         (List Elements): Explain handling of circular and dotted lists.
11885 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
11887         * modes.texi (Search-based Fontification): Fix typo.
11889 2004-05-10  Juanma Barranquero  <lektu@terra.es>
11891         * modes.texi (Mode Line Variables): Fix description of
11892         global-mode-string, which is now after which-func-mode, not the
11893         buffer name.
11895 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
11897         * modes.texi (Desktop Save Mode): Add.
11898         (Modes): Add menu entry Desktop Save Mode.
11900         * hooks.texi: Add desktop-after-read-hook,
11901         desktop-no-desktop-file-hook and desktop-save-hook.
11903         * locals.texi: Add desktop-save-buffer.
11905 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
11907         * display.texi: emacs -> Emacs.
11909 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
11911         * files.texi (Changing Files): Document set-file-times.
11913 2004-04-23  Juanma Barranquero  <lektu@terra.es>
11915         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11917 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
11919         * tips.texi (Coding Conventions): defopt -> defcustom.
11921 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
11923         * sequences.texi: Various clarifications.
11925 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
11927         * buffers.texi (Read Only Buffers): Mention optional ARG to
11928         `toggle-read-only'.
11930 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
11932         * windows.texi (Selecting Windows): Note that get-lru-window
11933         returns a full-width window if possible.
11935 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11937         * buffers.texi: Various changes in addition to:
11938         (Buffer File Name): Add `find-buffer-visiting'.
11939         (Buffer Modification): Mention optional ARG to `not-modified'.
11940         (Indirect Buffers): Mention optional CLONE argument to
11941         `make-indirect-buffer'.
11943         * files.texi: Various changes in addition to:
11944         (Visiting Functions): `find-file-hook' is now a normal hook.
11945         (File Name Expansion): Explain difference between the way that
11946         `expand-file-name' and `file-truename' treat `..'.
11947         (Contents of Directories): Mention optional ID-FORMAT argument to
11948         `directory-files-and-attributes'.
11949         (Format Conversion): Mention new optional CONFIRM argument to
11950         `format-write-file'.
11952 2004-04-12  Miles Bader  <miles@gnu.org>
11954         * macros.texi (Expansion): Add description of `macroexpand-all'.
11956 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11958         * variables.texi (Variable Aliases):
11959         Mention cyclic-variable-indirection.
11961         * errors.texi (Standard Errors): Ditto.
11963 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11965         * backups.texi: Various small changes in addition to:
11966         (Making Backups): Mention return value of `backup-buffer'.
11967         (Auto-Saving): Mention optional FORCE argument to
11968         `delete-auto-save-file-if-necessary'.
11969         (Reverting): Mention optional PRESERVE-MODES argument to
11970         `revert-buffer'.  Correct description of `revert-buffer-function'.
11972 2004-03-22  Juri Linkov  <juri@jurta.org>
11974         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11975         with `Vector Functions'.
11977         * text.texi (Sorting): Add missing quote.
11979 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
11981         * intro.texi (Lisp History): Replace xref to `cl' manual with
11982         inforef.
11984 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11986         * intro.texi (Version Info): Add arg to emacs-version.
11987         (Lisp History): Change xref to CL manual.
11989 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
11991         * minibuf.texi (Completion Commands): Add xref to Emacs manual
11992         for Partial Completion mode.
11994 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
11996         * customize.texi: Fix typo.  Remove eol whitespace.
11998 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12000         * processes.texi: Fix typos.
12002         * lists.texi (Building Lists): Minor clarification.
12004         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12005         in make-hash-table.
12007 2004-02-29  Juanma Barranquero  <lektu@terra.es>
12009         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12010         rm, and ignore exit code.
12012 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12014         * display.texi (Defining Faces): Add description for min-colors.
12015         Update example.
12017 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12019         * abbrevs.texi: Various corrections and clarifications in addition
12020         to the following:
12021         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12023 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12025         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12027 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
12029         * text.texi: Various small changes in addition to the following:
12030         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12031         to delete-horizontal-space.
12032         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12033         description of yank-handler text property at various places.
12035         * frames.texi (Window System Selections): Add anchor.
12037         * syntax.texi (Syntax Table Functions): Clarify and correct
12038         descriptions of make-syntax-table and copy-syntax-table.
12039         (Motion and Syntax): Clarify SYNTAXES argument to
12040         skip-syntax-forward.
12041         (Parsing Expressions): Mention that the return value of
12042         parse-partial-sexp is currently a list of ten rather than nine
12043         elements.
12044         (Categories): Various corrections and clarifications.
12046 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
12048         * markers.texi (Marker Insertion Types): Minor change.
12050         * locals.texi (Standard Buffer-Local Variables):
12051         * commands.texi (Interactive Codes, Using Interactive):
12052         * functions.texi (Related Topics): Fix xrefs.
12054 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12056         * lists.texi (Sets And Lists): Update description of delete-dups.
12058 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12060         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12062 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
12064         * frames.texi (Parameter Access): frame-parameters arg is optional.
12065         modify-frame-parameters handles nil for FRAME.
12066         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12067         are all-or-nothing for certain toolkits.
12068         Mention parameter wait-for-wm.
12069         (Frames and Windows): In frame-first-window and frame-selected-window
12070         the arg is optional.
12071         (Input Focus): In redirect-frame-focus the second arg is optional.
12072         (Window System Selections): Mention selection type CLIPBOARD.
12073         Mention data-type UTF8_STRING.
12074         Mention numbering of cut buffers.
12075         (Resources): Describe x-resource-name.
12077 2004-02-16  Richard M. Stallman  <rms@gnu.org>
12079         * windows.texi (Buffers and Windows): Delete false table
12080         about all-frames.
12082         * syntax.texi (Parsing Expressions): Delete old caveat
12083         about parse-sexp-ignore-comments.
12085         * streams.texi (Output Variables): Add print-quoted.
12087         * lists.texi (Building Lists): Minor cleanup.
12089         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12091         * display.texi (Overlays): Explain overlays use markers.
12092         (Managing Overlays): Explain front-advance and rear-advance
12093         in more detail.
12095         * loading.texi (Unloading): Document unload-feature-special-hooks.
12096         Get rid of fns-NNN.el file.
12098 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12100         * help.texi (Describing Characters): Fix text-char-description
12101         example output.
12103         * edebug.texi (Using Edebug): Fix example.
12105         * debugging.texi (Internals of Debugger): Fix return value.
12107         * files.texi (Changing Files): Fix argname.
12109         * calendar.texi: Fix parens, and default values.
12111         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12112         * nonascii.texi, objects.texi, os.texi: Minor fixes.
12113         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12115         * positions.texi (Text Lines): Don't add -1 in current-line.
12117 2004-02-16  Richard M. Stallman  <rms@gnu.org>
12119         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12121 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12123         * processes.texi (Low-Level Network): Fix a typo.
12125 2004-02-12  Kim F. Storm  <storm@cua.dk>
12127         * display.texi (Fringes): Use consistent wording.
12128         Note that window-fringe's window arg is optional.
12129         (Scroll Bars): Use consistent wording.
12131 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
12133         * tips.texi (Comment Tips): Document the new conventions for
12134         commenting out code.
12136 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
12138         * positions.texi (Text Lines): Add missing end defun.
12140 2004-02-07  Kim F. Storm  <storm@cua.dk>
12142         * positions.texi (Text Lines): Add line-number-at-pos.
12144 2004-02-06  John Paul Wallington  <jpw@gnu.org>
12146         * display.texi (Button Properties, Button Buffer Commands):
12147         mouse-2 invokes button, not down-mouse-1.
12149 2004-02-04  Jason Rumney  <jasonr@gnu.org>
12151         * makefile.w32-in: Sync with Makefile.in changes.
12153 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
12155         * minibuf.texi (Text from Minibuffer): Various corrections and
12156         clarifications.
12157         (Object from Minibuffer): Correct Lisp description of
12158         read-minibuffer.
12159         (Minibuffer History): Clarify description of cons values for
12160         HISTORY arguments.
12161         (Basic Completion): Various corrections and clarifications.
12162         Add completion-regexp-list.
12163         (Minibuffer Completion): Correct and clarify description of
12164         completing-read.
12165         (Completion Commands): Mention Partial Completion mode.
12166         Various other minor changes.
12167         (High-Level Completion): Various corrections and clarifications.
12168         (Reading File Names): Ditto.
12169         (Minibuffer Misc): Ditto.
12171 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
12173         * strings.texi (Text Comparison): assoc-string also matches
12174         elements of alists that are strings instead of conses.
12175         (Formatting Strings): Standardize Texinfo usage.  Update index
12176         entries.
12178 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
12180         * lists.texi (Sets And Lists): Add delete-dups.
12182 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12184         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12185         special form.
12186         * macros.texi (Defining Macros): Update description of `declare',
12187         which now is a macro.
12188         (Wrong Time): Fix typos.
12190 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12192         * compile.texi (Compilation Functions): Expand descriptions of
12193         `compile-defun', `byte-compile-file', `byte-recompile-directory'
12194         and `batch-byte-compile'.  In particular, mention and describe
12195         all optional arguments.
12196         (Disassembly): Correct and clarify the description of `disassemble'.
12198 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12200         * searching.texi: Various small changes in addition to the
12201         following.
12202         (Regexp Example): Adapt to new value of `sentence-end'.
12203         (Regexp Functions): The PAREN argument to `regexp-opt' can be
12204         `words'.
12205         (Search and Replace): Add usage note for `perform-replace'.
12206         (Entire Match Data): Mention INTEGERS and REUSE arguments to
12207         `match-data'.
12208         (Standard Regexps): Update for new values of `paragraph-start'
12209         and `sentence-end'.
12211 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12213         * files.texi (Saving Buffers): Clarify descriptions of
12214         `write-contents-functions' and `before-save-hook'.
12215         Make the defvar's for `before-save-hook' and `after-save-hook'
12216         into defopt's.
12218 2004-01-07  Kim F. Storm  <storm@cua.dk>
12220         * commands.texi (Click Events): Describe new image and
12221         width/height elements of click events.
12222         (Accessing Events): Add posn-string, posn-image, and
12223         posn-object-width-height.  Change posn-object to return either
12224         image or string object.
12226 2004-01-01  Simon Josefsson  <jas@extundo.com>
12228         * hooks.texi (Standard Hooks): Add before-save-hook.
12229         * files.texi (Saving Buffers): Likewise.
12231 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12233         * frames.texi (Frames and Windows): Delete frame-root-window.
12235 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12237         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12239         * functions.texi: Various small changes in addition to the
12240         following.
12241         (What Is a Function): `functionp' returns nil for macros.
12242         Clarify behavior of this and following functions for symbol arguments.
12243         (Function Documentation): Add `\' in front of (fn @var{arglist})
12244         and explain why.
12245         (Defining Functions): Mention DOCSTRING argument to `defalias'.
12246         Add anchor.
12247         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
12249 2004-01-01  Miles Bader  <miles@gnu.org>
12251         * display.texi (Buttons): New section.
12253 2003-12-31  Andreas Schwab  <schwab@suse.de>
12255         * numbers.texi (Math Functions): sqrt reports a domain-error
12256         error.
12257         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12259 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12261         * tips.texi (Documentation Tips): Update item on hyperlinks in
12262         documentation strings.
12264         * errors.texi (Standard Errors): Various small corrections and
12265         additions.
12267         * control.texi: Various small changes in addition to the
12268         following.
12269         (Signaling Errors): Provide some more details on how `signal'
12270         constructs the error message.  Add anchor to the definition of
12271         `signal'.
12272         (Error Symbols): Describe special treatment of `quit'.
12273         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12274         to emphasize that it has to be a single form.
12276         * buffers.texi: Add anchor.
12278 2003-12-29  Richard M. Stallman  <rms@gnu.org>
12280         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12281         (Window Configurations): Add window-configuration-frame.
12283         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12285         * text.texi (Examining Properties): Add get-char-property-and-overlay.
12286         Change arg name in get-char-property.
12287         (Special Properties): Update handling of keymap property.
12289         * strings.texi (Modifying Strings): Add clear-string.
12290         (Text Comparison): Add assoc-string and remove
12291         assoc-ignore-case, assoc-ignore-representation.
12293         * os.texi (Time of Day): Add set-time-zone-rule.
12295         * numbers.texi (Math Functions): asin, acos, log, log10
12296         report domain-error errors.
12298         * nonascii.texi (Converting Representations):
12299         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12300         (Encoding and I/O): Add file-name-coding-system.
12302         * modes.texi (Search-based Fontification): Explain that
12303         face specs are symbols with face names as values.
12305         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12307         * lists.texi (Building Lists): remq moved elsewhere.
12308         (Sets And Lists): remq moved here.
12309         (Association Lists): Refer to assoc-string.
12311         * internals.texi (Garbage Collection): Add memory-use-counts.
12313         * frames.texi (Frames and Windows): Add set-frame-selected-window
12314         and frame-root-window.
12316         * files.texi (Contents of Directories):
12317         Add directory-files-and-attributes.
12319         * display.texi (Refresh Screen): Add force-window-update.
12320         (Invisible Text): Explain about moving point out of invis text.
12321         (Overlay Properties): Add overlay-properties.
12322         (Managing Overlays): Add overlayp.
12323         (GIF Images): Invalid image number displays a hollow box.
12325         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12326         (Killing Buffers): Add buffer-live-p.
12328 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12330         * display.texi (Fringes): Fix typo "set-buffer-window".
12332 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
12334         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12335         * nonascii.texi, processes.texi, tips.texi, variables.texi:
12336         Add or change various xrefs and anchors.
12338         * commands.texi: Replace all occurrences of @acronym{CAR} with
12339         @sc{car}, for consistency with the rest of the Elisp manual.
12340         `car' and `cdr' are historically acronyms, but are no longer
12341         widely thought of as such.
12343         * internals.texi (Pure Storage): Mention that `purecopy' does not
12344         copy text properties.
12345         (Object Internals): Now 29 bits are used (in most implementations)
12346         to address Lisp objects.
12348         * variables.texi (Variables with Restricted Values): New node.
12350         * objects.texi (Lisp Data Types): Mention that certain variables
12351         can only take on a restricted set of values and add an xref to
12352         the new node "Variables with Restricted Values".
12354         * eval.texi (Function Indirection): Describe the errors that
12355         `indirect-function' can signal.
12356         (Eval): Clarify the descriptions of `eval-region' and `values'.
12357         Describe `eval-buffer' instead of `eval-current-buffer' and
12358         mention `eval-current-buffer' as an alias for `current-buffer'.
12359         Correct the description and mention all optional arguments.
12361         * nonascii.texi: Various small changes in addition to the
12362         following.
12363         (Converting Representations): Clarify behavior of
12364         `string-make-multibyte' and `string-to-multibyte' for unibyte all
12365         ASCII arguments.
12366         (Character Sets): Document the variable `charset-list' and adapt
12367         the definition of the function `charset-list' accordingly.
12368         (Translation of Characters): Clarify use of generic characters in
12369         `make-translation-table'.  Clarify and correct the description of
12370         the use of translation tables in encoding and decoding.
12371         (User-Chosen Coding Systems): Correct and clarify the description
12372         of `select-safe-coding-system'.
12373         (Default Coding Systems): Clarify description of
12374         `file-coding-system-alist'.
12376 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12378         * strings.texi (Text Comparison): Correctly describe when two
12379         strings are `equal'.  Combine and clarify descriptions of
12380         `assoc-ignore-case' and `assoc-ignore-representation'.
12382         * objects.texi (Non-ASCII in Strings): Clarify description of
12383         when a string is unibyte or multibyte.
12384         (Bool-Vector Type): Update examples.
12385         (Equality Predicates): Correctly describe when two strings are
12386         `equal'.
12388 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
12390         * lists.texi (Building Lists): `append' no longer accepts integer
12391         arguments.  Update the description of `number-sequence' to reflect
12392         recent changes.
12393         (Sets And Lists): Describe `member-ignore-case' after `member'.
12395 2003-11-27  Kim F. Storm  <storm@cua.dk>
12397         * commands.texi (Click Events): Click object may be an images.
12398         Describe (dx . dy) element of click positions.
12399         (Accessing Events): Remove duplicate posn-timestamp.
12400         New functions posn-object and posn-object-x-y.
12402 2003-11-23  Kim F. Storm  <storm@cua.dk>
12404         * commands.texi (Click Events): Describe enhancements to event
12405         position lists, including new text-pos and (col . row) items.
12406         Mention left-fringe and right-fringe area events.
12407         (Accessing Events): New functions posn-area and
12408         posn-actual-col-row.  Mention posn-timestamp.  Mention that
12409         posn-point in non-text area still returns buffer position.
12410         Clarify posn-col-row.
12412 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
12414         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12415         * anti.texi (File Attributes): Describe removed parameter
12416         ID-FORMAT.
12418 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12420         * positions.texi (Positions): Mention that, if a marker is used as
12421         a position, its buffer is ignored.
12423         * markers.texi (Overview of Markers): Mention it here too.
12425 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
12427         * numbers.texi (Numeric Conversions): Not just `floor', but also
12428         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12430 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
12432         * markers.texi (Creating Markers): Specify insertion type of
12433         created markers.  Add xref to `Marker Insertion Types'.
12434         Second argument to `copy-marker' is optional.
12435         (Marker Insertion Types): Mention that most markers are created
12436         with insertion type nil.
12437         (The Mark): Correctly describe when `mark' signals an error.
12438         (The Region): Correctly describe when `region-beginning' and
12439         `region-end' signal an error.
12441 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
12443         * hash.texi (Creating Hash): Clarify description of `eql'.
12444         `makehash' is obsolete.
12445         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12447         * positions.texi (Point): Change description of `buffer-end', so
12448         that it is also correct for floating point arguments.
12449         (List Motion): Correct argument lists of `beginning-of-defun' and
12450         `end-of-defun'.
12451         (Excursions): Add xref to `Marker Insertion Types'.
12452         (Narrowing): Argument to `narrow-to-page' is optional.
12454 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
12456         * streams.texi (Output Streams): Clarify behavior of point for
12457         marker output streams.
12459 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12461         * variables.texi (Defining Variables): Second argument to
12462         `defconst' is not optional.
12463         (Setting Variables): Mention optional argument APPEND to
12464         `add-to-list'.
12465         (Creating Buffer-Local): Expand description of
12466         `make-variable-buffer-local'.
12467         (Frame-Local Variables): Expand description of
12468         `make-variable-frame-local'.
12469         (Variable Aliases): Correct description of optional argument
12470         DOCSTRING to `defvaralias'.  Mention return value of
12471         `defvaralias'.
12472         (File Local Variables): Add xref to `File variables' in Emacs
12473         Manual.  Correct description of `hack-local-variables'.  Mention
12474         `safe-local-variable' property.  Mention optional second argument
12475         to `risky-local-variable-p'.
12477 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
12479         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12481 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12483         * anti.texi, backups.texi, commands.texi, customize.texi:
12484         * display.texi, files.texi, internals.texi, keymaps.texi:
12485         * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12486         * objects.texi, os.texi, positions.texi, processes.texi:
12487         * searching.texi, sequences.texi, streams.texi, strings.texi:
12488         * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12490 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
12492         * strings.texi (Creating Strings): Argument START to `substring'
12493         can not be `nil'.  Expand description of
12494         `substring-no-properties'.  Correct description of `split-string',
12495         especially with respect to empty matches.  Prevent very bad line
12496         break in definition of `split-string-default-separators'.
12497         (Text Comparison): `string=' and `string<' also accept symbols as
12498         arguments.
12499         (String Conversion): More completely describe argument BASE in
12500         `string-to-number'.
12501         (Formatting Strings): `%s' and `%S' in `format' do require
12502         corresponding object.  Clarify behavior of numeric prefix after
12503         `%' in `format'.
12504         (Case Conversion): The argument to `upcase-initials' can be a
12505         character.
12507 2003-10-27  Kenichi Handa  <handa@m17n.org>
12509         * display.texi (Fontsets): Fix texinfo usage.
12511 2003-10-25  Kenichi Handa  <handa@m17n.org>
12513         * display.texi (Fontsets): Add description of the function
12514         set-fontset-font.
12516 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
12518         * display.texi (Temporary Displays): Add xref to `Documentation
12519         Tips'.
12521         * functions.texi (Function Safety): Use inforef instead of pxref
12522         for SES.
12524 2003-10-23  Andreas Schwab  <schwab@suse.de>
12526         * Makefile.in (TEX, texinputdir): Don't define.
12527         (TEXI2DVI): Define.
12528         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12529         add $(srcdir)/index.texi.
12530         ($(infodir)/elisp): Remove index.texi dependency.
12531         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
12532         (index.texi): Remove target.
12533         (dist): Don't link $(srcdir)/permute-index.
12534         (clean): Don't remove index.texi.
12536         * permute-index, index.perm: Remove.
12537         * index.texi: Rename from index.unperm.
12539 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
12541         * tips.texi (Documentation Tips): Document new behavior for face
12542         and variable hyperlinks in Help mode.
12544 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
12546         * objects.texi (Integer Type): Update for extra bit of integer range.
12547         (Character Type): Ditto.
12549 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12551         * numbers.texi (Integer Basics): Add index entries for reading
12552         numbers in hex, octal, and binary.
12554 2003-10-16  Lute Kamstra  <lute@gnu.org>
12556         * modes.texi (Mode Line Format): Mention force-mode-line-update's
12557         argument.
12559 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
12561         * windows.texi (Choosing Window): Fix typo.
12562         * edebug.texi (Edebug Execution Modes): Fix typo.
12564 2003-10-13  Richard M. Stallman  <rms@gnu.org>
12566         * windows.texi (Basic Windows): A window has fringe settings,
12567         display margins and scroll-bar settings.
12568         (Splitting Windows): Doc split-window return value.
12569         Clean up one-window-p.
12570         (Selecting Windows): Fix typo.
12571         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12572         (Buffers and Windows): In set-window-buffer, explain effect
12573         on fringe settings and scroll bar settings.
12574         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12575         (Choosing Window): Use defopt for pop-up-frame-function.
12576         For special-display-buffer-names, explain same-window and same-frame.
12577         Clarify window-dedicated-p return value.
12578         (Textual Scrolling): scroll-up and scroll-down can get an error.
12579         (Horizontal Scrolling): Clarify auto-hscroll-mode.
12580         Clarify set-window-hscroll.
12581         (Size of Window): Don't mention tool bar in window-height.
12582         (Coordinates and Windows): Explain what coordinates-in-window-p
12583         returns for fringes and display margins.
12584         (Window Configurations): Explain saving fringes, etc.
12586         * tips.texi (Library Headers): Clean up Documentation.
12588         * syntax.texi (Parsing Expressions): Clean up forward-comment
12589         and parse-sexp-lookup-properties.
12591         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12593         * os.texi (System Environment): Clean up text for load-average errors.
12595         * modes.texi (Hooks): Don't explain local hook details at front.
12596         Clarify run-hooks and run-hook-with-args a little.
12597         Clean up add-hook and remove-hook.
12599         * edebug.texi (Edebug Execution Modes): Clarify t.
12600         Document edebug-sit-for-seconds.
12601         (Coverage Testing): Document C-x X = and =.
12602         (Instrumenting Macro Calls): Fix typo.
12603         (Specification List): Don't index the specification keywords.
12605 2003-10-10  Kim F. Storm  <storm@cua.dk>
12607         * processes.texi (Network): Introduce make-network-process.
12609 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
12611         * tips.texi (Library Headers): Fix typo.
12613 2003-10-07  Juri Linkov  <juri@jurta.org>
12615         * modes.texi (Imenu): Mention imenu-create-index-function's
12616         default value.  Explain submenus better.
12618 2003-10-07  Lute Kamstra  <lute@gnu.org>
12620         * modes.texi (Faces for Font Lock): Fix typo.
12621         (Hooks): Explain how buffer-local hook variables can refer to
12622         global hook variables.
12623         Various minor clarifications.
12625 2003-10-06  Lute Kamstra  <lute@gnu.org>
12627         * tips.texi (Coding Conventions): Mention naming conventions for
12628         hooks.
12630 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
12632         * loading.texi (Library Search): Correct default value of
12633         load-suffixes.
12634         (Named Features): Fix typo.
12636 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12638         * loading.texi (Named Features): In `provide',
12639         say how to test for subfeatures.
12640         (Unloading): In unload-feature, use new var name
12641         unload-feature-special-hooks.
12643 2003-10-03  Lute Kamstra  <lute@gnu.org>
12645         * modes.texi (Major Mode Conventions): Mention third way to set up
12646         Imenu.
12647         (Imenu): A number of small fixes.
12648         Delete documentation of internal variable imenu--index-alist.
12649         Document the return value format of imenu-create-index-function
12650         functions.
12652 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12654         * processes.texi (Network): Say what stopped datagram connections do.
12656         * lists.texi (Association Lists): Clarify `assq-delete-all'.
12658         * display.texi (Overlay Properties): Clarify `evaporate' property.
12660 2003-09-29  Lute Kamstra  <lute@gnu.org>
12662         * modes.texi (Mode Line Data): Explain when symbols in mode-line
12663         constructs should be marked as risky.
12664         Change cons cell into proper list.
12665         (Mode Line Variables): Change cons cell into proper list.
12667 2003-09-26  Lute Kamstra  <lute@gnu.org>
12669         * modes.texi (Mode Line Data): Document the :propertize construct.
12670         (Mode Line Variables): Reorder the descriptions of the variables
12671         to match their order in the default mode-line-format.
12672         Describe the new variables mode-line-position and mode-line-modes.
12673         Update the default values of mode-line-frame-identification,
12674         minor-mode-alist, and default-mode-line-format.
12675         (Properties in Mode): Mention the :propertize construct.
12677 2003-09-26  Richard M. Stallman  <rms@gnu.org>
12679         * buffers.texi, commands.texi, debugging.texi, eval.texi:
12680         * loading.texi, minibuf.texi, text.texi, variables.texi:
12681         Avoid @strong{Note:}.
12683 2003-09-26  Richard M. Stallman  <rms@gnu.org>
12685         * keymaps.texi (Remapping Commands): Fix typo.
12687 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
12689         * processes.texi (Low-Level Network): Fix typo.
12691 2003-09-23  Kim F. Storm  <storm@cua.dk>
12693         * processes.texi (Network, Network Servers): Fix typos.
12694         (Low-Level Network): Add timeout value for :server keyword.
12695         Add new option keywords to make-network-process.
12696         Add set-network-process-options.
12697         Explain how to test availability of network options.
12699 2003-09-19  Richard M. Stallman  <rms@gnu.org>
12701         * text.texi (Motion by Indent): Arg to
12702         backward-to-indentation and forward-to-indentation is optional.
12704         * strings.texi (Creating Strings): Add substring-no-properties.
12706         * processes.texi
12707         (Process Information): Add list-processes arg QUERY-ONLY.
12708         Delete process-contact from here.
12709         Add new status values for process-status.
12710         Add process-get, process-put, process-plist, set-process-plist.
12711         (Synchronous Processes): Add call-process-shell-command.
12712         (Signals to Processes): signal-process allows process objects.
12713         (Network): Complete rewrite.
12714         (Network Servers, Datagrams, Low-Level Network): New nodes.
12716         * positions.texi (Word Motion): forward-word, backward-word
12717         arg is optional.  Reword.
12719         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12721         * variables.texi (Creating Buffer-Local):
12722         Delete duplicate definition of buffer-local-value.
12723         (File Local Variables): Explain about discarding text props.
12725 2003-09-11  Richard M. Stallman  <rms@gnu.org>
12727         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12728         changes variables that record input events.
12729         (Minibuffer Misc): Add minibuffer-selected-window.
12731         * lists.texi (Building Lists): Add copy-tree.
12733         * display.texi (Fontsets): Add char-displayable-p.
12734         (Scroll Bars): New node.
12736 2003-09-08  Lute Kamstra  <lute@gnu.org>
12738         * modes.texi (%-Constructs): Document new `%i' and `%I'
12739         constructs.
12741 2003-09-03  Peter Runestig  <peter@runestig.com>
12743         * makefile.w32-in: New file.
12745 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12747         * display.texi (Overlay Properties): Clarify how priorities
12748         affect use of the properties.
12750 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
12752         * customize.texi (Type Keywords): Correct the description of
12753         `:help-echo' in the case where `motion-doc' is a function.
12755 2003-08-14  John Paul Wallington  <jpw@gnu.org>
12757         * modes.texi (Emulating Mode Line): Subsection, not section.
12759 2003-08-13  Richard M. Stallman  <rms@gnu.org>
12761         * elisp.texi (Top): Update subnode lists in menu.
12763         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12764         (Kill Functions): kill-region has new arg yank-handler.
12765         (Yanking): New node.
12766         (Yank Commands): Add yank-undo-function.
12767         (Low-Level Kill Ring):
12768         kill-new and kill-append have new arg yank-handler.
12769         (Changing Properties): Add remove-list-of-text-properties.
12770         (Atomic Changes): New node.
12772         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12774         * streams.texi (Output Variables): Add eval-expression-print-length
12775         and eval-expression-print-level.
12777         * os.texi (Time Conversion): For encode-time, explain limits on year.
12779         * objects.texi (Character Type): Define anchor "modifier bits".
12781         * modes.texi (Emulating Mode Line): New node.
12782         (Search-based Fontification): Font Lock uses font-lock-face property.
12783         (Other Font Lock Variables): Likewise.
12785         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12786         not vectors.
12787         (Active Keymaps): Add emulation-mode-map-alists.
12788         (Functions for Key Lookup): key-binding has new arg no-remap.
12789         (Remapping Commands): New node.
12790         (Scanning Keymaps): where-is-internal has new arg no-remap.
12791         (Tool Bar): Add tool-bar-local-item-from-menu.
12792         Clarify when to use tool-bar-add-item-from-menu.
12794         * commands.texi (Interactive Call): commandp has new arg.
12795         (Command Loop Info): Add this-original-command.
12797 2003-08-06  John Paul Wallington  <jpw@gnu.org>
12799         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12801         * display.texi (Warning Basics): Fix typo.
12802         (Fringes): Add closing curly bracket and fix typo.
12804         * elisp.texi (Top): Fix typo.
12806 2003-08-05  Richard M. Stallman  <rms@gnu.org>
12808         * elisp.texi: Update lists of subnodes.
12810         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12812         * variables.texi (Local Variables): Use lc for example variable names.
12814         * tips.texi (Library Headers): Explain where to put -*-.
12816         * strings.texi (Creating Strings): Fix xref for vconcat.
12818         * sequences.texi (Vector Functions):
12819         vconcat no longer allows integer args.
12821         * minibuf.texi (Reading File Names): read-file-name has new
12822         arg PREDICATE.  New function read-directory-name.
12824         * macros.texi (Defining Macros): Give definition of `declare'.
12825         (Indenting Macros): New node.
12827         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12828         (Window Frame Parameters): Make separate table of parameters
12829         that are coupled with specific face attributes.
12830         (Deleting Frames): delete-frame-hooks renamed to
12831         delete-frame-functions.
12833         * files.texi (Magic File Names): Add file-remote-p.
12834         Clarify file-local-copy.
12836         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12837         here; instead xref Defining Macros.
12839         * display.texi (Warnings): New node, and subnodes.
12840         (Fringes): New node.
12842         * debugging.texi (Test Coverage): New node.
12844         * compile.texi (Compiler Errors): Explain with-no-warnings
12845         and other ways to suppress warnings.
12847         * commands.texi (Interactive Call): Minor clarification.
12849         * buffers.texi (Buffer File Name): set-visited-file-name
12850         renames the buffer too.
12852         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12854 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
12856         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12858 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
12860         * internals.texi (Garbage Collection): Fix previous change.
12862 2003-07-22  Richard M. Stallman  <rms@gnu.org>
12864         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12866         * display.texi (Width): Use \s syntax in example.
12867         (Font Selection): Add face-font-rescale-alist.
12869         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12870         Remove spurious indent in example.
12872         * lists.texi (Building Lists): Add number-sequence.
12874         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12876         * functions.texi (Function Documentation): Explain how to
12877         show calling convention explicitly in the doc string.
12879         * windows.texi (Selecting Windows): save-selected-window saves
12880         selected window of each frame.
12881         (Window Configurations): Minor change.
12883         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12885         * streams.texi (Output Variables): Add print-continuous-numbering
12886         and print-number-table.
12888         * processes.texi (Decoding Output): New node.
12890         * os.texi (Time Conversion): decode-time arg is optional.
12892         * objects.texi (Character Type): Don't use space as example for \.
12893         Make list of char names and \-sequences correspond.
12894         Explain that \s is not used in strings.  `\ ' needs space after.
12896         * nonascii.texi (Converting Representations): Add string-to-multibyte.
12897         (Translation of Characters): Add translation-table-for-input.
12898         (Default Coding Systems): Add auto-coding-functions.
12899         (Explicit Encoding): Add decode-coding-inserted-region.
12900         (Locales): Add locale-info.
12902         * minibuf.texi (Basic Completion): Describe test-completion.
12903         Collections can be lists of strings.
12904         Clean up lazy-completion-table.
12905         (Programmed Completion): Mention test-completion.
12906         Clarify why lambda expressions are not accepted.
12907         (Minibuffer Misc): Describe minibufferp.
12909 2003-07-14  Richard M. Stallman  <rms@gnu.org>
12911         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12913         * windows.texi (Selecting Windows): New arg to select-window.
12914         (Selecting Windows): Add with-selected-window.
12915         (Size of Window): Add window-inside-edges, etc.
12917         * internals.texi (Garbage Collection): Add post-gc-hook.
12919         * processes.texi (Subprocess Creation): Add exec-suffixes.
12921         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12922         (Scanning Keymaps): Add map-keymaps.
12923         (Defining Menus): Add keymap-prompt.
12925         * numbers.texi (Integer Basics): Add most-positive-fixnum,
12926         most-negative-fixnum.
12928         * compile.texi (Byte Compilation): Explain no-byte-compile.
12929         (Compiler Errors): New node.
12931         * os.texi (User Identification): user-uid, user-real-uid
12932         can return float.
12934         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12935         and about derived modes.
12936         (Minor Modes): Add minor-mode-list.
12937         (Defining Minor Modes): Keyword args for define-minor-mode.
12938         (Search-based Fontification): Explain managing other properties.
12939         (Other Font Lock Variables): Add font-lock-extra-managed-props.
12940         (Faces for Font Lock): Add font-lock-preprocessor-face.
12941         (Hooks): Add run-mode-hooks and delay-mode-hooks.
12943         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12944         (Variable Aliases): Clarify defvaralias.
12946         * loading.texi (Library Search): Add load-suffixes.
12948         * minibuf.texi (Basic Completion): Add lazy-completion-table.
12949         (Programmed Completion): Add dynamic-completion-table.
12951         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12952         (Magic File Names): Specify precedence order of handlers.
12954         * commands.texi (Command Overview): Emacs server runs pre-command-hook
12955         and post-command-hook.
12956         (Waiting): New calling convention for sit-for.
12958         * text.texi (Special Properties): local-map and keymap properties
12959         apply based on their stickiness.
12961 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12963         * modes.texi (Minor Mode Conventions): Specify only some kinds
12964         of list values as args to minor modes.
12966         * files.texi (File Name Expansion): Warn about iterative use
12967         of substitute-in-file-name.
12969         * advice.texi (Activation of Advice): Clean up previous change.
12971 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
12973         * advice.texi (Activation of Advice): Note that ad-start-advice is
12974         turned on by default.
12976 2003-06-30  Richard M. Stallman  <rms@gnu.org>
12978         * text.texi (Buffer Contents): Document current-word.
12979         (Change Hooks): Not called for *Messages*.
12981         * functions.texi (Defining Functions): Explain about redefining
12982         primitives.
12983         (Function Safety): Rename.  Minor changes.
12984         Comment out the detailed criteria for what is safe.
12986 2003-06-22  Andreas Schwab  <schwab@suse.de>
12988         * objects.texi (Symbol Type): Fix description of examples.
12990 2003-06-16  Andreas Schwab  <schwab@suse.de>
12992         * hash.texi (Creating Hash): Fix description of :weakness.
12994 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
12996         * files.texi (Changing Files): copy-file copies file modes, too.
12998 2003-05-28  Richard M. Stallman  <rms@gnu.org>
13000         * strings.texi (Creating Strings): Clarify split-string.
13002 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
13004         * strings.texi (Creating Strings): Update split-string specification
13005         and examples.
13007 2003-05-19  Richard M. Stallman  <rms@gnu.org>
13009         * elisp.texi: Correct invariant section names.
13011 2003-04-20  Richard M. Stallman  <rms@gnu.org>
13013         * os.texi (Timers): Explain about timers and quitting.
13015 2003-04-19  Richard M. Stallman  <rms@gnu.org>
13017         * internals.texi (Writing Emacs Primitives): Strings are
13018         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
13019         Explain GCPRO convention for varargs function args.
13021 2003-04-16  Richard M. Stallman  <rms@gnu.org>
13023         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13025 2003-04-08  Richard M. Stallman  <rms@gnu.org>
13027         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13029 2003-02-13  Kim F. Storm  <storm@cua.dk>
13031         * objects.texi (Character Type): New \s escape for space.
13033 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
13035         * os.texi (System Environment): Add cygwin system-type.
13037 2003-01-25  Richard M. Stallman  <rms@gnu.org>
13039         * keymaps.texi: Document that a symbol can act as a keymap.
13041 2003-01-13  Richard M. Stallman  <rms@gnu.org>
13043         * text.texi (Changing Properties): Say string indices are origin-0.
13045         * positions.texi (Screen Lines) <compute-motion>:
13046         Correct order of elts in return value.
13048         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13049         how to define a default binding.
13051 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
13053         * loading.texi (Unloading): Fix recent change for load-history.
13055         * customize.texi (Simple Types): Clarify description of custom
13056         type 'number.  Describe new custom type 'float.
13058 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
13060         * variables.texi (File Local Variables): Fix typo.
13062 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
13064         From Michael Albinus <Michael.Albinus@alcatel.de>.
13066         * README: Target for Info file is `make info'.
13068         * files.texi (File Name Components): Fix typos in
13069         `file-name-sans-extension'.
13070         (Magic File Names): Complete list of operations for magic file
13071         name handlers.
13073 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
13075         * variables.texi (File Local Variables): New function
13076         risky-local-variable-p.
13078 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
13080         * functions.texi (Function safety): New node about unsafep.
13082 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13084         * customize.texi (Splicing into Lists): Fix example.
13085         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13087 2002-06-17  Juanma Barranquero  <lektu@terra.es>
13089         * frames.texi (Display Feature Testing): Fix typo.
13091 2002-06-12  Andreas Schwab  <schwab@suse.de>
13093         * frames.texi (Initial Parameters, Resources): Fix references to
13094         the Emacs manual.
13096 2002-05-13  Kim F. Storm  <storm@cua.dk>
13098         * variables.texi (Intro to Buffer-Local): Update warning and
13099         example relating to changing buffer inside let.
13101 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
13103         * os.texi (Session Management): New node about X Session management.
13105 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
13107         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
13108         to which the manual corresponds, and the copyright years.
13110         * Makefile.in (VERSION): Set to 2.9.
13112 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
13114         * elisp.texi: Change the category in @dircategory to "Emacs", to
13115         make it consistent with info/dir.
13117 2001-11-25  Miles Bader  <miles@gnu.org>
13119         * text.texi (Fields): Describe new `limit' arg in
13120         field-beginning/field-end.
13122 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
13124         * permute-index: Don't depend on csh-specific features.
13125         Replace the interpreter name with /bin/sh.
13127         * two-volume-cross-refs.txt: New file.
13128         * two.el: New file.
13129         * spellfile: New file.
13131 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
13133         * permute-index: New file.
13135         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13136         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13137         8+3 restricted namespace.
13139         * Makefile.in (infodir): Define relative to $(srcdir).
13140         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13141         include directories list via -I switch to makeinfo.
13142         (index.texi): Use cp if both hard and symbolic links fail.
13144 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
13146         * Makefile.in (distclean): Add.
13148         The following changes make ELisp manual part of the Emacs
13149         distribution:
13151         * Makefile.in: Add Copyright notice.
13152         (prefix): Remove.
13153         (infodir): Change value to "../info".
13154         (VPATH): New variable.
13155         (MAKE): Don't define.
13156         (texmacrodir): Don't define.
13157         (texinputdir): Append the existing value of TEXINPUTS.
13158         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
13159         command to be compatible with man/Makefile.in, and to put the
13160         output into ../info.
13161         (info): Add target.
13162         (installall): Target removed.
13164 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
13166         * tips.texi (Coding Conventions): Fix typo.
13168 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
13170         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13172 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
13174         * files.texi (File Name Components): Update the description of
13175         file-name-sans-extension and file-name-extension, as they now
13176         ignore leading dots.
13178 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
13180         * (Version 21.1 released.)
13182 2001-10-19  Miles Bader  <miles@gnu.org>
13184         * positions.texi (Text Lines): Describe behavior of
13185         `beginning-of-line'/`end-of-line' in the presence of field properties.
13187 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
13189         * Makefile.in (VERSION): Set to 2.8.
13190         (manual): Use `manual-21'.
13192         * elisp.texi (VERSION): Add and use it where the version
13193         number was used.  Set it to 2.8.
13195         * intro.texi: Likewise.
13197 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
13199         * files.texi (File Name Completion): Document the significance of
13200         a trailing slash in elements of completion-ignored-extensions.
13202 2001-10-06  Miles Bader  <miles@gnu.org>
13204         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13206 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
13208         * variables.texi (Variable Aliases): New node.
13210 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
13212         * Branch for 21.1.
13214 2001-10-02  Miles Bader  <miles@gnu.org>
13216         * minibuf.texi (Minibuffer Misc): Add entries for
13217         `minibuffer-contents', `minibuffer-contents-no-properties', and
13218         `delete-minibuffer-contents'.
13219         Correct description for `minibuffer-prompt-end'.
13221         * text.texi (Property Search): Correct descriptions of
13222         `next-char-property-change' and `previous-char-property-change'.
13223         Add entries for `next-single-char-property-change' and
13224         `previous-single-char-property-change'.
13225         Make operand names a bit more consistent.
13227 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
13229         * frames.texi (Finding All Frames): Document that next-frame and
13230         previous-frame are local to current terminal.
13232 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
13234         * keymaps.texi (Creating Keymaps): Fix the description of the
13235         result of make-keymap.
13237 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
13239         * display.texi (Font Lookup, Attribute Functions)
13240         (Image Descriptors): Add cross-references to the definition of
13241         selected frame.
13243         * buffers.texi (The Buffer List): Add cross-references to the
13244         definition of selected frame.
13246         * frames.texi (Input Focus): Clarify which frame is _the_ selected
13247         frame at any given time.
13248         (Multiple Displays, Size and Position): Add a cross-reference to
13249         the definition of the selected frame.
13251 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
13253         * strings.texi (String Conversion) <string-to-number>: Document
13254         that a float is returned for integers that are too large.
13256         * frames.texi (Mouse Position): Document mouse-position-function.
13257         (Display Feature Testing): Document display-images-p.
13258         (Window Frame Parameters): Document the cursor-type variable.
13260         * numbers.texi (Integer Basics): Document CL style read syntax for
13261         integers in bases other than 10.
13263         * positions.texi (List Motion):
13264         Document open-paren-in-column-0-is-defun-start.
13266         * lists.texi (Sets And Lists): Document member-ignore-case.
13268         * internals.texi (Garbage Collection): Document the used and free
13269         strings report.
13270         (Memory Usage): Document strings-consed.
13272         * os.texi (Time of Day): Document float-time.
13273         (Recording Input): Document that clear-this-command-keys clears
13274         the vector to be returned by recent-keys.
13276         * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13277         The argument keymap can be a list.
13279         * nonascii.texi (User-Chosen Coding Systems)
13280         <select-safe-coding-system>: Document the new argument
13281         accept-default-p and the variable
13282         select-safe-coding-system-accept-default-p.  Tell what happens if
13283         buffer-file-coding-system is undecided.
13284         (Default Coding Systems): Document auto-coding-regexp-alist.
13286         * display.texi (The Echo Area) <message>: Document
13287         message-truncate-lines.
13288         (Glyphs): Document that the glyph table is unused on windowed
13289         displays.
13291         * help.texi (Describing Characters) <single-key-description>:
13292         Document the new argument no-angles.
13293         (Accessing Documentation) <documentation-property>: Document that
13294         a non-string property is evaluated.
13295         <documentation>: Document that the function-documentation property
13296         is looked for.
13298         * windows.texi (Selecting Windows): Document some-window.
13300         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13302         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13303         apropos-mode-hook.
13305         * commands.texi (Using Interactive): Document interactive-form.
13306         (Keyboard Macros): Document kbd-macro-termination-hook.
13307         (Command Loop Info): Document that clear-this-command-keys clears
13308         the vector to be returned by recent-keys.
13310 2001-09-04  Werner LEMBERG  <wl@gnu.org>
13312         * Makefile.in (srcdir, texinputdir): New variables.
13313         (srcs, index.texi, install): Use $(srcdir).
13314         (.PHONY): Remove elisp.dvi.
13315         (elisp): Use -I switch for makeinfo.
13316         (elisp.dvi): Use $(srcdir) and $(texinputdir).
13317         (installall, dist): Use $(srcdir).
13318         Fix path to texinfo.tex.
13319         (maintainer-clean): Add elisp.dvi and elisp.oaux.
13321 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
13323         * display.texi (Conditional Display): Adjust to API change.
13325         * configure: New file.
13327 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
13329         * commands.texi (Repeat Events): Add description of
13330         double-click-fuzz.
13332 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
13334         * syntax.texi (Syntax Class Table): Add the missing designator for
13335         comment and string fences.
13336         (Syntax Properties): Add a xref to syntax table internals.
13337         (Syntax Table Internals): Document string-to-syntax.
13339 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
13341         * Makefile.in (install): Use install-info command line options
13342         like in Emacs' Makefile.in.
13344 2000-12-09  Miles Bader  <miles@gnu.org>
13346         * windows.texi (Window Start): Update documentation for
13347         `pos-visible-in-window-p'.
13349 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13351         * lists.texi (Building Lists): Add footnote to explain how to add
13352         to the end of a list.
13354 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
13356         * files.texi (Visiting Functions): Typos.
13358 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
13360         * files.texi (Visiting Functions): Return value of
13361         find-file-noselect may be a list of buffers if wildcards are used.
13363 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
13365         * display.texi (Defining Faces): Document `graphic' display type
13366         in face specs.
13368 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13370         * hooks.texi (Standard Hooks): Replace obsolete
13371         `after-make-frame-hook' with `after-make-frame-functions'.
13373         * frames.texi (Creating Frames): Ditto.
13375         * variables.texi (Future Local Variables): Ditto.
13377 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
13379         * display.texi (Other Image Types): Add description of :foreground
13380         and :background properties of mono PBM images.
13382 2000-08-17  Werner LEMBERG  <wl@gnu.org>
13384         * .cvsignore: New file.
13386 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
13388         * tindex.pl: New script.
13390 1999-12-03  Dave Love  <fx@gnu.org>
13392         * Makefile.in (MAKEINFO): New parameter.
13394 1999-09-17  Richard Stallman  <rms@gnu.org>
13396         * Makefile.in (srcs): Add hash.texi.
13397         (VERSION): Update to 20.6.
13399 1999-09-13  Richard Stallman  <rms@gnu.org>
13401         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13403 1998-08-29  Karl Heuer  <kwzh@gnu.org>
13405         * configure.in: New file.
13406         * Makefile.in: Renamed from Makefile.
13407         (prefix, infodir): Use value obtained from configure.
13408         (emacslibdir): Obsolete variable deleted.
13409         (dist): Distribute configure.in, configure, Makefile.in.
13411 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13413         * Makefile (INSTALL_INFO): New variable.
13414         (install): Run install-info.
13416 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13418         * Makefile (elisp.dvi): Add missing backslash.
13420 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
13422         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13423         Run texindex without `./'.  Always run texindex on elisp.tp.
13424         (elisp.tps): Target deleted.
13426 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
13428         * Makefile (srcs): Add nonascii.texi and customize.texi.
13429         (dist): Start by deleting `temp'.
13431 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
13433         * Makefile (makeinfo, texindex): Targets deleted.
13434         (makeinfo.o, texindex.o): Targets deleted.
13435         (clean, dist): Don't do anything with them or with getopt*.
13437 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
13439         * Makefile (SHELL): Defined.
13441 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
13443         * Makefile (elisp.tps): New target.
13444         (elisp.dvi): Depend on elisp.tps.
13446 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13448         * README: Update phone number.
13450         * Makefile (elisp): Make this be the default target.
13451         Depend on makeinfo.c instead of makeinfo.
13452         (install): Don't depend on elisp.dvi, since we don't install that.
13453         Use mkinstalldirs.
13454         (dist): Add mkinstalldirs.
13456 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13458         * Makefile (VERSION): Update version number.
13459         (maintainer-clean): Rename from realclean.
13461 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
13463         * Makefile (realclean): New target.
13464         (elisp): Remove any old elisp-* files first.
13466 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
13468         * Makefile (VERSION): New variable.
13469         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13470         Compressed file suffix should be `.gz', not `.z'.
13472 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13474         * Makefile (elisp): Depend on makeinfo.
13476 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
13478         * Makefile (srcs): Add anti.texi.
13480 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13482         * Makefile (infodir, prefix): New vars.
13483         (install): Use infodir.
13484         (emacsinfodir): Delete.
13486 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13488         * Makefile (srcs): Add calendar.texi.
13490         * Makefile (dist): Copy texindex.c and makeinfo.c.
13491         Limit elisp-* files to those with one or two digits.
13493 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13495         * Makefile (dist): Change to use Gzip instead of compress.
13497 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
13499         * loading.texi (Unloading): define-function changed back to
13500         defalias.  It may not stay this way, but at least it's
13501         consistent with the known-good version of the code patch.
13503 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
13505         * modes.texi (Hooks): Document new optional arg of add-hook.
13507 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
13509         * variables.texi: Document nil initial value of buffer-local variables.
13511         * tips.texi: Add new section on standard library headers.
13513 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13515         * Makefile (srcs): Add frame.texi to the list of sources.
13517 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13519         * Makefile (dist): Don't bother excluding autosave files; they'll
13520         never make it into the temp directory anyway, and the hash marks
13521         in the name are problematic for make and the Bourne shell.
13522         (srcs): ???
13524 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13526         * Makefile (dist): Don't include backup files or autosave files in
13527         the distribution tar file.
13529 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13531         * Makefile (srcs): Add index.perm.
13532         (elisp.dvi): Remove erroneous shell comment.
13533         Expect output of permute-index in permuted.fns.
13534         Save old elisp.aux in elisp.oaux.
13535         (clean): Add index.texi to be deleted.
13537 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
13539         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13541 1990-06-26  David Lawrence  (tale@geech)
13543         * files.texi: Noted that completion-ignored-extensions is ignored
13544         when making *Completions*.
13546 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
13548         * Makefile  make dist now depends on elisp.dvi, since it tries
13549         to include it in the dist file.
13551 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
13553         * functions.texinfo (Mapping Functions): Add missing quote.
13555 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
13557         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13558         (defunargs): Turn off \hyphenchar of \sl font temporarily.
13560 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13562         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13563         and @error{} are the terms now being used.  The files in the
13564         directory have been changed to reflect this.
13566         * All instances of @indentedresultt{} have been changed to
13567         `     @result{}', using 5 spaces at the beginning of the line.
13569 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13571         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13572         experimental @indentedresult{}, @indentedexpandsto{} are part of
13573         the texinfo.tex in this directory.  These TeX macros are not
13574         stable yet.
13576 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13578         * texinfo.tex: Temporarily added
13579                 \let\result=\dblarrow
13580                 \def\error{{\it ERROR} \longdblarrow}
13581         We need to do this better soon.
13583 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13585         * Applied Karl Berry's patches to *.texinfo files, but not to
13586         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
13587         new title page format is also not applied, since it requires
13588         texinfo.tex changes.)
13590         * Cleaned up `Makefile' and defined the `emacslibdir' directory
13591         for the Project GNU development environment.
13593 ;; Local Variables:
13594 ;; coding: utf-8
13595 ;; End:
13597   Copyright (C) 1998-2014 Free Software Foundation, Inc.
13599   This file is part of GNU Emacs.
13601   GNU Emacs is free software: you can redistribute it and/or modify
13602   it under the terms of the GNU General Public License as published by
13603   the Free Software Foundation, either version 3 of the License, or
13604   (at your option) any later version.
13606   GNU Emacs is distributed in the hope that it will be useful,
13607   but WITHOUT ANY WARRANTY; without even the implied warranty of
13608   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13609   GNU General Public License for more details.
13611   You should have received a copy of the GNU General Public License
13612   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.