Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org
[emacs.git] / doc / lispref / ChangeLog
blob2cb9970f5fd09324a6173928fad9ece68d3e5b57
1 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
3         * frames.texi (Size Parameters, Size and Position): Mention that
4         with some window managers you have to set `frame-resize-pixelwise'
5         in order make a frame truly fullscreen or maximized.
7 2014-10-01  Paul Eggert  <eggert@cs.ucla.edu>
9         Improve doc for use of 'int', and discuss 'ssize_t'.
10         * internals.texi (C Integer Types): Mention 'int' for other
11         randomish values that lie in 'int' range.  Mention 'ssize_t'.  See:
12         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
14         Use AUTO_CONS instead of SCOPED_CONS, etc.
15         * internals.texi (Stack-allocated Objects):
16         Adjust to match the revised, less error-prone macros.
18 2014-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20         * internals.texi (Stack-allocated Objects): Further improvements.
21         Give an example of misuse.
23 2014-09-30  Eli Zaretskii  <eliz@gnu.org>
25         * internals.texi (Stack-allocated Objects): Minor improvements of
26         the wording and the indexing.
28 2014-09-30  Dmitry Antipov  <dmantipov@yandex.ru>
30         * internals.texi (Stack-allocated Objects): Describe this feature.
32 2014-09-15  Daniel Colascione  <dancol@dancol.org>
34         * text.texi (Registers): Make `insert-register' documentation
35         reflect interface change.
37 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * functions.texi (Core Advising Primitives): Add a note about the
40         confusing treatment of `interactive' for :filter-args (bug#18399).
42 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
44         * strings.texi (Text Comparison): Describe `string-collate-equalp'
45         and `string-collate-lessp'.
47 2014-09-06  Leo Liu  <sdl.web@gmail.com>
49         * control.texi (Pattern matching case statement): Document vector
50         qpattern.  (Bug#18327)
52 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
54         * lists.texi (Functions that Rearrange Lists): Remove
55         description of sort ...
56         * sequences.texi (Sequence Functions): ... and generalize
57         it for sequences.  Add an example.
59 2014-08-28  Eli Zaretskii  <eliz@gnu.org>
61         * display.texi (Bidirectional Display): Update the Emacs's class
62         of bidirectional conformance.
64 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
66         * eval.texi (Eval): Mention possible recovery from stack overflow.
68 2014-07-11  Eli Zaretskii  <eliz@gnu.org>
70         * internals.texi (Garbage Collection): Fix last change.
72 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
74         * internals.texi (Garbage Collection): Mention memory-info.
76 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
78         * minibuf.texi (Intro to Minibuffers, Reading a Password):
79         Password hiding is available in batch mode, do not mention it in
80         the exclusion list.  Mention `read-hide-char'.  (Bug#17839)
82 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * debugging.texi (Function Debugging, Debugger Commands):
85         Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
87 2014-07-03  Glenn Morris  <rgm@gnu.org>
89         * help.texi (Help Functions): "Online" help doesn't mean what it
90         used to any more.
92 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * keymaps.texi (Key Lookup): Remove mention of indirect entries.
95         (Scanning Keymaps): Reword the `noindirect' argument.
97 2014-06-28  Glenn Morris  <rgm@gnu.org>
99         * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
100         (Reading a Password): Mention batch mode.  (Bug#17839)
102 2014-06-23  Glenn Morris  <rgm@gnu.org>
104         * Makefile.in (%.texi): Disable implicit rules.
105         (mkinfodir): Remove.
106         (.dvi.ps): Replace with explicit rule.
107         (html): Declare as PHONY.
108         (${buildinfodir}): New rule.
109         ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
110         Use $<.
111         (elisp.dvi, elisp.html, elisp.pdf): Use $<.
112         (elisp.ps): New rule.
114 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
116         * positions.texi (Screen Lines): Clarify how columns are counted
117         by vertical-motion.
119 2014-06-15  Glenn Morris  <rgm@gnu.org>
121         * Makefile.in (bootstrap-clean): New.
123 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
125         * commands.texi (Accessing Mouse): Improve the wording of the
126         posn-col-row documentation.  (Bug#17768)
128 2014-06-10  Glenn Morris  <rgm@gnu.org>
130         * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
131         (INFO_OPTS): Set directly rather than with configure.
133 2014-06-09  Paul Eggert  <eggert@cs.ucla.edu>
135         Say (accept-process-output P)'s result pertains to P if P is non-nil.
136         * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
137         the return value is about PROCESS, not about other processes.
139 2014-06-08  Glenn Morris  <rgm@gnu.org>
141         * os.texi (Startup Summary): Small fix for initial-buffer-choice.
143         * files.texi (Subroutines of Visiting): Mention uniquify.
145         * numbers.texi (Comparison of Numbers): Copyedits.
147 2014-06-08  Glenn Morris  <rgm@gnu.org>
149         * display.texi (Window Systems): Remove window-setup-hook.
150         * os.texi (Startup Summary, Init File):
151         Improve description of window-setup-hook.
152         (Terminal-Specific): Update window-setup-hook cross-reference.
153         * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
155         * display.texi (Overlay Properties): Update re priority.  (Bug#17234)
157         * package.texi (Package Archives): Mention signing packages.
159 2014-06-07  Eli Zaretskii  <eliz@gnu.org>
161         * commands.texi (Click Events): Update contents of click event's
162         position list due to last changes in make_lispy_position.
164 2014-06-02  Glenn Morris  <rgm@gnu.org>
166         * text.texi (Buffer Contents):
167         Update for filter-buffer-substring changes.
169         * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
170         * functions.texi (Advising Functions): Standardize menu case.
172 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
174         * display.texi (Invisible Text): Clarify the description of
175         line-move-ignore-invisible.  (Bug#17511)
177 2014-05-22  Leo Liu  <sdl.web@gmail.com>
179         * sequences.texi (Sequence Functions): Don't mention when and how
180         SEQ to nreverse is mutated.
182 2014-05-21  Leo Liu  <sdl.web@gmail.com>
184         * sequences.texi (Sequence Functions): Update nreverse.
186 2014-05-19  Paul Eggert  <eggert@cs.ucla.edu>
188         Allow any non-nil value to count as true in bool-vector.
189         * sequences.texi (Bool-Vectors): Coalesce discussion of how to
190         print them.  bool-vector's args need not be t or nil.
192 2014-05-19  Dmitry Antipov  <dmantipov@yandex.ru>
194         * sequences.texi (Bool-vectors): Mention bool-vector.
196 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
198         Assume C99 or later (Bug#17487).
199         * internals.texi (C Dialect): Document this.
201 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
203         * lists.texi (Building Cons Cells and Lists): Remove
204         description of `reverse' and `'nreverse' to generalize them...
205         * sequences.texi (Sequences): ...for sequences here.
207 2014-05-14  Glenn Morris  <rgm@gnu.org>
209         * files.texi (Changing Files): Mention with-file-modes.
211 2014-05-08  Paul Eggert  <eggert@cs.ucla.edu>
213         * internals.texi (C Dialect): New section.
214         (C Integer Types): Mention bool_bf.
216 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * processes.texi (Filter Functions, Sentinels): Advertise add-function.
220 2014-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * windows.texi (Window Configurations, Window Configurations):
223         Window configs don't store marks any more.
225 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
227         * strings.texi (Text Comparison): Mention equal-including-properties
228         for when text properties of the strings matter for comparison.
230 2014-04-22  Eli Zaretskii  <eliz@gnu.org>
232         * text.texi (Registers): Document register-read-with-preview.
234         * internals.texi (Building Emacs): Improve indexing.
236 2014-04-17  Daniel Colascione  <dancol@dancol.org>
238         * frames.texi (Terminal Parameters): Document new
239         tty-mode-set-strings and tty-mode-reset-strings terminal
240         parameters.
242 2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
244         * Makefile.in (infoclean): Be consistent about reporting failures.
246 2014-04-09  Daniel Colascione  <dancol@dancol.org>
248         * errors.texi (Standard Errors): Document required error
249         parameters for `scan-error'.
251         * positions.texi (List Motion): Explain new `up-list' arguments.
252         Mention `backward-up-list'.
254 2014-04-08  Daniel Colascione  <dancol@dancol.org>
256         * minibuf.texi (Programmed Completion): Improve phrasing, remove
257         incorrect bullet count.
259 2014-04-07  Glenn Morris  <rgm@gnu.org>
261         * os.texi (Recording Input): Dribble files may contain passwords.
263         * backups.texi (Making Backups, Reverting):
264         Update for default values of some -function vars no longer being nil.
265         (Reverting): Update for buffer-stale-function
266         also applying to file-buffers.
268 2014-03-31  Daniel Colascione  <dancol@dancol.org>
270         * minibuf.texi (Completion in Buffers): Discuss using lazy
271         completion tables for inline completion.
273 2014-03-28  Glenn Morris  <rgm@gnu.org>
275         * os.texi (Terminal-Specific): Mention term-file-aliases.
277 2014-03-26  Eli Zaretskii  <eliz@gnu.org>
279         * files.texi (Kinds of Files): Improve documentation of
280         file-symlink-p.  (Bug#17073)  Add cross-references.
282 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
284         * markers.texi (Moving Marker Positions): The 2014-03-02 doc
285         change mentioning undo's inability to handle relocated markers no
286         longer applies.  See bug#16818.
287         * text.texi (Undo): Expand documentation of (TEXT . POS) and
288         (MARKER . ADJUSTMENT) undo elements.
290 2014-03-26  Glenn Morris  <rgm@gnu.org>
292         * files.texi (File Locks): All systems support locking.
294 2014-03-22  Glenn Morris  <rgm@gnu.org>
296         * commands.texi (Defining Commands):
297         Mention that interactive-only also affects describe-function.
299         * functions.texi (Declare Form): Add interactive-only.
300         * commands.texi (Defining Commands) Mention declare.
302         * commands.texi (Defining Commands): List interactive-only values.
304 2014-03-22  Eli Zaretskii  <eliz@gnu.org>
306         * functions.texi (Core Advising Primitives): Fix cross-reference
307         in last change.
309 2014-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
311         * functions.texi (Advising Functions): Explain a bit more how
312         arguments work.
313         (Advice combinators): New node.
314         (Core Advising Primitives): Use it.  Expand description of "depth".
315         (Advising Named Functions): Document limitation of advices on macros.
317 2014-03-21  Martin Rudalics  <rudalics@gmx.at>
319         * frames.texi (Size and Position): In `frame-resize-pixelwise'
320         description drop remark about frame maximization.
321         * windows.texi (Display Action Functions): Add description for
322         `display-buffer-no-window' and explain use of `allow-no-window'
323         alist entries.
325 2014-03-21  Glenn Morris  <rgm@gnu.org>
327         * commands.texi (Defining Commands): Copyedit re `interactive-only'.
329 2014-03-20  Paul Eggert  <eggert@cs.ucla.edu>
331         * internals.texi (C Integer Types): Prefer 'false' and 'true'
332         to '0' and '1' for booleans.
334 2014-03-19  Paul Eggert  <eggert@cs.ucla.edu>
336         * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
337         Remove now-obsolete hypothetical note about negative division,
338         as the C standard has changed.
340         Fix porting inconsistency about rounding to even.
341         * numbers.texi (Numeric Conversions, Rounding Operations):
342         Document that 'round' and 'fround' round to even.
344 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
346         * customize.texi (Variable Definitions): Recommend avoiding
347         destructive modification of the value argument of :set (bug#16755).
349 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * modes.texi (Auto-Indentation): Mention electric-indent variables.
353 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
355         * functions.texi (Advising Named Functions): Fix reference.
357 2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
359         Improve documentation for integer and floating-point basics.
360         * numbers.texi (Numbers, Integer Basics, Float Basics):
361         Document the basics a bit more precisely.  Say more clearly
362         that Emacs floating-point numbers are IEEE doubles on all
363         current platforms.  Give more details about frexp.
364         Say more clearly that '1.' is an integer.
365         (Predicates on Numbers): Fix wholenump typo.
366         * objects.texi (Integer Type): Adjust to match numbers.texi.
368 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * functions.texi (Advising Functions): Try and improve the text.
371         Add example use of advice-add (bug#16959).
372         (Core Advising Primitives): Rename.  Explain handling of interactive
373         specs, including advice-eval-interactive-spec.
374         (Advising Named Functions): Try and better explain the difference with
375         add-function.
376         (Porting old advices): New node.
378 2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
380         Style fixes for floating-point doc.
381         * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
382         * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
383         * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
384         * processes.texi, streams.texi, strings.texi, text.texi:
385         * variables.texi, windows.texi:
386         Hyphenate "floating-point" iff it precedes a noun.
387         Reword to avoid nouns and hyphenation when that's easy.
388         Prefer "integer" to "integer number" and "is floating point"
389         to "is a floating point number".
390         Prefer "@minus{}" to "-" when it's a minus.
392 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
394         * display.texi (Temporary Displays): Rewrite descriptions of
395         `with-output-to-temp-buffer' and `with-temp-buffer-window'.
396         * help.texi (Help Functions): Rewrite description of `with-help-window'.
398 2014-03-15  Dmitry Gutov  <dgutov@yandex.ru>
400         * display.texi (Blinking): Update WRT to the new
401         `blink-matchin-paren' behavior.
403 2014-03-14  Martin Rudalics  <rudalics@gmx.at>
405         * display.texi (Temporary Displays): Say that
406         `with-temp-buffer-window' makes its buffer current.
407         * frames.texi (Size and Position): Describe new option
408         `frame-resize-pixelwise'.  Rewrite descriptions of
409         `set-frame-size', `set-frame-height' and `set-frame-width'.
411 2014-03-09  Martin Rudalics  <rudalics@gmx.at>
413         * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
414         * text.texi (Primitive Indent):
415         * strings.texi (String Basics):
416         * sequences.texi (Sequence Functions): Update references accordingly.
417         * display.texi (Size of Displayed Text): Rename section from
418         "Width".  Add description for `window-text-pixel-size'.
419         (Window Dividers): Reword description of window dividers.
420         * frames.texi (Layout Parameters): Improve description of window
421         divider parameters.
422         * windows.texi (Window Sizes): Add descriptions of
423         `window-mode-line-height' and `window-header-line-height'.
424         (Coordinates and Windows): Mention window dividers.
426 2014-03-07  Martin Rudalics  <rudalics@gmx.at>
428         * buffers.texi (The Buffer List): Rename node to Buffer List.
429         Describe `buffer-list-update-hook'.
430         * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
431         Add node for Window Dividers.
432         * hooks.texi (Standard Hooks): Add reference to
433         `buffer-list-update-hook'.
434         * windows.texi (Window Sizes): Describe `window-min-size'.
435         (Splitting Windows): Update description of `split-window'.
436         (Selecting Windows): Update description of `select-window'.
438 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
440         * frames.texi (Size and Position): Rewrite entries for
441         `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
442         Add description for `fit-frame-to-buffer-sizes'.
443         * windows.texi (Resizing Windows): Add descriptions for
444         pixelwise resizing.  Add entries for `window-resize-pixelwise'
445         and `fit-window-to-buffer-horizontally'.
446         Rewrite `fit-window-to-buffer' entry.
448 2014-03-06  Xue Fuqiao  <xfq@gnu.org>
450         * internals.texi (Window Internals): Remove field `region_showing'.
452 2014-03-06  Glenn Morris  <rgm@gnu.org>
454         * searching.texi (Replacing Match):
455         Remove incorrect, uninteresting return value.  (Bug#16942)
457 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
459         * display.texi (Window Dividers): New section.
460         * frames.texi (Layout Parameters): Add right-divider-width and
461         bottom-divider-width.
462         * windows.texi (Window Sizes): Redraw schematic and rewrite its
463         description.  Rewrite descriptions of `window-total-height',
464         `window-total-width', `window-total-size', `window-body-height',
465         `window-body-width' and `window-size-fixed'.  Add descriptions
466         for `window-pixel-height', `window-pixel-width',
467         `window-min-height' and `window-min-width'.  Remove description
468         of `window-size-fixed-p' moving part of it to that of
469         `window-size-fixed'.
470         (Resizing Windows): Mention dividers when talking about minimum sizes.
472 2014-03-05  Glenn Morris  <rgm@gnu.org>
474         * modes.texi (SMIE Customization): New section.
475         * elisp.texi (Top): Update detailed menu.
477 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
479         * windows.texi (Windows and Frames): Add some missing &optional
480         designators.  Adjust description of window-in-direction.
482 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
484         * markers.texi (Moving Marker Positions): Clarify guidance about
485         when to move markers and when to create a new one, as discussed at
486         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
488 2014-03-02  Glenn Morris  <rgm@gnu.org>
490         * text.texi (Decompression): New node.
491         * elisp.texi (Top): Update detailed menu.
493 2014-03-01  Glenn Morris  <rgm@gnu.org>
495         * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
497 2014-02-28  Xue Fuqiao  <xfq@gnu.org>
499         * functions.texi (Advising Functions, Advising Named Functions):
500         Tweak markup.
502         * display.texi (Defining Faces): Doc fix for `face-spec-set'.
504         * elisp.texi (Top):
505         * commands.texi (Generic Commands, Defining Commands):
506         Document `define-alternatives'.
508 2014-02-27  Xue Fuqiao  <xfq@gnu.org>
510         * windows.texi (Window Sizes): Document `window-size'.
511         (Display Action Functions): Document `display-buffer-at-bottom'.
512         (Window Configurations): Minor fixes.
514         * modes.texi (Header Lines): Document `window-header-line-height'.
516         * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
518         * windows.texi (Window Sizes, Resizing Windows): Document some
519         pixelwise window operations.
521         * text.texi (Margins): Fix the description of RET and `C-j'.
523         * frames.texi (Multiple Terminals): Document
524         `display-monitor-attributes-list' and `display-monitor-attributes'.
525         (Display Feature Testing): Add some notes about multi-monitor.
527 2014-02-27  Glenn Morris  <rgm@gnu.org>
529         * minibuf.texi (Programmed Completion):
530         Mention completion-table-with-cache.
532 2014-02-25  Glenn Morris  <rgm@gnu.org>
534         * display.texi (Window Systems):
535         Replace term-setup-hook with emacs-startup-hook.
536         * hooks.texi (Standard Hooks):
537         Replace term-setup-hook with tty-setup-hook.
538         * os.texi (Startup Summary, Init File, Terminal-Specific):
539         Replace term-setup-hook with tty-setup-hook, and update.
541 2014-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * functions.texi (Declare Form): Document gv-expander, gv-setter,
544         and compiler-macro (bug#16829, bug#15093).
546 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
548         * windows.texi (Window Configurations): Doc fix.
549         (Windows and Frames): Fix typo.
551 2014-02-21  Glenn Morris  <rgm@gnu.org>
553         * internals.texi (Process Internals):
554         * processes.texi (Subprocess Creation, Deleting Processes)
555         (Output from Processes, Process Buffers, Filter Functions)
556         (Accepting Output, Sentinels, Network, Network Servers):
557         Filters and sentinels can no longer be nil.
558         * elisp.texi (Top): Menu update.
560 2014-02-20  Glenn Morris  <rgm@gnu.org>
562         * functions.texi (Defining Functions): Mention defalias-fset-function.
564 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * minibuf.texi (Completion Commands): Don't document obsolete
567         `common-substring' arg of display-completion-list.
569 2014-02-17  Glenn Morris  <rgm@gnu.org>
571         * minibuf.texi (Text from Minibuffer): Update read-regexp details.
572         Mention read-regexp-defaults-function.
574 2014-02-13  Glenn Morris  <rgm@gnu.org>
576         * debugging.texi (Debugger Commands): Tiny edits.
578 2014-02-12  Glenn Morris  <rgm@gnu.org>
580         * package.texi (Simple Packages): Describe URL and Keywords headers.
582 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
584         * text.texi (User-Level Deletion):
585         Document `delete-trailing-whitespace' (bug#15309).
587 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
589         * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
591         * display.texi (Blinking): Clarify doc string in example (bug#10658).
593         * commands.texi (Accessing Mouse): Mention that these function
594         also work on keyboard events (bug#14228).
595         (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
597 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
599         * display.texi (Face Attributes): Add an index (bug#14924).
601         * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
603 2014-02-06  Glenn Morris  <rgm@gnu.org>
605         * display.texi (Truncation):
606         * positions.texi (Screen Lines): Do not mention cache-long-scans.
608 2014-01-31  Juri Linkov  <juri@jurta.org>
610         * searching.texi (String Search): Incremental word search fixes.
612 2014-01-28  Glenn Morris  <rgm@gnu.org>
614         * text.texi (Indent Tabs): Update related to tab-stops.
616 2014-01-24  Glenn Morris  <rgm@gnu.org>
618         * control.texi (Handling Errors): Update with-demoted-errors.
620         * files.texi (File Locks): Every platform supports locking now.
622 2014-01-22  Glenn Morris  <rgm@gnu.org>
624         * display.texi (ImageMagick Images): Expand on image-format-suffixes.
626 2014-01-20  Glenn Morris  <rgm@gnu.org>
628         * hash.texi (Other Hash): Do not mention subr-x.el functions;
629         reverts 2013-12-22 change.
631 2014-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * functions.texi (Advising Functions): New section.
634         * modes.texi (Running Hooks): Don't document with-wrapper-hook and
635         run-hook-wrapped any more.
636         (Hooks): Link to the new Advising Functions node.
637         * elisp.texi (Top): Don't include advice.texi.
638         * advice.texi: Remove.
639         * makefile.w32-in (srcs):
640         * Makefile.in (srcs): Adjust accordingly.
642 2014-01-09  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
644         * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
646         * strings.texi (Text Comparison): Document `string-suffix-p'.
648 2014-01-07  Glenn Morris  <rgm@gnu.org>
650         * files.texi (File Attributes): Fix superscipt typo.
652 2014-01-07  Chong Yidong  <cyd@gnu.org>
654         * files.texi (Changing Files): Document copy-file changes.
656 2014-01-07  Glenn Morris  <rgm@gnu.org>
658         * display.texi (Logging Messages): Copyedits re messages-buffer.
660 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
662         Specify .texi encoding (Bug#16292).
663         * back.texi, book-spine.texi, lay-flat.texi:
664         Add @documentencoding.
666 2014-01-05  Chong Yidong  <cyd@gnu.org>
668         * backups.texi (Making Backups): Document backup-buffer change.
670         * files.texi (Visiting Files): Copyedits.
671         (Testing Accessibility): Mention ACLs.  Move file-modes here from
672         File Attributes.
673         (Truenames): Move file-equal-p here from Kinds of Files.
674         (File Attributes): Move file-newer-than-file-p here from Testing
675         Accessibility.
676         (Extended Attributes): New node.  Add file-extended-attributes.
677         (Changing Files): Document set-file-extended-attributes.
679         * commands.texi (Defining Commands): Document the interactive-form
680         property more carefully.  Document interactive-only.
682         * compile.texi (Compiler Errors): Copyedits.  Note that the
683         details for byte-compile-warnings are in its docstring.
685         * minibuf.texi (Minibuffer Contents): Remove obsolete function
686         minibuffer-completion-contents.
688         * variables.texi (Defining Variables): Note that defvar acts
689         always on the dynamic value.
691         * customize.texi (Variable Definitions): Likewise.
693 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
695         Document vconcat and the empty vector (Bug#16246).
696         * sequences.texi (Vector Functions):
697         Document behavior better when the result is empty.
699         Document behavior of (string-to-number "+@") (Bug#16293).
700         * strings.texi (String Conversion): Document behavior of
701         string-to-number on invalid strings that begin with "+", too.
703 2014-01-03  Chong Yidong  <cyd@gnu.org>
705         * help.texi (Documentation, Accessing Documentation): Copyedits.
706         (Documentation Basics): Rewrite, avoiding a repeat discussion of
707         docstring conventions.
709         * tips.texi (Documentation Tips): Move discussion of
710         emacs-lisp-docstring-fill-column here from Documentation Basics.
712         * compile.texi (Docs and Compilation): Copyedits.
714 2014-01-02  Glenn Morris  <rgm@gnu.org>
716         * numbers.texi (Numeric Conversions): Fix a typo.
718 2013-12-29  Paul Eggert  <eggert@cs.ucla.edu>
720         Plain copy-file no longer chmods an existing destination (Bug#16133).
721         * files.texi (Changing Files): Document this.
723 2013-12-28  Chong Yidong  <cyd@gnu.org>
725         * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
727         * buffers.texi (Modification Time): Document visited-file-modtime
728         change.
730 2013-12-28  Glenn Morris  <rgm@gnu.org>
732         * control.texi (Pattern matching case statement): Brevity.
734 2013-12-27  Chong Yidong  <cyd@gnu.org>
736         * functions.texi (Function Cells):
737         * eval.texi (Function Indirection): Update for the fact that
738         symbol-function no longer signals an error.
740         * commands.texi (Reading One Event): Mention keyboard coding.
742         * keymaps.texi (Translation Keymaps, Translation Keymaps):
743         * nonascii.texi (Terminal I/O Encoding): Copyedits.
745 2013-12-26  Chong Yidong  <cyd@gnu.org>
747         * advice.texi (Advising Functions, Defining Advice): Special forms
748         can no longer be advised.
750 2013-12-25  Chong Yidong  <cyd@gnu.org>
752         * keymaps.texi (Active Keymaps): Re-organize the text.
753         (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
754         (Controlling Active Maps): Note that set-transient-map uses
755         overriding-terminal-local-map.
757         * tips.texi (Coding Conventions): Tweak the coding system tip;
758         Emacs now uses utf-8 by default for Emacs Lisp source files.
760         * display.texi (Font Selection): Tweak example.
762         * commands.texi (Event Input Misc): Document new arg to input-pending-p.
764         * nonascii.texi (Specifying Coding Systems): Don't refer to
765         emacs-mule-dos.
766         (Lisp and Coding Systems): Describe emacs-mule return value in
767         modern terms.
769 2013-12-25  Tassilo Horn  <tsdh@gnu.org>
771         * control.texi (Pattern matching case statement): Rephrase lexical
772         binding requirement: the example needs it, not `pcase' itself.
774 2013-12-25  Chong Yidong  <cyd@gnu.org>
776         * eval.texi (Eval): Document the LEXICAL arg to eval.
778         * variables.texi (Variables, Void Variables): Use "scoping rule"
779         terminology consistently.
780         (Variable Scoping): Add index entries, and use "dynamic scope"
781         terminology in place of "indefinite scope" to reduce confusion.
782         (Lexical Binding): Document lexical environment format.
783         (Using Lexical Binding): Add index entries for error messages.
785 2013-12-24  Tassilo Horn  <tsdh@gnu.org>
787         * control.texi (Pattern matching case statement): Fix missing
788         argument in simple expression language sample (Bug#16238).
789         Add some sample programs written in that language.  Mention that
790         `pcase' requires lexical binding.
792 2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
794         * eval.texi (Special Forms): Document `special-form-p'.
796         * macros.texi (Simple Macro): Document `macrop'.
798         * files.texi (Changing Files): Fix an argument of `copy-file'.
800         * strings.texi (Creating Strings): Document TRIM in `split-string'.
802 2013-12-23  Chong Yidong  <cyd@gnu.org>
804         * keymaps.texi (Controlling Active Maps):
805         Rename set-temporary-overlay-map to set-transient map.  Doc fixes.
806         (Searching Keymaps): The transient keymap takes precedence.
808 2013-12-23  Glenn Morris  <rgm@gnu.org>
810         * loading.texi (How Programs Do Loading, Load Suffixes):
811         Mention `load-prefer-newer'.
813 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
815         * hash.texi (Other Hash): Document `hash-table-keys'
816         and `hash-table-values'.
818 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
820         * nonascii.texi (Character Properties): NAME or OLD-NAME
821         properties can be nil (there's no empty string).
822         (Character Properties): Update the reference to the UCD.
824 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
826         * sequences.texi (Bool-Vectors): Document new bool-vector set
827         operation functions.
829         * text.texi (Examining Properties): Document `get-pos-property'.
831         * variables.texi (Directory Local Variables):
832         Document `enable-dir-local-variables'.
834         * debugging.texi (Debugger Commands):
835         Document `debugger-toggle-locals'.
837 2013-12-21  Chong Yidong  <cyd@gnu.org>
839         * text.texi (Region Indent): Note the new interactive behavior of
840         indent-rigidly.
842 2013-12-20  Tassilo Horn  <tsdh@gnu.org>
844         * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
845         one or many arguments.
847         * display.texi: Document `messages-buffer'.
849         * os.texi: Document `initial-buffer-choice' changes.
851 2013-12-20  Chong Yidong  <cyd@gnu.org>
853         * text.texi (Changing Properties): Improve documentation for
854         add-face-text-property.
855         (Special Properties): Mention add-face-text-property.
857 2013-12-18  Chong Yidong  <cyd@gnu.org>
859         * customize.texi (Custom Themes): Document custom-known-themes
860         (Bug#15717).
862         * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
863         (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
865 2013-12-13  Glenn Morris  <rgm@gnu.org>
867         * internals.texi (Building Emacs):
868         * loading.texi (Library Search): Mention that site-load,
869         site-init cannot change load-path.
871 2013-12-12  Glenn Morris  <rgm@gnu.org>
873         * elisp.texi: Tweak dircategory.
875 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
877         * nonascii.texi (Encoding and I/O): Document file-name encoding
878         peculiarities on MS-Windows.
880 2013-12-12  Glenn Morris  <rgm@gnu.org>
882         * elisp.texi: Sync direntry with info/dir version.
884 2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
886         * display.texi (Progress, Face Remapping):
887         * processes.texi (Serial Ports):
888         * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
890 2013-12-04  Juri Linkov  <juri@jurta.org>
892         * searching.texi (Search and Replace): Fix `unread-command-events'
893         and add ref.
895 2013-12-03  Juri Linkov  <juri@jurta.org>
897         * windows.texi (Choosing Window): Rename `no-display-ok' to
898         `allow-no-window'.  (Bug#13594)
900 2013-11-30  Glenn Morris  <rgm@gnu.org>
902         * Makefile.in (distclean): Remove Makefile.
904 2013-11-29  Andreas Politz  <politza@fh-trier.de>
906         * modes.texi (Imenu): Make it clear that sub-alist is the cdr
907         (Bug#14029).
909 2013-11-27  Glenn Morris  <rgm@gnu.org>
911         * loading.texi (Library Search):
912         * os.texi (Startup Summary): No more leim directory.
914 2013-11-26  Glenn Morris  <rgm@gnu.org>
916         * os.texi (Startup Summary): Update for leim-list being preloaded.
918 2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
920         * frames.texi (Input Focus):
921         * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
923 2013-11-23  Glenn Morris  <rgm@gnu.org>
925         * loading.texi (Library Search):
926         Empty elements in EMACSLOADPATH now mean the default load-path.
928 2013-11-22  Glenn Morris  <rgm@gnu.org>
930         * loading.texi (Library Search): Minor clarification.
932 2013-11-20  Leo Liu  <sdl.web@gmail.com>
934         * windows.texi (Choosing Window): Mention `no-display-ok'.  (Bug#13594)
936 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
938         * os.texi (File Notifications): Add an index.
940         * loading.texi (Loading): Add an cross-reference.
942 2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
944         * os.texi (Session Management, Desktop Notifications): Add some
945         indexes and a cross-reference.
947 2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
949         * os.texi (Time Parsing, Processor Run Time, Input Modes)
950         (Terminal Output): Minor fixes.
952 2013-11-14  Glenn Morris  <rgm@gnu.org>
954         * loading.texi (Library Search): Update section.
956 2013-11-11  Xue Fuqiao  <xfq.free@gmail.com>
958         * os.texi (User Identification, Time of Day, Time Conversion):
959         Minor fixes.
961 2013-11-10  Jan Djärv  <jan.h.d@swipnet.se>
963         * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
965 2013-11-09  Xue Fuqiao  <xfq.free@gmail.com>
967         * os.texi (Startup Summary): Add an index about startup screen.
968         Typo fix.
969         (Command-Line Arguments): Add cross-reference for `dump-emacs'.
971 2013-11-08  Eli Zaretskii  <eliz@gnu.org>
973         * display.texi (Truncation): Document that cache-long-scans is now
974         non-nil by default.  (Bug#15797)
976 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
978         * lists.texi (Rearrangement): Fix indexing.
980         * display.texi (Bidirectional Display): Fix indexing.
982 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
984         * lists.texi (Rearrangement): Improve indexing.
986         * display.texi (Glyphs): Add an index for glyph code.
987         (Bidirectional Display): Improve indexing.
989 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
991         * display.texi (Face Attributes): Document :distant-foreground.
993 2013-10-30  Xue Fuqiao  <xfq.free@gmail.com>
995         * display.texi (Abstract Display): Improve indexing.
997 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * display.texi (Selective Display): Discourage the use of explicit
1000         selective display.
1002 2013-10-29  Xue Fuqiao  <xfq.free@gmail.com>
1004         * display.texi (Showing Images): Add an index for image-size.
1005         Use @code instead of @var for a normal variable.
1006         (Multi-Frame Images): Improve indexing.
1007         (Button Buffer Commands): Use @code instead of @var for a normal
1008         variable.
1009         (Abstract Display): Explain the meaning of Ewoc.
1011 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1013         * display.texi (Image Descriptors): Improve indexing.
1015 2013-10-26  Xue Fuqiao  <xfq.free@gmail.com>
1017         * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1018         (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1020 2013-10-25  Xue Fuqiao  <xfq.free@gmail.com>
1022         * display.texi (Fontsets): Minor wording fix.
1023         (Low-Level Font): Improve indexing.
1025         * nonascii.texi (Character Properties): Add an index for script symbols.
1027 2013-10-24  Xue Fuqiao  <xfq.free@gmail.com>
1029         * display.texi (Face Remapping): Add indexes for face remapping.
1030         (Font Selection): Add indexes.
1031         (Low-Level Font): Add an index for font registry.
1033 2013-10-23  Glenn Morris  <rgm@gnu.org>
1035         * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1036         Nuke @refill.
1038         * Makefile.in (install-dvi, install-html, install-pdf)
1039         (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1040         (uninstall-pdf): Quote entities that might contain whitespace.
1042 2013-10-19  Xue Fuqiao  <xfq.free@gmail.com>
1044         * display.texi (Face Attributes): Add indexes for the ‘:box’
1045         face attribute.
1047 2013-10-18  Xue Fuqiao  <xfq.free@gmail.com>
1049         * display.texi (Line Height): Add indexes for line height.
1051 2013-10-17  Xue Fuqiao  <xfq.free@gmail.com>
1053         * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1055 2013-10-16  Xue Fuqiao  <xfq.free@gmail.com>
1057         * display.texi (Selective Display): Add an index for explicit
1058         selective display.
1060 2013-10-15  Xue Fuqiao  <xfq.free@gmail.com>
1062         * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1064 2013-10-13  Glenn Morris  <rgm@gnu.org>
1066         * intro.texi (Acknowledgments): Use accented form of some names.
1068 2013-10-09  Glenn Morris  <rgm@gnu.org>
1070         * control.texi (Conditionals): Copyedits.  (Bug#15558)
1072 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
1074         Support menus on text-mode terminals.
1075         * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1076         Modify wording to the effect that menus are supported on TTYs.
1078         * frames.texi (Pop-Up Menus, Dialog Boxes)
1079         (Display Feature Testing): Update for menu support on TTYs.
1081 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1084         non-headings.
1086 2013-10-05  Xue Fuqiao  <xfq.free@gmail.com>
1088         * syntax.texi (Categories): Add an index for category sets.
1090 2013-10-03  Xue Fuqiao  <xfq.free@gmail.com>
1092         * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1094 2013-10-02  Xue Fuqiao  <xfq.free@gmail.com>
1096         * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1098 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
1100         * searching.texi (Regexp Search): Refine.
1102 2013-09-22  Xue Fuqiao  <xfq.free@gmail.com>
1104         * nonascii.texi (Default Coding Systems): Typo fix.
1106 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
1108         * nonascii.texi (Coding System Basics): Add information about
1109         carriage-return.
1111 2013-09-14  Eli Zaretskii  <eliz@gnu.org>
1113         * display.texi (Display Margins): State the units of measuring
1114         margin width.  (Bug#15375)
1116 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
1118         * text.texi (Not Intervals): Minor wording fix.
1120 2013-09-12  Xue Fuqiao  <xfq.free@gmail.com>
1122         * functions.texi (Obsolete Functions): Add an index for obsolete
1123         functions.
1125 2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
1127         * nonascii.texi (Character Properties): Character properties fix
1128         for decimal-digit-value and digit-value.
1130 2013-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1132         * macros.texi (Defining Macros): Prefer "function" to "lambda
1133         expression" (bug#15296).
1135 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1137         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1138         for portability to hosts where /bin/sh has problems.
1140 2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
1144 2013-08-20  Eli Zaretskii  <eliz@gnu.org>
1146         * files.texi (Information about Files): Mention file names with
1147         trailing blanks on MS-Windows.  (Bug#15130)
1149 2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
1151         * positions.texi (Positions): Improve indexing.
1153 2013-08-18  Eli Zaretskii  <eliz@gnu.org>
1155         * markers.texi (The Region): Improve indexing.
1157 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
1159         * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1161         * text.texi (Maintaining Undo): Mention interactive call of
1162         buffer-disable-undo.
1163         (Filling): Add cross-reference for hard newlines.
1164         (Sorting): Fix indentation.
1165         (Columns): Comment out undefined behavior.
1166         (Case Changes): Fix an `args-out-of-range' error in the example.
1168 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
1170         * text.texi (Insertion): Refine.
1171         (Margins): Add an index.
1172         (Undo): Doc fix for `buffer-undo-list'.
1174         * positions.texi (Character Motion):
1175         * markers.texi (Moving Markers, Creating Markers):
1176         Comment out undefined behavior.
1178 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
1180         * markers.texi (The Region): Add/move indexes.
1182 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184         * display.texi (ImageMagick Images): Mention :content-type and
1185         `image-content-type-suffixes'.
1187 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1189         * positions.texi (Word Motion): Remove redundant sentence.
1191 2013-08-13  Glenn Morris  <rgm@gnu.org>
1193         * lists.texi (List Elements):
1194         Undocument behavior of nth and nthcdr with n < 0.  (Bug#15059)
1196 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1198         * frames.texi (Display Feature Testing): Add indexes.
1200 2013-08-12  Glenn Morris  <rgm@gnu.org>
1202         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1203         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1204         (INSTALL_DATA): New, set by configure.
1205         (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1206         New variables.
1207         (.SUFFIXES): Add .ps and .dvi.
1208         (.dvi.ps): New suffix rule.
1209         (dvi, html, pdf, ps): Use *_TARGETS variables.
1210         (elisp.html): Use HTML_OPTS.
1211         (elisp.ps): Remove explicit rule.
1212         (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1213         install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1214         uninstall-ps, and uninstall-doc.
1215         (install-dvi, install-html, install-pdf, install-ps, install-doc)
1216         (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1217         (uninstall-doc): New rules.
1218         (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1220 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
1222         * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1224 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
1226         * control.texi (Error Symbols): Minor fix for previous change.
1228 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1230         * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1232         * control.texi (Signaling Errors): Refer to define-error.
1233         (Error Symbols): Add `define-error'.
1235 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1237         * positions.texi (Motion by Screen Lines):
1238         * display.texi (Truncation): Rename `cache-long-line-scans'
1239         to `cache-long-scans'.
1241 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
1243         * windows.texi (Window Start and End): Add an index.
1245 2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
1247         * display.texi (Face Functions): Add an index.
1249         * variables.texi (Variable Aliases): Add an index.
1251         * functions.texi (Defining Functions): Add an index.
1253         * nonascii.texi (Coding System Basics): Add an index.
1255 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
1257         * nonascii.texi (Non-ASCII Characters): Update menu.
1258         (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1259         Fix cross-references.
1261         * elisp.texi (Top): Update menu.
1263 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1265         * windows.texi (Window History): Mention the default value of
1266         switch-to-visible-buffer.  Add cross-references.
1268 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1270         * errors.texi (Standard Errors): Fix typo.
1272         * files.texi (Magic File Names):
1273         * os.texi (File Notifications): Remove file-notify-supported-p.
1275 2013-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1277         * eval.texi (Special Forms): Mention 'lambda'.  Also, say that
1278         non-well-formed expressions result in unspecified behavior, though
1279         Emacs will not crash.
1281 2013-07-22  Michael Albinus  <michael.albinus@gmx.de>
1283         * files.texi (Magic File Names): Add file-notify-add-watch,
1284         file-notify-rm-watch and file-notify-supported-p.
1285         Move file-remote-p down.
1287         * errors.texi (Standard Errors): Add file-notify-error.
1289         * os.texi (Desktop Notifications): Rename from Notifications.
1290         (File Notifications): New node.
1292         * elisp.texi (Top): Update menu for these changes.
1294 2013-07-19  Xue Fuqiao  <xfq.free@gmail.com>
1296         * windows.texi (Display Action Functions): Mention next-window.
1298 2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
1300         * windows.texi (Selecting Windows): Fix the introduction of
1301         `set-frame-selected-window''s arguments.
1303 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
1305         Timestamp fixes for undo (Bug#14824).
1306         * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1308 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
1310         * nonascii.texi (Text Representations): Document that
1311         multibyte-string-p returns nil for non-string objects.
1313 2013-07-06  Glenn Morris  <rgm@gnu.org>
1315         * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1317 2013-07-03  Glenn Morris  <rgm@gnu.org>
1319         * debugging.texi (Debugging):
1320         * files.texi (File Attributes, Changing Files): Fix cross-references.
1322         * package.texi (Package Archives): Fix @url call.
1324         * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1326 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
1328         * display.texi (Bidirectional Display): Document move-point-visually.
1330 2013-06-29  Xue Fuqiao  <xfq.free@gmail.com>
1332         * buffers.texi (Buffer File Name): Fix typo.
1334 2013-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1336         * tips.texi (Coding Conventions): Improve wording.
1338 2013-06-24  Glenn Morris  <rgm@gnu.org>
1340         * loading.texi (Autoload): Fix typo.
1342         * variables.texi (Lexical Binding): Fix typo.
1344         * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1346 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348         * display.texi (ImageMagick Images): Mention :max-width and
1349         :max-height.
1351 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1353         * numbers.texi (Math Functions): Remove obsolete function log10.
1355 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1358         rather than `local-map'.
1360         * keymaps.texi (Active Keymaps): Fix documentation of
1361         set-temporary-overlay-map and overriding-terminal-local-map.
1363 2013-06-19  Glenn Morris  <rgm@gnu.org>
1365         * Makefile.in (dist): Edit more configure variables.
1366         Try to check that we do not miss any in future.
1368 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
1370         * text.texi (Undo, Changing Properties): Fix typos.
1372 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374         * text.texi (Changing Properties): Document `add-face-text-property'.
1376 2013-06-17  Kenichi Handa  <handa@gnu.org>
1378         * display.texi (Face Attributes): Refer to "Low-Level font" (not
1379         "Font Selection") in the explanation of :font attribute (bug#14629).
1381 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * loading.texi (Hooks for Loading): Don't document after-load-alist.
1384         Document with-eval-after-load instead of eval-after-load.
1386 2013-06-11  Xue Fuqiao  <xfq.free@gmail.com>
1388         * files.texi (File Name Expansion): Make the example more
1389         intuitive.
1391 2013-06-10  Paul Eggert  <eggert@cs.ucla.edu>
1393         Documentation fix for 'ls' and hard links.
1394         * compile.texi (Compilation Functions):
1395         * files.texi (File Attributes, Changing Files):
1396         Use current format for GNU 'ls' output.
1397         (File Attributes): Fix problem introduced in previous change:
1398         the link count is the number of hard links, not the number
1399         of hard links + 1.
1401 2013-06-10  Xue Fuqiao  <xfq.free@gmail.com>
1403         * files.texi (File Attributes): Fix typo.
1405 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * functions.texi (Lambda Expressions): Lambda expressions don't
1408         evaluate to themselves in general (bug#11782).
1410 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * loading.texi (Autoload):
1413         * help.texi (Documentation Basics, Accessing Documentation)
1414         (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1416 2013-04-23  Glenn Morris  <rgm@gnu.org>
1418         * internals.texi (Writing Emacs Primitives): Remove obvious example.
1419         Tweak other to avoid overly long line.
1421 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1423         * internals.texi (Writing Emacs Primitives): Remove unnecessary
1424         references to the sources.  (Bug#13800)
1426         * searching.texi (Regexp Backslash): Doc fix for backslash
1427         constructs in regular expressions.
1429 2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
1431         * tips.texi (Coding Conventions): Mention separation of package
1432         descriptor and name of internal symbols by two hyphens.
1434 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1436         * windows.texi (Splitting Windows): Change category of
1437         split-window from a command to a function.
1439 2013-04-06  Chong Yidong  <cyd@gnu.org>
1441         * display.texi (Faces): Minor clarifications.
1442         (Defining Faces): Clarify default vs custom face specs.
1443         Document face-spec-set.
1445         * display.texi (Overlay Properties):
1446         * text.texi (Special Properties): Use the "anonymous face"
1447         terminology.  Describe foreground-color and background-color forms
1448         as compatibility-only.
1450 2013-03-24  Eli Zaretskii  <eliz@gnu.org>
1452         * compile.texi (Byte-Code Objects): Add index entry.
1453         (Disassembly): Add cross-references.
1455 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
1457         * frames.texi (Size Parameters): More accurate description of the
1458         difference between 'fullboth' and 'maximized'.  (Bug#13935)
1460 2013-03-17  Christopher Schmidt  <christopher@ch.ristopher.com>
1462         * symbols.texi (Standard Properties): Document pure.  (Bug#13823)
1464 2013-03-16  Glenn Morris  <rgm@gnu.org>
1466         * elisp.texi: Add some stuff specific to www.gnu.org.
1468 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1470         * control.texi (Pattern matching case statement): Fix typo.
1472 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1474         * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1476 2013-03-03  Glenn Morris  <rgm@gnu.org>
1478         * objects.texi (Symbol Type): Fix typo.
1480 2013-02-28  Bastien Guerry  <bzg@gnu.org>
1482         * variables.texi (File Local Variables): Fix reference.
1484 2013-02-24  Eli Zaretskii  <eliz@gnu.org>
1486         * files.texi (Magic File Names): Improve wording and indexing.
1488 2013-02-21  Glenn Morris  <rgm@gnu.org>
1490         * display.texi (Multi-Frame Images): Minor rephrasing.
1492 2013-02-20  Glenn Morris  <rgm@gnu.org>
1494         * display.texi (GIF Images, TIFF Images): Delete these nodes.
1495         (ImageMagick Images): For :index, use an xref rather than duplicating.
1496         (Other Image Types): Add GIF, adjust formatting.
1497         (Multi-Frame Images): Rename from Animated Images.  Expand section.
1498         * elisp.texi (Top): Update menu for these changes.
1500 2013-02-19  Glenn Morris  <rgm@gnu.org>
1502         * text.texi (Change Hooks): Fix typo.
1504 2013-02-15  Glenn Morris  <rgm@gnu.org>
1506         * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1508 2013-02-13  Glenn Morris  <rgm@gnu.org>
1510         * objects.texi (Char-Table Type): Add footnote about #^^.
1512         * modes.texi (Minor Mode Conventions): Fix typo.
1514         * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1515         meta characters; this changed in 22.1.  (Bug#13684)
1517         * objects.texi (Char-Table Type): Add cindex.
1519         * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1521 2013-02-10  Glenn Morris  <rgm@gnu.org>
1523         * keymaps.texi (Creating Keymaps): Update make-keymap result.
1525 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1527         * modes.texi (%-Constructs): Remove the description of %t.
1529         * nonascii.texi (MS-DOS File Types): Delete node.
1531 2013-02-08  Glenn Morris  <rgm@gnu.org>
1533         * keymaps.texi (Active Keymaps, Searching Keymaps):
1534         Remove confusing mention of "symbolic prefix".  (Bug#13643)
1536 2013-01-19  Glenn Morris  <rgm@gnu.org>
1538         * macros.texi (Indenting Macros): Fix order of an indent
1539         symbol's arguments.  (Bug#13450)
1541 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1543         Allow floating-point file offsets.
1544         * files.texi (Reading from Files, Writing to Files):
1545         Say that file offsets can be numbers, not just integers.
1547 2013-01-09  Glenn Morris  <rgm@gnu.org>
1549         * commands.texi (Interactive Codes):
1550         Whitespace does not terminate interactive "S".  (Bug#13393)
1552 2013-01-06  Chong Yidong  <cyd@gnu.org>
1554         * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1556 2013-01-05  Glenn Morris  <rgm@gnu.org>
1558         * display.texi (Overlay Properties): Mention field.  (Bug#13364)
1560 2013-01-05  Eli Zaretskii  <eliz@gnu.org>
1562         * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1563         directive in a group of items.
1565 2013-01-05  Chong Yidong  <cyd@gnu.org>
1567         * keymaps.texi (Key Sequences): Remove obsolete sentence
1568         (Bug#13356).
1570 2013-01-04  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1572         * hash.texi (Defining Hash): Fix typo.  (Bug#13345)
1574 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1576         * files.texi (File Attributes): Undocument return format of file-acl.
1578 2013-01-03  Glenn Morris  <rgm@gnu.org>
1580         * processes.texi (System Processes):
1581         * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1583         * searching.texi (Replacing Match): Fix xref.
1585         * elisp.texi (DATE): Bump to Jan 2013.
1587 2013-01-02  Glenn Morris  <rgm@gnu.org>
1589         * customize.texi (Common Keywords, Type Keywords):
1590         Replace "active field" with "button".  (Bug#13310)
1592         * customize.texi (Common Keywords): Add xref.  (Bug#13311)
1593         * tips.texi (Library Headers): Add cindex.
1595 2012-12-30  Wolfgang Jenkner  <wjenkner@inode.at>
1597         * functions.texi (Declare Form):
1598         * intro.texi (A Sample Function Description):
1599         * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1600         * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1601         in @def.. commands.  (Bug#13292)
1603 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
1605         * files.texi (Changing Files): Document the return values of
1606         set-file-selinux-context and set-file-acl.
1608 2012-12-27  Glenn Morris  <rgm@gnu.org>
1610         * files.texi (File Names): Mention Cygwin conversion functions.
1612 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
1614         * windows.texi (Selecting Windows): Reword description of
1615         select-window (Bug#13248).
1617 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
1619         * files.texi (File Attributes, Changing Files): Remove the details
1620         about the text returned by file-acl.  Instead, just document that
1621         it is an opaque string meant to be used by set-file-acl.
1623 2012-12-21  Chong Yidong  <cyd@gnu.org>
1625         * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1627         * customize.texi (Simple Types): Document key-sequence type
1628         (Bug#13048).
1630         * strings.texi (Text Comparison): Doc fix for compare-strings.
1632 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
1634         * files.texi (Magic File Names): Add `file-acl',
1635         `file-selinux-context', `set-file-acl' and
1636         `set-file-selinux-context'.  Make the list consistent.
1638 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
1640         * tips.texi (Library Headers): New header keyword `Homepage'.
1641         Make continuation lines syntax more precise.
1643 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
1645         * files.texi (File Attributes, Changing Files): Update to include
1646         MS-Windows support for ACLs.
1648 2012-12-16  Romain Francoise  <romain@orebokech.com>
1650         * files.texi (File Attributes): Document ACL support and new
1651         `file-acl' function.
1652         (Changing Files): Mention argument name change of `copy-file' and
1653         document new function `set-file-acl'.
1655 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1657         Fix permissions bugs with setgid directories etc.  (Bug#13125)
1658         * files.texi (Testing Accessibility): Document GROUP arg
1659         of file-ownership-preserved-p.
1660         (File Attributes): Document that 9th element is now
1661         just a placeholder.
1662         * os.texi (User Identification): Document new functions group-gid,
1663         group-real-gid.
1665 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1667         * internals.texi (C Integer Types): New section.
1668         This follows up and records an email in
1669         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1671 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * control.texi (Pattern matching case statement): New node.
1675         * customize.texi (Variable Definitions): Mention the default :group
1676         for defcustoms (bug#13093).
1678 2012-12-09  Glenn Morris  <rgm@gnu.org>
1680         * customize.texi (Variable Definitions): Mention eval-defun
1681         on a defcustom calls the :set function when appropriate.
1683 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
1685         * doclicense.texi, gpl.texi: Update to latest version from FSF.
1686         These are just minor editorial changes.
1688 2012-12-06  Chong Yidong  <cyd@gnu.org>
1690         * lists.texi (Plist Access): Move put example to Symbol Plists.
1692         * symbols.texi (Standard Properties): Fix typo.
1694 2012-12-03  Chong Yidong  <cyd@gnu.org>
1696         * symbols.texi (Symbol Properties): New node.
1697         (Symbol Plists): Make it a subsection under Symbol Properties.
1698         (Standard Properties): New node.
1700         * lists.texi (Property Lists): Move here from symbols.texi.
1701         (Plist Access): Rename from Other Plists.
1703         * customize.texi (Variable Definitions):
1704         * display.texi (Defining Faces):
1705         * sequences.texi (Char-Tables): Fix xref.
1707         * keymaps.texi (Key Sequences): `kbd' is now a function.
1709         * commands.texi (Using Interactive): Fix index entry.
1711 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
1713         * doclicense.texi: Update to latest version from FSF.
1714         These are just minor editorial changes.
1715         * elisp.texi (GNU Free Documentation License)
1716         (GNU General Public Licens):
1717         Provide sectioning, since doclicense.texi no longer does that.
1719         * loading.texi (Named Features): @ -> @@ to fix typo.
1721 2012-11-24  Martin Rudalics  <rudalics@gmx.at>
1723         * windows.texi (Basic Windows): Fix typo.
1724         (Windows and Frames): Fix example.  Move description of
1725         window-in-direction here.
1726         (Recombining Windows): Fix example.
1727         (Buffers and Windows): Fix description of replace-buffer-in-windows.
1728         (Switching Buffers): Reword.
1729         (Display Action Functions): Minor adjustments.
1730         (Choosing Window Options): Minor fixes.
1731         (Window History): Minor rewording.
1732         (Dedicated Windows): Correct and reword part describing how
1733         dedicatedness affects functions removing buffers or windows.
1734         * buffers.texi (The Buffer List): Fix description of bury-buffer.
1736 2012-11-24  Chong Yidong  <cyd@gnu.org>
1738         * modes.texi (%-Constructs): Fix statement about mode construct
1739         padding (Bug#12866).
1741 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * debugging.texi (Profiling): Make it more clear
1744         that --enable-profiling is about profiling the C code.
1746 2012-11-21  Glenn Morris  <rgm@gnu.org>
1748         * display.texi (Attribute Functions):
1749         Update for set-face-* name changes.
1750         Add new "inherit" argument for face-bold-p etc.
1751         Move description of this argument to a common section, like "frame".
1753         * debugging.texi (Profiling): New section.
1754         (Debugging): Mention profiling in the introduction.
1755         * tips.texi (Compilation Tips): Move profiling to separate section.
1756         * elisp.texi: Add Profiling to detailed menu.
1758 2012-11-21  Martin Rudalics  <rudalics@gmx.at>
1760         * windows.texi (Display Action Functions): Fix recently added
1761         example.  Suggested by Michael Heerdegen.
1763 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1765         Minor cleanup for times as lists of four integers.
1766         * os.texi (Time Parsing): Time values can now be four integers.
1768 2012-11-18  Glenn Morris  <rgm@gnu.org>
1770         * loading.texi (How Programs Do Loading): Add eager macro expansion.
1771         * macros.texi (Expansion): Mention eager macro expansion.
1773         * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1775 2012-11-18  Leo Liu  <sdl.web@gmail.com>
1777         * minibuf.texi (Programmed Completion): Doc fix for metadata
1778         request (Bug#12850).
1780 2012-11-18  Glenn Morris  <rgm@gnu.org>
1782         * display.texi (Temporary Displays): Document with-temp-buffer-window.
1784         * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1785         * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1786         (Window Sizes): Add vindex for window-min-height, window-min-width.
1787         (Display Action Functions): Mention pop-up-frame-parameters.
1789 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1791         * windows.texi (Choosing Window): Rewrite description of
1792         display-buffer-alist (Bug#12167).
1793         (Display Action Functions): Mention inhibit-switch-frame.
1794         Fix description of display-buffer-below-selected.  Reorder actions.
1795         Add example (Bug#12848).
1797 2012-11-16  Glenn Morris  <rgm@gnu.org>
1799         * display.texi (Face Attributes): Fix :underline COLOR description.
1800         (Attribute Functions): Update for set-face-underline rename.
1801         Tweak descriptions of face-underline-p, face-inverse-video-p.
1803         * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1804         so they align better in info.
1805         (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1806         Document set-temporary-overlay-map.
1808 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1811         with normal keymaps".
1813 2012-11-15  Dmitry Antipov  <dmantipov@yandex.ru>
1815         * internals.texi (Garbage Collection): Update descriptions
1816         of vectorlike_header, garbage-collect and gc-cons-threshold.
1817         (Object Internals): Explain Lisp_Object layout and the basics
1818         of an internal type system.
1819         (Buffer Internals): Update description of struct buffer.
1821 2012-11-13  Glenn Morris  <rgm@gnu.org>
1823         * variables.texi (Adding Generalized Variables):
1824         At least mention gv-define-expander and gv-letplace.
1826         * debugging.texi (Error Debugging): Mention debug-on-message.
1827         (Using Debugger): Mention debugger-bury-or-kill.
1829         * control.texi (Signaling Errors):
1830         * debugging.texi (Error Debugging):
1831         * errors.texi (Standard Errors): Add user-error.
1833         * variables.texi (Adding Generalized Variables):
1834         Use standard formatting for common lisp note about setf functions.
1836 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
1838         * elisp.texi (Top): Add Recombining Windows to menu.
1839         * windows.texi (Recombining Windows): New subsection.
1840         (Splitting Windows): Rewrite text on handling of window
1841         combinations and move it to new subsection.
1843 2012-11-10  Chong Yidong  <cyd@gnu.org>
1845         * searching.texi (Replacing Match): Document \? in replace-match.
1847         * variables.texi (Creating Buffer-Local): Document setq-local and
1848         defvar-local.
1849         (Setting Generalized Variables): Arrange table alphabetically.
1851         * lists.texi (List Elements, List Variables): Clarify descriptions
1852         of push and pop for generalized variables.
1854         * edebug.texi (Specification List): setf is no longer CL-only.
1856 2012-11-10  Glenn Morris  <rgm@gnu.org>
1858         * variables.texi (Adding Generalized Variables):
1859         Update description of FIX-RETURN expansion.
1861         * variables.texi (Setting Generalized Variables):
1862         Split most of previous contents into this subsection.
1863         (Adding Generalized Variables): New subsection.
1864         Move note on lack of setf functions here from misc/cl.texi.
1866         * elisp.texi: Add Generalized Variables subsections to detailed menu.
1868 2012-11-10  Chong Yidong  <cyd@gnu.org>
1870         * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1872 2012-11-08  Michael Albinus  <michael.albinus@gmx.de>
1874         * os.texi (Notifications): Update descriptions of
1875         notifications-notify, notifications-close-notification and
1876         notifications-get-capabilities according to latest code changes.
1877         Add notifications-get-server-information.
1879 2012-11-03  Chong Yidong  <cyd@gnu.org>
1881         * objects.texi (General Escape Syntax): Clarify the explanation of
1882         escape sequences.
1883         (Non-ASCII in Strings): Clarify when a string is unibyte vs
1884         multibyte.  Hex escapes do not automatically make a string
1885         multibyte.
1887 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
1889         * windows.texi (Switching Buffers): Document option
1890         switch-to-buffer-preserve-window-point.
1891         (Display Action Functions): Document window-height and
1892         window-width alist entries.
1893         (Display Action Functions):
1894         Document display-buffer-below-selected and
1895         display-buffer-in-previous-window.
1896         (Quitting Windows): Document quit-restore-window.
1897         Rewrite section.
1898         (Window Configurations): In window-state-get mention that
1899         argument window must be valid.
1900         (Window Parameters): Document quit-restore window parameter
1901         (Bug#12158).
1903 2012-10-31  Glenn Morris  <rgm@gnu.org>
1905         * control.texi (Catch and Throw): Add xref to cl.texi.
1907         * lists.texi (Sets And Lists): Point xref to better location.
1909         * errors.texi (Standard Errors):
1910         * loading.texi (Autoload): Update for cl-lib namespace changes.
1912         * modes.texi (Defining Minor Modes): "Generalized Variables"
1913         section is now in this manual rather than cl.texi.
1915         * eval.texi (Special Forms): No longer special forms: defmacro,
1916         defun, save-window-excursion, with-output-to-temp-buffer.
1917         * functions.texi (Defining Functions): Defun is now a macro.
1918         Defalias is a function.
1920 2012-10-30  Glenn Morris  <rgm@gnu.org>
1922         * variables.texi (Generalized Variables): Fix typo.
1924 2012-10-30  Chong Yidong  <cyd@gnu.org>
1926         * symbols.texi (Symbol Plists): Document function-get.
1928         * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1930         * frames.texi (Visibility of Frames): Document tty-top-frame.
1932 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * keymaps.texi (Format of Keymaps): Document the multiple
1935         inheritance format.
1937 2012-10-28  Martin Rudalics  <rudalics@gmx.at>
1939         * windows.texi (Basic Windows): Reformulate description of live,
1940         internal and valid windows.
1941         (Cyclic Window Ordering): Describe new argument of
1942         get-lru-window and get-largest-window.  Add description of
1943         window-in-direction.
1945 2012-10-27  Glenn Morris  <rgm@gnu.org>
1947         * variables.texi (Generalized Variables): New section,
1948         adapted from misc/cl.texi.
1949         * elisp.texi (Top): Add Generalized Variables to menu.
1950         * lists.texi (List Elements, List Variables):
1951         Mention generalized variables.
1953         * lists.texi (List Elements): Typo fix.
1955 2012-10-27  Chong Yidong  <cyd@gnu.org>
1957         * minibuf.texi (High-Level Completion): Don't mention removed
1958         function iswitchb-read-buffer.
1960         * commands.texi (Event Input Misc): Remove last-input-char.
1961         (Command Loop Info): Remove last-command-char.
1963         * frames.texi (Initial Parameters): Don't mention the obsolete
1964         special-display feature.
1966         * windows.texi (Choosing Window): Don't mention the obsolete
1967         special display feature.
1968         (Choosing Window Options): Remove obsolete special-display
1969         variables, and the functions special-display-p and
1970         special-display-popup-frame.
1972         * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1974         * hooks.texi (Standard Hooks): Remove obsolete hooks.
1976         * markers.texi (Information from Markers): Remove obsolete
1977         function buffer-has-markers-at.
1979         * text.texi (Yanking): Document yank-handled-properties.
1981 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
1983         Update manual for new time stamp format (Bug#12706).
1984         * buffers.texi (Modification Time):
1985         * files.texi (Testing Accessibility, File Attributes):
1986         * intro.texi (Version Info):
1987         * os.texi (Time of Day):
1988         Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1989         These instances were missed the first time around.
1990         Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1992 2012-10-24  Chong Yidong  <cyd@gnu.org>
1994         * minibuf.texi (Text from Minibuffer): Document read-regexp
1995         changes.
1997         * nonascii.texi (Selecting a Representation):
1998         Document set-buffer-multibyte changes.
2000         * keymaps.texi (Toolkit Differences): Node deleted.
2001         (Easy Menu): New node.
2003 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2005         * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2007 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
2009         Fix outdated timestamp documentation in Elisp manual (bug#12706).
2010         * files.texi (File Attributes):
2011         * text.texi (Undo):
2012         Time stamp resolution is now 1 picosecond, not 1 second.
2014 2012-10-23  Chong Yidong  <cyd@gnu.org>
2016         * display.texi (Font Lookup): Remove font-list-limit.
2018         * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2019         (Bug#12529).
2021 2012-10-22  Glenn Morris  <rgm@gnu.org>
2023         * os.texi (Recording Input): Tiny fix.
2025         * intro.texi (Lisp History):
2026         * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2027         * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2029 2012-10-15  Chong Yidong  <cyd@gnu.org>
2031         * macros.texi (Defining Macros): defmacro is now a macro.
2032         Explicitly list the docstring and declare arguments.
2034         * functions.texi (Anonymous Functions): Explicitly list the
2035         docstring, declare, and interactive arguments to lambda.
2036         (Defining Functions): Likewise for defun.
2037         (Inline Functions): Likewise for defsubst.
2038         (Declare Form): Tweak description.
2040 2012-10-13  Chong Yidong  <cyd@gnu.org>
2042         * display.texi (ImageMagick Images): ImageMagick enabled by default.
2044 2012-10-05  Chong Yidong  <cyd@gnu.org>
2046         * minibuf.texi (Basic Completion): Clarify list form of completion
2047         table (Bug#12564).
2049 2012-10-05  Bruno Félix Rezende Ribeiro  <oitofelix@gmail.com>  (tiny change)
2051         * functions.texi (Function Safety): Copyedit.  (Bug#12562)
2053 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
2055         Revert the FOLLOW-SYMLINKS change for file-attributes.
2056         * files.texi (File Attributes, Magic File Names): Undo last change.
2058 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2060         file-attributes has a new optional arg FOLLOW-SYMLINKS.
2061         * files.texi (File Attributes): Describe it.
2062         (Magic File Names): Use it.
2064 2012-09-30  Chong Yidong  <cyd@gnu.org>
2066         * commands.texi (Click Events): Define "mouse position list".
2067         Remove mention of unimplemented horizontal scroll bars.
2068         (Drag Events, Motion Events): Refer to "mouse position list".
2069         (Accessing Mouse): Document posnp.
2071         * errors.texi (Standard Errors): Tweak arith-error description.
2072         Tweak markup.  Remove domain-error and friends, which seem to be
2073         unused after the floating-point code revamp.
2075         * functions.texi (Defining Functions): defun is now a macro.
2076         (Obsolete Functions): Obsolescence also affects
2077         documentation commands.  Various clarifications.
2078         (Declare Form): New node.
2080         * strings.texi (String Basics): Copyedits.
2082         * os.texi (Startup Summary): Document leim-list.el change.
2083         (User Identification): Add system-users and system-groups.
2084         (Idle Timers): Minor clarifications.
2086         * macros.texi (Defining Macros): Move description of `declare' to
2087         Declare Form node.
2089         * loading.texi (Autoload):
2090         * help.texi (Documentation Basics): The special sequences can
2091         trigger autoloading.
2093         * numbers.texi (Integer Basics): Copyedits.
2094         (Float Basics): Consider IEEE floating point always available.
2095         (Random Numbers): Document actual limits.
2096         (Arithmetic Operations): Clarify division by zero.  Don't mention
2097         the machine-independence of negative division since it does not
2098         happen in practice.
2100 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2102         * files.texi (Files): Fix typo.
2104 2012-09-23  Chong Yidong  <cyd@gnu.org>
2106         * buffers.texi (Read Only Buffers): Document read-only-mode.
2108         * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2109         read-only-mode.
2111         * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2112         calling conventions.
2114 2012-09-22  Chong Yidong  <cyd@gnu.org>
2116         * searching.texi (Replacing Match): Minor clarification.
2118 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
2120         * edebug.texi (Instrumenting): Improve indexing.
2122         * os.texi (Idle Timers): Warn against reinvoking an idle timer
2123         from within its own timer action.  (Bug#12447)
2125 2012-09-22  Chong Yidong  <cyd@gnu.org>
2127         * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2129 2012-09-21  Glenn Morris  <rgm@gnu.org>
2131         * debugging.texi (Using Debugger): Fix typo.
2133 2012-09-18  Chong Yidong  <cyd@gnu.org>
2135         * display.texi (Faces): Discuss anonymous faces.
2136         (Face Attributes): Tweak intro.
2137         (Defining Faces): Move after the Face Attributes node.  Copyedits.
2138         (Displaying Faces): Describe role of inheritance.
2140         * customize.texi (Customization): Define customization more
2141         carefully (Bug#11440).
2142         (Common Keywords): Add xref to Constant Variables.
2144         * variables.texi (Defining Variables): Link to defcustom's node
2145         instead of the higher-level Customization chapter.
2147 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2149         Simplify, document, and port floating-point (Bug#12381).
2150         * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2151         Document that / and mod (with floating point arguments), along
2152         with asin, acos, log, log10, expt and sqrt, return special values
2153         instead of signaling exceptions.
2154         (Float Basics): Document that logb operates on the absolute value
2155         of its argument.
2156         (Math Functions): Document that (log ARG BASE) also returns NaN if
2157         BASE is negative.  Document that (expt X Y) returns NaN if X is a
2158         finite negative number and Y a finite non-integer.
2160 2012-09-09  Chong Yidong  <cyd@gnu.org>
2162         * lists.texi (Sets And Lists): Explain that the return value for
2163         delete should be used, like for delq.
2165         * minibuf.texi (Yes-or-No Queries): Document recentering and
2166         scrolling in y-or-n-p.  Remove gratuitous example.
2168         * searching.texi (Search and Replace): Document window scrolling
2169         entries in query-replace-map.
2171 2012-09-08  Chong Yidong  <cyd@gnu.org>
2173         * syntax.texi (Syntax Table Internals): Define "raw syntax
2174         descriptor" terminology (Bug#12383).
2175         (Syntax Descriptors): Mention raw syntax descriptors.
2177 2012-09-07  Chong Yidong  <cyd@gnu.org>
2179         * variables.texi (Creating Buffer-Local): Fix description of
2180         local-variable-if-set-p (Bug#10713).
2182         * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2184         * windows.texi (Display Action Functions)
2185         (Choosing Window Options): Remove obsolete variable
2186         display-buffer-reuse-frames.
2187         (Switching Buffers): Minor doc tweak for switch-to-buffer.
2189         * positions.texi (Narrowing): Document buffer-narrowed-p.
2191         * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2193         * syntax.texi (Low-Level Parsing): Add xref to Parser State
2194         (Bug#12269).
2196 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
2198         * debugging.texi (Explicit Debug): Document `debug-on-message'.
2200 2012-09-02  Chong Yidong  <cyd@gnu.org>
2202         * windows.texi (Window Configurations): Recommend against using
2203         save-window-excursion (Bug#12075).
2205         * control.texi (Catch and Throw):
2206         * positions.texi (Excursions): Don't mention it.
2208 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2210         Better seed support for (random).
2211         * numbers.texi (Random Numbers): Document new behavior of
2212         the calls (random) and (random STRING).
2214 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
2216         * windows.texi (Window Point): Document recent changes in
2217         window-point and set-window-point.
2218         (Selecting Windows): Document recent change in select-window.
2220 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
2222         * functions.texi (Closures): Put the main index entry for
2223         "closures" here.  (Bug#12138)
2225         * variables.texi (Lexical Binding): Disambiguate the index entry
2226         for "closures".
2228 2012-08-05  Chong Yidong  <cyd@gnu.org>
2230         * display.texi (Defining Faces): Move documentation of
2231         frame-background-mode to the Emacs manual (Bug#7774).
2233 2012-08-04  Chong Yidong  <cyd@gnu.org>
2235         * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2236         Fix description of syntax table inheritance.
2237         (Syntax Table Functions): Don't refer to internal contents of
2238         syntax table, since that is not explained yet.  Copyedits.
2239         (Standard Syntax Tables): Node deleted.
2240         (Syntax Table Internals): Misc clarifications.  Improve table
2241         formatting.
2243         * keymaps.texi (Inheritance and Keymaps):
2244         * text.texi (Sticky Properties): Tweak index entry.
2246 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2248         * nonascii.texi (Character Sets): Fix a typo.  (Bug#12062)
2250 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2252         Prefer typical American spelling for "acknowledgment".
2253         * intro.texi (Acknowledgments): Rename from Acknowledgements.
2255 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
2257         * commands.texi (Special Events): Mention language-change event.
2258         (Input Events, Interactive Codes):
2259         * keymaps.texi (Key Sequences): Mention events that are
2260         non-keyboard but also non-mouse events.
2262 2012-07-17  Chong Yidong  <cyd@gnu.org>
2264         * text.texi (Insertion): Document insert-char changes.
2266 2012-07-15  Leo Liu  <sdl.web@gmail.com>
2268         * display.texi (Fringe Bitmaps): Add exclamation-mark.
2270 2012-07-13  Chong Yidong  <cyd@gnu.org>
2272         * buffers.texi (Read Only Buffers): Document toggle-read-only
2273         changes.  Reword to account for the fact that read-only is
2274         currently not supported in overlay properties.
2276 2012-07-07  Chong Yidong  <cyd@gnu.org>
2278         * loading.texi (Library Search): Index site-lisp directories.
2280 2012-07-06  Chong Yidong  <cyd@gnu.org>
2282         * intro.texi (A Sample Function Description): Fix incorrect
2283         markup, undoing previous change.
2284         (A Sample Variable Description): Minor clarifications and markup
2285         improvements.
2287         * elisp.texi (Top):
2288         * text.texi (Text): Fix menu order.
2290 2012-07-06  Richard Stallman  <rms@gnu.org>
2292         * intro.texi (Evaluation Notation, A Sample Function Description)
2293         (A Sample Variable Description): Improve/undo previous changes.
2295 2012-07-05  Glenn Morris  <rgm@gnu.org>
2297         * intro.texi (A Sample Function Description): Fix cross-refs.
2299 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
2301         * intro.texi (Evaluation Notation, A Sample Function Description)
2302         (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2304 2012-06-27  Chong Yidong  <cyd@gnu.org>
2306         * processes.texi (Asynchronous Processes, Input to Processes):
2307         * internals.texi (Process Internals): Don't capitalize "pty".
2309 2012-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2311         * processes.texi (Asynchronous Processes): Make the pty vs pipe
2312         discussion more prominent.
2314 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
2316         * commands.texi (Misc Events): Document the language-change event.
2318 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2320         Support higher-resolution time stamps (Bug#9000).
2321         * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2322         * processes.texi (System Processes):
2323         Time stamp resolution is now picosecond, not microsecond.
2325 2012-06-21  Glenn Morris  <rgm@gnu.org>
2327         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
2329 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2331         * functions.texi (Defining Functions):
2332         * macros.texi (Defining Macros): Un-define the return value of `defun',
2333         `defmacro' and `defalias'.
2335 2012-06-17  Chong Yidong  <cyd@gnu.org>
2337         * elisp.texi: Remove urlcolor setting.
2339 2012-06-17  Glenn Morris  <rgm@gnu.org>
2341         * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
2342         Overlining no longer behaves exactly like underlining.
2344 2012-06-16  Aurélien Aptel  <aurelien.aptel@gmail.com>
2346         * display.texi (Face Attributes):
2347         Document wave-style underline face attribute.
2349 2012-06-11  Chong Yidong  <cyd@gnu.org>
2351         * display.texi (ImageMagick Images): ImageMagick now supports the
2352         :background property.
2354 2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
2356         * internals.texi (Garbage Collection): Typo fix.
2358 2012-06-09  Chong Yidong  <cyd@gnu.org>
2360         * text.texi (Special Properties): Clarify the meaning of a list of
2361         faces in the `face' property.
2363         * display.texi (Face Remapping): Minor clarification.
2365 2012-06-08  Chong Yidong  <cyd@gnu.org>
2367         * display.texi (Face Attributes): Font family does not accept
2368         wildcards.  De-document obsolete :bold and :italic attributes.
2369         (Defining Faces): Use new-style face spec format.
2371 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
2373         * internals.texi (Garbage Collection): Document new
2374         vector management code and vectorlike_header structure.
2376 2012-06-03  Chong Yidong  <cyd@gnu.org>
2378         * modes.texi (Mode Line Data): Use "mode line construct"
2379         terminology for consistency.
2381 2012-05-27  Glenn Morris  <rgm@gnu.org>
2383         * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2384         * buffers.texi, commands.texi, compile.texi, control.texi:
2385         * customize.texi, debugging.texi, display.texi, doclicense.texi:
2386         * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2387         * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2388         * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2389         * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2390         * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2391         * objects.texi, os.texi, package.texi, positions.texi:
2392         * processes.texi, searching.texi, sequences.texi, streams.texi:
2393         * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2394         * variables.texi, windows.texi: Nuke hand-written node pointers.
2396 2012-05-27  Chong Yidong  <cyd@gnu.org>
2398         * functions.texi (Obsolete Functions):
2399         Fix doc for set-advertised-calling-convention.
2401         * modes.texi (Mode Help): Fix describe-mode.
2403         * display.texi (Face Functions): Fix define-obsolete-face-alias.
2405         * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2407 2012-05-27  Martin Rudalics  <rudalics@gmx.at>
2409         * commands.texi (Recursive Editing): recursive-edit is a command.
2411         * compile.texi (Docs and Compilation):
2412         byte-compile-dynamic-docstrings is an option.
2414         * debugging.texi (Invoking the Debugger): debug is a command.
2416         * display.texi (Progress): progress-reporter-update and
2417         progress-reporter-force-update have VALUE argument optional.
2418         (Animated Images): Use non-@code{nil} instead of non-nil.
2420         * files.texi (Format Conversion Round-Trip):
2421         Use non-@code{nil} instead of non-nil.
2423         * frames.texi (Creating Frames): make-frame is a command.
2424         (Input Focus): select-frame is a command.
2425         (Pointer Shape): void-text-area-pointer is an option.
2427         * help.texi (Describing Characters): read-kbd-macro is a command.
2428         (Help Functions): describe-prefix-bindings is a command.
2430         * markers.texi (Creating Markers): Both arguments of copy-marker
2431         are optional.
2433         * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2435         * modes.texi (Mode Line Variables): mode-line-remote and
2436         mode-line-client are not options.
2437         (Imenu): imenu-add-to-menubar is a command.
2438         (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2440         * os.texi (Sound Output): play-sound-file is a command.
2442         * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2444         * processes.texi (Signals to Processes):
2445         Use @key{RET} instead of @code{RET}.
2446         (Signals to Processes): signal-process is a command.
2448         * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2449         (Base 64): base64-encode-string is not a command while
2450         base64-decode-region is.
2452         * windows.texi (Switching Buffers): pop-to-buffer is a command.
2454 2012-05-12  Glenn Morris  <rgm@gnu.org>
2456         * Makefile.in (MKDIR_P): New, set by configure.
2457         (mkinfodir): Use $MKDIR_P.
2459 2012-05-10  Glenn Morris  <rgm@gnu.org>
2461         * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2462         with "coding: raw-text".
2463         Concept of multibyte sessions no longer exists.
2465         * files.texi (File Locks): Mention create-lockfiles option.
2467 2012-05-09  Glenn Morris  <rgm@gnu.org>
2469         * vol1.texi, vol2.texi: Remove files.
2470         * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2471         * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2473         * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2475         * two-volume.make (emacsdir): New.
2476         (tex): Add directory with emacsver.texi to TEXINPUTS.
2478         * minibuf.texi (Minibuffer History, Basic Completion):
2479         Tweak page breaks.
2481         * internals.texi (Garbage Collection, Memory Usage)
2482         (Writing Emacs Primitives): Tweak page breaks.
2484         * streams.texi (Output Variables): Improve page break.
2486         * edebug.texi (Edebug Display Update): Improve page break.
2488         * compile.texi (Disassembly): Condense the examples.
2490         * eval.texi, functions.texi, loading.texi, macros.texi:
2491         Where possible, use example rather than smallexample.
2493         * symbols.texi: Where possible, use example rather than smallexample.
2494         (Symbol Components): Fix typo.
2495         (Other Plists): Tweak page break.
2497         * sequences.texi (Arrays): Tweak page breaks.
2499         * customize.texi: Where possible, use example rather than smallexample.
2500         (Common Keywords, Variable Definitions, Applying Customizations)
2501         (Custom Themes): Tweak page breaks.
2503         * control.texi: Where possible, use example rather than smallexample.
2504         (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2505         Tweak page breaks.
2507 2012-05-08  Glenn Morris  <rgm@gnu.org>
2509         * two.el: Remove; unused since creation of two-volume.make.
2511         * vol1.texi, vol2.texi: No need to keep menus in these files.
2513 2012-05-05  Glenn Morris  <rgm@gnu.org>
2515         * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2517         * intro.texi (Caveats): Copyedit.
2518         (Lisp History): Convert inforef to xref.
2519         (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2521         * text.texi (Auto Filling): Don't mention Emacs 19.
2523         * commands.texi (Event Input Misc): Don't mention unread-command-char.
2524         * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2526         * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2528         * lists.texi (List-related Predicates, List Variables):
2529         Tweak page-breaks.
2530         (Sets And Lists): Convert inforef to xref.
2532 2012-05-04  Glenn Morris  <rgm@gnu.org>
2534         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2535         (info, infoclean): Use $INFO_EXT.
2536         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2537         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2538         (info, maintainer-clean): Use $INFO_EXT.
2539         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2541 2012-05-04  Chong Yidong  <cyd@gnu.org>
2543         * os.texi (Timers): Use defopt for timer-max-repeats.
2545 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2547         * os.texi (Time of Day): Do not limit current-time-string
2548         to years 1000..9999.
2550 2012-05-02  Chong Yidong  <cyd@gnu.org>
2552         * display.texi (Font Lookup):
2553         * frames.texi (Pointer Shape):
2554         * processes.texi (Subprocess Creation): Use defopt for options.
2556 2012-05-02  Glenn Morris  <rgm@gnu.org>
2558         * elisp.texi (@copying):
2559         * intro.texi (Introduction): Only print VERSION in the TeX version.
2561 2012-05-02  Chong Yidong  <cyd@gnu.org>
2563         * text.texi (Change Hooks): Minor fix for after-change-functions.
2565 2012-05-02  Glenn Morris  <rgm@gnu.org>
2567         * package.texi (Packaging Basics):
2568         * loading.texi (Autoload):
2569         * files.texi (Magic File Names):
2570         Reword to remove/reduce some overly long/short lines.
2572 2012-04-27  Glenn Morris  <rgm@gnu.org>
2574         * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2575         * modes.texi (Major Modes, Auto-Indentation):
2576         * buffers.texi (Buffers): Some fixes for menu descriptions.
2578 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * functions.texi (Simple Lambda, Argument List):
2580         * eval.texi (Function Indirection): Avoid deprecated form.
2582 2012-04-27  Glenn Morris  <rgm@gnu.org>
2584         * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2585         Add "et al." to authors.
2587         * buffers.texi, commands.texi, compile.texi, control.texi:
2588         * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2589         * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2590         * modes.texi, numbers.texi, objects.texi, streams.texi:
2591         * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2592         Use Texinfo recommended convention for quotes+punctuation.
2594 2012-04-27  Chong Yidong  <cyd@gnu.org>
2596         * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2597         to where-is-internal (Bug#10872).
2599 2012-04-27  Glenn Morris  <rgm@gnu.org>
2601         * macros.texi (Indenting Macros): Fix typo.
2603         * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2604         (Resizing Windows, Deleting Windows, Selecting Windows)
2605         (Choosing Window Options, Horizontal Scrolling)
2606         (Cyclic Window Ordering, Window History, Dedicated Windows)
2607         (Quitting Windows, Window Configurations, Textual Scrolling)
2608         (Coordinates and Windows, Window Configurations)
2609         (Window Parameters, Window Hooks): Copyedits.
2610         (Splitting Windows, Deleting Windows):
2611         Fix ignore-window-parameters logic.
2612         (Selecting Windows, Choosing Window Options): Markup fixes.
2613         (Window Start and End): Remove pointless example.
2614         Remove cross-reference to deleted count-lines content.
2615         (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2616         and recenter-positions.  Remove recenter example.
2618         * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2620         * minibuf.texi (Intro to Minibuffers):
2621         Tweak discussion of resizing minibuffer window.
2623 2012-04-26  Glenn Morris  <rgm@gnu.org>
2625         * elisp-covers.texi, front-cover-1.texi: Remove files.
2627         * tindex.pl: Remove file.
2629         * makefile.w32-in (srcs):
2630         * Makefile.in (srcs): Remove back.texi (which is unused).
2632 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
2634         * os.texi (Notifications): Extend possible notification hints.
2635         Add notifications-get-capabilities.
2637 2012-04-20  Chong Yidong  <cyd@gnu.org>
2639         * processes.texi (Asynchronous Processes): Mention nil argument to
2640         start-process.
2642 2012-04-20  Glenn Morris  <rgm@gnu.org>
2644         * minibuf.texi (Basic Completion): No need to describe obarrays here.
2645         Don't mention obsolete `nospace' argument of all-completions.
2646         (Minibuffer Completion, Completion Commands, Reading File Names)
2647         (Completion Variables): Copyedits.
2648         (Completion Commands): Mention parent keymaps.
2649         Remove obsolete minibuffer-local-filename-must-match-map.
2650         (High-Level Completion): Remove read-variable's almost
2651         word-for-word duplication of read-command.
2652         * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2653         Update "High-Level Completion" description.
2655         * minibuf.texi (Minibuffers):
2656         * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2658         * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2659         Use Texinfo-recommended form of quote+punctuation.
2660         (Intro to Minibuffers): First minibuffer is #1, not #0.
2661         Mention minibuffer-inactive-mode.
2662         (Text from Minibuffer): Copyedits.
2663         (Minibuffer History, Programmed Completion): Fix @var usage.
2664         (Object from Minibuffer): Remove overly pedantic para.
2665         (Minibuffer History): Copyedits.  Add face-name-history.
2666         (Initial Input, Yes-or-No Queries, Multiple Queries)
2667         (Minibuffer Windows, Minibuffer Misc): Copyedits.
2668         (Yes-or-No Queries): Tweak example.
2669         (Minibuffer Commands): Add next-complete-history-element.
2670         (Minibuffer Misc): Mention minibuffer-message-timeout, and
2671         minibuffer-inactive-mode.
2673         * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2674         (Bindat Functions): Copyedits.
2676 2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
2678         * files.texi (Saving Buffers): Document `visit and `visit-save'
2679         values of require-final-newline.
2681 2012-04-20  Glenn Morris  <rgm@gnu.org>
2683         * processes.texi (Output from Processes, Filter Functions):
2684         Mention waiting-for-user-input-p.
2685         (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2686         (Network Servers, Datagrams, Network Processes, Network Options)
2687         (Network Feature Testing, Serial Ports): Copyedits.
2688         (Network): Add encrypted network overview paragraph.
2689         Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
2691 2012-04-20  Chong Yidong  <cyd@gnu.org>
2693         * help.texi (Keys in Documentation): Mention :advertised-binding.
2695         * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2696         description to help.texi.
2698 2012-04-20  Glenn Morris  <rgm@gnu.org>
2700         * processes.texi (Process Information, Input to Processes)
2701         (Signals to Processes, Output from Processes, Process Buffers)
2702         (Filter Functions, Decoding Output): Copyedits.
2703         (Accepting Output): Discourage use of `millisec' argument.
2705 2012-04-15  Glenn Morris  <rgm@gnu.org>
2707         * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2708         (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2709         Copyedits.
2710         (Subprocess Creation): Discourage modifying exec-path directly.
2711         (Synchronous Processes, Asynchronous Processes):
2712         Update some example output.
2713         (Process Information): Fix typo.
2714         (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2716 2012-04-15  Glenn Morris  <rgm@gnu.org>
2718         * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
2719         open-network-stream does exist in Emacs 23, but is simpler.
2721 2012-04-15  Chong Yidong  <cyd@gnu.org>
2723         * customize.texi (Custom Themes): Also document load-theme etc.
2725 2012-04-14  Chong Yidong  <cyd@gnu.org>
2727         * customize.texi (Applying Customizations, Custom Themes): New nodes.
2729         * display.texi (Defining Faces): Reference custom-set-faces.
2731         * modes.texi (Defining Minor Modes, Defining Minor Modes):
2732         * os.texi (Startup Summary): Copyedits.
2734 2012-04-14  Glenn Morris  <rgm@gnu.org>
2736         * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2738         * strings.texi (Case Tables):
2739         * objects.texi (General Escape Syntax):
2740         * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2742         * buffers.texi, compile.texi, customize.texi, debugging.texi:
2743         * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2744         * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2745         * text.texi: Use @file for buffers, per the Texinfo manual.
2747         * compile.texi (Compiler Errors): Add missing space in buffer name.
2749 2012-04-14  Chong Yidong  <cyd@gnu.org>
2751         * processes.texi (Query Before Exit): Remove obsolete function
2752         process-kill-without-query (Bug#11190).
2754 2012-04-14  Glenn Morris  <rgm@gnu.org>
2756         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2757         Use @env for environment variables.
2759         * Makefile.in: Replace non-portable use of $< in ordinary rules.
2761 2012-04-12  Jari Aalto  <jari.aalto@cante.net>
2763         * processes.texi (Synchronous Processes):
2764         Mention `default-directory' (bug#7515).
2766 2012-04-09  Chong Yidong  <cyd@gnu.org>
2768         * customize.texi (Variable Definitions): Remove user-variable-p.
2770         * commands.texi (Interactive Codes):
2771         * help.texi (Accessing Documentation):
2772         * minibuf.texi (High-Level Completion): Callers changed.
2774 2012-04-06  Chong Yidong  <cyd@gnu.org>
2776         * minibuf.texi (Programmed Completion): Document metadata method.
2777         (Completion Variables): Document completion-category-overrides.
2779 2012-04-05  Chong Yidong  <cyd@gnu.org>
2781         * anti.texi (Antinews): Rewrite for Emacs 23.
2783 2012-04-04  Chong Yidong  <cyd@gnu.org>
2785         * minibuf.texi (Programmed Completion): Remove obsolete variable
2786         completion-annotate-function.
2787         (Completion Variables): Rename from Completion Styles.
2788         Document completion-extra-properties.  Document completion-styles-alist
2789         change.
2790         (Reading File Names): minibuffer-local-filename-must-match-map is
2791         not used anymore.
2792         (Minibuffer Completion): Document completing-read-function.
2793         (Completion in Buffers): completion-at-point-functions can return
2794         properties recognized in completion-extra-properties.
2796         * display.texi (Delayed Warnings): New node.
2798         * os.texi (Notifications): Copyedits.
2800 2012-04-04  Glenn Morris  <rgm@gnu.org>
2802         * os.texi (Notifications): Copyedits.
2804 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
2806         * os.texi (Terminal-Specific): Fix typo.
2807         (Notifications): New section.
2809         * elisp.texi (Top):
2810         * vol1.texi (Top):
2811         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2812         menu entries.
2814 2012-04-01  Chong Yidong  <cyd@gnu.org>
2816         * files.texi (Kinds of Files): file-subdir-of-p renamed to
2817         file-in-directory-p.
2819 2012-03-31  Glenn Morris  <rgm@gnu.org>
2821         * edebug.texi (Instrumenting Macro Calls):
2822         Mention defining macros at instrumentation time.
2823         (Edebug Options): Mention edebug-unwrap-results.
2825 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
2827         * text.texi (Special Properties): Clarify the description of the
2828         effect of integer values of the 'cursor' property on cursor
2829         position.  See the discussions in bug#11068 for more details and
2830         context.
2832 2012-03-31  Glenn Morris  <rgm@gnu.org>
2834         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2835         Copyedits.
2837 2012-03-30  Chong Yidong  <cyd@gnu.org>
2839         * display.texi (Image Formats): Add imagemagick type.
2840         (Image Descriptors): Mention how they are used.
2841         (ImageMagick Images): Clarify role of imagemagick-register-types.
2842         (Character Display): Don't mention glyph tables.
2843         (Display Tables): Use make-glyph-code in example.
2844         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
2845         tables are semi-obsolete.  De-document create-glyph.
2846         (Glyphless Chars): Note that display tables override this.
2847         (Bidirectional Display): Copyedits.  Introduce "bidirectional
2848         reordering" terminology, and use it.
2850 2012-03-30  Glenn Morris  <rgm@gnu.org>
2852         * edebug.texi (Jumping): Give name of `i' binding.
2854 2012-03-28  Glenn Morris  <rgm@gnu.org>
2856         * searching.texi (Regular Expressions, Regexp Special)
2857         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2858         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2859         (Regexp Special): Mention collation.
2860         Clarify char classes with an example.
2861         (Regexp Functions): Mention regexp-opt is not guaranteed.
2862         Mention regexp-opt-charset.
2863         (Regexp Search): Recommend against looking-back.
2864         (Search and Replace): Use Texinfo recommended quote convention.
2865         Add more query-replace-map items.  List multi-query-replace-map items.
2867 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
2869         * windows.texi (Window History): Describe new option
2870         switch-to-visible-buffer.
2872 2012-03-27  Glenn Morris  <rgm@gnu.org>
2874         * searching.texi (String Search): Add xref to Emacs manual.
2875         Copyedits.  Mention the function word-search-regexp.
2876         (Searching and Case): Add xref to Emacs manual.  Copyedits.
2878         * processes.texi (Network Servers): Standardize apostrophe usage.
2880         * os.texi (System Environment): Copyedits.  Remove some examples
2881         that do not seem useful.  Mention setenv third arg.
2882         tty-erase-char does not seem to be nil under a window-system.
2883         (User Identification): Copyedits.
2884         Remove some examples that do not seem useful.
2886 2012-03-26  Glenn Morris  <rgm@gnu.org>
2888         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
2889         (Init File): Copyedits.
2890         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
2891         (Killing Emacs): Copyedits.
2892         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
2893         Shorten the example, use more standard shell prompts.
2895 2012-03-25  Chong Yidong  <cyd@gnu.org>
2897         * display.texi (Fringes): Note that fringes are shown on graphical
2898         displays only.
2899         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2900         (Replacing Specs): Clarify example.
2901         (Manipulating Buttons): Note that button-at can return a marker.
2902         (Buttons): Minor rewrite.
2903         (Character Display): New node.  Consolidate all character display
2904         related nodes into its subsections.
2905         (Usual Display): Character 127 is also affected by ctl-arrow.
2906         (Display Tables): Improve example.
2908 2012-03-22  Glenn Morris  <rgm@gnu.org>
2910         * strings.texi (Text Comparison): Mention string-prefix-p.
2912 2012-03-21  Chong Yidong  <cyd@gnu.org>
2914         * display.texi (The Echo Area): Add xref to Output Streams.
2915         (Displaying Messages): Improve doc of message.
2916         (Echo Area Customization, Invisible Text): Copyedits.
2917         (Invisible Text): Mention that spec comparison is done with eq.
2918         (Width): Improve doc of char-width.
2919         (Faces): Recommend using symbol instead of string for face name.
2920         Minor clarifications.
2921         (Defining Faces): Copyedits.  Update face example.
2922         (Attribute Functions): Mark set-face-foreground etc as commands.
2923         (Face Remapping): Mention text-scale-adjust.
2924         Clarify face-remapping-alist and related docs.
2925         (Face Functions): Don't document make-face or copy-face.
2927 2012-03-20  Chong Yidong  <cyd@gnu.org>
2929         * display.texi (Forcing Redisplay): Various rewrites to reflect
2930         new value of redisplay-dont-pause.
2931         (Truncation): Copyedits.
2933 2012-03-20  Glenn Morris  <rgm@gnu.org>
2935         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2936         Add summary table of some relevant command-line options.
2938 2012-03-18  Chong Yidong  <cyd@gnu.org>
2940         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2941         (Writing Emacs Primitives): Re-organize discussion of functions
2942         with variable Lisp arguments are handled.  Delete an obsolete
2943         remark, previously tagged as FIXME.
2945         * os.texi (Idle Timers): Minor clarification.
2946         (Idle Timers): Link to Time of Day for description of time list.
2948 2012-03-18  Glenn Morris  <rgm@gnu.org>
2950         * os.texi (System Interface): Flow control was removed.
2951         (Startup Summary): General update.
2952         (Init File): Don't mention compiling it.
2954 2012-03-17  Chong Yidong  <cyd@gnu.org>
2956         * os.texi (Startup Summary): Mention package loading.
2957         (Init File): Don't refer to .emacs in section title.  Copyedits.
2958         (Terminal-Specific): Give a realistic example.
2959         (Command-Line Arguments): Reference Entering Emacs instead of
2960         repeating the spiel about not restarting Emacs.
2961         (Time of Day): Discuss time representation at beginning of node.
2962         (Sound Output): Copyedits.
2964         * package.texi (Packaging Basics): Document package-initialize.
2966 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
2968         * frames.texi (Initial Parameters): Add an index entry for
2969         minibuffer-only frame.
2971 2012-03-16  Glenn Morris  <rgm@gnu.org>
2973         * modes.texi (Major Mode Conventions): Mention the strange
2974         relationship between View mode and special modes.  (Bug#10650)
2976 2012-03-11  Chong Yidong  <cyd@gnu.org>
2978         * windows.texi (Window Configurations): save-window-excursion is
2979         now a macro.
2981         * display.texi (Temporary Displays): with-output-to-temp-buffer is
2982         now a macro.
2984         * text.texi (Fields): Minor copyedit.
2986 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
2988         * strings.texi (String Basics):
2989         * sequences.texi (Sequence Functions): Mention that `length' is
2990         not appropriate for computing the string width on display; add a
2991         cross-reference to the description of `string-width'.  (Bug#10978)
2993         * eval.texi (Autoloading): Minor change of wording.
2995 2012-03-10  Chong Yidong  <cyd@gnu.org>
2997         * loading.texi (Autoload): Explicitly state which forms are
2998         processed specially (Bug#7783).
3000         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3001         non-default situation.  Describe one-submenu exception (Bug#7695).
3003         * nonascii.texi (Character Properties): Copyedits.
3005 2012-03-08  Chong Yidong  <cyd@gnu.org>
3007         * text.texi (Mode-Specific Indent): Document new behavior of
3008         indent-for-tab-command.  Document tab-always-indent.
3009         (Special Properties): Copyedits.
3010         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
3011         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
3012         libxml-parse-html-region.
3014 2012-03-07  Glenn Morris  <rgm@gnu.org>
3016         * markers.texi (The Region): Briefly mention use-empty-active-region
3017         and region-active-p.
3018         (Overview of Markers): Reword garbage collection, add cross-ref.
3019         (The Mark): Tiny clarification re command loop and activate-mark-hook.
3021 2012-03-07  Chong Yidong  <cyd@gnu.org>
3023         * text.texi (Buffer Contents): Don't duplicate explanation of
3024         region arguments from Text node.  Put doc of obsolete var
3025         buffer-substring-filters back, since it is referred to.
3026         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3027         selection by default.
3029         * markers.texi (The Mark): Fix typo.
3030         (The Region): Copyedits.
3032 2012-03-07  Glenn Morris  <rgm@gnu.org>
3034         * markers.texi (Overview of Markers): Copyedits.
3035         (Creating Markers): Update approximate example buffer size.
3036         (The Mark): Don't mention uninteresting return values.
3038 2012-03-05  Chong Yidong  <cyd@gnu.org>
3040         * positions.texi (Text Lines): Document count-words.
3042 2012-03-04  Chong Yidong  <cyd@gnu.org>
3044         * frames.texi (Frames): Remove little-used "terminal frame" and
3045         "window frame" terminology.
3046         (Frame Parameters, Font and Color Parameters, Initial Parameters)
3047         (Size and Position, Visibility of Frames): Callers changed.
3048         (Frames): Clarify which terminals in framep are graphical.
3049         (Initial Parameters): --geometry is not the only option which adds
3050         to initial-frame-alist.
3051         (Position Parameters): Note that icon-left and icon-top are for
3052         old window managers only.
3053         (Size Parameters): Sizes are in characters even on graphical
3054         displays.
3055         (Management Parameters): Note that window-id and outer-window-id
3056         can't really be changed, and that auto-raise isn't always obeyed.
3057         (Cursor Parameters): Document cursor-type explicitly.
3058         (Size and Position): The aliases set-screen-height and
3059         set-screen-width have been deleted.
3060         (Visibility of Frames): Mention "minimization".
3062         * os.texi (Startup Summary): Minor clarifications.
3063         (Startup Summary, Suspending Emacs): Standardize on "text
3064         terminal" terminology.
3066         * windows.texi (Basic Windows, Coordinates and Windows)
3067         (Coordinates and Windows):
3068         * display.texi (Refresh Screen, Line Height, Face Attributes)
3069         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3071 2012-03-04  Glenn Morris  <rgm@gnu.org>
3073         * abbrevs.texi: Small copyedits throughout.
3074         (Abbrev Mode): Remove this section, folding it into the top-level.
3075         (Abbrev Tables): Don't mention irrelevant return values.
3076         (Abbrev Expansion): Add cross-ref for wrapper hooks.
3077         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3078         (Abbrev Table Properties): Update nil :regexp description.
3080 2012-03-03  Glenn Morris  <rgm@gnu.org>
3082         * internals.texi: Change @appendix section commands to @section.
3083         (Building Emacs): Say less about CANNOT_DUMP platforms.
3084         Replace deleted eval-at-startup with custom-initialize-delay.
3085         (Pure Storage): Small changes.
3086         (Memory Usage): Copyedit.
3087         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3088         example definitions.  Give examples of things with non-nil
3089         interactive args.  Mention eval_sub.  Remove old info about
3090         strings and GCPRO.  Mention cus-start.el.
3091         (Buffer Internals, Window Internals, Process Internals):
3092         Misc small updates and fixes for fields.
3094         * tips.texi: Copyedits.
3095         (Coding Conventions): Mention autoloads.
3096         Combine partially duplicated macro items.  Fix xref.
3097         Refer to Library Headers for copyright notice.
3098         (Programming Tips): edit-options is long-obsolete.
3099         (Compilation Tips): Mention loading bytecomp for byte-compile props.
3100         (Warning Tips): Mention declare-function.
3101         (Documentation Tips): Remove old info.
3102         (Comment Tips): Mention comment-dwim, not indent-for-comment.
3103         (Library Headers): General update.
3105 2012-03-02  Glenn Morris  <rgm@gnu.org>
3107         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3108         and relocate entry.  Mention buffer-stale-function.
3110         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3112         * hooks.texi (Standard Hooks): General update.
3113         Put related hooks together.  Add and remove items.
3114         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3115         * modes.texi (Hooks): Tweak cross-ref description.
3117 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
3119         * files.texi (Kinds of Files): The return value of file-equal-p is
3120         unspecified, if FILE1 or FILE2 does not exist.
3122 2012-03-01  Glenn Morris  <rgm@gnu.org>
3124         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3126         * maps.texi (Standard Keymaps): General update.
3127         Remove mode-specific maps, talk about the more general keymaps.
3128         * help.texi (Help Functions): Add vindex for Helper-help-map.
3129         * keymaps.texi (Active Keymaps): Minor rephrasing.
3131 2012-02-29  Glenn Morris  <rgm@gnu.org>
3133         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3135 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3137         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3138         Update changed behavior of file-subdir-of-p.
3140 2012-02-28  Glenn Morris  <rgm@gnu.org>
3142         * advice.texi, anti.texi, display.texi, elisp.texi:
3143         * processes.texi, variables.texi, vol1.texi, vol2.texi:
3144         Standardize possessive apostrophe usage.
3146         * locals.texi: Remove file.
3147         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3148         Remove menu entry.
3149         * errors.texi, maps.texi: Adjust node pointers.
3150         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3151         * makefile.w32-in (srcs):
3152         * Makefile.in (srcs): Remove locals.texi.
3154         * frames.texi (Mouse Position): Fix cross-ref.
3156 2012-02-27  Chong Yidong  <cyd@gnu.org>
3158         * buffers.texi (Creating Buffers): Clarify that
3159         generate-new-buffer uses generate-new-buffer-names.
3160         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3162         * files.texi (Directory Names): Index entry for file name abbreviations.
3163         (Relative File Names, File Name Expansion): Refer to it.
3164         (Locating Files): Move locate-user-emacs-file documentation to
3165         Standard File Names.
3166         (Standard File Names): Add locate-user-emacs-file; update examples.
3168 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
3170         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3172 2012-02-26  Chong Yidong  <cyd@gnu.org>
3174         * files.texi (Kinds of Files): Improve documentation of
3175         files-equal-p and file-subdir-of-p.
3177 2012-02-26  Glenn Morris  <rgm@gnu.org>
3179         * intro.texi (Acknowledgements): Small changes.
3181 2012-02-25  Glenn Morris  <rgm@gnu.org>
3183         * errors.texi: Don't try to list _all_ the error symbols.
3184         Add circular-list, cl-assertion-failed, compression-error.
3185         * elisp.texi, vol1.texi, vol2.texi:
3186         * control.texi (Error Symbols): Tweak "Standard Errors" description.
3188 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3190         * files.texi (files-equal-p, file-subdir-of-p): New,
3191         add initial documentation.
3193 2012-02-25  Chong Yidong  <cyd@gnu.org>
3195         * files.texi (File Attributes): Document file-selinux-context.
3196         (Changing Files): Link to it.
3197         (Changing Files): Document set-file-selinux-context.
3199         * backups.texi (Making Backups): Return value of backup-buffer is
3200         changed.  Mention default value of backup-directory-alist.
3201         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3202         (Auto-Saving): New minor mode behavior for auto-save-mode.
3203         (Reverting): Add defvar for revert-buffer-in-progress-p.
3205         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3207 2012-02-24  Glenn Morris  <rgm@gnu.org>
3209         * errors.texi (Standard Errors): Mention dbus-error.
3210         For arith-error sub-classes, just use one cross-ref.
3212 2012-02-23  Alan Mackenzie  <acm@muc.de>
3214         * modes.texi (Defining Minor Modes): Document the new keyword
3215         :after-hook.
3217 2012-02-21  Chong Yidong  <cyd@gnu.org>
3219         * files.texi (Files): Mention magic file names as arguments.
3220         (Reading from Files): Copyedits.
3221         (File Attributes): Mention how to change file modes.
3222         (Changing Files): Use standard "file permissions" terminology.
3223         Add xref to File Attributes node.
3224         (Locating Files): Document locate-user-emacs-file.
3225         (Unique File Names): Recommend against using make-temp-name.
3227 2012-02-19  Chong Yidong  <cyd@gnu.org>
3229         * help.texi (Documentation, Documentation Basics, Help Functions):
3230         Minor clarifications.
3231         (Accessing Documentation): Clarify what documentation-property is
3232         for.  Add xref to Keys in Documentation.
3234         * tips.texi (Documentation Tips): Don't recommend using * in
3235         docstrings.
3237         * macros.texi (Defining Macros):
3238         * modes.texi (Derived Modes): Say "documentation string" instead
3239         of docstring.
3241 2012-02-18  Chong Yidong  <cyd@gnu.org>
3243         * modes.texi (Tabulated List Mode): New node.
3244         (Basic Major Modes): Add xref to it.
3246         * processes.texi (Process Information): Mention Process Menu mode.
3248 2012-02-17  Chong Yidong  <cyd@gnu.org>
3250         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3252 2012-02-17  Glenn Morris  <rgm@gnu.org>
3254         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3256 2012-02-16  Chong Yidong  <cyd@gnu.org>
3258         * syntax.texi (Syntax Tables, Syntax Descriptors)
3259         (Syntax Table Functions): Copyedits.
3260         (Syntax Basics): Don't repeat the material in the preceding node.
3261         (Syntax Class Table): Use a table.
3262         (Syntax Properties): Document syntax-propertize-function and
3263         syntax-propertize-extend-region-functions.
3264         (Motion via Parsing): Clarify scan-lists.  Fix indentation.
3265         (Parser State): Update for the new "c" comment style.
3266         Fix description of item 7 (comment style).
3268         * modes.texi (Minor Modes): Update how mode commands should treat
3269         arguments now.
3270         (Mode Line Basics): Clarify force-mode-line-update.
3271         (Mode Line Top): Note that the example is not realistic.
3272         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3273         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3274         "mode line construct" instead of "mode line specification".
3275         (Syntactic Font Lock): Remove mention of obsolete variable
3276         font-lock-syntactic-keywords.
3277         (Setting Syntax Properties): Node deleted.
3278         (Font Lock Mode): Note that Font Lock mode is a minor mode.
3279         (Font Lock Basics): Note that syntactic fontification falls back
3280         on `syntax-table'.
3281         (Search-based Fontification): Emphasize that font-lock-keywords
3282         should not be set directly.
3283         (Faces for Font Lock): Avoid some confusing terminology.
3284         (Syntactic Font Lock): Minor clarifications.  Add xref to
3285         Syntactic Font Lock node.
3287 2012-02-15  Chong Yidong  <cyd@gnu.org>
3289         * minibuf.texi (Basic Completion): Define "completion table".
3290         Move completion-in-region to Completion in Buffers node.
3291         (Completion Commands): Use "completion table" terminology.
3292         (Completion in Buffers): New node.
3294         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3295         (Setting Hooks): Update minor mode usage example.
3296         (Major Mode Conventions): Note that completion-at-point-functions
3297         should be altered locally.  Add xref to Completion in Buffers.
3298         Remove duplicate tip about auto-mode-alist.
3299         (Minor Modes): Rewrite introduction.
3300         (Minor Mode Conventions): Copyedits.  Don't recommend
3301         variable-only minor modes since few minor modes are like that.
3303 2012-02-15  Glenn Morris  <rgm@gnu.org>
3305         * processes.texi (Network): Document open-network-stream :parameters.
3307 2012-02-14  Chong Yidong  <cyd@gnu.org>
3309         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3310         was removed on 2009-09-10.  Update lisp-mode-map example.
3311         (Inheritance and Keymaps): Minor clarification.
3312         (Searching Keymaps): Remove out-of-place enumeration.
3313         (Key Lookup): Remove unnecessary example (one was already given in
3314         Format of Keymaps).
3315         (Changing Key Bindings): Update suppress-keymap example.
3316         (Menu Bar, Tool Bar): Copyedits.
3317         (Tool Bar): Update tool-bar-map example.
3319 2012-02-12  Chong Yidong  <cyd@gnu.org>
3321         * debugging.texi (Debugger Commands): Continuing is now allowed
3322         for errors.
3324 2012-02-11  Chong Yidong  <cyd@gnu.org>
3326         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3327         Move the list of standard bitmaps there.
3328         (Fringe Cursors): Rewrite for clarity.
3329         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3331         * commands.texi (Command Overview): Mention read-key.
3332         (Using Interactive, Interactive Call): Minor clarifications.
3333         (Function Keys, Click Events): Avoid "input stream" terminology.
3334         (Click Events): Add xref to Window Sizes and Accessing Mouse.
3335         Clarify column and row components.
3336         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
3337         (Special Events): Copyedits.
3339         * streams.texi (Input Streams): De-document get-file-char.
3340         (Output Variables): Don't refer to old backquote syntax.
3342         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
3343         (Error Debugging): Note that debug-ignored-errors overrides list
3344         values of debug-on-error too.  Add xref to Signaling Errors.
3345         Note that debug-on-signal is not customizable.
3346         Mention condition-case-unless-debug.
3347         (Compilation Errors): Node deleted.
3349         * compile.texi (Compiler Errors): Move a paragraph here from
3350         deleted node Compilation Errors.
3352 2012-02-10  Leo Liu  <sdl.web@gmail.com>
3354         * control.texi (Handling Errors): Change condition-case-no-debug
3355         to condition-case-unless-debug.
3357 2012-02-10  Chong Yidong  <cyd@gnu.org>
3359         * advice.texi (Defining Advice): Clarify ad-unadvise.
3360         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3361         is not abnormal.
3362         (Advising Primitives): Node deleted; ad-define-subr-args has been
3363         removed.
3365         * compile.texi (Speed of Byte-Code): Use float-time in example.
3366         (Compilation Functions): Note that the log uses Compilation mode.
3367         Don't discuss the contents of byte-code function object here.
3368         (Compilation Functions): De-document internal function byte-code.
3369         (Docs and Compilation): Minor clarifications.
3371         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3372         Objects.
3374 2012-02-10  Glenn Morris  <rgm@gnu.org>
3376         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3377         Mention secure-hash.
3378         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3380 2012-02-10  Chong Yidong  <cyd@gnu.org>
3382         * loading.texi (Loading): Don't emphasize "library" terminology.
3383         (Library Search): load-path is not a user option.  Mention role of
3384         -L option and packages.  Improve examples.
3385         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3386         obsolete.
3387         (Autoload): Minor clarifications.
3389 2012-02-10  Glenn Morris  <rgm@gnu.org>
3391         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3393         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3395 2012-02-08  Glenn Morris  <rgm@gnu.org>
3397         * loading.texi (Named Features): Update the require example.
3399 2012-02-07  Glenn Morris  <rgm@gnu.org>
3401         * modes.texi (Defining Minor Modes):
3402         Expand on args of defined minor modes.
3404 2012-02-07  Chong Yidong  <cyd@gnu.org>
3406         * variables.texi (Creating Buffer-Local): Minor clarification
3407         to buffer-local-variables doc (Bug#10715).
3409 2012-02-07  Glenn Morris  <rgm@gnu.org>
3411         * display.texi (ImageMagick Images): General update.
3412         Move most details of imagemagick-render-type to the variable's doc.
3414 2012-02-06  Glenn Morris  <rgm@gnu.org>
3416         * keymaps.texi (Tool Bar): Mention separators.
3417         (Inheritance and Keymaps):
3418         Mention make-composed-keymap and multiple inheritance.
3420         * modes.texi (Running Hooks): Mention run-hook-wrapped.
3422         * control.texi (Handling Errors):
3423         Mention condition-case-no-debug and with-demoted-errors.
3425 2012-02-05  Chong Yidong  <cyd@gnu.org>
3427         * customize.texi (Common Keywords): Minor clarifications.
3428         Document custom-unlispify-remove-prefixes.
3429         (Variable Definitions): Backquotes in defcustom seem to work fine
3430         now.  Various other copyedits.
3431         (Simple Types): Copyedits.  Document color selector.
3432         (Composite Types): Copyedits.
3433         (Splicing into Lists): Clarifications.
3435         * eval.texi (Backquote): Move from macros.texi.
3437         * macros.texi (Expansion): Minor clarification.
3438         (Backquote): Move node to eval.texi.
3439         (Defining Macros): Move an example from Backquote node.
3440         (Argument Evaluation): No need to mention Pascal.
3441         (Indenting Macros): Add xref to Defining Macros.
3443 2012-02-05  Glenn Morris  <rgm@gnu.org>
3445         * debugging.texi (Error Debugging): Mention debug-on-event default.
3447 2012-02-04  Glenn Morris  <rgm@gnu.org>
3449         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3451         * debugging.texi (Error Debugging): Mention debug-on-event.
3452         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3454         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3456         * text.texi (Buffer Contents):
3457         Update filter-buffer-substring description.
3459 2012-02-04  Chong Yidong  <cyd@gnu.org>
3461         * functions.texi (What Is a Function): Add closures.
3462         Mention "return value" terminology.  Add xref for command-execute.
3463         Remove unused "keystroke command" terminology.
3464         (Lambda Expressions): Give a different example than in the
3465         following subsection.  Add xref to Anonymous Functions.
3466         (Function Documentation): Remove gratuitous markup.
3467         (Function Names): Move introductory text to `What Is a Function'.
3468         (Defining Functions): Fix defun argument spec.
3469         (Anonymous Functions): Document lambda macro explicitly.
3470         Mention effects on lexical binding.
3471         (Function Cells): Downplay direct usage of fset.
3472         (Closures): New node.
3473         (Inline Functions): Remove "open-code" terminology.
3474         (Declaring Functions): Minor tweak; .m is not C code.
3476         * variables.texi (Variables): Don't refer to "global value".
3477         (Local Variables, Void Variables): Copyedits.
3478         (Lexical Binding): Minor clarification of example.
3479         (File Local Variables): Mention :safe and :risky defcustom args.
3480         (Lexical Binding): Add xref to Closures node.
3482 2012-02-04  Glenn Morris  <rgm@gnu.org>
3484         * minibuf.texi (High-Level Completion): Updates for read-color.
3486 2012-02-03  Glenn Morris  <rgm@gnu.org>
3488         * display.texi (GIF Images): Mention animation.
3489         Remove commented-out old example of animation.
3490         (Animated Images): New subsection.
3491         * elisp.texi (Top):
3492         * vol1.texi (Top):
3493         * vol2.texi (Top): Add Animated Images menu entry.
3495         * display.texi (Image Formats): Remove oddly specific information
3496         on versions of image libraries.
3497         (GIF Images, TIFF Images): Minor rephrasing.
3499 2012-02-02  Glenn Morris  <rgm@gnu.org>
3501         * processes.texi (Synchronous Processes):
3502         Mention call-process's :file gets overwritten.
3504         * commands.texi (Reading One Event):
3505         * help.texi (Help Functions): Document read-char-choice.
3507         * hooks.texi (Standard Hooks):
3508         * modes.texi (Keymaps and Minor Modes):
3509         * text.texi (Commands for Insertion): Document post-self-insert-hook.
3511         * hooks.texi (Standard Hooks): Add prog-mode-hook.
3513         * hooks.texi (Standard Hooks):
3514         * modes.texi (Major Mode Conventions, Mode Hooks):
3515         Document change-major-mode-after-body-hook.
3517 2012-02-01  Glenn Morris  <rgm@gnu.org>
3519         * modes.texi (Defining Minor Modes):
3520         Mention disabling global minor modes on a per-major-mode basis.
3522 2012-01-31  Chong Yidong  <cyd@gnu.org>
3524         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3525         (Parser State): Remove unnecessary statement (Bug#10661).
3527         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3529 2012-01-31  Glenn Morris  <rgm@gnu.org>
3531         * modes.texi (Defining Minor Modes):
3532         Document define-minor-mode's new :variable keyword.
3534 2012-01-29  Chong Yidong  <cyd@gnu.org>
3536         * syntax.texi (Syntax Class Table): Tweak description of newline
3537         char syntax (Bug#9619).
3539         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3540         description (Bug#10189).
3542 2012-01-29  Glenn Morris  <rgm@gnu.org>
3544         * files.texi (Changing Files): Document SELinux support.
3546         * windows.texi (Window Sizes): Fix typo.
3548 2012-01-28  Chong Yidong  <cyd@gnu.org>
3550         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3551         doc (Bug#8568).
3553         * frames.texi (Input Focus): Add NORECORD arg to
3554         select-frame-set-input-focus.  Clarify its role in select-frame.
3556         * text.texi (Transposition): We don't use transpose-region as an
3557         internal subroutine (Bug#3249).
3559         * modes.texi (Example Major Modes): Update Lisp example code to
3560         current sources.  Delete the old non-derived-major-mode example,
3561         which has diverged badly from current sources.
3563 2012-01-27  Glenn Morris  <rgm@gnu.org>
3565         * makefile.w32-in (texinputdir): Fix (presumed) typo.
3566         (VERSION, manual): Remove, unused.
3568 2012-01-27  Chong Yidong  <cyd@gnu.org>
3570         * commands.texi (Command Overview): Minor clarification (Bug#10384).
3572 2012-01-26  Chong Yidong  <cyd@gnu.org>
3574         * searching.texi (String Search): Document negative repeat count
3575         (Bug#10507).
3577 2012-01-26  Glenn Morris  <rgm@gnu.org>
3579         * variables.texi (Using Lexical Binding):
3580         Mention that lexical-binding should be set in the first line.
3582 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3584         * macros.texi (Defining Macros): Don't claim that `declare' only
3585         affects Edebug and indentation.
3587 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3589         * macros.texi (Defining Macros): Slight `declare' fixup.
3591 2012-01-25  Glenn Morris  <rgm@gnu.org>
3593         * makefile.w32-in (texinputdir):
3594         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
3596 2012-01-24  Chong Yidong  <cyd@gnu.org>
3598         * variables.texi (Variables, Local Variables, Void Variables):
3599         Edit to make the descriptions less specific to dynamic binding.
3600         (Local Variables): Default max-specpdl-size is now 1300.
3601         (Defining Variables): Edits for lexical scoping.
3602         Delete information about starting docstrings with *.  De-document
3603         user-variable-p.
3604         (Tips for Defining): Remove an unimportant discussion of quitting
3605         in the middle of a load.
3606         (Accessing Variables, Setting Variables): Discuss lexical binding.
3607         (Variable Scoping): Rewrite.
3608         (Scope, Extent, Impl of Scope): Nodes deleted.
3609         (Dynamic Binding): New node, with material from Scope, Extent, and
3610         Impl of Scope nodes.
3611         (Dynamic Binding Tips): Rename from Using Scoping.
3612         (Lexical Binding): Rewrite.
3613         (Using Lexical Binding): Rename from Converting to Lexical
3614         Binding.  Convert to subsection.
3616         * customize.texi (Variable Definitions): Add custom-variable-p.
3617         Move user-variable-p documentation here.
3619 2012-01-23  Chong Yidong  <cyd@gnu.org>
3621         * strings.texi (Text Comparison): Minor qualification.
3623         * lists.texi (Cons Cells): Copyedits.
3624         (List Elements): Mention push.
3625         (List Variables): Mention pop.
3626         (Rings): Move to sequences.texi.
3628         * sequences.texi (Sequence Functions): Don't repeat the
3629         introduction already given in the parent.
3630         (Vectors): Copyedits.
3631         (Rings): Move from lists.texi.  Note that this is specific to the
3632         ring package.
3634         * symbols.texi (Definitions, Symbol Components): Mention variable
3635         scoping issues.
3636         (Plists and Alists): Copyedits.
3638         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3639         correctness with lexical scoping.
3640         (Eval): Copyedits.
3642 2012-01-21  Chong Yidong  <cyd@gnu.org>
3644         * intro.texi (A Sample Function Description): Special notation
3645         used for macros too.
3647         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3648         (Symbol Type): Add xref for keyword symbols.
3649         (Sequence Type): Clarify differences between sequence types.
3650         (Cons Cell Type): Add "linked list" index entry.
3651         (Non-ASCII in Strings): Copyedits.
3652         (Equality Predicates): Symbols with same name need not be eq.
3654         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3655         ldexp.  Move float-e and float-pi to Math Functions node.
3657 2012-01-21  Glenn Morris  <rgm@gnu.org>
3659         * modes.texi (Auto Major Mode):
3660         * variables.texi (File Local Variables):
3661         Mention inhibit-local-variables-regexps.
3663 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
3665         * windows.texi (Window Configurations): Rewrite references to
3666         persistent window parameters.
3667         (Window Parameters): Fix description of persistent window
3668         parameters.
3670 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
3672         * windows.texi (Window Parameters): Use @pxref.
3674 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
3676         * windows.texi (Window Configurations, Window Parameters):
3677         Describe persistent window parameters.
3679 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * variables.texi (Creating Buffer-Local): Warn against misuses of
3682         make-variable-buffer-local (bug#10258).
3684 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3688 2012-01-06  Chong Yidong  <cyd@gnu.org>
3690         * variables.texi (Directory Local Variables):
3691         Document hack-dir-local-variables-non-file-buffer.
3693 2012-01-06  Glenn Morris  <rgm@gnu.org>
3695         * maps.texi (Standard Keymaps): Refer to Info-edit by name
3696         rather than by keybinding.
3698 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
3700         * frames.texi (Font and Color Parameters): Add @pxref.
3702 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
3704         * frames.texi (Font and Color Parameters):
3705         Document w32 font backends (bug#10399).
3707 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3709         * files.texi (File Attributes, Changing Files):
3710         Use a more-natural notation for octal numbers.
3712 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
3714         * variables.texi (Variables with Restricted Values):
3715         Change reference to variable (bug#10354).
3717 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
3719         * windows.texi (Splitting Windows): Use t instead of non-nil
3720         when describing window-combination-resize.
3722 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3724         * text.texi (Special Properties): Warn against `intangible' properties
3725         (bug#10222).
3727 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
3729         * display.texi (Truncation):
3730         * text.texi (Special Properties): Describe what a stretch-glyph is
3731         instead of using that term without explanation.  Make the
3732         cross-references more accurate.
3734         * display.texi (Usual Display): Update the description,
3735         cross-references, and indexing related to display of control
3736         characters and raw bytes.
3738 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
3740         * windows.texi (Splitting Windows): Fix description of
3741         window-combination-limit.  Suggested by Eli Zaretskii.
3743 2011-11-23  Chong Yidong  <cyd@gnu.org>
3745         * windows.texi (Window Sizes): Move window-top-line,
3746         window-left-column, and window-*-pixel-edges to Coordinates and
3747         Windows node.
3748         (Coordinates and Windows): Restore window-edges doc.
3750 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
3752         * windows.texi (Windows and Frames, Splitting Windows):
3753         Fix typos.
3755 2011-11-21  Chong Yidong  <cyd@gnu.org>
3757         * windows.texi (Splitting Windows): Fix error in documentation of
3758         window-combination-limit.
3759         (Cyclic Window Ordering): Minor fixes to next-window,
3760         one-window-p, and get-lru-window docs.  Don't document
3761         window-list-1.
3762         (Buffers and Windows): Copyedits.
3763         (Choosing Window): Document special handling of special-display-*.
3764         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3765         Don't document even-window-heights, which is going away.
3766         Clarify which options are obeyed by which action functions.
3768 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3770         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3772 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
3774         * windows.texi (Resizing Windows, Splitting Windows):
3775         Remove term "status" when talking about combination limits.
3777 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3779         * compile.texi (Compiler Errors):
3780         * help.texi (Help Functions): Fix typos.
3782 2011-11-19  Chong Yidong  <cyd@gnu.org>
3784         * windows.texi (Splitting Windows): Clarify role of window
3785         parameters in split-window.  Shorten the example.
3786         (Deleting Windows): Rewrite intro to handle internal windows.
3787         Fix delete-windows-on doc.
3788         (Selecting Windows): Copyedits.
3790 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
3792         * windows.texi (Resizing Windows, Splitting Windows)
3793         (Deleting Windows): Use term window-combination-resize instead
3794         of window-splits.
3796 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
3798         * windows.texi (Resizing Windows, Splitting Windows):
3799         Rename occurrences of window-nest to window-combination-limit.
3801 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
3803         * intro.texi (Lisp History): Fix typo.
3805 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
3807         * windows.texi (Splitting Windows, Deleting Windows):
3808         Remove references to splits status of windows.
3810 2011-11-10  Glenn Morris  <rgm@gnu.org>
3812         * buffers.texi (Read Only Buffers): Expand a bit on why
3813         toggle-read-only should only be used interactively.  (Bug#7292)
3815 2011-11-09  Chong Yidong  <cyd@gnu.org>
3817         * windows.texi (Window Sizes): Document window-pixel-edges,
3818         window-inside-pixel-edges, window-absolute-pixel-edges, and
3819         window-inside-absolute-pixel-edges.
3820         (Resizing Windows): shrink-window-if-larger-than-buffer works on
3821         non-full-width windows.
3823 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
3825         * windows.texi (Resizing Windows): Rewrite documentation of
3826         window-resizable.
3828 2011-11-09  Chong Yidong  <cyd@gnu.org>
3830         * windows.texi (Splitting Windows): Simplify example.
3832 2011-11-08  Chong Yidong  <cyd@gnu.org>
3834         * windows.texi (Window Sizes): Copyedits.  Document
3835         window-text-height.  Remove window-min-height and window-min-width
3836         discussion, referring instead to Emacs manual.
3837         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3838         (Resizing Windows): Simplify introduction.  Don't document
3839         enlarge-window, shrink-window, enlarge-window-horizontally, and
3840         shrink-window-horizontally; they are no longer preferred for
3841         calling from Lisp, and are already documented in the Emacs manual.
3843 2011-11-07  Glenn Morris  <rgm@gnu.org>
3845         * windows.texi (Choosing Window): Fix keybinding typo.
3847 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
3849         * windows.texi (Resizing Windows, Splitting Windows)
3850         (Window Configurations): Use "child window" instead of
3851         "subwindow".
3853 2011-11-06  Chong Yidong  <cyd@gnu.org>
3855         * windows.texi (Basic Windows): Clarify various definitions.
3856         Treat window-normalize-* as internal; don't document them.
3857         (Windows and Frames): Various clarifications, e.g. non-live
3858         windows also belong to frames.  Fix window-list description.
3859         Simplify window nesting example.
3860         (Splitting Windows, Window Configurations):
3861         Use split-window-below.
3863 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
3865         * windows.texi (Window Sizes): Mention in the doc string that the
3866         return values of `window-body-height' and `window-body-width' are
3867         in frame's canonical units.  (Bug#9949)
3869 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
3871         * windows.texi (Windows and Frames): Remove "iso-" infix from
3872         documentation of window-iso-combined-p.
3874 2011-10-26  Chong Yidong  <cyd@gnu.org>
3876         * modes.texi (Running Hooks): Document with-wrapper-hook.
3878 2011-10-18  Chong Yidong  <cyd@gnu.org>
3880         * display.texi (Glyphless Chars): New node.
3882 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
3884         * text.texi (Yanking): Document yank-excluded-properties.
3886         * package.texi (Packaging Basics): The commentary should say how
3887         to begin using the package.
3889 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
3891         * windows.texi (Deleting Windows): Mention which window gets
3892         selected when deleting the selected window.
3894 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
3896         * buffers.texi (The Buffer List): Describe how bury-buffer deals
3897         with the selected window.
3898         * windows.texi (Buffers and Windows): Reformulate text on how
3899         replace-buffer-in-windows deals with a window.
3900         (Quitting Windows): Describe how quit-window deals with a
3901         standalone frame.  Describe new option frame-auto-hide-function.
3903 2011-10-08  Glenn Morris  <rgm@gnu.org>
3905         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
3907         * positions.texi (Excursions): Update warning message.
3909 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
3911         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3912         Fix Emacs manual xref (Bug#9675).
3914 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
3916         * windows.texi (Textual Scrolling): Document scroll-up-command,
3917         scroll-down-command, scroll-error-top-bottom, and the
3918         scroll-command symbol property.
3919         (Display Action Functions): Fix description of
3920         display-buffer-pop-up-window.
3922 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
3924         * windows.texi (Splitting Windows): Fix typos.
3926 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
3928         * windows.texi (Windows and Frames, Display Action Functions)
3929         (Switching Buffers): Fix some typos.
3930         (Buffers and Windows): Remove reference to window-auto-delete.
3931         Reword description of replace-buffer-in-windows.
3932         (Window History): Fix some typos and refer to frame local buffer
3933         list.
3934         (Quitting Windows): New node.
3935         (Window Configurations): Add descriptions of window-state-get
3936         and window-state-put.
3937         (Window Parameters): Describe variable ignore-window-parameters.
3938         Sketch some window parameters currently in use.
3939         * elisp.texi (Top): Update node listing.
3941 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
3943         * windows.texi (Display Action Functions)
3944         (Choosing Window Options): New nodes.
3946 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
3948         * windows.texi (Window History): New node.  Move text here from
3949         Buffers and Windows.
3950         (Switching Buffers): Rename from Displaying Buffers, since we
3951         don't document display-buffer here; callers changed.
3952         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3953         switch-to-buffer-other-frame.  Delete duplicate
3954         replace-buffer-in-windows doc.
3955         (Choosing Window): Document display actions.
3957 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
3959         * display.texi (Forcing Redisplay): Update the description of
3960         redisplay-dont-pause due to change in the default value.
3962 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
3964         * frames.texi (Frames and Windows): Move section and rename to
3965         Windows and Frames in windows.texi.
3966         * windows.texi (Windows): Restructure.
3967         (Basic Windows): Rewrite.  Explain live and internal windows and
3968         normalization functions.
3969         (Windows and Frames): Move section here from frames.texi.
3970         Describe subwindows, window combinations, window tree, and
3971         corresponding functions including window-list here.
3972         (Window Sizes): Rename section from Size of Window and move it
3973         up in chapter.  Describe total and body sizes and the
3974         corresponding functions.  Explain new semantics of
3975         window-min-height/-width.
3976         (Resizing Windows): Move section up in chapter.  Describe new
3977         resize functions.
3978         (Splitting Windows): Describe new behavior of split-window,
3979         split-window-above-each-other and split-window-side-by-side.
3980         Provide examples.  Describe window-nest and window-splits
3981         options.
3982         (Deleting Windows): Minor rewrite.
3983         (Selecting Windows): Minor rewrite.
3984         Describe frame-selected-window and set-frame-selected-window here.
3985         (Cyclic Window Ordering): Minor rewrite.
3986         Describe window-list-1.
3987         (Buffers and Windows): Rewrite.  Explain a window's previous and
3988         next buffers and the corresponding functions.
3989         (Window Tree): Merge into Windows and Frames section.
3990         * elisp.texi (Top): Update node listings for frames and windows
3991         sections.
3993 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3997 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999         * errors.texi (Standard Errors): Remove apparent placeholder text
4000         (bug#9491).
4002 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
4004         * frames.texi (Management Parameters): Fix description of
4005         icon-type parameter.
4007 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
4009         * tips.texi (Key Binding Conventions): Don't bind a key sequence
4010         ending in C-g.  Suggested by Edward O'Connor.
4012 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
4014         * numbers.texi (Integer Basics): Add indexing for
4015         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
4017 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>
4019         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
4021 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
4023         * processes.texi (Network Servers): Clarify what the process
4024         buffer is used for (bug#9233).
4026 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>
4028         * lists.texi (Building Lists): Fix typo.
4030 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
4032         * display.texi (Basic Faces): New node.  Document new faces.
4034         * modes.texi (Major Mode Conventions): Move some text there.
4035         (Mode Help): Remove major-mode var, duplicated in Major Modes.
4037 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
4039         * modes.texi (Basic Major Modes): New node.  Callers updated.
4040         (Major Modes): Document fundamental-mode and major-mode.
4041         (Major Mode Basics): Node deleted; text moved to Major Modes.
4042         (Derived Modes): Document derived-mode-p.
4044 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
4046         * files.texi (Changing Files, Create/Delete Dirs): Document new
4047         arguments for delete-file, delete-directory, and copy-directory.
4048         (Visiting Functions): Remove view-file; it is documented in the
4049         Emacs manual.
4051         * frames.texi (Layout Parameters): The defaults for the
4052         menu-bar-lines and tool-bar-lines parameters depend on the mode.
4054         * display.texi (Progress): Document spinner functionality.
4056         * os.texi (Killing Emacs): Note that kill-emacs can be called by
4057         operating system signals.  Refer to save-buffers-kill-terminal
4058         instead of save-buffers-kill-emacs.
4060         * objects.texi (Symbol Type): Document ## print representation.
4062 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
4064         * display.texi (Specified Space): Mention that `space' specs
4065         influence bidi reordering.
4066         (Bidirectional Display): Explain how to use `(space . PROPS)' for
4067         separating fields with bidirectional content.
4069 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
4071         * display.texi (Bidirectional Display): Document return value in
4072         buffers that are not bidi-reordered for display, and in unibyte
4073         buffers.
4075 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
4077         * nonascii.texi (Character Properties): Document the values for
4078         unassigned codepoints.
4080 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
4082         * nonascii.texi (Character Properties): Document use of
4083         `bidi-class' and `mirroring' properties as part of reordering.
4084         Provide cross-references to "Bidirectional Display".
4086         * display.texi (Bidirectional Display): Document the pitfalls of
4087         concatenating strings with bidirectional content, with possible
4088         solutions.  Document bidi-string-mark-left-to-right.
4089         Mention paragraph direction in modes that inherit from prog-mode.
4090         Document use of `bidi-class' and `mirroring' properties as part of
4091         reordering.
4093 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
4095         * modes.texi (Major Mode Conventions): Improve the documentation
4096         of `mode-class' `special' modes.
4098         * nonascii.texi (Character Properties): Document the `mirroring'
4099         property.  Add index entries.
4101         * syntax.texi (Categories): Add an example of defining a new
4102         category and category table.
4104         * searching.texi (Regexp Backslash): Document how to display
4105         existing categories.  Mention the possibility of adding
4106         categories, and add an xref to where this is described.  Add an
4107         index entry.
4109 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
4111         * text.texi (Special Properties):
4112         * display.texi (Overlay Properties): Note that mouse-face cannot
4113         change the text size (Bug#8530).
4115 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
4117         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4118         using setenv instead.
4120 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
4122         * display.texi (Bidirectional Display): Document the fact that
4123         bidi-display-reordering is t by default.
4125 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
4127         * display.texi (Bidirectional Display): New section.
4129 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130             Tim Cross  <theophilusx@gmail.com>  (tiny change)
4131             Glenn Morris  <rgm@gnu.org>
4133         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
4135 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
4137         * help.texi (Keys in Documentation): Revert last change.
4139 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141         * help.texi (Keys in Documentation): Clarify that \= only quotes
4142         the next character, and doesn't affect longer sequences in
4143         particular (bug#8935).
4145         * debugging.texi (Using Debugger):
4146         Mention @code{eval-expression-debug-on-error} (bug#8549).
4148 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4150         * display.texi (Other Display Specs): Document that `left-fringe'
4151         and `right-fringe' display specifications are of the "replacing"
4152         kind.
4154 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * help.texi (Documentation Basics): Add a link to the Function
4157         Documentation node (bug#6580).
4159 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161         * keymaps.texi (Menu Bar): Mention :visible and :enable
4162         (bug#6344).  Text by Drew Adams.
4164         * modes.texi (Running Hooks): Mention buffer-local hook variables
4165         (bug#6218).
4167         * objects.texi (General Escape Syntax): "a with grave accent" is
4168         ?xe0, not ?x8e0 (bug#5259).
4170 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4172         * display.texi (Face Attributes, Font Selection): Add references
4173         to the Fonts node in the Emacs manual (Bug#4178).
4175 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4177         * display.texi (Window Systems): `window-system' is
4178         terminal-local.
4180         * frames.texi (Frame Parameters, Parameter Access): Don't mention
4181         frame-local variables.
4183         * variables.texi (Buffer-Local Variables): Don't mention obsolete
4184         frame-local variables.
4185         (Frame-Local Variables): Node deleted.
4187         * elisp.texi (Top): Update node listing.
4189 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191         * elisp.texi: Change "inferiors" to "subnodes" in three places
4192         (bug#3523).
4194 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
4196         * frames.texi (Window System Selections): Discussion of
4197         x-select-enable-clipboard moved to Emacs manual.
4199 2011-07-11  Deniz Dogan  <deniz@dogan.se>
4201         * commands.texi (Prefix Command Arguments): Remove excessive
4202         apostrophe.
4204 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4207         description is a string (bug#3313).
4209         * frames.texi (Display Feature Testing): Try to explain what all
4210         the visual classes mean (bug#3042).
4212 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214         * modes.texi (Mode Line Variables): Document `mode-line-remote'
4215         and `mode-line-client' (bug#2974).
4217         * text.texi (Insertion): Clarify marker movements (bug#1651).
4218         Text from Drew Adams.
4220 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222         * text.texi (Special Properties): Clarify the format of `face'
4223         (bug#1375).
4225         * commands.texi (Interactive Call): Add a `call-interactively'
4226         example (bug#1010).
4228 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230         * functions.texi (Calling Functions): Link to the "Interactive
4231         Call" node (bug#1001).
4233 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
4235         * customize.texi (Composite Types): Move alist and plist to here
4236         from Simple Types (Bug#7545).
4238         * elisp.texi (Top): Update menu description.
4240         * display.texi (Face Attributes): Document negative line widths
4241         (Bug#6113).
4243 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
4245         * searching.texi (Match Data): Note that match data can be
4246         overwritten by most functions (bug#2499).
4248 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4251         flags mean (bug#6659).
4253         * functions.texi (What Is a Function): Document the autoload
4254         object (bug#6496).
4256 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4259         is only used in the Customize user interface (bug#6089).
4261         * display.texi (Showing Images): Mention the point of sliced
4262         images (bug#7836).
4264 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
4266         * variables.texi (Defining Variables, Void Variables)
4267         (Constant Variables): Fix incorrect usage of @kindex.
4269 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271         * variables.texi (Defining Variables): Add an index entry for
4272         `set-variable' (bug#7262).
4273         (Defining Variables): Use @findex for functions.
4275         * frames.texi (Basic Parameters): Document the `explicit-name'
4276         parameter (bug#6951).
4278         * customize.texi (Type Keywords): Clarify that :value provides a
4279         default value for all types (bug#7386).
4281         * streams.texi (Output Functions): Document `pp'.
4283 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
4285         * keymaps.texi (Searching Keymaps):
4286         * display.texi (Overlay Properties): Fix errors in 2011-05-29
4287         change.  Suggested by Johan Bockgård.
4289 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
4291         * text.texi (Special Properties): Clarify role of font-lock-face.
4293 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295         * processes.texi (Process Information): Rename `process-alive-p'
4296         to `process-live-p' for consistency with other `-live-p' functions.
4298 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
4300         Document wide integers better.
4301         * files.texi (File Attributes): Document ino_t values better.
4302         ino_t values no longer map to anything larger than a single cons.
4303         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4304         (Bitwise Operations):
4305         * objects.texi (Integer Type): Use a binary notation that is a bit easier
4306         to read, and that will port better if 62-bits becomes the default.
4307         Fix or remove incorrect examples.
4308         * os.texi (Time Conversion): Document time_t values better.
4310 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312         * processes.texi (Process Information):
4313         Document `process-alive-p'.
4315 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4317         * help.texi (Accessing Documentation):
4318         * display.texi (Pixel Specification):
4319         * processes.texi (Serial Ports, Serial Ports):
4320         * nonascii.texi (Character Properties, Default Coding Systems):
4321         * text.texi (Changing Properties, Special Properties):
4322         * windows.texi (Window Start and End):
4323         * modes.texi (SMIE Indentation Example, SMIE Tricks):
4324         * keymaps.texi (Searching Keymaps, Tool Bar):
4325         * minibuf.texi (Basic Completion):
4326         * compile.texi (Eval During Compile):
4327         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4328         7x9 paper in printed manual.
4330         * lists.texi (Sets And Lists): Fix misplaced text.
4332 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4334         * keymaps.texi (Remapping Commands): Emphasize that the keymap
4335         needs to be active (Bug#8350).
4337 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
4339         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4341         * tips.texi (Coding Conventions): Remove antediluvian filename
4342         limit recommendation (Bug#8538).
4344 2011-05-27  Glenn Morris  <rgm@gnu.org>
4346         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4348 2011-05-26  Glenn Morris  <rgm@gnu.org>
4350         * variables.texi (File Local Variables):
4351         Update hack-local-variables `mode-only' return value.
4352         Add some more details on what this function does in the other case.
4354 2011-05-19  Glenn Morris  <rgm@gnu.org>
4356         * lists.texi (Sets And Lists): Mention cl provides union etc.
4358 2011-05-19  Nix  <nix@esperi.org.uk>
4360         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4362         * text.texi (Parsing HTML): Update for function name changes.
4364         * syntax.texi (Syntax Flags): Small fix.
4366         * keymaps.texi (Active Keymaps): Typo fix.
4367         (Changing Key Bindings): Grammar fix.
4369         * frames.texi (Minibuffers and Frames): Grammar fix.
4370         (Window System Selections): x-select-enable-clipboard now defaults to t.
4372         * customize.texi (Common Keywords):
4373         * display.texi (Abstract Display):
4374         * modes.texi (Auto-Indentation):
4375         * nonascii.texi (Converting Representations): Typo fixes.
4377         * control.texi (Examples of Catch): Call it "goto" not "go to".
4379 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
4381         * nonascii.texi (Character Properties): Fix inconsistencies with
4382         implementation.
4384         * text.texi (Special Properties): Move @defvar's out of the
4385         @table.  (Bug#8652)
4387 2011-05-12  Glenn Morris  <rgm@gnu.org>
4389         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
4391 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4394         (Multiline Font Lock):
4395         * vol2.texi (Top):
4396         * vol1.texi (Top):
4397         * elisp.texi (Top): Update menu accordingly.
4399 2011-05-12  Drew Adams  <drew.adams@oracle.com>
4401         * modes.texi (Region to Fontify): Fix typo.
4403 2011-05-10  Jim Meyering  <meyering@redhat.com>
4405         * minibuf.texi: Fix typo "in in -> in".
4407 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
4409         * numbers.texi (Integer Basics): Large integers are treated as floats.
4411 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413         * processes.texi (Synchronous Processes): Document the (:file
4414         "/file-name") syntax for `call-process'.
4416 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
4418         * windows.texi (Choosing Window): Fix typo.
4420 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
4422         * frames.texi (Layout Parameters): Note the difference between
4423         querying and setting parameters for left-fringe and right-fringe
4424         (Bug#6930).
4426 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4428         * minibuf.texi (Basic Completion): Be a bit more precise about the
4429         valid kinds of completion tables.
4430         (Programmed Completion): Remove obsolete text about lambda expressions
4431         not being valid completion tables.
4433 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
4435         * positions.texi (Excursions): Explain the "save-excursion
4436         defeated by set-buffer" warning.
4438         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
4439         save-excursion.  Suggested by Uday S Reddy.
4441 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4443         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4444         (Lexical Binding): New sub-section.
4446         * eval.texi (Eval): Discourage the use of `eval'.
4447         Document its new `lexical' argument.
4449 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * commands.texi (Command Overview): `post-command-hook' is not reset to
4452         nil any more.
4454 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * strings.texi (String Conversion): Don't mention
4457         string-make-(uni|multi)byte (bug#8262).
4458         * nonascii.texi (Converting Representations): Fix up range.
4459         * keymaps.texi (Key Binding Commands): Update code point, avoid
4460         "unibyte character" and remove mention of unibyte bindings.
4462 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
4464         * modes.texi (Operator Precedence Grammars): Don't use characters
4465         outside ISO-8859-1.
4467 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
4469         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4471         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4473 2011-03-08  Glenn Morris  <rgm@gnu.org>
4475         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4476         * intro.texi (Acknowledgements): Names to UTF-8.
4477         * elisp.texi: Set documentencoding.
4479 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4481         * Version 23.3 released.
4483 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
4485         * package.texi: Update index keywords.
4486         (Package Archives): New node contents.  Document package-x.el.
4488 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
4490         * makefile.w32-in (srcs): Add package.texi.
4492 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
4494         * package.texi (Packaging, Packaging Basics, Simple Packages)
4495         (Multi-file Packages): Expand and clarify.
4496         (Package Archives): Temporary placeholder node.
4498         * elisp.texi (Top): Update node listing.
4500         * Makefile.in (srcs): Add package.texi.
4502 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
4504         * processes.texi (Synchronous Processes): Minor clarification
4505         (Bug#8149).
4507 2011-03-03  Glenn Morris  <rgm@gnu.org>
4509         * files.texi (Truenames): Minor clarification.  (Bug#2341)
4511 2011-03-01  Glenn Morris  <rgm@gnu.org>
4513         * variables.texi (Directory Local Variables):
4514         Mention `(subdirs . nil)' alist element.
4516 2011-02-28  Glenn Morris  <rgm@gnu.org>
4518         * variables.texi (Directory Local Variables): Mention the optional
4519         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
4521 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
4523         * minibuf.texi (Minibuffer History): Clarify discussion of
4524         minibuffer history lists (Bug#8085).
4526 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
4528         * elisp.texi: Sync @dircategory with ../../info/dir.
4530         * files.texi (Visiting Functions): Document find-file-literally,
4531         both the command and the variable.
4533         * variables.texi (Creating Buffer-Local): Explain the meaning of
4534         permanent local variables.
4536         * files.texi (Visiting Functions): Document find-file-literally,
4537         both the command and the variable.
4539         * variables.texi (Creating Buffer-Local): Explain the meaning of
4540         permanent local variables.
4542 2011-02-19  Glenn Morris  <rgm@gnu.org>
4544         * keymaps.texi (Remapping Commands): Mention how to undo it.
4546 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
4548         * loading.texi (Hooks for Loading): Remove unnecessary advice
4549         about eval-after-load (Bug#7986).
4551 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
4553         * commands.texi (Accessing Mouse): Note that a header line is not
4554         included in the row of posn-col-row.
4556 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
4558         * modes.texi (Major Mode Conventions): Add face guidelines.
4559         (Faces for Font Lock): List faces in order of prominence.
4561 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4563         format-time-string now supports subsecond time stamp resolution
4564         * os.texi (Time Parsing): Document %N.
4566 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
4568         * vol1.texi (Top):
4569         * vol2.texi (Top):
4570         * elisp.texi (Top):
4571         * display.texi (Display Property): Shorten the menu description of
4572         the "Other Display Specs" node (Bug#7816).
4574         * keymaps.texi (Defining Menus): Add "menu item" and "extended
4575         menu item" concept index entries (Bug#7805).
4577 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
4579         * makefile.w32-in (texinfodir): New variable.
4580         (usermanualdir): Remove as redundant with $(emacsdir).
4581         (MAKEINFO): Remove options, leave only program name.
4582         (MAKEINFO_OPTS): New variable.
4583         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4585 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
4586             Richard Kim  <emacs18@gmail.com>
4588         * loading.texi (Library Search): Document list-load-path-shadows
4589         (Bug#7757).
4591 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
4593         * searching.texi (Regexp Special): Remove outdated discussion of
4594         character sets (Bug#7780).
4596         * frames.texi (Pop-Up Menus): Document where menu title comes
4597         from (Bug#7684).
4599 2011-01-25  Glenn Morris  <rgm@gnu.org>
4601         * display.texi (Making Buttons): Mention limitation of text buttons.
4603 2011-01-23  Werner Lemberg  <wl@gnu.org>
4605         * Makefile.in (MAKEINFO): Now controlled by `configure'.
4606         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
4607         (ENVADD): New variable to control texi2dvi and texi2pdf.
4609 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
4611         * files.texi (Directory Names): Move directory-abbrev-alist doc to
4612         Emacs manual.
4614 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
4616         * files.texi (Directory Names): Explain why FROM in
4617         directory-abbrev-alist should begin with \`.  (Bug#7777)
4619 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4623 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
4625         * modes.texi (Emulating Mode Line): Fix last change.
4627 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
4629         * modes.texi (Emulating Mode Line): Update documentation of
4630         format-mode-line according to changes that fixed bug #7587.
4632 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * modes.texi (Derived Modes): Mention prog-mode.
4636         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4637         of the key-binding-data cache since we don't use it any more.
4639 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
4641         * processes.texi (Shell Arguments):
4642         * strings.texi (Creating Strings): Don't mention "shell commands";
4643         make it explicit that `split-string-and-unquote' and
4644         `combine-and-quote-strings' are mainly for working with arguments
4645         to call-process and start-process.
4647         * processes.texi (Shell Arguments): Fix documentation of
4648         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
4650 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         * modes.texi (Auto-Indentation): New section to document SMIE.
4653         (Major Mode Conventions):
4654         * text.texi (Mode-Specific Indent): Refer to it.
4656 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
4658         * display.texi (Other Display Specs): Document left-fringe and
4659         right-fringe display specs.
4661 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4663         * backups.texi (Making Backups):
4664         * modes.texi (Example Major Modes): Use recommended coding style.
4665         (Major Mode Basics, Derived Modes): Encourge more strongly use of
4666         define-derived-mode.  Mention completion-at-point-functions.
4668 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
4670         * nonascii.texi (Converting Representations):
4671         Document byte-to-string.
4673 2010-12-08  Glenn Morris  <rgm@gnu.org>
4675         * buffers.texi (Modification Time):
4676         verify-visited-file-modtime now defaults to the current buffer.
4678 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
4680         * nonascii.texi (Converting Representations): Document byte-to-string.
4682         * strings.texi (Creating Strings): Don't mention semi-obsolete
4683         function char-to-string.
4684         (String Conversion): Shorten discussion of semi-obsolete function
4685         string-to-char.  Link to Converting Representations.
4687         * objects.texi (Symbol Type):
4688         * text.texi (Near Point):
4689         * help.texi (Help Functions):
4690         * functions.texi (Mapping Functions): Use string instead of
4691         char-to-string in examples.
4693 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
4695         * text.texi (Kill Functions, Kill Functions)
4696         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4697         YANK-HANDLER args.
4699         * symbols.texi (Creating Symbols): Using unintern without an
4700         obarray arg is now obsolete.
4702         * numbers.texi (Float Basics): Document float-e and float-pi.
4704         * variables.texi (Defining Variables): Change "pi" example to
4705         "float-pi".
4707 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
4709         * commands.texi (Click Events): Document the values of X, Y and
4710         COL, ROW in the event's position, when the click is on the header
4711         or mode line, on the fringes, or in the margins.
4713 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
4715         * customize.texi (Composite Types): Lower-case index entry.
4717         * loading.texi (How Programs Do Loading):
4718         Document load-file-name.  (Bug#7346)
4720 2010-11-17  Glenn Morris  <rgm@gnu.org>
4722         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4724 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
4726         * display.texi (Usual Display): Characters with no fonts are not
4727         necessarily displayed as empty boxes.
4729 2010-10-31  Glenn Morris  <rgm@gnu.org>
4731         * maps.texi (Standard Keymaps): Update File menu description.
4733 2010-10-28  Glenn Morris  <rgm@gnu.org>
4735         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4737 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
4739         * display.texi (Window Systems): Deprecate use of window-system as
4740         a predicate.
4742 2010-10-23  Glenn Morris  <rgm@gnu.org>
4744         * help.texi (Documentation Basics): Remove mentions of digest-doc and
4745         sorted-doc.
4747 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
4749         * os.texi (Dynamic Libraries): New node, with slightly modified
4750         text deleted from "Image Formats".
4751         (System Interface): Add @menu entry for "Dynamic Libraries".
4753         * display.texi (Image Formats): Remove description of
4754         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4756 2010-10-12  Glenn Morris  <rgm@gnu.org>
4758         * book-spine.texinfo: Rename to book-spine.texi.
4760 2010-10-11  Glenn Morris  <rgm@gnu.org>
4762         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4764         * Makefile.in (DVIPS): New variable.
4765         (.PHONY): Add html, ps.
4766         (html, elisp.html, ps, elisp.ps): New targets.
4767         (clean): Delete html, ps files.
4768         ($(infodir)/elisp): Remove unnecessary includes.
4770 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
4772         * makefile.w32-in (emacsdir): New variable.
4773         (srcs): Add emacsver.texi.
4774         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4776 2010-10-09  Glenn Morris  <rgm@gnu.org>
4778         * Makefile.in (VPATH): Remove.
4779         (infodir): Make it absolute.
4780         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4782         * Makefile.in (dist): Anchor regexps.
4784         * Makefile.in (srcs): Put elisp.texi first.
4785         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4787         * Makefile.in (infoclean): Remove harmless, long-standing error.
4789         * Makefile.in ($(infodir)): Delete rule.
4790         (mkinfodir): New.
4791         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4793         * Makefile.in (dist): Remove reference to emacsver.texi.in.
4794         Also copy emacsver.texi, and edit $emacsdir.
4796 2010-10-09  Glenn Morris  <rgm@gnu.org>
4798         * Makefile.in (emacsdir): New variable.
4799         (MAKEINFO): Add -I $emacsdir.
4800         (dist): Copy emacsver.texi.
4801         (srcs): Add emacsver.texi.
4803         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4804         Set EMACSVER by including emacsver.texi.
4806         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4808 2010-10-07  Glenn Morris  <rgm@gnu.org>
4810         * Makefile.in (version): New, set by configure.
4811         (clean): Delete dist tar file.
4812         (dist): Use version in tar name.
4814 2010-10-06  Glenn Morris  <rgm@gnu.org>
4816         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4817         (INSTALL_INFO): Remove unused variable.
4818         (mostlyclean, infoclean, dist): New rules.
4819         (clean): Delete dvi and pdf files.
4820         (maintainer-clean): Remove elisp.oaux, use infoclean.
4821         ($(infodir)): Add parallel build workaround.
4823 2010-10-04  Glenn Morris  <rgm@gnu.org>
4825         * Makefile.in (dvi, pdf, $(infodir)): New targets.
4826         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
4827         Fix -I typo.
4828         (clean): No 'make.out' or 'core' files.
4829         (.PHONY): Declare clean rules.
4830         (maintainer-clean): Delete pdf file.  Guard against cd failures.
4832 2010-10-03  Glenn Morris  <rgm@gnu.org>
4834         * files.texi (File Name Components): Remove ignored section about
4835         deleted variable directory-sep-char.
4837 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
4839         * files.texi (Magic File Names): New defopt
4840         remote-file-name-inhibit-cache.
4842 2010-10-02  Glenn Morris  <rgm@gnu.org>
4844         * os.texi (Killing Emacs): Hook now runs in batch mode.
4846 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4848         * text.texi (Special Properties): Clarify when modification-hooks run.
4850 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * syntax.texi (Syntax Flags): Document new `c' flag.
4854 2010-09-09  Glenn Morris  <rgm@gnu.org>
4856         * display.texi (ImageMagick Images): General cleanup.
4858 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4860         * files.texi (Directory Names): Use \` rather than ^.
4862 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4864         * text.texi (Low-Level Kill Ring):
4865         * frames.texi (Window System Selections): Remove cut buffer
4866         documentation.
4868 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
4870         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4871         Parameters", where the default fringe width is described.
4873         * frames.texi (Window Frame Parameters, Basic Parameters)
4874         (Position Parameters, Layout Parameters, Management Parameters)
4875         (Cursor Parameters, Font and Color Parameters): Add indexing for
4876         frame parameters.  (Bug#6929)
4878 2010-08-25  Tom Tromey  <tromey@redhat.com>
4880         * vol2.texi (Top): Update.
4881         * vol1.texi (Top): Update.
4882         * tips.texi (Library Headers): Mention Package-Version and
4883         Package-Requires.
4884         * package.texi: New file.
4885         * os.texi (System Interface): Update pointers.
4886         * elisp.texi (Top): Link to new nodes.  Include package.texi.
4887         * anti.texi (Antinews): Update pointers.
4889 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
4891         * processes.texi (Filter Functions): Fix last change.
4893 2010-08-24  Markus Triska  <triska@gmx.at>
4895         * processes.texi (Filter Functions): Use `buffer-live-p' instead
4896         of `buffer-name' in the main text as well as in the example
4897         (Bug#3098).
4899 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4901         * nonascii.texi (Text Representations):
4902         * loading.texi (Loading Non-ASCII):
4903         * compile.texi (Byte Compilation): Don't mention obsolete
4904         --unibyte command-line argument.
4906 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4908         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4910 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4912         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4914 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
4916         * commands.texi (Misc Events): Add cross-references to where
4917         POSITION of a mouse event is described in detail.
4919 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
4921         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
4923 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4925         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4926         Suggested by Štěpán Němec <stepnem@gmail.com>.
4928 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4930         * minibuf.texi (High-Level Completion): Document args of
4931         `read-buffer-function' (bug#5625).
4933 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4935         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4937 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
4939         * processes.texi (Process Information): Explain process property
4940         `remote-tty'.
4942 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
4944         * modes.texi (Defining Minor Modes): Use C-delete in examples,
4945         instead of "\C-\^?" (bug#6334).
4947         * text.texi (Special Properties): Fix typo.
4949 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
4951         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4952         calling sequences, which are now the standard.
4954 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
4956         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4958         * commands.texi (Command Overview): Mention undo-boundary call.
4960 2010-06-23  Glenn Morris  <rgm@gnu.org>
4962         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4963         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4964         * frames.texi, functions.texi, internals.texi, keymaps.texi:
4965         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4966         * searching.texi, sequences.texi, strings.texi, syntax.texi:
4967         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4968         Untabify Texinfo files.
4970 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
4972         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4974 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4976         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4978 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
4980         * searching.texi (Regexp Special): Remove obsolete information
4981         about matching non-ASCII characters, and suggest using char
4982         classes (Bug#6283).
4984 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4986         * minibuf.texi (Basic Completion): Add missing "@end defun".
4988 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * minibuf.texi (Basic Completion): Document completion-boundaries.
4991         (Programmed Completion): Document the new fourth method for boundaries.
4993 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4995         * display.texi (Image Cache): Update documentation about image caching.
4997 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4999         * windows.texi (Textual Scrolling):
5000         * tips.texi (Coding Conventions):
5001         * minibuf.texi (Minibuffer History):
5002         * maps.texi (Standard Keymaps):
5003         * loading.texi (Where Defined):
5004         * edebug.texi (Instrumenting): Fix typos.
5006 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5008         * keymaps.texi (Menu Bar): Document :advertised-binding property.
5010         * functions.texi (Obsolete Functions):
5011         Document set-advertised-calling-convention.
5013         * minibuf.texi (Basic Completion): Document completion-in-region.
5014         (Programmed Completion): Document completion-annotate-function.
5016         * commands.texi (Reading One Event): Document read-key.
5017         (Distinguish Interactive): Document KIND arg to
5018         called-interactively-p.  Delete obsolete interactive-p.
5020         * elisp.texi (Top): Update node description.
5022 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
5024         * nonascii.texi (Character Properties):
5025         Document unicode-category-table.  Add an index entry for Unicode
5026         general category.
5028 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5030         * Version 23.2 released.
5032 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5034         * locals.texi (Standard Buffer-Local Variables):
5035         Remove @ignore'd reference to `direction-reversed'.
5037 2010-04-14  Juri Linkov  <juri@jurta.org>
5039         Fix @deffn without category.
5041         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5042         for `abbrev-insert'.
5044         * buffers.texi (Indirect Buffers): Add category `Command'
5045         to @deffn of `clone-indirect-buffer'.
5047         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5048         for `next-window' and `previous-window'.  Add category `Command'
5049         to @deffn of `pop-to-buffer'.
5051 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
5053         * nonascii.texi (Text Representations): Don't mark
5054         enable-multibyte-characters as a user option.
5056 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5058         * control.texi (Handling Errors): How to re-throw a signal caught
5059         by condition-case.
5061 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
5063         * loading.texi (Hooks for Loading): Document after-load-functions.
5064         Copyedits.
5066 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
5068         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
5070 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5072         * processes.texi (Network Processes): Document seqpacket type.
5074 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5076         * os.texi (System Environment): Do not mention lynxos.
5078 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
5080         * Branch for 23.2.
5082 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
5084         * objects.texi (Integer Type): Take note of the read syntax
5085         exception for numbers that cannot fit in the integer type.
5087 2010-03-03  Glenn Morris  <rgm@gnu.org>
5089         * numbers.texi (Integer Basics, Bitwise Operations):
5090         * objects.texi (Integer Type): Update for integers now being 30-bit.
5092 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
5094         * display.texi (Low-Level Font): Document :otf font-spec property.
5096 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * display.texi (Line Height): Avoid obsolete special default variables
5099         like default-major-mode.
5101 2010-01-28  Alan Mackenzie  <acm@muc.de>
5103         * display.texi (Auto Faces): Say fontification-functions is called
5104         whether or not Font Lock is enabled.  Tidy up the wording a bit.
5106 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5108         * elisp.texi: Remove duplicate edition information (Bug#5407).
5110 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5112         * two.el (volume-header-toc-markup): Fix typos in docstring.
5114 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         Avoid dubious uses of save-excursions.
5117         * positions.texi (Excursions): Recommend the use of
5118         save-current-buffer if applicable.
5119         * text.texi (Clickable Text): Fix the example code which used
5120         save-excursion in a naive way which sometimes preserves point and
5121         sometimes not.
5122         * variables.texi (Creating Buffer-Local):
5123         * os.texi (Session Management):
5124         * display.texi (GIF Images):
5125         * control.texi (Cleanups): Use (save|with)-current-buffer.
5127 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5129         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
5131 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5133         * nonascii.texi (Text Representations, Character Codes)
5134         (Converting Representations, Explicit Encoding)
5135         (Translation of Characters): Use hex notation consistently.
5136         (Character Sets): Fix map-charset-chars doc (Bug#5197).
5138 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5140         * loading.texi (Where Defined): Make it clearer that these are
5141         loaded files (Bug#5068).
5143 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
5145         * minibuf.texi (Completion Styles): Document `initials' style.
5147 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
5149         * frames.texi (Resources): Describe inhibit-x-resources.
5150         (Size Parameters): Copyedit.
5152         * hash.texi (Creating Hash):
5153         * objects.texi (Hash Table Type): Document the new hash table
5154         printed representation.
5156         * minibuf.texi (Basic Completion): 4th arg to all-completions is
5157         obsolete.
5159         * processes.texi (Process Buffers):
5160         Document process-kill-buffer-query-function.
5162 2009-12-05  Glenn Morris  <rgm@gnu.org>
5164         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5165         diary-display-function, and no longer recommended to be a hook.
5166         Update for changes in the names of calendar and diary hooks.
5167         diary-print-entries-hook has changed section.
5169 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
5171         * text.texi (Special Properties): More accurate description of
5172         what the `cursor' property does.
5174 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5176         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5177         mouse-wheel-down-event, the closest thing to a definition for them.
5178         * os.texi (Startup Summary): vindex inhibit-startup-message and
5179         inhibit-splash-screen.
5180         (Command-Line Arguments): vindex argv.
5181         (Suspending Emacs): vindex suspend-tty-functions and
5182         resume-tty-functions.  Don't want to index every hook, but having
5183         the programming ones is helpful.
5185 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5187         * commands.texi (Motion Events): Fix typo (Bug#4907).
5189 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5191         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5192         are affected by case-fold-search (Bug#4483).
5194 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5196         * minibuf.texi (Reading File Names): Note that read-file-name may
5197         use a graphical file dialog.
5199 2009-10-31  Glenn Morris  <rgm@gnu.org>
5201         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
5203 2009-10-16  Kevin Ryde  <user42@zip.com.au>
5205         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5206         in particular so `info-lookup-symbol' can find its docs.
5208 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
5210         * variables.texi (Constant Variables): Distinguish from defconst
5211         variables.
5212         (Defining Variables): Add cindex.
5214 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
5216         * os.texi (Time of Day): Clarify that the microsecond part is
5217         ignored (Bug#4637).
5219 2009-10-11  Glenn Morris  <rgm@gnu.org>
5221         * frames.texi (Size and Position): Clarify what is included in the frame
5222         height.  (Bug#4535)
5224 2009-10-10  Glenn Morris  <rgm@gnu.org>
5226         * windows.texi (Size of Window): The relationship between window and
5227         frame heights is not so simple.  (Bug#4535)
5228         Mention window-full-height-p.
5230 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5232         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5233         used from Lisp.
5235 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5237         * files.texi (Directory Names) <abbreviate-file-name>:
5238         Document that root home directories are not replaced with "~".
5240 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
5242         * text.texi (Special Properties): Document the meaning of the
5243         `cursor' text property whose value is an integer.
5245 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5247         * files.texi (Magic File Names): Add `copy-directory'.
5249 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5251         * files.texi (File Attributes): Fix description of file
5252         attributes.  (Bug#4638) Update attributes of files.texi example to
5253         be more representative.
5255 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5257         * files.texi (Create/Delete Dirs): New command copy-directory.
5259 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5261         * anti.texi (Antinews):
5262         * macros.texi (Indenting Macros):
5263         * strings.texi (Creating Strings, Case Conversion):
5264         Remove duplicate words.
5266 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5268         * files.texi (Create/Delete Dirs): delete-directory has an
5269         optional parameter RECURSIVE.
5271 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * buffers.texi (Swapping Text): Minor clarification.
5275 2009-10-01  Glenn Morris  <rgm@gnu.org>
5277         * functions.texi (Declaring Functions): Mention that we also search for
5278         ".m" files in the src/ directory.
5280 2009-09-25  David Engster  <deng@randomsample.de>
5282         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5284 2009-09-22  Glenn Morris  <rgm@gnu.org>
5286         * internals.texi (Building Emacs): Mention preloaded-file-list.
5288 2009-09-14  Alan Mackenzie  <acm@muc.de>
5290         * os.texi (Terminal Output): Put "@code{}" around "stdout".
5292 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5294         * functions.texi (Anonymous Functions): Rearrange discussion,
5295         giving usage of unquoted lambda forms first.  Mention that
5296         `function' and `#'' are no longer required (Bug#4290).
5298 2009-09-11  Alan Mackenzie  <acm@muc.de>
5300         * os.texi (Terminal Output): Document `send-string-to-terminal' in
5301         batch mode.
5303 2009-09-01  Glenn Morris  <rgm@gnu.org>
5305         * display.texi (Face Functions): Mention define-obsolete-face-alias.
5307 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
5309         * nonascii.texi (Character Codes): Fix typos.
5311 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5313         * processes.texi (Synchronous Processes): New defvar
5314         process-file-side-effects.
5316 2009-08-25  Glenn Morris  <rgm@gnu.org>
5318         * display.texi (Fontsets): Fix typo.
5320         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5322 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * processes.texi (Asynchronous Processes): Adjust arglist of
5325         start-process-shell-command and start-file-process-shell-command.
5327 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5329         * advice.texi (Argument Access in Advice): Note that argument
5330         positions are zero-based (Bug#3932).
5332         * commands.texi (Distinguish Interactive): Minor copyedit.
5334         * display.texi (Face Attributes): Add xref to Displaying Faces for
5335         explanation of "underlying face".
5337         * customize.texi (Common Keywords): Add xref to Loading.
5339         * loading.texi (How Programs Do Loading): Add xref to Lisp
5340         Libraries node in the Emacs manual.
5342 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5344         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5346 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
5348         * processes.texi (Shell Arguments): Copyedits.
5350 2009-07-18  Glenn Morris  <rgm@gnu.org>
5352         * loading.texi (Repeated Loading): Fix typo.
5354 2009-07-16  Richard Stallman  <rms@gnu.org>
5356         * buffers.texi (Swapping Text): Recommend setting
5357         write-region-annotate-functions and buffer-saved-size.
5359         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5361 2009-07-15  Glenn Morris  <rgm@gnu.org>
5363         * edebug.texi: Minor re-phrasings throughout.
5364         (Edebug Execution Modes): Sit-for affects continue mode too.
5365         (Jumping): Use `forward-sexp' rather than its keybinding.
5366         (Edebug Misc): Fix Q binding.
5367         (Edebug Eval): Remove cl version.
5368         (Printing in Edebug): Clarify print-length etc.
5369         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5370         (Specification List): Remove edebug-unwrap findex entry.
5371         (Specification Examples): defmacro is actually not the same as defun.
5372         Escape "`" in example.
5374 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5376         * markers.texi (The Mark): Document optional arg to
5377         deactivate-mark.
5379 2009-07-11  Kevin Ryde  <user42@zip.com.au>
5381         * hooks.texi (Standard Hooks): Fix cross-references.
5383         * loading.texi (Named Features): Refer to eval-after-load.
5385 2009-07-11  Glenn Morris  <rgm@gnu.org>
5387         * Makefile.in (TEXI2PDF): New.
5388         (elisp.pdf): New target.
5390         * searching.texi (Regexp Backslash): Fix typo.
5392         * elisp.texi (Top): Display copyright notice at start of non-TeX.
5394 2009-07-10  Glenn Morris  <rgm@gnu.org>
5396         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5398         * customize.texi (Customization Types):
5399         * display.texi (Abstract Display):
5400         * objects.texi (Character Type, String Type):
5401         Merge in some menu descriptions from elisp.texi.
5403         * hash.texi (Hash Tables):
5404         * modes.texi (Multiline Font Lock):
5405         End menu description with period.
5407 2009-07-09  Glenn Morris  <rgm@gnu.org>
5409         * back.texi: Don't hard-code texinfo location.
5411         * two-volume.make (texinfodir): New, with location of texinfo.tex.
5412         (tex): Add texinfodir to TEXINPUTS.
5413         (elisp1med-init, elisp2med-init): Use texinfodir.
5415         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5416         (clean): Add two-volume.make intermediate files.
5418         * elisp.texi, vol1.texi, vol2.texi:
5419         Use a DATE variable with the publication date, and update it.
5420         Fix antinews menu description.
5422         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5423         Update the detailed node listing to match elisp.texi.
5425         * README: Update edition to match elisp.texi.
5427         * objects.texi (General Escape Syntax):
5428         * nonascii.texi (Character Sets):
5429         Use consistent case for "Unicode Standard".
5431         * anti.texi (Antinews):
5432         * customize.texi (Variable Definitions):
5433         * functions.texi (Declaring Functions):
5434         * nonascii.texi (Character Properties):
5435         * processes.texi (Serial Ports):
5436         * text.texi (Special Properties):
5437         * tips.texi (Coding Conventions):
5438         Minor rearrangements to improve TeX line-filling.
5440         * commands.texi (Using Interactive): Fix cross-reference.
5442 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5444         * frames.texi (Management Parameters): Mention sticky.
5446 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
5448         * help.texi (Help Functions): Fix description of help-buffer and
5449         help-setup-xref to use @defun instead of @deffn.
5451 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5453         * frames.texi (Size Parameters): Mention maximized for fullscreen.
5455 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
5457         * display.texi (Window Systems): Add ns to the list.
5459 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5461         * Branch for 23.1.
5463 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
5465         * windows.texi (Dedicated Windows): Fix typo.
5466         (Resizing Windows): Replace @defun by @deffn.
5468 2009-06-17  Glenn Morris  <rgm@gnu.org>
5470         * variables.texi (Directory Local Variables):
5471         Update for 2009-04-11 name-change of dir-locals-directory-alist.
5473 2009-06-09  Kenichi Handa  <handa@m17n.org>
5475         * nonascii.texi (Character Sets): State clearly that FROM and TO
5476         are codepoints of CHARSET.
5478 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
5480         * minibuf.texi (Reading File Names): Fix introductory text.
5481         Suggested by stan@derbycityprints.com.
5482         (High-Level Completion): Fix typo.
5484 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
5486         * frames.texi (Text Terminal Colors): Multi-tty is already
5487         implemented, but tty-local colors are not.
5489 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
5491         * hooks.texi (Standard Hooks): Remove mention of obsolete
5492         redisplay-end-trigger-functions.
5494         * internals.texi (Window Internals): Remove mention of obsolete
5495         redisplay-end-trigger-functions.
5497 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
5499         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5501         * backups.texi (Making Backups): backup-directory-alist and
5502         make-backup-file-name-function are options.
5503         (Auto-Saving): auto-save-list-file-prefix is an option.
5505         * buffers.texi (Killing Buffers): buffer-offer-save is an
5506         option.
5508         * display.texi (Refresh Screen): no-redraw-on-reenter is an
5509         option.
5510         (Echo Area Customization): echo-keystrokes is an option.
5511         (Selective Display): selective-display-ellipses is an option.
5512         (Temporary Displays): temp-buffer-show-function is an option.
5513         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5514         are options.
5515         (Font Selection): face-font-family-alternatives,
5516         face-font-selection-order, face-font-registry-alternatives, and
5517         scalable-fonts-allowed are options.
5518         (Fringe Indicators): indicate-buffer-boundaries is an option.
5519         (Fringe Cursors): overflow-newline-into-fringe is an option.
5520         (Scroll Bars): scroll-bar-mode is an option.
5522         * eval.texi (Eval): max-lisp-eval-depth is an option.
5524         * files.texi (Visiting Functions): find-file-hook is an option.
5525         (Directory Names): directory-abbrev-alist is an option.
5526         (Unique File Names): temporary-file-directory and
5527         small-temporary-file-directory are options.
5529         * frames.texi (Initial Parameters): initial-frame-alist,
5530         minibuffer-frame-alist and default-frame-alist are options.
5531         (Cursor Parameters): blink-cursor-alist and
5532         cursor-in-non-selected-windows ar options.
5533         (Window System Selections): selection-coding-system is an
5534         option.
5535         (Display Feature Testing): display-mm-dimensions-alist is an
5536         option.
5538         * help.texi (Help Functions): help-char and help-event-list are
5539         options.
5541         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5542         an option.
5544         * minibuf.texi (Minibuffer History): history-length and
5545         history-delete-duplicates are options.
5546         (High-Level Completion): read-buffer-function and
5547         read-buffer-completion-ignore-case are options.
5548         (Reading File Names): read-file-name-completion-ignore-case is
5549         an option.
5551         * modes.texi (Mode Line Top): mode-line-format is an option.
5552         (Mode Line Variables): mode-line-position and mode-line-modes
5553         are options.
5555         * nonascii.texi (Text Representations):
5556         enable-multibyte-characters is an option.
5557         (Default Coding Systems): auto-coding-regexp-alist,
5558         file-coding-system-alist, auto-coding-alist and
5559         auto-coding-functions are options.
5560         (Specifying Coding Systems): inhibit-eol-conversion is an
5561         option.
5563         * os.texi (Init File): site-run-file is an option.
5564         (System Environment): mail-host-address is an option.
5565         (User Identification): user-mail-address is an option.
5566         (Terminal Output): baud-rate is an option.
5568         * positions.texi (Word Motion): words-include-escapes is an
5569         option.
5571         * searching.texi (Standard Regexps): page-delimiter,
5572         paragraph-separate, paragraph-separate and sentence-end are
5573         options.
5575         * text.texi (Margins): left-margin and fill-nobreak-predicate
5576         are options.
5578         * variables.texi (Local Variables): max-specpdl-size is an
5579         option.
5581         * windows.texi (Choosing Window):
5582         split-window-preferred-function, special-display-function and
5583         display-buffer-function are options.
5585 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
5587         Fix errors spotted by Martin Rudalics.
5589         * syntax.texi (Position Parse): Document rationale for ignored
5590         arguments to syntax-ppss-flush-cache.
5592         * processes.texi (Input to Processes): Mark PROCESS arg to
5593         process-running-child-p as optional.
5594         (Network Options): Document NO-ERROR arg to
5595         set-network-process-option.
5597         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5598         command.
5600         * searching.texi (POSIX Regexps): Mark posix-search-forward and
5601         posix-search-backward as commands.
5603         * os.texi (Killing Emacs): Mark kill-emacs as a command.
5604         (Suspending Emacs): Mark suspend-emacs as a command.
5605         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5606         commands.
5607         (Terminal Output): Remove obsolete function baud-rate.
5608         Document TERMINAL arg for send-string-to-terminal.
5610         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5611         terminal-coding-system and set-terminal-coding-system.
5612         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5613         as optional.
5614         (Character Sets): Document RESTRICTION arg of char-charset.
5615         (Character Codes): Mark POS argument to get-byte as optional.
5617         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5618         minibuffer-message.
5620         * files.texi (Create/Delete Dirs): Mark make-directory and
5621         delete-directory as commands.
5623         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5625         * text.texi (Base 64): Mark base64-decode-string and
5626         base64-encode-string as commands.
5627         (Columns): Mark move-to-column as a command.
5628         (Mode-Specific Indent): Document RIGID arg to
5629         indent-for-tab-command.
5630         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5631         Mark indent-code-rigidly as a command.
5632         (Substitution): Mark translate-region as a command.
5634         * frames.texi (Size and Position): Remove obsolete functions
5635         screen-height and screen-width.
5637 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
5639         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5640         (Displaying Buffers, Resizing Windows): Correct mistakes;
5641         next-window, previous-window, and pop-to-buffer are not commands,
5642         and fit-window-to-buffer" is a command.  (Pointed out by Martin
5643         Rudalics.)
5645 2009-05-17  Richard M Stallman  <rms@gnu.org>
5647         * modes.texi (Precalculated Fontification): Clarify text.
5649 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
5651         * windows.texi (Selecting Windows): Clarify descriptions of
5652         with-selected-window and get-lru-window.
5653         (Cyclic Window Ordering): Refer to particular frame when talking
5654         about how splitting affects the ordering.
5655         (Displaying Buffers): Fix descriptions of switch-to-buffer and
5656         switch-to-buffer-other-window.  Explain how setting of
5657         display-buffer-reuse-frames affects pop-to-buffer.
5658         (Choosing Window): Clarify some details in descriptions of
5659         display-buffer-reuse-frames, pop-up-frames, and
5660         pop-up-frame-function.
5661         (Dedicated Windows): Clarify some details.
5662         (Textual Scrolling): Replace term vscroll by term vertical
5663         scroll position.
5664         (Vertical Scrolling): Fix typo.
5665         (Window Hooks): Relate text on jit-lock-register to window
5666         scrolling and size changes.
5668 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
5670         * frames.texi (Initial Parameters): Clarify what the initial
5671         minibuffer frame is.
5672         (Buffer Parameters): Note that the minibuffer parameter can not be
5673         altered.
5675         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
5676         Document display-buffer changes.
5678 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
5680         * anti.texi (Antinews): Rewrite for Emacs 22.
5682         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5683         obarrays are first mentioned.  Define "system abbrev" more
5684         prominently, and add it to the index.
5685         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5686         Copyedits.
5687         (Abbrev Expansion): Document abbrev-insert.
5689 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
5691         * frames.texi (Font and Color Parameters): Rename from Color
5692         Parameters.  Document font-backend parameter.
5694         * vol2.texi (Top): Update node listing.
5695         * vol1.texi (Top): Update node listing.
5696         * elisp.texi (Top): Update node listing.
5698 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
5700         * windows.texi (Choosing Window): Don't explicitly refer to
5701         split-window-sensibly's window argument in descriptions of
5702         split-height-threshold and split-width-threshold.
5704 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
5706         * windows.texi (Choosing Window): Fix rewrite of window
5707         splitting section.
5709 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
5711         * nonascii.texi (Default Coding Systems):
5712         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5713         Add indexing.
5714         (Lisp and Coding Systems): Add index entries.
5716 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
5718         * windows.texi (Choosing Window): Describe split-window-sensibly
5719         and rewrite section on window splitting accordingly.
5720         (Textual Scrolling): Replace `...' by @code{...}.
5722 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
5724         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5725         Remove obsoleted pre-abbrev-expand-hook.
5727         * locals.texi (Standard Buffer-Local Variables): Consolidate table
5728         entries.
5730         * internals.texi (Object Internals): Don't assume 32-bit machines
5731         are the norm.
5732         (Buffer Internals): Consolidate table entries for readability.
5733         (Window Internals): Synch field names to window.h.
5734         (Process Internals): Synch field names to process.h.
5736 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
5738         * variables.texi (File Local Variables): Note that read-circle is
5739         bound to nil when reading file-local variables.
5741         * streams.texi (Input Functions): Document read-circle.
5742         (Output Variables): Add xref to Circular Objects.
5744 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
5746         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
5747         Features and Coding System Basics.  Node that "p" stands for
5748         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
5749         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5750         mouse-appearance-menu.
5751         (Programming Tips): Add xref to Progress.
5753 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
5755         * os.texi (Command-Line Arguments):
5756         Document command-line-args-left.
5757         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
5758         terminal objects for tty arguments.
5759         (Startup Summary): Add xref to Session Management.
5760         (Session Management): Mention emacs-session-restore.  Copyedits.
5762 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
5764         * os.texi (Startup Summary): Copyedits.  The init file is not
5765         necessarily named .emacs now.  Document initial-buffer-choice and
5766         initial-scratch-message.  Note where Emacs exits in batch mode.
5767         Document inhibit-splash-screen as an alias.
5768         (Init File): Be neutral about which init file name to use.
5770 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
5772         * os.texi (System Interface): Fix Texinfo usage.
5774 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
5776         * searching.texi (Regexp Backslash): Also refer to shy groups as
5777         non-capturing or unnumbered groups.
5778         (Regexp Functions): Add cross-reference to Regexp Backslash.
5780         * display.texi (Truncation): Overlays can use line-prefix and
5781         wrap-prefix too.
5782         (Overlay Properties): Document wrap-prefix and line-prefix.
5783         (Face Attributes): Document underline-minimum-offset.
5784         (Face Remapping): Copyedits.
5785         (Low-Level Font): Copyedits.
5786         (Image Cache): Note that the image cache is shared between frames.
5787         (Line Height): Emphasize that line-spacing only takes effect on
5788         graphical terminals.
5790 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
5792         * display.texi (Refresh Screen): Note that a passage about screen
5793         refreshing is text terminal only.
5794         (Forcing Redisplay): Delete misleading comment---sit-for calls
5795         redisplay, not the other way around.
5796         (Truncation): Note new values of truncate-partial-width-windows.
5797         Copyedits.
5798         (Invisible Text): Document invisible-p.
5800 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
5802         * display.texi (Overlays): Overlays don't scale well.  See
5803         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5805 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
5807         * syntax.texi (Syntax Table Functions): Document cons cell
5808         argument for modify-syntax-entry.
5809         (Categories): Document cons cell argument for
5810         modify-category-entry.
5812         * searching.texi (String Search): Document word-search-forward-lax
5813         and word-search-backward-lax.
5814         (Searching and Case): Describe isearch behavior more precisely.
5816         * keymaps.texi (Tool Bar): Mention that some platforms do not
5817         support multi-line toolbars.  Suggested by Stephen Eglen.
5819         * frames.texi (Layout Parameters): Mention that Nextstep also
5820         allows only one tool-bar line.  Suggested by Stephen Eglen.
5822         * nonascii.texi (Text Representations): Copyedits.
5823         (Coding System Basics): Also mention utf-8-emacs.
5824         (Converting Representations, Selecting a Representation)
5825         (Scanning Charsets, Translation of Characters, Encoding and I/O):
5826         Copyedits.
5827         (Character Codes): Mention role of codepoints 1114112 to 4194175.
5829 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
5831         * text.texi (Yank Commands): Note that yank uses push-mark.
5832         (Filling): Clarify REGION argument of fill-paragraph.
5833         Document fill-forward-paragraph-function.
5834         (Special Properties): Remove "new in Emacs 22" declaration.
5835         (Clickable Text): Merge with Links and Mouse-1 node.
5837         * display.texi (Button Properties, Button Buffer Commands):
5838         Change xref to Clickable Text.
5840         * tips.texi (Key Binding Conventions): Change xref to Clickable
5841         Text.
5843         * elisp.texi (Top): Update node listing.
5845 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
5847         * markers.texi (The Mark): Copyedits.  Improve description of
5848         handle-shift-selection.
5849         (The Region): Move use-region-p here from The Mark.
5851         * positions.texi (Screen Lines): Document (cols . lines) argument
5852         for vertical-motion.
5854 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
5856         * frames.texi (Frames): Clean up introduction.  Document `ns'
5857         return value for framep.
5858         (Creating Frames): Note how the terminal is chosen.
5859         (Multiple Terminals, Multiple Displays): Merge into a single node.
5860         (Color Parameters): Fix typo.
5862         * variables.texi (Local Variables, Buffer-Local Variables)
5863         (Creating Buffer-Local): Change link to Multiple Terminals.
5865         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5867         * keymaps.texi (Controlling Active Maps): Change link to Multiple
5868         Terminals.
5870         * commands.texi (Command Loop Info, Keyboard Macros): Change link
5871         to Multiple Terminals.
5873         * elisp.texi (Top): Update node listing.
5874         * vol2.texi (Top): Update node listing.
5875         * vol1.texi (Top): Update node listing.
5877         * buffers.texi (Current Buffer): Note that the append-to-buffer
5878         example is no longer in synch with the latest code.  Tie the two
5879         examples together.
5881         * files.texi (File Attributes): Move note about MS-DOS from
5882         Changing Files to File Attributes.
5883         (Create/Delete Dirs): Note that mkdir is an alias for this.
5885 2009-04-01  Markus Triska  <triska@gmx.at>
5887         * processes.texi (Filter Functions): Suggest how to handle output
5888         batches.
5890 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
5892         * help.texi (Accessing Documentation): Update example to use
5893         help-setup-xref and with-help-window.
5894         (Help Functions): Remove print-help-return-message, which is
5895         semi-obsolete due to with-help-window.  Document help-buffer and
5896         help-setup-xref.
5898 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
5900         * help.texi (Accessing Documentation, Help Functions):
5901         Remove information about long-obsolete Emacs versions.
5903         * modes.texi (Mode Line Variables): The default values of the mode
5904         line variables are now more complicated.
5906 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
5908         * modes.texi (Major Mode Conventions): Note that specialness is
5909         inherited.
5910         (Derived Modes): Note that define-derive-mode sets the mode-class
5911         property.
5913         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5914         goto-map.  Add search-map to the list.
5916 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
5918         * os.texi (System Environment): Update the list of system-type
5919         values.
5921         * markers.texi (The Mark) <handle-shift-selection>: Update for
5922         removal of the optional argument DEACTIVATE.
5924 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
5926         * commands.texi (Focus Events): Most X window managers don't use
5927         focus-follows-mouse nowadays.
5929 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
5931         * commands.texi (Defining Commands): Clarify introduction.
5932         (Using Interactive): Not that interactive can be put in a symbol
5933         property.
5934         (Interactive Call): Note that a symbol with a non-nil
5935         interactive-form property satisfies commandp.
5937 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
5939         * minibuf.texi (Intro to Minibuffers): Fix typos.
5941 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
5943         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5944         about minibuffers in old Emacs versions.  Copyedits.
5945         Emphasize that enable-recursive-minibuffers defaults to nil.
5946         (Text from Minibuffer): Simplify introduction.
5948 2009-03-22  Alan Mackenzie  <acm@muc.de>
5950         * commands.texi (Using Interactive): Clarify string argument to
5951         `interactive' - even promptless elements need \n separators.
5953 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
5955         * minibuf.texi (Completion Styles): New node.
5957         * elisp.texi (Top): Update node listing.
5959 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
5961         * minibuf.texi (Basic Completion): Note that
5962         read-file-name-completion-ignore-case and
5963         read-buffer-completion-ignore-case can override
5964         completion-ignore-case.
5965         (Minibuffer Completion): Document completing-read changes.
5966         (Completion Commands): Avoid mentioning partial completion mode.
5967         Document minibuffer-completion-confirm changes, and
5968         minibuffer-confirm-exit-commands.
5969         (High-Level Completion): Document new require-match behavior for
5970         read-buffer.  Document read-buffer-completion-ignore-case.
5971         (Reading File Names): Document new require-match behavior for
5972         read-file-name.
5974 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
5976         * debugging.texi (Error Debugging): Don't mislead the reader into
5977         thinking that debug-on-error enters debugger for C-f at EOB.
5978         (Error Debugging): Setting debug-on-init within the init file
5979         works, and has for some time.
5981 2009-03-13  Kenichi Handa  <handa@m17n.org>
5983         * display.texi (Fontsets): Update the description.
5985 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
5987         * advice.texi (Advising Primitives): Link to What Is a Function.
5989 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
5991         * compile.texi (Speed of Byte-Code): Update example.
5992         (Disassembly): Update examples.
5994         * loading.texi (Repeated Loading): Simplify examples.
5996         * customize.texi (Common Keywords): It's not necessary to use :tag
5997         to remove hyphens, as custom-unlispify-tag-name does it
5998         automatically.
5999         (Variable Definitions): Link to File Local Variables.
6000         Document customized-value symbol property.
6001         (Customization Types): Move menu to end of node.
6003 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
6005         * macros.texi (Compiling Macros): Omit misleading sentence, which
6006         implied that macros can only be used in the same file they are
6007         defined.
6008         (Backquote): Remove obsolete information about Emacs 19.
6010 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
6012         * display.texi (Display Margins): Fix paren typo.
6014 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
6016         * elisp.texi (Top): Update node listing.
6018         * variables.texi (Variables): Clarify introduction.
6019         (Global Variables): Mention that setq is a special form.
6020         (Local Variables): Use active voice.
6021         (Tips for Defining): Mention marking variables as safe.
6022         (Buffer-Local Variables): Mention terminal-local and frame-local
6023         variables together.
6024         (File Local Variables): Copyedits.
6025         (Frame-Local Variables): Note that they are not really useful.
6026         (Future Local Variables): Node deleted.
6028         * objects.texi (General Escape Syntax): Update explanation of
6029         Unicode escape syntax.
6031 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
6033         * control.texi (Control Structures): Add cindex entry for "textual
6034         order".
6036         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
6037         instead of "expression" throughout.
6038         (Function Indirection): Copyedits.  Use active voice.
6039         (Eval): The default value of max-lisp-eval-depth is now 400.
6041 2009-02-23  Miles Bader  <miles@gnu.org>
6043         * processes.texi (System Processes): Rename `system-process-attributes'
6044         to `process-attributes'.
6046 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
6048         * symbols.texi (Property Lists): Emphasize that property lists are
6049         not restricted to symbol cells.
6050         (Other Plists): Copyedit.
6052         * sequences.texi (Sequences Arrays Vectors): Make introduction
6053         more concise.
6054         (Arrays): Mention char-tables and bool-vectors too.
6055         (Vectors): Don't repeat information given in Arrays node.  Link to
6056         nodes that explain the vector usage examples.
6057         (Char-Tables): Note that char-table elements can have arbitrary
6058         type.  Explain effect of omitted char-table-extra-slots property.
6059         Link to Property Lists node.
6061 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
6063         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6064         `append'.
6065         (List Elements): Copyedits.
6067         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6068         of `vconcat'.
6070         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
6071         Emacs 20 usage of `concat'.
6072         (Case Conversion): Copyedits.
6074 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
6076         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6077         Minor edits.
6078         (Frame Configuration Type): Emphasize that it is not primitive.
6079         (Font Type): New node.
6080         (Type Predicates): Add fontp; type-of now recognizes font object
6081         types.
6083         * intro.texi (Version Info): Update version numbers in examples.
6084         (Acknowledgements): List more contributors.
6086         * elisp.texi: Bump version number to 3.0.
6087         (Top): Link to Font Type node.
6089 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
6091         * modes.texi (Major Mode Conventions): Remove duplicate words.
6092         (Customizing Keywords): Fix typo.
6094 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
6096         * nonascii.texi (User-Chosen Coding Systems): Document that
6097         select-safe-coding-system suggests raw-text if there are raw bytes
6098         in the region.
6099         (Explicit Encoding): Warn not to use `undecided' when encoding.
6101 2009-02-11  Glenn Morris  <rgm@gnu.org>
6103         * frames.texi (Visibility of Frames): Mention the effect multiple
6104         workspaces/desktops can have on visibility.
6106 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6108         * text.texi (Commands for Insertion):
6109         * commands.texi (Event Mod):
6110         * keymaps.texi (Searching Keymaps):
6111         * nonascii.texi (Translation of Characters):
6112         Reinstate documentation of translation-table-for-input.
6113         (Explicit Encoding): Document the `charset' text property produced
6114         by decode-coding-region and decode-coding-string.
6116 2009-01-27  Alan Mackenzie  <acm@muc.de>
6118         * modes.texi (Search-based Fontification): Correct a typo.
6120 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
6122         * abbrevs.texi (Abbrev Table Properties): Fix typo.
6123         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
6125 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
6127         * display.texi (Window Systems): Document the value of
6128         `initial-window-system' under --daemon.
6130         * os.texi (System Environment): Remove description of the
6131         `environment' function which has been deleted.
6133 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
6135         * frames.texi (Multiple Displays): Remove documentation for
6136         removed function make-frame-on-tty.
6138 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
6140         * files.texi (Format Conversion Piecemeal): Clarify behavior of
6141         write-region-annotate-functions.
6142         Document write-region-post-annotation-function.
6144 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
6146         * display.texi (Font Lookup): Document WIDTH argument of
6147         x-list-fonts.
6149 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
6151         * maps.texi (Standard Keymaps): Rename function-key-map to
6152         local-function-key-map.
6154         * keymaps.texi (Translation Keymaps): Rename function-key-map to
6155         local-function-key-map.
6157         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6158         and `set-keyboard-coding-system' now accept an optional terminal
6159         argument.
6161         * commands.texi (Event Mod): `keyboard-translate-table' is now
6162         terminal-local.
6163         (Function Keys): Rename function-key-map to
6164         local-function-key-map.
6166         * elisp.texi (Top): Make @detailmenu be consistent with changes in
6167         frames.texi.
6169         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6170         `delete-terminal-functions', `suspend-tty-functions' and
6171         `resume-tty-functions'.
6173         * frames.texi (Frames): Document `frame-terminal' and
6174         `terminal-live-p'.
6175         (Multiple Displays): Document `make-frame-on-tty'.
6176         (Multiple Terminals): Document `terminal-list', `delete-terminal',
6177         `terminal-name', and `get-device-terminal'.
6178         (Terminal Parameters): Document `terminal-parameters',
6179         `terminal-parameter', and `set-terminal-parameter'.
6181         * os.texi (System Environment): Document `environment' and
6182         `initial-environment'.
6183         (Suspending Emacs): Update for multi-tty; document
6184         `suspend-tty', `resume-tty', and `controlling-tty-p'.
6186         * nonascii.texi (Coding System Basics): More accurate description
6187         of `raw-text'.
6189 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
6191         * display.texi (Low-Level Font): Fix typo.
6193 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
6195         * elisp.texi (Top): Update node listing.
6197         * display.texi (PostScript Images): Node deleted.
6199 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
6201         * processes.texi (Decoding Output): Document that null bytes force
6202         no-conversion for reading process output.
6204         * files.texi (Reading from Files): Document that null bytes force
6205         no-conversion when visiting files.
6207         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6209         * nonascii.texi (Lisp and Coding Systems):
6210         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6211         (Character Properties): Improve wording.
6213 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
6215         * display.texi (Font Lookup): Remove obsolete function
6216         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
6217         (Low-Level Font): Rename from Fonts, move to end of Faces section.
6218         (Font Selection): Reorder order of variable descriptions.
6219         Minor clarifications.
6221         * elisp.texi (Top): Update node listing.
6223 2009-01-09  Glenn Morris  <rgm@gnu.org>
6225         * commands.texi (Command Loop Info): Say that last-command-char and
6226         last-input-char are obsolete aliases.
6228         * edebug.texi (Edebug Recursive Edit): Remove separate references to
6229         last-input-char and last-command-char, since they are just aliases for
6230         last-input-event and last-command-event.
6232         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6233         last-command-char.
6235 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6237         * elisp.texi: Update node listing.
6239         * display.texi (Faces): Put Font Selection node after Auto Faces.
6240         (Face Attributes): Don't link to Font Lookup.
6241         Document font-family-list.
6242         (Fonts): New node.
6244 2009-01-08  Jason Rumney  <jasonr@gnu.org>
6246         * frames.texi (Pointer Shape): Clarify that only X supports
6247         changing the standard pointer shapes.  (Bug#1485)
6249 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6251         * display.texi (Attribute Functions): Note that a function value
6252         :height is relative, and that compatibility functions work by
6253         calling set-face-attribute.
6254         (Displaying Faces): Reorder list in order of increasing priority.
6255         (Face Remapping): New node.  Content moved here from Displaying
6256         Faces.
6257         (Glyphs): Link to Face Functions.
6259 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6261         * display.texi (Faces): Don't discuss face id here.  facep does
6262         not return t.
6263         (Defining Faces): Minor clarification.
6264         (Face Attributes): Rearrange items to match docstring of
6265         set-face-attribute.  Add :foundry attribute.  Document new role of
6266         :font attribute.  Texinfo usage fix.
6267         (Attribute Functions): Copyedits.
6268         (Face Functions): Note that face number is seldom used.
6270 2009-01-05  Richard M Stallman  <rms@gnu.org>
6272         * strings.texi (Predicates for Strings): Minor clarification.
6274         * functions.texi (Function Safety): Texinfo usage fix.
6276 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6278         * objects.texi (General Escape Syntax): Fix typo.
6280 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
6282         * windows.texi (Choosing Window): Say that pop-up-frame-alist
6283         works via the default value of pop-up-frame-function.
6285 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
6287         * processes.texi (System Processes): Document the `time' and
6288         `ctime' attributes of `system-process-attributes'.
6290 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
6292         * display.texi (Face Attributes): Clarify :height attribute.
6294 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
6296         * buffers.texi (The Buffer List): Clarify what moves a buffer to
6297         the front of the buffer list.  Add entries for `last-buffer' and
6298         `unbury-buffer'.
6300 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
6302         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6303         and its subsections.
6305         * frames.texi (Multiple Terminals, Low-level Terminal)
6306         (Terminal Parameters, Frames on Other TTY devices): New sections.
6307         (Frames): Add an xref to "Multiple Terminals".
6309         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6311         * objects.texi (Terminal Type): New node.
6312         (Editing Types): Add it to the menu.
6314         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6315         Variables".
6317         * variables.texi (Directory Local Variables): New node.
6318         (Variables): Add a menu item for it.
6320         * loading.texi (Autoload): Document `generate-autoload-cookie' and
6321         `generated-autoload-file'.
6323 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
6325         * os.texi (Startup Summary): Add xref to documentation of
6326         `initial-window-system'.
6328         * display.texi (Window Systems): Document `window-system' the
6329         function.  The variable `window-system' is now frame-local.
6330         Document `initial-window-system'.
6332 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
6334         * windows.texi (Windows): Rewrite description of
6335         fit-window-to-buffer.
6337 2008-12-13  Glenn Morris  <rgm@gnu.org>
6339         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
6340         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6342 2008-12-12  Glenn Morris  <rgm@gnu.org>
6344         * debugging.texi (Error Debugging): Refer forwards to
6345         eval-expression-debug-on-error.
6347 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
6349         * strings.texi (String Basics): Only unibyte strings that
6350         represent key sequences hold 8-bit raw bytes.
6352         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6353         paragraph to speak about `undecided'.
6354         (Character Properties): Don't explain the meaning of each
6355         property; instead, identify their Unicode Standard names.
6356         (Character Sets): Document `map-charset-chars'.
6358 2008-12-02  Glenn Morris  <rgm@gnu.org>
6360         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6361         section yet again.
6363 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
6365         * nonascii.texi (Character Properties): New Section.
6366         (Specifying Coding Systems): Document
6367         `coding-system-priority-list', `set-coding-system-priority', and
6368         `with-coding-priority'.
6369         (Lisp and Coding Systems): Document `check-coding-systems-region'
6370         and `coding-system-charset-list'.
6371         (Coding System Basics): Document `coding-system-aliases'.
6373         * elisp.texi (Top): Add a @detailmenu entry for "Character
6374         Properties".
6376         * objects.texi (Character Type): Correct the range of Emacs
6377         characters.  Add an @xref to "Character Codes".
6379         * strings.texi (String Basics): Add an @xref to "Character Codes".
6381         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6383         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6384         (Character Codes): Document `max-char'.
6386 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
6388         * nonascii.texi (Text Representations, Converting Representations)
6389         (Character Sets, Scanning Charsets, Translation of Characters):
6390         Make text more accurate.
6392 2008-11-28  Glenn Morris  <rgm@gnu.org>
6394         * files.texi (Format Conversion Round-Trip): Improve previous change.
6396 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
6398         * modes.texi (Auto Major Mode): Fix example.
6400 2008-11-25  Glenn Morris  <rgm@gnu.org>
6402         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6404         * files.texi (Format Conversion Round-Trip):
6405         Use active voice for previous change.
6407 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
6409         * os.texi (Processor Run Time):
6410         * processes.texi (Transaction Queues):
6411         * markers.texi (The Mark):
6412         * windows.texi (Choosing Window, Selecting Windows):
6413         * files.texi (Changing Files, Magic File Names):
6414         * commands.texi (Key Sequence Input):
6415         * functions.texi (Declaring Functions):
6416         * strings.texi (Predicates for Strings):
6417         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6419 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
6421         * help.texi (Accessing Documentation): Update example.
6423         * variables.texi (Defining Variables): Note that `*' is not
6424         necessary if defcustom is used.
6426 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
6428         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6429         Characters" from @detailmenu.
6431         * nonascii.texi (Character Codes, Character Sets)
6432         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6433         (Chars and Bytes, Splitting Characters): Sections removed.
6435 2008-11-22  Lute Kamstra  <lute@gnu.org>
6437         * positions.texi (Text Lines): Update goto-line documentation.
6439 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
6441         * frames.texi (Frames): Fix typo, add cross references, reword.
6442         (Initial Parameters): Reword special-display-frame-alist text.
6443         (Frames and Windows): Reword.  Describe argument norecord for
6444         set-frame-selected-window.
6445         (Input Focus): Describe argument norecord for select-frame.
6446         Remove comment on MS-Windows behavior for focus-follows-mouse.
6447         (Raising and Lowering): Mention windows-frames dichotomy in
6448         metaphor.
6450         * windows.texi (Displaying Buffers, Vertical Scrolling)
6451         (Horizontal Scrolling): Fix indenting and rewording issues
6452         introduced with 2008-11-07 change.
6454 2008-11-20  Glenn Morris  <rgm@gnu.org>
6456         * files.texi (Format Conversion Round-Trip): Mention `preserve'
6457         element of `format-alist'.
6459 2008-11-19  Glenn Morris  <rgm@gnu.org>
6461         * doclicense.texi: Update to FDL 1.3.
6462         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6464 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
6466         * windows.texi (Window Hooks): Remove *-end-trigger-functions
6467         vars, which are obsolete.  Mention jit-lock-register.
6469         * modes.texi (Other Font Lock Variables):
6470         Document jit-lock-register and jit-lock-unregister.
6472         * frames.texi (Color Parameters): Document alpha parameter.
6474 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
6476         * windows.texi (Splitting Windows, Deleting Windows)
6477         (Selecting Windows, Cyclic Window Ordering)
6478         (Buffers and Windows, Displaying Buffers, Choosing Window)
6479         (Dedicated Windows, Window Point, Window Start and End)
6480         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6481         (Size of Window, Resizing Windows, Window Configurations)
6482         (Window Parameters): Avoid @var at beginning of sentences and
6483         reword accordingly.
6485 2008-11-11  Lute Kamstra  <lute@gnu.org>
6487         * files.texi (File Name Components): Fix file-name-extension
6488         documentation.
6490 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
6492         * frames.texi (Basic Parameters): Remove display-environment-variable
6493         and term-environment-variable.
6495 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
6497         * windows.texi (Basic Windows, Splitting Windows)
6498         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6499         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6500         (Resizing Windows, Window Configurations, Window Parameters):
6501         Fix wording and markup.
6503 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
6505         * windows.texi (Windows): Update entries.
6506         (Basic Windows): Remove listing of attributes.  Reword.
6507         (Splitting Windows, Deleting Windows): Reword.
6508         (Selecting Windows, Cyclic Window Ordering): Reword with special
6509         emphasis on order of recently selected windows and buffer list.
6510         (Buffers and Windows, Choosing Window): Reword with special
6511         emphasis on dedicated windows.
6512         (Displaying Buffers): Reword.  For switch-to-buffer mention that
6513         it may fall back on pop-to-buffer.  For other-window try to
6514         explain how it treats the cyclic ordering of windows.
6515         (Dedicated Windows): New node and section discussing dedicated
6516         windows and associated functions.
6517         (Window Point): Add entry for window-point-insertion-type.  Reword.
6518         (Window Start and End): Rename node and section title.  Reword.
6519         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6520         Minor rewording.
6521         (Size of Window): Reword, in particular text on window-width.
6522         (Resizing Windows): Reword.  Add text on balancing windows.
6523         (Window Configurations): Reword.  Mention window parameters.
6524         (Window Parameters): New node and section on window parameters.
6525         (Window Hooks): Reword.  Mention that
6526         window-configuration-change-hook is run "buffer-locally".
6527         * elisp.texi (Top): Update Windows entries in @detailmenu
6528         section.
6530 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
6532         * searching.texi (Regexp Search): Fix typo.
6534 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
6536         * searching.texi (Regexp Search): Document GREEDY arg.
6537         (Simple Match Data): Fix return value.
6539 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
6541         * nonascii.texi (Text Representations): Rewrite to make consistent
6542         with Emacs 23 internal representation of characters.
6543         Document `unibyte-string'.
6545 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
6547         * processes.texi (Process Information): Note that process-status
6548         does not accept buffer names.
6550 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
6552         * positions.texi (Skipping Characters): Correct return value of
6553         skip-chars-forward.
6555 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
6557         * windows.texi (Deleting Windows): Update documentation of
6558         delete-windows-on.
6559         (Buffers and Windows): Update documentations of
6560         get-buffer-window and get-buffer-window-list.
6561         (Displaying Buffers): Update documentation of
6562         replace-buffer-in-windows.
6564         * buffers.texi (Current Buffer): Reword set-buffer and
6565         with-current-buffer documentations.
6566         (Creating Buffers): Reword documentation of get-buffer-create.
6568 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
6570         * buffers.texi (Current Buffer): Reword documentation of
6571         set-buffer.
6572         (Buffer Names): Reword documentation of buffer-name.
6573         (The Buffer List): For bury-buffer explain what happens with the
6574         buffer's window.
6575         (Creating Buffers): Say that get-buffer-create's arg is called
6576         buffer-or-name.
6578 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
6580         * advice.texi (Computed Advice): Explain what DEFINITION is.
6582         * nonascii.texi (Character Codes): Remove obsolete function
6583         char-valid-p, and document characterp instead.
6585 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
6587         * windows.texi (Displaying Buffers): Reword documentation of
6588         pop-to-buffer.
6589         (Choosing Window): Rewrite documentation of display-buffer and
6590         its options.
6592         * buffers.texi (Killing Buffers): Update documentation of
6593         kill-buffer.
6595 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
6597         * processes.texi (Serial Ports): Fix wording and improve markup.
6599         * searching.texi (Regexp Search): Document `string-match-p' and
6600         `looking-at-p'.
6601         (POSIX Regexps): Add an xref for "non-greedy".
6602         (Regexp Special): Add @cindex entry for "non-greedy".
6604         * display.texi (Attribute Functions): Document `face-all-attributes'.
6605         (Image Cache) <image-refresh>: Minor wording fixes.
6607         * frames.texi (Color Names): Add an xref to `read-color'.
6609         * minibuf.texi (High-Level Completion): Document `read-color'.
6611         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6613         * positions.texi (Narrowing): Add an xref to "Swapping Text".
6615         * buffers.texi (Swapping Text): New section, documents
6616         `buffer-swap-text'.
6618 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
6620         * windows.texi (Resizing Windows): Minor wording fix.
6622 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
6624         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6625         and `combine-and-quote-strings'.
6627         * strings.texi (Creating Strings): Add xrefs for them.
6629 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6631         * elisp.texi (Top): Make descriptive text for "Reading File Names"
6632         match the corresponding menu in minibuf.texi.
6634         * minibuf.texi (Reading File Names): Document `read-shell-command'
6635         and `minibuffer-local-shell-command-map'.
6637 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
6639         * windows.texi (Resizing Windows): Remove var{} around "window" in
6640         documentation of enlarge-window.
6641         Rewrite documentation of window-min-height and window-min-width.
6643 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6645         * functions.texi (Calling Functions): Document `apply-partially'.
6647         * hooks.texi (Standard Hooks): Mention
6648         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6650         * variables.texi (File Local Variables): Document
6651         `file-local-variables-alist', `before-hack-local-variables-hook'
6652         and `hack-local-variables-hook'.
6654         * processes.texi (Synchronous Processes): Document `process-lines'.
6656         * customize.texi (Variable Definitions):
6657         Document `custom-reevaluate-setting'.
6659 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
6661         * windows.texi (Choosing Window, Deleting Windows)
6662         (Displaying Buffers): Expand documentation of dedicated windows.
6664 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
6666         * files.texi (Changing Files): Document symbolic input of file
6667         modes to `set-file-modes'.  Document `read-file-modes' and
6668         `file-modes-symbolic-to-number'.
6670         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6671         and `search-map'.
6673         * searching.texi (Search and Replace):
6674         Document `replace-search-function' and `replace-re-search-function'.
6675         Document `multi-query-replace-map'.
6677         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6678         (Completion Commands, Reading File Names):
6679         Rename `minibuffer-local-must-match-filename-map' to
6680         `minibuffer-local-filename-must-match-map'.
6681         (Minibuffer Completion): The `require-match' argument to
6682         `completing-read' can now have the value `confirm-only'.
6684         * windows.texi (Displaying Buffers): Minor wording fix.
6685         (Choosing Window): `split-height-threshold' can now be nil.
6686         Document `split-width-threshold'.  `pop-up-frames' can have the
6687         value `graphic-only'.
6689 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
6691         * os.texi (Startup Summary): Document `before-init-time' and
6692         `after-init-time'.  Document `initial-window-system' and
6693         `window-system-initialization-alist'.  Document reading the
6694         abbrevs file.  Document the call to `server-start' under --daemon.
6695         Rearrange a bit to be consistent with the code flow.
6696         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6697         (Time Parsing): Document `format-seconds'.
6699 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
6701         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6702         and reword.
6704 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
6706         * markers.texi (The Mark): Document use-region-p.
6708 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
6710         * internals.texi (Writing Emacs Primitives): The interactive spec
6711         of a primitive can be a Lisp form.
6713         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6714         values of transient-mark-mode.  Document handle-shift-selection.
6716         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6717         (Interactive Examples): Show an example of `^'.
6718         (Key Sequence Input): Document this-command-keys-shift-translated.
6719         (Defining Commands, Using Interactive): The interactive-form of a
6720         function can be added via its symbol's property.
6722         * positions.texi (List Motion): beginning-of-defun-function can
6723         now accept an argument.
6725         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6726         now return a list of strings.
6728         * control.texi (Handling Errors): Document ignore-errors.
6730         * frames.texi (Creating Frames): Document frame-inherited-parameters.
6731         (Parameter Access): Document set-frame-parameter.
6733         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6734         Hooks" for the effect of kill-all-local-variables on local hook
6735         functions.
6737         * modes.texi (Major Mode Conventions, Mode Line Variables):
6738         `mode-name' need not be a string.  xref to "Mode Line Data" for
6739         details, and to "Emulating Mode Line" for computing a string
6740         value.
6742 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
6744         * processes.texi (System Processes): New section.
6745         (Processes, Signals to Processes): Add xrefs to it.
6747         * objects.texi (Editing Types): A `process' is a subprocess of
6748         Emacs, not just any process running on the OS.
6750         * elisp.texi (Top): Adjust the @detailmenu for the above two
6751         changes.
6753         * sequences.texi (Char-Tables): Remove documentation of
6754         set-char-table-default, which has no effect since Emacs 23.
6755         <char-table-range, set-char-table-range>: Don't mention generic
6756         characters and charsets.  Add a cons cell as a possible argument.
6758         * nonascii.texi (Splitting Characters)
6759         (Translation of Characters): Don't mention generic characters.
6761         * display.texi (Fontsets): Don't mention generic characters.
6763         * sequences.texi (Char-Tables): `map-char-table' can now call its
6764         argument FUNCTION with a cons cell as KEY.
6766 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
6768         * objects.texi (Primitive Function Type): Move "@cindex special
6769         forms" from here...
6771         * eval.texi (Special Forms): ...to here.
6773         * functions.texi (What Is a Function): `functionp' returns nil for
6774         special forms.  Add an xref.
6776         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6777         Variables".
6779         * variables.texi (Frame-Local Variables): New section.
6780         (Buffer-Local Variables): Add an xref to it.
6781         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6782         have both frame-local and buffer-local binding.
6784         * frames.texi (Frames): Mention multiple tty frames.
6785         (Frame Parameters, Parameter Access): Mention frame-local variable
6786         bindings.
6788 2008-09-20  Glenn Morris  <rgm@gnu.org>
6790         * display.texi (Defining Faces): Recommend against face variables.
6792 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
6794         * display.texi (Echo Area Customization): Fix typo.
6796 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6798         * loading.texi (Where Defined): Add `defface' item.
6800 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
6802         * loading.texi (Where Defined): Fix description of symbol-file.
6804 2008-08-26  Jason Rumney  <jasonr@gnu.org>
6806         * display.texi (TIFF Images): New section describing :index property.
6808 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
6810         * display.texi (Temporary Displays): Remove unnecessary comment
6811         about usage of temp-buffer-show-hook.
6813 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
6815         * symbols.texi (Other Plists): Fix incorrect example.
6816         Suggested by Florian Beck.
6818 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
6820         * os.texi: Fix previous change.
6822 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6824         * os.texi:
6825         * intro.texi:
6826         * files.texi: Remove VMS support.
6828 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6830         * os.texi:
6831         * frames.texi:
6832         * display.texi: Remove mentions of Mac Carbon.
6834 2008-07-01  Miles Bader  <miles@gnu.org>
6836         * text.texi (Special Properties):
6837         * display.texi (Truncation): Add wrap-prefix and line-prefix.
6839 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
6841         * display.texi (Other Image Types): Fix copy/paste error; say
6842         "PBM", not "XBM".
6844 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
6846         * os.texi: Remove references to obsolete systems.
6848 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6850         * makefile.w32-in (distclean): Remove makefile.
6852 2008-06-17  Glenn Morris  <rgm@gnu.org>
6854         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6855         (elisp, dist): Remove rules and variables that are obsolete now
6856         the lisp manual is no longer distributed separately.
6858 2008-06-16  Glenn Morris  <rgm@gnu.org>
6860         * configure, configure.in, mkinstalldirs: Remove unused files.
6862         * book-spine.texinfo: Set version to 23.0.60.
6863         * vol1.texi (EMACSVER):
6864         * vol2.texi (EMACSVER): Set to 23.0.60.
6866         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6867         as per maintain.info.
6869 2008-06-15  Glenn Morris  <rgm@gnu.org>
6871         * makefile.w32-in (manual): Use "23" rather than "21".
6873         * Makefile.in (emacsver): New, set by configure.
6874         (manual): Use emacsver.
6876         * intro.texi: Report bugs using M-x report-emacs-bug.
6878         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6880 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6882         * elisp.texi, internals.texi, processes.texi: Add documentation
6883         about serial port access.
6885 2008-06-05  Miles Bader  <miles@gnu.org>
6887         * display.texi (Displaying Faces): Update to reflect function
6888         renamings in face-remap.el.
6890 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
6892         * display.texi (Fontsets): Fix typos.
6894 2008-06-03  Miles Bader  <miles@gnu.org>
6896         * display.texi (Displaying Faces): Add add-relative-face-remapping,
6897         remove-relative-face-remapping, set-base-face-remapping,
6898         and set-default-base-face-remapping.
6900 2008-06-01  Miles Bader  <miles@gnu.org>
6902         * display.texi (Displaying Faces): Add face-remapping-alist.
6904 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6907         variable names.
6909 2008-05-03  Eric S. Raymond  <esr@golux>
6911         * keymaps.texi: Clarify that (current-local-map) and
6912         (current-global-map) return references, not copies.
6914 2008-05-02  Juri Linkov  <juri@jurta.org>
6916         * minibuf.texi (Text from Minibuffer): Document a list of
6917         default values for `read-from-minibuffer'.
6919 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
6921         * nonascii.texi (Translation of Characters): Fix previous change.
6923 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
6925         * display.texi (Overlay Properties): Clarify role of underlying
6926         textprop and overlay keymaps for display strings.
6928         * keymaps.texi (Active Keymaps): Ditto.
6930 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6932         * minibuf.texi (Programmed Completion):
6933         Replace dynamic-completion-table with the new completion-table-dynamic.
6935 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
6937         * intro.texi (Some Terms): Change "fonts in this manual" index
6938         entry to "typographic conventions".
6940 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
6942         * objects.texi (Text Props and Strings): Add indexing for read
6943         syntax of text properties.
6945 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * processes.texi (Decoding Output): Remove process-filter-multibyte
6948         functions.
6950 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
6952         * display.texi (Finding Overlays): Say that empty overlays at
6953         the end of the buffer are reported too.
6955 2008-03-13  Glenn Morris  <rgm@gnu.org>
6957         * elisp.texi (EMACSVER): Set to 23.0.60.
6959 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
6961         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6963 2008-02-22  Glenn Morris  <rgm@gnu.org>
6965         * frames.texi (Position Parameters): Clarify the description of
6966         `left' and `top', using information from "Geometry".
6967         (Geometry): Give a pointer to "Position Parameters", rather than
6968         repeating information.
6970 2008-02-11  Glenn Morris  <rgm@gnu.org>
6972         * objects.texi (Equality Predicates): No longer talk about "two"
6973         functions.
6975 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6977         * objects.texi (Equality Predicates): Add defun for
6978         equal-including-properties.
6980 2008-02-10  Glenn Morris  <rgm@gnu.org>
6982         * objects.texi (Equality Predicates):
6983         Mention equal-including-properties.
6985 2008-02-07  Richard Stallman  <rms@gnu.org>
6987         * windows.texi (Window Start): Mention the feature of moving
6988         window-start to start of line.
6990 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
6992         * keymaps.texi (Tool Bar): Document rtl property.
6994 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6996         * display.texi (Button Types):
6997         For define-button-type, clarify type of NAME.
6999 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
7001         * buffers.texi (Buffer Modification): Fix typo.
7003 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7005         * os.texi (System Environment): Remove references to OSes that are
7006         not supported anymore.
7008 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7010         * os.texi (System Environment): Remove mention for Masscomp.
7012 2008-01-04  Richard Stallman  <rms@gnu.org>
7014         * display.texi (Faces): Don't talk about internal face vector as arg
7015         to facep.
7017         * customize.texi (Type Keywords): Fix previous change.
7019         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7020         * elisp.texi (Top): Fix menu for commands.texi change.
7022 2007-12-30  Richard Stallman  <rms@gnu.org>
7024         * commands.texi (Accessing Mouse): Rename from Accessing Events.
7025         (Accessing Scroll): New node broken out of Accessing Mouse.
7027 2007-12-28  Richard Stallman  <rms@gnu.org>
7029         * frames.texi (Size Parameters): Fix typo.
7030         (Basic Parameters): For `title', refer to title bar.
7031         (Size and Position): Explain meaning of frame pixel width and height.
7033 2007-12-23  Richard Stallman  <rms@gnu.org>
7035         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7036         Improve some of the commented-out keywords' text too.
7038 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
7040         * nonascii.texi (Encoding and I/O): Reword to avoid saying
7041         "visit the current buffer".
7043         * os.texi (System Interface): Fix typo.
7045 2007-12-04  Richard Stallman  <rms@gnu.org>
7047         * objects.texi (Symbol Type): Fix typo.
7049 2007-12-03  Richard Stallman  <rms@gnu.org>
7051         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7053 2007-12-01  Glenn Morris  <rgm@gnu.org>
7055         * functions.texi (Declaring Functions): Improve previous change.
7057 2007-11-30  Glenn Morris  <rgm@gnu.org>
7059         * functions.texi (Declaring Functions): Add optional fourth
7060         argument of declare-function, and setting third argument to `t'.
7062 2007-11-29  Richard Stallman  <rms@gnu.org>
7064         * customize.texi (Composite Types): Document `group' type.
7066 2007-11-29  Glenn Morris  <rgm@gnu.org>
7068         * functions.texi (Declaring Functions): Add findex.
7069         Mention `external' files.
7071 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
7073         * functions.texi (Declaring Functions): Fix directive.
7075 2007-11-25  Richard Stallman  <rms@gnu.org>
7077         * help.texi (Help Functions): Clean up last change.
7079         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7081         * loading.texi (Named Features): Minor cleanup.
7083         * macros.texi (Eval During Expansion): Minor cleanup.
7085         * variables.texi (Variable Aliases): Minor cleanup.
7087 2007-11-24  Richard Stallman  <rms@gnu.org>
7089         * functions.texi (Declaring Functions): Clarify previous change.
7091         * compile.texi (Compiler Errors): Clarify previous change.
7093 2007-11-24  Richard Stallman  <rms@gnu.org>
7095         * display.texi (Refresh Screen, Forcing Redisplay):
7096         Clarify the text and move items around.
7098 2007-11-24  Glenn Morris  <rgm@gnu.org>
7100         * functions.texi (Declaring Functions): New section.
7101         * compile.texi (Compiler Errors): Mention declaring functions,
7102         defvar with no initvalue, and byte-compile-warnings.
7104 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
7106         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7107         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7109 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
7111         * help.texi (Help Functions): Document new macro `with-help-window'.
7113 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
7115         * searching.texi (Replacing Match): Describe new
7116         `match-substitute-replacement'.
7118 2007-10-31  Richard Stallman  <rms@gnu.org>
7120         * strings.texi (Creating Strings): Null strings from concat not unique.
7122 2007-10-26  Richard Stallman  <rms@gnu.org>
7124         * objects.texi (Equality Predicates): Null strings are uniquified.
7126         * minibuf.texi: Minor clarifications in previous change.
7128 2007-10-25  Glenn Morris  <rgm@gnu.org>
7130         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7132 2007-10-24  Richard Stallman  <rms@gnu.org>
7134         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7136         * variables.texi (Frame-Local Variables): Node deleted.
7137         (Variables): Delete Frame-Local Variables from menu.
7138         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7139         (Default Value): Don't mention frame-local vars.
7141         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7143         * loading.texi (Unloading): Document FEATURE-unload-function
7144         instead of FEATURE-unload-hook.
7146         * frames.texi (Multiple Displays): Don't mention frame-local vars.
7148 2007-10-22  Juri Linkov  <juri@jurta.org>
7150         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7151         (High-Level Completion): Document a list of default value strings
7152         in the DEFAULT argument, for which minibuffer functions return the
7153         first element.
7155 2007-10-17  Juri Linkov  <juri@jurta.org>
7157         * text.texi (Filling): Update arguments of fill-paragraph.
7158         fill-paragraph operates on the active region in Transient Mark mode.
7159         Remove fill-paragraph-or-region.
7161 2007-10-13  Karl Berry  <karl@gnu.org>
7163         * elisp.texi (@dircategory): Move to after @copying,
7164         since we want @copying as close as possible to the beginning of
7165         the output.
7167 2007-10-12  Richard Stallman  <rms@gnu.org>
7169         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7171         * commands.texi (Distinguish Interactive): New node,
7172         broken out from Interactive Call and rewritten.
7173         (Command Loop): Put Distinguish Interactive in menu.
7175 2007-10-09  Richard Stallman  <rms@gnu.org>
7177         * text.texi (Examining Properties): Mention overlay priority.
7179         * display.texi (Display Margins): Correct the description
7180         of margin display specifications.
7181         (Replacing Specs): New subnode broken out of Display Property.
7183 2007-10-06  Juri Linkov  <juri@jurta.org>
7185         * text.texi (Filling): Document fill-paragraph-or-region.
7187 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
7189         * display.texi (Auto Faces): Fix typo.
7191 2007-10-02  Richard Stallman  <rms@gnu.org>
7193         * display.texi (Display Property): Explain some display specs
7194         don't let you move point in.
7196         * frames.texi (Cursor Parameters):
7197         Describe cursor-in-non-selected-windows here.  Explain more values.
7199         * windows.texi (Basic Windows): Don't describe
7200         cursor-in-non-selected-windows here.
7202 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
7204         * processes.texi (Misc Network): Note that these functions are
7205         supported only on some systems.
7207 2007-10-01  Richard Stallman  <rms@gnu.org>
7209         * display.texi (Overlay Properties): Explain nil as priority.
7210         Explain that conflicts are unpredictable if not resolved by
7211         priorities.
7213 2007-09-23  Richard Stallman  <rms@gnu.org>
7215         * macros.texi (Backquote): Minor clarification.
7217 2007-09-19  Richard Stallman  <rms@gnu.org>
7219         * display.texi (Display Property): Explain multiple display specs.
7220         Clarify when they work in parallel and when one overrides.
7221         Fix error in example.
7223 2007-09-06  Glenn Morris  <rgm@gnu.org>
7225         Move from lispref/ to doc/lispref/.  Change all setfilename
7226         commands to use ../../info.
7227         * Makefile.in (infodir): Go up one more level.
7228         (usermanualdir): Change from ../man to ../emacs.
7229         (miscmanualdir): New.
7230         (dist): Use new variable miscmanualdir.
7231         * makefile.w32-in (infodir, texinputdir): Go up one more level.
7232         (usermanualdir): Change from ../man to ../emacs.
7234 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
7236         * commands.texi (Command Loop Info): Advise against changing
7237         most variables described here.  Explain new variable
7238         last-repeatable-command.
7240 2007-08-29  Glenn Morris  <rgm@gnu.org>
7242         * elisp.texi (EMACSVER): Increase to 23.0.50.
7244 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7246         * frames.texi (Basic Parameters): Add display-environment-variable
7247         and term-environment-variable.
7249 2007-08-28  Juri Linkov  <juri@jurta.org>
7251         * display.texi (Image Formats, Other Image Types): Add SVG.
7253 2007-08-28  Juri Linkov  <juri@jurta.org>
7255         * display.texi (Images): Move formats-related text to new node
7256         "Image Formats".
7257         (Image Formats): New node.
7259 2007-08-27  Richard Stallman  <rms@gnu.org>
7261         * windows.texi (Window Configurations): Clarify what
7262         a window configuration saves.
7264 2007-08-25  Richard Stallman  <rms@gnu.org>
7266         * display.texi (Images): Delete redundant @findex.
7268 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * text.texi (Change Hooks): (after|before)-change-functions are no
7271         longer bound to nil while running; rather inhibit-modification-hooks
7272         is t.
7274 2007-08-16  Richard Stallman  <rms@gnu.org>
7276         * processes.texi (Asynchronous Processes):
7277         Clarify doc of start-file-process.
7279 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7281         * modes.texi (Example Major Modes): Fix typo.
7283 2007-08-08  Glenn Morris  <rgm@gnu.org>
7285         * intro.texi (nil and t): Do not use `iff' in documentation.
7287         * tips.texi (Documentation Tips): Recommend against `iff'.
7289 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7291         * display.texi (Image Cache): Document image-refresh.
7293 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7295         * windows.texi (Size of Window): Document window-full-width-p.
7297 2007-07-25  Glenn Morris  <rgm@gnu.org>
7299         * gpl.texi (GPL): Replace license with GPLv3.
7301         * Relicense all FSF files to GPLv3 or later.
7303 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
7305         * processes.texi (Synchronous Processes):
7306         Add `process-file-shell-command'.
7307         (Asynchronous Processes): Mention restricted use of
7308         `process-filter' and `process-sentinel' in
7309         `start-file-process'.  Add `start-file-process-shell-command'.
7311 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
7313         * files.texi (Magic File Names): Introduce optional parameter
7314         IDENTIFICATION for `file-remote-p'.
7316 2007-07-16  Richard Stallman  <rms@gnu.org>
7318         * display.texi (Defining Faces): Fix previous change.
7320 2007-07-14  Richard Stallman  <rms@gnu.org>
7322         * control.texi (Handling Errors): Document `debug' in handler list.
7324 2007-07-10  Richard Stallman  <rms@gnu.org>
7326         * display.texi (Defining Faces): Explain C-M-x feature for defface.
7328 2007-07-09  Richard Stallman  <rms@gnu.org>
7330         * files.texi (Magic File Names): Rewrite previous change.
7332 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
7334         * files.texi (Magic File Names): Introduce optional parameter
7335         CONNECTED for `file-remote-p'.
7337 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
7339         * processes.texi (Asynchronous Processes):
7340         * files.texi (Magic File Names): Add `start-file-process'.
7342 2007-06-27  Richard Stallman  <rms@gnu.org>
7344         * files.texi (Format Conversion Piecemeal):
7345         Clarify `after-insert-file-functions' calling convention.
7347 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
7349         * files.texi (Magic File Names): Remove `dired-call-process'.
7350         Add `process-file'.
7352 2007-06-27  Kenichi Handa  <handa@m17n.org>
7354         * text.texi (Special Properties): Fix description about
7355         `composition' property.
7357 2007-06-26  Kenichi Handa  <handa@m17n.org>
7359         * nonascii.texi (Default Coding Systems): Document about the
7360         return value `undecided'.
7362 2007-06-25  David Kastrup  <dak@gnu.org>
7364         * keymaps.texi (Active Keymaps): Document new POSITION argument of
7365         `current-active-maps'.
7367 2007-06-24  Karl Berry  <karl@gnu.org>
7369         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7371 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
7373         * display.texi (Overlay Arrow): Doc fix.
7375 2007-06-14  Karl Berry  <karl@tug.org>
7377         * anti.texi (Antinews): Typo.
7379 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
7381         * display.texi (Image Cache): Document image-refresh.
7383 2007-06-12  Karl Berry  <karl@gnu.org>
7385         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7386         * two-volume.make: New file.
7387         * .cvsignore: Ignore two-volume files.
7389 2007-06-12  Tom Tromey  <tromey@redhat.com>
7391         * os.texi (Init File): Document user-emacs-directory.
7393 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
7395         * commands.texi (Click Events): Describe width and height when
7396         object is nil.
7398 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
7400         * commands.texi (Click Events): Layout more logically.
7401         Describe width and height.
7402         (Drag Events, Motion Events): Update to new format for position.
7404 2007-06-02  Richard Stallman  <rms@gnu.org>
7406         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7408 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7410         * Version 22.1 released.
7412 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * text.texi (Special Properties): Correct meaning of fontified face.
7416 2007-05-30  Richard Stallman  <rms@gnu.org>
7418         * text.texi (Special Properties): Add link to Adjusting Point.
7420 2007-05-12  Richard Stallman  <rms@gnu.org>
7422         * text.texi (Margins): indent-to-left-margin is not the default.
7423         (Mode-Specific Indent): For indent-line-function, the default
7424         is indent-relative.
7426         * modes.texi (Example Major Modes): Explain last line of text-mode
7427         is redundant.
7429 2007-05-10  Richard Stallman  <rms@gnu.org>
7431         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7433         * help.texi (Keys in Documentation): Add reference to
7434         Documentation Tips.
7436         * files.texi (Format Conversion): TO-FN gets three arguments.
7438         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7440 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
7442         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7443         * files.texi (Format Conversion): Expand intro; add menu.
7444         (Format Conversion Overview, Format Conversion Round-Trip)
7445         (Format Conversion Piecemeal): New nodes/subsections.
7446         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7447         * text.texi (Text Properties): Remove "Saving Properties" from menu.
7448         (Saving Properties): Delete node/subsection.
7450 2007-05-07  Karl Berry  <karl@gnu.org>
7452         * elisp.texi (EMACSVER): Back to 22.
7454 2007-05-06  Richard Stallman  <rms@gnu.org>
7456         * processes.texi (Accepting Output): Revert most of previous change.
7458 2007-05-05  Richard Stallman  <rms@gnu.org>
7460         * processes.texi (Accepting Output): accept-process-output
7461         uses microseconds, not milliseconds.  But that arg is obsolete.
7463 2007-05-04  Karl Berry  <karl@tug.org>
7465         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7467 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
7469         * tips.texi (Documentation Tips): Rearrange items to place the
7470         more important ones first.  Add an index entry for hyperlinks.
7472 2007-05-03  Karl Berry  <karl@gnu.org>
7474         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7475         (EMACSVER) [smallbook]: 22 for printed version.
7477         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7478         so restore anchor to normal position after defun.  Found by Kevin Ryde.
7480 2007-04-26  Glenn Morris  <rgm@gnu.org>
7482         * elisp.texi (EMACSVER): Increase to 22.1.50.
7484 2007-04-28  Karl Berry  <karl@gnu.org>
7486         * elisp.texi: Improve line breaks on copyright page,
7487         similar layout to emacs manual, 8.5x11 by default.
7489 2007-04-24  Richard Stallman  <rms@gnu.org>
7491         * text.texi (Special Properties): Add xref to Overlay Properties.
7493         * display.texi (Overlay Properties): Add xref to Special Properties.
7495 2007-04-22  Richard Stallman  <rms@gnu.org>
7497         * keymaps.texi (Extended Menu Items): Move the info about
7498         format with cached keyboard binding.
7500 2007-04-21  Richard Stallman  <rms@gnu.org>
7502         * text.texi (Special Properties): Clarify previous change.
7504         * files.texi (File Name Expansion): Clarify previous change.
7506         * display.texi (Attribute Functions): Fix example for
7507         face-attribute-relative-p.
7509 2007-04-19  Kenichi Handa  <handa@m17n.org>
7511         * text.texi (Special Properties): Document composition property.
7513 2007-04-19  Glenn Morris  <rgm@gnu.org>
7515         * files.texi (File Name Expansion): Mention "superroot".
7517 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
7519         * frames.texi (Multiple Displays): Add note about "multi-monitor"
7520         setups.
7521         (Display Feature Testing): Note that display refers to all
7522         physical monitors for multi-monitor setups.
7524 2007-04-14  Richard Stallman  <rms@gnu.org>
7526         * lists.texi (Sets And Lists): Clarify `delete' examples.
7527         Remove spurious xref to same node.
7528         Clarify xref for add-to-list.
7530 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
7532         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7533         value of lisp-mode-map.
7535 2007-04-11  Karl Berry  <karl@gnu.org>
7537         * anti.texi (Antinews):
7538         * display.texi (Overlay Properties, Defining Images):
7539         * processes.texi (Synchronous Processes, Sentinels):
7540         * syntax.texi (Syntax Table Internals):
7541         * searching.texi (Regexp Special):
7542         * nonascii.texi (Default Coding Systems):
7543         * text.texi (Special Properties):
7544         * minibuf.texi (Basic Completion): Wording to improve breaks in
7545         8.5x11 format.
7546         * elisp.texi (smallbook): New @set to more easily switch between
7547         smallbook and 8.5x11.
7549 2007-04-11  Richard Stallman  <rms@gnu.org>
7551         * text.texi (Lazy Properties): Minor fix.
7553 2007-04-08  Karl Berry  <karl@gnu.org>
7555         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7556         * macros.texi (Backquote): Downcase Backquote in index entries for
7557         consistency.
7559 2007-04-08  Richard Stallman  <rms@gnu.org>
7561         * text.texi (Adaptive Fill): Just describe default,
7562         don't show it (since it contains non-ASCII chars).
7564 2007-04-07  Karl Berry  <karl@gnu.org>
7566         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7567         adaptive-fill-regexp's value, since they are not in the standard
7568         TeX fonts.
7570 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
7572         * display.texi (Defining Faces): Fix example.
7574 2007-04-07  Karl Berry  <karl@gnu.org>
7576         * display.texi (Button Buffer Commands): Improve page break.
7578 2007-04-07  Richard Stallman  <rms@gnu.org>
7580         * advice.texi (Activation of Advice): Remove redundant index entry.
7582         * backups.texi: Improve index entries.  Remove redundant ones.
7584         * compile.texi (Byte Compilation): Improve index entry.
7586         * hash.texi (Creating Hash): Improve index entry.
7588         * symbols.texi (Definitions): Improve index entry.
7590         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
7592         * maps.texi (Standard Keymaps): Remove useless index entry.
7594         * help.texi (Documentation Basics): Remove redundant index entries.
7596         * customize.texi: Improve index entries.
7597         Remove redundant/useless ones.
7599         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7601         * streams.texi (Output Variables): Improve index entry.
7603         * abbrevs.texi (Abbrevs): Remove useless index entry.
7605         * macros.texi (Expansion): Remove useless index entry.
7607         * text.texi: Improve index entries.  Remove redundant/useless ones.
7608         (Text Properties, Examining Properties)
7609         (Special Properties): Use "property category" instead of "category"
7610         to refer to the `category' property.
7612         * positions.texi: Improve index entries.  Remove useless one.
7614         * lists.texi: Improve index entries.  Remove redundant/useless ones.
7616         * os.texi: Improve index entries.
7617         (Timers): Fix previous change.
7619         * buffers.texi: Improve index entries.
7620         (Modification Time): Get rid of term "obsolete buffer".
7622         * debugging.texi: Improve index entries.
7623         (Test Coverage): Add xref to other test coverage ftr.
7625         * eval.texi: Improve index entry.  Remove redundant ones.
7627         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
7629         * files.texi: Improve index entries.  Remove redundant/useless ones.
7631         * objects.texi: Improve index entries.
7633         * processes.texi: Improve index entries.
7635         * modes.texi: Improve index entry.  Remove redundant one.
7637         * nonascii.texi: Improve index entries.
7639         * internals.texi: Improve index entries.
7641         * syntax.texi: Improve index entries.
7643         * keymaps.texi (Active Keymaps): Improve index entries.
7645         * commands.texi: Improve index entries.  Remove redundant/useless ones.
7647         * frames.texi: Improve index entries.  Remove redundant/useless ones.
7649         * markers.texi: Improve index entries.  Remove redundant ones.
7651         * tips.texi: Improve index entries.
7653         * loading.texi (Unloading): Improve index entry.
7655         * variables.texi: Improve index entries.  Remove redundant one.
7657         * sequences.texi: Improve index entry.
7659         * display.texi: Improve index entries.  Remove redundant ones.
7661         * windows.texi: Improve index entries.
7663         * searching.texi: Improve index entries.  Remove redundant one.
7665         * strings.texi (Case Tables): Improve last change.
7667 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
7669         * strings.texi (Case Tables): Document with-case-table and
7670         ascii-case-table.
7672 2007-04-03  Karl Berry  <karl@gnu.org>
7674         * processes.texi (Network): Reword to improve page break.
7676 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
7678         * functions.texi (Inline Functions): Describe more disadvantages
7679         of defsubst, and make advice against it stronger.
7681 2007-04-02  Karl Berry  <karl@gnu.org>
7683         * backups.texi (Backup Names): Avoid widow words.
7684         * modes.texi (Example Major Modes): Align last comment.
7686 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
7688         * keymaps.texi (Remapping Commands): Document new arg to
7689         command-remapping.
7691 2007-04-01  Karl Berry  <karl@gnu.org>
7693         * processes.texi (Low-Level Network): Typo.
7694         * loading.texi (Hooks for Loading): Avoid double "the".
7695         * keymaps.texi (Key Sequences): No double "and".
7696         (Changing Key Bindings): Shorten to improve line break.
7698 2007-03-31  Glenn Morris  <rgm@gnu.org>
7700         * os.texi (Timers): Fix description of run-at-time TIME formats.
7702 2007-03-31  Richard Stallman  <rms@gnu.org>
7704         * display.texi (Invisible Text): Correct buffer-invisibility-spec
7705         regarding ellipsis.
7707 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
7709         * intro.texi (nil and t):
7710         * symbols.texi (Plists and Alists):
7711         * variables.texi (Variable Aliases, Constant Variables):
7712         * functions.texi (Defining Functions):
7713         * advice.texi (Advising Primitives):
7714         * debugging.texi (Syntax Errors, Compilation Errors):
7715         * minibuf.texi (Minibuffer Windows):
7716         * commands.texi (Adjusting Point):
7717         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7718         (Auto Major Mode, Major Mode Conventions):
7719         * help.texi (Describing Characters):
7720         * files.texi (Create/Delete Dirs, Information about Files)
7721         (File Locks, Writing to Files, Reading from Files)
7722         (Saving Buffers):
7723         * windows.texi (Resizing Windows, Cyclic Window Ordering):
7724         * frames.texi (Finding All Frames):
7725         * positions.texi (Buffer End, Motion):
7726         * markers.texi (The Region):
7727         * text.texi (Deletion, Near Point):
7728         * display.texi (Displaying Messages, Truncation):
7729         * os.texi (Processor Run Time):
7730         * tips.texi (Key Binding Conventions, Programming Tips)
7731         (Warning Tips, Documentation Tips, Comment Tips):
7732         * internals.texi (Memory Usage): Improve indexing.
7734         * variables.texi (Frame-Local Variables):
7735         * functions.texi (Argument List):
7736         * loading.texi (Library Search):
7737         * streams.texi (Output Variables):
7738         * keymaps.texi (Translation Keymaps, Searching Keymaps):
7739         * searching.texi (Replacing Match, Search and Replace):
7740         * processes.texi (Byte Packing, Decoding Output)
7741         (Accepting Output, Network Servers, Shell Arguments):
7742         * display.texi (Abstract Display, Image Cache, Scroll Bars):
7743         * windows.texi (Window Point, Window Start):
7744         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7745         * commands.texi (Reading Input, Keyboard Events):
7746         * minibuf.texi (Reading File Names, Minibuffer Completion)
7747         (Recursive Mini):
7748         * positions.texi (List Motion):
7749         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7750         * numbers.texi (Arithmetic Operations, Math Functions)
7751         (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7752         * locals.texi (Standard Buffer-Local Variables):
7753         * maps.texi (Standard Keymaps):
7754         * os.texi (User Identification, System Environment, Recording Input)
7755         (X11 Keysyms):
7756         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7757         * backups.texi (Backups and Auto-Saving):
7758         * customize.texi (Customization, Group Definitions)
7759         (Variable Definitions):
7760         * compile.texi (Byte Compilation): Improve index entries.
7762 2007-03-31  Karl Berry  <karl@gnu.org>
7764         * macros.texi (Defining Macros): Avoid widow syllable.
7766 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
7768         * elisp.texi (Top): Postscript -> PostScript.
7770         * display.texi (Images, Postscript Images): Postscript -> PostScript.
7772 2007-03-31  Markus Triska  <markus.triska@gmx.at>
7774         * internals.texi (Writing Emacs Primitives): Untabify `For'.
7776 2007-03-30  Karl Berry  <karl@gnu.org>
7778         * lists.texi (List-related Predicates): Remove spurious @need.
7779         (Setcdr): Use @smallexample to improve page break.
7780         (Association Lists) <assoc>: Reword to improve page break.
7782         * strings.texi (String Conversion): Insert blank line to improve
7783         page break.
7785         * numbers.texi (Random Numbers): Use @minus{}.
7786         (Math Functions): Use @minus{}.
7788         * intro.texi (Acknowledgements): Avoid line breaks before middle
7789         initials.
7791 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
7793         * errors.texi (Standard Errors): Add an index entry.
7795 2007-03-19  Richard Stallman  <rms@gnu.org>
7797         * os.texi (Recording Input): recent-keys now gives 300 keys.
7799 2007-03-12  Glenn Morris  <rgm@gnu.org>
7801         * os.texi: Replace "daylight savings" with "daylight saving"
7802         throughout.
7804 2007-03-05  Richard Stallman  <rms@gnu.org>
7806         * variables.texi (File Local Variables):
7807         Update enable-local-variables values.
7809 2007-03-04  Richard Stallman  <rms@gnu.org>
7811         * syntax.texi (Control Parsing): Minor clarification.
7813         * strings.texi (Formatting Strings): Clarify width, precision, flags.
7815         * sequences.texi (Sequence Functions): Move string-bytes away,
7816         add xref.
7818         * nonascii.texi (Text Representations): Move string-bytes here.
7820         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7822         * minibuf.texi (Basic Completion): Minor clarification.
7824         * markers.texi (The Mark): Clarify existence vs activation of mark.
7825         Other cleanup.
7827         * display.texi (Finding Overlays): Write better example.
7829         * compile.texi (Eval During Compile): Clarify putting macros
7830         in eval-when-compile.
7832 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
7834         * loading.texi (How Programs Do Loading): Fix anchor position at
7835         load-read-function definition doc.
7837 2007-02-21  Kim F. Storm  <storm@cua.dk>
7839         * strings.texi (Text Comparison): Mention that assoc-string
7840         converts symbols to strings before testing.
7842 2007-02-17  Kim F. Storm  <storm@cua.dk>
7844         * processes.texi (Bindat Spec): Vector types can have optional
7845         element type.
7846         (Bindat Examples): Fix example.  Add vector with element type.
7848 2007-02-16  Andreas Schwab  <schwab@suse.de>
7850         * strings.texi (Formatting Strings): Document '+' flag.
7852 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
7854         * strings.texi (Modifying Strings): Clarify that `clear-string'
7855         always converts the string to unibyte.
7857 2007-02-14  Kim F. Storm  <storm@cua.dk>
7859         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7860         Rewrite glyph code description to refer to these functions.
7861         Remove details of encoding face number and char into integer code.
7863 2007-02-03  Alan Mackenzie  <acm@muc.de>
7865         * loading.texi (Hooks for Loading): Make the description of
7866         `eval-after-load' more detailed, and amend the description of
7867         after-load-alist, in accordance with changes from 2006-05.
7869 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7871         * modes.texi (Defining Minor Modes): Document that a :require
7872         keyword or similar may be required to make saved customization
7873         variables work.
7875 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
7877         * elisp.texi (Top): Make the detailed menu headers compliant with
7878         Texinfo guidelines and with what texnfo-upd.el expects.
7879         Add comments to prevent people from inadvertently modifying the key
7880         parts needed by `texinfo-multiple-files-update'.
7882 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7884         * elisp.texi (Top): Update the top-level menus.
7886         * syntax.texi (Categories): Add index entries.
7888 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7890         * display.texi (Attribute Functions): Fix name and description of
7891         the UNDERLINE arg of `set-face-underline-p'.
7893 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
7895         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7896         Variables", and "Standard Keymaps" to the detailed menu.
7898         * variables.texi (Future Local Variables): Add index entry.
7900 2007-01-28  Richard Stallman  <rms@gnu.org>
7902         * tips.texi (Coding Conventions): Clarify the tip about macros
7903         that define a function or a variable.
7905         * files.texi (File Attributes): UID and GID can be floats.
7906         (Magic File Names): Explain why deferring all operations to
7907         the standard handler does not work.
7909 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
7911         * backups.texi (Reverting): Use "buffer" instead of "file"
7912         when talking about major and minor modes.
7914 2007-01-21  Richard Stallman  <rms@gnu.org>
7916         * help.texi (Documentation): Add xref to Documentation Tips.
7918 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
7920         * tips.texi (Coding Conventions): Fix typos.
7922 2007-01-05  Richard Stallman  <rms@gnu.org>
7924         * modes.texi (Defining Minor Modes): Fix previous change.
7926 2007-01-03  Richard Stallman  <rms@gnu.org>
7928         * customize.texi (Variable Definitions, Customization Types):
7929         Don't use * in doc string for defcustom.
7931 2007-01-02  Richard Stallman  <rms@gnu.org>
7933         * variables.texi (Variable Aliases): Clarify that aliases vars
7934         always have the same value.
7936         * processes.texi (Bindat Spec): Fix Texinfo usage.
7938         * modes.texi (Defining Minor Modes): Explain effect of command
7939         defined with define-global-minor-mode on new buffers.
7941 2006-12-30  Kim F. Storm  <storm@cua.dk>
7943         * keymaps.texi (Tool Bar): Describe `grow-only' value of
7944         `auto-resize-tool-bars'.
7946 2006-12-30  Richard Stallman  <rms@gnu.org>
7948         * keymaps.texi (Active Keymaps): Fix previous change.
7950 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
7952         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7954 2006-12-30  Kim F. Storm  <storm@cua.dk>
7956         * processes.texi (Bindat Spec): Clarify using field names in
7957         length specifications.
7959 2006-12-29  Kim F. Storm  <storm@cua.dk>
7961         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7962         Add count and index variables for eval forms in repeat blocks.
7964 2006-12-24  Richard Stallman  <rms@gnu.org>
7966         * customize.texi (Variable Definitions):
7967         Document new name custom-add-frequent-value.
7969 2006-12-19  Kim F. Storm  <storm@cua.dk>
7971         * commands.texi (Misc Events): User signals now result in sigusr1
7972         and sigusr2 events which are handled through special-event-map.
7973         (Special Events): User signals and drag-n-drop are special.
7975 2006-12-17  Richard Stallman  <rms@gnu.org>
7977         * loading.texi (Named Features): Explain subfeatures better.
7979         * customize.texi: Use "option" only for user options.
7980         For the keyword values inside defcustom etc, say "keywords".
7981         For :options value's elements, say "elements".
7982         :group should not be omitted.
7984         * syntax.texi (Parsing Expressions): Split up node.
7985         (Motion via Parsing, Position Parse, Parser State)
7986         (Low-Level Parsing, Control Parsing): New subnodes.
7987         (Parser State): Document syntax-ppss-toplevel-pos.
7989         * positions.texi (List Motion): Punctuation fix.
7991         * files.texi (File Name Completion): Document PREDICATE arg
7992         to file-name-completion.
7994 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
7996         * internals.texi (Building Emacs, Writing Emacs Primitives):
7997         Add index entries.
7999 2006-12-11  Richard Stallman  <rms@gnu.org>
8001         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8002         affects face menu.  Explain how to make it non-nil without enabling
8003         any fontification.
8005 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8007         * modes.texi (Font Lock Basics): Document nil value of
8008         font-lock-defaults.
8010 2006-12-10  Glenn Morris  <rgm@gnu.org>
8012         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8013         value for system-flag argument.  Abbrev tables may not be empty
8014         when major modes are loaded.
8016 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8018         * makefile.w32-in (maintainer-clean): Partially revert last
8019         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8020         to protect elisp-covers.texi.
8022 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
8024         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8025         Don't remove elisp* info files; they are already deleted by the
8026         `clean' and `distclean' targets, and they are in the $(infodir)
8027         directory, not the current one.
8029 2006-12-04  Kim F. Storm  <storm@cua.dk>
8031         * commands.texi (Misc Events): Update signal events.
8032         (Event Examples): Add signal example.
8034 2006-11-29  Richard Stallman  <rms@gnu.org>
8036         * frames.texi (Visibility of Frames): Explain visible windows
8037         can be covered by others.  Add xref for raise-frame.
8039 2006-11-28  Richard Stallman  <rms@gnu.org>
8041         * searching.texi (Regexp Special): Update when ^ is special.
8043 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
8045         * customize.texi (Customization, Common Keywords)
8046         (Group Definitions, Variable Definitions, Composite Types)
8047         (Type Keywords, Customization Types): Add index entries for
8048         various customization keywords.
8050 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8054 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
8056         * frames.texi (Window System Selections): Remove clipboard from
8057         description of selection-coding-system.
8059 2006-11-06  Richard Stallman  <rms@gnu.org>
8061         * lists.texi (List Variables): Document COMPARE-FN.
8063         * keymaps.texi: Avoid use of "binding" to mean a relation;
8064         use it only to refer to the meaning associated with a key.
8065         (Keymaps): Change menu node description.
8067         * elisp.texi (Top): Change menu node description.
8069         * display.texi (Managing Overlays): Document overlay-recenter.
8071 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
8073         * Makefile.in: Use relative paths to avoid advertising filesystem
8074         contents during compilation.
8076 2006-10-23  Kim F. Storm  <storm@cua.dk>
8078         * commands.texi (Event Input Misc): Update unread-command-events.
8080 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
8082         * lists.texi (Sets And Lists): Fix typos.
8084 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8086         * control.texi (Processing of Errors): Use @var for an argument,
8087         not @code.
8089 2006-10-16  Richard Stallman  <rms@gnu.org>
8091         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8093         * keymaps.texi (Format of Keymaps): Show all the keymap element
8094         patterns that result from menu items.
8095         (Key Lookup): Minor cleanups.
8097         * modes.texi (Precalculated Fontification): Don't say that
8098         not setting font-lock-defaults avoids loading font-lock.
8100         * help.texi (Documentation): Move xref to Emacs Manual here.
8101         (Documentation Basics): From here.
8102         Also doc emacs-lisp-docstring-fill-column.
8104         * elisp.texi: Update version and ISBN.
8106         * commands.texi (Interactive Call): Clarify KEYS arg to
8107         call-interactively is a vector.
8108         (Command Loop Info): Delete anchor in this-command-keys.
8109         Add anchor in this-command-keys-vector.
8110         (Recursive Editing): Document how recursive-edit
8111         handles the current buffer.
8113 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
8115         * frames.texi (Frame Titles): %c and %l are ignored in
8116         frame-title-format.
8118 2006-10-11  Richard Stallman  <rms@gnu.org>
8120         * keymaps.texi (Key Sequences): Clarify use of kbd.
8122 2006-10-10  Kim F. Storm  <storm@cua.dk>
8124         * lists.texi (Sets And Lists): Add memql.
8126 2006-10-03  Richard Stallman  <rms@gnu.org>
8128         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8129         Clarify :ascii: and :nonascii:.
8131 2006-09-29  Juri Linkov  <juri@jurta.org>
8133         * modes.texi (%-Constructs): Reorder coding systems in the
8134         documentation of %z to the real order displayed in the modeline.
8136 2006-09-25  Richard Stallman  <rms@gnu.org>
8138         * os.texi (Timers): Describe timer-max-repeats.
8140 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8142         * os.texi (Timers): Mention with-local-quit.
8144 2006-09-24  Richard Stallman  <rms@gnu.org>
8146         * searching.texi (Searching and Matching): Mention property search.
8148         * commands.texi (Command Loop Info): Explain how read-event affects
8149         this-command-keys.
8151 2006-09-20  Richard Stallman  <rms@gnu.org>
8153         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8155         * windows.texi (Window Start): Minor cleanups.
8157 2006-09-20  Kim F. Storm  <storm@cua.dk>
8159         * windows.texi (Window Start): pos-visible-in-window-p allows
8160         specifying t for position to mean "end of window".
8161         Add window-line-height.
8163         * anti.texi (Antinews): Mention window-line-height.
8165 2006-09-19  David Kastrup  <dak@gnu.org>
8167         * keymaps.texi (Searching Keymaps): Small clarification.
8169 2006-09-18  Richard Stallman  <rms@gnu.org>
8171         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8172         cause keyboard menus.
8173         (Menu Keymaps): Likewise.
8174         (Defining Menus, Keyboard Menus): Clarify.
8176         * text.texi (Fields): Clarify explanation of constrain-to-field.
8178 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8180         * variables.texi (Tips for Defining): Fix a typo.
8182 2006-09-15  Richard Stallman  <rms@gnu.org>
8184         * keymaps.texi (Remapping Commands, Searching Keymaps)
8185         (Active Keymaps): Clean up previous change.
8187 2006-09-15  Jay Belanger  <belanger@truman.edu>
8189         * gpl.texi: Replace "Library Public License" by "Lesser Public
8190         License" throughout.
8192 2006-09-15  David Kastrup  <dak@gnu.org>
8194         * keymaps.texi (Active Keymaps): Adapt description to use
8195         `get-char-property' instead `get-text-property'.  Explain how
8196         mouse events change this.  Explain the new optional argument of
8197         `key-binding' and its mouse-dependent lookup.
8198         (Searching Keymaps): Adapt description similarly.
8199         (Remapping Commands): Explain the new optional argument of
8200         `command-remapping'.
8202 2006-09-14  Richard Stallman  <rms@gnu.org>
8204         * keymaps.texi (Searching Keymaps): Clarification.
8205         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8207 2006-09-13  Richard Stallman  <rms@gnu.org>
8209         * objects.texi (Character Type): Node split.
8210         Add xref to Describing Characters.
8211         (Basic Char Syntax, General Escape Syntax)
8212         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8214 2006-09-11  Richard Stallman  <rms@gnu.org>
8216         * display.texi (Display Table Format): Wording clarification.
8217         (Glyphs): Clarifications.
8219 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
8221         * keymaps.texi (Active Keymaps): Mention that key-binding checks
8222         local maps.
8224 2006-09-10  Kim F. Storm  <storm@cua.dk>
8226         * display.texi (Forcing Redisplay): Document return value of
8227         function redisplay.
8229 2006-09-09  Richard Stallman  <rms@gnu.org>
8231         * windows.texi (Window Hooks): Explain limits of
8232         window-scroll-functions.
8234         * display.texi (Fringe Indicators): Update for last change in
8235         indicate-buffer-boundaries.
8237 2006-09-08  Richard Stallman  <rms@gnu.org>
8239         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8241 2006-09-06  Kim F. Storm  <storm@cua.dk>
8243         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8245         * windows.texi (Window Start): Update pos-visible-in-window-p.
8247 2006-09-04  Richard Stallman  <rms@gnu.org>
8249         * processes.texi (Accepting Output): Explain SECONDS=0 for
8250         accept-process-output.
8252         * os.texi (Idle Timers): Explain why timer functions should not
8253         loop until (input-pending-p).
8255 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
8257         * makefile.w32-in (usermanualdir): New variable.
8258         (elisp.dvi): Use it.
8260 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
8262         * buffers.texi (Buffer Modification): Fix last change.
8264 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8266         * buffers.texi (Buffer Modification):
8267         Document buffer-chars-modified-tick.
8269 2006-08-31  Richard Stallman  <rms@gnu.org>
8271         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8273 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
8275         * modes.texi (Syntactic Font Lock):
8276         Mention font-lock-syntactic-face-function
8277         instead of specific faces.
8279 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8281         * display.texi (Images): Add xrref to display-images-p.
8283 2006-08-28  Kenichi Handa  <handa@m17n.org>
8285         * nonascii.texi (Lisp and Coding Systems): Fix description of
8286         detect-coding-region.
8288 2006-08-27  Michael Olson  <mwolson@gnu.org>
8290         * processes.texi (Transaction Queues): Remove stray quote
8291         character.
8293 2006-08-25  Richard Stallman  <rms@gnu.org>
8295         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8296         Add xref.
8298 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8300         * os.texi (Timers): Avoid waiting inside timers.
8302 2006-08-21  Lute Kamstra  <lute@gnu.org>
8304         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8306 2006-08-20  Richard Stallman  <rms@gnu.org>
8308         * os.texi (Idle Timers): New node, split out from Timers.
8309         Document current-idle-time.
8310         * commands.texi (Reading One Event): Update xref.
8311         * elisp.texi (Top): Update subnode menu.
8313 2006-08-16  Richard Stallman  <rms@gnu.org>
8315         * keymaps.texi (Extended Menu Items): Show format of cached
8316         bindings in extended menu items.
8318         * customize.texi (Variable Definitions): Explain when the
8319         standard value expression is evaluated.
8321 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
8323         * commands.texi (Reading One Event): Explain idleness in
8324         `read-event'.
8326 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
8328         * text.texi (Near Point): Say "cursor" not "terminal cursor".
8329         (Commands for Insertion): Remove split-line since it's not
8330         relevant for Lisp programming.
8331         (Yank Commands): Rewrite introduction.
8332         (Undo): Clarify.
8333         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
8334         (Filling): Remove redundant comment.  Clarify return value of
8335         current-justification.
8336         (Margins): Minor clarifications.
8337         (Adaptive Fill): Update default value of adaptive-fill-regexp.
8338         (Sorting): Update definition of sort-lines.
8339         (Columns): Clarify behavior of sort-columns.
8340         (Indent Tabs): Link to Tab Stops in Emacs manual.
8341         (Special Properties): Clarify.
8342         (Clickable Text): Mention Buttons package.
8344 2006-08-12  Kevin Ryde  <user42@zip.com.au>
8346         * os.texi (Time Parsing): Add %z to description of
8347         format-time-string, as per docstring.  Add cross reference to
8348         glibc manual for strftime.
8350 2006-08-08  Richard Stallman  <rms@gnu.org>
8352         * modes.texi: Clean up wording in previous change.
8354 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
8356         * modes.texi (Hooks): Clarify.
8357         (Major Mode Basics): Mention define-derived-mode explicitly.
8358         (Major Mode Conventions): Rebinding RET is OK for some modes.
8359         Mention change-major-mode-hook and after-change-major-mode-hook.
8360         (Example Major Modes): Move to end of Modes section.
8361         (Mode Line Basics): Clarify.
8362         (Mode Line Data): Mention help-echo and local-map in strings.
8363         Explain reason for treatment of non-risky variables.
8364         (Properties in Mode): Clarify.
8365         (Faces for Font Lock): Add font-lock-negation-char-face.
8367 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
8369         * strings.texi (Formatting Strings): Warn against arbitrary
8370         strings as first arg to `format'.
8372 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
8374         * text.texi (Clickable Text): Mention `help-echo' text property.
8375         Update intro, examples and associated explanations.
8377 2006-07-31  Richard Stallman  <rms@gnu.org>
8379         * commands.texi: Update xrefs.
8380         (Event Mod): New node, cut out from old Translating Input.
8382         * maps.texi: Update xrefs.
8384         * keymaps.texi (Translation Keymaps): New node.
8385         Update xrefs from Translating Input to Translation Keymaps.
8387         * elisp.texi (Top): Update subnode menu.
8389         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8391         * os.texi (System Interface): Fix menu descriptions of some nodes.
8392         (Translating Input): Node deleted.
8394 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
8396         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8398         * lists.texi (Sets And Lists): Likewise.
8400 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
8402         * text.texi (Fields): Mention POS
8403         requirement when narrowing is in effect.
8405 2006-07-28  Richard Stallman  <rms@gnu.org>
8407         * display.texi (Face Attributes): Simplify wording.
8408         (Attribute Functions): Clarify meaning of new-frame default
8409         attribute settings.
8411         * customize.texi (Common Keywords): Document how to use
8412         :package-version in a package not in Emacs.
8414 2006-07-28  Kim F. Storm  <storm@cua.dk>
8416         * commands.texi (Reading One Event): Fix last change.
8418 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8420         * commands.texi (Reading One Event): Document SECONDS argument for
8421         read-event, read-char, and read-char-exclusive.
8423 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8425         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8426         to ensure correct identification.
8428 2006-07-24  Richard Stallman  <rms@gnu.org>
8430         * text.texi (Clickable Text): Clarify.
8432         * sequences.texi (Vector Functions): Delete duplicate xref.
8434         * objects.texi (Function Type): Clarify.
8436         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8437         modes.
8439         * lists.texi (List Variables): New node.
8440         Material moved from other nodes.
8442         * variables.texi (Setting Variables): add-to-list and
8443         add-to-ordered-list moved to List Variables node.
8445 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
8447         * text.texi (Links and Mouse-1):
8448         For mouse-on-link-p, expand on arg POS.
8450 2006-07-21  Kim F. Storm  <storm@cua.dk>
8452         * display.texi (Forcing Redisplay): Don't mention systems which
8453         don't support sub-second timers for redisplay-preemption-period.
8455         * os.texi (Terminal Output): Clarify text vs graphical terminal.
8457 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8459         * frames.texi (Input Focus): Document that focus-follows-mouse has
8460         no effect on MS-Windows.
8462 2006-07-18  Richard Stallman  <rms@gnu.org>
8464         * display.texi (Forcing Redisplay): Cleanups in previous change.
8466         * processes.texi (Low-Level Network): Make menu more convenient.
8468 2006-07-18  Kim F. Storm  <storm@cua.dk>
8470         * display.texi (Forcing Redisplay): redisplay-preemption-period
8471         only used on window systems.  Add xref to Terminal Output.
8473         * os.texi (Terminal Output): baud-rate only controls preemption on
8474         non-window systems.  Add xref to Forcing Redisplay.
8476         * processes.texi (Low-Level Network): Rename node "Make Network"
8477         to "Network Processes".
8479 2006-07-18  Karl Berry  <karl@gnu.org>
8481         * variables.texi, functions.texi, customize.texi, loading.texi:
8482         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8484 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8486         * commands.texi (Waiting): Document batch-mode sit-for behavior.
8488 2006-07-17  Richard Stallman  <rms@gnu.org>
8490         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8491         Put period and comma inside quotes.
8493         * loading.texi, markers.texi: Use real doublequote inside menus.
8495         * windows.texi: Put point and comma inside quotes.
8496         (Textual Scrolling): Use @samp for error message.
8498         * variables.texi, tips.texi, syntax.texi, symbols.texi:
8499         * strings.texi, streams.texi, processes.texi, os.texi:
8500         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8501         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8502         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8503         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8504         Put point and comma inside quotes.
8506         * control.texi (Processing of Errors): Add command-error-function.
8508         * variables.texi (File Local Variables): Clarify that
8509         file local variables make buffer-local bindings.
8511         * modes.texi (Syntactic Font Lock): Give default for
8512         font-lock-syntax-table.
8514 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
8516         * text.texi (Special Properties): Clean up previous change.
8518 2006-07-16  Karl Berry  <karl@gnu.org>
8520         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8521         * control.texi: Fix bad page breaks through chapter 10 (control).
8523         * anti.texi (Antinews): Reorder face-attribute fns to avoid
8524         underfull hbox.
8526 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
8528         * text.texi (Special Properties): Describe fontified text property
8529         in relation to a character (not text).
8531 2006-07-15  Kim F. Storm  <storm@cua.dk>
8533         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8534         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8535         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8537         * anti.texi (Antinews): Mention redisplay function.
8538         The kbd macro existed, but was not documented, before 22.x.
8539         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8541 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8543         * display.texi (Displaying Messages): Add anchor.
8545         * frames.texi (Dialog Boxes): Use it.
8547 2006-07-12  Richard Stallman  <rms@gnu.org>
8549         * objects.texi (Frame Type): Explain nature of frames better.
8551         * frames.texi (Frames): Explain nature of frames better.
8553 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
8555         * tips.texi (Coding Conventions): Explain why use cl at compile time.
8557 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8559         * frames.texi (Window System Selections): Mention scrap support for Mac.
8560         Default value of x-select-enable-clipboard is t on Mac.
8562         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8564 2006-07-11  Kim F. Storm  <storm@cua.dk>
8566         * display.texi (Forcing Redisplay): Add `redisplay' function.
8567         Don't mention (sit-for -1) -- use (redisplay t) instead.
8569         * commands.texi (Waiting): (sit-for -1) is no longer special.
8570         (sit-for 0) is equivalent to (redisplay).
8571         Iconifying/deiconifying no longer makes sit-for return.
8573 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
8575         * display.texi (Buttons): Fix typo.
8577         * index.texi, elisp.texi (New Symbols): Comment node out.
8579 2006-07-09  Richard Stallman  <rms@gnu.org>
8581         * display.texi (Truncation): Clean up previous change.
8583 2006-07-08  Richard Stallman  <rms@gnu.org>
8585         * commands.texi (Interactive Call): Use 3 as prefix in example
8586         for execute-extended-command.
8588         * display.texi (Attribute Functions): Move paragraph about
8589         compatibility with Emacs < 21.
8591 2006-07-09  Kim F. Storm  <storm@cua.dk>
8593         * display.texi (Refresh Screen): Clarify force-window-update.
8594         (Truncation): "Normally" indicated by fringe arrows.
8596 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8598         * windows.texi (Textual Scrolling, Resizing Windows):
8599         * variables.texi (Constant Variables):
8600         * text.texi (Buffer Contents, Deletion, Changing Properties)
8601         (Property Search, Special Properties, Sticky Properties)
8602         (Links and Mouse-1, Fields, Change Hooks):
8603         * syntax.texi (Syntax Table Functions, Parsing Expressions)
8604         (Categories):
8605         * symbols.texi (Other Plists):
8606         * streams.texi (Output Variables):
8607         * processes.texi (Input to Processes, Query Before Exit):
8608         * positions.texi (Word Motion, Text Lines, List Motion):
8609         * os.texi (Init File, System Environment, Sound Output)
8610         (Session Management):
8611         * nonascii.texi (Text Representations, Character Sets)
8612         (Chars and Bytes, Locales):
8613         * modes.texi (Defining Minor Modes, Header Lines):
8614         * minibuf.texi (Minibuffer Contents):
8615         * markers.texi (Information from Markers):
8616         * lists.texi (List Elements, Building Lists, Association Lists):
8617         * keymaps.texi (Tool Bar):
8618         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8619         * functions.texi (What Is a Function, Mapping Functions):
8620         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8621         (Color Names, Text Terminal Colors, Display Feature Testing):
8622         * files.texi (Visiting Functions, File Name Components)
8623         (Unique File Names, Contents of Directories):
8624         * display.texi (Forcing Redisplay, Displaying Messages)
8625         (Temporary Displays, Font Selection, Auto Faces)
8626         (Font Lookup, Fringe Indicators, Display Margins)
8627         (Image Descriptors, Showing Images, Image Cache, Button Types)
8628         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8629         (Display Table Format, Glyphs):
8630         * control.texi (Iteration):
8631         * commands.texi (Command Loop Info, Adjusting Point):
8632         * backups.texi (Making Backups, Auto-Saving):
8633         Remove @tindex entries.
8635 2006-07-07  Kim F. Storm  <storm@cua.dk>
8637         * display.texi (Fringe Cursors): Fix typo.
8638         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8639         (Overlay Arrow): Default is overlay-arrow fringe indicator.
8641 2006-07-05  Richard Stallman  <rms@gnu.org>
8643         * text.texi (Buffer Contents): Add example of text props
8644         in result of buffer-substring.
8645         (Text Properties): Explain better about use of specific property names.
8646         (Property Search): Some cleanups; reorder some functions.
8648         * keymaps.texi (Changing Key Bindings): Cleanup.
8649         Add xref to Key Binding Conventions.
8651         * display.texi (Attribute Functions): Add examples for
8652         face-attribute-relative-p.
8654         * tips.texi (Coding Conventions): Cleanup last change.
8656 2006-07-05  Karl Berry  <karl@gnu.org>
8658         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8659         Remove @setchapternewpage odd.
8660         Result is 1013 pages, down from 1100.
8662         * anti.texi, customize.texi, display.texi, internals.texi:
8663         * minibuf.texi, modes.texi, tips.texi:
8664         Fix overfull/underfull boxes.
8666 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8668         * edebug.texi (Instrumenting):
8669         Add Edebug-specific findex for eval-buffer.
8670         * loading.texi (Loading):
8671         Replace eval-current-buffer with eval-buffer.
8673 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8675         * locals.texi (Standard Buffer-Local Variables): Update the list
8676         of variables.
8678 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
8680         * files.texi (File Name Completion): Point user to the node
8681         "Reading File Names".
8683 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
8685         * files.texi (Contents of Directories): Document case-insensitive
8686         behavior on respective filesystems.
8688         * objects.texi (Character Type): Document that Emacs signals an
8689         error for unsupported Unicode characters specified as \uNNNN.
8691 2006-06-19  Richard Stallman  <rms@gnu.org>
8693         * processes.texi (Bindat Spec): Clarify previous change.
8695 2006-06-16  Richard Stallman  <rms@gnu.org>
8697         * tips.texi (Coding Conventions): Better explain conventions
8698         for definition constructs.
8700         * text.texi (Special Properties): String value of `read-only'
8701         serves as the error message.
8703         * objects.texi (Character Type): Clarify prev. change.
8704         (Non-ASCII in Strings): Mention \u and \U.
8706         * commands.texi (Using Interactive): Explain problem of
8707         markers, etc., in command-history.
8709 2006-06-14  Kim F. Storm  <storm@cua.dk>
8711         * commands.texi (Waiting): Negative arg to sit-for forces
8712         redisplay even if input is pending.
8714         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8715         redisplay.  Remove incorrect example of binding redisplay-dont-pause
8716         around (sit-for 0).
8718 2006-06-13  Richard Stallman  <rms@gnu.org>
8720         * display.texi (Forcing Redisplay): Clarify previous change.
8722 2006-06-13  Romain Francoise  <romain@orebokech.com>
8724         * display.texi (Forcing Redisplay): Fix typo.
8726 2006-06-13  Kim F. Storm  <storm@cua.dk>
8728         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8730 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8732         * tips.texi (Coding Conventions): Add `@end itemize'.
8734 2006-06-10  Richard Stallman  <rms@gnu.org>
8736         * tips.texi (Coding Conventions): Explain use of coding systems
8737         to ensure one decoding for strings.
8739 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
8741         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8742         syntax.
8744 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
8746         * display.texi (Font Selection): Remove description of
8747         clear-face-cache.
8749         * compile.texi (Eval During Compile): Fix a typo.  Add index
8750         entries for possible uses of eval-when-compile.
8752 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
8754         * display.texi (Abstract Display): Fix typo.
8756 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
8758         * minibuf.texi (Minibuffer History) <history-add-new-input>:
8759         Reword variable's description.
8761 2006-06-01  Richard Stallman  <rms@gnu.org>
8763         * windows.texi (Splitting Windows): Clarify splitting nonselected
8764         window.
8766 2006-05-31  Juri Linkov  <juri@jurta.org>
8768         * minibuf.texi (Minibuffer History): Add history-add-new-input.
8770 2006-05-30  Richard Stallman  <rms@gnu.org>
8772         * display.texi (Line Height): Fix errors in description of
8773         default line height and line-height property.
8775         * nonascii.texi (Default Coding Systems): Further clarification.
8777 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8779         * internals.texi (Pure Storage): Mention that an overflow in pure
8780         space causes a memory leak.
8781         (Garbage Collection): If there was an overflow in pure space,
8782         `garbage-collect' returns nil.
8784 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
8786         * nonascii.texi (Default Coding Systems): Fix it some more.
8788 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
8790         * nonascii.texi (Default Coding Systems): Fix last change.
8792 2006-05-29  Kenichi Handa  <handa@m17n.org>
8794         * nonascii.texi (find-operation-coding-system): Describe the new
8795         argument format (FILENAME . BUFFER).
8797 2006-05-28  Richard Stallman  <rms@gnu.org>
8799         * tips.texi (Coding Conventions): Better explain reasons not to
8800         advise other packages or use `eval-after-load'.
8802 2006-05-29  Kim F. Storm  <storm@cua.dk>
8804         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8805         `bindat-idx' and `bindat-raw' for clarity.
8807 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8809         * processes.texi (Bindat Spec): Expand on `repeat' handler.
8811         * display.texi (Display): Add "Abstract Display" to menu.
8812         (Abstract Display, Abstract Display Functions)
8813         (Abstract Display Example): New nodes.
8814         * elisp.texi (Top): Add "Abstract Display" to menu.
8816 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8818         * keymaps.texi (Key Sequences): Link to input events definition.
8819         (Format of Keymaps): Delete material duplicated in Keymap Basics.
8821         * files.texi (Changing Files): Document updated argument list for
8822         copy-file.
8824 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8826         * processes.texi (Bindat Functions): Explain term "total length".
8827         Use it in bindat-length and bindat-pack descriptions.
8829 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8831         * tips.texi (Coding Conventions): Advise against using
8832         eval-after-load in packages.  Add an index entry.
8834 2006-05-25  Juri Linkov  <juri@jurta.org>
8836         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8838         * modes.texi (%-Constructs): Add %e, %z, %Z.
8840 2006-05-25  Richard Stallman  <rms@gnu.org>
8842         * elisp.texi (Top): Update subnode menu.
8844         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8845         (Keymaps): Update menu.
8847 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8849         * keymaps.texi (Key Sequences): Some clarifications.
8851 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8853         * processes.texi (Bindat Functions): Say "unibyte string"
8854         explicitly for bindat-unpack and bindat-pack descriptions.
8855         (Bindat Examples): Don't call `string-make-unibyte' in example.
8857 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8859         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8860         Explain string and vector representations of key sequences.
8862         * keymaps.texi (Changing Key Bindings):
8863         * commands.texi (Interactive Codes):
8864         * help.texi (Describing Characters): Refer to it.
8866 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
8868         * frames.texi (Pointer Shape): @end table -> @end defvar.
8870 2006-05-22  Richard Stallman  <rms@gnu.org>
8872         * elisp.texi (Top): Update subnode menus.
8874         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8875         Contents rewritten; material from old Pointer Shape node moved here.
8877         * display.texi (Pointer Shape): Node deleted.
8878         (Image Descriptors): Minor cleanup.
8880 2006-05-21  Richard Stallman  <rms@gnu.org>
8882         * syntax.texi (Parsing Expressions): Update info on which STATE
8883         elements are ignored.
8885 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
8887         * hooks.texi (Standard Hooks): Correct typo.
8889         * gpl.texi (GPL): ifinfo -> ifnottex.
8891 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
8893         * searching.texi (Simple Match Data): Warn about match data being
8894         set anew by every search.
8896 2006-05-17  Richard Stallman  <rms@gnu.org>
8898         * minibuf.texi (Minibuffer History): Clarify.
8900         * searching.texi (Regexp Special): Clarify nested regexp warning.
8902 2006-05-16  Kim F. Storm  <storm@cua.dk>
8904         * minibuf.texi (Minibuffer History): Update add-to-history.
8906 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
8908         * nonascii.texi (Explicit Encoding):
8909         Fix typo (encoding<->decoding).
8911 2006-05-14  Richard Stallman  <rms@gnu.org>
8913         * buffers.texi (Creating Buffers): Cleanup.
8915         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8917 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
8919         * buffers.texi (Current Buffer): Document that with-temp-buffer
8920         disables undo.
8922         * os.texi (Terminal-Specific): More accurate description of how
8923         Emacs searches for the terminal-specific libraries.
8925 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
8927         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8928         emacs-xtra to @inforef's.
8930         * text.texi (Undo): Document that undo is turned off in buffers
8931         whose names begin with a space.
8933         * buffers.texi (Buffer Names): Add index entries for buffers whose
8934         names begin with a space.
8935         (Creating Buffers): Document that undo is turned off in buffers
8936         whose names begin with a space.
8938         * files.texi (Visiting Functions, Reading from Files)
8939         (Saving Buffers): Mention code and EOL conversions by file I/O
8940         primitives and subroutines.
8942         * nonascii.texi (Lisp and Coding Systems):
8943         Document coding-system-eol-type.  Add index entries for eol conversion.
8945         * display.texi (Defining Faces): Mention `mac', and add an xref to
8946         where window-system is described.
8948 2006-05-10  Richard Stallman  <rms@gnu.org>
8950         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8952 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8954         * variables.texi (File Local Variables): Recommend to quote lambda
8955         expressions in safe-local-variable property.
8957 2006-05-09  Richard Stallman  <rms@gnu.org>
8959         * variables.texi (File Local Variables):
8960         Document safe-local-eval-forms and safe-local-eval-function.
8962 2006-05-07  Kim F. Storm  <storm@cua.dk>
8964         * minibuf.texi (Minibuffer History): Remove keep-dups arg
8965         from add-to-history.
8967 2006-05-07  Romain Francoise  <romain@orebokech.com>
8969         * commands.texi (Event Input Misc):
8970         * compile.texi (Eval During Compile):
8971         * internals.texi (Buffer Internals):
8972         * minibuf.texi (Initial Input):
8973         * nonascii.texi (Scanning Charsets):
8974         * numbers.texi (Comparison of Numbers):
8975         * windows.texi (Textual Scrolling, Vertical Scrolling):
8976         Fix various typos.
8978 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8980         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8981         conditional xref's to either emacs or emacs-xtra, depending on
8982         @iftex/@ifnottex.
8984         * minibuf.texi (Minibuffer History): Document add-to-history.
8986 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8988         * internals.texi (Pure Storage): Mention the pure overflow message
8989         at startup.
8991 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
8993         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8994         (Searching Keymaps): Fix pseudo-Lisp description of keymap
8995         search.
8997 2006-05-01  Richard Stallman  <rms@gnu.org>
8999         * intro.texi (nil and t): Clarify.
9001         * variables.texi (File Local Variables): Suggest using booleanp.
9003 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
9005         * objects.texi (Type Predicates): Fix typos.
9007 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9009         * intro.texi (nil and t): Add booleanp.
9011         * objects.texi (Type Predicates): Add links for booleanp and
9012         string-or-null-p.
9014 2006-04-29  Richard Stallman  <rms@gnu.org>
9016         * modes.texi (Multiline Font Lock): Rename from
9017         Multi line Font Lock Elements.  Much clarification.
9018         (Font Lock Multiline, Region to Fontify): Much clarification.
9020 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9022         * variables.texi (File Local Variables): Remove the special case t for
9023         safe-local-variable.
9025 2006-04-26  Richard Stallman  <rms@gnu.org>
9027         * syntax.texi (Parsing Expressions): Minor cleanup.
9029 2006-04-18  Richard Stallman  <rms@gnu.org>
9031         * tips.texi (Coding Conventions): Explain when the package's
9032         prefix should appear later on (not at the start of the name).
9034         * searching.texi (String Search): Clarify effect of NOERROR.
9036         * modes.texi (Imenu): Clarify what special items do.
9038         * hooks.texi (Standard Hooks): Delete text about old hook names.
9040 2006-04-17  Romain Francoise  <romain@orebokech.com>
9042         * variables.texi (Local Variables): Update the default value of
9043         `max-specpdl-size'.
9045 2006-04-15  Michael Olson  <mwolson@gnu.org>
9047         * processes.texi (Transaction Queues): Mention the new optional
9048         `delay-question' argument for `tq-enqueue'.
9050 2006-04-13  Bill Wohler  <wohler@newt.com>
9052         * customize.texi (Common Keywords): Use dotted notation for
9053         :package-version value.  Specify its values.  Improve documentation
9054         for customize-package-emacs-version-alist.
9056 2006-04-12  Bill Wohler  <wohler@newt.com>
9058         * customize.texi (Common Keywords): Move description of
9059         customize-package-emacs-version-alist to @defvar.
9061 2006-04-10  Bill Wohler  <wohler@newt.com>
9063         * customize.texi (Common Keywords): Add :package-version.
9065 2006-04-10  Kim F. Storm  <storm@cua.dk>
9067         * text.texi (Buffer Contents): Add NOPROPS arg to
9068         filter-buffer-substring.
9070 2006-04-08  Kevin Ryde  <user42@zip.com.au>
9072         * os.texi (Command-Line Arguments): Update xref to emacs manual
9073         "Command Arguments" -> "Emacs Invocation", per change there.
9075 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
9077         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9078         be on one line to help makeinfo not render two spaces after the dot.
9080 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9082         * strings.texi (Predicates for Strings): Add string-or-null-p.
9084 2006-03-28  Kim F. Storm  <storm@cua.dk>
9086         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9087         remarks about systems that don't support fractional seconds.
9089 2006-03-25  Karl Berry  <karl@gnu.org>
9091         * elisp.texi: Use @copyright{} instead of (C), and do not indent
9092         the year list.
9094 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
9096         * display.texi (Fringe Indicators): Fix typos.
9098 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
9100         * tips.texi (Documentation Tips): One can now also write `program'
9101         in front of a quoted symbol in a docstring to prevent making a
9102         hyperlink.
9104 2006-03-19  Alan Mackenzie  <acm@muc.de>
9106         * text.texi (Special Properties): Clarify `fontified' property.
9108 2006-03-16  Richard Stallman  <rms@gnu.org>
9110         * display.texi (Defining Images): Minor cleanup.
9112 2006-03-16  Bill Wohler  <wohler@newt.com>
9114         * display.texi (Defining Images): In image-load-path-for-library,
9115         prefer user's images.
9117 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9121 2006-03-15  Bill Wohler  <wohler@newt.com>
9123         * display.texi (Defining Images): Fix example in
9124         image-load-path-for-library by not recommending that one binds
9125         image-load-path.  Just defvar it to placate compiler and only use
9126         it if previously defined.
9128 2006-03-14  Bill Wohler  <wohler@newt.com>
9130         * display.texi (Defining Images): In image-load-path-for-library,
9131         always return list of directories.  Update example.
9133 2006-03-14  Alan Mackenzie  <acm@muc.de>
9135         * modes.texi: New node, "Region to Fontify" (for Font Lock).
9136         This describes font-lock-extend-region-function.
9137         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9138         the new node "Region to Fontify".
9140 2006-03-13  Richard Stallman  <rms@gnu.org>
9142         * display.texi (Invisible Text): The impossible position is
9143         now before the invisible text, not after.
9144         (Defining Images): Clean up last change.
9146 2006-03-11  Bill Wohler  <wohler@newt.com>
9148         * display.texi (Defining Images): Add image-load-path-for-library.
9150 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9152         * text.texi (Adaptive Fill): Fix Texinfo usage.
9154         * strings.texi (Creating Strings): Fix Texinfo usage.
9156         * searching.texi (Regexp Special): Use @samp for regular
9157         expressions that are not in Lisp syntax.
9159 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
9161         * searching.texi (Regexp Special): Put remark between parentheses
9162         to avoid misreading.
9164 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
9166         * searching.texi (Syntax of Regexps): More accurately describe
9167         which characters are special in which situations.
9168         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9169         are not special.  Describe in detail when `[' and `]' are special.
9170         (Regexp Backslash): Plenty of regexps with unbalanced square
9171         brackets are valid, so reword that statement.
9173 2006-03-02  Kim F. Storm  <storm@cua.dk>
9175         * keymaps.texi (Tool Bar): Add tool-bar-border.
9177 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
9179         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
9181 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9183         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9185         * files.texi (Locating Files): Suggest additional values for the
9186         SUFFIXES arg of `locate-file'.  Update pxref.
9188         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9189         (How Programs Do Loading): Discuss the effects of Auto Compression
9190         mode on `load'.
9191         (Load Suffixes): New node.
9192         (Library Search): Delete description of `load-suffixes'; it was
9193         moved to "Load Suffixes".
9194         (Autoload, Named Features): Mention `load-suffixes'.
9196 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9198         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9200         * windows.texi (Window Tree): Fix typo.
9202 2006-02-20  Kim F. Storm  <storm@cua.dk>
9204         * display.texi (Fringe Indicators): New section.
9205         Move indicate-empty-lines, indicate-buffer-boundaries, and
9206         default-indicate-buffer-boundaries here.
9207         Add fringe-indicator-alist and default-fringes-indicator-alist.
9208         Add list of logical fringe indicator symbols.
9209         Update list of standard bitmap names.
9210         (Fringe Cursors): New section.
9211         Move overflow-newline-into-fringe here.
9212         Add fringe-cursor-alist and default-fringes-cursor-alist.
9213         Add list of fringe cursor symbols.
9215 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
9217         * commands.texi (Using Interactive): Fix reference to node
9218         "Minibuffers".
9220 2006-02-19  Richard M. Stallman  <rms@gnu.org>
9222         * minibuf.texi (High-Level Completion):
9223         Add xref to read-input-method-name.
9225         * files.texi (Relative File Names): Move file-relative-name here.
9226         (File Name Expansion): From here.  Minor clarifications.
9228         * commands.texi (Using Interactive): Add xrefs about reading input.
9229         Clarify remarks about that moving point and mark.
9230         Put string case before list case.
9232 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
9234         * display.texi (Other Display Specs, Image Descriptors):
9235         Revert erroneous changes.  The previous description of
9236         image-descriptors as `(image . PROPS)' was correct.
9238 2006-02-14  Richard M. Stallman  <rms@gnu.org>
9240         * variables.texi (File Local Variables): Clarifications.
9242 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
9244         * variables.texi (File Local Variables): Use @code for a cons
9245         cell, not @var.
9247 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
9249         * variables.texi (File Local Variables): Document new file local
9250         variable behavior.
9252 2006-02-10  Kim F. Storm  <storm@cua.dk>
9254         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9256 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
9258         * modes.texi (%-Constructs): Remove obsolete info about
9259         `global-mode-string'.
9261 2006-02-07  Richard M. Stallman  <rms@gnu.org>
9263         * commands.texi (Prefix Command Arguments): Minor cleanup.
9265         * display.texi: "Graphical display", not window system.
9267         * functions.texi (What Is a Function): Fix xref.
9269         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9270         (Changing Key Bindings): Clarify when remapping is better than
9271         substitute-key-definition.
9273 2006-02-02  Richard M. Stallman  <rms@gnu.org>
9275         * minibuf.texi (Basic Completion): Completion alists are risky.
9277         * keymaps.texi (Active Keymaps): Clarifications.
9278         (Searching Keymaps): New node.
9279         (Keymaps): Update menu.
9281         * frames.texi (Layout Parameters): Minor clarification.
9282         (Drag and Drop): New node.
9283         (Frames): Update menu.
9285 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
9287         * display.texi (Other Display Specs, Image Descriptors):
9288         Image description is a list, not a cons cell.
9290 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
9292         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9293         list is not necessarily a list).
9295 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
9297         * frames.texi (Layout Parameters): border-width and
9298         internal-border-width belong to the frame, not the window.
9300 2006-01-19  Richard M. Stallman  <rms@gnu.org>
9302         * nonascii.texi (Translation of Characters): Search cmds use
9303         translation-table-for-input.  Automatically made local.
9305         * markers.texi (Overview of Markers): Count insertion type
9306         as one of a marker's attributes.
9308         * keymaps.texi (Controlling Active Maps): New node, split out of
9309         Active Keymaps.
9310         (Keymaps): Menu updated.
9311         (Active Keymaps): Give pseudocode to explain how the active
9312         maps are searched.  current-active-maps and key-binding moved here.
9313         (Functions for Key Lookup): current-active-maps and key-binding moved.
9314         Clarifications.
9315         (Searching the Keymaps): New subnode.
9317         * elisp.texi (Top): Menu clarification.
9319         * display.texi (Other Display Specs): Delete duplicate entry for
9320         just a string as display spec.  Move text about recursive display
9321         specs on such a string.
9323         * commands.texi (Key Sequence Input): Clarify.
9324         Move num-nonmacro-input-events out.
9325         (Reading One Event): num-nonmacro-input-events moved here.
9327 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
9329         * advice.texi (Simple Advice): Update example to fit argument
9330         change in previous-line.
9332 2006-01-05  Richard M. Stallman  <rms@gnu.org>
9334         * markers.texi (The Mark): Fix in `mark'.
9336 2006-01-04  Richard M. Stallman  <rms@gnu.org>
9338         * processes.texi (Misc Network, Make Network): Minor cleanups.
9340 2006-01-04  Kim F. Storm  <storm@cua.dk>
9342         * processes.texi (Make Network): Add IPv6 addresses and handling.
9343         (Network Feature Testing): Mention (:family ipv6).
9344         (Misc Network): Add IPv6 formats to format-network-address.
9346 2005-12-30  Richard M. Stallman  <rms@gnu.org>
9348         * text.texi (Changing Properties):
9349         Don't use return value of set-text-properties.
9351 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9353         * modes.texi (Mode Line Format): Correct typo in menu.
9355 2005-12-29  Richard M. Stallman  <rms@gnu.org>
9357         * modes.texi (Mode Line Top): New node.
9358         (Mode Line Data): Some text moved to new node.
9359         Explain the data structure more concretely.
9360         (Mode Line Basics): Clarifications.
9361         (Mode Line Variables): Clarify intro paragraph.
9362         (%-Constructs): Clarify intro paragraph.
9363         (Mode Line Format): Update menu.
9365 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
9367         * minibuf.texi (Basic Completion): Update lazy-completion-table
9368         examples for removal of ARGS argument.
9370 2005-12-23  Richard M. Stallman  <rms@gnu.org>
9372         * text.texi (Undo): Restore some explanation from the version
9373         that was deleted.
9375 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
9377         * text.texi (Undo): Remove duplicate descriptions of `apply
9378         funname' and `apply delta' elements of the undo list.
9380 2005-12-20  Richard M. Stallman  <rms@gnu.org>
9382         * help.texi (Help Functions): Update documentation of `apropos'.
9384 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
9386         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9387         because it is confusing.  If the :help-echo keyword is a function,
9388         it is not directly used as the :help-echo overlay property, as the
9389         xref seems to suggest (it does not take the appropriate args).
9391 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
9393         * customize.texi (Common Keywords): Fix Texinfo usage.
9394         (Group Definitions, Variable Definitions): Update for new
9395         conventions for using `*' in docstrings.
9397         * tips.texi (Documentation Tips): Update for new conventions for
9398         using `*' in docstrings.
9400 2005-12-16  Richard M. Stallman  <rms@gnu.org>
9402         * minibuf.texi (Minibuffer Contents): Minor cleanup.
9404 2005-12-16  Juri Linkov  <juri@jurta.org>
9406         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9408 2005-12-14  Romain Francoise  <romain@orebokech.com>
9410         * modes.texi (Customizing Keywords): Rename `append' to `how'.
9411         Fix typo.
9413 2005-12-11  Juri Linkov  <juri@jurta.org>
9415         * minibuf.texi (Completion Commands): Add mention of read-file-name
9416         for filename completion keymaps.
9417         (Reading File Names): Add mention of filename completion keymaps
9418         for read-file-name and xref to `Completion Commands'.
9420 2005-12-10  Richard M. Stallman  <rms@gnu.org>
9422         * customize.texi (Common Keywords): State caveats for use of :tag.
9424 2005-12-08  Richard M. Stallman  <rms@gnu.org>
9426         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9427         with xrefs and better explanation.
9428         (Completion Commands): Add the filename completion maps.
9430         * objects.texi (Character Type): Clarify that \s is not space
9431         if a dash follows.
9433 2005-12-05  Richard M. Stallman  <rms@gnu.org>
9435         * windows.texi (Resizing Windows): Delete preserve-before args.
9437 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9440         in full keymaps, since the quirk has been fixed.
9442 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
9444         * hooks.texi (Standard Hooks): Add index entries.
9445         Mention `compilation-finish-functions'.
9447 2005-11-27  Richard M. Stallman  <rms@gnu.org>
9449         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9451 2005-11-21  Juri Linkov  <juri@jurta.org>
9453         * customize.texi (Common Keywords): Update links types
9454         custom-manual and url-link.  Add link types emacs-library-link,
9455         file-link, function-link, variable-link, custom-group-link.
9457 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
9459         * display.texi: Revert 2005-11-20 change.
9461 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
9463         * processes.texi (Bindat Functions):
9464         Say "third" to refer to zero-based index "2".
9466 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
9468         * loading.texi (Library Search): Update the default value of
9469         `load-suffixes'.
9471 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9473         * display.texi (Attribute Functions): Mention :ignore-defface.
9475 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9477         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9478         (Minor Mode Conventions): Mention the use of a hook.
9480 2005-11-06  Richard M. Stallman  <rms@gnu.org>
9482         * files.texi (Magic File Names): find-file-name-handler checks the
9483         `operations' property of the handler.
9485 2005-11-03  Richard M. Stallman  <rms@gnu.org>
9487         * variables.texi (Frame-Local Variables): Small clarification.
9489 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
9491         * os.texi (Init File): Document ~/.emacs.d/init.el.
9493 2005-10-29  Richard M. Stallman  <rms@gnu.org>
9495         * internals.texi (Garbage Collection): Document memory-full.
9497 2005-10-28  Bill Wohler  <wohler@newt.com>
9499         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9500         for URLs.
9502 2005-10-28  Richard M. Stallman  <rms@gnu.org>
9504         * minibuf.texi (Completion Commands): Clean up prev change.
9506 2005-10-26  Kevin Ryde  <user42@zip.com.au>
9508         * compile.texi (Eval During Compile): Explain recommended uses
9509         of eval-when-compile and eval-and-compile.
9511 2005-10-27  Masatake YAMATO  <jet@gyve.org>
9513         * minibuf.texi (Completion Commands):
9514         Write about new optional argument for `display-completion-list'.
9516 2005-10-23  Richard M. Stallman  <rms@gnu.org>
9518         * display.texi (Overlay Arrow): Clarify about local bindings of
9519         overlay-arrow-position.
9521 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
9523         * internals.texi (Building Emacs): Fix last change.
9525 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9527         * internals.texi (Building Emacs): Document eval-at-startup.
9529 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9531         * loading.texi (Where Defined): load-history contains abs file names.
9532         symbol-file returns abs file names.
9534 2005-10-19  Kim F. Storm  <storm@cua.dk>
9536         * display.texi (Showing Images): Add max-image-size integer value.
9538 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9540         * display.texi (Showing Images): Document max-image-size.
9542 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9544         * commands.texi (Quitting): Minor clarification.
9546         * processes.texi (Sentinels): Clarify about output and quitting.
9547         (Filter Functions): Mention with-local-quit.
9549 2005-10-17  Juri Linkov  <juri@jurta.org>
9551         * buffers.texi (Current Buffer):
9552         * commands.texi (Event Input Misc):
9553         * compile.texi (Eval During Compile, Compiler Errors):
9554         * customize.texi (Group Definitions):
9555         * display.texi (Progress, Defining Faces):
9556         * files.texi (Writing to Files):
9557         * modes.texi (Mode Hooks, Defining Minor Modes):
9558         * streams.texi (Output Functions):
9559         * syntax.texi (Syntax Table Functions):
9560         * text.texi (Change Hooks):
9561         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9563         * commands.texi (Quitting): Replace arg `forms' with `body' in
9564         `with-local-quit'.
9566         * positions.texi (Excursions): Replace arg `forms' with `body' in
9567         `save-excursion'.
9569 2005-10-08  Kim F. Storm  <storm@cua.dk>
9571         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9572         Rename manual section accordingly.
9574 2005-10-04  Kim F. Storm  <storm@cua.dk>
9576         * windows.texi (Window Split Tree): New section describing
9577         new function window-split-tree function.
9579 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
9581         * display.texi (Fringe Size/Pos): Simplify and add detail.
9583 2005-09-30  Romain Francoise  <romain@orebokech.com>
9585         * minibuf.texi (High-Level Completion): Explain that the prompt
9586         given to `read-buffer' should end with a colon and a space.
9587         Update usage examples.
9589 2005-09-29  Juri Linkov  <juri@jurta.org>
9591         * display.texi (Displaying Messages): Rename argument name
9592         `string' to `format-string' in functions `message', `message-box',
9593         `message-or-box'.
9595 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
9597         * errors.texi (Standard Errors): Correct xrefs.
9599 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9601         * display.texi (Defining Images): Update documentation for
9602         `image-load-path'.
9604 2005-09-17  Richard M. Stallman  <rms@gnu.org>
9606         * display.texi (Defining Images): Clean up previous change.
9608 2005-09-16  Romain Francoise  <romain@orebokech.com>
9610         * elisp.texi: Specify GFDL version 1.2.
9612         * doclicense.texi (GNU Free Documentation License): Update to
9613         version 1.2.
9615 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9617         * display.texi (Defining Images): Document `image-load-path'.
9619 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9621         * objects.texi (Printed Representation): Minor cleanup.
9622         (Box Diagrams): Minor fix.
9623         (Cons Cell Type): Move (...) index item here.
9624         (Box Diagrams): From here.
9625         (Array Type): Minor fix.
9626         (Type Predicates): Delete index "predicates".
9627         (Hash Table Type): Clarify xref.
9628         (Dotted Pair Notation): Minor fix.
9630 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
9632         * files.texi (Saving Buffers): Fix typo.
9634 2005-09-08  Richard M. Stallman  <rms@gnu.org>
9636         * tips.texi (Programming Tips): Correct the "default" prompt spec.
9638 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
9640         * locals.texi (Standard Buffer-Local Variables): Don't include
9641         mode variables for minor modes.
9642         Fix xrefs for buffer-display-count, buffer-display-table,
9643         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9644         enable-multibyte-characters, fill-column, header-line-format,
9645         left-fringe-width, left-margin, and right-fringe-width.
9647         * hooks.texi (Standard Hooks): All hooks should conform to the
9648         standard naming convention now.
9649         Fix xref for `echo-area-clear-hook'.
9651         * display.texi (Usual Display): Note that indicate-empty-lines and
9652         tab-width are buffer-local.
9654         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9656         * modes.texi (Mode Help): Note that major-mode is buffer-local.
9658         * nonascii.texi (Encoding and I/O): Note that
9659         buffer-file-coding-system is buffer-local.
9661         * positions.texi (List Motion): Note that defun-prompt-regexp is
9662         buffer-local.
9664         * text.texi (Auto Filling): Note that auto-fill-function is
9665         buffer-local.
9666         (Undo): Note that buffer-undo-list is buffer-local.
9668         * windows.texi (Buffers and Windows):
9669         Document buffer-display-count.
9671 2005-09-06  Richard M. Stallman  <rms@gnu.org>
9673         * tips.texi (Coding Conventions): Sometimes it is ok to put the
9674         package prefix elsewhere than at the start of the name.
9676 2005-09-03  Richard M. Stallman  <rms@gnu.org>
9678         * tips.texi (Programming Tips): Add conventions for minibuffer
9679         questions and prompts.
9681 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
9683         * intro.texi (nil and t): Minor cleanup.
9684         Delete spurious mention of keyword symbols.
9685         (Evaluation Notation): Add index entry.
9686         (A Sample Function Description): Minor cleanup.
9687         (A Sample Variable Description): Not all vars can be set.
9689 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
9691         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9693         (Insertion): Document precise type of `insert-char' arg COUNT.
9695 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9697         * modes.texi (Other Font Lock Variables): Sync the default of
9698         font-lock-lines-before.
9700 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
9702         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9704 2005-08-29  Richard M. Stallman  <rms@gnu.org>
9706         * elisp.texi (Top): Update subnode menu.
9708         * searching.texi (Searching and Matching): Move node.
9709         Rearrange contents and add overall explanation.
9710         (Searching and Case): Move node.
9711         (Searching and Matching): Update menu.
9713 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
9715         * os.texi (Startup Summary): Fix the description of the initial
9716         startup message display.
9718 2005-08-25  Richard M. Stallman  <rms@gnu.org>
9720         * searching.texi (Search and Replace): Add replace-regexp-in-string.
9722 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
9724         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9725         `next-overlay-change' example.
9727 2005-08-22  Juri Linkov  <juri@jurta.org>
9729         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9730         Fix invert-face.  Fix args of face-background.
9732         * display.texi (Standard Faces): Delete node.
9733         (Faces): Add xref to `(emacs)Standard Faces'.
9734         (Displaying Faces): Fix xref to `Standard Faces'.
9736         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9738 2005-08-20  Alan Mackenzie  <acm@muc.de>
9740         * buffers.texi (The Buffer List): Clarify the manipulation of the
9741         buffer list.
9743 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9745         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9746         a regexp.
9748 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9750         * elisp.texi (Top): Update subnode lists.
9752         * display.texi (Inverse Video): Node deleted.
9754         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9755         New nodes split out of Coding Conventions.
9757         * searching.texi (Regular Expressions): Document re-builder.
9759         * os.texi (Time Parsing): New node split out of Time Conversion.
9761         * processes.texi (Misc Network, Network Feature Testing)
9762         (Network Options, Make Network): New nodes split out of
9763         Low-Level Network.
9765 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9767         * frames.texi (Geometry): New node, split from Size and Position.
9768         (Frame Parameters): Refer to Geometry.
9770         * buffers.texi (The Buffer List): Fix xrefs.
9772         * windows.texi (Splitting Windows): Fix xref.
9774         * frames.texi (Layout Parameters): Add xref.
9776         * display.texi (Line Height, Scroll Bars): Fix xrefs.
9778         * keymaps.texi (Menu Bar): Fix xref.
9780         * locals.texi (Standard Buffer-Local Variables): Fix xref.
9782         * modes.texi (%-Constructs): Fix xref.
9784         * frames.texi (Window Frame Parameters): Node split up.
9785         (Basic Parameters, Position Parameters, Size Parameters)
9786         (Layout Parameters, Buffer Parameters, Management Parameters)
9787         (Cursor Parameters, Color Parameters): New subnodes.
9789 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9791         * positions.texi (Screen Lines): Update xref for previous change
9792         in minibuf.texi.
9794         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9795         change in minibuf.texi.
9797 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9799         * tips.texi (Coding Conventions): Minor cleanup.
9801         * modes.texi (Defining Minor Modes): Explain when init-value
9802         can be non-nil.
9804         * elisp.texi (Top): Update submenu for Minibuffer.
9806         * minibuf.texi (Minibuffer Misc): Node split up.
9807         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9808         (Recursive Mini): New nodes split out from Minibuffer Misc.
9809         (Minibuffer Misc): Document max-mini-window-height.
9811         * hash.texi (Defining Hash): Delete stray paren in example.
9813         * display.texi (Echo Area Customization): Don't define
9814         max-mini-window-height here; xref instead.
9816         * commands.texi (Event Input Misc): Update while-no-input.
9818         * advice.texi (Advising Functions): Explain when to use advice
9819         and when to use a hook.
9821 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
9823         * makefile.w32-in (info): Don't run install-info.
9824         ($(infodir)/dir): New target, produced by running install-info.
9826 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
9828         * modes.texi (Defining Minor Modes): The keyword for the initial
9829         value is :init-value, not :initial-value.
9831 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
9833         * loading.texi (Autoload): Make the `doctor' example be consistent
9834         with what's in current loaddefs.el.  Describe the "fn" magic in
9835         the usage portion of the doc string.
9837 2005-07-22  Richard M. Stallman  <rms@gnu.org>
9839         * internals.texi (Garbage Collection): Clarify previous change.
9841 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9843         * internals.texi (Garbage Collection): Add gc-cons-percentage.
9845 2005-07-18  Juri Linkov  <juri@jurta.org>
9847         * commands.texi (Accessing Events):
9848         * frames.texi (Text Terminal Colors, Resources):
9849         * markers.texi (The Mark):
9850         * modes.texi (Defining Minor Modes):
9851         Delete duplicate duplicate words.
9853 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9855         * display.texi (Managing Overlays): Clarify make-overlay
9856         args for insertion types.
9858 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9860         * customize.texi (Variable Definitions):
9861         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9862         `standard-value' is a list too.
9863         (Defining New Types): Use @key{RET} instead of @key{ret}.
9865 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
9867         * os.texi (Translating Input): Fix typo.
9869 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9871         * README: Update edition number and size estimate.
9873         * elisp.texi (VERSION): Set to 2.9.
9875 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9877         * book-spine.texinfo: Update Emacs version.
9879         * display.texi (Inverse Video): Delete mode-line-inverse-video.
9881 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9883         * searching.texi (Regexp Search): Clarify what re-search-forward
9884         does when the search fails.
9886 2005-07-05  Lute Kamstra  <lute@gnu.org>
9888         * Update FSF's address in GPL notices.
9890         * doclicense.texi (GNU Free Documentation License):
9891         * gpl.texi (GPL):
9892         * tips.texi (Coding Conventions, Library Headers):
9893         * vol1.texi:
9894         * vol2.texi: Update FSF's address.
9896 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9898         * hooks.texi (Standard Hooks): Add occur-hook.
9900 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9902         * display.texi (The Echo Area): Correct menu.
9904 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9906         * elisp.texi (Top): Update subnode menu for Display.
9908         * display.texi (Displaying Messages): New node, with most
9909         of what was in The Echo Area.
9910         (Progress): Move under The Echo Area.
9911         (Logging Messages): New node with new text.
9912         (Echo Area Customization): New node, the rest of what was
9913         in The Echo Area.  Document message-truncate-lines with @defvar.
9914         (Display): Update menu.
9916         * windows.texi (Textual Scrolling): Doc 3 values for
9917         scroll-preserve-screen-position.
9919         * text.texi (Special Properties): Change hook functions
9920         should bind inhibit-modification-hooks around altering buffer text.
9922         * keymaps.texi (Key Binding Commands): Call binding BINDING
9923         rather than DEFINITION.
9925 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
9927         * variables.texi (Defining Variables): `user-variable-p' returns t
9928         for aliases of user options, nil for alias loops.
9930 2005-06-28  Richard M. Stallman  <rms@gnu.org>
9932         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9933         make-keymap.
9935 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
9937         * variables.texi (Setting Variables): Correct and clarify
9938         description of `add-to-ordered-list'.
9940 2005-06-26  Richard M. Stallman  <rms@gnu.org>
9942         * display.texi (Faces): Minor cleanup.
9944 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
9946         * display.texi (Faces): `facep' returns t for strings that are
9947         face names.
9949 2005-06-25  Richard M. Stallman  <rms@gnu.org>
9951         * objects.texi (Equality Predicates): Clarify meaning of equal.
9953         * windows.texi (Selecting Windows): save-selected-window
9954         and with-selected-window save and restore the current buffer.
9956 2005-06-24  Richard M. Stallman  <rms@gnu.org>
9958         * numbers.texi (Float Basics): Explain how to test for NaN,
9959         and printing the sign of NaNs.
9961 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
9963         * makefile.w32-in (MAKEINFO): Use --force.
9965 2005-06-23  Richard M. Stallman  <rms@gnu.org>
9967         * display.texi (Face Functions): Correct Texinfo usage.
9969 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
9971         * lists.texi (Rings): `ring-elements' now returns the elements of
9972         RING in order.
9974 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
9976         * markers.texi (The Mark): Texinfo usage fix.
9978 2005-06-23  Kim F. Storm  <storm@cua.dk>
9980         * searching.texi (Entire Match Data): Remove evaporate option for
9981         match-data.  Do not mention evaporate option for set-match-data.
9983 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
9985         * display.texi (Face Functions): Mention face aliases.
9987 2005-06-21  Richard M. Stallman  <rms@gnu.org>
9989         * anti.texi (Antinews): Texinfo usage fix.
9991 2005-06-21  Karl Berry  <karl@gnu.org>
9993         * elisp.texi: Use @copying.
9995         * elisp.texi: Put @summarycontents and @contents before the Top
9996         node, instead of the end of the file, so that the contents appear
9997         in the right place in the dvi/pdf output.
9999 2005-06-21  Juri Linkov  <juri@jurta.org>
10001         * display.texi (Defining Faces): Add `customized-face'.
10003 2005-06-20  Kim F. Storm  <storm@cua.dk>
10005         * variables.texi (Setting Variables): Any type of element can be
10006         given order in add-to-ordered-list.  Compare elements with eq.
10008         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10010 2005-06-20  Karl Berry  <karl@gnu.org>
10012         * syntax.texi (Syntax Flags): Make last column very slightly wider
10013         to avoid "generic comment" breaking on two lines and causing an
10014         underfull box.
10016 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
10018         * lists.texi (Rings): Various minor clarifications and corrections.
10020 2005-06-18  Richard M. Stallman  <rms@gnu.org>
10022         * functions.texi (Obsolete Functions): Simplify.
10024         * variables.texi (Variable Aliases): Simplify.
10026         * anti.texi, backups.texi, compile.texi, customize.texi:
10027         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10028         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10029         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10030         * variables.texi: Fix formatting ugliness.
10032         * elisp.texi: Add links to Rings and Byte Packing.
10033         Update version and copyright years.
10035         * minibuf.texi: Fix formatting ugliness.
10036         (Completion Commands): Move keymap vars to the end
10037         and vars completing-read binds to the top.
10039 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10041         * processes.texi: Fix typos.
10042         (Bindat Spec): Correct Texinfo error.
10043         (Byte Packing): Fix ungrammatical sentence.
10045 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
10047         * lists.texi (Rings): New node.
10048         (Lists): Add it to menu.
10050         * processes.texi (Byte Packing): New node.
10051         (Processes): Add it to menu.
10053 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10055         * syntax.texi (Parsing Expressions): Fix texinfo usage.
10057         * help.texi (Documentation Basics): Explain the xref to
10058         Documentation Tips.
10060         * debugging.texi (Debugger Commands): Minor fix.
10062 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
10064         * edebug.texi (Instrumenting): Eliminate duplicate link.
10065         (Specification List): Replace references to "below", referring to
10066         a later node, with one @ref to that node.
10068         * os.texi (Timers): Timers should save and restore the match data
10069         if they change it.
10071         * debugging.texi (Debugger Commands): Mention that the Lisp
10072         debugger can not step through primitive functions.
10074 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10076         * functions.texi (Obsolete Functions): Update argument names of
10077         `make-obsolete' and `define-obsolete-function-alias'.
10079         * variables.texi (Variable Aliases): Update argument names of
10080         `defvaralias', `make-obsolete-variable' and
10081         `define-obsolete-variable-alias'.
10083 2005-06-15  Kim F. Storm  <storm@cua.dk>
10085         * searching.texi (Entire Match Data): Rephrase warnings about
10086         evaporate arg to match-data and set-match-data.
10088 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10090         * elisp.texi (Top): Update detailed menu.
10092         * edebug.texi (Edebug): Update menu.
10093         (Instrumenting): Update xrefs.
10094         (Edebug Execution Modes): Correct xref.
10095         (Jumping): Clarify description of `h' command.
10096         Eliminate redundant @ref.
10097         (Breaks): New node.
10098         (Breakpoints): Is now a subsubsection.
10099         (Global Break Condition): Mention `C-x X X'.
10100         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
10101         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10102         (Edebug Display Update): Correct pxref.
10103         (Edebug and Macros): New node.
10104         (Instrumenting Macro Calls): Is now a subsubsection.
10105         Neither arg of `def-edebug-spec' is evaluated.
10106         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10107         (Specification Examples): Fix typo.
10109 2005-06-14  Lute Kamstra  <lute@gnu.org>
10111         * debugging.texi (Function Debugging): Primitives can break on
10112         entry too.
10114 2005-06-14  Kim F. Storm  <storm@cua.dk>
10116         * variables.texi (Setting Variables): Add add-to-ordered-list.
10118 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10120         * syntax.texi (Parsing Expressions): Document aux functions and vars of
10121         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10123 2005-06-13  Lute Kamstra  <lute@gnu.org>
10125         * text.texi (Special Properties): Fix cross reference.
10127 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
10129         * debugging.texi (Function Debugging): Delete mention of empty
10130         string argument to `cancel-debug-on-entry'.  Delete inaccurate
10131         description of the return value of that command.
10133 2005-06-11  Alan Mackenzie  <acm@muc.de>
10135         * text.texi (Adaptive Fill): Amplify the description of
10136         fill-context-prefix.
10138 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10140         * syntax.texi (Parsing Expressions): Fix Texinfo error.
10142 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10144         * syntax.texi (Parsing Expressions): Document syntax-ppss.
10146 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10148         * debugging.texi (Error Debugging): Minor rewording.
10149         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10150         is optional.
10152 2005-06-10  Lute Kamstra  <lute@gnu.org>
10154         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10155         (Top): Give it a title.  Correct version number.  Give the
10156         detailed node listing a more prominent header.
10157         * intro.texi: Don't set VERSION here a second time.
10158         Mention Emacs's version too.
10159         * anti.texi (Antinews): Use EMACSVER to refer to the current
10160         version of Emacs.
10162 2005-06-09  Kim F. Storm  <storm@cua.dk>
10164         * searching.texi (Entire Match Data): Explain new `reseat' argument to
10165         match-data and set-match-data.
10167 2005-06-08  Richard M. Stallman  <rms@gnu.org>
10169         * searching.texi (Entire Match Data): Clarify when match-data
10170         returns markers and when integers.
10172         * display.texi (Defining Faces): Explain that face name should not
10173         end in `-face'.
10175         * modes.texi (Mode Line Data): Minor cleanup.
10176         (Customizing Keywords): Node split out of Search-based Fontification.
10177         Add example of using font-lock-add-keywords from a hook.
10178         Clarify when MODE should be non-nil, and when nil.
10180 2005-06-06  Richard M. Stallman  <rms@gnu.org>
10182         * modes.texi (Mode Line Data): Explain what happens when the car
10183         of a list is a void symbol.
10184         (Search-based Fontification): Explain MODE arg to
10185         font-lock-add-keywords and warn about calls from major modes.
10187 2005-06-08  Juri Linkov  <juri@jurta.org>
10189         * display.texi (Standard Faces): Add `shadow' face.
10191 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
10193         * modes.texi (Major Mode Conventions): A derived mode only needs
10194         to put the call to the parent mode inside `delay-mode-hooks'.
10196 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10198         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10199         new, and what that implies.  Clarify.
10201         * files.texi (Locating Files): Clean up the text.
10203         * frames.texi (Window Frame Parameters): Document user-size.
10204         Shorten entry for top by referring to left.
10206 2005-05-26  Richard M. Stallman  <rms@gnu.org>
10208         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10209         is new, and what the implications are.  Other clarifications.
10211 2005-05-24  Richard M. Stallman  <rms@gnu.org>
10213         * frames.texi (Dialog Boxes): Minor fixes.
10215 2005-05-25  Masatake YAMATO  <jet@gyve.org>
10217         * display.texi (Standard Faces): Write about `mode-line-highlight'.
10219 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10221         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10222         is optional.
10224 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
10226         * frames.texi (Dialog Boxes): Describe new optional argument.
10228 2005-05-23  Lute Kamstra  <lute@gnu.org>
10230         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10231         syntax-begin-function over font-lock-beginning-of-syntax-function.
10233 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
10235         * minibuf.texi (Reading File Names): Update description of
10236         `read-directory-name'.
10238         * modes.texi (Derived Modes): Clarify :group keyword.
10240 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10242         * files.texi (Locating Files): New subsection.
10243         Describe locate-file and executable-find.
10245 2005-05-21  Kevin Ryde  <user42@zip.com.au>
10247         * frames.texi (Initial Parameters): Update cross reference to
10248         "Emacs Invocation".
10250 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
10252         * keymaps.texi (Active Keymaps): Add anchor.
10254         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10255         (Major Mode Conventions): Refer to `Auto Major Mode' in more
10256         appropriate place.
10257         (Derived Modes): Small clarifications.
10258         (Minor Mode Conventions, Keymaps and Minor Modes):
10259         Replace references to nodes with references to anchors.
10260         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10261         Clarify description of lists whose first element is an integer.
10262         (Mode Line Variables): Add anchor.
10263         (%-Constructs): Clarify description of integer after %.
10264         (Emulating Mode Line): Describe nil value for FACE.
10266 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10268         * modes.texi (Derived Modes): Correct references to non-existing
10269         variable standard-syntax-table.
10271 2005-05-17  Lute Kamstra  <lute@gnu.org>
10273         * modes.texi (Defining Minor Modes): Mention the mode hook.
10275 2005-05-15  Kim F. Storm  <storm@cua.dk>
10277         * processes.texi (Network): Remove open-network-stream-nowait.
10278         (Network Servers): Remove open-network-stream-server.
10280 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
10282         * elisp.texi (Top): Update detailed menu.
10284         * variables.texi: Reorder nodes.
10285         (Variables): Update menu.
10286         (File Local Variables): Do not refer to the `-*-' line as
10287         a "local variables list".  Add pxref.
10289 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10291         * elisp.texi (Top): Update detailed menu for node changes.
10293         * modes.texi (Modes): Update Menu.
10294         (Hooks): Move to beginning of chapter.
10295         Most minor modes run mode hooks too.
10296         `add-hook' can handle void hooks or hooks whose value is a single
10297         function.
10298         (Major Modes): Update Menu.
10299         (Major Mode Basics): New node, split off from `Major Modes'.
10300         (Major Mode Conventions): Correct xref.  Explain how to handle
10301         auto-mode-alist if the major mode command has an autoload cookie.
10302         (Auto Major Mode): Major update.  Add magic-mode-alist.
10303         (Derived Modes): Major update.
10304         (Mode Line Format): Update Menu.
10305         (Mode Line Basics): New node, split off from `Mode Line Format'.
10307         * loading.texi (Autoload): Mention `autoload cookie' as synonym
10308         for `magic autoload comment'.  Add index entries and anchor.
10310 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10312         * tips.texi (Coding Conventions): Explain how important it is
10313         that just loading certain files not change Emacs behavior.
10315         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10317 2005-05-12  Lute Kamstra  <lute@gnu.org>
10319         * modes.texi (Generic Modes): Update.
10320         (Major Modes): Refer to node "Generic Modes".
10322         * elisp.texi (Top): Update to the current structure of the manual.
10323         * processes.texi (Processes): Add menu description.
10324         * customize.texi (Customization): Add menu descriptions.
10326 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10328         * processes.texi (Signals to Processes)
10329         (Low-Level Network): Fix typos.
10331 2005-05-11  Lute Kamstra  <lute@gnu.org>
10333         * elisp.texi (Top): Add some nodes from the chapter "Major and
10334         Minor Modes" to the detailed node listing.
10336 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10338         * keymaps.texi (Extended Menu Items): Menu item filter functions
10339         can be called at any time.
10341 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
10343         * variables.texi (File Local Variables): `(hack-local-variables t)'
10344         now also checks whether a mode is specified in the local variables
10345         list.
10347 2005-05-05  Kevin Ryde  <user42@zip.com.au>
10349         * display.texi (The Echo Area): Correct format function cross
10350         reference.
10352 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10354         * variables.texi (Variable Aliases): Change description of
10355         `define-obsolete-variable-alias'.
10357         * functions.texi (Functions): Add "Obsolete Functions" to menu.
10358         (Defining Functions): Add xref.
10359         (Obsolete Functions): New node.
10360         (Function Safety): Standardize capitalization of section title.
10362         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10363         (Dialog Boxes): Complete description of `x-popup-dialog'.
10365 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10367         * commands.texi (Interactive Codes): Fix Texinfo usage.
10368         Document U more clearly.
10370 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10372         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10373         function and not a macro.
10375         * frames.texi (Pop-Up Menus): Correct and clarify description of
10376         `x-popup-menu'.
10377         (Dialog Boxes): Clarify description of `x-popup-dialog'.
10379 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10381         * edebug.texi (Checking Whether to Stop): Fix previous change.
10383 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10385         * display.texi: Fix typos and Texinfo usage.
10387         * edebug.texi (Checking Whether to Stop): executing-macro ->
10388         executing-kbd-macro.
10390 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10392         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10394 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10396         * files.texi (Magic File Names): Document `operations' property.
10398 2005-04-29  Lute Kamstra  <lute@gnu.org>
10400         * modes.texi (Generic Modes): New node.
10401         (Major Modes): Add it to the menu.
10402         (Derived Modes): Add "derived mode" to concept index.
10404 2005-04-28  Lute Kamstra  <lute@gnu.org>
10406         * modes.texi (Defining Minor Modes): Fix previous change.
10407         (Font Lock Mode): Simplify.
10408         (Font Lock Basics): Say that font-lock-defaults is buffer-local
10409         when set and that some parts are optional.  Add cross references.
10410         (Search-based Fontification): Say how to specify font-lock-keywords.
10411         Add cross references.  Add font-lock-multiline to index.
10412         Move font-lock-keywords-case-fold-search here from node "Other Font
10413         Lock Variables".  Document font-lock-add-keywords and
10414         font-lock-remove-keywords.
10415         (Other Font Lock Variables): Move font-lock-keywords-only,
10416         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10417         and font-lock-syntactic-face-function to node "Syntactic Font
10418         Lock".  Move font-lock-keywords-case-fold-search to node
10419         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
10420         and font-lock-{,un}fontify-{buffer,region}-function.
10421         (Precalculated Fontification): Remove reference to deleted variable
10422         font-lock-core-only.
10423         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10424         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
10425         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10426         and font-lock-syntactic-face-function here from node "Other Font
10427         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
10428         Syntax Properties".  Add cross references.
10429         (Setting Syntax Properties): New node.
10430         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10431         * syntax.texi (Syntax Properties): Add cross reference.
10432         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10434 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10436         * display.texi (Defining Faces):
10437         Document `default' elements of defface spec.
10439         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10441         * variables.texi (Variable Aliases): Clarify text.
10443 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
10445         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10447 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10449         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10451 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
10453         * syntax.texi (Syntax Table Internals): Elaborate documentation of
10454         syntax-after and syntax-class.
10456         * files.texi (Changing Files): Fix last change's cross-reference.
10457         (Unique File Names): Don't mention "numbers" in the documentation
10458         of make-temp-file and make-temp-name.
10460 2005-04-23  Richard M. Stallman  <rms@gnu.org>
10462         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10464 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10466         * windows.texi (Cyclic Window Ordering): Clarify window-list.
10468 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10470         * variables.texi (Variable Aliases): Describe make-obsolete-variable
10471         and define-obsolete-variable-alias.
10473 2005-04-22  Kim F. Storm  <storm@cua.dk>
10475         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10476         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10478 2005-04-21  Lute Kamstra  <lute@gnu.org>
10480         * lists.texi (Association Lists): Document rassq-delete-all.
10482 2005-04-19  Richard M. Stallman  <rms@gnu.org>
10484         * modes.texi (Search-based Fontification): Explain that
10485         facespec is an expression to be evaluated.
10487 2005-04-19  Kevin Ryde  <user42@zip.com.au>
10489         * streams.texi (Output Functions): Fix xref.
10490         * strings.texi (String Conversion): Fix xref.
10492 2005-04-19  Kim F. Storm  <storm@cua.dk>
10494         * symbols.texi (Symbol Plists): Add safe-get.
10495         Mention that `get' may signal an error.
10497 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
10499         * customize.texi (Variable Definitions): Replace tooltip-mode
10500         example with save-place.
10502 2005-04-17  Richard M. Stallman  <rms@gnu.org>
10504         * buffers.texi (Indirect Buffers): Clarify.
10506         * positions.texi (Positions): Clarify converting marker to integer.
10508         * strings.texi (String Basics): Mention string-match; clarify.
10510 2005-04-08  Lute Kamstra  <lute@gnu.org>
10512         * modes.texi (Search-based Fontification): Fix cross references.
10513         Use consistent terminology.  Document anchored highlighting.
10515 2005-04-05  Lute Kamstra  <lute@gnu.org>
10517         * modes.texi (Defining Minor Modes): Document :group keyword
10518         argument and its default value.
10520 2005-04-03  Lute Kamstra  <lute@gnu.org>
10522         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
10523         references and/or descriptions.  Delete major mode hooks; mention
10524         them as a category instead.  Rename or delete obsolete hooks.
10526 2005-04-02  Richard M. Stallman  <rms@gnu.org>
10528         * nonascii.texi (Coding System Basics): Another wording cleanup.
10530 2005-04-01  Richard M. Stallman  <rms@gnu.org>
10532         * nonascii.texi (Coding System Basics): Clarify previous change.
10534 2005-04-01  Kenichi Handa  <handa@m17n.org>
10536         * nonascii.texi (Coding System Basics): Describe about roundtrip
10537         identity of coding systems.
10539 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
10541         * text.texi (Buffer Contents): Add filter-buffer-substring and
10542         buffer-substring-filters.
10544 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
10546         * anti.texi (Antinews): Mention `G' interactive code.
10548         * tips.texi (Compilation Tips): Mention benchmark.el.
10550 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
10552         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10553         is now bound to M-o M-o.
10555         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10557 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10559         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10560         in the Emacs Manual).
10561         * Makefile.in (srcs): Remove calendar.texi.
10562         * makefile.w32-in (srcs): Remove calendar.texi.
10563         * display.texi (Display): Change name of next node.
10564         * os.texi (System In): Change name of previous node.
10565         * elisp.texi (Top): Remove Calendar references.
10566         * vol1.texi (Top): Remove Calendar references.
10567         * vol2.texi (Top): Remove Calendar references.
10569 2005-03-25  Richard M. Stallman  <rms@gnu.org>
10571         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10572         Cleanup previous change.
10574 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
10576         * display.texi (Face Attributes): Faces earlier in an :inherit
10577         list take precedence.
10578         (Scroll Bars): Fix description of vertical-scroll-bars.
10579         Document frame-current-scroll-bars and window-current-scroll-bars.
10581         * markers.texi (The Mark): Document temporary Transient Mark mode.
10583         * minibuf.texi (Reading File Names):
10584         Document read-file-name-completion-ignore-case.
10586         * positions.texi (Screen Lines): Document nil for width argument
10587         to compute-motion.
10589 2005-03-23  Kim F. Storm  <storm@cua.dk>
10591         * display.texi (Standard Faces): Other faces used in the fringe
10592         implicitly inherits from the fringe face.
10593         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10594         properties implicitly inherits from fringe face.
10595         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10597 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
10599         * display.texi (Invisible Text): State default value of
10600         line-move-ignore-invisible.
10601         (Managing Overlays): Document remove-overlays.
10602         (Standard Faces): Document escape-glyph face.
10604         * minibuf.texi (Reading File Names): Document read-file-name-function.
10606         * modes.texi (Other Font Lock Variables):
10607         Document font-lock-lines-before.
10609         * positions.texi (Skipping Characters): skip-chars-forward allows
10610         character classes.
10612 2005-03-18  Lute Kamstra  <lute@gnu.org>
10614         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10616 2005-03-17  Richard M. Stallman  <rms@gnu.org>
10618         * text.texi (Undo): Document extensible undo entries.
10620         * searching.texi (String Search, Regexp Search): Cleanups.
10622         * nonascii.texi (Character Codes): Minor fix.
10624         * display.texi (Display Property): Explain the significance
10625         of having text properties that are eq.
10626         (Other Display Specs): Explain string as display spec.
10628         * commands.texi (Interactive Codes): Document G option.
10630 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
10632         * text.texi (Filling): Add sentence-end-without-period and
10633         sentence-end-without-space.
10634         (Changing Properties): Minor fix.
10636         * anti.texi: Total rewrite.
10638 2005-03-15  Lute Kamstra  <lute@gnu.org>
10640         * edebug.texi (Instrumenting Macro Calls): Fix typos.
10642 2005-03-08  Kim F. Storm  <storm@cua.dk>
10644         * display.texi (Specified Space): Property :width is support on
10645         non-graphic terminals, :height is not.
10647 2005-03-07  Richard M. Stallman  <rms@gnu.org>
10649         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10650         Now subnodes of Fringes.
10651         (Overlay Arrow): Document overlay-arrow-variable-list.
10652         (Fringe Size/Pos): New node, broken out of Fringes.
10653         (Display): Explain clearing vs redisplay better.
10654         (Truncation): Clarify use of bitmaps.
10655         (The Echo Area): Clarify the uses of the echo area.
10656         Add max-mini-window-height.
10657         (Progress): Clarify.
10658         (Invisible Text): Explain that main loop moves point out.
10659         (Selective Display): Say "hidden", not "invisible".
10660         (Managing Overlays): Move up.  Describe relation to Undo here.
10661         (Overlay Properties): Clarify intro.
10662         (Finding Overlays): Explain return values when nothing found.
10663         (Width): truncate-string-to-width has added arg.
10664         (Displaying Faces): Clarify and update mode line face handling.
10665         (Face Functions): Minor cleanup.
10666         (Conditional Display): Merge into Other Display Specs.
10667         (Pixel Specification, Other Display Specs): Minor cleanups.
10668         (Images, Image Descriptors): Minor cleanups.
10669         (GIF Images): Patents have expired.
10670         (Showing Images): Explain default text for insert-image.
10671         (Manipulating Button Types): Merge into Manipulating Buttons.
10672         (Making Buttons): Explain return values.
10673         (Button Buffer Commands): Add xref.
10674         (Inverse Video): Update mode-line-inverse-video.
10675         (Display Table Format): Clarify.
10676         (Active Display Table): Give defaults for window-display-table.
10678         * calendar.texi (Calendar Customizing): calendar-holiday-marker
10679         and calendar-today-marker are strings, not chars.
10680         (Holiday Customizing): Minor fix.
10682         * internals.texi (Writing Emacs Primitives): Update `or' example.
10683         Update limit on # args of subr.
10685         * edebug.texi (Using Edebug): Arrow is in fringe.
10686         (Instrumenting): Arg to eval-defun works without loading edebug.
10687         (Edebug Execution Modes): Add xref.
10689         * customize.texi (Common Keywords): Clarify :require.
10690         Mention :version here.
10691         (Variable Definitions, Group Definitions): Not here.
10692         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10694 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
10695         * nonascii.texi (Text Representations): Clarify position-bytes.
10696         (Character Sets): Add list-charset-chars.
10697         (Scanning Charsets): Add charset-after.
10698         (Encoding and I/O): Minor fix.
10700 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10702         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10703         (Resizing Windows): Likewise.
10705         * text.texi (Change Hooks): Get rid of "Emacs 21".
10707         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10709         * streams.texi (Output Variables): Get rid of "Emacs 21".
10711         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10713         * os.texi (Translating Input): Replace flow-control example
10714         with a less obsolete example that uses `keyboard-translate'.
10716         * objects.texi (Hash Table Type, Circular Objects):
10717         Get rid of "Emacs 21".
10719         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10720         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10722         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10724         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10726         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10727         (Menu Bar): Fix when menu-bar-update-hook is called.
10729         * hash.texi (Hash Tables): Get rid of "Emacs 21".
10731         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10732         and make it read better.
10734         * files.texi (Writing to Files): Get rid of "Emacs 21".
10735         (Unique File Names): Likewise.
10737         * elisp.texi: Update Emacs version to 22.
10739         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10740         (Overlay Properties, Face Attributes): Likewise.
10741         (Managing Overlays): Fix punctuation.
10742         (Attribute Functions): Clarify set-face-font; get rid of
10743         info about old Emacs versions.
10744         (Auto Faces, Font Lookup, Display Property, Images):
10745         Get rid of "Emacs 21".
10747         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10749 2005-03-05  Richard M. Stallman  <rms@gnu.org>
10751         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10753 2005-03-04  Lute Kamstra  <lute@gnu.org>
10755         * debugging.texi (Error Debugging): Document stack-trace-on-error.
10757 2005-03-03  Lute Kamstra  <lute@gnu.org>
10759         * edebug.texi (Instrumenting Macro Calls): Fix typo.
10761 2005-03-01  Lute Kamstra  <lute@gnu.org>
10763         * debugging.texi (Debugger Commands): Update `j'.
10765 2005-02-28  Lute Kamstra  <lute@gnu.org>
10767         * debugging.texi (Debugging): Fix typo.
10768         (Error Debugging): Document eval-expression-debug-on-error.
10769         (Function Debugging): Update example.
10770         (Using Debugger): Mention starred stack frames.
10771         (Debugger Commands): Document `j' and `l'.
10772         (Invoking the Debugger): `d' and `j' exit recursive edit too.
10773         Update the messages that the debugger displays.
10774         (Internals of Debugger): Add cross reference.  Update example.
10775         (Excess Open): Minor improvement.
10776         (Excess Close): Minor improvement.
10778 2005-02-26  Richard M. Stallman  <rms@gnu.org>
10780         * tips.texi (Coding Conventions): Clarify.
10781         Put all the major mode key reservations together.
10782         Mention the Mouse-1 => Mouse-2 conventions.
10784         * syntax.texi (Syntax Class Table): Clarify.
10785         (Syntax Table Functions): syntax-after moved from here.
10786         (Syntax Table Internals): syntax-after moved to here.
10787         (Parsing Expressions): Update info on number of values
10788         and what's meaningful in the STATE argument.
10789         (Categories): Fix typo.
10791         * sequences.texi (Arrays): Cleanup.
10792         (Char-Tables): Clarify.
10794         * processes.texi (Deleting Processes): Cleanups, add xref.
10795         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
10796         (Process Information): set-process-coding-system, some args optional.
10797         (Input to Processes): Explain various types for PROCESS args.
10798         Rename them from PROCESS-NAME to PROCESS.
10799         (Signals to Processes): Likewise.
10800         (Decoding Output): Cleanup.
10801         (Query Before Exit): Clarify.
10803         * os.texi (Startup Summary): Correct the options; add missing ones.
10804         (Terminal Output, Batch Mode): Clarify.
10805         (Flow Control): Node deleted.
10807         * markers.texi (The Mark): Clarify.
10809         * macros.texi (Expansion): Cleanup.
10810         (Indenting Macros): indent-spec allows ints, not floats.
10812         * keymaps.texi (Keymaps): Clarify.
10813         (Format of Keymaps): Update lisp-mode-map example.
10814         (Active Keymaps, Key Lookup): Clarify.
10815         (Changing Key Bindings): Add xref to `kbd'.
10816         (Key Binding Commands, Simple Menu Items): Clarify.
10817         (Mouse Menus, Menu Bar): Clarify.
10818         (Menu Example): Replace print example with menu-bar-replace-menu.
10820         * help.texi (Documentation Basics): Add function-documentation prop.
10822         * elisp.texi (Top): Don't refer to Flow Control node.
10824         * commands.texi (Command Overview): Improve xrefs.
10825         (Adjusting Point): Adjusting point applies to intangible and invis.
10826         (Key Sequence Input): Doc extra read-key-sequence args.
10827         Likewise for read-key-sequence-vector.
10829         * backups.texi (Rename or Copy): Minor fix.
10830         (Numbered Backups): For version-control, say the default.
10831         (Auto-Saving): make-auto-save-file-name example is simplified.
10833         * advice.texi (Advising Functions): Don't imply one part of Emacs
10834         should advise another part.  Markup changes.
10835         (Defining Advice): Move transitional para.
10836         (Activation of Advice): Cleanup.
10837         Explain if COMPILE is nil or negative.
10839         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10841 2005-02-24  Lute Kamstra  <lute@gnu.org>
10843         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10844         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10846 2005-02-23  Lute Kamstra  <lute@gnu.org>
10848         * modes.texi (Defining Minor Modes): define-minor-mode can be used
10849         to define global minor modes as well.
10851         * display.texi (Managing Overlays): overlay-buffer returns nil for
10852         deleted overlays.
10854 2005-02-22  Kim F. Storm  <storm@cua.dk>
10856         * minibuf.texi (Basic Completion): Allow symbols in addition to
10857         strings in try-completion and all-completions.
10859 2005-02-14  Lute Kamstra  <lute@gnu.org>
10861         * elisp.texi (Top): Remove reference to deleted node.
10863         * lists.texi (Lists): Remove reference to deleted node.
10864         (Cons Cells): Fix typo.
10866         * loading.texi (Where Defined): Fix typo.
10868 2005-02-14  Richard M. Stallman  <rms@gnu.org>
10870         * variables.texi (Creating Buffer-Local): change-major-mode-hook
10871         is useful for discarding some minor modes.
10873         * symbols.texi (Symbol Components): Reorder examples.
10875         * streams.texi (Input Functions): State standard-input default.
10876         (Output Variables): State standard-output default.
10878         * objects.texi (Printed Representation): Clarify read syntax vs print.
10879         (Floating Point Type): Explain meaning better.
10880         (Symbol Type): Explain uniqueness better.
10881         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
10882         List examples sooner.
10883         (Box Diagrams): New subnode broken out.
10884         Some examples moved from old Lists as Boxes node.
10885         (Dotted Pair Notation): Clarify intro.
10886         (Array Type): Clarify.
10887         (Type Predicates): Add hash-table-p.
10889         * numbers.texi (Integer Basics): Clarify radix explanation.
10890         (Predicates on Numbers): Minor clarification.
10891         (Comparison of Numbers): Minor clarification.  Clarify eql.
10892         Typos in min, max.
10893         (Math Functions): Clarify overflow in expt.
10895         * minibuf.texi (Text from Minibuffer): Minor clarification.
10896         Mention arrow keys.
10898         * loading.texi (Autoload): defun's doc string overrides autoload's
10899         doc string.
10900         (Repeated Loading): Modernize "add to list" examples.
10901         (Where Defined): Finish updating table of load-history elts.
10903         * lists.texi (List-related Predicates): Minor wording improvement.
10904         (Lists as Boxes): Node deleted.
10905         (Building Lists): Explain trivial cases of number-sequence.
10907         * hash.texi (Hash Tables): Add desc to menu items.
10908         (Creating Hash): Explain "full" means "make larger".
10909         (Hash Access): Any object can be a key.
10910         State value of maphash.
10912         * functions.texi (What Is a Function): Wording cleanup.
10913         (Function Documentation): Minor cleanup.
10914         Explain purpose of calling convention at end of doc string.
10915         (Function Names): Wording cleanup.
10916         (Calling Functions): Wording cleanup.
10917         Explain better how funcall calls the function.
10918         (Function Cells): Delete example of saving and redefining function.
10920         * control.texi (Combining Conditions): Wording cleanup.
10921         (Iteration): dolist and dotimes bind VAR locally.
10922         (Cleanups): Xref to Atomic Changes.
10924         * compile.texi (Byte Compilation): Delete 19.29 info.
10925         (Compilation Functions): Macros' difficulties don't affect defsubst.
10926         (Docs and Compilation): Delete 19.29 info.
10928 2005-02-10  Richard M. Stallman  <rms@gnu.org>
10930         * objects.texi (Symbol Type): Minor correction.
10932 2005-02-06  Lute Kamstra  <lute@gnu.org>
10934         * modes.texi (Example Major Modes): Fix typos.
10936 2005-02-06  Richard M. Stallman  <rms@gnu.org>
10938         * text.texi (Margins): fill-nobreak-predicate can be one function.
10940         * strings.texi (Modifying Strings): clear-string can make unibyte.
10941         (Formatting Strings): format gives error if values missing.
10943         * positions.texi (Character Motion): Mention default arg
10944         for forward-char.  backward-char refers to forward-char.
10945         (Word Motion): Mention default arg for forward-word.
10946         (Buffer End Motion): Mention default arg for beginning-of-buffer.
10947         Simplify end-of-buffer.
10948         (Text Lines): Mention default arg for forward-line.
10949         (List Motion): Mention default arg for beginning/end-of-defun.
10950         (Skipping Characters): Minor fixes in explaining character-set.
10952         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10953         Mode inheritance applies only when default-major-mode is nil.
10954         Clarifications.
10955         (Example Major Modes): Update Text mode and Lisp mode examples.
10956         (Minor Mode Conventions): Mention define-minor-mode at top.
10957         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10958         (Mode Line Format): Update mode line face display info.
10959         (Properties in Mode): Mention effect of risky vars.
10960         (Imenu): Define imenu-add-to-menubar.
10961         (Font Lock Mode): Add descriptions to menu lines.
10962         (Faces for Font Lock): Add font-lock-doc-face.
10964 2005-02-05  Lute Kamstra  <lute@gnu.org>
10966         * text.texi (Maintaining Undo): Remove obsolete function.
10968 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
10970         * frames.texi (Color Names): Add pointer to the X docs about RGB
10971         color specifications.  Improve indexing.
10972         (Text Terminal Colors): Replace the description of RGB values by
10973         an xref to "Color Names".
10975 2005-02-03  Richard M. Stallman  <rms@gnu.org>
10977         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10978         Clarify.
10979         (Selecting Windows): Clarify save-selected-window.
10980         (Cyclic Window Ordering): Clarify walk-windows.
10981         (Window Point): Clarify.
10982         (Window Start): Add comment to example.
10983         (Resizing Windows): Add `interactive' specs in examples.
10984         Document fit-window-to-buffer.
10986         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10987         (Undo, Maintaining Undo): Clarify last change.
10988         (Sorting): In sort-numeric-fields, explain about octal and hex.
10989         Mention sort-numeric-base.
10990         (Format Properties): Add xref for hard newlines.
10992         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10993         (Pop-Up Menus): Fix typo.
10994         (Color Names): Explain all types of color names.
10995         Explain color-values on B&W terminal.
10996         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
10998         * files.texi (File Locks): Not supported on MS systems.
10999         (Testing Accessibility): Clarify.
11001         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11002         (Coverage Testing): Fix typo.
11004         * commands.texi (Misc Events): Remove stray space.
11006         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11007         (Modification Time): Clarify when visited-file-modtime returns 0.
11008         (The Buffer List): Clarify bury-buffer.
11009         (Killing Buffers): Clarify.
11010         (Indirect Buffers): Add clone-indirect-buffer.
11012 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
11014         * edebug.texi (Printing in Edebug): Fix default value of
11015         edebug-print-circle.
11016         (Coverage Testing): Fix displayed frequency count data.
11018 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
11020         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11022 2005-02-02  Kim F. Storm  <storm@cua.dk>
11024         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11026 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
11028         * commands.texi (Misc Events): Describe the help-echo event.
11030         * text.texi (Special Properties) <help-echo>: Use `pos'
11031         consistently in description of the help-echo property.
11032         Use @code{nil} instead of @var{nil}.
11034         * display.texi (Overlay Properties): Fix the index entry for
11035         help-echo overlay property.
11037         * customize.texi (Type Keywords): Uncomment the xref to the
11038         help-echo property documentation.
11040 2005-01-23  Kim F. Storm  <storm@cua.dk>
11042         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11043         return value.  Third element FULLY replaced by PARTIAL which
11044         specifies number of invisible pixels if row is only partially visible.
11045         (Textual Scrolling): Mention auto-window-vscroll.
11046         (Vertical Scrolling): New defvar auto-window-vscroll.
11048 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11050         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11051         command remapping.
11053 2005-01-15  Richard M. Stallman  <rms@gnu.org>
11055         * display.texi (Defining Images): Mention DATA-P arg of create-image.
11057 2005-01-14  Kim F. Storm  <storm@cua.dk>
11059         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11061         * text.texi (Links and Mouse-1): Fix string and vector item.
11063 2005-01-13  Richard M. Stallman  <rms@gnu.org>
11065         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11066         descriptions of overriding-local-map and overriding-terminal-local-map.
11068         * text.texi (Links and Mouse-1): Clarify text.
11070 2005-01-13  Kim F. Storm  <storm@cua.dk>
11072         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11074 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
11076         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11078 2005-01-12  Kim F. Storm  <storm@cua.dk>
11080         * text.texi (Links and Mouse-1): Rename section from Enabling
11081         Mouse-1 to Following Links.  Change xrefs.
11082         Add examples for define-button-type and define-widget.
11084         * display.texi (Button Properties, Button Buffer Commands):
11085         Clarify mouse-1 and follow-link functionality.
11087 2005-01-12  Richard M. Stallman  <rms@gnu.org>
11089         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11091         * display.texi (Beeping): Fix Texinfo usage.
11093         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11095 2005-01-11  Kim F. Storm  <storm@cua.dk>
11097         * display.texi (Button Properties, Button Buffer Commands):
11098         Mention mouse-1 binding.  Add follow-link keyword.
11100         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11101         (Enabling Mouse-1 to Follow Links): New subsection.
11103 2005-01-06  Richard M. Stallman  <rms@gnu.org>
11105         * text.texi (Special Properties): Minor change.
11107         * os.texi (Timers): Clarify previous change.
11109         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11111 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
11113         * display.texi (Face Attributes): Correct xref to renamed node.
11115 2005-01-01  Richard M. Stallman  <rms@gnu.org>
11117         * display.texi (Face Attributes): Describe hex color specs.
11119 2004-12-31  Richard M. Stallman  <rms@gnu.org>
11121         * os.texi (Timers): Update previous change.
11123 2004-12-30  Kim F. Storm  <storm@cua.dk>
11125         * display.texi (Line Height): Total line-height is now specified
11126         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
11127         in cons cells.  (nil . RATIO) is relative to actual line height.
11128         Use line-height `t' instead of `0' to get minimum height.
11130 2004-12-29  Richard M. Stallman  <rms@gnu.org>
11132         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11134 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11136         * commands.texi (Quitting): Clarify value of with-local-quit.
11138         * elisp.texi (Top): Fix previous change.
11140         * loading.texi (Loading): Fix previous change.
11142 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11144         * Makefile.in (MAKEINFO): Specify --force.
11146         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11148         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11150         * display.texi (Line Height): Further clarify.
11152         * elisp.texi (Top): Update Loading submenu.
11154         * loading.texi (Where Defined): New node.
11155         (Unloading): load-history moved to Where Defined.
11157 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11159         * commands.texi (Event Input Misc): Add while-no-input.
11161 2004-12-11  Richard M. Stallman  <rms@gnu.org>
11163         * display.texi (Line Height): Rewrite text for clarity.
11165 2004-12-11  Kim F. Storm  <storm@cua.dk>
11167         * display.texi (Display): Add node "Line Height" to menu.
11168         (Line Height): New node.  Move full description of line-spacing
11169         and line-height text properties here from text.texi.
11170         (Scroll Bars): Add vertical-scroll-bar variable.
11172         * frames.texi (Window Frame Parameters): Remove line-height defvar.
11174         * locals.texi (Standard Buffer-Local Variables): Fix xref for
11175         line-spacing and vertical-scroll-bar.
11177         * text.texi (Special Properties): Just mention line-spacing and
11178         line-height here, add xref to new "Line Height" node.
11180 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
11182         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11184         * locals.texi (Standard Buffer-Local Variables):
11185         Add @xref for `line-spacing'.
11187 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11189         * Makefile.in (maintainer-clean): Remove the info files
11190         in $(infodir) where they are created.
11192 2004-12-03  Richard M. Stallman  <rms@gnu.org>
11194         * windows.texi (Selecting Windows): get-lru-window and
11195         get-largest-window don't consider dedicated windows.
11197         * text.texi (Undo): Document undo-in-progress.
11199 2004-11-26  Richard M. Stallman  <rms@gnu.org>
11201         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11202         Remove a few vars that are not always buffer-local.
11204 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
11206         * locals.texi (Standard Buffer-Local Variables): Comment out
11207         xref's to non-existent node `Yet to be written'.
11209 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11211         * processes.texi (Synchronous Processes): Grammar fix.
11213         * numbers.texi (Comparison of Numbers): Add eql.
11215         * locals.texi (Standard Buffer-Local Variables): Add many vars.
11217         * intro.texi (Printing Notation): Fix previous change.
11219         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11220         and default-indicate-buffer-boundaries from here.
11221         (Usual Display): To here.
11222         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11223         (Usual Display): Move tab-width up.
11225         * customize.texi (Variable Definitions):
11226         Replace show-paren-mode example with tooltip-mode.
11227         (Simple Types, Composite Types, Defining New Types):
11228         Minor cleanups.
11230 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
11232         * processes.texi (Synchronous Processes, Output from Processes):
11233         Markup fix.
11235 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11237         * positions.texi (Skipping Characters): skip-chars-forward
11238         now handles char classes.
11240         * intro.texi (Printing Notation): Avoid confusion of `print'
11241         when explaining @print.
11243         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11245         * display.texi (Display Table Format): Minor fix.
11247         * streams.texi (Output Functions): Fix print example.
11249         * Makefile.in (elisp): New target.
11250         (dist): Depend on $(infodir)/elisp, not elisp.
11251         Copy the info files from $(infodir).
11253         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11254         read-from-minibuffer.
11256         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11258 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11260         * searching.texi (Regexp Search): Add search-whitespace-regexp.
11262 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
11264         * tips.texi (Coding Conventions): Fix typo.
11266 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11268         * tips.texi (Coding Conventions): Separate defvar and require
11269         methods to avoid warnings.  Use require only when there are many
11270         functions and variables from that package.
11272         * minibuf.texi (Minibuffer Completion): When ignoring case,
11273         predicate must not be case-sensitive.
11275         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11276         (Test Coverage): Don't talk about "splotches".  Clarified.
11278 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
11280         * frames.texi (Window Frame Parameters): Fix typo.
11282 2004-11-15  Kim F. Storm  <storm@cua.dk>
11284         * symbols.texi (Other Plists): Note that plist-get may signal error.
11285         Add safe-plist-get.
11287 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
11289         * modes.texi (Font Lock Basics): Fix typo.
11291 2004-11-08  Richard M. Stallman  <rms@gnu.org>
11293         * syntax.texi (Syntax Table Functions): Add syntax-after.
11295 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
11297         * os.texi (Processor Run Time): New section documenting
11298         get-internal-run-time.
11300 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
11302         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11303         it nukes elisp-cover.texi.
11304         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11305         elisp-0 etc.
11307 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11309         * commands.texi (Keyboard Macros): Document `append' return value
11310         of `defining-kbd-macro'.
11312 2004-11-01  Richard M. Stallman  <rms@gnu.org>
11314         * commands.texi (Interactive Call): Add called-interactively-p.
11316 2004-10-29  Simon Josefsson  <jas@extundo.com>
11318         * minibuf.texi (Reading a Password): Revert.
11320 2004-10-28  Richard M. Stallman  <rms@gnu.org>
11322         * frames.texi (Display Feature Testing): Explain about "vendor".
11324 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11326         * commands.texi (Interactive Codes): `N' uses numeric prefix,
11327         not raw.  Clarify `n'.
11328         (Interactive Call): Rewrite interactive-p, focusing on when
11329         and how to use it.
11330         (Misc Events): Clarify previous change.
11332         * advice.texi (Simple Advice): Clarify what job the example does.
11333         (Around-Advice): Clarify ad-do-it.
11334         (Activation of Advice): An option of ad-default-compilation-action
11335         is `never', not `nil'.
11337 2004-10-26  Kim F. Storm  <storm@cua.dk>
11339         * commands.texi (Interactive Codes): Add U code letter.
11341 2004-10-25  Simon Josefsson  <jas@extundo.com>
11343         * minibuf.texi (Reading a Password): Add.
11345 2004-10-24  Jason Rumney  <jasonr@gnu.org>
11347         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
11348         and wheel-down.
11350 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
11352         * processes.texi (Synchronous Processes): Document process-file.
11354 2004-10-22  Kenichi Handa  <handa@m17n.org>
11356         * text.texi (translate-region): Document that it accepts also a
11357         char-table.
11359 2004-10-22  David Ponce  <david@dponce.com>
11361         * windows.texi (Resizing Windows): Document the `preserve-before'
11362         argument of the functions `enlarge-window' and `shrink-window'.
11364 2004-10-19  Jason Rumney  <jasonr@gnu.org>
11366         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11368 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11370         * text.texi (Filling): Add anchor for definition of
11371         `sentence-end-double-space'.
11373         * searching.texi (Regexp Example): Update description of how
11374         Emacs currently recognizes the end of a sentence.
11375         (Standard Regexps): Update definition of the variable
11376         `sentence-end'.  Add definition of the function `sentence-end'.
11378 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
11380         * display.texi (Progress): New node.
11382 2004-10-05  Kim F. Storm  <storm@cua.dk>
11384         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11386 2004-09-29  Kim F. Storm  <storm@cua.dk>
11388         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11389         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
11390         fringe bitmap symbols, as they now have their own namespace.
11391         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11392         vs. pixels.  Signal error if no free bitmap slots.
11393         (Pixel Specification): Change IMAGE to @var{image}.
11395 2004-09-28  Richard M. Stallman  <rms@gnu.org>
11397         * text.texi (Special Properties): Clarify line-spacing and line-height.
11399         * searching.texi (Regexp Search): Add looking-back.
11401 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
11403         * display.texi: Correct typos.
11404         (Image Descriptors): Correct xref's.
11406 2004-09-25  Richard M. Stallman  <rms@gnu.org>
11408         * text.texi (Special Properties): Cleanups in `cursor'.
11409         Rewrites in `line-height' and `line-spacing'; exchange them.
11411         * display.texi (Fringes): Rewrite previous change.
11412         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
11413         (Display Fringe Bitmaps): Node deleted, text moved.
11414         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
11415         (Scroll Bars): Clarify set-window-scroll-bars.
11416         (Pointer Shape): Rewrite.
11417         (Specified Space): Clarify :align-to, etc.
11418         (Pixel Specification): Use @var.  Clarify new text.
11419         (Other Display Specs): Clarify `slice'.
11420         (Image Descriptors): Cleanups.
11421         (Showing Images): Cleanups.
11423 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
11425         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11427         * modes.texi: Various minor changes in addition to:
11428         (Major Mode Conventions): Final call to `run-mode-hooks' should
11429         not be inside the `delay-mode-hooks' form.
11430         (Mode Hooks): New node.
11431         (Hooks): Delete obsolete example.
11432         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11433         node "Mode Hooks".
11435 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
11437         * display.texi: Correct various typos.
11438         (Display): Rename node "Pointer Shapes" to "Pointer
11439         Shape".  (There is already a node called "Pointer Shapes" in
11440         frames.texi.)
11441         (Images): Remove non-existent node "Image Slices" from menu.
11443 2004-09-23  Kim F. Storm  <storm@cua.dk>
11445         * text.texi (Special Properties): Add `cursor', `pointer',
11446         `line-height', and `line-spacing' properties.
11448         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11449         Shapes' to menu.
11450         (Standard Faces): Doc fix for fringe face.
11451         (Fringes): Add `overflow-newline-into-fringe' and
11452         'indicate-buffer-boundaries'.
11453         (Fringe Bitmaps, Pointer Shapes): New nodes.
11454         (Display Property): Add 'Pixel Specification' and 'Display Fringe
11455         Bitmaps' to menu.
11456         (Specified Space): Describe pixel width and height.
11457         (Pixel Specification): New node.
11458         (Other Display Specs): Add `slice' property.
11459         (Display Fringe Bitmaps): New node.
11460         (Images): Add 'Image Slices' to menu.
11461         (Image Descriptors): Add `:pointer' and `:map' properties.
11462         (Showing Images): Add slice arg to `insert-image'.
11463         Add 'insert-sliced-image'.
11465 2004-09-20  Richard M. Stallman  <rms@gnu.org>
11467         * commands.texi (Key Sequence Input):
11468         Clarify downcasing in read-key-sequence.
11470 2004-09-08  Juri Linkov  <juri@jurta.org>
11472         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11474 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
11476         * locals.texi (Standard Buffer-Local Variables):
11477         Add `buffer-auto-save-file-format'.
11478         * internals.texi (Buffer Internals): Describe new
11479         auto_save_file_format field of the buffer structure.
11480         * files.texi (Format Conversion): `auto-save-file-format' has been
11481         renamed `buffer-auto-save-file-format'.
11483 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
11485         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11486         an integer or a marker.
11487         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11489 2004-08-22  Richard M. Stallman  <rms@gnu.org>
11491         * modes.texi (Major Mode Conventions): Discuss rebinding of
11492         standard key bindings.
11494 2004-08-18  Kim F. Storm  <storm@cua.dk>
11496         * processes.texi (Accepting Output): Add `just-this-one' arg to
11497         `accept-process-output'.
11498         (Output from Processes): New var `process-adaptive-read-buffering'.
11500 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11502         * keymaps.texi: Various changes in addition to:
11503         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11504         Give more varied examples for `kbd'.
11505         (Creating Keymaps): Char tables have slots for all characters
11506         without modifiers.
11507         (Active Keymaps): `overriding-local-map' and
11508         `overriding-terminal-local-map' also override text property and
11509         overlay keymaps.
11510         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11511         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11512         to denote a prefix of no events.
11513         `map-keymap' includes parent's bindings _recursively_.
11514         Clarify and correct description of `where-is-internal'.
11515         Mention BUFFER-OR-NAME arg to `describe-bindings'.
11516         (Menu Example): For menus intended for use with the keyboard, the
11517         menu items should be bound to characters or real function keys.
11519 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11521         * objects.texi (Character Type): Reposition `@anchor' to prevent
11522         double space inside sentence in Info.
11524         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11525         renamed to `disabled-command-function'.
11526         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11527         (Command Loop Info): Replace reference to it.
11528         (Disabling Commands): `disabled-command-hook' has been renamed to
11529         `disabled-command-function'.
11531 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
11533         * os.texi (Translating Input): Only non-prefix bindings in
11534         `key-translation-map' override actual key bindings.  Warn about
11535         possible indirect effect of actual key bindings on non-prefix
11536         bindings in `key-translation-map'.
11538 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11540         * minibuf.texi (High-Level Completion): Add anchor for definition
11541         of `read-variable'.
11543         * commands.texi: Various changes in addition to:
11544         (Using Interactive): Clarify description of `interactive-form'.
11545         (Interactive Call): Mention default for KEYS argument to
11546         `call-interactively'.
11547         (Command Loop Info): Clarify description of `this-command-keys'.
11548         Mention KEEP-RECORD argument to `clear-this-command-keys'.
11549         Value of `last-event-frame' can be `macro'.
11550         (Repeat Events): `double-click-fuzz' is also used to distinguish
11551         clicks and drags.
11552         (Classifying Events): Clarify descriptions of `event-modifiers'
11553         `event-basic-type' and `event-convert-list'.
11554         (Accessing Events): `posn-timestamp' takes POSITION argument.
11555         (Quoted Character Input): Clarify description of
11556         `read-quoted-char' and fix example.
11557         (Quitting): Add `with-local-quit'.
11558         (Disabling Commands): Correct and clarify descriptions of
11559         `enable-command' and `disable-command'.
11560         Mention what happens if `disabled-command-hook' is nil.
11561         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11562         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11564 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
11566         * frames.texi: Various changes in addition to:
11567         (Creating Frames): Expand and clarify description of `make-frame'.
11568         (Window Frame Parameters): Either none or both of the `icon-left'
11569         and `icon-top' parameters must be specified.  Put descriptions of
11570         `menu-bar-lines' and `toolbar-lines' closer together and change
11571         them accordingly.
11572         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11573         except while processing `frame-title-format' or `icon-title-format'.
11574         (Deleting Frames): Correct description of `delete-frame'.
11575         Non-nil return values of `frame-live-p' are like those of `framep'.
11576         (Frames and Windows): Mention return value of
11577         `set-frame-selected-window'.
11578         (Visibility of Frames): Mention `force' argument to
11579         `make-frame-invisible'.  `frame-visible-p' returns t for all
11580         frames on text-only terminals.
11581         (Frame Configurations): Restoring a frame configuration does not
11582         restore deleted frames.
11583         (Window System Selections): `x-set-selection' returns DATA.
11584         (Resources): Add example.
11585         (Display Feature Testing): Clarify descriptions of
11586         `display-pixel-height', `display-pixel-width', `x-server-version'
11587         and `x-server-vendor'.
11589         * windows.texi (Choosing Window): Add anchor.
11590         * minibuf.texi (Minibuffer Misc): Add anchor.
11592 2004-07-23  John Paul Wallington  <jpw@gnu.org>
11594         * macros.texi (Defining Macros): Declaration keyword for setting
11595         Edebug spec is `debug' not `edebug'.
11597 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
11599         * windows.texi: Various small changes in addition to:
11600         (Window Point): Mention return value of `set-window-point'.
11601         (Window Start): `pos-visible-in-window-p' disregards horizontal
11602         scrolling.  Explain return value if PARTIALLY is non-nil.
11603         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11604         and `set-window-vscroll'.
11605         (Size of Window): The argument WINDOW to `window-inside-edges',
11606         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11607         (Resizing Windows): Explain return value of
11608         `shrink-window-if-larger-than-buffer'.
11609         `window-size-fixed' automatically becomes buffer local when set.
11610         (Window Configurations): Explain return value of
11611         `set-window-configuration'.
11613         * minibuf.texi (Minibuffer Misc): Add anchor for
11614         `minibuffer-scroll-window'.
11616         * positions.texi (Text Lines): Add anchor for `count-lines'.
11618 2004-07-17  Richard M. Stallman  <rms@gnu.org>
11620         * display.texi (Overlay Properties): Adding `evaporate' prop
11621         deletes empty overlay immediately.
11623         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11624         fix example.
11626 2004-07-16  Jim Blandy  <jimb@redhat.com>
11628         * searching.texi (Regexp Backslash): Document new \_< and \_>
11629         operators.
11631 2004-07-16  Juanma Barranquero  <lektu@terra.es>
11633         * display.texi (Images): Fix Texinfo usage.
11635 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
11637         * buffers.texi (Modification Time): `visited-file-modtime' now
11638         returns a list of two integers, instead of a cons.
11640 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
11642         * windows.texi: Various changes in addition to:
11643         (Splitting Windows): Add `split-window-keep-point'.
11645 2004-07-09  Richard M. Stallman  <rms@gnu.org>
11647         * frames.texi (Input Focus): Minor fix.
11649 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
11651         * frames.texi (Input Focus): Clarify descriptions of
11652         `select-frame-set-input-focus' and `select-frame'.
11654 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
11656         * os.texi: Various small changes in addition to:
11657         (Killing Emacs): Expand and clarify description of
11658         `kill-emacs-query-functions' and `kill-emacs-hook'.
11659         (System Environment): Expand and clarify description of `getenv'
11660         and `setenv'.
11661         (Timers): Clarify description of `run-at-time'.
11662         (Translating Input): Correct description of
11663         `extra-keyboard-modifiers'.
11664         (Flow Control): Correct description of `enable-flow-control'.
11666 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
11668         * os.texi: Update copyright.
11669         (Session Management): Grammar fix.
11670         Clarify which Emacs does the restarting.
11671         Use @samp for *scratch* buffer.
11673 2004-07-04  Alan Mackenzie  <acm@muc.de>
11675         * frames.texi (Input Focus): Add documentation for
11676         `select-frame-set-input-focus'.  Replace refs to non-existent
11677         `switch-frame' with `select-frame'.  Minor corrections and tidying
11678         up of text-only terminal stuff.
11680 2004-07-02  Richard M. Stallman  <rms@gnu.org>
11682         * files.texi (Saving Buffers): Cleanup write-contents-function.
11683         (Magic File Names): Cleanup file-remote-p.
11685 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
11687         * files.texi (Magic File Names): `file-remote-p' returns an
11688         identifier of the remote system, not just t.
11690 2004-07-02  David Kastrup  <dak@gnu.org>
11692         * searching.texi (Entire Match Data): Add explanation about new
11693         match-data behavior when @var{integers} is non-nil.
11695 2004-06-24  Richard M. Stallman  <rms@gnu.org>
11697         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11699         * customize.texi (Variable Definitions): Note about doc strings
11700         and :set.
11702         * keymaps.texi (Keymap Terminology): Document `kbd'.
11703         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11705         * display.texi (Invisible Text): Setting buffer-invisibility-spec
11706         makes it buffer-local.
11708         * files.texi (Saving Buffers): Correct previous change.
11710         * commands.texi (Accessing Events):
11711         Clarify posn-col-row and posn-actual-col-row.
11713 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
11715         * commands.texi (Accessing Events): New functions
11716         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
11718 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11720         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11721         * frames.texi, buffers.texi, backups.texi, variables.texi:
11722         * loading.texi, eval.texi, functions.texi, control.texi:
11723         * symbols.texi, minibuf.texi: Reposition @anchor's.
11725         * help.texi: Various small changes in addition to the following.
11726         (Describing Characters): Describe PREFIX argument to
11727         `key-description'.  Correct and clarify definition of
11728         `text-char-description'.  Describe NEED-VECTOR argument to
11729         `read-kbd-macro'.
11730         (Help Functions): Clarify definition of `apropos'.
11732 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
11734         * files.texi (Saving Buffers): Correct description of
11735         `write-contents-functions'.
11737 2004-06-21  Juanma Barranquero  <lektu@terra.es>
11739         * display.texi (Images): Remove redundant @vindex directives.
11740         Rewrite `image-library-alist' doc in active voice.
11742 2004-06-14  Juanma Barranquero  <lektu@terra.es>
11744         * display.texi (Images): Document new delayed library loading,
11745         variable `image-library-alist' and (existing but undocumented)
11746         function `image-type-available-p'.
11748 2004-06-05  Richard M. Stallman  <rms@gnu.org>
11750         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11751         refer the user to the Initial Input node.
11752         (Text from Minibuffer): Likewise.
11753         (Initial Input): New node.  Document this feature
11754         and say it is mostly deprecated.
11756 2004-05-30  Richard M. Stallman  <rms@gnu.org>
11758         * loading.texi (Named Features): Clarify return value
11759         and meaning of NOERROR.
11761         * variables.texi (File Local Variables): Minor cleanup.
11763 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
11765         * files.texi (Magic File Names): Add `file-remote-p' as operation
11766         of file name handlers.
11768 2004-05-29  Richard M. Stallman  <rms@gnu.org>
11770         * modes.texi (Minor Mode Conventions): (-) has no special meaning
11771         as arg to a minor mode command.
11773 2004-05-22  Richard M. Stallman  <rms@gnu.org>
11775         * syntax.texi (Syntax Class Table): Word syntax not just for English.
11777         * streams.texi (Output Variables): Doc float-output-format.
11779         * searching.texi (Regexp Special): Nested repetition can be infloop.
11781         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11782         real stack overflow.
11784         * compile.texi: Minor cleanups.
11786 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
11788         * lists.texi (Cons Cells): Explain dotted lists, true lists,
11789         circular lists.
11790         (List Elements): Explain handling of circular and dotted lists.
11792 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
11794         * modes.texi (Search-based Fontification): Fix typo.
11796 2004-05-10  Juanma Barranquero  <lektu@terra.es>
11798         * modes.texi (Mode Line Variables): Fix description of
11799         global-mode-string, which is now after which-func-mode, not the
11800         buffer name.
11802 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
11804         * modes.texi (Desktop Save Mode): Add.
11805         (Modes): Add menu entry Desktop Save Mode.
11807         * hooks.texi: Add desktop-after-read-hook,
11808         desktop-no-desktop-file-hook and desktop-save-hook.
11810         * locals.texi: Add desktop-save-buffer.
11812 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
11814         * display.texi: emacs -> Emacs.
11816 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
11818         * files.texi (Changing Files): Document set-file-times.
11820 2004-04-23  Juanma Barranquero  <lektu@terra.es>
11822         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11824 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
11826         * tips.texi (Coding Conventions): defopt -> defcustom.
11828 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
11830         * sequences.texi: Various clarifications.
11832 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
11834         * buffers.texi (Read Only Buffers): Mention optional ARG to
11835         `toggle-read-only'.
11837 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
11839         * windows.texi (Selecting Windows): Note that get-lru-window
11840         returns a full-width window if possible.
11842 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11844         * buffers.texi: Various changes in addition to:
11845         (Buffer File Name): Add `find-buffer-visiting'.
11846         (Buffer Modification): Mention optional ARG to `not-modified'.
11847         (Indirect Buffers): Mention optional CLONE argument to
11848         `make-indirect-buffer'.
11850         * files.texi: Various changes in addition to:
11851         (Visiting Functions): `find-file-hook' is now a normal hook.
11852         (File Name Expansion): Explain difference between the way that
11853         `expand-file-name' and `file-truename' treat `..'.
11854         (Contents of Directories): Mention optional ID-FORMAT argument to
11855         `directory-files-and-attributes'.
11856         (Format Conversion): Mention new optional CONFIRM argument to
11857         `format-write-file'.
11859 2004-04-12  Miles Bader  <miles@gnu.org>
11861         * macros.texi (Expansion): Add description of `macroexpand-all'.
11863 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
11865         * variables.texi (Variable Aliases):
11866         Mention cyclic-variable-indirection.
11868         * errors.texi (Standard Errors): Ditto.
11870 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
11872         * backups.texi: Various small changes in addition to:
11873         (Making Backups): Mention return value of `backup-buffer'.
11874         (Auto-Saving): Mention optional FORCE argument to
11875         `delete-auto-save-file-if-necessary'.
11876         (Reverting): Mention optional PRESERVE-MODES argument to
11877         `revert-buffer'.  Correct description of `revert-buffer-function'.
11879 2004-03-22  Juri Linkov  <juri@jurta.org>
11881         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11882         with `Vector Functions'.
11884         * text.texi (Sorting): Add missing quote.
11886 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
11888         * intro.texi (Lisp History): Replace xref to `cl' manual with
11889         inforef.
11891 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11893         * intro.texi (Version Info): Add arg to emacs-version.
11894         (Lisp History): Change xref to CL manual.
11896 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
11898         * minibuf.texi (Completion Commands): Add xref to Emacs manual
11899         for Partial Completion mode.
11901 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
11903         * customize.texi: Fix typo.  Remove eol whitespace.
11905 2004-03-04  Richard M. Stallman  <rms@gnu.org>
11907         * processes.texi: Fix typos.
11909         * lists.texi (Building Lists): Minor clarification.
11911         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11912         in make-hash-table.
11914 2004-02-29  Juanma Barranquero  <lektu@terra.es>
11916         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11917         rm, and ignore exit code.
11919 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
11921         * display.texi (Defining Faces): Add description for min-colors.
11922         Update example.
11924 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
11926         * abbrevs.texi: Various corrections and clarifications in addition
11927         to the following:
11928         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11930 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
11932         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11934 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
11936         * text.texi: Various small changes in addition to the following:
11937         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11938         to delete-horizontal-space.
11939         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11940         description of yank-handler text property at various places.
11942         * frames.texi (Window System Selections): Add anchor.
11944         * syntax.texi (Syntax Table Functions): Clarify and correct
11945         descriptions of make-syntax-table and copy-syntax-table.
11946         (Motion and Syntax): Clarify SYNTAXES argument to
11947         skip-syntax-forward.
11948         (Parsing Expressions): Mention that the return value of
11949         parse-partial-sexp is currently a list of ten rather than nine
11950         elements.
11951         (Categories): Various corrections and clarifications.
11953 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
11955         * markers.texi (Marker Insertion Types): Minor change.
11957         * locals.texi (Standard Buffer-Local Variables):
11958         * commands.texi (Interactive Codes, Using Interactive):
11959         * functions.texi (Related Topics): Fix xrefs.
11961 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11963         * lists.texi (Sets And Lists): Update description of delete-dups.
11965 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11967         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11969 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
11971         * frames.texi (Parameter Access): frame-parameters arg is optional.
11972         modify-frame-parameters handles nil for FRAME.
11973         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11974         are all-or-nothing for certain toolkits.
11975         Mention parameter wait-for-wm.
11976         (Frames and Windows): In frame-first-window and frame-selected-window
11977         the arg is optional.
11978         (Input Focus): In redirect-frame-focus the second arg is optional.
11979         (Window System Selections): Mention selection type CLIPBOARD.
11980         Mention data-type UTF8_STRING.
11981         Mention numbering of cut buffers.
11982         (Resources): Describe x-resource-name.
11984 2004-02-16  Richard M. Stallman  <rms@gnu.org>
11986         * windows.texi (Buffers and Windows): Delete false table
11987         about all-frames.
11989         * syntax.texi (Parsing Expressions): Delete old caveat
11990         about parse-sexp-ignore-comments.
11992         * streams.texi (Output Variables): Add print-quoted.
11994         * lists.texi (Building Lists): Minor cleanup.
11996         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11998         * display.texi (Overlays): Explain overlays use markers.
11999         (Managing Overlays): Explain front-advance and rear-advance
12000         in more detail.
12002         * loading.texi (Unloading): Document unload-feature-special-hooks.
12003         Get rid of fns-NNN.el file.
12005 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12007         * help.texi (Describing Characters): Fix text-char-description
12008         example output.
12010         * edebug.texi (Using Edebug): Fix example.
12012         * debugging.texi (Internals of Debugger): Fix return value.
12014         * files.texi (Changing Files): Fix argname.
12016         * calendar.texi: Fix parens, and default values.
12018         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12019         * nonascii.texi, objects.texi, os.texi: Minor fixes.
12020         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12022         * positions.texi (Text Lines): Don't add -1 in current-line.
12024 2004-02-16  Richard M. Stallman  <rms@gnu.org>
12026         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12028 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12030         * processes.texi (Low-Level Network): Fix a typo.
12032 2004-02-12  Kim F. Storm  <storm@cua.dk>
12034         * display.texi (Fringes): Use consistent wording.
12035         Note that window-fringe's window arg is optional.
12036         (Scroll Bars): Use consistent wording.
12038 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
12040         * tips.texi (Comment Tips): Document the new conventions for
12041         commenting out code.
12043 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
12045         * positions.texi (Text Lines): Add missing end defun.
12047 2004-02-07  Kim F. Storm  <storm@cua.dk>
12049         * positions.texi (Text Lines): Add line-number-at-pos.
12051 2004-02-06  John Paul Wallington  <jpw@gnu.org>
12053         * display.texi (Button Properties, Button Buffer Commands):
12054         mouse-2 invokes button, not down-mouse-1.
12056 2004-02-04  Jason Rumney  <jasonr@gnu.org>
12058         * makefile.w32-in: Sync with Makefile.in changes.
12060 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
12062         * minibuf.texi (Text from Minibuffer): Various corrections and
12063         clarifications.
12064         (Object from Minibuffer): Correct Lisp description of
12065         read-minibuffer.
12066         (Minibuffer History): Clarify description of cons values for
12067         HISTORY arguments.
12068         (Basic Completion): Various corrections and clarifications.
12069         Add completion-regexp-list.
12070         (Minibuffer Completion): Correct and clarify description of
12071         completing-read.
12072         (Completion Commands): Mention Partial Completion mode.
12073         Various other minor changes.
12074         (High-Level Completion): Various corrections and clarifications.
12075         (Reading File Names): Ditto.
12076         (Minibuffer Misc): Ditto.
12078 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
12080         * strings.texi (Text Comparison): assoc-string also matches
12081         elements of alists that are strings instead of conses.
12082         (Formatting Strings): Standardize Texinfo usage.  Update index
12083         entries.
12085 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
12087         * lists.texi (Sets And Lists): Add delete-dups.
12089 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12091         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12092         special form.
12093         * macros.texi (Defining Macros): Update description of `declare',
12094         which now is a macro.
12095         (Wrong Time): Fix typos.
12097 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12099         * compile.texi (Compilation Functions): Expand descriptions of
12100         `compile-defun', `byte-compile-file', `byte-recompile-directory'
12101         and `batch-byte-compile'.  In particular, mention and describe
12102         all optional arguments.
12103         (Disassembly): Correct and clarify the description of `disassemble'.
12105 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12107         * searching.texi: Various small changes in addition to the
12108         following.
12109         (Regexp Example): Adapt to new value of `sentence-end'.
12110         (Regexp Functions): The PAREN argument to `regexp-opt' can be
12111         `words'.
12112         (Search and Replace): Add usage note for `perform-replace'.
12113         (Entire Match Data): Mention INTEGERS and REUSE arguments to
12114         `match-data'.
12115         (Standard Regexps): Update for new values of `paragraph-start'
12116         and `sentence-end'.
12118 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12120         * files.texi (Saving Buffers): Clarify descriptions of
12121         `write-contents-functions' and `before-save-hook'.
12122         Make the defvar's for `before-save-hook' and `after-save-hook'
12123         into defopt's.
12125 2004-01-07  Kim F. Storm  <storm@cua.dk>
12127         * commands.texi (Click Events): Describe new image and
12128         width/height elements of click events.
12129         (Accessing Events): Add posn-string, posn-image, and
12130         posn-object-width-height.  Change posn-object to return either
12131         image or string object.
12133 2004-01-01  Simon Josefsson  <jas@extundo.com>
12135         * hooks.texi (Standard Hooks): Add before-save-hook.
12136         * files.texi (Saving Buffers): Likewise.
12138 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12140         * frames.texi (Frames and Windows): Delete frame-root-window.
12142 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12144         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12146         * functions.texi: Various small changes in addition to the
12147         following.
12148         (What Is a Function): `functionp' returns nil for macros.
12149         Clarify behavior of this and following functions for symbol arguments.
12150         (Function Documentation): Add `\' in front of (fn @var{arglist})
12151         and explain why.
12152         (Defining Functions): Mention DOCSTRING argument to `defalias'.
12153         Add anchor.
12154         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
12156 2004-01-01  Miles Bader  <miles@gnu.org>
12158         * display.texi (Buttons): New section.
12160 2003-12-31  Andreas Schwab  <schwab@suse.de>
12162         * numbers.texi (Math Functions): sqrt reports a domain-error
12163         error.
12164         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12166 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12168         * tips.texi (Documentation Tips): Update item on hyperlinks in
12169         documentation strings.
12171         * errors.texi (Standard Errors): Various small corrections and
12172         additions.
12174         * control.texi: Various small changes in addition to the
12175         following.
12176         (Signaling Errors): Provide some more details on how `signal'
12177         constructs the error message.  Add anchor to the definition of
12178         `signal'.
12179         (Error Symbols): Describe special treatment of `quit'.
12180         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12181         to emphasize that it has to be a single form.
12183         * buffers.texi: Add anchor.
12185 2003-12-29  Richard M. Stallman  <rms@gnu.org>
12187         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12188         (Window Configurations): Add window-configuration-frame.
12190         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12192         * text.texi (Examining Properties): Add get-char-property-and-overlay.
12193         Change arg name in get-char-property.
12194         (Special Properties): Update handling of keymap property.
12196         * strings.texi (Modifying Strings): Add clear-string.
12197         (Text Comparison): Add assoc-string and remove
12198         assoc-ignore-case, assoc-ignore-representation.
12200         * os.texi (Time of Day): Add set-time-zone-rule.
12202         * numbers.texi (Math Functions): asin, acos, log, log10
12203         report domain-error errors.
12205         * nonascii.texi (Converting Representations):
12206         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12207         (Encoding and I/O): Add file-name-coding-system.
12209         * modes.texi (Search-based Fontification): Explain that
12210         face specs are symbols with face names as values.
12212         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12214         * lists.texi (Building Lists): remq moved elsewhere.
12215         (Sets And Lists): remq moved here.
12216         (Association Lists): Refer to assoc-string.
12218         * internals.texi (Garbage Collection): Add memory-use-counts.
12220         * frames.texi (Frames and Windows): Add set-frame-selected-window
12221         and frame-root-window.
12223         * files.texi (Contents of Directories):
12224         Add directory-files-and-attributes.
12226         * display.texi (Refresh Screen): Add force-window-update.
12227         (Invisible Text): Explain about moving point out of invis text.
12228         (Overlay Properties): Add overlay-properties.
12229         (Managing Overlays): Add overlayp.
12230         (GIF Images): Invalid image number displays a hollow box.
12232         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12233         (Killing Buffers): Add buffer-live-p.
12235 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12237         * display.texi (Fringes): Fix typo "set-buffer-window".
12239 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
12241         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12242         * nonascii.texi, processes.texi, tips.texi, variables.texi:
12243         Add or change various xrefs and anchors.
12245         * commands.texi: Replace all occurrences of @acronym{CAR} with
12246         @sc{car}, for consistency with the rest of the Elisp manual.
12247         `car' and `cdr' are historically acronyms, but are no longer
12248         widely thought of as such.
12250         * internals.texi (Pure Storage): Mention that `purecopy' does not
12251         copy text properties.
12252         (Object Internals): Now 29 bits are used (in most implementations)
12253         to address Lisp objects.
12255         * variables.texi (Variables with Restricted Values): New node.
12257         * objects.texi (Lisp Data Types): Mention that certain variables
12258         can only take on a restricted set of values and add an xref to
12259         the new node "Variables with Restricted Values".
12261         * eval.texi (Function Indirection): Describe the errors that
12262         `indirect-function' can signal.
12263         (Eval): Clarify the descriptions of `eval-region' and `values'.
12264         Describe `eval-buffer' instead of `eval-current-buffer' and
12265         mention `eval-current-buffer' as an alias for `current-buffer'.
12266         Correct the description and mention all optional arguments.
12268         * nonascii.texi: Various small changes in addition to the
12269         following.
12270         (Converting Representations): Clarify behavior of
12271         `string-make-multibyte' and `string-to-multibyte' for unibyte all
12272         ASCII arguments.
12273         (Character Sets): Document the variable `charset-list' and adapt
12274         the definition of the function `charset-list' accordingly.
12275         (Translation of Characters): Clarify use of generic characters in
12276         `make-translation-table'.  Clarify and correct the description of
12277         the use of translation tables in encoding and decoding.
12278         (User-Chosen Coding Systems): Correct and clarify the description
12279         of `select-safe-coding-system'.
12280         (Default Coding Systems): Clarify description of
12281         `file-coding-system-alist'.
12283 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12285         * strings.texi (Text Comparison): Correctly describe when two
12286         strings are `equal'.  Combine and clarify descriptions of
12287         `assoc-ignore-case' and `assoc-ignore-representation'.
12289         * objects.texi (Non-ASCII in Strings): Clarify description of
12290         when a string is unibyte or multibyte.
12291         (Bool-Vector Type): Update examples.
12292         (Equality Predicates): Correctly describe when two strings are
12293         `equal'.
12295 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
12297         * lists.texi (Building Lists): `append' no longer accepts integer
12298         arguments.  Update the description of `number-sequence' to reflect
12299         recent changes.
12300         (Sets And Lists): Describe `member-ignore-case' after `member'.
12302 2003-11-27  Kim F. Storm  <storm@cua.dk>
12304         * commands.texi (Click Events): Click object may be an images.
12305         Describe (dx . dy) element of click positions.
12306         (Accessing Events): Remove duplicate posn-timestamp.
12307         New functions posn-object and posn-object-x-y.
12309 2003-11-23  Kim F. Storm  <storm@cua.dk>
12311         * commands.texi (Click Events): Describe enhancements to event
12312         position lists, including new text-pos and (col . row) items.
12313         Mention left-fringe and right-fringe area events.
12314         (Accessing Events): New functions posn-area and
12315         posn-actual-col-row.  Mention posn-timestamp.  Mention that
12316         posn-point in non-text area still returns buffer position.
12317         Clarify posn-col-row.
12319 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
12321         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12322         * anti.texi (File Attributes): Describe removed parameter
12323         ID-FORMAT.
12325 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12327         * positions.texi (Positions): Mention that, if a marker is used as
12328         a position, its buffer is ignored.
12330         * markers.texi (Overview of Markers): Mention it here too.
12332 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
12334         * numbers.texi (Numeric Conversions): Not just `floor', but also
12335         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12337 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
12339         * markers.texi (Creating Markers): Specify insertion type of
12340         created markers.  Add xref to `Marker Insertion Types'.
12341         Second argument to `copy-marker' is optional.
12342         (Marker Insertion Types): Mention that most markers are created
12343         with insertion type nil.
12344         (The Mark): Correctly describe when `mark' signals an error.
12345         (The Region): Correctly describe when `region-beginning' and
12346         `region-end' signal an error.
12348 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
12350         * hash.texi (Creating Hash): Clarify description of `eql'.
12351         `makehash' is obsolete.
12352         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12354         * positions.texi (Point): Change description of `buffer-end', so
12355         that it is also correct for floating point arguments.
12356         (List Motion): Correct argument lists of `beginning-of-defun' and
12357         `end-of-defun'.
12358         (Excursions): Add xref to `Marker Insertion Types'.
12359         (Narrowing): Argument to `narrow-to-page' is optional.
12361 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
12363         * streams.texi (Output Streams): Clarify behavior of point for
12364         marker output streams.
12366 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12368         * variables.texi (Defining Variables): Second argument to
12369         `defconst' is not optional.
12370         (Setting Variables): Mention optional argument APPEND to
12371         `add-to-list'.
12372         (Creating Buffer-Local): Expand description of
12373         `make-variable-buffer-local'.
12374         (Frame-Local Variables): Expand description of
12375         `make-variable-frame-local'.
12376         (Variable Aliases): Correct description of optional argument
12377         DOCSTRING to `defvaralias'.  Mention return value of
12378         `defvaralias'.
12379         (File Local Variables): Add xref to `File variables' in Emacs
12380         Manual.  Correct description of `hack-local-variables'.  Mention
12381         `safe-local-variable' property.  Mention optional second argument
12382         to `risky-local-variable-p'.
12384 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
12386         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12388 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12390         * anti.texi, backups.texi, commands.texi, customize.texi:
12391         * display.texi, files.texi, internals.texi, keymaps.texi:
12392         * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12393         * objects.texi, os.texi, positions.texi, processes.texi:
12394         * searching.texi, sequences.texi, streams.texi, strings.texi:
12395         * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12397 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
12399         * strings.texi (Creating Strings): Argument START to `substring'
12400         can not be `nil'.  Expand description of
12401         `substring-no-properties'.  Correct description of `split-string',
12402         especially with respect to empty matches.  Prevent very bad line
12403         break in definition of `split-string-default-separators'.
12404         (Text Comparison): `string=' and `string<' also accept symbols as
12405         arguments.
12406         (String Conversion): More completely describe argument BASE in
12407         `string-to-number'.
12408         (Formatting Strings): `%s' and `%S' in `format' do require
12409         corresponding object.  Clarify behavior of numeric prefix after
12410         `%' in `format'.
12411         (Case Conversion): The argument to `upcase-initials' can be a
12412         character.
12414 2003-10-27  Kenichi Handa  <handa@m17n.org>
12416         * display.texi (Fontsets): Fix texinfo usage.
12418 2003-10-25  Kenichi Handa  <handa@m17n.org>
12420         * display.texi (Fontsets): Add description of the function
12421         set-fontset-font.
12423 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
12425         * display.texi (Temporary Displays): Add xref to `Documentation
12426         Tips'.
12428         * functions.texi (Function Safety): Use inforef instead of pxref
12429         for SES.
12431 2003-10-23  Andreas Schwab  <schwab@suse.de>
12433         * Makefile.in (TEX, texinputdir): Don't define.
12434         (TEXI2DVI): Define.
12435         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12436         add $(srcdir)/index.texi.
12437         ($(infodir)/elisp): Remove index.texi dependency.
12438         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
12439         (index.texi): Remove target.
12440         (dist): Don't link $(srcdir)/permute-index.
12441         (clean): Don't remove index.texi.
12443         * permute-index, index.perm: Remove.
12444         * index.texi: Rename from index.unperm.
12446 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
12448         * tips.texi (Documentation Tips): Document new behavior for face
12449         and variable hyperlinks in Help mode.
12451 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
12453         * objects.texi (Integer Type): Update for extra bit of integer range.
12454         (Character Type): Ditto.
12456 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12458         * numbers.texi (Integer Basics): Add index entries for reading
12459         numbers in hex, octal, and binary.
12461 2003-10-16  Lute Kamstra  <lute@gnu.org>
12463         * modes.texi (Mode Line Format): Mention force-mode-line-update's
12464         argument.
12466 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
12468         * windows.texi (Choosing Window): Fix typo.
12469         * edebug.texi (Edebug Execution Modes): Fix typo.
12471 2003-10-13  Richard M. Stallman  <rms@gnu.org>
12473         * windows.texi (Basic Windows): A window has fringe settings,
12474         display margins and scroll-bar settings.
12475         (Splitting Windows): Doc split-window return value.
12476         Clean up one-window-p.
12477         (Selecting Windows): Fix typo.
12478         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12479         (Buffers and Windows): In set-window-buffer, explain effect
12480         on fringe settings and scroll bar settings.
12481         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12482         (Choosing Window): Use defopt for pop-up-frame-function.
12483         For special-display-buffer-names, explain same-window and same-frame.
12484         Clarify window-dedicated-p return value.
12485         (Textual Scrolling): scroll-up and scroll-down can get an error.
12486         (Horizontal Scrolling): Clarify auto-hscroll-mode.
12487         Clarify set-window-hscroll.
12488         (Size of Window): Don't mention tool bar in window-height.
12489         (Coordinates and Windows): Explain what coordinates-in-window-p
12490         returns for fringes and display margins.
12491         (Window Configurations): Explain saving fringes, etc.
12493         * tips.texi (Library Headers): Clean up Documentation.
12495         * syntax.texi (Parsing Expressions): Clean up forward-comment
12496         and parse-sexp-lookup-properties.
12498         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12500         * os.texi (System Environment): Clean up text for load-average errors.
12502         * modes.texi (Hooks): Don't explain local hook details at front.
12503         Clarify run-hooks and run-hook-with-args a little.
12504         Clean up add-hook and remove-hook.
12506         * edebug.texi (Edebug Execution Modes): Clarify t.
12507         Document edebug-sit-for-seconds.
12508         (Coverage Testing): Document C-x X = and =.
12509         (Instrumenting Macro Calls): Fix typo.
12510         (Specification List): Don't index the specification keywords.
12512 2003-10-10  Kim F. Storm  <storm@cua.dk>
12514         * processes.texi (Network): Introduce make-network-process.
12516 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
12518         * tips.texi (Library Headers): Fix typo.
12520 2003-10-07  Juri Linkov  <juri@jurta.org>
12522         * modes.texi (Imenu): Mention imenu-create-index-function's
12523         default value.  Explain submenus better.
12525 2003-10-07  Lute Kamstra  <lute@gnu.org>
12527         * modes.texi (Faces for Font Lock): Fix typo.
12528         (Hooks): Explain how buffer-local hook variables can refer to
12529         global hook variables.
12530         Various minor clarifications.
12532 2003-10-06  Lute Kamstra  <lute@gnu.org>
12534         * tips.texi (Coding Conventions): Mention naming conventions for
12535         hooks.
12537 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
12539         * loading.texi (Library Search): Correct default value of
12540         load-suffixes.
12541         (Named Features): Fix typo.
12543 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12545         * loading.texi (Named Features): In `provide',
12546         say how to test for subfeatures.
12547         (Unloading): In unload-feature, use new var name
12548         unload-feature-special-hooks.
12550 2003-10-03  Lute Kamstra  <lute@gnu.org>
12552         * modes.texi (Major Mode Conventions): Mention third way to set up
12553         Imenu.
12554         (Imenu): A number of small fixes.
12555         Delete documentation of internal variable imenu--index-alist.
12556         Document the return value format of imenu-create-index-function
12557         functions.
12559 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12561         * processes.texi (Network): Say what stopped datagram connections do.
12563         * lists.texi (Association Lists): Clarify `assq-delete-all'.
12565         * display.texi (Overlay Properties): Clarify `evaporate' property.
12567 2003-09-29  Lute Kamstra  <lute@gnu.org>
12569         * modes.texi (Mode Line Data): Explain when symbols in mode-line
12570         constructs should be marked as risky.
12571         Change cons cell into proper list.
12572         (Mode Line Variables): Change cons cell into proper list.
12574 2003-09-26  Lute Kamstra  <lute@gnu.org>
12576         * modes.texi (Mode Line Data): Document the :propertize construct.
12577         (Mode Line Variables): Reorder the descriptions of the variables
12578         to match their order in the default mode-line-format.
12579         Describe the new variables mode-line-position and mode-line-modes.
12580         Update the default values of mode-line-frame-identification,
12581         minor-mode-alist, and default-mode-line-format.
12582         (Properties in Mode): Mention the :propertize construct.
12584 2003-09-26  Richard M. Stallman  <rms@gnu.org>
12586         * buffers.texi, commands.texi, debugging.texi, eval.texi:
12587         * loading.texi, minibuf.texi, text.texi, variables.texi:
12588         Avoid @strong{Note:}.
12590 2003-09-26  Richard M. Stallman  <rms@gnu.org>
12592         * keymaps.texi (Remapping Commands): Fix typo.
12594 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
12596         * processes.texi (Low-Level Network): Fix typo.
12598 2003-09-23  Kim F. Storm  <storm@cua.dk>
12600         * processes.texi (Network, Network Servers): Fix typos.
12601         (Low-Level Network): Add timeout value for :server keyword.
12602         Add new option keywords to make-network-process.
12603         Add set-network-process-options.
12604         Explain how to test availability of network options.
12606 2003-09-19  Richard M. Stallman  <rms@gnu.org>
12608         * text.texi (Motion by Indent): Arg to
12609         backward-to-indentation and forward-to-indentation is optional.
12611         * strings.texi (Creating Strings): Add substring-no-properties.
12613         * processes.texi
12614         (Process Information): Add list-processes arg QUERY-ONLY.
12615         Delete process-contact from here.
12616         Add new status values for process-status.
12617         Add process-get, process-put, process-plist, set-process-plist.
12618         (Synchronous Processes): Add call-process-shell-command.
12619         (Signals to Processes): signal-process allows process objects.
12620         (Network): Complete rewrite.
12621         (Network Servers, Datagrams, Low-Level Network): New nodes.
12623         * positions.texi (Word Motion): forward-word, backward-word
12624         arg is optional.  Reword.
12626         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12628         * variables.texi (Creating Buffer-Local):
12629         Delete duplicate definition of buffer-local-value.
12630         (File Local Variables): Explain about discarding text props.
12632 2003-09-11  Richard M. Stallman  <rms@gnu.org>
12634         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12635         changes variables that record input events.
12636         (Minibuffer Misc): Add minibuffer-selected-window.
12638         * lists.texi (Building Lists): Add copy-tree.
12640         * display.texi (Fontsets): Add char-displayable-p.
12641         (Scroll Bars): New node.
12643 2003-09-08  Lute Kamstra  <lute@gnu.org>
12645         * modes.texi (%-Constructs): Document new `%i' and `%I'
12646         constructs.
12648 2003-09-03  Peter Runestig  <peter@runestig.com>
12650         * makefile.w32-in: New file.
12652 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12654         * display.texi (Overlay Properties): Clarify how priorities
12655         affect use of the properties.
12657 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
12659         * customize.texi (Type Keywords): Correct the description of
12660         `:help-echo' in the case where `motion-doc' is a function.
12662 2003-08-14  John Paul Wallington  <jpw@gnu.org>
12664         * modes.texi (Emulating Mode Line): Subsection, not section.
12666 2003-08-13  Richard M. Stallman  <rms@gnu.org>
12668         * elisp.texi (Top): Update subnode lists in menu.
12670         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12671         (Kill Functions): kill-region has new arg yank-handler.
12672         (Yanking): New node.
12673         (Yank Commands): Add yank-undo-function.
12674         (Low-Level Kill Ring):
12675         kill-new and kill-append have new arg yank-handler.
12676         (Changing Properties): Add remove-list-of-text-properties.
12677         (Atomic Changes): New node.
12679         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12681         * streams.texi (Output Variables): Add eval-expression-print-length
12682         and eval-expression-print-level.
12684         * os.texi (Time Conversion): For encode-time, explain limits on year.
12686         * objects.texi (Character Type): Define anchor "modifier bits".
12688         * modes.texi (Emulating Mode Line): New node.
12689         (Search-based Fontification): Font Lock uses font-lock-face property.
12690         (Other Font Lock Variables): Likewise.
12692         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12693         not vectors.
12694         (Active Keymaps): Add emulation-mode-map-alists.
12695         (Functions for Key Lookup): key-binding has new arg no-remap.
12696         (Remapping Commands): New node.
12697         (Scanning Keymaps): where-is-internal has new arg no-remap.
12698         (Tool Bar): Add tool-bar-local-item-from-menu.
12699         Clarify when to use tool-bar-add-item-from-menu.
12701         * commands.texi (Interactive Call): commandp has new arg.
12702         (Command Loop Info): Add this-original-command.
12704 2003-08-06  John Paul Wallington  <jpw@gnu.org>
12706         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12708         * display.texi (Warning Basics): Fix typo.
12709         (Fringes): Add closing curly bracket and fix typo.
12711         * elisp.texi (Top): Fix typo.
12713 2003-08-05  Richard M. Stallman  <rms@gnu.org>
12715         * elisp.texi: Update lists of subnodes.
12717         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12719         * variables.texi (Local Variables): Use lc for example variable names.
12721         * tips.texi (Library Headers): Explain where to put -*-.
12723         * strings.texi (Creating Strings): Fix xref for vconcat.
12725         * sequences.texi (Vector Functions):
12726         vconcat no longer allows integer args.
12728         * minibuf.texi (Reading File Names): read-file-name has new
12729         arg PREDICATE.  New function read-directory-name.
12731         * macros.texi (Defining Macros): Give definition of `declare'.
12732         (Indenting Macros): New node.
12734         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12735         (Window Frame Parameters): Make separate table of parameters
12736         that are coupled with specific face attributes.
12737         (Deleting Frames): delete-frame-hooks renamed to
12738         delete-frame-functions.
12740         * files.texi (Magic File Names): Add file-remote-p.
12741         Clarify file-local-copy.
12743         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12744         here; instead xref Defining Macros.
12746         * display.texi (Warnings): New node, and subnodes.
12747         (Fringes): New node.
12749         * debugging.texi (Test Coverage): New node.
12751         * compile.texi (Compiler Errors): Explain with-no-warnings
12752         and other ways to suppress warnings.
12754         * commands.texi (Interactive Call): Minor clarification.
12756         * buffers.texi (Buffer File Name): set-visited-file-name
12757         renames the buffer too.
12759         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12761 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
12763         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12765 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
12767         * internals.texi (Garbage Collection): Fix previous change.
12769 2003-07-22  Richard M. Stallman  <rms@gnu.org>
12771         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12773         * display.texi (Width): Use \s syntax in example.
12774         (Font Selection): Add face-font-rescale-alist.
12776         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12777         Remove spurious indent in example.
12779         * lists.texi (Building Lists): Add number-sequence.
12781         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12783         * functions.texi (Function Documentation): Explain how to
12784         show calling convention explicitly in the doc string.
12786         * windows.texi (Selecting Windows): save-selected-window saves
12787         selected window of each frame.
12788         (Window Configurations): Minor change.
12790         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12792         * streams.texi (Output Variables): Add print-continuous-numbering
12793         and print-number-table.
12795         * processes.texi (Decoding Output): New node.
12797         * os.texi (Time Conversion): decode-time arg is optional.
12799         * objects.texi (Character Type): Don't use space as example for \.
12800         Make list of char names and \-sequences correspond.
12801         Explain that \s is not used in strings.  `\ ' needs space after.
12803         * nonascii.texi (Converting Representations): Add string-to-multibyte.
12804         (Translation of Characters): Add translation-table-for-input.
12805         (Default Coding Systems): Add auto-coding-functions.
12806         (Explicit Encoding): Add decode-coding-inserted-region.
12807         (Locales): Add locale-info.
12809         * minibuf.texi (Basic Completion): Describe test-completion.
12810         Collections can be lists of strings.
12811         Clean up lazy-completion-table.
12812         (Programmed Completion): Mention test-completion.
12813         Clarify why lambda expressions are not accepted.
12814         (Minibuffer Misc): Describe minibufferp.
12816 2003-07-14  Richard M. Stallman  <rms@gnu.org>
12818         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12820         * windows.texi (Selecting Windows): New arg to select-window.
12821         (Selecting Windows): Add with-selected-window.
12822         (Size of Window): Add window-inside-edges, etc.
12824         * internals.texi (Garbage Collection): Add post-gc-hook.
12826         * processes.texi (Subprocess Creation): Add exec-suffixes.
12828         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12829         (Scanning Keymaps): Add map-keymaps.
12830         (Defining Menus): Add keymap-prompt.
12832         * numbers.texi (Integer Basics): Add most-positive-fixnum,
12833         most-negative-fixnum.
12835         * compile.texi (Byte Compilation): Explain no-byte-compile.
12836         (Compiler Errors): New node.
12838         * os.texi (User Identification): user-uid, user-real-uid
12839         can return float.
12841         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12842         and about derived modes.
12843         (Minor Modes): Add minor-mode-list.
12844         (Defining Minor Modes): Keyword args for define-minor-mode.
12845         (Search-based Fontification): Explain managing other properties.
12846         (Other Font Lock Variables): Add font-lock-extra-managed-props.
12847         (Faces for Font Lock): Add font-lock-preprocessor-face.
12848         (Hooks): Add run-mode-hooks and delay-mode-hooks.
12850         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12851         (Variable Aliases): Clarify defvaralias.
12853         * loading.texi (Library Search): Add load-suffixes.
12855         * minibuf.texi (Basic Completion): Add lazy-completion-table.
12856         (Programmed Completion): Add dynamic-completion-table.
12858         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12859         (Magic File Names): Specify precedence order of handlers.
12861         * commands.texi (Command Overview): Emacs server runs pre-command-hook
12862         and post-command-hook.
12863         (Waiting): New calling convention for sit-for.
12865         * text.texi (Special Properties): local-map and keymap properties
12866         apply based on their stickiness.
12868 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12870         * modes.texi (Minor Mode Conventions): Specify only some kinds
12871         of list values as args to minor modes.
12873         * files.texi (File Name Expansion): Warn about iterative use
12874         of substitute-in-file-name.
12876         * advice.texi (Activation of Advice): Clean up previous change.
12878 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
12880         * advice.texi (Activation of Advice): Note that ad-start-advice is
12881         turned on by default.
12883 2003-06-30  Richard M. Stallman  <rms@gnu.org>
12885         * text.texi (Buffer Contents): Document current-word.
12886         (Change Hooks): Not called for *Messages*.
12888         * functions.texi (Defining Functions): Explain about redefining
12889         primitives.
12890         (Function Safety): Rename.  Minor changes.
12891         Comment out the detailed criteria for what is safe.
12893 2003-06-22  Andreas Schwab  <schwab@suse.de>
12895         * objects.texi (Symbol Type): Fix description of examples.
12897 2003-06-16  Andreas Schwab  <schwab@suse.de>
12899         * hash.texi (Creating Hash): Fix description of :weakness.
12901 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
12903         * files.texi (Changing Files): copy-file copies file modes, too.
12905 2003-05-28  Richard M. Stallman  <rms@gnu.org>
12907         * strings.texi (Creating Strings): Clarify split-string.
12909 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
12911         * strings.texi (Creating Strings): Update split-string specification
12912         and examples.
12914 2003-05-19  Richard M. Stallman  <rms@gnu.org>
12916         * elisp.texi: Correct invariant section names.
12918 2003-04-20  Richard M. Stallman  <rms@gnu.org>
12920         * os.texi (Timers): Explain about timers and quitting.
12922 2003-04-19  Richard M. Stallman  <rms@gnu.org>
12924         * internals.texi (Writing Emacs Primitives): Strings are
12925         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
12926         Explain GCPRO convention for varargs function args.
12928 2003-04-16  Richard M. Stallman  <rms@gnu.org>
12930         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12932 2003-04-08  Richard M. Stallman  <rms@gnu.org>
12934         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12936 2003-02-13  Kim F. Storm  <storm@cua.dk>
12938         * objects.texi (Character Type): New \s escape for space.
12940 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
12942         * os.texi (System Environment): Add cygwin system-type.
12944 2003-01-25  Richard M. Stallman  <rms@gnu.org>
12946         * keymaps.texi: Document that a symbol can act as a keymap.
12948 2003-01-13  Richard M. Stallman  <rms@gnu.org>
12950         * text.texi (Changing Properties): Say string indices are origin-0.
12952         * positions.texi (Screen Lines) <compute-motion>:
12953         Correct order of elts in return value.
12955         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12956         how to define a default binding.
12958 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
12960         * loading.texi (Unloading): Fix recent change for load-history.
12962         * customize.texi (Simple Types): Clarify description of custom
12963         type 'number.  Describe new custom type 'float.
12965 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
12967         * variables.texi (File Local Variables): Fix typo.
12969 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
12971         From Michael Albinus <Michael.Albinus@alcatel.de>.
12973         * README: Target for Info file is `make info'.
12975         * files.texi (File Name Components): Fix typos in
12976         `file-name-sans-extension'.
12977         (Magic File Names): Complete list of operations for magic file
12978         name handlers.
12980 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
12982         * variables.texi (File Local Variables): New function
12983         risky-local-variable-p.
12985 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
12987         * functions.texi (Function safety): New node about unsafep.
12989 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12991         * customize.texi (Splicing into Lists): Fix example.
12992         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12994 2002-06-17  Juanma Barranquero  <lektu@terra.es>
12996         * frames.texi (Display Feature Testing): Fix typo.
12998 2002-06-12  Andreas Schwab  <schwab@suse.de>
13000         * frames.texi (Initial Parameters, Resources): Fix references to
13001         the Emacs manual.
13003 2002-05-13  Kim F. Storm  <storm@cua.dk>
13005         * variables.texi (Intro to Buffer-Local): Update warning and
13006         example relating to changing buffer inside let.
13008 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
13010         * os.texi (Session Management): New node about X Session management.
13012 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
13014         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
13015         to which the manual corresponds, and the copyright years.
13017         * Makefile.in (VERSION): Set to 2.9.
13019 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
13021         * elisp.texi: Change the category in @dircategory to "Emacs", to
13022         make it consistent with info/dir.
13024 2001-11-25  Miles Bader  <miles@gnu.org>
13026         * text.texi (Fields): Describe new `limit' arg in
13027         field-beginning/field-end.
13029 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
13031         * permute-index: Don't depend on csh-specific features.
13032         Replace the interpreter name with /bin/sh.
13034         * two-volume-cross-refs.txt: New file.
13035         * two.el: New file.
13036         * spellfile: New file.
13038 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
13040         * permute-index: New file.
13042         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13043         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13044         8+3 restricted namespace.
13046         * Makefile.in (infodir): Define relative to $(srcdir).
13047         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13048         include directories list via -I switch to makeinfo.
13049         (index.texi): Use cp if both hard and symbolic links fail.
13051 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
13053         * Makefile.in (distclean): Add.
13055         The following changes make ELisp manual part of the Emacs
13056         distribution:
13058         * Makefile.in: Add Copyright notice.
13059         (prefix): Remove.
13060         (infodir): Change value to "../info".
13061         (VPATH): New variable.
13062         (MAKE): Don't define.
13063         (texmacrodir): Don't define.
13064         (texinputdir): Append the existing value of TEXINPUTS.
13065         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
13066         command to be compatible with man/Makefile.in, and to put the
13067         output into ../info.
13068         (info): Add target.
13069         (installall): Target removed.
13071 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
13073         * tips.texi (Coding Conventions): Fix typo.
13075 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
13077         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13079 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
13081         * files.texi (File Name Components): Update the description of
13082         file-name-sans-extension and file-name-extension, as they now
13083         ignore leading dots.
13085 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
13087         * (Version 21.1 released.)
13089 2001-10-19  Miles Bader  <miles@gnu.org>
13091         * positions.texi (Text Lines): Describe behavior of
13092         `beginning-of-line'/`end-of-line' in the presence of field properties.
13094 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
13096         * Makefile.in (VERSION): Set to 2.8.
13097         (manual): Use `manual-21'.
13099         * elisp.texi (VERSION): Add and use it where the version
13100         number was used.  Set it to 2.8.
13102         * intro.texi: Likewise.
13104 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
13106         * files.texi (File Name Completion): Document the significance of
13107         a trailing slash in elements of completion-ignored-extensions.
13109 2001-10-06  Miles Bader  <miles@gnu.org>
13111         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13113 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
13115         * variables.texi (Variable Aliases): New node.
13117 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
13119         * Branch for 21.1.
13121 2001-10-02  Miles Bader  <miles@gnu.org>
13123         * minibuf.texi (Minibuffer Misc): Add entries for
13124         `minibuffer-contents', `minibuffer-contents-no-properties', and
13125         `delete-minibuffer-contents'.
13126         Correct description for `minibuffer-prompt-end'.
13128         * text.texi (Property Search): Correct descriptions of
13129         `next-char-property-change' and `previous-char-property-change'.
13130         Add entries for `next-single-char-property-change' and
13131         `previous-single-char-property-change'.
13132         Make operand names a bit more consistent.
13134 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
13136         * frames.texi (Finding All Frames): Document that next-frame and
13137         previous-frame are local to current terminal.
13139 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
13141         * keymaps.texi (Creating Keymaps): Fix the description of the
13142         result of make-keymap.
13144 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
13146         * display.texi (Font Lookup, Attribute Functions)
13147         (Image Descriptors): Add cross-references to the definition of
13148         selected frame.
13150         * buffers.texi (The Buffer List): Add cross-references to the
13151         definition of selected frame.
13153         * frames.texi (Input Focus): Clarify which frame is _the_ selected
13154         frame at any given time.
13155         (Multiple Displays, Size and Position): Add a cross-reference to
13156         the definition of the selected frame.
13158 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
13160         * strings.texi (String Conversion) <string-to-number>: Document
13161         that a float is returned for integers that are too large.
13163         * frames.texi (Mouse Position): Document mouse-position-function.
13164         (Display Feature Testing): Document display-images-p.
13165         (Window Frame Parameters): Document the cursor-type variable.
13167         * numbers.texi (Integer Basics): Document CL style read syntax for
13168         integers in bases other than 10.
13170         * positions.texi (List Motion):
13171         Document open-paren-in-column-0-is-defun-start.
13173         * lists.texi (Sets And Lists): Document member-ignore-case.
13175         * internals.texi (Garbage Collection): Document the used and free
13176         strings report.
13177         (Memory Usage): Document strings-consed.
13179         * os.texi (Time of Day): Document float-time.
13180         (Recording Input): Document that clear-this-command-keys clears
13181         the vector to be returned by recent-keys.
13183         * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13184         The argument keymap can be a list.
13186         * nonascii.texi (User-Chosen Coding Systems)
13187         <select-safe-coding-system>: Document the new argument
13188         accept-default-p and the variable
13189         select-safe-coding-system-accept-default-p.  Tell what happens if
13190         buffer-file-coding-system is undecided.
13191         (Default Coding Systems): Document auto-coding-regexp-alist.
13193         * display.texi (The Echo Area) <message>: Document
13194         message-truncate-lines.
13195         (Glyphs): Document that the glyph table is unused on windowed
13196         displays.
13198         * help.texi (Describing Characters) <single-key-description>:
13199         Document the new argument no-angles.
13200         (Accessing Documentation) <documentation-property>: Document that
13201         a non-string property is evaluated.
13202         <documentation>: Document that the function-documentation property
13203         is looked for.
13205         * windows.texi (Selecting Windows): Document some-window.
13207         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13209         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13210         apropos-mode-hook.
13212         * commands.texi (Using Interactive): Document interactive-form.
13213         (Keyboard Macros): Document kbd-macro-termination-hook.
13214         (Command Loop Info): Document that clear-this-command-keys clears
13215         the vector to be returned by recent-keys.
13217 2001-09-04  Werner LEMBERG  <wl@gnu.org>
13219         * Makefile.in (srcdir, texinputdir): New variables.
13220         (srcs, index.texi, install): Use $(srcdir).
13221         (.PHONY): Remove elisp.dvi.
13222         (elisp): Use -I switch for makeinfo.
13223         (elisp.dvi): Use $(srcdir) and $(texinputdir).
13224         (installall, dist): Use $(srcdir).
13225         Fix path to texinfo.tex.
13226         (maintainer-clean): Add elisp.dvi and elisp.oaux.
13228 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
13230         * display.texi (Conditional Display): Adjust to API change.
13232         * configure: New file.
13234 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
13236         * commands.texi (Repeat Events): Add description of
13237         double-click-fuzz.
13239 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
13241         * syntax.texi (Syntax Class Table): Add the missing designator for
13242         comment and string fences.
13243         (Syntax Properties): Add a xref to syntax table internals.
13244         (Syntax Table Internals): Document string-to-syntax.
13246 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
13248         * Makefile.in (install): Use install-info command line options
13249         like in Emacs' Makefile.in.
13251 2000-12-09  Miles Bader  <miles@gnu.org>
13253         * windows.texi (Window Start): Update documentation for
13254         `pos-visible-in-window-p'.
13256 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13258         * lists.texi (Building Lists): Add footnote to explain how to add
13259         to the end of a list.
13261 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
13263         * files.texi (Visiting Functions): Typos.
13265 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
13267         * files.texi (Visiting Functions): Return value of
13268         find-file-noselect may be a list of buffers if wildcards are used.
13270 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
13272         * display.texi (Defining Faces): Document `graphic' display type
13273         in face specs.
13275 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13277         * hooks.texi (Standard Hooks): Replace obsolete
13278         `after-make-frame-hook' with `after-make-frame-functions'.
13280         * frames.texi (Creating Frames): Ditto.
13282         * variables.texi (Future Local Variables): Ditto.
13284 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
13286         * display.texi (Other Image Types): Add description of :foreground
13287         and :background properties of mono PBM images.
13289 2000-08-17  Werner LEMBERG  <wl@gnu.org>
13291         * .cvsignore: New file.
13293 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
13295         * tindex.pl: New script.
13297 1999-12-03  Dave Love  <fx@gnu.org>
13299         * Makefile.in (MAKEINFO): New parameter.
13301 1999-09-17  Richard Stallman  <rms@gnu.org>
13303         * Makefile.in (srcs): Add hash.texi.
13304         (VERSION): Update to 20.6.
13306 1999-09-13  Richard Stallman  <rms@gnu.org>
13308         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13310 1998-08-29  Karl Heuer  <kwzh@gnu.org>
13312         * configure.in: New file.
13313         * Makefile.in: Renamed from Makefile.
13314         (prefix, infodir): Use value obtained from configure.
13315         (emacslibdir): Obsolete variable deleted.
13316         (dist): Distribute configure.in, configure, Makefile.in.
13318 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13320         * Makefile (INSTALL_INFO): New variable.
13321         (install): Run install-info.
13323 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13325         * Makefile (elisp.dvi): Add missing backslash.
13327 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
13329         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13330         Run texindex without `./'.  Always run texindex on elisp.tp.
13331         (elisp.tps): Target deleted.
13333 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
13335         * Makefile (srcs): Add nonascii.texi and customize.texi.
13336         (dist): Start by deleting `temp'.
13338 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
13340         * Makefile (makeinfo, texindex): Targets deleted.
13341         (makeinfo.o, texindex.o): Targets deleted.
13342         (clean, dist): Don't do anything with them or with getopt*.
13344 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
13346         * Makefile (SHELL): Defined.
13348 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
13350         * Makefile (elisp.tps): New target.
13351         (elisp.dvi): Depend on elisp.tps.
13353 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13355         * README: Update phone number.
13357         * Makefile (elisp): Make this be the default target.
13358         Depend on makeinfo.c instead of makeinfo.
13359         (install): Don't depend on elisp.dvi, since we don't install that.
13360         Use mkinstalldirs.
13361         (dist): Add mkinstalldirs.
13363 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13365         * Makefile (VERSION): Update version number.
13366         (maintainer-clean): Rename from realclean.
13368 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
13370         * Makefile (realclean): New target.
13371         (elisp): Remove any old elisp-* files first.
13373 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
13375         * Makefile (VERSION): New variable.
13376         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13377         Compressed file suffix should be `.gz', not `.z'.
13379 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13381         * Makefile (elisp): Depend on makeinfo.
13383 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
13385         * Makefile (srcs): Add anti.texi.
13387 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13389         * Makefile (infodir, prefix): New vars.
13390         (install): Use infodir.
13391         (emacsinfodir): Delete.
13393 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13395         * Makefile (srcs): Add calendar.texi.
13397         * Makefile (dist): Copy texindex.c and makeinfo.c.
13398         Limit elisp-* files to those with one or two digits.
13400 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13402         * Makefile (dist): Change to use Gzip instead of compress.
13404 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
13406         * loading.texi (Unloading): define-function changed back to
13407         defalias.  It may not stay this way, but at least it's
13408         consistent with the known-good version of the code patch.
13410 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
13412         * modes.texi (Hooks): Document new optional arg of add-hook.
13414 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
13416         * variables.texi: Document nil initial value of buffer-local variables.
13418         * tips.texi: Add new section on standard library headers.
13420 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13422         * Makefile (srcs): Add frame.texi to the list of sources.
13424 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13426         * Makefile (dist): Don't bother excluding autosave files; they'll
13427         never make it into the temp directory anyway, and the hash marks
13428         in the name are problematic for make and the Bourne shell.
13429         (srcs): ???
13431 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13433         * Makefile (dist): Don't include backup files or autosave files in
13434         the distribution tar file.
13436 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13438         * Makefile (srcs): Add index.perm.
13439         (elisp.dvi): Remove erroneous shell comment.
13440         Expect output of permute-index in permuted.fns.
13441         Save old elisp.aux in elisp.oaux.
13442         (clean): Add index.texi to be deleted.
13444 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
13446         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13448 1990-06-26  David Lawrence  (tale@geech)
13450         * files.texi: Noted that completion-ignored-extensions is ignored
13451         when making *Completions*.
13453 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
13455         * Makefile  make dist now depends on elisp.dvi, since it tries
13456         to include it in the dist file.
13458 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
13460         * functions.texinfo (Mapping Functions): Add missing quote.
13462 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
13464         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13465         (defunargs): Turn off \hyphenchar of \sl font temporarily.
13467 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13469         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13470         and @error{} are the terms now being used.  The files in the
13471         directory have been changed to reflect this.
13473         * All instances of @indentedresultt{} have been changed to
13474         `     @result{}', using 5 spaces at the beginning of the line.
13476 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13478         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13479         experimental @indentedresult{}, @indentedexpandsto{} are part of
13480         the texinfo.tex in this directory.  These TeX macros are not
13481         stable yet.
13483 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13485         * texinfo.tex: Temporarily added
13486                 \let\result=\dblarrow
13487                 \def\error{{\it ERROR} \longdblarrow}
13488         We need to do this better soon.
13490 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13492         * Applied Karl Berry's patches to *.texinfo files, but not to
13493         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
13494         new title page format is also not applied, since it requires
13495         texinfo.tex changes.)
13497         * Cleaned up `Makefile' and defined the `emacslibdir' directory
13498         for the Project GNU development environment.
13500 ;; Local Variables:
13501 ;; coding: utf-8
13502 ;; End:
13504   Copyright (C) 1998-2014 Free Software Foundation, Inc.
13506   This file is part of GNU Emacs.
13508   GNU Emacs is free software: you can redistribute it and/or modify
13509   it under the terms of the GNU General Public License as published by
13510   the Free Software Foundation, either version 3 of the License, or
13511   (at your option) any later version.
13513   GNU Emacs is distributed in the hope that it will be useful,
13514   but WITHOUT ANY WARRANTY; without even the implied warranty of
13515   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13516   GNU General Public License for more details.
13518   You should have received a copy of the GNU General Public License
13519   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.