Add seq-into as a public function
[emacs.git] / doc / lispref / ChangeLog
blob260656c6cf76fff62e8bbd1b4f4c71d26ae391b1
1 2015-03-09  Nicolas Petton <nicolas@petton.fr>
3         * sequences.texi (seq-into): Add documentation for the new
4         seq-into function.
6 2015-03-03  Eli Zaretskii  <eliz@gnu.org>
8         * processes.texi (Synchronous Processes): Update documentation of
9         call-process-shell-command and process-file-shell-command.
11 2015-03-03  Daniel Colascione  <dancol@dancol.org>
13         * control.texi (Generators): Correct missing word.  Clarify which
14         forms are legal in which parts of `unwind-protect'.  Fix orphaned
15         close parenthesis.
17         * objects.texi (Finalizer Type): New section for finalizer objects.
18         (Type Predicates): Mention finalizers in `type-of' documentation.
19         * elisp.texi (Top): Link to finalizer type.
21 2015-03-02  Daniel Colascione  <dancol@dancol.org>
23         * control.texi (Generators): New section
24         * elisp.text: Reference new section.
26 2015-02-28  Eli Zaretskii  <eliz@gnu.org>
28         * searching.texi (Char Classes): Update the documentation of
29         [:alpha:] and [:alnum:].  (Bug#19878)
31 2015-02-27  Eli Zaretskii  <eliz@gnu.org>
33         * os.texi (Startup Summary):
34         * display.texi (Window Systems): Mention peculiarities of daemon
35         mode on MS-Windows.
37 2015-02-11  Martin Rudalics  <rudalics@gmx.at>
39         * frames.texi (Size Parameters): Update description of
40         fullscreen frame parameter.  Describe `fullscreen-restore'
41         parameter.
43 2015-02-09 Nicolas Petton <nicolas@petton.fr>
45         * sequences.texi (Sequence Functions): Update documentation
46         examples for seq-group-by.
48 2015-02-09  Eli Zaretskii  <eliz@gnu.org>
50         * positions.texi (Screen Lines): Update the documentation of
51         vertical-motion to document the new additional argument.
53 2015-02-06  Nicolas Petton <nicolas@petton.fr>
55         * sequences.texi (Sequence Functions): Add documentation for
56         seq-mapcat, seq-partition and seq-group-by.
58 2015-02-05  Martin Rudalics  <rudalics@gmx.at>
60         * display.texi (Size of Displayed Text): Remove description of
61         optional argument BUFFER of `window-text-pixel-size'.
63 2015-02-01  Martin Rudalics  <rudalics@gmx.at>
65         * display.texi (Size of Displayed Text): Describe optional
66         argument BUFFER of `window-text-pixel-size'.
68 2015-01-28  Eli Zaretskii  <eliz@gnu.org>
70         * searching.texi (Regexp Search): Add a cross-reference to "Syntax
71         of Regexps".  (Bug#19668)
73 2015-01-28  Daniel Koning  <dk@danielkoning.com>  (tiny change)
75         * commands.texi (Drag Events, Motion Events, Event Examples)
76         (Accessing Mouse): Describe actual range of values that mouse
77         position objects can have.
79 2015-01-28  Eli Zaretskii  <eliz@gnu.org>
81         * display.texi (Manipulating Buttons): Explain more about the
82         'action' property.  (Bug#19628)
84         * text.texi (Clickable Text): Improve indexing.  (Bug#19629)
86         * variables.texi (Creating Buffer-Local): Improve indexing.  (Bug#19608)
88         * frames.texi (Display Feature Testing): Make the description of
89         x-server-version and x-server-vendor less X-specific.  (Bug#19502)
91 2015-01-15  Eli Zaretskii  <eliz@gnu.org>
93         * streams.texi (Input Functions): Document 'set-binary-mode'.
94         (Output Functions): Cross-reference to documentation of
95         'set-binary-mode'.
97 2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
99         batch write-region no longer says "Wrote FOO"
100         * files.texi (Writing to Files): Document this.
102 2014-12-31  Paul Eggert  <eggert@cs.ucla.edu>
104         Less 'make' chatter for Emacs doc
105         * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
106         (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
107         (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
108         Use them.
110 2014-12-30  Martin Rudalics  <rudalics@gmx.at>
112         * display.texi (Temporary Displays): Amend description of
113         `with-temp-buffer-window'.  Add descriptions for
114         `with-current-buffer-window', `with-displayed-buffer-window' and
115         `temp-buffer-resize-mode', `temp-buffer-max-height' and
116         `temp-buffer-max-width'.
118 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
120         * os.texi (System Environment): Update for system-name changes.
122 2014-12-27  Glenn Morris  <rgm@gnu.org>
124         * control.texi (Pattern matching case statement):
125         * os.texi (Desktop Notifications):
126         * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
128 2014-12-27  Eli Zaretskii  <eliz@gnu.org>
130         * windows.texi (Recombining Windows): Index subject of sections.
132         * variables.texi (Variables with Restricted Values)
133         (Generalized Variables): Index subject of sections.
135         * text.texi (Buffer Contents, Examining Properties)
136         (Changing Properties, Property Search, Substitution): Index
137         subject of sections.
139         * syntax.texi (Motion and Syntax, Parsing Expressions)
140         (Motion via Parsing, Position Parse, Control Parsing): Index
141         subject of sections.
143         * strings.texi (Predicates for Strings, Creating Strings)
144         (Modifying Strings, Text Comparison): Index subject of sections.
146         * searching.texi (Syntax of Regexps, Regexp Special)
147         (Regexp Functions, Regexp Functions): Index subject of sections.
149         * processes.texi (Subprocess Creation, Process Information): Index
150         subject of sections.
152         * positions.texi (Screen Lines): Index subject of sections.
154         * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
155         Index subject of sections.
157         * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
158         (Multiple Queries, Minibuffer Contents): Index subject of
159         sections.
161         * markers.texi (Predicates on Markers, Creating Markers)
162         (Information from Markers, Moving Markers): Index subject of
163         sections.
165         * macros.texi (Defining Macros, Problems with Macros): Index
166         subject of sections.
168         * loading.texi (Loading Non-ASCII, Where Defined): Index subject
169         of sections.
171         * lists.texi (List-related Predicates, List Variables, Setcar)
172         (Setcdr, Plist Access): Index subject of sections.
174         * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
175         (Modifying Menus): Index subject of sections.
177         * help.texi (Accessing Documentation, Help Functions): Index
178         subject of sections.
180         * hash.texi (Hash Access): Index subject of sections.
182         * functions.texi (Core Advising Primitives)
183         (Advising Named Functions, Porting old advices): Index subject of
184         sections.
186         * frames.texi (Creating Frames, Initial Parameters)
187         (Position Parameters, Buffer Parameters, Minibuffers and Frames)
188         (Pop-Up Menus, Drag and Drop): Index subject of sections.
190         * files.texi (Visiting Functions, Kinds of Files)
191         (Unique File Names): Index subject of sections.
193         * display.texi (Refresh Screen, Echo Area Customization)
194         (Warning Variables, Warning Options, Delayed Warnings)
195         (Temporary Displays, Managing Overlays, Overlay Properties)
196         (Finding Overlays, Size of Displayed Text, Defining Faces)
197         (Attribute Functions, Displaying Faces, Face Remapping)
198         (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
199         (Defining Images, Showing Images): Index subject of sections.
201         * debugging.texi (Debugging, Explicit Debug)
202         (Invoking the Debugger, Excess Open, Excess Close): Index subject
203         of sections.
205         * customize.texi (Defining New Types, Applying Customizations)
206         (Custom Themes): Index subject of sections.
208         * control.texi (Sequencing, Combining Conditions)
209         (Processing of Errors, Cleanups): Index subject of sections.
211         * compile.texi (Eval During Compile): Index subject of sections.
213         * commands.texi (Using Interactive, Distinguish Interactive)
214         (Command Loop Info, Classifying Events, Event Mod)
215         (Invoking the Input Method): Index subject of sections.
217         * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
219         * backups.texi (Making Backups, Numbered Backups, Backup Names)
220         (Reverting): Index subject of sections.
222         * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
223         (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
224         (Abbrev Table Properties): Index subject of sections.
226         * os.texi (Time of Day, Time Conversion, Time Parsing)
227         (Time Calculations, Idle Timers): Index subject of sections.
229 2014-12-25  Martin Rudalics  <rudalics@gmx.at>
231         * windows.texi (Windows): Resync @menu order with @node order.
233         * minibuf.texi (Minibuffer Windows): Add descriptions of
234         `resize-mini-windows' and `max-mini-window-height'.
236 2014-12-25  Glenn Morris  <rgm@gnu.org>
238         * windows.texi (Windows): Sync @menu order with @node order.
240         * sequences.texi (Sequence Functions): Copyedits.
242         * control.texi (Pattern matching case statement):
243         * positions.texi (List Motion):
244         * streams.texi (Output Functions):
245         * strings.texi (Text Comparison):
246         * text.texi (Document Object Model): Markup fixes.
248 2014-12-22  Paul Eggert  <eggert@cs.ucla.edu>
250         Remove obsolete references to pre-C99 builds
251         * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
253 2014-12-19  Martin Rudalics  <rudalics@gmx.at>
255         * windows.texi (Resizing Windows): Describe new argument of
256         `fit-window-to-buffer'.  Move description of `window-size-fixed'
257         to new section below.
258         (Preserving Window Sizes): New section describing
259         `window-size-fixed' and `window-preserve-size'.
260         (Display Action Functions): Describe `preserve-size' alist
261         entry.
262         (Window Parameters): Describe `preserved-size' parameter.
264 2014-12-18  Eli Zaretskii  <eliz@gnu.org>
266         * display.texi (Low-Level Font): Document font-info and query-font.
268 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * display.texi (Forcing Redisplay): Remove references to
271         redisplay-dont-pause and redisplay-preemption-period (which doesn't
272         even exist).
274 2014-12-16  Nicolas Petton  <petton.nicolas@gmail.com>
276         * sequences.texi (Seq Library): Add documentation for seq.el.
278 2014-12-15  Alan Mackenzie  <acm@muc.de>
280         "Advice" is a mass noun.  Amend text accordingly.
281         * functions.texi: (Advising Functions, Core Advising Primitives)
282         (Advising Named Functions, Advice combinators)
283         (Porting old advice): Replace, e.g., "an advice" with "advice".
285 2014-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287         * files.texi (Relative File Names): Mention `directory-name-p'.
289 2014-12-13  Eli Zaretskii  <eliz@gnu.org>
291         * text.texi (Comparing Text): Prevent a text string from being
292         broken between 2 lines.  (Bug#19257)
294 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296         * files.texi (Contents of Directories):
297         Document directory-files-recursively.
299 2014-12-04  Eli Zaretskii  <eliz@gnu.org>
301         * display.texi (Bidirectional Display):
302         Document 'buffer-substring-with-bidi-context'.
304         * text.texi (Buffer Contents):
305         Mention 'buffer-substring-with-bidi-context' with a cross-reference.
307 2014-12-02  Eli Zaretskii  <eliz@gnu.org>
309         * display.texi (Bidirectional Display):
310         Document 'bidi-find-overridden-directionality'.
312 2014-11-29  Paul Eggert  <eggert@cs.ucla.edu>
314         Lessen focus on ChangeLog files, as opposed to change log entries.
315         * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
316         * tips.texi (Library Headers): Emacs uses a version control system.
318 2014-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320         * text.texi (Document Object Model): Mention `dom-pp'.
322 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324         * text.texi (Document Object Model): New node to document dom.el.
326 2014-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328         * processes.texi (Network Security): Made into its own section and
329         fleshed out.
330         (Network Security): Mention more NSM variables.
331         (Processes): Move the Network Security Manager stuff to the Emacs
332         manual.
334 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336         * processes.texi (Network): Mention the new :warn-unless-encrypted
337         parameter to `open-network-stream'.
338         (Network): Mention the Network Security Manager.
340 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
342         * text.texi (Parsing HTML/XML): Document new optional parameter
343         'discard-comments' of 'libxml-parse(html|xml)-region'.
345 2014-11-18  Leo Liu  <sdl.web@gmail.com>
347         * functions.texi (Advising Named Functions):
348         Document define-advice.
350 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
352         Improve time stamp handling, and be more consistent about it.
353         * os.texi (Time of Day, Time Conversion, Time Parsing)
354         (Processor Run Time, Time Calculations):
355         Document the new behavior, plus be clearer about the old behavior.
356         (Idle Timers): Take advantage of new functionality.
358 2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360         * text.texi (Special Properties): Mention `inhibit-read-only'.
362 2014-11-14  Paul Eggert  <eggert@cs.ucla.edu>
364         * os.texi (Time of Day):
365         Use leading zero with 24-hour times less than 10:00.
367 2014-11-09  Glenn Morris  <rgm@gnu.org>
369         * Makefile.in (version): Remove variable.
370         (clean): No longer delete dist tarfile.
371         (dist): Remove rule; replace with code in admin.el.
373 2014-11-07  Martin Rudalics  <rudalics@gmx.at>
375         * frames.texi (Size and Position): Rewrite description of
376         `frame-inhibit-implied-resize'.
378 2014-10-22  Martin Rudalics  <rudalics@gmx.at>
380         * frames.texi (Size Parameters): Replace "frame contents" by
381         "frame's text area".  Add reference to Size and Position
382         section.
383         (Size and Position): Major rewrite.  Add explanations for
384         frame's default font, text and display areas.  Add descriptions
385         for `set-frame-font', `frame-text-height', `frame-text-width'
386         and `frame-inhibit-implied-resize'.
388 2014-10-20  Glenn Morris  <rgm@gnu.org>
390         * Merge in all changes up to 24.4 release.
392 2014-10-20  Tom Tromey  <tom@tromey.com>
394         * objects.texi (Type Predicates): Don't mention display-table-p.
396 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
398         * nonascii.texi (Character Properties): Document the new
399         properties 'bracket-type' and 'paired-bracket'.
401         * display.texi (Bidirectional Display): Update the version of the
402         UBA to which we are conforming.
404 2014-10-13  Glenn Morris  <rgm@gnu.org>
406         * Makefile.in (dist): Update for new output variables.
408 2014-10-12  Glenn Morris  <rgm@gnu.org>
410         * elisp.texi (DATE): Bump to October 2014.
412 2014-10-09  Glenn Morris  <rgm@gnu.org>
414         * frames.texi (Multiple Terminals): Copyedits.
416 2014-10-09  Eli Zaretskii  <eliz@gnu.org>
418         * frames.texi (Multiple Terminals): Improve the description of X
419         display names.  Add index entries.
420         (Basic Parameters): Add a cross-reference to where X display names
421         are described.
422         (Position Parameters): Mention that positional parameters of the
423         form (+ POS) can be negative if they are on a non-primary monitor
424         of a multi-monitor display.  (Bug#18636)
425         (Creating Frames): Mention that on multi-monitor displays the
426         frame might be positioned differently than specified by the frame
427         parameters alist.
429 2014-10-08  Leo Liu  <sdl.web@gmail.com>
431         * streams.texi (Output Functions): Document new argument ENSURE to
432         terpri.  (Bug#18652)
434 2014-10-04  Martin Rudalics  <rudalics@gmx.at>
436         * display.texi (Scroll Bars): Add description of horizontal scroll
437         bars and associated functions.
438         * frames.texi (Layout Parameters): Add horizontal scroll bar
439         entries.  Remove paragraph on "combined fringe widths".
440         * windows.texi (Window Sizes): Describe affects of horizontal
441         scroll bars on window layout and sizes.  Fix description of
442         window-full-height-p.
443         (Resizing Windows): Mention horizontal scroll bar.
445 2014-10-04  Glenn Morris  <rgm@gnu.org>
447         * commands.texi (Generic Commands): Copyedits.
449         * display.texi (Scroll Bars):
450         * modes.texi (Header Lines): Copyedits.
452         * buffers.texi (Buffer List):
453         * display.texi (Image Descriptors, Defining Images):
454         * functions.texi (Core Advising Primitives): Small fixes re @var usage.
456         * windows.texi (Window Sizes, Resizing Windows): Copyedits.
458         * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
460 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
462         * frames.texi (Size Parameters, Size and Position): Mention that
463         with some window managers you have to set `frame-resize-pixelwise'
464         in order make a frame truly fullscreen or maximized.
466 2014-10-01  Paul Eggert  <eggert@cs.ucla.edu>
468         Improve doc for use of 'int', and discuss 'ssize_t'.
469         * internals.texi (C Integer Types): Mention 'int' for other
470         randomish values that lie in 'int' range.  Mention 'ssize_t'.  See:
471         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
473         Use AUTO_CONS instead of SCOPED_CONS, etc.
474         * internals.texi (Stack-allocated Objects):
475         Adjust to match the revised, less error-prone macros.
477 2014-09-30  Paul Eggert  <eggert@cs.ucla.edu>
479         * internals.texi (Stack-allocated Objects): Further improvements.
480         Give an example of misuse.
482 2014-09-30  Eli Zaretskii  <eliz@gnu.org>
484         * internals.texi (Stack-allocated Objects): Minor improvements of
485         the wording and the indexing.
487 2014-09-30  Dmitry Antipov  <dmantipov@yandex.ru>
489         * internals.texi (Stack-allocated Objects): Describe this feature.
491 2014-09-15  Daniel Colascione  <dancol@dancol.org>
493         * text.texi (Registers): Make `insert-register' documentation
494         reflect interface change.
496 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * functions.texi (Core Advising Primitives): Add a note about the
499         confusing treatment of `interactive' for :filter-args (bug#18399).
501 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
503         * strings.texi (Text Comparison): Describe `string-collate-equalp'
504         and `string-collate-lessp'.
506 2014-09-06  Leo Liu  <sdl.web@gmail.com>
508         * control.texi (Pattern matching case statement): Document vector
509         qpattern.  (Bug#18327)
511 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
513         * lists.texi (Functions that Rearrange Lists):
514         Remove description of sort ...
515         * sequences.texi (Sequence Functions): ... and generalize
516         it for sequences.  Add an example.
518 2014-08-28  Eli Zaretskii  <eliz@gnu.org>
520         * display.texi (Bidirectional Display): Update the Emacs's class
521         of bidirectional conformance.
523 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
525         * eval.texi (Eval): Mention possible recovery from stack overflow.
527 2014-07-11  Eli Zaretskii  <eliz@gnu.org>
529         * internals.texi (Garbage Collection): Fix last change.
531 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
533         * internals.texi (Garbage Collection): Mention memory-info.
535 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
537         * minibuf.texi (Intro to Minibuffers, Reading a Password):
538         Password hiding is available in batch mode, do not mention it in
539         the exclusion list.  Mention `read-hide-char'.  (Bug#17839)
541 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * debugging.texi (Function Debugging, Debugger Commands):
544         Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
546 2014-07-03  Glenn Morris  <rgm@gnu.org>
548         * help.texi (Help Functions): "Online" help doesn't mean what it
549         used to any more.
551 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * keymaps.texi (Key Lookup): Remove mention of indirect entries.
554         (Scanning Keymaps): Reword the `noindirect' argument.
556 2014-06-28  Glenn Morris  <rgm@gnu.org>
558         * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
559         (Reading a Password): Mention batch mode.  (Bug#17839)
561 2014-06-23  Glenn Morris  <rgm@gnu.org>
563         * Makefile.in (%.texi): Disable implicit rules.
564         (mkinfodir): Remove.
565         (.dvi.ps): Replace with explicit rule.
566         (html): Declare as PHONY.
567         (${buildinfodir}): New rule.
568         ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
569         Use $<.
570         (elisp.dvi, elisp.html, elisp.pdf): Use $<.
571         (elisp.ps): New rule.
573 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
575         * positions.texi (Screen Lines): Clarify how columns are counted
576         by vertical-motion.
578 2014-06-15  Glenn Morris  <rgm@gnu.org>
580         * Makefile.in (bootstrap-clean): New.
582 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
584         * commands.texi (Accessing Mouse): Improve the wording of the
585         posn-col-row documentation.  (Bug#17768)
587 2014-06-10  Glenn Morris  <rgm@gnu.org>
589         * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
590         (INFO_OPTS): Set directly rather than with configure.
592 2014-06-09  Paul Eggert  <eggert@cs.ucla.edu>
594         Say (accept-process-output P)'s result pertains to P if P is non-nil.
595         * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
596         the return value is about PROCESS, not about other processes.
598 2014-06-08  Glenn Morris  <rgm@gnu.org>
600         * os.texi (Startup Summary): Small fix for initial-buffer-choice.
602         * files.texi (Subroutines of Visiting): Mention uniquify.
604         * numbers.texi (Comparison of Numbers): Copyedits.
606 2014-06-08  Glenn Morris  <rgm@gnu.org>
608         * display.texi (Window Systems): Remove window-setup-hook.
609         * os.texi (Startup Summary, Init File):
610         Improve description of window-setup-hook.
611         (Terminal-Specific): Update window-setup-hook cross-reference.
612         * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
614         * display.texi (Overlay Properties): Update re priority.  (Bug#17234)
616         * package.texi (Package Archives): Mention signing packages.
618 2014-06-07  Eli Zaretskii  <eliz@gnu.org>
620         * commands.texi (Click Events): Update contents of click event's
621         position list due to last changes in make_lispy_position.
623 2014-06-02  Glenn Morris  <rgm@gnu.org>
625         * text.texi (Buffer Contents):
626         Update for filter-buffer-substring changes.
628         * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
629         * functions.texi (Advising Functions): Standardize menu case.
631 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
633         * display.texi (Invisible Text): Clarify the description of
634         line-move-ignore-invisible.  (Bug#17511)
636 2014-05-22  Leo Liu  <sdl.web@gmail.com>
638         * sequences.texi (Sequence Functions): Don't mention when and how
639         SEQ to nreverse is mutated.
641 2014-05-21  Leo Liu  <sdl.web@gmail.com>
643         * sequences.texi (Sequence Functions): Update nreverse.
645 2014-05-19  Paul Eggert  <eggert@cs.ucla.edu>
647         Allow any non-nil value to count as true in bool-vector.
648         * sequences.texi (Bool-Vectors): Coalesce discussion of how to
649         print them.  bool-vector's args need not be t or nil.
651 2014-05-19  Dmitry Antipov  <dmantipov@yandex.ru>
653         * sequences.texi (Bool-vectors): Mention bool-vector.
655 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
657         Assume C99 or later (Bug#17487).
658         * internals.texi (C Dialect): Document this.
660 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
662         * lists.texi (Building Cons Cells and Lists):
663         Remove description of `reverse' and `'nreverse' to generalize them...
664         * sequences.texi (Sequences): ...for sequences here.
666 2014-05-14  Glenn Morris  <rgm@gnu.org>
668         * files.texi (Changing Files): Mention with-file-modes.
670 2014-05-08  Paul Eggert  <eggert@cs.ucla.edu>
672         * internals.texi (C Dialect): New section.
673         (C Integer Types): Mention bool_bf.
675 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * processes.texi (Filter Functions, Sentinels): Advertise add-function.
679 2014-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * windows.texi (Window Configurations, Window Configurations):
682         Window configs don't store marks any more.
684 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
686         * strings.texi (Text Comparison): Mention equal-including-properties
687         for when text properties of the strings matter for comparison.
689 2014-04-22  Eli Zaretskii  <eliz@gnu.org>
691         * text.texi (Registers): Document register-read-with-preview.
693         * internals.texi (Building Emacs): Improve indexing.
695 2014-04-17  Daniel Colascione  <dancol@dancol.org>
697         * frames.texi (Terminal Parameters): Document new
698         tty-mode-set-strings and tty-mode-reset-strings terminal
699         parameters.
701 2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
703         * Makefile.in (infoclean): Be consistent about reporting failures.
705 2014-04-09  Daniel Colascione  <dancol@dancol.org>
707         * errors.texi (Standard Errors): Document required error
708         parameters for `scan-error'.
710         * positions.texi (List Motion): Explain new `up-list' arguments.
711         Mention `backward-up-list'.
713 2014-04-08  Daniel Colascione  <dancol@dancol.org>
715         * minibuf.texi (Programmed Completion): Improve phrasing, remove
716         incorrect bullet count.
718 2014-04-07  Glenn Morris  <rgm@gnu.org>
720         * os.texi (Recording Input): Dribble files may contain passwords.
722         * backups.texi (Making Backups, Reverting):
723         Update for default values of some -function vars no longer being nil.
724         (Reverting): Update for buffer-stale-function
725         also applying to file-buffers.
727 2014-03-31  Daniel Colascione  <dancol@dancol.org>
729         * minibuf.texi (Completion in Buffers): Discuss using lazy
730         completion tables for inline completion.
732 2014-03-28  Glenn Morris  <rgm@gnu.org>
734         * os.texi (Terminal-Specific): Mention term-file-aliases.
736 2014-03-26  Eli Zaretskii  <eliz@gnu.org>
738         * files.texi (Kinds of Files): Improve documentation of
739         file-symlink-p.  (Bug#17073)  Add cross-references.
741 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
743         * markers.texi (Moving Marker Positions): The 2014-03-02 doc
744         change mentioning undo's inability to handle relocated markers no
745         longer applies.  See bug#16818.
746         * text.texi (Undo): Expand documentation of (TEXT . POS) and
747         (MARKER . ADJUSTMENT) undo elements.
749 2014-03-26  Glenn Morris  <rgm@gnu.org>
751         * files.texi (File Locks): All systems support locking.
753 2014-03-22  Glenn Morris  <rgm@gnu.org>
755         * commands.texi (Defining Commands):
756         Mention that interactive-only also affects describe-function.
758         * functions.texi (Declare Form): Add interactive-only.
759         * commands.texi (Defining Commands) Mention declare.
761         * commands.texi (Defining Commands): List interactive-only values.
763 2014-03-22  Eli Zaretskii  <eliz@gnu.org>
765         * functions.texi (Core Advising Primitives): Fix cross-reference
766         in last change.
768 2014-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * functions.texi (Advising Functions): Explain a bit more how
771         arguments work.
772         (Advice combinators): New node.
773         (Core Advising Primitives): Use it.  Expand description of "depth".
774         (Advising Named Functions): Document limitation of advices on macros.
776 2014-03-21  Martin Rudalics  <rudalics@gmx.at>
778         * frames.texi (Size and Position): In `frame-resize-pixelwise'
779         description drop remark about frame maximization.
780         * windows.texi (Display Action Functions): Add description for
781         `display-buffer-no-window' and explain use of `allow-no-window'
782         alist entries.
784 2014-03-21  Glenn Morris  <rgm@gnu.org>
786         * commands.texi (Defining Commands): Copyedit re `interactive-only'.
788 2014-03-20  Paul Eggert  <eggert@cs.ucla.edu>
790         * internals.texi (C Integer Types): Prefer 'false' and 'true'
791         to '0' and '1' for booleans.
793 2014-03-19  Paul Eggert  <eggert@cs.ucla.edu>
795         * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
796         Remove now-obsolete hypothetical note about negative division,
797         as the C standard has changed.
799         Fix porting inconsistency about rounding to even.
800         * numbers.texi (Numeric Conversions, Rounding Operations):
801         Document that 'round' and 'fround' round to even.
803 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
805         * customize.texi (Variable Definitions): Recommend avoiding
806         destructive modification of the value argument of :set (bug#16755).
808 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
810         * modes.texi (Auto-Indentation): Mention electric-indent variables.
812 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
814         * functions.texi (Advising Named Functions): Fix reference.
816 2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
818         Improve documentation for integer and floating-point basics.
819         * numbers.texi (Numbers, Integer Basics, Float Basics):
820         Document the basics a bit more precisely.  Say more clearly
821         that Emacs floating-point numbers are IEEE doubles on all
822         current platforms.  Give more details about frexp.
823         Say more clearly that '1.' is an integer.
824         (Predicates on Numbers): Fix wholenump typo.
825         * objects.texi (Integer Type): Adjust to match numbers.texi.
827 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * functions.texi (Advising Functions): Try and improve the text.
830         Add example use of advice-add (bug#16959).
831         (Core Advising Primitives): Rename.  Explain handling of interactive
832         specs, including advice-eval-interactive-spec.
833         (Advising Named Functions): Try and better explain the difference with
834         add-function.
835         (Porting old advices): New node.
837 2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
839         Style fixes for floating-point doc.
840         * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
841         * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
842         * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
843         * processes.texi, streams.texi, strings.texi, text.texi:
844         * variables.texi, windows.texi:
845         Hyphenate "floating-point" iff it precedes a noun.
846         Reword to avoid nouns and hyphenation when that's easy.
847         Prefer "integer" to "integer number" and "is floating point"
848         to "is a floating point number".
849         Prefer "@minus{}" to "-" when it's a minus.
851 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
853         * display.texi (Temporary Displays): Rewrite descriptions of
854         `with-output-to-temp-buffer' and `with-temp-buffer-window'.
855         * help.texi (Help Functions): Rewrite description of `with-help-window'.
857 2014-03-15  Dmitry Gutov  <dgutov@yandex.ru>
859         * display.texi (Blinking): Update WRT to the new
860         `blink-matchin-paren' behavior.
862 2014-03-14  Martin Rudalics  <rudalics@gmx.at>
864         * display.texi (Temporary Displays): Say that
865         `with-temp-buffer-window' makes its buffer current.
866         * frames.texi (Size and Position): Describe new option
867         `frame-resize-pixelwise'.  Rewrite descriptions of
868         `set-frame-size', `set-frame-height' and `set-frame-width'.
870 2014-03-09  Martin Rudalics  <rudalics@gmx.at>
872         * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
873         * text.texi (Primitive Indent):
874         * strings.texi (String Basics):
875         * sequences.texi (Sequence Functions): Update references accordingly.
876         * display.texi (Size of Displayed Text): Rename section from
877         "Width".  Add description for `window-text-pixel-size'.
878         (Window Dividers): Reword description of window dividers.
879         * frames.texi (Layout Parameters): Improve description of window
880         divider parameters.
881         * windows.texi (Window Sizes): Add descriptions of
882         `window-mode-line-height' and `window-header-line-height'.
883         (Coordinates and Windows): Mention window dividers.
885 2014-03-07  Martin Rudalics  <rudalics@gmx.at>
887         * buffers.texi (The Buffer List): Rename node to Buffer List.
888         Describe `buffer-list-update-hook'.
889         * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
890         Add node for Window Dividers.
891         * hooks.texi (Standard Hooks): Add reference to
892         `buffer-list-update-hook'.
893         * windows.texi (Window Sizes): Describe `window-min-size'.
894         (Splitting Windows): Update description of `split-window'.
895         (Selecting Windows): Update description of `select-window'.
897 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
899         * frames.texi (Size and Position): Rewrite entries for
900         `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
901         Add description for `fit-frame-to-buffer-sizes'.
902         * windows.texi (Resizing Windows): Add descriptions for
903         pixelwise resizing.  Add entries for `window-resize-pixelwise'
904         and `fit-window-to-buffer-horizontally'.
905         Rewrite `fit-window-to-buffer' entry.
907 2014-03-06  Xue Fuqiao  <xfq@gnu.org>
909         * internals.texi (Window Internals): Remove field `region_showing'.
911 2014-03-06  Glenn Morris  <rgm@gnu.org>
913         * searching.texi (Replacing Match):
914         Remove incorrect, uninteresting return value.  (Bug#16942)
916 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
918         * display.texi (Window Dividers): New section.
919         * frames.texi (Layout Parameters): Add right-divider-width and
920         bottom-divider-width.
921         * windows.texi (Window Sizes): Redraw schematic and rewrite its
922         description.  Rewrite descriptions of `window-total-height',
923         `window-total-width', `window-total-size', `window-body-height',
924         `window-body-width' and `window-size-fixed'.  Add descriptions
925         for `window-pixel-height', `window-pixel-width',
926         `window-min-height' and `window-min-width'.  Remove description
927         of `window-size-fixed-p' moving part of it to that of
928         `window-size-fixed'.
929         (Resizing Windows): Mention dividers when talking about minimum sizes.
931 2014-03-05  Glenn Morris  <rgm@gnu.org>
933         * modes.texi (SMIE Customization): New section.
934         * elisp.texi (Top): Update detailed menu.
936 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
938         * windows.texi (Windows and Frames): Add some missing &optional
939         designators.  Adjust description of window-in-direction.
941 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
943         * markers.texi (Moving Marker Positions): Clarify guidance about
944         when to move markers and when to create a new one, as discussed at
945         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
947 2014-03-02  Glenn Morris  <rgm@gnu.org>
949         * text.texi (Decompression): New node.
950         * elisp.texi (Top): Update detailed menu.
952 2014-03-01  Glenn Morris  <rgm@gnu.org>
954         * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
956 2014-02-28  Xue Fuqiao  <xfq@gnu.org>
958         * functions.texi (Advising Functions, Advising Named Functions):
959         Tweak markup.
961         * display.texi (Defining Faces): Doc fix for `face-spec-set'.
963         * elisp.texi (Top):
964         * commands.texi (Generic Commands, Defining Commands):
965         Document `define-alternatives'.
967 2014-02-27  Xue Fuqiao  <xfq@gnu.org>
969         * windows.texi (Window Sizes): Document `window-size'.
970         (Display Action Functions): Document `display-buffer-at-bottom'.
971         (Window Configurations): Minor fixes.
973         * modes.texi (Header Lines): Document `window-header-line-height'.
975         * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
977         * windows.texi (Window Sizes, Resizing Windows): Document some
978         pixelwise window operations.
980         * text.texi (Margins): Fix the description of RET and `C-j'.
982         * frames.texi (Multiple Terminals): Document
983         `display-monitor-attributes-list' and `display-monitor-attributes'.
984         (Display Feature Testing): Add some notes about multi-monitor.
986 2014-02-27  Glenn Morris  <rgm@gnu.org>
988         * minibuf.texi (Programmed Completion):
989         Mention completion-table-with-cache.
991 2014-02-25  Glenn Morris  <rgm@gnu.org>
993         * display.texi (Window Systems):
994         Replace term-setup-hook with emacs-startup-hook.
995         * hooks.texi (Standard Hooks):
996         Replace term-setup-hook with tty-setup-hook.
997         * os.texi (Startup Summary, Init File, Terminal-Specific):
998         Replace term-setup-hook with tty-setup-hook, and update.
1000 2014-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1002         * functions.texi (Declare Form): Document gv-expander, gv-setter,
1003         and compiler-macro (bug#16829, bug#15093).
1005 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1007         * windows.texi (Window Configurations): Doc fix.
1008         (Windows and Frames): Fix typo.
1010 2014-02-21  Glenn Morris  <rgm@gnu.org>
1012         * internals.texi (Process Internals):
1013         * processes.texi (Subprocess Creation, Deleting Processes)
1014         (Output from Processes, Process Buffers, Filter Functions)
1015         (Accepting Output, Sentinels, Network, Network Servers):
1016         Filters and sentinels can no longer be nil.
1017         * elisp.texi (Top): Menu update.
1019 2014-02-20  Glenn Morris  <rgm@gnu.org>
1021         * functions.texi (Defining Functions): Mention defalias-fset-function.
1023 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * minibuf.texi (Completion Commands): Don't document obsolete
1026         `common-substring' arg of display-completion-list.
1028 2014-02-17  Glenn Morris  <rgm@gnu.org>
1030         * minibuf.texi (Text from Minibuffer): Update read-regexp details.
1031         Mention read-regexp-defaults-function.
1033 2014-02-13  Glenn Morris  <rgm@gnu.org>
1035         * debugging.texi (Debugger Commands): Tiny edits.
1037 2014-02-12  Glenn Morris  <rgm@gnu.org>
1039         * package.texi (Simple Packages): Describe URL and Keywords headers.
1041 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1043         * text.texi (User-Level Deletion):
1044         Document `delete-trailing-whitespace' (bug#15309).
1046 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1048         * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
1050         * display.texi (Blinking): Clarify doc string in example (bug#10658).
1052         * commands.texi (Accessing Mouse): Mention that these function
1053         also work on keyboard events (bug#14228).
1054         (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
1056 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1058         * display.texi (Face Attributes): Add an index (bug#14924).
1060         * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
1062 2014-02-06  Glenn Morris  <rgm@gnu.org>
1064         * display.texi (Truncation):
1065         * positions.texi (Screen Lines): Do not mention cache-long-scans.
1067 2014-01-31  Juri Linkov  <juri@jurta.org>
1069         * searching.texi (String Search): Incremental word search fixes.
1071 2014-01-28  Glenn Morris  <rgm@gnu.org>
1073         * text.texi (Indent Tabs): Update related to tab-stops.
1075 2014-01-24  Glenn Morris  <rgm@gnu.org>
1077         * control.texi (Handling Errors): Update with-demoted-errors.
1079         * files.texi (File Locks): Every platform supports locking now.
1081 2014-01-22  Glenn Morris  <rgm@gnu.org>
1083         * display.texi (ImageMagick Images): Expand on image-format-suffixes.
1085 2014-01-20  Glenn Morris  <rgm@gnu.org>
1087         * hash.texi (Other Hash): Do not mention subr-x.el functions;
1088         reverts 2013-12-22 change.
1090 2014-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * functions.texi (Advising Functions): New section.
1093         * modes.texi (Running Hooks): Don't document with-wrapper-hook and
1094         run-hook-wrapped any more.
1095         (Hooks): Link to the new Advising Functions node.
1096         * elisp.texi (Top): Don't include advice.texi.
1097         * advice.texi: Remove.
1098         * makefile.w32-in (srcs):
1099         * Makefile.in (srcs): Adjust accordingly.
1101 2014-01-09  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1103         * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
1105         * strings.texi (Text Comparison): Document `string-suffix-p'.
1107 2014-01-07  Glenn Morris  <rgm@gnu.org>
1109         * files.texi (File Attributes): Fix superscipt typo.
1111 2014-01-07  Chong Yidong  <cyd@gnu.org>
1113         * files.texi (Changing Files): Document copy-file changes.
1115 2014-01-07  Glenn Morris  <rgm@gnu.org>
1117         * display.texi (Logging Messages): Copyedits re messages-buffer.
1119 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1121         Specify .texi encoding (Bug#16292).
1122         * back.texi, book-spine.texi, lay-flat.texi:
1123         Add @documentencoding.
1125 2014-01-05  Chong Yidong  <cyd@gnu.org>
1127         * backups.texi (Making Backups): Document backup-buffer change.
1129         * files.texi (Visiting Files): Copyedits.
1130         (Testing Accessibility): Mention ACLs.  Move file-modes here from
1131         File Attributes.
1132         (Truenames): Move file-equal-p here from Kinds of Files.
1133         (File Attributes): Move file-newer-than-file-p here from Testing
1134         Accessibility.
1135         (Extended Attributes): New node.  Add file-extended-attributes.
1136         (Changing Files): Document set-file-extended-attributes.
1138         * commands.texi (Defining Commands): Document the interactive-form
1139         property more carefully.  Document interactive-only.
1141         * compile.texi (Compiler Errors): Copyedits.  Note that the
1142         details for byte-compile-warnings are in its docstring.
1144         * minibuf.texi (Minibuffer Contents): Remove obsolete function
1145         minibuffer-completion-contents.
1147         * variables.texi (Defining Variables): Note that defvar acts
1148         always on the dynamic value.
1150         * customize.texi (Variable Definitions): Likewise.
1152 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1154         Document vconcat and the empty vector (Bug#16246).
1155         * sequences.texi (Vector Functions):
1156         Document behavior better when the result is empty.
1158         Document behavior of (string-to-number "+@") (Bug#16293).
1159         * strings.texi (String Conversion): Document behavior of
1160         string-to-number on invalid strings that begin with "+", too.
1162 2014-01-03  Chong Yidong  <cyd@gnu.org>
1164         * help.texi (Documentation, Accessing Documentation): Copyedits.
1165         (Documentation Basics): Rewrite, avoiding a repeat discussion of
1166         docstring conventions.
1168         * tips.texi (Documentation Tips): Move discussion of
1169         emacs-lisp-docstring-fill-column here from Documentation Basics.
1171         * compile.texi (Docs and Compilation): Copyedits.
1173 2014-01-02  Glenn Morris  <rgm@gnu.org>
1175         * numbers.texi (Numeric Conversions): Fix a typo.
1177 2013-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1179         Plain copy-file no longer chmods an existing destination (Bug#16133).
1180         * files.texi (Changing Files): Document this.
1182 2013-12-28  Chong Yidong  <cyd@gnu.org>
1184         * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
1186         * buffers.texi (Modification Time): Document visited-file-modtime
1187         change.
1189 2013-12-28  Glenn Morris  <rgm@gnu.org>
1191         * control.texi (Pattern matching case statement): Brevity.
1193 2013-12-27  Chong Yidong  <cyd@gnu.org>
1195         * functions.texi (Function Cells):
1196         * eval.texi (Function Indirection): Update for the fact that
1197         symbol-function no longer signals an error.
1199         * commands.texi (Reading One Event): Mention keyboard coding.
1201         * keymaps.texi (Translation Keymaps, Translation Keymaps):
1202         * nonascii.texi (Terminal I/O Encoding): Copyedits.
1204 2013-12-26  Chong Yidong  <cyd@gnu.org>
1206         * advice.texi (Advising Functions, Defining Advice): Special forms
1207         can no longer be advised.
1209 2013-12-25  Chong Yidong  <cyd@gnu.org>
1211         * keymaps.texi (Active Keymaps): Re-organize the text.
1212         (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
1213         (Controlling Active Maps): Note that set-transient-map uses
1214         overriding-terminal-local-map.
1216         * tips.texi (Coding Conventions): Tweak the coding system tip;
1217         Emacs now uses utf-8 by default for Emacs Lisp source files.
1219         * display.texi (Font Selection): Tweak example.
1221         * commands.texi (Event Input Misc): Document new arg to input-pending-p.
1223         * nonascii.texi (Specifying Coding Systems): Don't refer to
1224         emacs-mule-dos.
1225         (Lisp and Coding Systems): Describe emacs-mule return value in
1226         modern terms.
1228 2013-12-25  Tassilo Horn  <tsdh@gnu.org>
1230         * control.texi (Pattern matching case statement): Rephrase lexical
1231         binding requirement: the example needs it, not `pcase' itself.
1233 2013-12-25  Chong Yidong  <cyd@gnu.org>
1235         * eval.texi (Eval): Document the LEXICAL arg to eval.
1237         * variables.texi (Variables, Void Variables): Use "scoping rule"
1238         terminology consistently.
1239         (Variable Scoping): Add index entries, and use "dynamic scope"
1240         terminology in place of "indefinite scope" to reduce confusion.
1241         (Lexical Binding): Document lexical environment format.
1242         (Using Lexical Binding): Add index entries for error messages.
1244 2013-12-24  Tassilo Horn  <tsdh@gnu.org>
1246         * control.texi (Pattern matching case statement): Fix missing
1247         argument in simple expression language sample (Bug#16238).
1248         Add some sample programs written in that language.  Mention that
1249         `pcase' requires lexical binding.
1251 2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
1253         * eval.texi (Special Forms): Document `special-form-p'.
1255         * macros.texi (Simple Macro): Document `macrop'.
1257         * files.texi (Changing Files): Fix an argument of `copy-file'.
1259         * strings.texi (Creating Strings): Document TRIM in `split-string'.
1261 2013-12-23  Chong Yidong  <cyd@gnu.org>
1263         * keymaps.texi (Controlling Active Maps):
1264         Rename set-temporary-overlay-map to set-transient map.  Doc fixes.
1265         (Searching Keymaps): The transient keymap takes precedence.
1267 2013-12-23  Glenn Morris  <rgm@gnu.org>
1269         * loading.texi (How Programs Do Loading, Load Suffixes):
1270         Mention `load-prefer-newer'.
1272 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
1274         * hash.texi (Other Hash): Document `hash-table-keys'
1275         and `hash-table-values'.
1277 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
1279         * nonascii.texi (Character Properties): NAME or OLD-NAME
1280         properties can be nil (there's no empty string).
1281         (Character Properties): Update the reference to the UCD.
1283 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
1285         * sequences.texi (Bool-Vectors): Document new bool-vector set
1286         operation functions.
1288         * text.texi (Examining Properties): Document `get-pos-property'.
1290         * variables.texi (Directory Local Variables):
1291         Document `enable-dir-local-variables'.
1293         * debugging.texi (Debugger Commands):
1294         Document `debugger-toggle-locals'.
1296 2013-12-21  Chong Yidong  <cyd@gnu.org>
1298         * text.texi (Region Indent): Note the new interactive behavior of
1299         indent-rigidly.
1301 2013-12-20  Tassilo Horn  <tsdh@gnu.org>
1303         * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
1304         one or many arguments.
1306         * display.texi: Document `messages-buffer'.
1308         * os.texi: Document `initial-buffer-choice' changes.
1310 2013-12-20  Chong Yidong  <cyd@gnu.org>
1312         * text.texi (Changing Properties): Improve documentation for
1313         add-face-text-property.
1314         (Special Properties): Mention add-face-text-property.
1316 2013-12-18  Chong Yidong  <cyd@gnu.org>
1318         * customize.texi (Custom Themes): Document custom-known-themes
1319         (Bug#15717).
1321         * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
1322         (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
1324 2013-12-13  Glenn Morris  <rgm@gnu.org>
1326         * internals.texi (Building Emacs):
1327         * loading.texi (Library Search): Mention that site-load,
1328         site-init cannot change load-path.
1330 2013-12-12  Glenn Morris  <rgm@gnu.org>
1332         * elisp.texi: Tweak dircategory.
1334 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
1336         * nonascii.texi (Encoding and I/O): Document file-name encoding
1337         peculiarities on MS-Windows.
1339 2013-12-12  Glenn Morris  <rgm@gnu.org>
1341         * elisp.texi: Sync direntry with info/dir version.
1343 2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
1345         * display.texi (Progress, Face Remapping):
1346         * processes.texi (Serial Ports):
1347         * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
1349 2013-12-04  Juri Linkov  <juri@jurta.org>
1351         * searching.texi (Search and Replace): Fix `unread-command-events'
1352         and add ref.
1354 2013-12-03  Juri Linkov  <juri@jurta.org>
1356         * windows.texi (Choosing Window): Rename `no-display-ok' to
1357         `allow-no-window'.  (Bug#13594)
1359 2013-11-30  Glenn Morris  <rgm@gnu.org>
1361         * Makefile.in (distclean): Remove Makefile.
1363 2013-11-29  Andreas Politz  <politza@fh-trier.de>
1365         * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1366         (Bug#14029).
1368 2013-11-27  Glenn Morris  <rgm@gnu.org>
1370         * loading.texi (Library Search):
1371         * os.texi (Startup Summary): No more leim directory.
1373 2013-11-26  Glenn Morris  <rgm@gnu.org>
1375         * os.texi (Startup Summary): Update for leim-list being preloaded.
1377 2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
1379         * frames.texi (Input Focus):
1380         * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1382 2013-11-23  Glenn Morris  <rgm@gnu.org>
1384         * loading.texi (Library Search):
1385         Empty elements in EMACSLOADPATH now mean the default load-path.
1387 2013-11-22  Glenn Morris  <rgm@gnu.org>
1389         * loading.texi (Library Search): Minor clarification.
1391 2013-11-20  Leo Liu  <sdl.web@gmail.com>
1393         * windows.texi (Choosing Window): Mention `no-display-ok'.  (Bug#13594)
1395 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
1397         * os.texi (File Notifications): Add an index.
1399         * loading.texi (Loading): Add an cross-reference.
1401 2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
1403         * os.texi (Session Management, Desktop Notifications): Add some
1404         indexes and a cross-reference.
1406 2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
1408         * os.texi (Time Parsing, Processor Run Time, Input Modes)
1409         (Terminal Output): Minor fixes.
1411 2013-11-14  Glenn Morris  <rgm@gnu.org>
1413         * loading.texi (Library Search): Update section.
1415 2013-11-11  Xue Fuqiao  <xfq.free@gmail.com>
1417         * os.texi (User Identification, Time of Day, Time Conversion):
1418         Minor fixes.
1420 2013-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1422         * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1424 2013-11-09  Xue Fuqiao  <xfq.free@gmail.com>
1426         * os.texi (Startup Summary): Add an index about startup screen.
1427         Typo fix.
1428         (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1430 2013-11-08  Eli Zaretskii  <eliz@gnu.org>
1432         * display.texi (Truncation): Document that cache-long-scans is now
1433         non-nil by default.  (Bug#15797)
1435 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
1437         * lists.texi (Rearrangement): Fix indexing.
1439         * display.texi (Bidirectional Display): Fix indexing.
1441 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
1443         * lists.texi (Rearrangement): Improve indexing.
1445         * display.texi (Glyphs): Add an index for glyph code.
1446         (Bidirectional Display): Improve indexing.
1448 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1450         * display.texi (Face Attributes): Document :distant-foreground.
1452 2013-10-30  Xue Fuqiao  <xfq.free@gmail.com>
1454         * display.texi (Abstract Display): Improve indexing.
1456 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * display.texi (Selective Display): Discourage the use of explicit
1459         selective display.
1461 2013-10-29  Xue Fuqiao  <xfq.free@gmail.com>
1463         * display.texi (Showing Images): Add an index for image-size.
1464         Use @code instead of @var for a normal variable.
1465         (Multi-Frame Images): Improve indexing.
1466         (Button Buffer Commands): Use @code instead of @var for a normal
1467         variable.
1468         (Abstract Display): Explain the meaning of Ewoc.
1470 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1472         * display.texi (Image Descriptors): Improve indexing.
1474 2013-10-26  Xue Fuqiao  <xfq.free@gmail.com>
1476         * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1477         (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1479 2013-10-25  Xue Fuqiao  <xfq.free@gmail.com>
1481         * display.texi (Fontsets): Minor wording fix.
1482         (Low-Level Font): Improve indexing.
1484         * nonascii.texi (Character Properties): Add an index for script symbols.
1486 2013-10-24  Xue Fuqiao  <xfq.free@gmail.com>
1488         * display.texi (Face Remapping): Add indexes for face remapping.
1489         (Font Selection): Add indexes.
1490         (Low-Level Font): Add an index for font registry.
1492 2013-10-23  Glenn Morris  <rgm@gnu.org>
1494         * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1495         Nuke @refill.
1497         * Makefile.in (install-dvi, install-html, install-pdf)
1498         (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1499         (uninstall-pdf): Quote entities that might contain whitespace.
1501 2013-10-19  Xue Fuqiao  <xfq.free@gmail.com>
1503         * display.texi (Face Attributes): Add indexes for the ‘:box’
1504         face attribute.
1506 2013-10-18  Xue Fuqiao  <xfq.free@gmail.com>
1508         * display.texi (Line Height): Add indexes for line height.
1510 2013-10-17  Xue Fuqiao  <xfq.free@gmail.com>
1512         * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1514 2013-10-16  Xue Fuqiao  <xfq.free@gmail.com>
1516         * display.texi (Selective Display): Add an index for explicit
1517         selective display.
1519 2013-10-15  Xue Fuqiao  <xfq.free@gmail.com>
1521         * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1523 2013-10-13  Glenn Morris  <rgm@gnu.org>
1525         * intro.texi (Acknowledgments): Use accented form of some names.
1527 2013-10-09  Glenn Morris  <rgm@gnu.org>
1529         * control.texi (Conditionals): Copyedits.  (Bug#15558)
1531 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
1533         Support menus on text-mode terminals.
1534         * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1535         Modify wording to the effect that menus are supported on TTYs.
1537         * frames.texi (Pop-Up Menus, Dialog Boxes)
1538         (Display Feature Testing): Update for menu support on TTYs.
1540 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1543         non-headings.
1545 2013-10-05  Xue Fuqiao  <xfq.free@gmail.com>
1547         * syntax.texi (Categories): Add an index for category sets.
1549 2013-10-03  Xue Fuqiao  <xfq.free@gmail.com>
1551         * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1553 2013-10-02  Xue Fuqiao  <xfq.free@gmail.com>
1555         * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1557 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
1559         * searching.texi (Regexp Search): Refine.
1561 2013-09-22  Xue Fuqiao  <xfq.free@gmail.com>
1563         * nonascii.texi (Default Coding Systems): Typo fix.
1565 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
1567         * nonascii.texi (Coding System Basics): Add information about
1568         carriage-return.
1570 2013-09-14  Eli Zaretskii  <eliz@gnu.org>
1572         * display.texi (Display Margins): State the units of measuring
1573         margin width.  (Bug#15375)
1575 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
1577         * text.texi (Not Intervals): Minor wording fix.
1579 2013-09-12  Xue Fuqiao  <xfq.free@gmail.com>
1581         * functions.texi (Obsolete Functions): Add an index for obsolete
1582         functions.
1584 2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
1586         * nonascii.texi (Character Properties): Character properties fix
1587         for decimal-digit-value and digit-value.
1589 2013-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * macros.texi (Defining Macros): Prefer "function" to "lambda
1592         expression" (bug#15296).
1594 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1596         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1597         for portability to hosts where /bin/sh has problems.
1599 2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1601         * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
1603 2013-08-20  Eli Zaretskii  <eliz@gnu.org>
1605         * files.texi (Information about Files): Mention file names with
1606         trailing blanks on MS-Windows.  (Bug#15130)
1608 2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
1610         * positions.texi (Positions): Improve indexing.
1612 2013-08-18  Eli Zaretskii  <eliz@gnu.org>
1614         * markers.texi (The Region): Improve indexing.
1616 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
1618         * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1620         * text.texi (Maintaining Undo): Mention interactive call of
1621         buffer-disable-undo.
1622         (Filling): Add cross-reference for hard newlines.
1623         (Sorting): Fix indentation.
1624         (Columns): Comment out undefined behavior.
1625         (Case Changes): Fix an `args-out-of-range' error in the example.
1627 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
1629         * text.texi (Insertion): Refine.
1630         (Margins): Add an index.
1631         (Undo): Doc fix for `buffer-undo-list'.
1633         * positions.texi (Character Motion):
1634         * markers.texi (Moving Markers, Creating Markers):
1635         Comment out undefined behavior.
1637 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
1639         * markers.texi (The Region): Add/move indexes.
1641 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643         * display.texi (ImageMagick Images): Mention :content-type and
1644         `image-content-type-suffixes'.
1646 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1648         * positions.texi (Word Motion): Remove redundant sentence.
1650 2013-08-13  Glenn Morris  <rgm@gnu.org>
1652         * lists.texi (List Elements):
1653         Undocument behavior of nth and nthcdr with n < 0.  (Bug#15059)
1655 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1657         * frames.texi (Display Feature Testing): Add indexes.
1659 2013-08-12  Glenn Morris  <rgm@gnu.org>
1661         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1662         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1663         (INSTALL_DATA): New, set by configure.
1664         (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1665         New variables.
1666         (.SUFFIXES): Add .ps and .dvi.
1667         (.dvi.ps): New suffix rule.
1668         (dvi, html, pdf, ps): Use *_TARGETS variables.
1669         (elisp.html): Use HTML_OPTS.
1670         (elisp.ps): Remove explicit rule.
1671         (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1672         install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1673         uninstall-ps, and uninstall-doc.
1674         (install-dvi, install-html, install-pdf, install-ps, install-doc)
1675         (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1676         (uninstall-doc): New rules.
1677         (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1679 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
1681         * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1683 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
1685         * control.texi (Error Symbols): Minor fix for previous change.
1687 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1691         * control.texi (Signaling Errors): Refer to define-error.
1692         (Error Symbols): Add `define-error'.
1694 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1696         * positions.texi (Motion by Screen Lines):
1697         * display.texi (Truncation): Rename `cache-long-line-scans'
1698         to `cache-long-scans'.
1700 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
1702         * windows.texi (Window Start and End): Add an index.
1704 2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
1706         * display.texi (Face Functions): Add an index.
1708         * variables.texi (Variable Aliases): Add an index.
1710         * functions.texi (Defining Functions): Add an index.
1712         * nonascii.texi (Coding System Basics): Add an index.
1714 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
1716         * nonascii.texi (Non-ASCII Characters): Update menu.
1717         (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1718         Fix cross-references.
1720         * elisp.texi (Top): Update menu.
1722 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1724         * windows.texi (Window History): Mention the default value of
1725         switch-to-visible-buffer.  Add cross-references.
1727 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1729         * errors.texi (Standard Errors): Fix typo.
1731         * files.texi (Magic File Names):
1732         * os.texi (File Notifications): Remove file-notify-supported-p.
1734 2013-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1736         * eval.texi (Special Forms): Mention 'lambda'.  Also, say that
1737         non-well-formed expressions result in unspecified behavior, though
1738         Emacs will not crash.
1740 2013-07-22  Michael Albinus  <michael.albinus@gmx.de>
1742         * files.texi (Magic File Names): Add file-notify-add-watch,
1743         file-notify-rm-watch and file-notify-supported-p.
1744         Move file-remote-p down.
1746         * errors.texi (Standard Errors): Add file-notify-error.
1748         * os.texi (Desktop Notifications): Rename from Notifications.
1749         (File Notifications): New node.
1751         * elisp.texi (Top): Update menu for these changes.
1753 2013-07-19  Xue Fuqiao  <xfq.free@gmail.com>
1755         * windows.texi (Display Action Functions): Mention next-window.
1757 2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
1759         * windows.texi (Selecting Windows): Fix the introduction of
1760         `set-frame-selected-window''s arguments.
1762 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
1764         Timestamp fixes for undo (Bug#14824).
1765         * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1767 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
1769         * nonascii.texi (Text Representations): Document that
1770         multibyte-string-p returns nil for non-string objects.
1772 2013-07-06  Glenn Morris  <rgm@gnu.org>
1774         * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1776 2013-07-03  Glenn Morris  <rgm@gnu.org>
1778         * debugging.texi (Debugging):
1779         * files.texi (File Attributes, Changing Files): Fix cross-references.
1781         * package.texi (Package Archives): Fix @url call.
1783         * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1785 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
1787         * display.texi (Bidirectional Display): Document move-point-visually.
1789 2013-06-29  Xue Fuqiao  <xfq.free@gmail.com>
1791         * buffers.texi (Buffer File Name): Fix typo.
1793 2013-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1795         * tips.texi (Coding Conventions): Improve wording.
1797 2013-06-24  Glenn Morris  <rgm@gnu.org>
1799         * loading.texi (Autoload): Fix typo.
1801         * variables.texi (Lexical Binding): Fix typo.
1803         * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1805 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807         * display.texi (ImageMagick Images): Mention :max-width and
1808         :max-height.
1810 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1812         * numbers.texi (Math Functions): Remove obsolete function log10.
1814 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1816         * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1817         rather than `local-map'.
1819         * keymaps.texi (Active Keymaps): Fix documentation of
1820         set-temporary-overlay-map and overriding-terminal-local-map.
1822 2013-06-19  Glenn Morris  <rgm@gnu.org>
1824         * Makefile.in (dist): Edit more configure variables.
1825         Try to check that we do not miss any in future.
1827 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
1829         * text.texi (Undo, Changing Properties): Fix typos.
1831 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833         * text.texi (Changing Properties): Document `add-face-text-property'.
1835 2013-06-17  Kenichi Handa  <handa@gnu.org>
1837         * display.texi (Face Attributes): Refer to "Low-Level font" (not
1838         "Font Selection") in the explanation of :font attribute (bug#14629).
1840 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * loading.texi (Hooks for Loading): Don't document after-load-alist.
1843         Document with-eval-after-load instead of eval-after-load.
1845 2013-06-11  Xue Fuqiao  <xfq.free@gmail.com>
1847         * files.texi (File Name Expansion): Make the example more
1848         intuitive.
1850 2013-06-10  Paul Eggert  <eggert@cs.ucla.edu>
1852         Documentation fix for 'ls' and hard links.
1853         * compile.texi (Compilation Functions):
1854         * files.texi (File Attributes, Changing Files):
1855         Use current format for GNU 'ls' output.
1856         (File Attributes): Fix problem introduced in previous change:
1857         the link count is the number of hard links, not the number
1858         of hard links + 1.
1860 2013-06-10  Xue Fuqiao  <xfq.free@gmail.com>
1862         * files.texi (File Attributes): Fix typo.
1864 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         * functions.texi (Lambda Expressions): Lambda expressions don't
1867         evaluate to themselves in general (bug#11782).
1869 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * loading.texi (Autoload):
1872         * help.texi (Documentation Basics, Accessing Documentation)
1873         (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1875 2013-04-23  Glenn Morris  <rgm@gnu.org>
1877         * internals.texi (Writing Emacs Primitives): Remove obvious example.
1878         Tweak other to avoid overly long line.
1880 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1882         * internals.texi (Writing Emacs Primitives): Remove unnecessary
1883         references to the sources.  (Bug#13800)
1885         * searching.texi (Regexp Backslash): Doc fix for backslash
1886         constructs in regular expressions.
1888 2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
1890         * tips.texi (Coding Conventions): Mention separation of package
1891         descriptor and name of internal symbols by two hyphens.
1893 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1895         * windows.texi (Splitting Windows): Change category of
1896         split-window from a command to a function.
1898 2013-04-06  Chong Yidong  <cyd@gnu.org>
1900         * display.texi (Faces): Minor clarifications.
1901         (Defining Faces): Clarify default vs custom face specs.
1902         Document face-spec-set.
1904         * display.texi (Overlay Properties):
1905         * text.texi (Special Properties): Use the "anonymous face"
1906         terminology.  Describe foreground-color and background-color forms
1907         as compatibility-only.
1909 2013-03-24  Eli Zaretskii  <eliz@gnu.org>
1911         * compile.texi (Byte-Code Objects): Add index entry.
1912         (Disassembly): Add cross-references.
1914 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
1916         * frames.texi (Size Parameters): More accurate description of the
1917         difference between 'fullboth' and 'maximized'.  (Bug#13935)
1919 2013-03-17  Christopher Schmidt  <christopher@ch.ristopher.com>
1921         * symbols.texi (Standard Properties): Document pure.  (Bug#13823)
1923 2013-03-16  Glenn Morris  <rgm@gnu.org>
1925         * elisp.texi: Add some stuff specific to www.gnu.org.
1927 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1929         * control.texi (Pattern matching case statement): Fix typo.
1931 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1933         * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1935 2013-03-03  Glenn Morris  <rgm@gnu.org>
1937         * objects.texi (Symbol Type): Fix typo.
1939 2013-02-28  Bastien Guerry  <bzg@gnu.org>
1941         * variables.texi (File Local Variables): Fix reference.
1943 2013-02-24  Eli Zaretskii  <eliz@gnu.org>
1945         * files.texi (Magic File Names): Improve wording and indexing.
1947 2013-02-21  Glenn Morris  <rgm@gnu.org>
1949         * display.texi (Multi-Frame Images): Minor rephrasing.
1951 2013-02-20  Glenn Morris  <rgm@gnu.org>
1953         * display.texi (GIF Images, TIFF Images): Delete these nodes.
1954         (ImageMagick Images): For :index, use an xref rather than duplicating.
1955         (Other Image Types): Add GIF, adjust formatting.
1956         (Multi-Frame Images): Rename from Animated Images.  Expand section.
1957         * elisp.texi (Top): Update menu for these changes.
1959 2013-02-19  Glenn Morris  <rgm@gnu.org>
1961         * text.texi (Change Hooks): Fix typo.
1963 2013-02-15  Glenn Morris  <rgm@gnu.org>
1965         * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1967 2013-02-13  Glenn Morris  <rgm@gnu.org>
1969         * objects.texi (Char-Table Type): Add footnote about #^^.
1971         * modes.texi (Minor Mode Conventions): Fix typo.
1973         * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1974         meta characters; this changed in 22.1.  (Bug#13684)
1976         * objects.texi (Char-Table Type): Add cindex.
1978         * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1980 2013-02-10  Glenn Morris  <rgm@gnu.org>
1982         * keymaps.texi (Creating Keymaps): Update make-keymap result.
1984 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1986         * modes.texi (%-Constructs): Remove the description of %t.
1988         * nonascii.texi (MS-DOS File Types): Delete node.
1990 2013-02-08  Glenn Morris  <rgm@gnu.org>
1992         * keymaps.texi (Active Keymaps, Searching Keymaps):
1993         Remove confusing mention of "symbolic prefix".  (Bug#13643)
1995 2013-01-19  Glenn Morris  <rgm@gnu.org>
1997         * macros.texi (Indenting Macros): Fix order of an indent
1998         symbol's arguments.  (Bug#13450)
2000 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2002         Allow floating-point file offsets.
2003         * files.texi (Reading from Files, Writing to Files):
2004         Say that file offsets can be numbers, not just integers.
2006 2013-01-09  Glenn Morris  <rgm@gnu.org>
2008         * commands.texi (Interactive Codes):
2009         Whitespace does not terminate interactive "S".  (Bug#13393)
2011 2013-01-06  Chong Yidong  <cyd@gnu.org>
2013         * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
2015 2013-01-05  Glenn Morris  <rgm@gnu.org>
2017         * display.texi (Overlay Properties): Mention field.  (Bug#13364)
2019 2013-01-05  Eli Zaretskii  <eliz@gnu.org>
2021         * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
2022         directive in a group of items.
2024 2013-01-05  Chong Yidong  <cyd@gnu.org>
2026         * keymaps.texi (Key Sequences): Remove obsolete sentence
2027         (Bug#13356).
2029 2013-01-04  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2031         * hash.texi (Defining Hash): Fix typo.  (Bug#13345)
2033 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * files.texi (File Attributes): Undocument return format of file-acl.
2037 2013-01-03  Glenn Morris  <rgm@gnu.org>
2039         * processes.texi (System Processes):
2040         * syntax.texi (Syntax Table Functions): Tweak some line breaks.
2042         * searching.texi (Replacing Match): Fix xref.
2044         * elisp.texi (DATE): Bump to Jan 2013.
2046 2013-01-02  Glenn Morris  <rgm@gnu.org>
2048         * customize.texi (Common Keywords, Type Keywords):
2049         Replace "active field" with "button".  (Bug#13310)
2051         * customize.texi (Common Keywords): Add xref.  (Bug#13311)
2052         * tips.texi (Library Headers): Add cindex.
2054 2012-12-30  Wolfgang Jenkner  <wjenkner@inode.at>
2056         * functions.texi (Declare Form):
2057         * intro.texi (A Sample Function Description):
2058         * syntax.texi (Syntax Table Internals, Syntax Table Functions):
2059         * variables.texi (Using Lexical Binding): Don't use @var or CAPS
2060         in @def.. commands.  (Bug#13292)
2062 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
2064         * files.texi (Changing Files): Document the return values of
2065         set-file-selinux-context and set-file-acl.
2067 2012-12-27  Glenn Morris  <rgm@gnu.org>
2069         * files.texi (File Names): Mention Cygwin conversion functions.
2071 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
2073         * windows.texi (Selecting Windows): Reword description of
2074         select-window (Bug#13248).
2076 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
2078         * files.texi (File Attributes, Changing Files): Remove the details
2079         about the text returned by file-acl.  Instead, just document that
2080         it is an opaque string meant to be used by set-file-acl.
2082 2012-12-21  Chong Yidong  <cyd@gnu.org>
2084         * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
2086         * customize.texi (Simple Types): Document key-sequence type
2087         (Bug#13048).
2089         * strings.texi (Text Comparison): Doc fix for compare-strings.
2091 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
2093         * files.texi (Magic File Names): Add `file-acl',
2094         `file-selinux-context', `set-file-acl' and
2095         `set-file-selinux-context'.  Make the list consistent.
2097 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
2099         * tips.texi (Library Headers): New header keyword `Homepage'.
2100         Make continuation lines syntax more precise.
2102 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
2104         * files.texi (File Attributes, Changing Files): Update to include
2105         MS-Windows support for ACLs.
2107 2012-12-16  Romain Francoise  <romain@orebokech.com>
2109         * files.texi (File Attributes): Document ACL support and new
2110         `file-acl' function.
2111         (Changing Files): Mention argument name change of `copy-file' and
2112         document new function `set-file-acl'.
2114 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2116         Fix permissions bugs with setgid directories etc.  (Bug#13125)
2117         * files.texi (Testing Accessibility): Document GROUP arg
2118         of file-ownership-preserved-p.
2119         (File Attributes): Document that 9th element is now
2120         just a placeholder.
2121         * os.texi (User Identification): Document new functions group-gid,
2122         group-real-gid.
2124 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2126         * internals.texi (C Integer Types): New section.
2127         This follows up and records an email in
2128         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
2130 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2132         * control.texi (Pattern matching case statement): New node.
2134         * customize.texi (Variable Definitions): Mention the default :group
2135         for defcustoms (bug#13093).
2137 2012-12-09  Glenn Morris  <rgm@gnu.org>
2139         * customize.texi (Variable Definitions): Mention eval-defun
2140         on a defcustom calls the :set function when appropriate.
2142 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
2144         * doclicense.texi, gpl.texi: Update to latest version from FSF.
2145         These are just minor editorial changes.
2147 2012-12-06  Chong Yidong  <cyd@gnu.org>
2149         * lists.texi (Plist Access): Move put example to Symbol Plists.
2151         * symbols.texi (Standard Properties): Fix typo.
2153 2012-12-03  Chong Yidong  <cyd@gnu.org>
2155         * symbols.texi (Symbol Properties): New node.
2156         (Symbol Plists): Make it a subsection under Symbol Properties.
2157         (Standard Properties): New node.
2159         * lists.texi (Property Lists): Move here from symbols.texi.
2160         (Plist Access): Rename from Other Plists.
2162         * customize.texi (Variable Definitions):
2163         * display.texi (Defining Faces):
2164         * sequences.texi (Char-Tables): Fix xref.
2166         * keymaps.texi (Key Sequences): `kbd' is now a function.
2168         * commands.texi (Using Interactive): Fix index entry.
2170 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
2172         * doclicense.texi: Update to latest version from FSF.
2173         These are just minor editorial changes.
2174         * elisp.texi (GNU Free Documentation License)
2175         (GNU General Public Licens):
2176         Provide sectioning, since doclicense.texi no longer does that.
2178         * loading.texi (Named Features): @ -> @@ to fix typo.
2180 2012-11-24  Martin Rudalics  <rudalics@gmx.at>
2182         * windows.texi (Basic Windows): Fix typo.
2183         (Windows and Frames): Fix example.  Move description of
2184         window-in-direction here.
2185         (Recombining Windows): Fix example.
2186         (Buffers and Windows): Fix description of replace-buffer-in-windows.
2187         (Switching Buffers): Reword.
2188         (Display Action Functions): Minor adjustments.
2189         (Choosing Window Options): Minor fixes.
2190         (Window History): Minor rewording.
2191         (Dedicated Windows): Correct and reword part describing how
2192         dedicatedness affects functions removing buffers or windows.
2193         * buffers.texi (The Buffer List): Fix description of bury-buffer.
2195 2012-11-24  Chong Yidong  <cyd@gnu.org>
2197         * modes.texi (%-Constructs): Fix statement about mode construct
2198         padding (Bug#12866).
2200 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         * debugging.texi (Profiling): Make it more clear
2203         that --enable-profiling is about profiling the C code.
2205 2012-11-21  Glenn Morris  <rgm@gnu.org>
2207         * display.texi (Attribute Functions):
2208         Update for set-face-* name changes.
2209         Add new "inherit" argument for face-bold-p etc.
2210         Move description of this argument to a common section, like "frame".
2212         * debugging.texi (Profiling): New section.
2213         (Debugging): Mention profiling in the introduction.
2214         * tips.texi (Compilation Tips): Move profiling to separate section.
2215         * elisp.texi: Add Profiling to detailed menu.
2217 2012-11-21  Martin Rudalics  <rudalics@gmx.at>
2219         * windows.texi (Display Action Functions): Fix recently added
2220         example.  Suggested by Michael Heerdegen.
2222 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2224         Minor cleanup for times as lists of four integers.
2225         * os.texi (Time Parsing): Time values can now be four integers.
2227 2012-11-18  Glenn Morris  <rgm@gnu.org>
2229         * loading.texi (How Programs Do Loading): Add eager macro expansion.
2230         * macros.texi (Expansion): Mention eager macro expansion.
2232         * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
2234 2012-11-18  Leo Liu  <sdl.web@gmail.com>
2236         * minibuf.texi (Programmed Completion): Doc fix for metadata
2237         request (Bug#12850).
2239 2012-11-18  Glenn Morris  <rgm@gnu.org>
2241         * display.texi (Temporary Displays): Document with-temp-buffer-window.
2243         * frames.texi (Size and Position): Add fit-frame-to-buffer command.
2244         * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
2245         (Window Sizes): Add vindex for window-min-height, window-min-width.
2246         (Display Action Functions): Mention pop-up-frame-parameters.
2248 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
2250         * windows.texi (Choosing Window): Rewrite description of
2251         display-buffer-alist (Bug#12167).
2252         (Display Action Functions): Mention inhibit-switch-frame.
2253         Fix description of display-buffer-below-selected.  Reorder actions.
2254         Add example (Bug#12848).
2256 2012-11-16  Glenn Morris  <rgm@gnu.org>
2258         * display.texi (Face Attributes): Fix :underline COLOR description.
2259         (Attribute Functions): Update for set-face-underline rename.
2260         Tweak descriptions of face-underline-p, face-inverse-video-p.
2262         * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
2263         so they align better in info.
2264         (Active Keymaps, Searching Keymaps, Controlling Active Maps):
2265         Document set-temporary-overlay-map.
2267 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
2270         with normal keymaps".
2272 2012-11-15  Dmitry Antipov  <dmantipov@yandex.ru>
2274         * internals.texi (Garbage Collection): Update descriptions
2275         of vectorlike_header, garbage-collect and gc-cons-threshold.
2276         (Object Internals): Explain Lisp_Object layout and the basics
2277         of an internal type system.
2278         (Buffer Internals): Update description of struct buffer.
2280 2012-11-13  Glenn Morris  <rgm@gnu.org>
2282         * variables.texi (Adding Generalized Variables):
2283         At least mention gv-define-expander and gv-letplace.
2285         * debugging.texi (Error Debugging): Mention debug-on-message.
2286         (Using Debugger): Mention debugger-bury-or-kill.
2288         * control.texi (Signaling Errors):
2289         * debugging.texi (Error Debugging):
2290         * errors.texi (Standard Errors): Add user-error.
2292         * variables.texi (Adding Generalized Variables):
2293         Use standard formatting for common lisp note about setf functions.
2295 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
2297         * elisp.texi (Top): Add Recombining Windows to menu.
2298         * windows.texi (Recombining Windows): New subsection.
2299         (Splitting Windows): Rewrite text on handling of window
2300         combinations and move it to new subsection.
2302 2012-11-10  Chong Yidong  <cyd@gnu.org>
2304         * searching.texi (Replacing Match): Document \? in replace-match.
2306         * variables.texi (Creating Buffer-Local): Document setq-local and
2307         defvar-local.
2308         (Setting Generalized Variables): Arrange table alphabetically.
2310         * lists.texi (List Elements, List Variables): Clarify descriptions
2311         of push and pop for generalized variables.
2313         * edebug.texi (Specification List): setf is no longer CL-only.
2315 2012-11-10  Glenn Morris  <rgm@gnu.org>
2317         * variables.texi (Adding Generalized Variables):
2318         Update description of FIX-RETURN expansion.
2320         * variables.texi (Setting Generalized Variables):
2321         Split most of previous contents into this subsection.
2322         (Adding Generalized Variables): New subsection.
2323         Move note on lack of setf functions here from misc/cl.texi.
2325         * elisp.texi: Add Generalized Variables subsections to detailed menu.
2327 2012-11-10  Chong Yidong  <cyd@gnu.org>
2329         * frames.texi (Initial Parameters): Doc fix (Bug#12144).
2331 2012-11-08  Michael Albinus  <michael.albinus@gmx.de>
2333         * os.texi (Notifications): Update descriptions of
2334         notifications-notify, notifications-close-notification and
2335         notifications-get-capabilities according to latest code changes.
2336         Add notifications-get-server-information.
2338 2012-11-03  Chong Yidong  <cyd@gnu.org>
2340         * objects.texi (General Escape Syntax): Clarify the explanation of
2341         escape sequences.
2342         (Non-ASCII in Strings): Clarify when a string is unibyte vs
2343         multibyte.  Hex escapes do not automatically make a string
2344         multibyte.
2346 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
2348         * windows.texi (Switching Buffers): Document option
2349         switch-to-buffer-preserve-window-point.
2350         (Display Action Functions): Document window-height and
2351         window-width alist entries.
2352         (Display Action Functions):
2353         Document display-buffer-below-selected and
2354         display-buffer-in-previous-window.
2355         (Quitting Windows): Document quit-restore-window.
2356         Rewrite section.
2357         (Window Configurations): In window-state-get mention that
2358         argument window must be valid.
2359         (Window Parameters): Document quit-restore window parameter
2360         (Bug#12158).
2362 2012-10-31  Glenn Morris  <rgm@gnu.org>
2364         * control.texi (Catch and Throw): Add xref to cl.texi.
2366         * lists.texi (Sets And Lists): Point xref to better location.
2368         * errors.texi (Standard Errors):
2369         * loading.texi (Autoload): Update for cl-lib namespace changes.
2371         * modes.texi (Defining Minor Modes): "Generalized Variables"
2372         section is now in this manual rather than cl.texi.
2374         * eval.texi (Special Forms): No longer special forms: defmacro,
2375         defun, save-window-excursion, with-output-to-temp-buffer.
2376         * functions.texi (Defining Functions): Defun is now a macro.
2377         Defalias is a function.
2379 2012-10-30  Glenn Morris  <rgm@gnu.org>
2381         * variables.texi (Generalized Variables): Fix typo.
2383 2012-10-30  Chong Yidong  <cyd@gnu.org>
2385         * symbols.texi (Symbol Plists): Document function-get.
2387         * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2389         * frames.texi (Visibility of Frames): Document tty-top-frame.
2391 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * keymaps.texi (Format of Keymaps): Document the multiple
2394         inheritance format.
2396 2012-10-28  Martin Rudalics  <rudalics@gmx.at>
2398         * windows.texi (Basic Windows): Reformulate description of live,
2399         internal and valid windows.
2400         (Cyclic Window Ordering): Describe new argument of
2401         get-lru-window and get-largest-window.  Add description of
2402         window-in-direction.
2404 2012-10-27  Glenn Morris  <rgm@gnu.org>
2406         * variables.texi (Generalized Variables): New section,
2407         adapted from misc/cl.texi.
2408         * elisp.texi (Top): Add Generalized Variables to menu.
2409         * lists.texi (List Elements, List Variables):
2410         Mention generalized variables.
2412         * lists.texi (List Elements): Typo fix.
2414 2012-10-27  Chong Yidong  <cyd@gnu.org>
2416         * minibuf.texi (High-Level Completion): Don't mention removed
2417         function iswitchb-read-buffer.
2419         * commands.texi (Event Input Misc): Remove last-input-char.
2420         (Command Loop Info): Remove last-command-char.
2422         * frames.texi (Initial Parameters): Don't mention the obsolete
2423         special-display feature.
2425         * windows.texi (Choosing Window): Don't mention the obsolete
2426         special display feature.
2427         (Choosing Window Options): Remove obsolete special-display
2428         variables, and the functions special-display-p and
2429         special-display-popup-frame.
2431         * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2433         * hooks.texi (Standard Hooks): Remove obsolete hooks.
2435         * markers.texi (Information from Markers): Remove obsolete
2436         function buffer-has-markers-at.
2438         * text.texi (Yanking): Document yank-handled-properties.
2440 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
2442         Update manual for new time stamp format (Bug#12706).
2443         * buffers.texi (Modification Time):
2444         * files.texi (Testing Accessibility, File Attributes):
2445         * intro.texi (Version Info):
2446         * os.texi (Time of Day):
2447         Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2448         These instances were missed the first time around.
2449         Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2451 2012-10-24  Chong Yidong  <cyd@gnu.org>
2453         * minibuf.texi (Text from Minibuffer): Document read-regexp
2454         changes.
2456         * nonascii.texi (Selecting a Representation):
2457         Document set-buffer-multibyte changes.
2459         * keymaps.texi (Toolkit Differences): Node deleted.
2460         (Easy Menu): New node.
2462 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2466 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
2468         Fix outdated timestamp documentation in Elisp manual (bug#12706).
2469         * files.texi (File Attributes):
2470         * text.texi (Undo):
2471         Time stamp resolution is now 1 picosecond, not 1 second.
2473 2012-10-23  Chong Yidong  <cyd@gnu.org>
2475         * display.texi (Font Lookup): Remove font-list-limit.
2477         * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2478         (Bug#12529).
2480 2012-10-22  Glenn Morris  <rgm@gnu.org>
2482         * os.texi (Recording Input): Tiny fix.
2484         * intro.texi (Lisp History):
2485         * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2486         * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2488 2012-10-15  Chong Yidong  <cyd@gnu.org>
2490         * macros.texi (Defining Macros): defmacro is now a macro.
2491         Explicitly list the docstring and declare arguments.
2493         * functions.texi (Anonymous Functions): Explicitly list the
2494         docstring, declare, and interactive arguments to lambda.
2495         (Defining Functions): Likewise for defun.
2496         (Inline Functions): Likewise for defsubst.
2497         (Declare Form): Tweak description.
2499 2012-10-13  Chong Yidong  <cyd@gnu.org>
2501         * display.texi (ImageMagick Images): ImageMagick enabled by default.
2503 2012-10-05  Chong Yidong  <cyd@gnu.org>
2505         * minibuf.texi (Basic Completion): Clarify list form of completion
2506         table (Bug#12564).
2508 2012-10-05  Bruno Félix Rezende Ribeiro  <oitofelix@gmail.com>  (tiny change)
2510         * functions.texi (Function Safety): Copyedit.  (Bug#12562)
2512 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
2514         Revert the FOLLOW-SYMLINKS change for file-attributes.
2515         * files.texi (File Attributes, Magic File Names): Undo last change.
2517 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2519         file-attributes has a new optional arg FOLLOW-SYMLINKS.
2520         * files.texi (File Attributes): Describe it.
2521         (Magic File Names): Use it.
2523 2012-09-30  Chong Yidong  <cyd@gnu.org>
2525         * commands.texi (Click Events): Define "mouse position list".
2526         Remove mention of unimplemented horizontal scroll bars.
2527         (Drag Events, Motion Events): Refer to "mouse position list".
2528         (Accessing Mouse): Document posnp.
2530         * errors.texi (Standard Errors): Tweak arith-error description.
2531         Tweak markup.  Remove domain-error and friends, which seem to be
2532         unused after the floating-point code revamp.
2534         * functions.texi (Defining Functions): defun is now a macro.
2535         (Obsolete Functions): Obsolescence also affects
2536         documentation commands.  Various clarifications.
2537         (Declare Form): New node.
2539         * strings.texi (String Basics): Copyedits.
2541         * os.texi (Startup Summary): Document leim-list.el change.
2542         (User Identification): Add system-users and system-groups.
2543         (Idle Timers): Minor clarifications.
2545         * macros.texi (Defining Macros): Move description of `declare' to
2546         Declare Form node.
2548         * loading.texi (Autoload):
2549         * help.texi (Documentation Basics): The special sequences can
2550         trigger autoloading.
2552         * numbers.texi (Integer Basics): Copyedits.
2553         (Float Basics): Consider IEEE floating point always available.
2554         (Random Numbers): Document actual limits.
2555         (Arithmetic Operations): Clarify division by zero.  Don't mention
2556         the machine-independence of negative division since it does not
2557         happen in practice.
2559 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2561         * files.texi (Files): Fix typo.
2563 2012-09-23  Chong Yidong  <cyd@gnu.org>
2565         * buffers.texi (Read Only Buffers): Document read-only-mode.
2567         * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2568         read-only-mode.
2570         * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2571         calling conventions.
2573 2012-09-22  Chong Yidong  <cyd@gnu.org>
2575         * searching.texi (Replacing Match): Minor clarification.
2577 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
2579         * edebug.texi (Instrumenting): Improve indexing.
2581         * os.texi (Idle Timers): Warn against reinvoking an idle timer
2582         from within its own timer action.  (Bug#12447)
2584 2012-09-22  Chong Yidong  <cyd@gnu.org>
2586         * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2588 2012-09-21  Glenn Morris  <rgm@gnu.org>
2590         * debugging.texi (Using Debugger): Fix typo.
2592 2012-09-18  Chong Yidong  <cyd@gnu.org>
2594         * display.texi (Faces): Discuss anonymous faces.
2595         (Face Attributes): Tweak intro.
2596         (Defining Faces): Move after the Face Attributes node.  Copyedits.
2597         (Displaying Faces): Describe role of inheritance.
2599         * customize.texi (Customization): Define customization more
2600         carefully (Bug#11440).
2601         (Common Keywords): Add xref to Constant Variables.
2603         * variables.texi (Defining Variables): Link to defcustom's node
2604         instead of the higher-level Customization chapter.
2606 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2608         Simplify, document, and port floating-point (Bug#12381).
2609         * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2610         Document that / and mod (with floating point arguments), along
2611         with asin, acos, log, log10, expt and sqrt, return special values
2612         instead of signaling exceptions.
2613         (Float Basics): Document that logb operates on the absolute value
2614         of its argument.
2615         (Math Functions): Document that (log ARG BASE) also returns NaN if
2616         BASE is negative.  Document that (expt X Y) returns NaN if X is a
2617         finite negative number and Y a finite non-integer.
2619 2012-09-09  Chong Yidong  <cyd@gnu.org>
2621         * lists.texi (Sets And Lists): Explain that the return value for
2622         delete should be used, like for delq.
2624         * minibuf.texi (Yes-or-No Queries): Document recentering and
2625         scrolling in y-or-n-p.  Remove gratuitous example.
2627         * searching.texi (Search and Replace): Document window scrolling
2628         entries in query-replace-map.
2630 2012-09-08  Chong Yidong  <cyd@gnu.org>
2632         * syntax.texi (Syntax Table Internals): Define "raw syntax
2633         descriptor" terminology (Bug#12383).
2634         (Syntax Descriptors): Mention raw syntax descriptors.
2636 2012-09-07  Chong Yidong  <cyd@gnu.org>
2638         * variables.texi (Creating Buffer-Local): Fix description of
2639         local-variable-if-set-p (Bug#10713).
2641         * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2643         * windows.texi (Display Action Functions)
2644         (Choosing Window Options): Remove obsolete variable
2645         display-buffer-reuse-frames.
2646         (Switching Buffers): Minor doc tweak for switch-to-buffer.
2648         * positions.texi (Narrowing): Document buffer-narrowed-p.
2650         * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2652         * syntax.texi (Low-Level Parsing): Add xref to Parser State
2653         (Bug#12269).
2655 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
2657         * debugging.texi (Explicit Debug): Document `debug-on-message'.
2659 2012-09-02  Chong Yidong  <cyd@gnu.org>
2661         * windows.texi (Window Configurations): Recommend against using
2662         save-window-excursion (Bug#12075).
2664         * control.texi (Catch and Throw):
2665         * positions.texi (Excursions): Don't mention it.
2667 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2669         Better seed support for (random).
2670         * numbers.texi (Random Numbers): Document new behavior of
2671         the calls (random) and (random STRING).
2673 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
2675         * windows.texi (Window Point): Document recent changes in
2676         window-point and set-window-point.
2677         (Selecting Windows): Document recent change in select-window.
2679 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
2681         * functions.texi (Closures): Put the main index entry for
2682         "closures" here.  (Bug#12138)
2684         * variables.texi (Lexical Binding): Disambiguate the index entry
2685         for "closures".
2687 2012-08-05  Chong Yidong  <cyd@gnu.org>
2689         * display.texi (Defining Faces): Move documentation of
2690         frame-background-mode to the Emacs manual (Bug#7774).
2692 2012-08-04  Chong Yidong  <cyd@gnu.org>
2694         * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2695         Fix description of syntax table inheritance.
2696         (Syntax Table Functions): Don't refer to internal contents of
2697         syntax table, since that is not explained yet.  Copyedits.
2698         (Standard Syntax Tables): Node deleted.
2699         (Syntax Table Internals): Misc clarifications.  Improve table
2700         formatting.
2702         * keymaps.texi (Inheritance and Keymaps):
2703         * text.texi (Sticky Properties): Tweak index entry.
2705 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2707         * nonascii.texi (Character Sets): Fix a typo.  (Bug#12062)
2709 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2711         Prefer typical American spelling for "acknowledgment".
2712         * intro.texi (Acknowledgments): Rename from Acknowledgements.
2714 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
2716         * commands.texi (Special Events): Mention language-change event.
2717         (Input Events, Interactive Codes):
2718         * keymaps.texi (Key Sequences): Mention events that are
2719         non-keyboard but also non-mouse events.
2721 2012-07-17  Chong Yidong  <cyd@gnu.org>
2723         * text.texi (Insertion): Document insert-char changes.
2725 2012-07-15  Leo Liu  <sdl.web@gmail.com>
2727         * display.texi (Fringe Bitmaps): Add exclamation-mark.
2729 2012-07-13  Chong Yidong  <cyd@gnu.org>
2731         * buffers.texi (Read Only Buffers): Document toggle-read-only
2732         changes.  Reword to account for the fact that read-only is
2733         currently not supported in overlay properties.
2735 2012-07-07  Chong Yidong  <cyd@gnu.org>
2737         * loading.texi (Library Search): Index site-lisp directories.
2739 2012-07-06  Chong Yidong  <cyd@gnu.org>
2741         * intro.texi (A Sample Function Description): Fix incorrect
2742         markup, undoing previous change.
2743         (A Sample Variable Description): Minor clarifications and markup
2744         improvements.
2746         * elisp.texi (Top):
2747         * text.texi (Text): Fix menu order.
2749 2012-07-06  Richard Stallman  <rms@gnu.org>
2751         * intro.texi (Evaluation Notation, A Sample Function Description)
2752         (A Sample Variable Description): Improve/undo previous changes.
2754 2012-07-05  Glenn Morris  <rgm@gnu.org>
2756         * intro.texi (A Sample Function Description): Fix cross-refs.
2758 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
2760         * intro.texi (Evaluation Notation, A Sample Function Description)
2761         (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2763 2012-06-27  Chong Yidong  <cyd@gnu.org>
2765         * processes.texi (Asynchronous Processes, Input to Processes):
2766         * internals.texi (Process Internals): Don't capitalize "pty".
2768 2012-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2770         * processes.texi (Asynchronous Processes): Make the pty vs pipe
2771         discussion more prominent.
2773 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
2775         * commands.texi (Misc Events): Document the language-change event.
2777 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2779         Support higher-resolution time stamps (Bug#9000).
2780         * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2781         * processes.texi (System Processes):
2782         Time stamp resolution is now picosecond, not microsecond.
2784 2012-06-21  Glenn Morris  <rgm@gnu.org>
2786         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
2788 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * functions.texi (Defining Functions):
2791         * macros.texi (Defining Macros): Un-define the return value of `defun',
2792         `defmacro' and `defalias'.
2794 2012-06-17  Chong Yidong  <cyd@gnu.org>
2796         * elisp.texi: Remove urlcolor setting.
2798 2012-06-17  Glenn Morris  <rgm@gnu.org>
2800         * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
2801         Overlining no longer behaves exactly like underlining.
2803 2012-06-16  Aurélien Aptel  <aurelien.aptel@gmail.com>
2805         * display.texi (Face Attributes):
2806         Document wave-style underline face attribute.
2808 2012-06-11  Chong Yidong  <cyd@gnu.org>
2810         * display.texi (ImageMagick Images): ImageMagick now supports the
2811         :background property.
2813 2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
2815         * internals.texi (Garbage Collection): Typo fix.
2817 2012-06-09  Chong Yidong  <cyd@gnu.org>
2819         * text.texi (Special Properties): Clarify the meaning of a list of
2820         faces in the `face' property.
2822         * display.texi (Face Remapping): Minor clarification.
2824 2012-06-08  Chong Yidong  <cyd@gnu.org>
2826         * display.texi (Face Attributes): Font family does not accept
2827         wildcards.  De-document obsolete :bold and :italic attributes.
2828         (Defining Faces): Use new-style face spec format.
2830 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
2832         * internals.texi (Garbage Collection): Document new
2833         vector management code and vectorlike_header structure.
2835 2012-06-03  Chong Yidong  <cyd@gnu.org>
2837         * modes.texi (Mode Line Data): Use "mode line construct"
2838         terminology for consistency.
2840 2012-05-27  Glenn Morris  <rgm@gnu.org>
2842         * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2843         * buffers.texi, commands.texi, compile.texi, control.texi:
2844         * customize.texi, debugging.texi, display.texi, doclicense.texi:
2845         * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2846         * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2847         * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2848         * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2849         * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2850         * objects.texi, os.texi, package.texi, positions.texi:
2851         * processes.texi, searching.texi, sequences.texi, streams.texi:
2852         * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2853         * variables.texi, windows.texi: Nuke hand-written node pointers.
2855 2012-05-27  Chong Yidong  <cyd@gnu.org>
2857         * functions.texi (Obsolete Functions):
2858         Fix doc for set-advertised-calling-convention.
2860         * modes.texi (Mode Help): Fix describe-mode.
2862         * display.texi (Face Functions): Fix define-obsolete-face-alias.
2864         * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2866 2012-05-27  Martin Rudalics  <rudalics@gmx.at>
2868         * commands.texi (Recursive Editing): recursive-edit is a command.
2870         * compile.texi (Docs and Compilation):
2871         byte-compile-dynamic-docstrings is an option.
2873         * debugging.texi (Invoking the Debugger): debug is a command.
2875         * display.texi (Progress): progress-reporter-update and
2876         progress-reporter-force-update have VALUE argument optional.
2877         (Animated Images): Use non-@code{nil} instead of non-nil.
2879         * files.texi (Format Conversion Round-Trip):
2880         Use non-@code{nil} instead of non-nil.
2882         * frames.texi (Creating Frames): make-frame is a command.
2883         (Input Focus): select-frame is a command.
2884         (Pointer Shape): void-text-area-pointer is an option.
2886         * help.texi (Describing Characters): read-kbd-macro is a command.
2887         (Help Functions): describe-prefix-bindings is a command.
2889         * markers.texi (Creating Markers): Both arguments of copy-marker
2890         are optional.
2892         * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2894         * modes.texi (Mode Line Variables): mode-line-remote and
2895         mode-line-client are not options.
2896         (Imenu): imenu-add-to-menubar is a command.
2897         (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2899         * os.texi (Sound Output): play-sound-file is a command.
2901         * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2903         * processes.texi (Signals to Processes):
2904         Use @key{RET} instead of @code{RET}.
2905         (Signals to Processes): signal-process is a command.
2907         * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2908         (Base 64): base64-encode-string is not a command while
2909         base64-decode-region is.
2911         * windows.texi (Switching Buffers): pop-to-buffer is a command.
2913 2012-05-12  Glenn Morris  <rgm@gnu.org>
2915         * Makefile.in (MKDIR_P): New, set by configure.
2916         (mkinfodir): Use $MKDIR_P.
2918 2012-05-10  Glenn Morris  <rgm@gnu.org>
2920         * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2921         with "coding: raw-text".
2922         Concept of multibyte sessions no longer exists.
2924         * files.texi (File Locks): Mention create-lockfiles option.
2926 2012-05-09  Glenn Morris  <rgm@gnu.org>
2928         * vol1.texi, vol2.texi: Remove files.
2929         * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2930         * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2932         * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2934         * two-volume.make (emacsdir): New.
2935         (tex): Add directory with emacsver.texi to TEXINPUTS.
2937         * minibuf.texi (Minibuffer History, Basic Completion):
2938         Tweak page breaks.
2940         * internals.texi (Garbage Collection, Memory Usage)
2941         (Writing Emacs Primitives): Tweak page breaks.
2943         * streams.texi (Output Variables): Improve page break.
2945         * edebug.texi (Edebug Display Update): Improve page break.
2947         * compile.texi (Disassembly): Condense the examples.
2949         * eval.texi, functions.texi, loading.texi, macros.texi:
2950         Where possible, use example rather than smallexample.
2952         * symbols.texi: Where possible, use example rather than smallexample.
2953         (Symbol Components): Fix typo.
2954         (Other Plists): Tweak page break.
2956         * sequences.texi (Arrays): Tweak page breaks.
2958         * customize.texi: Where possible, use example rather than smallexample.
2959         (Common Keywords, Variable Definitions, Applying Customizations)
2960         (Custom Themes): Tweak page breaks.
2962         * control.texi: Where possible, use example rather than smallexample.
2963         (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2964         Tweak page breaks.
2966 2012-05-08  Glenn Morris  <rgm@gnu.org>
2968         * two.el: Remove; unused since creation of two-volume.make.
2970         * vol1.texi, vol2.texi: No need to keep menus in these files.
2972 2012-05-05  Glenn Morris  <rgm@gnu.org>
2974         * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2976         * intro.texi (Caveats): Copyedit.
2977         (Lisp History): Convert inforef to xref.
2978         (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2980         * text.texi (Auto Filling): Don't mention Emacs 19.
2982         * commands.texi (Event Input Misc): Don't mention unread-command-char.
2983         * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2985         * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2987         * lists.texi (List-related Predicates, List Variables):
2988         Tweak page-breaks.
2989         (Sets And Lists): Convert inforef to xref.
2991 2012-05-04  Glenn Morris  <rgm@gnu.org>
2993         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2994         (info, infoclean): Use $INFO_EXT.
2995         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2996         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2997         (info, maintainer-clean): Use $INFO_EXT.
2998         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
3000 2012-05-04  Chong Yidong  <cyd@gnu.org>
3002         * os.texi (Timers): Use defopt for timer-max-repeats.
3004 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
3006         * os.texi (Time of Day): Do not limit current-time-string
3007         to years 1000..9999.
3009 2012-05-02  Chong Yidong  <cyd@gnu.org>
3011         * display.texi (Font Lookup):
3012         * frames.texi (Pointer Shape):
3013         * processes.texi (Subprocess Creation): Use defopt for options.
3015 2012-05-02  Glenn Morris  <rgm@gnu.org>
3017         * elisp.texi (@copying):
3018         * intro.texi (Introduction): Only print VERSION in the TeX version.
3020 2012-05-02  Chong Yidong  <cyd@gnu.org>
3022         * text.texi (Change Hooks): Minor fix for after-change-functions.
3024 2012-05-02  Glenn Morris  <rgm@gnu.org>
3026         * package.texi (Packaging Basics):
3027         * loading.texi (Autoload):
3028         * files.texi (Magic File Names):
3029         Reword to remove/reduce some overly long/short lines.
3031 2012-04-27  Glenn Morris  <rgm@gnu.org>
3033         * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
3034         * modes.texi (Major Modes, Auto-Indentation):
3035         * buffers.texi (Buffers): Some fixes for menu descriptions.
3037 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * functions.texi (Simple Lambda, Argument List):
3039         * eval.texi (Function Indirection): Avoid deprecated form.
3041 2012-04-27  Glenn Morris  <rgm@gnu.org>
3043         * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
3044         Add "et al." to authors.
3046         * buffers.texi, commands.texi, compile.texi, control.texi:
3047         * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
3048         * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
3049         * modes.texi, numbers.texi, objects.texi, streams.texi:
3050         * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
3051         Use Texinfo recommended convention for quotes+punctuation.
3053 2012-04-27  Chong Yidong  <cyd@gnu.org>
3055         * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
3056         to where-is-internal (Bug#10872).
3058 2012-04-27  Glenn Morris  <rgm@gnu.org>
3060         * macros.texi (Indenting Macros): Fix typo.
3062         * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
3063         (Resizing Windows, Deleting Windows, Selecting Windows)
3064         (Choosing Window Options, Horizontal Scrolling)
3065         (Cyclic Window Ordering, Window History, Dedicated Windows)
3066         (Quitting Windows, Window Configurations, Textual Scrolling)
3067         (Coordinates and Windows, Window Configurations)
3068         (Window Parameters, Window Hooks): Copyedits.
3069         (Splitting Windows, Deleting Windows):
3070         Fix ignore-window-parameters logic.
3071         (Selecting Windows, Choosing Window Options): Markup fixes.
3072         (Window Start and End): Remove pointless example.
3073         Remove cross-reference to deleted count-lines content.
3074         (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
3075         and recenter-positions.  Remove recenter example.
3077         * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
3079         * minibuf.texi (Intro to Minibuffers):
3080         Tweak discussion of resizing minibuffer window.
3082 2012-04-26  Glenn Morris  <rgm@gnu.org>
3084         * elisp-covers.texi, front-cover-1.texi: Remove files.
3086         * tindex.pl: Remove file.
3088         * makefile.w32-in (srcs):
3089         * Makefile.in (srcs): Remove back.texi (which is unused).
3091 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
3093         * os.texi (Notifications): Extend possible notification hints.
3094         Add notifications-get-capabilities.
3096 2012-04-20  Chong Yidong  <cyd@gnu.org>
3098         * processes.texi (Asynchronous Processes): Mention nil argument to
3099         start-process.
3101 2012-04-20  Glenn Morris  <rgm@gnu.org>
3103         * minibuf.texi (Basic Completion): No need to describe obarrays here.
3104         Don't mention obsolete `nospace' argument of all-completions.
3105         (Minibuffer Completion, Completion Commands, Reading File Names)
3106         (Completion Variables): Copyedits.
3107         (Completion Commands): Mention parent keymaps.
3108         Remove obsolete minibuffer-local-filename-must-match-map.
3109         (High-Level Completion): Remove read-variable's almost
3110         word-for-word duplication of read-command.
3111         * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
3112         Update "High-Level Completion" description.
3114         * minibuf.texi (Minibuffers):
3115         * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
3117         * minibuf.texi: Standardize metasyntactic variables ("history", etc).
3118         Use Texinfo-recommended form of quote+punctuation.
3119         (Intro to Minibuffers): First minibuffer is #1, not #0.
3120         Mention minibuffer-inactive-mode.
3121         (Text from Minibuffer): Copyedits.
3122         (Minibuffer History, Programmed Completion): Fix @var usage.
3123         (Object from Minibuffer): Remove overly pedantic para.
3124         (Minibuffer History): Copyedits.  Add face-name-history.
3125         (Initial Input, Yes-or-No Queries, Multiple Queries)
3126         (Minibuffer Windows, Minibuffer Misc): Copyedits.
3127         (Yes-or-No Queries): Tweak example.
3128         (Minibuffer Commands): Add next-complete-history-element.
3129         (Minibuffer Misc): Mention minibuffer-message-timeout, and
3130         minibuffer-inactive-mode.
3132         * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
3133         (Bindat Functions): Copyedits.
3135 2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
3137         * files.texi (Saving Buffers): Document `visit and `visit-save'
3138         values of require-final-newline.
3140 2012-04-20  Glenn Morris  <rgm@gnu.org>
3142         * processes.texi (Output from Processes, Filter Functions):
3143         Mention waiting-for-user-input-p.
3144         (Sentinels, Query Before Exit, System Processes, Transaction Queues)
3145         (Network Servers, Datagrams, Network Processes, Network Options)
3146         (Network Feature Testing, Serial Ports): Copyedits.
3147         (Network): Add encrypted network overview paragraph.
3148         Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
3150 2012-04-20  Chong Yidong  <cyd@gnu.org>
3152         * help.texi (Keys in Documentation): Mention :advertised-binding.
3154         * keymaps.texi (Menu Bar): Move most of the :advertised-binding
3155         description to help.texi.
3157 2012-04-20  Glenn Morris  <rgm@gnu.org>
3159         * processes.texi (Process Information, Input to Processes)
3160         (Signals to Processes, Output from Processes, Process Buffers)
3161         (Filter Functions, Decoding Output): Copyedits.
3162         (Accepting Output): Discourage use of `millisec' argument.
3164 2012-04-15  Glenn Morris  <rgm@gnu.org>
3166         * processes.texi (Processes, Subprocess Creation, Shell Arguments)
3167         (Synchronous Processes, Asynchronous Processes, Deleting Processes):
3168         Copyedits.
3169         (Subprocess Creation): Discourage modifying exec-path directly.
3170         (Synchronous Processes, Asynchronous Processes):
3171         Update some example output.
3172         (Process Information): Fix typo.
3173         (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
3175 2012-04-15  Glenn Morris  <rgm@gnu.org>
3177         * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
3178         open-network-stream does exist in Emacs 23, but is simpler.
3180 2012-04-15  Chong Yidong  <cyd@gnu.org>
3182         * customize.texi (Custom Themes): Also document load-theme etc.
3184 2012-04-14  Chong Yidong  <cyd@gnu.org>
3186         * customize.texi (Applying Customizations, Custom Themes): New nodes.
3188         * display.texi (Defining Faces): Reference custom-set-faces.
3190         * modes.texi (Defining Minor Modes, Defining Minor Modes):
3191         * os.texi (Startup Summary): Copyedits.
3193 2012-04-14  Glenn Morris  <rgm@gnu.org>
3195         * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
3197         * strings.texi (Case Tables):
3198         * objects.texi (General Escape Syntax):
3199         * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
3201         * buffers.texi, compile.texi, customize.texi, debugging.texi:
3202         * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
3203         * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
3204         * text.texi: Use @file for buffers, per the Texinfo manual.
3206         * compile.texi (Compiler Errors): Add missing space in buffer name.
3208 2012-04-14  Chong Yidong  <cyd@gnu.org>
3210         * processes.texi (Query Before Exit): Remove obsolete function
3211         process-kill-without-query (Bug#11190).
3213 2012-04-14  Glenn Morris  <rgm@gnu.org>
3215         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
3216         Use @env for environment variables.
3218         * Makefile.in: Replace non-portable use of $< in ordinary rules.
3220 2012-04-12  Jari Aalto  <jari.aalto@cante.net>
3222         * processes.texi (Synchronous Processes):
3223         Mention `default-directory' (bug#7515).
3225 2012-04-09  Chong Yidong  <cyd@gnu.org>
3227         * customize.texi (Variable Definitions): Remove user-variable-p.
3229         * commands.texi (Interactive Codes):
3230         * help.texi (Accessing Documentation):
3231         * minibuf.texi (High-Level Completion): Callers changed.
3233 2012-04-06  Chong Yidong  <cyd@gnu.org>
3235         * minibuf.texi (Programmed Completion): Document metadata method.
3236         (Completion Variables): Document completion-category-overrides.
3238 2012-04-05  Chong Yidong  <cyd@gnu.org>
3240         * anti.texi (Antinews): Rewrite for Emacs 23.
3242 2012-04-04  Chong Yidong  <cyd@gnu.org>
3244         * minibuf.texi (Programmed Completion): Remove obsolete variable
3245         completion-annotate-function.
3246         (Completion Variables): Rename from Completion Styles.
3247         Document completion-extra-properties.  Document completion-styles-alist
3248         change.
3249         (Reading File Names): minibuffer-local-filename-must-match-map is
3250         not used anymore.
3251         (Minibuffer Completion): Document completing-read-function.
3252         (Completion in Buffers): completion-at-point-functions can return
3253         properties recognized in completion-extra-properties.
3255         * display.texi (Delayed Warnings): New node.
3257         * os.texi (Notifications): Copyedits.
3259 2012-04-04  Glenn Morris  <rgm@gnu.org>
3261         * os.texi (Notifications): Copyedits.
3263 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
3265         * os.texi (Terminal-Specific): Fix typo.
3266         (Notifications): New section.
3268         * elisp.texi (Top):
3269         * vol1.texi (Top):
3270         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
3271         menu entries.
3273 2012-04-01  Chong Yidong  <cyd@gnu.org>
3275         * files.texi (Kinds of Files): file-subdir-of-p renamed to
3276         file-in-directory-p.
3278 2012-03-31  Glenn Morris  <rgm@gnu.org>
3280         * edebug.texi (Instrumenting Macro Calls):
3281         Mention defining macros at instrumentation time.
3282         (Edebug Options): Mention edebug-unwrap-results.
3284 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
3286         * text.texi (Special Properties): Clarify the description of the
3287         effect of integer values of the 'cursor' property on cursor
3288         position.  See the discussions in bug#11068 for more details and
3289         context.
3291 2012-03-31  Glenn Morris  <rgm@gnu.org>
3293         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
3294         Copyedits.
3296 2012-03-30  Chong Yidong  <cyd@gnu.org>
3298         * display.texi (Image Formats): Add imagemagick type.
3299         (Image Descriptors): Mention how they are used.
3300         (ImageMagick Images): Clarify role of imagemagick-register-types.
3301         (Character Display): Don't mention glyph tables.
3302         (Display Tables): Use make-glyph-code in example.
3303         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
3304         tables are semi-obsolete.  De-document create-glyph.
3305         (Glyphless Chars): Note that display tables override this.
3306         (Bidirectional Display): Copyedits.  Introduce "bidirectional
3307         reordering" terminology, and use it.
3309 2012-03-30  Glenn Morris  <rgm@gnu.org>
3311         * edebug.texi (Jumping): Give name of `i' binding.
3313 2012-03-28  Glenn Morris  <rgm@gnu.org>
3315         * searching.texi (Regular Expressions, Regexp Special)
3316         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
3317         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
3318         (Regexp Special): Mention collation.
3319         Clarify char classes with an example.
3320         (Regexp Functions): Mention regexp-opt is not guaranteed.
3321         Mention regexp-opt-charset.
3322         (Regexp Search): Recommend against looking-back.
3323         (Search and Replace): Use Texinfo recommended quote convention.
3324         Add more query-replace-map items.  List multi-query-replace-map items.
3326 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
3328         * windows.texi (Window History): Describe new option
3329         switch-to-visible-buffer.
3331 2012-03-27  Glenn Morris  <rgm@gnu.org>
3333         * searching.texi (String Search): Add xref to Emacs manual.
3334         Copyedits.  Mention the function word-search-regexp.
3335         (Searching and Case): Add xref to Emacs manual.  Copyedits.
3337         * processes.texi (Network Servers): Standardize apostrophe usage.
3339         * os.texi (System Environment): Copyedits.  Remove some examples
3340         that do not seem useful.  Mention setenv third arg.
3341         tty-erase-char does not seem to be nil under a window-system.
3342         (User Identification): Copyedits.
3343         Remove some examples that do not seem useful.
3345 2012-03-26  Glenn Morris  <rgm@gnu.org>
3347         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
3348         (Init File): Copyedits.
3349         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
3350         (Killing Emacs): Copyedits.
3351         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
3352         Shorten the example, use more standard shell prompts.
3354 2012-03-25  Chong Yidong  <cyd@gnu.org>
3356         * display.texi (Fringes): Note that fringes are shown on graphical
3357         displays only.
3358         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
3359         (Replacing Specs): Clarify example.
3360         (Manipulating Buttons): Note that button-at can return a marker.
3361         (Buttons): Minor rewrite.
3362         (Character Display): New node.  Consolidate all character display
3363         related nodes into its subsections.
3364         (Usual Display): Character 127 is also affected by ctl-arrow.
3365         (Display Tables): Improve example.
3367 2012-03-22  Glenn Morris  <rgm@gnu.org>
3369         * strings.texi (Text Comparison): Mention string-prefix-p.
3371 2012-03-21  Chong Yidong  <cyd@gnu.org>
3373         * display.texi (The Echo Area): Add xref to Output Streams.
3374         (Displaying Messages): Improve doc of message.
3375         (Echo Area Customization, Invisible Text): Copyedits.
3376         (Invisible Text): Mention that spec comparison is done with eq.
3377         (Width): Improve doc of char-width.
3378         (Faces): Recommend using symbol instead of string for face name.
3379         Minor clarifications.
3380         (Defining Faces): Copyedits.  Update face example.
3381         (Attribute Functions): Mark set-face-foreground etc as commands.
3382         (Face Remapping): Mention text-scale-adjust.
3383         Clarify face-remapping-alist and related docs.
3384         (Face Functions): Don't document make-face or copy-face.
3386 2012-03-20  Chong Yidong  <cyd@gnu.org>
3388         * display.texi (Forcing Redisplay): Various rewrites to reflect
3389         new value of redisplay-dont-pause.
3390         (Truncation): Copyedits.
3392 2012-03-20  Glenn Morris  <rgm@gnu.org>
3394         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3395         Add summary table of some relevant command-line options.
3397 2012-03-18  Chong Yidong  <cyd@gnu.org>
3399         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3400         (Writing Emacs Primitives): Re-organize discussion of functions
3401         with variable Lisp arguments are handled.  Delete an obsolete
3402         remark, previously tagged as FIXME.
3404         * os.texi (Idle Timers): Minor clarification.
3405         (Idle Timers): Link to Time of Day for description of time list.
3407 2012-03-18  Glenn Morris  <rgm@gnu.org>
3409         * os.texi (System Interface): Flow control was removed.
3410         (Startup Summary): General update.
3411         (Init File): Don't mention compiling it.
3413 2012-03-17  Chong Yidong  <cyd@gnu.org>
3415         * os.texi (Startup Summary): Mention package loading.
3416         (Init File): Don't refer to .emacs in section title.  Copyedits.
3417         (Terminal-Specific): Give a realistic example.
3418         (Command-Line Arguments): Reference Entering Emacs instead of
3419         repeating the spiel about not restarting Emacs.
3420         (Time of Day): Discuss time representation at beginning of node.
3421         (Sound Output): Copyedits.
3423         * package.texi (Packaging Basics): Document package-initialize.
3425 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
3427         * frames.texi (Initial Parameters): Add an index entry for
3428         minibuffer-only frame.
3430 2012-03-16  Glenn Morris  <rgm@gnu.org>
3432         * modes.texi (Major Mode Conventions): Mention the strange
3433         relationship between View mode and special modes.  (Bug#10650)
3435 2012-03-11  Chong Yidong  <cyd@gnu.org>
3437         * windows.texi (Window Configurations): save-window-excursion is
3438         now a macro.
3440         * display.texi (Temporary Displays): with-output-to-temp-buffer is
3441         now a macro.
3443         * text.texi (Fields): Minor copyedit.
3445 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
3447         * strings.texi (String Basics):
3448         * sequences.texi (Sequence Functions): Mention that `length' is
3449         not appropriate for computing the string width on display; add a
3450         cross-reference to the description of `string-width'.  (Bug#10978)
3452         * eval.texi (Autoloading): Minor change of wording.
3454 2012-03-10  Chong Yidong  <cyd@gnu.org>
3456         * loading.texi (Autoload): Explicitly state which forms are
3457         processed specially (Bug#7783).
3459         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3460         non-default situation.  Describe one-submenu exception (Bug#7695).
3462         * nonascii.texi (Character Properties): Copyedits.
3464 2012-03-08  Chong Yidong  <cyd@gnu.org>
3466         * text.texi (Mode-Specific Indent): Document new behavior of
3467         indent-for-tab-command.  Document tab-always-indent.
3468         (Special Properties): Copyedits.
3469         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
3470         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
3471         libxml-parse-html-region.
3473 2012-03-07  Glenn Morris  <rgm@gnu.org>
3475         * markers.texi (The Region): Briefly mention use-empty-active-region
3476         and region-active-p.
3477         (Overview of Markers): Reword garbage collection, add cross-ref.
3478         (The Mark): Tiny clarification re command loop and activate-mark-hook.
3480 2012-03-07  Chong Yidong  <cyd@gnu.org>
3482         * text.texi (Buffer Contents): Don't duplicate explanation of
3483         region arguments from Text node.  Put doc of obsolete var
3484         buffer-substring-filters back, since it is referred to.
3485         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3486         selection by default.
3488         * markers.texi (The Mark): Fix typo.
3489         (The Region): Copyedits.
3491 2012-03-07  Glenn Morris  <rgm@gnu.org>
3493         * markers.texi (Overview of Markers): Copyedits.
3494         (Creating Markers): Update approximate example buffer size.
3495         (The Mark): Don't mention uninteresting return values.
3497 2012-03-05  Chong Yidong  <cyd@gnu.org>
3499         * positions.texi (Text Lines): Document count-words.
3501 2012-03-04  Chong Yidong  <cyd@gnu.org>
3503         * frames.texi (Frames): Remove little-used "terminal frame" and
3504         "window frame" terminology.
3505         (Frame Parameters, Font and Color Parameters, Initial Parameters)
3506         (Size and Position, Visibility of Frames): Callers changed.
3507         (Frames): Clarify which terminals in framep are graphical.
3508         (Initial Parameters): --geometry is not the only option which adds
3509         to initial-frame-alist.
3510         (Position Parameters): Note that icon-left and icon-top are for
3511         old window managers only.
3512         (Size Parameters): Sizes are in characters even on graphical
3513         displays.
3514         (Management Parameters): Note that window-id and outer-window-id
3515         can't really be changed, and that auto-raise isn't always obeyed.
3516         (Cursor Parameters): Document cursor-type explicitly.
3517         (Size and Position): The aliases set-screen-height and
3518         set-screen-width have been deleted.
3519         (Visibility of Frames): Mention "minimization".
3521         * os.texi (Startup Summary): Minor clarifications.
3522         (Startup Summary, Suspending Emacs): Standardize on "text
3523         terminal" terminology.
3525         * windows.texi (Basic Windows, Coordinates and Windows)
3526         (Coordinates and Windows):
3527         * display.texi (Refresh Screen, Line Height, Face Attributes)
3528         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3530 2012-03-04  Glenn Morris  <rgm@gnu.org>
3532         * abbrevs.texi: Small copyedits throughout.
3533         (Abbrev Mode): Remove this section, folding it into the top-level.
3534         (Abbrev Tables): Don't mention irrelevant return values.
3535         (Abbrev Expansion): Add cross-ref for wrapper hooks.
3536         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3537         (Abbrev Table Properties): Update nil :regexp description.
3539 2012-03-03  Glenn Morris  <rgm@gnu.org>
3541         * internals.texi: Change @appendix section commands to @section.
3542         (Building Emacs): Say less about CANNOT_DUMP platforms.
3543         Replace deleted eval-at-startup with custom-initialize-delay.
3544         (Pure Storage): Small changes.
3545         (Memory Usage): Copyedit.
3546         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3547         example definitions.  Give examples of things with non-nil
3548         interactive args.  Mention eval_sub.  Remove old info about
3549         strings and GCPRO.  Mention cus-start.el.
3550         (Buffer Internals, Window Internals, Process Internals):
3551         Misc small updates and fixes for fields.
3553         * tips.texi: Copyedits.
3554         (Coding Conventions): Mention autoloads.
3555         Combine partially duplicated macro items.  Fix xref.
3556         Refer to Library Headers for copyright notice.
3557         (Programming Tips): edit-options is long-obsolete.
3558         (Compilation Tips): Mention loading bytecomp for byte-compile props.
3559         (Warning Tips): Mention declare-function.
3560         (Documentation Tips): Remove old info.
3561         (Comment Tips): Mention comment-dwim, not indent-for-comment.
3562         (Library Headers): General update.
3564 2012-03-02  Glenn Morris  <rgm@gnu.org>
3566         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3567         and relocate entry.  Mention buffer-stale-function.
3569         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3571         * hooks.texi (Standard Hooks): General update.
3572         Put related hooks together.  Add and remove items.
3573         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3574         * modes.texi (Hooks): Tweak cross-ref description.
3576 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
3578         * files.texi (Kinds of Files): The return value of file-equal-p is
3579         unspecified, if FILE1 or FILE2 does not exist.
3581 2012-03-01  Glenn Morris  <rgm@gnu.org>
3583         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3585         * maps.texi (Standard Keymaps): General update.
3586         Remove mode-specific maps, talk about the more general keymaps.
3587         * help.texi (Help Functions): Add vindex for Helper-help-map.
3588         * keymaps.texi (Active Keymaps): Minor rephrasing.
3590 2012-02-29  Glenn Morris  <rgm@gnu.org>
3592         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3594 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3596         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3597         Update changed behavior of file-subdir-of-p.
3599 2012-02-28  Glenn Morris  <rgm@gnu.org>
3601         * advice.texi, anti.texi, display.texi, elisp.texi:
3602         * processes.texi, variables.texi, vol1.texi, vol2.texi:
3603         Standardize possessive apostrophe usage.
3605         * locals.texi: Remove file.
3606         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3607         Remove menu entry.
3608         * errors.texi, maps.texi: Adjust node pointers.
3609         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3610         * makefile.w32-in (srcs):
3611         * Makefile.in (srcs): Remove locals.texi.
3613         * frames.texi (Mouse Position): Fix cross-ref.
3615 2012-02-27  Chong Yidong  <cyd@gnu.org>
3617         * buffers.texi (Creating Buffers): Clarify that
3618         generate-new-buffer uses generate-new-buffer-names.
3619         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3621         * files.texi (Directory Names): Index entry for file name abbreviations.
3622         (Relative File Names, File Name Expansion): Refer to it.
3623         (Locating Files): Move locate-user-emacs-file documentation to
3624         Standard File Names.
3625         (Standard File Names): Add locate-user-emacs-file; update examples.
3627 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
3629         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3631 2012-02-26  Chong Yidong  <cyd@gnu.org>
3633         * files.texi (Kinds of Files): Improve documentation of
3634         files-equal-p and file-subdir-of-p.
3636 2012-02-26  Glenn Morris  <rgm@gnu.org>
3638         * intro.texi (Acknowledgements): Small changes.
3640 2012-02-25  Glenn Morris  <rgm@gnu.org>
3642         * errors.texi: Don't try to list _all_ the error symbols.
3643         Add circular-list, cl-assertion-failed, compression-error.
3644         * elisp.texi, vol1.texi, vol2.texi:
3645         * control.texi (Error Symbols): Tweak "Standard Errors" description.
3647 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3649         * files.texi (files-equal-p, file-subdir-of-p): New,
3650         add initial documentation.
3652 2012-02-25  Chong Yidong  <cyd@gnu.org>
3654         * files.texi (File Attributes): Document file-selinux-context.
3655         (Changing Files): Link to it.
3656         (Changing Files): Document set-file-selinux-context.
3658         * backups.texi (Making Backups): Return value of backup-buffer is
3659         changed.  Mention default value of backup-directory-alist.
3660         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3661         (Auto-Saving): New minor mode behavior for auto-save-mode.
3662         (Reverting): Add defvar for revert-buffer-in-progress-p.
3664         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3666 2012-02-24  Glenn Morris  <rgm@gnu.org>
3668         * errors.texi (Standard Errors): Mention dbus-error.
3669         For arith-error sub-classes, just use one cross-ref.
3671 2012-02-23  Alan Mackenzie  <acm@muc.de>
3673         * modes.texi (Defining Minor Modes): Document the new keyword
3674         :after-hook.
3676 2012-02-21  Chong Yidong  <cyd@gnu.org>
3678         * files.texi (Files): Mention magic file names as arguments.
3679         (Reading from Files): Copyedits.
3680         (File Attributes): Mention how to change file modes.
3681         (Changing Files): Use standard "file permissions" terminology.
3682         Add xref to File Attributes node.
3683         (Locating Files): Document locate-user-emacs-file.
3684         (Unique File Names): Recommend against using make-temp-name.
3686 2012-02-19  Chong Yidong  <cyd@gnu.org>
3688         * help.texi (Documentation, Documentation Basics, Help Functions):
3689         Minor clarifications.
3690         (Accessing Documentation): Clarify what documentation-property is
3691         for.  Add xref to Keys in Documentation.
3693         * tips.texi (Documentation Tips): Don't recommend using * in
3694         docstrings.
3696         * macros.texi (Defining Macros):
3697         * modes.texi (Derived Modes): Say "documentation string" instead
3698         of docstring.
3700 2012-02-18  Chong Yidong  <cyd@gnu.org>
3702         * modes.texi (Tabulated List Mode): New node.
3703         (Basic Major Modes): Add xref to it.
3705         * processes.texi (Process Information): Mention Process Menu mode.
3707 2012-02-17  Chong Yidong  <cyd@gnu.org>
3709         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3711 2012-02-17  Glenn Morris  <rgm@gnu.org>
3713         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3715 2012-02-16  Chong Yidong  <cyd@gnu.org>
3717         * syntax.texi (Syntax Tables, Syntax Descriptors)
3718         (Syntax Table Functions): Copyedits.
3719         (Syntax Basics): Don't repeat the material in the preceding node.
3720         (Syntax Class Table): Use a table.
3721         (Syntax Properties): Document syntax-propertize-function and
3722         syntax-propertize-extend-region-functions.
3723         (Motion via Parsing): Clarify scan-lists.  Fix indentation.
3724         (Parser State): Update for the new "c" comment style.
3725         Fix description of item 7 (comment style).
3727         * modes.texi (Minor Modes): Update how mode commands should treat
3728         arguments now.
3729         (Mode Line Basics): Clarify force-mode-line-update.
3730         (Mode Line Top): Note that the example is not realistic.
3731         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3732         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3733         "mode line construct" instead of "mode line specification".
3734         (Syntactic Font Lock): Remove mention of obsolete variable
3735         font-lock-syntactic-keywords.
3736         (Setting Syntax Properties): Node deleted.
3737         (Font Lock Mode): Note that Font Lock mode is a minor mode.
3738         (Font Lock Basics): Note that syntactic fontification falls back
3739         on `syntax-table'.
3740         (Search-based Fontification): Emphasize that font-lock-keywords
3741         should not be set directly.
3742         (Faces for Font Lock): Avoid some confusing terminology.
3743         (Syntactic Font Lock): Minor clarifications.  Add xref to
3744         Syntactic Font Lock node.
3746 2012-02-15  Chong Yidong  <cyd@gnu.org>
3748         * minibuf.texi (Basic Completion): Define "completion table".
3749         Move completion-in-region to Completion in Buffers node.
3750         (Completion Commands): Use "completion table" terminology.
3751         (Completion in Buffers): New node.
3753         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3754         (Setting Hooks): Update minor mode usage example.
3755         (Major Mode Conventions): Note that completion-at-point-functions
3756         should be altered locally.  Add xref to Completion in Buffers.
3757         Remove duplicate tip about auto-mode-alist.
3758         (Minor Modes): Rewrite introduction.
3759         (Minor Mode Conventions): Copyedits.  Don't recommend
3760         variable-only minor modes since few minor modes are like that.
3762 2012-02-15  Glenn Morris  <rgm@gnu.org>
3764         * processes.texi (Network): Document open-network-stream :parameters.
3766 2012-02-14  Chong Yidong  <cyd@gnu.org>
3768         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3769         was removed on 2009-09-10.  Update lisp-mode-map example.
3770         (Inheritance and Keymaps): Minor clarification.
3771         (Searching Keymaps): Remove out-of-place enumeration.
3772         (Key Lookup): Remove unnecessary example (one was already given in
3773         Format of Keymaps).
3774         (Changing Key Bindings): Update suppress-keymap example.
3775         (Menu Bar, Tool Bar): Copyedits.
3776         (Tool Bar): Update tool-bar-map example.
3778 2012-02-12  Chong Yidong  <cyd@gnu.org>
3780         * debugging.texi (Debugger Commands): Continuing is now allowed
3781         for errors.
3783 2012-02-11  Chong Yidong  <cyd@gnu.org>
3785         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3786         Move the list of standard bitmaps there.
3787         (Fringe Cursors): Rewrite for clarity.
3788         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3790         * commands.texi (Command Overview): Mention read-key.
3791         (Using Interactive, Interactive Call): Minor clarifications.
3792         (Function Keys, Click Events): Avoid "input stream" terminology.
3793         (Click Events): Add xref to Window Sizes and Accessing Mouse.
3794         Clarify column and row components.
3795         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
3796         (Special Events): Copyedits.
3798         * streams.texi (Input Streams): De-document get-file-char.
3799         (Output Variables): Don't refer to old backquote syntax.
3801         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
3802         (Error Debugging): Note that debug-ignored-errors overrides list
3803         values of debug-on-error too.  Add xref to Signaling Errors.
3804         Note that debug-on-signal is not customizable.
3805         Mention condition-case-unless-debug.
3806         (Compilation Errors): Node deleted.
3808         * compile.texi (Compiler Errors): Move a paragraph here from
3809         deleted node Compilation Errors.
3811 2012-02-10  Leo Liu  <sdl.web@gmail.com>
3813         * control.texi (Handling Errors): Change condition-case-no-debug
3814         to condition-case-unless-debug.
3816 2012-02-10  Chong Yidong  <cyd@gnu.org>
3818         * advice.texi (Defining Advice): Clarify ad-unadvise.
3819         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3820         is not abnormal.
3821         (Advising Primitives): Node deleted; ad-define-subr-args has been
3822         removed.
3824         * compile.texi (Speed of Byte-Code): Use float-time in example.
3825         (Compilation Functions): Note that the log uses Compilation mode.
3826         Don't discuss the contents of byte-code function object here.
3827         (Compilation Functions): De-document internal function byte-code.
3828         (Docs and Compilation): Minor clarifications.
3830         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3831         Objects.
3833 2012-02-10  Glenn Morris  <rgm@gnu.org>
3835         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3836         Mention secure-hash.
3837         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3839 2012-02-10  Chong Yidong  <cyd@gnu.org>
3841         * loading.texi (Loading): Don't emphasize "library" terminology.
3842         (Library Search): load-path is not a user option.  Mention role of
3843         -L option and packages.  Improve examples.
3844         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3845         obsolete.
3846         (Autoload): Minor clarifications.
3848 2012-02-10  Glenn Morris  <rgm@gnu.org>
3850         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3852         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3854 2012-02-08  Glenn Morris  <rgm@gnu.org>
3856         * loading.texi (Named Features): Update the require example.
3858 2012-02-07  Glenn Morris  <rgm@gnu.org>
3860         * modes.texi (Defining Minor Modes):
3861         Expand on args of defined minor modes.
3863 2012-02-07  Chong Yidong  <cyd@gnu.org>
3865         * variables.texi (Creating Buffer-Local): Minor clarification
3866         to buffer-local-variables doc (Bug#10715).
3868 2012-02-07  Glenn Morris  <rgm@gnu.org>
3870         * display.texi (ImageMagick Images): General update.
3871         Move most details of imagemagick-render-type to the variable's doc.
3873 2012-02-06  Glenn Morris  <rgm@gnu.org>
3875         * keymaps.texi (Tool Bar): Mention separators.
3876         (Inheritance and Keymaps):
3877         Mention make-composed-keymap and multiple inheritance.
3879         * modes.texi (Running Hooks): Mention run-hook-wrapped.
3881         * control.texi (Handling Errors):
3882         Mention condition-case-no-debug and with-demoted-errors.
3884 2012-02-05  Chong Yidong  <cyd@gnu.org>
3886         * customize.texi (Common Keywords): Minor clarifications.
3887         Document custom-unlispify-remove-prefixes.
3888         (Variable Definitions): Backquotes in defcustom seem to work fine
3889         now.  Various other copyedits.
3890         (Simple Types): Copyedits.  Document color selector.
3891         (Composite Types): Copyedits.
3892         (Splicing into Lists): Clarifications.
3894         * eval.texi (Backquote): Move from macros.texi.
3896         * macros.texi (Expansion): Minor clarification.
3897         (Backquote): Move node to eval.texi.
3898         (Defining Macros): Move an example from Backquote node.
3899         (Argument Evaluation): No need to mention Pascal.
3900         (Indenting Macros): Add xref to Defining Macros.
3902 2012-02-05  Glenn Morris  <rgm@gnu.org>
3904         * debugging.texi (Error Debugging): Mention debug-on-event default.
3906 2012-02-04  Glenn Morris  <rgm@gnu.org>
3908         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3910         * debugging.texi (Error Debugging): Mention debug-on-event.
3911         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3913         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3915         * text.texi (Buffer Contents):
3916         Update filter-buffer-substring description.
3918 2012-02-04  Chong Yidong  <cyd@gnu.org>
3920         * functions.texi (What Is a Function): Add closures.
3921         Mention "return value" terminology.  Add xref for command-execute.
3922         Remove unused "keystroke command" terminology.
3923         (Lambda Expressions): Give a different example than in the
3924         following subsection.  Add xref to Anonymous Functions.
3925         (Function Documentation): Remove gratuitous markup.
3926         (Function Names): Move introductory text to `What Is a Function'.
3927         (Defining Functions): Fix defun argument spec.
3928         (Anonymous Functions): Document lambda macro explicitly.
3929         Mention effects on lexical binding.
3930         (Function Cells): Downplay direct usage of fset.
3931         (Closures): New node.
3932         (Inline Functions): Remove "open-code" terminology.
3933         (Declaring Functions): Minor tweak; .m is not C code.
3935         * variables.texi (Variables): Don't refer to "global value".
3936         (Local Variables, Void Variables): Copyedits.
3937         (Lexical Binding): Minor clarification of example.
3938         (File Local Variables): Mention :safe and :risky defcustom args.
3939         (Lexical Binding): Add xref to Closures node.
3941 2012-02-04  Glenn Morris  <rgm@gnu.org>
3943         * minibuf.texi (High-Level Completion): Updates for read-color.
3945 2012-02-03  Glenn Morris  <rgm@gnu.org>
3947         * display.texi (GIF Images): Mention animation.
3948         Remove commented-out old example of animation.
3949         (Animated Images): New subsection.
3950         * elisp.texi (Top):
3951         * vol1.texi (Top):
3952         * vol2.texi (Top): Add Animated Images menu entry.
3954         * display.texi (Image Formats): Remove oddly specific information
3955         on versions of image libraries.
3956         (GIF Images, TIFF Images): Minor rephrasing.
3958 2012-02-02  Glenn Morris  <rgm@gnu.org>
3960         * processes.texi (Synchronous Processes):
3961         Mention call-process's :file gets overwritten.
3963         * commands.texi (Reading One Event):
3964         * help.texi (Help Functions): Document read-char-choice.
3966         * hooks.texi (Standard Hooks):
3967         * modes.texi (Keymaps and Minor Modes):
3968         * text.texi (Commands for Insertion): Document post-self-insert-hook.
3970         * hooks.texi (Standard Hooks): Add prog-mode-hook.
3972         * hooks.texi (Standard Hooks):
3973         * modes.texi (Major Mode Conventions, Mode Hooks):
3974         Document change-major-mode-after-body-hook.
3976 2012-02-01  Glenn Morris  <rgm@gnu.org>
3978         * modes.texi (Defining Minor Modes):
3979         Mention disabling global minor modes on a per-major-mode basis.
3981 2012-01-31  Chong Yidong  <cyd@gnu.org>
3983         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3984         (Parser State): Remove unnecessary statement (Bug#10661).
3986         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3988 2012-01-31  Glenn Morris  <rgm@gnu.org>
3990         * modes.texi (Defining Minor Modes):
3991         Document define-minor-mode's new :variable keyword.
3993 2012-01-29  Chong Yidong  <cyd@gnu.org>
3995         * syntax.texi (Syntax Class Table): Tweak description of newline
3996         char syntax (Bug#9619).
3998         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3999         description (Bug#10189).
4001 2012-01-29  Glenn Morris  <rgm@gnu.org>
4003         * files.texi (Changing Files): Document SELinux support.
4005         * windows.texi (Window Sizes): Fix typo.
4007 2012-01-28  Chong Yidong  <cyd@gnu.org>
4009         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
4010         doc (Bug#8568).
4012         * frames.texi (Input Focus): Add NORECORD arg to
4013         select-frame-set-input-focus.  Clarify its role in select-frame.
4015         * text.texi (Transposition): We don't use transpose-region as an
4016         internal subroutine (Bug#3249).
4018         * modes.texi (Example Major Modes): Update Lisp example code to
4019         current sources.  Delete the old non-derived-major-mode example,
4020         which has diverged badly from current sources.
4022 2012-01-27  Glenn Morris  <rgm@gnu.org>
4024         * makefile.w32-in (texinputdir): Fix (presumed) typo.
4025         (VERSION, manual): Remove, unused.
4027 2012-01-27  Chong Yidong  <cyd@gnu.org>
4029         * commands.texi (Command Overview): Minor clarification (Bug#10384).
4031 2012-01-26  Chong Yidong  <cyd@gnu.org>
4033         * searching.texi (String Search): Document negative repeat count
4034         (Bug#10507).
4036 2012-01-26  Glenn Morris  <rgm@gnu.org>
4038         * variables.texi (Using Lexical Binding):
4039         Mention that lexical-binding should be set in the first line.
4041 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4043         * macros.texi (Defining Macros): Don't claim that `declare' only
4044         affects Edebug and indentation.
4046 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4048         * macros.texi (Defining Macros): Slight `declare' fixup.
4050 2012-01-25  Glenn Morris  <rgm@gnu.org>
4052         * makefile.w32-in (texinputdir):
4053         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
4055 2012-01-24  Chong Yidong  <cyd@gnu.org>
4057         * variables.texi (Variables, Local Variables, Void Variables):
4058         Edit to make the descriptions less specific to dynamic binding.
4059         (Local Variables): Default max-specpdl-size is now 1300.
4060         (Defining Variables): Edits for lexical scoping.
4061         Delete information about starting docstrings with *.  De-document
4062         user-variable-p.
4063         (Tips for Defining): Remove an unimportant discussion of quitting
4064         in the middle of a load.
4065         (Accessing Variables, Setting Variables): Discuss lexical binding.
4066         (Variable Scoping): Rewrite.
4067         (Scope, Extent, Impl of Scope): Nodes deleted.
4068         (Dynamic Binding): New node, with material from Scope, Extent, and
4069         Impl of Scope nodes.
4070         (Dynamic Binding Tips): Rename from Using Scoping.
4071         (Lexical Binding): Rewrite.
4072         (Using Lexical Binding): Rename from Converting to Lexical
4073         Binding.  Convert to subsection.
4075         * customize.texi (Variable Definitions): Add custom-variable-p.
4076         Move user-variable-p documentation here.
4078 2012-01-23  Chong Yidong  <cyd@gnu.org>
4080         * strings.texi (Text Comparison): Minor qualification.
4082         * lists.texi (Cons Cells): Copyedits.
4083         (List Elements): Mention push.
4084         (List Variables): Mention pop.
4085         (Rings): Move to sequences.texi.
4087         * sequences.texi (Sequence Functions): Don't repeat the
4088         introduction already given in the parent.
4089         (Vectors): Copyedits.
4090         (Rings): Move from lists.texi.  Note that this is specific to the
4091         ring package.
4093         * symbols.texi (Definitions, Symbol Components): Mention variable
4094         scoping issues.
4095         (Plists and Alists): Copyedits.
4097         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
4098         correctness with lexical scoping.
4099         (Eval): Copyedits.
4101 2012-01-21  Chong Yidong  <cyd@gnu.org>
4103         * intro.texi (A Sample Function Description): Special notation
4104         used for macros too.
4106         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
4107         (Symbol Type): Add xref for keyword symbols.
4108         (Sequence Type): Clarify differences between sequence types.
4109         (Cons Cell Type): Add "linked list" index entry.
4110         (Non-ASCII in Strings): Copyedits.
4111         (Equality Predicates): Symbols with same name need not be eq.
4113         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
4114         ldexp.  Move float-e and float-pi to Math Functions node.
4116 2012-01-21  Glenn Morris  <rgm@gnu.org>
4118         * modes.texi (Auto Major Mode):
4119         * variables.texi (File Local Variables):
4120         Mention inhibit-local-variables-regexps.
4122 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
4124         * windows.texi (Window Configurations): Rewrite references to
4125         persistent window parameters.
4126         (Window Parameters): Fix description of persistent window
4127         parameters.
4129 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
4131         * windows.texi (Window Parameters): Use @pxref.
4133 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
4135         * windows.texi (Window Configurations, Window Parameters):
4136         Describe persistent window parameters.
4138 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * variables.texi (Creating Buffer-Local): Warn against misuses of
4141         make-variable-buffer-local (bug#10258).
4143 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
4147 2012-01-06  Chong Yidong  <cyd@gnu.org>
4149         * variables.texi (Directory Local Variables):
4150         Document hack-dir-local-variables-non-file-buffer.
4152 2012-01-06  Glenn Morris  <rgm@gnu.org>
4154         * maps.texi (Standard Keymaps): Refer to Info-edit by name
4155         rather than by keybinding.
4157 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
4159         * frames.texi (Font and Color Parameters): Add @pxref.
4161 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
4163         * frames.texi (Font and Color Parameters):
4164         Document w32 font backends (bug#10399).
4166 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4168         * files.texi (File Attributes, Changing Files):
4169         Use a more-natural notation for octal numbers.
4171 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
4173         * variables.texi (Variables with Restricted Values):
4174         Change reference to variable (bug#10354).
4176 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
4178         * windows.texi (Splitting Windows): Use t instead of non-nil
4179         when describing window-combination-resize.
4181 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * text.texi (Special Properties): Warn against `intangible' properties
4184         (bug#10222).
4186 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
4188         * display.texi (Truncation):
4189         * text.texi (Special Properties): Describe what a stretch-glyph is
4190         instead of using that term without explanation.  Make the
4191         cross-references more accurate.
4193         * display.texi (Usual Display): Update the description,
4194         cross-references, and indexing related to display of control
4195         characters and raw bytes.
4197 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
4199         * windows.texi (Splitting Windows): Fix description of
4200         window-combination-limit.  Suggested by Eli Zaretskii.
4202 2011-11-23  Chong Yidong  <cyd@gnu.org>
4204         * windows.texi (Window Sizes): Move window-top-line,
4205         window-left-column, and window-*-pixel-edges to Coordinates and
4206         Windows node.
4207         (Coordinates and Windows): Restore window-edges doc.
4209 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
4211         * windows.texi (Windows and Frames, Splitting Windows):
4212         Fix typos.
4214 2011-11-21  Chong Yidong  <cyd@gnu.org>
4216         * windows.texi (Splitting Windows): Fix error in documentation of
4217         window-combination-limit.
4218         (Cyclic Window Ordering): Minor fixes to next-window,
4219         one-window-p, and get-lru-window docs.  Don't document
4220         window-list-1.
4221         (Buffers and Windows): Copyedits.
4222         (Choosing Window): Document special handling of special-display-*.
4223         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
4224         Don't document even-window-heights, which is going away.
4225         Clarify which options are obeyed by which action functions.
4227 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
4231 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
4233         * windows.texi (Resizing Windows, Splitting Windows):
4234         Remove term "status" when talking about combination limits.
4236 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4238         * compile.texi (Compiler Errors):
4239         * help.texi (Help Functions): Fix typos.
4241 2011-11-19  Chong Yidong  <cyd@gnu.org>
4243         * windows.texi (Splitting Windows): Clarify role of window
4244         parameters in split-window.  Shorten the example.
4245         (Deleting Windows): Rewrite intro to handle internal windows.
4246         Fix delete-windows-on doc.
4247         (Selecting Windows): Copyedits.
4249 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
4251         * windows.texi (Resizing Windows, Splitting Windows)
4252         (Deleting Windows): Use term window-combination-resize instead
4253         of window-splits.
4255 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
4257         * windows.texi (Resizing Windows, Splitting Windows):
4258         Rename occurrences of window-nest to window-combination-limit.
4260 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
4262         * intro.texi (Lisp History): Fix typo.
4264 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
4266         * windows.texi (Splitting Windows, Deleting Windows):
4267         Remove references to splits status of windows.
4269 2011-11-10  Glenn Morris  <rgm@gnu.org>
4271         * buffers.texi (Read Only Buffers): Expand a bit on why
4272         toggle-read-only should only be used interactively.  (Bug#7292)
4274 2011-11-09  Chong Yidong  <cyd@gnu.org>
4276         * windows.texi (Window Sizes): Document window-pixel-edges,
4277         window-inside-pixel-edges, window-absolute-pixel-edges, and
4278         window-inside-absolute-pixel-edges.
4279         (Resizing Windows): shrink-window-if-larger-than-buffer works on
4280         non-full-width windows.
4282 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
4284         * windows.texi (Resizing Windows): Rewrite documentation of
4285         window-resizable.
4287 2011-11-09  Chong Yidong  <cyd@gnu.org>
4289         * windows.texi (Splitting Windows): Simplify example.
4291 2011-11-08  Chong Yidong  <cyd@gnu.org>
4293         * windows.texi (Window Sizes): Copyedits.  Document
4294         window-text-height.  Remove window-min-height and window-min-width
4295         discussion, referring instead to Emacs manual.
4296         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
4297         (Resizing Windows): Simplify introduction.  Don't document
4298         enlarge-window, shrink-window, enlarge-window-horizontally, and
4299         shrink-window-horizontally; they are no longer preferred for
4300         calling from Lisp, and are already documented in the Emacs manual.
4302 2011-11-07  Glenn Morris  <rgm@gnu.org>
4304         * windows.texi (Choosing Window): Fix keybinding typo.
4306 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
4308         * windows.texi (Resizing Windows, Splitting Windows)
4309         (Window Configurations): Use "child window" instead of
4310         "subwindow".
4312 2011-11-06  Chong Yidong  <cyd@gnu.org>
4314         * windows.texi (Basic Windows): Clarify various definitions.
4315         Treat window-normalize-* as internal; don't document them.
4316         (Windows and Frames): Various clarifications, e.g. non-live
4317         windows also belong to frames.  Fix window-list description.
4318         Simplify window nesting example.
4319         (Splitting Windows, Window Configurations):
4320         Use split-window-below.
4322 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
4324         * windows.texi (Window Sizes): Mention in the doc string that the
4325         return values of `window-body-height' and `window-body-width' are
4326         in frame's canonical units.  (Bug#9949)
4328 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
4330         * windows.texi (Windows and Frames): Remove "iso-" infix from
4331         documentation of window-iso-combined-p.
4333 2011-10-26  Chong Yidong  <cyd@gnu.org>
4335         * modes.texi (Running Hooks): Document with-wrapper-hook.
4337 2011-10-18  Chong Yidong  <cyd@gnu.org>
4339         * display.texi (Glyphless Chars): New node.
4341 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
4343         * text.texi (Yanking): Document yank-excluded-properties.
4345         * package.texi (Packaging Basics): The commentary should say how
4346         to begin using the package.
4348 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
4350         * windows.texi (Deleting Windows): Mention which window gets
4351         selected when deleting the selected window.
4353 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
4355         * buffers.texi (The Buffer List): Describe how bury-buffer deals
4356         with the selected window.
4357         * windows.texi (Buffers and Windows): Reformulate text on how
4358         replace-buffer-in-windows deals with a window.
4359         (Quitting Windows): Describe how quit-window deals with a
4360         standalone frame.  Describe new option frame-auto-hide-function.
4362 2011-10-08  Glenn Morris  <rgm@gnu.org>
4364         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
4366         * positions.texi (Excursions): Update warning message.
4368 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
4370         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4371         Fix Emacs manual xref (Bug#9675).
4373 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
4375         * windows.texi (Textual Scrolling): Document scroll-up-command,
4376         scroll-down-command, scroll-error-top-bottom, and the
4377         scroll-command symbol property.
4378         (Display Action Functions): Fix description of
4379         display-buffer-pop-up-window.
4381 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
4383         * windows.texi (Splitting Windows): Fix typos.
4385 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
4387         * windows.texi (Windows and Frames, Display Action Functions)
4388         (Switching Buffers): Fix some typos.
4389         (Buffers and Windows): Remove reference to window-auto-delete.
4390         Reword description of replace-buffer-in-windows.
4391         (Window History): Fix some typos and refer to frame local buffer
4392         list.
4393         (Quitting Windows): New node.
4394         (Window Configurations): Add descriptions of window-state-get
4395         and window-state-put.
4396         (Window Parameters): Describe variable ignore-window-parameters.
4397         Sketch some window parameters currently in use.
4398         * elisp.texi (Top): Update node listing.
4400 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
4402         * windows.texi (Display Action Functions)
4403         (Choosing Window Options): New nodes.
4405 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
4407         * windows.texi (Window History): New node.  Move text here from
4408         Buffers and Windows.
4409         (Switching Buffers): Rename from Displaying Buffers, since we
4410         don't document display-buffer here; callers changed.
4411         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4412         switch-to-buffer-other-frame.  Delete duplicate
4413         replace-buffer-in-windows doc.
4414         (Choosing Window): Document display actions.
4416 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
4418         * display.texi (Forcing Redisplay): Update the description of
4419         redisplay-dont-pause due to change in the default value.
4421 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
4423         * frames.texi (Frames and Windows): Move section and rename to
4424         Windows and Frames in windows.texi.
4425         * windows.texi (Windows): Restructure.
4426         (Basic Windows): Rewrite.  Explain live and internal windows and
4427         normalization functions.
4428         (Windows and Frames): Move section here from frames.texi.
4429         Describe subwindows, window combinations, window tree, and
4430         corresponding functions including window-list here.
4431         (Window Sizes): Rename section from Size of Window and move it
4432         up in chapter.  Describe total and body sizes and the
4433         corresponding functions.  Explain new semantics of
4434         window-min-height/-width.
4435         (Resizing Windows): Move section up in chapter.  Describe new
4436         resize functions.
4437         (Splitting Windows): Describe new behavior of split-window,
4438         split-window-above-each-other and split-window-side-by-side.
4439         Provide examples.  Describe window-nest and window-splits
4440         options.
4441         (Deleting Windows): Minor rewrite.
4442         (Selecting Windows): Minor rewrite.
4443         Describe frame-selected-window and set-frame-selected-window here.
4444         (Cyclic Window Ordering): Minor rewrite.
4445         Describe window-list-1.
4446         (Buffers and Windows): Rewrite.  Explain a window's previous and
4447         next buffers and the corresponding functions.
4448         (Window Tree): Merge into Windows and Frames section.
4449         * elisp.texi (Top): Update node listings for frames and windows
4450         sections.
4452 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4456 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * errors.texi (Standard Errors): Remove apparent placeholder text
4459         (bug#9491).
4461 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
4463         * frames.texi (Management Parameters): Fix description of
4464         icon-type parameter.
4466 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
4468         * tips.texi (Key Binding Conventions): Don't bind a key sequence
4469         ending in C-g.  Suggested by Edward O'Connor.
4471 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
4473         * numbers.texi (Integer Basics): Add indexing for
4474         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
4476 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>
4478         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
4480 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
4482         * processes.texi (Network Servers): Clarify what the process
4483         buffer is used for (bug#9233).
4485 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>
4487         * lists.texi (Building Lists): Fix typo.
4489 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
4491         * display.texi (Basic Faces): New node.  Document new faces.
4493         * modes.texi (Major Mode Conventions): Move some text there.
4494         (Mode Help): Remove major-mode var, duplicated in Major Modes.
4496 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
4498         * modes.texi (Basic Major Modes): New node.  Callers updated.
4499         (Major Modes): Document fundamental-mode and major-mode.
4500         (Major Mode Basics): Node deleted; text moved to Major Modes.
4501         (Derived Modes): Document derived-mode-p.
4503 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
4505         * files.texi (Changing Files, Create/Delete Dirs): Document new
4506         arguments for delete-file, delete-directory, and copy-directory.
4507         (Visiting Functions): Remove view-file; it is documented in the
4508         Emacs manual.
4510         * frames.texi (Layout Parameters): The defaults for the
4511         menu-bar-lines and tool-bar-lines parameters depend on the mode.
4513         * display.texi (Progress): Document spinner functionality.
4515         * os.texi (Killing Emacs): Note that kill-emacs can be called by
4516         operating system signals.  Refer to save-buffers-kill-terminal
4517         instead of save-buffers-kill-emacs.
4519         * objects.texi (Symbol Type): Document ## print representation.
4521 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
4523         * display.texi (Specified Space): Mention that `space' specs
4524         influence bidi reordering.
4525         (Bidirectional Display): Explain how to use `(space . PROPS)' for
4526         separating fields with bidirectional content.
4528 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
4530         * display.texi (Bidirectional Display): Document return value in
4531         buffers that are not bidi-reordered for display, and in unibyte
4532         buffers.
4534 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
4536         * nonascii.texi (Character Properties): Document the values for
4537         unassigned codepoints.
4539 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
4541         * nonascii.texi (Character Properties): Document use of
4542         `bidi-class' and `mirroring' properties as part of reordering.
4543         Provide cross-references to "Bidirectional Display".
4545         * display.texi (Bidirectional Display): Document the pitfalls of
4546         concatenating strings with bidirectional content, with possible
4547         solutions.  Document bidi-string-mark-left-to-right.
4548         Mention paragraph direction in modes that inherit from prog-mode.
4549         Document use of `bidi-class' and `mirroring' properties as part of
4550         reordering.
4552 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
4554         * modes.texi (Major Mode Conventions): Improve the documentation
4555         of `mode-class' `special' modes.
4557         * nonascii.texi (Character Properties): Document the `mirroring'
4558         property.  Add index entries.
4560         * syntax.texi (Categories): Add an example of defining a new
4561         category and category table.
4563         * searching.texi (Regexp Backslash): Document how to display
4564         existing categories.  Mention the possibility of adding
4565         categories, and add an xref to where this is described.  Add an
4566         index entry.
4568 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
4570         * text.texi (Special Properties):
4571         * display.texi (Overlay Properties): Note that mouse-face cannot
4572         change the text size (Bug#8530).
4574 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
4576         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4577         using setenv instead.
4579 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
4581         * display.texi (Bidirectional Display): Document the fact that
4582         bidi-display-reordering is t by default.
4584 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
4586         * display.texi (Bidirectional Display): New section.
4588 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589             Tim Cross  <theophilusx@gmail.com>  (tiny change)
4590             Glenn Morris  <rgm@gnu.org>
4592         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
4594 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
4596         * help.texi (Keys in Documentation): Revert last change.
4598 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600         * help.texi (Keys in Documentation): Clarify that \= only quotes
4601         the next character, and doesn't affect longer sequences in
4602         particular (bug#8935).
4604         * debugging.texi (Using Debugger):
4605         Mention @code{eval-expression-debug-on-error} (bug#8549).
4607 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4609         * display.texi (Other Display Specs): Document that `left-fringe'
4610         and `right-fringe' display specifications are of the "replacing"
4611         kind.
4613 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615         * help.texi (Documentation Basics): Add a link to the Function
4616         Documentation node (bug#6580).
4618 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620         * keymaps.texi (Menu Bar): Mention :visible and :enable
4621         (bug#6344).  Text by Drew Adams.
4623         * modes.texi (Running Hooks): Mention buffer-local hook variables
4624         (bug#6218).
4626         * objects.texi (General Escape Syntax): "a with grave accent" is
4627         ?xe0, not ?x8e0 (bug#5259).
4629 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4631         * display.texi (Face Attributes, Font Selection): Add references
4632         to the Fonts node in the Emacs manual (Bug#4178).
4634 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4636         * display.texi (Window Systems): `window-system' is
4637         terminal-local.
4639         * frames.texi (Frame Parameters, Parameter Access): Don't mention
4640         frame-local variables.
4642         * variables.texi (Buffer-Local Variables): Don't mention obsolete
4643         frame-local variables.
4644         (Frame-Local Variables): Node deleted.
4646         * elisp.texi (Top): Update node listing.
4648 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650         * elisp.texi: Change "inferiors" to "subnodes" in three places
4651         (bug#3523).
4653 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
4655         * frames.texi (Window System Selections): Discussion of
4656         x-select-enable-clipboard moved to Emacs manual.
4658 2011-07-11  Deniz Dogan  <deniz@dogan.se>
4660         * commands.texi (Prefix Command Arguments): Remove excessive
4661         apostrophe.
4663 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4666         description is a string (bug#3313).
4668         * frames.texi (Display Feature Testing): Try to explain what all
4669         the visual classes mean (bug#3042).
4671 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673         * modes.texi (Mode Line Variables): Document `mode-line-remote'
4674         and `mode-line-client' (bug#2974).
4676         * text.texi (Insertion): Clarify marker movements (bug#1651).
4677         Text from Drew Adams.
4679 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681         * text.texi (Special Properties): Clarify the format of `face'
4682         (bug#1375).
4684         * commands.texi (Interactive Call): Add a `call-interactively'
4685         example (bug#1010).
4687 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689         * functions.texi (Calling Functions): Link to the "Interactive
4690         Call" node (bug#1001).
4692 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
4694         * customize.texi (Composite Types): Move alist and plist to here
4695         from Simple Types (Bug#7545).
4697         * elisp.texi (Top): Update menu description.
4699         * display.texi (Face Attributes): Document negative line widths
4700         (Bug#6113).
4702 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
4704         * searching.texi (Match Data): Note that match data can be
4705         overwritten by most functions (bug#2499).
4707 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4710         flags mean (bug#6659).
4712         * functions.texi (What Is a Function): Document the autoload
4713         object (bug#6496).
4715 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4718         is only used in the Customize user interface (bug#6089).
4720         * display.texi (Showing Images): Mention the point of sliced
4721         images (bug#7836).
4723 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
4725         * variables.texi (Defining Variables, Void Variables)
4726         (Constant Variables): Fix incorrect usage of @kindex.
4728 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730         * variables.texi (Defining Variables): Add an index entry for
4731         `set-variable' (bug#7262).
4732         (Defining Variables): Use @findex for functions.
4734         * frames.texi (Basic Parameters): Document the `explicit-name'
4735         parameter (bug#6951).
4737         * customize.texi (Type Keywords): Clarify that :value provides a
4738         default value for all types (bug#7386).
4740         * streams.texi (Output Functions): Document `pp'.
4742 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
4744         * keymaps.texi (Searching Keymaps):
4745         * display.texi (Overlay Properties): Fix errors in 2011-05-29
4746         change.  Suggested by Johan Bockgård.
4748 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
4750         * text.texi (Special Properties): Clarify role of font-lock-face.
4752 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754         * processes.texi (Process Information): Rename `process-alive-p'
4755         to `process-live-p' for consistency with other `-live-p' functions.
4757 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
4759         Document wide integers better.
4760         * files.texi (File Attributes): Document ino_t values better.
4761         ino_t values no longer map to anything larger than a single cons.
4762         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4763         (Bitwise Operations):
4764         * objects.texi (Integer Type): Use a binary notation that is a bit easier
4765         to read, and that will port better if 62-bits becomes the default.
4766         Fix or remove incorrect examples.
4767         * os.texi (Time Conversion): Document time_t values better.
4769 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771         * processes.texi (Process Information):
4772         Document `process-alive-p'.
4774 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4776         * help.texi (Accessing Documentation):
4777         * display.texi (Pixel Specification):
4778         * processes.texi (Serial Ports, Serial Ports):
4779         * nonascii.texi (Character Properties, Default Coding Systems):
4780         * text.texi (Changing Properties, Special Properties):
4781         * windows.texi (Window Start and End):
4782         * modes.texi (SMIE Indentation Example, SMIE Tricks):
4783         * keymaps.texi (Searching Keymaps, Tool Bar):
4784         * minibuf.texi (Basic Completion):
4785         * compile.texi (Eval During Compile):
4786         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4787         7x9 paper in printed manual.
4789         * lists.texi (Sets And Lists): Fix misplaced text.
4791 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
4793         * keymaps.texi (Remapping Commands): Emphasize that the keymap
4794         needs to be active (Bug#8350).
4796 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
4798         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4800         * tips.texi (Coding Conventions): Remove antediluvian filename
4801         limit recommendation (Bug#8538).
4803 2011-05-27  Glenn Morris  <rgm@gnu.org>
4805         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4807 2011-05-26  Glenn Morris  <rgm@gnu.org>
4809         * variables.texi (File Local Variables):
4810         Update hack-local-variables `mode-only' return value.
4811         Add some more details on what this function does in the other case.
4813 2011-05-19  Glenn Morris  <rgm@gnu.org>
4815         * lists.texi (Sets And Lists): Mention cl provides union etc.
4817 2011-05-19  Nix  <nix@esperi.org.uk>
4819         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4821         * text.texi (Parsing HTML): Update for function name changes.
4823         * syntax.texi (Syntax Flags): Small fix.
4825         * keymaps.texi (Active Keymaps): Typo fix.
4826         (Changing Key Bindings): Grammar fix.
4828         * frames.texi (Minibuffers and Frames): Grammar fix.
4829         (Window System Selections): x-select-enable-clipboard now defaults to t.
4831         * customize.texi (Common Keywords):
4832         * display.texi (Abstract Display):
4833         * modes.texi (Auto-Indentation):
4834         * nonascii.texi (Converting Representations): Typo fixes.
4836         * control.texi (Examples of Catch): Call it "goto" not "go to".
4838 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
4840         * nonascii.texi (Character Properties): Fix inconsistencies with
4841         implementation.
4843         * text.texi (Special Properties): Move @defvar's out of the
4844         @table.  (Bug#8652)
4846 2011-05-12  Glenn Morris  <rgm@gnu.org>
4848         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
4850 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4853         (Multiline Font Lock):
4854         * vol2.texi (Top):
4855         * vol1.texi (Top):
4856         * elisp.texi (Top): Update menu accordingly.
4858 2011-05-12  Drew Adams  <drew.adams@oracle.com>
4860         * modes.texi (Region to Fontify): Fix typo.
4862 2011-05-10  Jim Meyering  <meyering@redhat.com>
4864         * minibuf.texi: Fix typo "in in -> in".
4866 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
4868         * numbers.texi (Integer Basics): Large integers are treated as floats.
4870 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872         * processes.texi (Synchronous Processes): Document the (:file
4873         "/file-name") syntax for `call-process'.
4875 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
4877         * windows.texi (Choosing Window): Fix typo.
4879 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
4881         * frames.texi (Layout Parameters): Note the difference between
4882         querying and setting parameters for left-fringe and right-fringe
4883         (Bug#6930).
4885 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4887         * minibuf.texi (Basic Completion): Be a bit more precise about the
4888         valid kinds of completion tables.
4889         (Programmed Completion): Remove obsolete text about lambda expressions
4890         not being valid completion tables.
4892 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
4894         * positions.texi (Excursions): Explain the "save-excursion
4895         defeated by set-buffer" warning.
4897         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
4898         save-excursion.  Suggested by Uday S Reddy.
4900 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4903         (Lexical Binding): New sub-section.
4905         * eval.texi (Eval): Discourage the use of `eval'.
4906         Document its new `lexical' argument.
4908 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * commands.texi (Command Overview): `post-command-hook' is not reset to
4911         nil any more.
4913 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * strings.texi (String Conversion): Don't mention
4916         string-make-(uni|multi)byte (bug#8262).
4917         * nonascii.texi (Converting Representations): Fix up range.
4918         * keymaps.texi (Key Binding Commands): Update code point, avoid
4919         "unibyte character" and remove mention of unibyte bindings.
4921 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
4923         * modes.texi (Operator Precedence Grammars): Don't use characters
4924         outside ISO-8859-1.
4926 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
4928         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4930         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4932 2011-03-08  Glenn Morris  <rgm@gnu.org>
4934         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4935         * intro.texi (Acknowledgements): Names to UTF-8.
4936         * elisp.texi: Set documentencoding.
4938 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4940         * Version 23.3 released.
4942 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
4944         * package.texi: Update index keywords.
4945         (Package Archives): New node contents.  Document package-x.el.
4947 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
4949         * makefile.w32-in (srcs): Add package.texi.
4951 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
4953         * package.texi (Packaging, Packaging Basics, Simple Packages)
4954         (Multi-file Packages): Expand and clarify.
4955         (Package Archives): Temporary placeholder node.
4957         * elisp.texi (Top): Update node listing.
4959         * Makefile.in (srcs): Add package.texi.
4961 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
4963         * processes.texi (Synchronous Processes): Minor clarification
4964         (Bug#8149).
4966 2011-03-03  Glenn Morris  <rgm@gnu.org>
4968         * files.texi (Truenames): Minor clarification.  (Bug#2341)
4970 2011-03-01  Glenn Morris  <rgm@gnu.org>
4972         * variables.texi (Directory Local Variables):
4973         Mention `(subdirs . nil)' alist element.
4975 2011-02-28  Glenn Morris  <rgm@gnu.org>
4977         * variables.texi (Directory Local Variables): Mention the optional
4978         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
4980 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
4982         * minibuf.texi (Minibuffer History): Clarify discussion of
4983         minibuffer history lists (Bug#8085).
4985 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
4987         * elisp.texi: Sync @dircategory with ../../info/dir.
4989         * files.texi (Visiting Functions): Document find-file-literally,
4990         both the command and the variable.
4992         * variables.texi (Creating Buffer-Local): Explain the meaning of
4993         permanent local variables.
4995         * files.texi (Visiting Functions): Document find-file-literally,
4996         both the command and the variable.
4998         * variables.texi (Creating Buffer-Local): Explain the meaning of
4999         permanent local variables.
5001 2011-02-19  Glenn Morris  <rgm@gnu.org>
5003         * keymaps.texi (Remapping Commands): Mention how to undo it.
5005 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
5007         * loading.texi (Hooks for Loading): Remove unnecessary advice
5008         about eval-after-load (Bug#7986).
5010 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
5012         * commands.texi (Accessing Mouse): Note that a header line is not
5013         included in the row of posn-col-row.
5015 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
5017         * modes.texi (Major Mode Conventions): Add face guidelines.
5018         (Faces for Font Lock): List faces in order of prominence.
5020 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5022         format-time-string now supports subsecond time stamp resolution
5023         * os.texi (Time Parsing): Document %N.
5025 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
5027         * vol1.texi (Top):
5028         * vol2.texi (Top):
5029         * elisp.texi (Top):
5030         * display.texi (Display Property): Shorten the menu description of
5031         the "Other Display Specs" node (Bug#7816).
5033         * keymaps.texi (Defining Menus): Add "menu item" and "extended
5034         menu item" concept index entries (Bug#7805).
5036 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
5038         * makefile.w32-in (texinfodir): New variable.
5039         (usermanualdir): Remove as redundant with $(emacsdir).
5040         (MAKEINFO): Remove options, leave only program name.
5041         (MAKEINFO_OPTS): New variable.
5042         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
5044 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
5045             Richard Kim  <emacs18@gmail.com>
5047         * loading.texi (Library Search): Document list-load-path-shadows
5048         (Bug#7757).
5050 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
5052         * searching.texi (Regexp Special): Remove outdated discussion of
5053         character sets (Bug#7780).
5055         * frames.texi (Pop-Up Menus): Document where menu title comes
5056         from (Bug#7684).
5058 2011-01-25  Glenn Morris  <rgm@gnu.org>
5060         * display.texi (Making Buttons): Mention limitation of text buttons.
5062 2011-01-23  Werner Lemberg  <wl@gnu.org>
5064         * Makefile.in (MAKEINFO): Now controlled by `configure'.
5065         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
5066         (ENVADD): New variable to control texi2dvi and texi2pdf.
5068 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
5070         * files.texi (Directory Names): Move directory-abbrev-alist doc to
5071         Emacs manual.
5073 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
5075         * files.texi (Directory Names): Explain why FROM in
5076         directory-abbrev-alist should begin with \`.  (Bug#7777)
5078 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
5082 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
5084         * modes.texi (Emulating Mode Line): Fix last change.
5086 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
5088         * modes.texi (Emulating Mode Line): Update documentation of
5089         format-mode-line according to changes that fixed bug #7587.
5091 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * modes.texi (Derived Modes): Mention prog-mode.
5095         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
5096         of the key-binding-data cache since we don't use it any more.
5098 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
5100         * processes.texi (Shell Arguments):
5101         * strings.texi (Creating Strings): Don't mention "shell commands";
5102         make it explicit that `split-string-and-unquote' and
5103         `combine-and-quote-strings' are mainly for working with arguments
5104         to call-process and start-process.
5106         * processes.texi (Shell Arguments): Fix documentation of
5107         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
5109 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * modes.texi (Auto-Indentation): New section to document SMIE.
5112         (Major Mode Conventions):
5113         * text.texi (Mode-Specific Indent): Refer to it.
5115 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
5117         * display.texi (Other Display Specs): Document left-fringe and
5118         right-fringe display specs.
5120 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * backups.texi (Making Backups):
5123         * modes.texi (Example Major Modes): Use recommended coding style.
5124         (Major Mode Basics, Derived Modes): Encourge more strongly use of
5125         define-derived-mode.  Mention completion-at-point-functions.
5127 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
5129         * nonascii.texi (Converting Representations):
5130         Document byte-to-string.
5132 2010-12-08  Glenn Morris  <rgm@gnu.org>
5134         * buffers.texi (Modification Time):
5135         verify-visited-file-modtime now defaults to the current buffer.
5137 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
5139         * nonascii.texi (Converting Representations): Document byte-to-string.
5141         * strings.texi (Creating Strings): Don't mention semi-obsolete
5142         function char-to-string.
5143         (String Conversion): Shorten discussion of semi-obsolete function
5144         string-to-char.  Link to Converting Representations.
5146         * objects.texi (Symbol Type):
5147         * text.texi (Near Point):
5148         * help.texi (Help Functions):
5149         * functions.texi (Mapping Functions): Use string instead of
5150         char-to-string in examples.
5152 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
5154         * text.texi (Kill Functions, Kill Functions)
5155         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
5156         YANK-HANDLER args.
5158         * symbols.texi (Creating Symbols): Using unintern without an
5159         obarray arg is now obsolete.
5161         * numbers.texi (Float Basics): Document float-e and float-pi.
5163         * variables.texi (Defining Variables): Change "pi" example to
5164         "float-pi".
5166 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
5168         * commands.texi (Click Events): Document the values of X, Y and
5169         COL, ROW in the event's position, when the click is on the header
5170         or mode line, on the fringes, or in the margins.
5172 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
5174         * customize.texi (Composite Types): Lower-case index entry.
5176         * loading.texi (How Programs Do Loading):
5177         Document load-file-name.  (Bug#7346)
5179 2010-11-17  Glenn Morris  <rgm@gnu.org>
5181         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
5183 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
5185         * display.texi (Usual Display): Characters with no fonts are not
5186         necessarily displayed as empty boxes.
5188 2010-10-31  Glenn Morris  <rgm@gnu.org>
5190         * maps.texi (Standard Keymaps): Update File menu description.
5192 2010-10-28  Glenn Morris  <rgm@gnu.org>
5194         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
5196 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
5198         * display.texi (Window Systems): Deprecate use of window-system as
5199         a predicate.
5201 2010-10-23  Glenn Morris  <rgm@gnu.org>
5203         * help.texi (Documentation Basics): Remove mentions of digest-doc and
5204         sorted-doc.
5206 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
5208         * os.texi (Dynamic Libraries): New node, with slightly modified
5209         text deleted from "Image Formats".
5210         (System Interface): Add @menu entry for "Dynamic Libraries".
5212         * display.texi (Image Formats): Remove description of
5213         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
5215 2010-10-12  Glenn Morris  <rgm@gnu.org>
5217         * book-spine.texinfo: Rename to book-spine.texi.
5219 2010-10-11  Glenn Morris  <rgm@gnu.org>
5221         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
5223         * Makefile.in (DVIPS): New variable.
5224         (.PHONY): Add html, ps.
5225         (html, elisp.html, ps, elisp.ps): New targets.
5226         (clean): Delete html, ps files.
5227         ($(infodir)/elisp): Remove unnecessary includes.
5229 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
5231         * makefile.w32-in (emacsdir): New variable.
5232         (srcs): Add emacsver.texi.
5233         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
5235 2010-10-09  Glenn Morris  <rgm@gnu.org>
5237         * Makefile.in (VPATH): Remove.
5238         (infodir): Make it absolute.
5239         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
5241         * Makefile.in (dist): Anchor regexps.
5243         * Makefile.in (srcs): Put elisp.texi first.
5244         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
5246         * Makefile.in (infoclean): Remove harmless, long-standing error.
5248         * Makefile.in ($(infodir)): Delete rule.
5249         (mkinfodir): New.
5250         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
5252         * Makefile.in (dist): Remove reference to emacsver.texi.in.
5253         Also copy emacsver.texi, and edit $emacsdir.
5255 2010-10-09  Glenn Morris  <rgm@gnu.org>
5257         * Makefile.in (emacsdir): New variable.
5258         (MAKEINFO): Add -I $emacsdir.
5259         (dist): Copy emacsver.texi.
5260         (srcs): Add emacsver.texi.
5262         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
5263         Set EMACSVER by including emacsver.texi.
5265         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
5267 2010-10-07  Glenn Morris  <rgm@gnu.org>
5269         * Makefile.in (version): New, set by configure.
5270         (clean): Delete dist tar file.
5271         (dist): Use version in tar name.
5273 2010-10-06  Glenn Morris  <rgm@gnu.org>
5275         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
5276         (INSTALL_INFO): Remove unused variable.
5277         (mostlyclean, infoclean, dist): New rules.
5278         (clean): Delete dvi and pdf files.
5279         (maintainer-clean): Remove elisp.oaux, use infoclean.
5280         ($(infodir)): Add parallel build workaround.
5282 2010-10-04  Glenn Morris  <rgm@gnu.org>
5284         * Makefile.in (dvi, pdf, $(infodir)): New targets.
5285         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
5286         Fix -I typo.
5287         (clean): No 'make.out' or 'core' files.
5288         (.PHONY): Declare clean rules.
5289         (maintainer-clean): Delete pdf file.  Guard against cd failures.
5291 2010-10-03  Glenn Morris  <rgm@gnu.org>
5293         * files.texi (File Name Components): Remove ignored section about
5294         deleted variable directory-sep-char.
5296 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
5298         * files.texi (Magic File Names): New defopt
5299         remote-file-name-inhibit-cache.
5301 2010-10-02  Glenn Morris  <rgm@gnu.org>
5303         * os.texi (Killing Emacs): Hook now runs in batch mode.
5305 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5307         * text.texi (Special Properties): Clarify when modification-hooks run.
5309 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * syntax.texi (Syntax Flags): Document new `c' flag.
5313 2010-09-09  Glenn Morris  <rgm@gnu.org>
5315         * display.texi (ImageMagick Images): General cleanup.
5317 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5319         * files.texi (Directory Names): Use \` rather than ^.
5321 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
5323         * text.texi (Low-Level Kill Ring):
5324         * frames.texi (Window System Selections): Remove cut buffer
5325         documentation.
5327 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
5329         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
5330         Parameters", where the default fringe width is described.
5332         * frames.texi (Window Frame Parameters, Basic Parameters)
5333         (Position Parameters, Layout Parameters, Management Parameters)
5334         (Cursor Parameters, Font and Color Parameters): Add indexing for
5335         frame parameters.  (Bug#6929)
5337 2010-08-25  Tom Tromey  <tromey@redhat.com>
5339         * vol2.texi (Top): Update.
5340         * vol1.texi (Top): Update.
5341         * tips.texi (Library Headers): Mention Package-Version and
5342         Package-Requires.
5343         * package.texi: New file.
5344         * os.texi (System Interface): Update pointers.
5345         * elisp.texi (Top): Link to new nodes.  Include package.texi.
5346         * anti.texi (Antinews): Update pointers.
5348 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
5350         * processes.texi (Filter Functions): Fix last change.
5352 2010-08-24  Markus Triska  <triska@gmx.at>
5354         * processes.texi (Filter Functions): Use `buffer-live-p' instead
5355         of `buffer-name' in the main text as well as in the example
5356         (Bug#3098).
5358 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5360         * nonascii.texi (Text Representations):
5361         * loading.texi (Loading Non-ASCII):
5362         * compile.texi (Byte Compilation): Don't mention obsolete
5363         --unibyte command-line argument.
5365 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5367         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5369 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
5371         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5373 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
5375         * commands.texi (Misc Events): Add cross-references to where
5376         POSITION of a mouse event is described in detail.
5378 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
5380         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
5382 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5384         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5385         Suggested by Štěpán Němec <stepnem@gmail.com>.
5387 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
5389         * minibuf.texi (High-Level Completion): Document args of
5390         `read-buffer-function' (bug#5625).
5392 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
5394         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5396 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
5398         * processes.texi (Process Information): Explain process property
5399         `remote-tty'.
5401 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
5403         * modes.texi (Defining Minor Modes): Use C-delete in examples,
5404         instead of "\C-\^?" (bug#6334).
5406         * text.texi (Special Properties): Fix typo.
5408 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
5410         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5411         calling sequences, which are now the standard.
5413 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
5415         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5417         * commands.texi (Command Overview): Mention undo-boundary call.
5419 2010-06-23  Glenn Morris  <rgm@gnu.org>
5421         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5422         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5423         * frames.texi, functions.texi, internals.texi, keymaps.texi:
5424         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5425         * searching.texi, sequences.texi, strings.texi, syntax.texi:
5426         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5427         Untabify Texinfo files.
5429 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
5431         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5433 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
5435         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5437 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
5439         * searching.texi (Regexp Special): Remove obsolete information
5440         about matching non-ASCII characters, and suggest using char
5441         classes (Bug#6283).
5443 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5445         * minibuf.texi (Basic Completion): Add missing "@end defun".
5447 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * minibuf.texi (Basic Completion): Document completion-boundaries.
5450         (Programmed Completion): Document the new fourth method for boundaries.
5452 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5454         * display.texi (Image Cache): Update documentation about image caching.
5456 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5458         * windows.texi (Textual Scrolling):
5459         * tips.texi (Coding Conventions):
5460         * minibuf.texi (Minibuffer History):
5461         * maps.texi (Standard Keymaps):
5462         * loading.texi (Where Defined):
5463         * edebug.texi (Instrumenting): Fix typos.
5465 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5467         * keymaps.texi (Menu Bar): Document :advertised-binding property.
5469         * functions.texi (Obsolete Functions):
5470         Document set-advertised-calling-convention.
5472         * minibuf.texi (Basic Completion): Document completion-in-region.
5473         (Programmed Completion): Document completion-annotate-function.
5475         * commands.texi (Reading One Event): Document read-key.
5476         (Distinguish Interactive): Document KIND arg to
5477         called-interactively-p.  Delete obsolete interactive-p.
5479         * elisp.texi (Top): Update node description.
5481 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
5483         * nonascii.texi (Character Properties):
5484         Document unicode-category-table.  Add an index entry for Unicode
5485         general category.
5487 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5489         * Version 23.2 released.
5491 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5493         * locals.texi (Standard Buffer-Local Variables):
5494         Remove @ignore'd reference to `direction-reversed'.
5496 2010-04-14  Juri Linkov  <juri@jurta.org>
5498         Fix @deffn without category.
5500         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5501         for `abbrev-insert'.
5503         * buffers.texi (Indirect Buffers): Add category `Command'
5504         to @deffn of `clone-indirect-buffer'.
5506         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5507         for `next-window' and `previous-window'.  Add category `Command'
5508         to @deffn of `pop-to-buffer'.
5510 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
5512         * nonascii.texi (Text Representations): Don't mark
5513         enable-multibyte-characters as a user option.
5515 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5517         * control.texi (Handling Errors): How to re-throw a signal caught
5518         by condition-case.
5520 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
5522         * loading.texi (Hooks for Loading): Document after-load-functions.
5523         Copyedits.
5525 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
5527         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
5529 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5531         * processes.texi (Network Processes): Document seqpacket type.
5533 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5535         * os.texi (System Environment): Do not mention lynxos.
5537 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
5539         * Branch for 23.2.
5541 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
5543         * objects.texi (Integer Type): Take note of the read syntax
5544         exception for numbers that cannot fit in the integer type.
5546 2010-03-03  Glenn Morris  <rgm@gnu.org>
5548         * numbers.texi (Integer Basics, Bitwise Operations):
5549         * objects.texi (Integer Type): Update for integers now being 30-bit.
5551 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
5553         * display.texi (Low-Level Font): Document :otf font-spec property.
5555 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5557         * display.texi (Line Height): Avoid obsolete special default variables
5558         like default-major-mode.
5560 2010-01-28  Alan Mackenzie  <acm@muc.de>
5562         * display.texi (Auto Faces): Say fontification-functions is called
5563         whether or not Font Lock is enabled.  Tidy up the wording a bit.
5565 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5567         * elisp.texi: Remove duplicate edition information (Bug#5407).
5569 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5571         * two.el (volume-header-toc-markup): Fix typos in docstring.
5573 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         Avoid dubious uses of save-excursions.
5576         * positions.texi (Excursions): Recommend the use of
5577         save-current-buffer if applicable.
5578         * text.texi (Clickable Text): Fix the example code which used
5579         save-excursion in a naive way which sometimes preserves point and
5580         sometimes not.
5581         * variables.texi (Creating Buffer-Local):
5582         * os.texi (Session Management):
5583         * display.texi (GIF Images):
5584         * control.texi (Cleanups): Use (save|with)-current-buffer.
5586 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5588         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
5590 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5592         * nonascii.texi (Text Representations, Character Codes)
5593         (Converting Representations, Explicit Encoding)
5594         (Translation of Characters): Use hex notation consistently.
5595         (Character Sets): Fix map-charset-chars doc (Bug#5197).
5597 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5599         * loading.texi (Where Defined): Make it clearer that these are
5600         loaded files (Bug#5068).
5602 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
5604         * minibuf.texi (Completion Styles): Document `initials' style.
5606 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
5608         * frames.texi (Resources): Describe inhibit-x-resources.
5609         (Size Parameters): Copyedit.
5611         * hash.texi (Creating Hash):
5612         * objects.texi (Hash Table Type): Document the new hash table
5613         printed representation.
5615         * minibuf.texi (Basic Completion): 4th arg to all-completions is
5616         obsolete.
5618         * processes.texi (Process Buffers):
5619         Document process-kill-buffer-query-function.
5621 2009-12-05  Glenn Morris  <rgm@gnu.org>
5623         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5624         diary-display-function, and no longer recommended to be a hook.
5625         Update for changes in the names of calendar and diary hooks.
5626         diary-print-entries-hook has changed section.
5628 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
5630         * text.texi (Special Properties): More accurate description of
5631         what the `cursor' property does.
5633 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5635         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5636         mouse-wheel-down-event, the closest thing to a definition for them.
5637         * os.texi (Startup Summary): vindex inhibit-startup-message and
5638         inhibit-splash-screen.
5639         (Command-Line Arguments): vindex argv.
5640         (Suspending Emacs): vindex suspend-tty-functions and
5641         resume-tty-functions.  Don't want to index every hook, but having
5642         the programming ones is helpful.
5644 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5646         * commands.texi (Motion Events): Fix typo (Bug#4907).
5648 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5650         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5651         are affected by case-fold-search (Bug#4483).
5653 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5655         * minibuf.texi (Reading File Names): Note that read-file-name may
5656         use a graphical file dialog.
5658 2009-10-31  Glenn Morris  <rgm@gnu.org>
5660         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
5662 2009-10-16  Kevin Ryde  <user42@zip.com.au>
5664         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5665         in particular so `info-lookup-symbol' can find its docs.
5667 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
5669         * variables.texi (Constant Variables): Distinguish from defconst
5670         variables.
5671         (Defining Variables): Add cindex.
5673 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
5675         * os.texi (Time of Day): Clarify that the microsecond part is
5676         ignored (Bug#4637).
5678 2009-10-11  Glenn Morris  <rgm@gnu.org>
5680         * frames.texi (Size and Position): Clarify what is included in the frame
5681         height.  (Bug#4535)
5683 2009-10-10  Glenn Morris  <rgm@gnu.org>
5685         * windows.texi (Size of Window): The relationship between window and
5686         frame heights is not so simple.  (Bug#4535)
5687         Mention window-full-height-p.
5689 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5692         used from Lisp.
5694 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5696         * files.texi (Directory Names) <abbreviate-file-name>:
5697         Document that root home directories are not replaced with "~".
5699 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
5701         * text.texi (Special Properties): Document the meaning of the
5702         `cursor' text property whose value is an integer.
5704 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5706         * files.texi (Magic File Names): Add `copy-directory'.
5708 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5710         * files.texi (File Attributes): Fix description of file
5711         attributes.  (Bug#4638) Update attributes of files.texi example to
5712         be more representative.
5714 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5716         * files.texi (Create/Delete Dirs): New command copy-directory.
5718 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5720         * anti.texi (Antinews):
5721         * macros.texi (Indenting Macros):
5722         * strings.texi (Creating Strings, Case Conversion):
5723         Remove duplicate words.
5725 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
5727         * files.texi (Create/Delete Dirs): delete-directory has an
5728         optional parameter RECURSIVE.
5730 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5732         * buffers.texi (Swapping Text): Minor clarification.
5734 2009-10-01  Glenn Morris  <rgm@gnu.org>
5736         * functions.texi (Declaring Functions): Mention that we also search for
5737         ".m" files in the src/ directory.
5739 2009-09-25  David Engster  <deng@randomsample.de>
5741         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5743 2009-09-22  Glenn Morris  <rgm@gnu.org>
5745         * internals.texi (Building Emacs): Mention preloaded-file-list.
5747 2009-09-14  Alan Mackenzie  <acm@muc.de>
5749         * os.texi (Terminal Output): Put "@code{}" around "stdout".
5751 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5753         * functions.texi (Anonymous Functions): Rearrange discussion,
5754         giving usage of unquoted lambda forms first.  Mention that
5755         `function' and `#'' are no longer required (Bug#4290).
5757 2009-09-11  Alan Mackenzie  <acm@muc.de>
5759         * os.texi (Terminal Output): Document `send-string-to-terminal' in
5760         batch mode.
5762 2009-09-01  Glenn Morris  <rgm@gnu.org>
5764         * display.texi (Face Functions): Mention define-obsolete-face-alias.
5766 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
5768         * nonascii.texi (Character Codes): Fix typos.
5770 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5772         * processes.texi (Synchronous Processes): New defvar
5773         process-file-side-effects.
5775 2009-08-25  Glenn Morris  <rgm@gnu.org>
5777         * display.texi (Fontsets): Fix typo.
5779         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5781 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5783         * processes.texi (Asynchronous Processes): Adjust arglist of
5784         start-process-shell-command and start-file-process-shell-command.
5786 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5788         * advice.texi (Argument Access in Advice): Note that argument
5789         positions are zero-based (Bug#3932).
5791         * commands.texi (Distinguish Interactive): Minor copyedit.
5793         * display.texi (Face Attributes): Add xref to Displaying Faces for
5794         explanation of "underlying face".
5796         * customize.texi (Common Keywords): Add xref to Loading.
5798         * loading.texi (How Programs Do Loading): Add xref to Lisp
5799         Libraries node in the Emacs manual.
5801 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5803         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5805 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
5807         * processes.texi (Shell Arguments): Copyedits.
5809 2009-07-18  Glenn Morris  <rgm@gnu.org>
5811         * loading.texi (Repeated Loading): Fix typo.
5813 2009-07-16  Richard Stallman  <rms@gnu.org>
5815         * buffers.texi (Swapping Text): Recommend setting
5816         write-region-annotate-functions and buffer-saved-size.
5818         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5820 2009-07-15  Glenn Morris  <rgm@gnu.org>
5822         * edebug.texi: Minor re-phrasings throughout.
5823         (Edebug Execution Modes): Sit-for affects continue mode too.
5824         (Jumping): Use `forward-sexp' rather than its keybinding.
5825         (Edebug Misc): Fix Q binding.
5826         (Edebug Eval): Remove cl version.
5827         (Printing in Edebug): Clarify print-length etc.
5828         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5829         (Specification List): Remove edebug-unwrap findex entry.
5830         (Specification Examples): defmacro is actually not the same as defun.
5831         Escape "`" in example.
5833 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5835         * markers.texi (The Mark): Document optional arg to
5836         deactivate-mark.
5838 2009-07-11  Kevin Ryde  <user42@zip.com.au>
5840         * hooks.texi (Standard Hooks): Fix cross-references.
5842         * loading.texi (Named Features): Refer to eval-after-load.
5844 2009-07-11  Glenn Morris  <rgm@gnu.org>
5846         * Makefile.in (TEXI2PDF): New.
5847         (elisp.pdf): New target.
5849         * searching.texi (Regexp Backslash): Fix typo.
5851         * elisp.texi (Top): Display copyright notice at start of non-TeX.
5853 2009-07-10  Glenn Morris  <rgm@gnu.org>
5855         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5857         * customize.texi (Customization Types):
5858         * display.texi (Abstract Display):
5859         * objects.texi (Character Type, String Type):
5860         Merge in some menu descriptions from elisp.texi.
5862         * hash.texi (Hash Tables):
5863         * modes.texi (Multiline Font Lock):
5864         End menu description with period.
5866 2009-07-09  Glenn Morris  <rgm@gnu.org>
5868         * back.texi: Don't hard-code texinfo location.
5870         * two-volume.make (texinfodir): New, with location of texinfo.tex.
5871         (tex): Add texinfodir to TEXINPUTS.
5872         (elisp1med-init, elisp2med-init): Use texinfodir.
5874         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5875         (clean): Add two-volume.make intermediate files.
5877         * elisp.texi, vol1.texi, vol2.texi:
5878         Use a DATE variable with the publication date, and update it.
5879         Fix antinews menu description.
5881         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5882         Update the detailed node listing to match elisp.texi.
5884         * README: Update edition to match elisp.texi.
5886         * objects.texi (General Escape Syntax):
5887         * nonascii.texi (Character Sets):
5888         Use consistent case for "Unicode Standard".
5890         * anti.texi (Antinews):
5891         * customize.texi (Variable Definitions):
5892         * functions.texi (Declaring Functions):
5893         * nonascii.texi (Character Properties):
5894         * processes.texi (Serial Ports):
5895         * text.texi (Special Properties):
5896         * tips.texi (Coding Conventions):
5897         Minor rearrangements to improve TeX line-filling.
5899         * commands.texi (Using Interactive): Fix cross-reference.
5901 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5903         * frames.texi (Management Parameters): Mention sticky.
5905 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
5907         * help.texi (Help Functions): Fix description of help-buffer and
5908         help-setup-xref to use @defun instead of @deffn.
5910 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5912         * frames.texi (Size Parameters): Mention maximized for fullscreen.
5914 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
5916         * display.texi (Window Systems): Add ns to the list.
5918 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5920         * Branch for 23.1.
5922 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
5924         * windows.texi (Dedicated Windows): Fix typo.
5925         (Resizing Windows): Replace @defun by @deffn.
5927 2009-06-17  Glenn Morris  <rgm@gnu.org>
5929         * variables.texi (Directory Local Variables):
5930         Update for 2009-04-11 name-change of dir-locals-directory-alist.
5932 2009-06-09  Kenichi Handa  <handa@m17n.org>
5934         * nonascii.texi (Character Sets): State clearly that FROM and TO
5935         are codepoints of CHARSET.
5937 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
5939         * minibuf.texi (Reading File Names): Fix introductory text.
5940         Suggested by stan@derbycityprints.com.
5941         (High-Level Completion): Fix typo.
5943 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
5945         * frames.texi (Text Terminal Colors): Multi-tty is already
5946         implemented, but tty-local colors are not.
5948 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
5950         * hooks.texi (Standard Hooks): Remove mention of obsolete
5951         redisplay-end-trigger-functions.
5953         * internals.texi (Window Internals): Remove mention of obsolete
5954         redisplay-end-trigger-functions.
5956 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
5958         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5960         * backups.texi (Making Backups): backup-directory-alist and
5961         make-backup-file-name-function are options.
5962         (Auto-Saving): auto-save-list-file-prefix is an option.
5964         * buffers.texi (Killing Buffers): buffer-offer-save is an
5965         option.
5967         * display.texi (Refresh Screen): no-redraw-on-reenter is an
5968         option.
5969         (Echo Area Customization): echo-keystrokes is an option.
5970         (Selective Display): selective-display-ellipses is an option.
5971         (Temporary Displays): temp-buffer-show-function is an option.
5972         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5973         are options.
5974         (Font Selection): face-font-family-alternatives,
5975         face-font-selection-order, face-font-registry-alternatives, and
5976         scalable-fonts-allowed are options.
5977         (Fringe Indicators): indicate-buffer-boundaries is an option.
5978         (Fringe Cursors): overflow-newline-into-fringe is an option.
5979         (Scroll Bars): scroll-bar-mode is an option.
5981         * eval.texi (Eval): max-lisp-eval-depth is an option.
5983         * files.texi (Visiting Functions): find-file-hook is an option.
5984         (Directory Names): directory-abbrev-alist is an option.
5985         (Unique File Names): temporary-file-directory and
5986         small-temporary-file-directory are options.
5988         * frames.texi (Initial Parameters): initial-frame-alist,
5989         minibuffer-frame-alist and default-frame-alist are options.
5990         (Cursor Parameters): blink-cursor-alist and
5991         cursor-in-non-selected-windows ar options.
5992         (Window System Selections): selection-coding-system is an
5993         option.
5994         (Display Feature Testing): display-mm-dimensions-alist is an
5995         option.
5997         * help.texi (Help Functions): help-char and help-event-list are
5998         options.
6000         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
6001         an option.
6003         * minibuf.texi (Minibuffer History): history-length and
6004         history-delete-duplicates are options.
6005         (High-Level Completion): read-buffer-function and
6006         read-buffer-completion-ignore-case are options.
6007         (Reading File Names): read-file-name-completion-ignore-case is
6008         an option.
6010         * modes.texi (Mode Line Top): mode-line-format is an option.
6011         (Mode Line Variables): mode-line-position and mode-line-modes
6012         are options.
6014         * nonascii.texi (Text Representations):
6015         enable-multibyte-characters is an option.
6016         (Default Coding Systems): auto-coding-regexp-alist,
6017         file-coding-system-alist, auto-coding-alist and
6018         auto-coding-functions are options.
6019         (Specifying Coding Systems): inhibit-eol-conversion is an
6020         option.
6022         * os.texi (Init File): site-run-file is an option.
6023         (System Environment): mail-host-address is an option.
6024         (User Identification): user-mail-address is an option.
6025         (Terminal Output): baud-rate is an option.
6027         * positions.texi (Word Motion): words-include-escapes is an
6028         option.
6030         * searching.texi (Standard Regexps): page-delimiter,
6031         paragraph-separate, paragraph-separate and sentence-end are
6032         options.
6034         * text.texi (Margins): left-margin and fill-nobreak-predicate
6035         are options.
6037         * variables.texi (Local Variables): max-specpdl-size is an
6038         option.
6040         * windows.texi (Choosing Window):
6041         split-window-preferred-function, special-display-function and
6042         display-buffer-function are options.
6044 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
6046         Fix errors spotted by Martin Rudalics.
6048         * syntax.texi (Position Parse): Document rationale for ignored
6049         arguments to syntax-ppss-flush-cache.
6051         * processes.texi (Input to Processes): Mark PROCESS arg to
6052         process-running-child-p as optional.
6053         (Network Options): Document NO-ERROR arg to
6054         set-network-process-option.
6056         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
6057         command.
6059         * searching.texi (POSIX Regexps): Mark posix-search-forward and
6060         posix-search-backward as commands.
6062         * os.texi (Killing Emacs): Mark kill-emacs as a command.
6063         (Suspending Emacs): Mark suspend-emacs as a command.
6064         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
6065         commands.
6066         (Terminal Output): Remove obsolete function baud-rate.
6067         Document TERMINAL arg for send-string-to-terminal.
6069         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
6070         terminal-coding-system and set-terminal-coding-system.
6071         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
6072         as optional.
6073         (Character Sets): Document RESTRICTION arg of char-charset.
6074         (Character Codes): Mark POS argument to get-byte as optional.
6076         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
6077         minibuffer-message.
6079         * files.texi (Create/Delete Dirs): Mark make-directory and
6080         delete-directory as commands.
6082         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
6084         * text.texi (Base 64): Mark base64-decode-string and
6085         base64-encode-string as commands.
6086         (Columns): Mark move-to-column as a command.
6087         (Mode-Specific Indent): Document RIGID arg to
6088         indent-for-tab-command.
6089         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
6090         Mark indent-code-rigidly as a command.
6091         (Substitution): Mark translate-region as a command.
6093         * frames.texi (Size and Position): Remove obsolete functions
6094         screen-height and screen-width.
6096 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
6098         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
6099         (Displaying Buffers, Resizing Windows): Correct mistakes;
6100         next-window, previous-window, and pop-to-buffer are not commands,
6101         and fit-window-to-buffer" is a command.  (Pointed out by Martin
6102         Rudalics.)
6104 2009-05-17  Richard M Stallman  <rms@gnu.org>
6106         * modes.texi (Precalculated Fontification): Clarify text.
6108 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
6110         * windows.texi (Selecting Windows): Clarify descriptions of
6111         with-selected-window and get-lru-window.
6112         (Cyclic Window Ordering): Refer to particular frame when talking
6113         about how splitting affects the ordering.
6114         (Displaying Buffers): Fix descriptions of switch-to-buffer and
6115         switch-to-buffer-other-window.  Explain how setting of
6116         display-buffer-reuse-frames affects pop-to-buffer.
6117         (Choosing Window): Clarify some details in descriptions of
6118         display-buffer-reuse-frames, pop-up-frames, and
6119         pop-up-frame-function.
6120         (Dedicated Windows): Clarify some details.
6121         (Textual Scrolling): Replace term vscroll by term vertical
6122         scroll position.
6123         (Vertical Scrolling): Fix typo.
6124         (Window Hooks): Relate text on jit-lock-register to window
6125         scrolling and size changes.
6127 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
6129         * frames.texi (Initial Parameters): Clarify what the initial
6130         minibuffer frame is.
6131         (Buffer Parameters): Note that the minibuffer parameter can not be
6132         altered.
6134         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
6135         Document display-buffer changes.
6137 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
6139         * anti.texi (Antinews): Rewrite for Emacs 22.
6141         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
6142         obarrays are first mentioned.  Define "system abbrev" more
6143         prominently, and add it to the index.
6144         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
6145         Copyedits.
6146         (Abbrev Expansion): Document abbrev-insert.
6148 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
6150         * frames.texi (Font and Color Parameters): Rename from Color
6151         Parameters.  Document font-backend parameter.
6153         * vol2.texi (Top): Update node listing.
6154         * vol1.texi (Top): Update node listing.
6155         * elisp.texi (Top): Update node listing.
6157 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
6159         * windows.texi (Choosing Window): Don't explicitly refer to
6160         split-window-sensibly's window argument in descriptions of
6161         split-height-threshold and split-width-threshold.
6163 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
6165         * windows.texi (Choosing Window): Fix rewrite of window
6166         splitting section.
6168 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
6170         * nonascii.texi (Default Coding Systems):
6171         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
6172         Add indexing.
6173         (Lisp and Coding Systems): Add index entries.
6175 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
6177         * windows.texi (Choosing Window): Describe split-window-sensibly
6178         and rewrite section on window splitting accordingly.
6179         (Textual Scrolling): Replace `...' by @code{...}.
6181 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
6183         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
6184         Remove obsoleted pre-abbrev-expand-hook.
6186         * locals.texi (Standard Buffer-Local Variables): Consolidate table
6187         entries.
6189         * internals.texi (Object Internals): Don't assume 32-bit machines
6190         are the norm.
6191         (Buffer Internals): Consolidate table entries for readability.
6192         (Window Internals): Synch field names to window.h.
6193         (Process Internals): Synch field names to process.h.
6195 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
6197         * variables.texi (File Local Variables): Note that read-circle is
6198         bound to nil when reading file-local variables.
6200         * streams.texi (Input Functions): Document read-circle.
6201         (Output Variables): Add xref to Circular Objects.
6203 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
6205         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
6206         Features and Coding System Basics.  Node that "p" stands for
6207         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
6208         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
6209         mouse-appearance-menu.
6210         (Programming Tips): Add xref to Progress.
6212 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
6214         * os.texi (Command-Line Arguments):
6215         Document command-line-args-left.
6216         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
6217         terminal objects for tty arguments.
6218         (Startup Summary): Add xref to Session Management.
6219         (Session Management): Mention emacs-session-restore.  Copyedits.
6221 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
6223         * os.texi (Startup Summary): Copyedits.  The init file is not
6224         necessarily named .emacs now.  Document initial-buffer-choice and
6225         initial-scratch-message.  Note where Emacs exits in batch mode.
6226         Document inhibit-splash-screen as an alias.
6227         (Init File): Be neutral about which init file name to use.
6229 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
6231         * os.texi (System Interface): Fix Texinfo usage.
6233 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
6235         * searching.texi (Regexp Backslash): Also refer to shy groups as
6236         non-capturing or unnumbered groups.
6237         (Regexp Functions): Add cross-reference to Regexp Backslash.
6239         * display.texi (Truncation): Overlays can use line-prefix and
6240         wrap-prefix too.
6241         (Overlay Properties): Document wrap-prefix and line-prefix.
6242         (Face Attributes): Document underline-minimum-offset.
6243         (Face Remapping): Copyedits.
6244         (Low-Level Font): Copyedits.
6245         (Image Cache): Note that the image cache is shared between frames.
6246         (Line Height): Emphasize that line-spacing only takes effect on
6247         graphical terminals.
6249 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
6251         * display.texi (Refresh Screen): Note that a passage about screen
6252         refreshing is text terminal only.
6253         (Forcing Redisplay): Delete misleading comment---sit-for calls
6254         redisplay, not the other way around.
6255         (Truncation): Note new values of truncate-partial-width-windows.
6256         Copyedits.
6257         (Invisible Text): Document invisible-p.
6259 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
6261         * display.texi (Overlays): Overlays don't scale well.  See
6262         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
6264 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
6266         * syntax.texi (Syntax Table Functions): Document cons cell
6267         argument for modify-syntax-entry.
6268         (Categories): Document cons cell argument for
6269         modify-category-entry.
6271         * searching.texi (String Search): Document word-search-forward-lax
6272         and word-search-backward-lax.
6273         (Searching and Case): Describe isearch behavior more precisely.
6275         * keymaps.texi (Tool Bar): Mention that some platforms do not
6276         support multi-line toolbars.  Suggested by Stephen Eglen.
6278         * frames.texi (Layout Parameters): Mention that Nextstep also
6279         allows only one tool-bar line.  Suggested by Stephen Eglen.
6281         * nonascii.texi (Text Representations): Copyedits.
6282         (Coding System Basics): Also mention utf-8-emacs.
6283         (Converting Representations, Selecting a Representation)
6284         (Scanning Charsets, Translation of Characters, Encoding and I/O):
6285         Copyedits.
6286         (Character Codes): Mention role of codepoints 1114112 to 4194175.
6288 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
6290         * text.texi (Yank Commands): Note that yank uses push-mark.
6291         (Filling): Clarify REGION argument of fill-paragraph.
6292         Document fill-forward-paragraph-function.
6293         (Special Properties): Remove "new in Emacs 22" declaration.
6294         (Clickable Text): Merge with Links and Mouse-1 node.
6296         * display.texi (Button Properties, Button Buffer Commands):
6297         Change xref to Clickable Text.
6299         * tips.texi (Key Binding Conventions): Change xref to Clickable
6300         Text.
6302         * elisp.texi (Top): Update node listing.
6304 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
6306         * markers.texi (The Mark): Copyedits.  Improve description of
6307         handle-shift-selection.
6308         (The Region): Move use-region-p here from The Mark.
6310         * positions.texi (Screen Lines): Document (cols . lines) argument
6311         for vertical-motion.
6313 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
6315         * frames.texi (Frames): Clean up introduction.  Document `ns'
6316         return value for framep.
6317         (Creating Frames): Note how the terminal is chosen.
6318         (Multiple Terminals, Multiple Displays): Merge into a single node.
6319         (Color Parameters): Fix typo.
6321         * variables.texi (Local Variables, Buffer-Local Variables)
6322         (Creating Buffer-Local): Change link to Multiple Terminals.
6324         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
6326         * keymaps.texi (Controlling Active Maps): Change link to Multiple
6327         Terminals.
6329         * commands.texi (Command Loop Info, Keyboard Macros): Change link
6330         to Multiple Terminals.
6332         * elisp.texi (Top): Update node listing.
6333         * vol2.texi (Top): Update node listing.
6334         * vol1.texi (Top): Update node listing.
6336         * buffers.texi (Current Buffer): Note that the append-to-buffer
6337         example is no longer in synch with the latest code.  Tie the two
6338         examples together.
6340         * files.texi (File Attributes): Move note about MS-DOS from
6341         Changing Files to File Attributes.
6342         (Create/Delete Dirs): Note that mkdir is an alias for this.
6344 2009-04-01  Markus Triska  <triska@gmx.at>
6346         * processes.texi (Filter Functions): Suggest how to handle output
6347         batches.
6349 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
6351         * help.texi (Accessing Documentation): Update example to use
6352         help-setup-xref and with-help-window.
6353         (Help Functions): Remove print-help-return-message, which is
6354         semi-obsolete due to with-help-window.  Document help-buffer and
6355         help-setup-xref.
6357 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
6359         * help.texi (Accessing Documentation, Help Functions):
6360         Remove information about long-obsolete Emacs versions.
6362         * modes.texi (Mode Line Variables): The default values of the mode
6363         line variables are now more complicated.
6365 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
6367         * modes.texi (Major Mode Conventions): Note that specialness is
6368         inherited.
6369         (Derived Modes): Note that define-derive-mode sets the mode-class
6370         property.
6372         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6373         goto-map.  Add search-map to the list.
6375 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
6377         * os.texi (System Environment): Update the list of system-type
6378         values.
6380         * markers.texi (The Mark) <handle-shift-selection>: Update for
6381         removal of the optional argument DEACTIVATE.
6383 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
6385         * commands.texi (Focus Events): Most X window managers don't use
6386         focus-follows-mouse nowadays.
6388 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
6390         * commands.texi (Defining Commands): Clarify introduction.
6391         (Using Interactive): Not that interactive can be put in a symbol
6392         property.
6393         (Interactive Call): Note that a symbol with a non-nil
6394         interactive-form property satisfies commandp.
6396 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
6398         * minibuf.texi (Intro to Minibuffers): Fix typos.
6400 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
6402         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6403         about minibuffers in old Emacs versions.  Copyedits.
6404         Emphasize that enable-recursive-minibuffers defaults to nil.
6405         (Text from Minibuffer): Simplify introduction.
6407 2009-03-22  Alan Mackenzie  <acm@muc.de>
6409         * commands.texi (Using Interactive): Clarify string argument to
6410         `interactive' - even promptless elements need \n separators.
6412 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
6414         * minibuf.texi (Completion Styles): New node.
6416         * elisp.texi (Top): Update node listing.
6418 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
6420         * minibuf.texi (Basic Completion): Note that
6421         read-file-name-completion-ignore-case and
6422         read-buffer-completion-ignore-case can override
6423         completion-ignore-case.
6424         (Minibuffer Completion): Document completing-read changes.
6425         (Completion Commands): Avoid mentioning partial completion mode.
6426         Document minibuffer-completion-confirm changes, and
6427         minibuffer-confirm-exit-commands.
6428         (High-Level Completion): Document new require-match behavior for
6429         read-buffer.  Document read-buffer-completion-ignore-case.
6430         (Reading File Names): Document new require-match behavior for
6431         read-file-name.
6433 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
6435         * debugging.texi (Error Debugging): Don't mislead the reader into
6436         thinking that debug-on-error enters debugger for C-f at EOB.
6437         (Error Debugging): Setting debug-on-init within the init file
6438         works, and has for some time.
6440 2009-03-13  Kenichi Handa  <handa@m17n.org>
6442         * display.texi (Fontsets): Update the description.
6444 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
6446         * advice.texi (Advising Primitives): Link to What Is a Function.
6448 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
6450         * compile.texi (Speed of Byte-Code): Update example.
6451         (Disassembly): Update examples.
6453         * loading.texi (Repeated Loading): Simplify examples.
6455         * customize.texi (Common Keywords): It's not necessary to use :tag
6456         to remove hyphens, as custom-unlispify-tag-name does it
6457         automatically.
6458         (Variable Definitions): Link to File Local Variables.
6459         Document customized-value symbol property.
6460         (Customization Types): Move menu to end of node.
6462 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
6464         * macros.texi (Compiling Macros): Omit misleading sentence, which
6465         implied that macros can only be used in the same file they are
6466         defined.
6467         (Backquote): Remove obsolete information about Emacs 19.
6469 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
6471         * display.texi (Display Margins): Fix paren typo.
6473 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
6475         * elisp.texi (Top): Update node listing.
6477         * variables.texi (Variables): Clarify introduction.
6478         (Global Variables): Mention that setq is a special form.
6479         (Local Variables): Use active voice.
6480         (Tips for Defining): Mention marking variables as safe.
6481         (Buffer-Local Variables): Mention terminal-local and frame-local
6482         variables together.
6483         (File Local Variables): Copyedits.
6484         (Frame-Local Variables): Note that they are not really useful.
6485         (Future Local Variables): Node deleted.
6487         * objects.texi (General Escape Syntax): Update explanation of
6488         Unicode escape syntax.
6490 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
6492         * control.texi (Control Structures): Add cindex entry for "textual
6493         order".
6495         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
6496         instead of "expression" throughout.
6497         (Function Indirection): Copyedits.  Use active voice.
6498         (Eval): The default value of max-lisp-eval-depth is now 400.
6500 2009-02-23  Miles Bader  <miles@gnu.org>
6502         * processes.texi (System Processes): Rename `system-process-attributes'
6503         to `process-attributes'.
6505 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
6507         * symbols.texi (Property Lists): Emphasize that property lists are
6508         not restricted to symbol cells.
6509         (Other Plists): Copyedit.
6511         * sequences.texi (Sequences Arrays Vectors): Make introduction
6512         more concise.
6513         (Arrays): Mention char-tables and bool-vectors too.
6514         (Vectors): Don't repeat information given in Arrays node.  Link to
6515         nodes that explain the vector usage examples.
6516         (Char-Tables): Note that char-table elements can have arbitrary
6517         type.  Explain effect of omitted char-table-extra-slots property.
6518         Link to Property Lists node.
6520 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
6522         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6523         `append'.
6524         (List Elements): Copyedits.
6526         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6527         of `vconcat'.
6529         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
6530         Emacs 20 usage of `concat'.
6531         (Case Conversion): Copyedits.
6533 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
6535         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6536         Minor edits.
6537         (Frame Configuration Type): Emphasize that it is not primitive.
6538         (Font Type): New node.
6539         (Type Predicates): Add fontp; type-of now recognizes font object
6540         types.
6542         * intro.texi (Version Info): Update version numbers in examples.
6543         (Acknowledgements): List more contributors.
6545         * elisp.texi: Bump version number to 3.0.
6546         (Top): Link to Font Type node.
6548 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
6550         * modes.texi (Major Mode Conventions): Remove duplicate words.
6551         (Customizing Keywords): Fix typo.
6553 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
6555         * nonascii.texi (User-Chosen Coding Systems): Document that
6556         select-safe-coding-system suggests raw-text if there are raw bytes
6557         in the region.
6558         (Explicit Encoding): Warn not to use `undecided' when encoding.
6560 2009-02-11  Glenn Morris  <rgm@gnu.org>
6562         * frames.texi (Visibility of Frames): Mention the effect multiple
6563         workspaces/desktops can have on visibility.
6565 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6567         * text.texi (Commands for Insertion):
6568         * commands.texi (Event Mod):
6569         * keymaps.texi (Searching Keymaps):
6570         * nonascii.texi (Translation of Characters):
6571         Reinstate documentation of translation-table-for-input.
6572         (Explicit Encoding): Document the `charset' text property produced
6573         by decode-coding-region and decode-coding-string.
6575 2009-01-27  Alan Mackenzie  <acm@muc.de>
6577         * modes.texi (Search-based Fontification): Correct a typo.
6579 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
6581         * abbrevs.texi (Abbrev Table Properties): Fix typo.
6582         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
6584 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
6586         * display.texi (Window Systems): Document the value of
6587         `initial-window-system' under --daemon.
6589         * os.texi (System Environment): Remove description of the
6590         `environment' function which has been deleted.
6592 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
6594         * frames.texi (Multiple Displays): Remove documentation for
6595         removed function make-frame-on-tty.
6597 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
6599         * files.texi (Format Conversion Piecemeal): Clarify behavior of
6600         write-region-annotate-functions.
6601         Document write-region-post-annotation-function.
6603 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
6605         * display.texi (Font Lookup): Document WIDTH argument of
6606         x-list-fonts.
6608 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
6610         * maps.texi (Standard Keymaps): Rename function-key-map to
6611         local-function-key-map.
6613         * keymaps.texi (Translation Keymaps): Rename function-key-map to
6614         local-function-key-map.
6616         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6617         and `set-keyboard-coding-system' now accept an optional terminal
6618         argument.
6620         * commands.texi (Event Mod): `keyboard-translate-table' is now
6621         terminal-local.
6622         (Function Keys): Rename function-key-map to
6623         local-function-key-map.
6625         * elisp.texi (Top): Make @detailmenu be consistent with changes in
6626         frames.texi.
6628         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6629         `delete-terminal-functions', `suspend-tty-functions' and
6630         `resume-tty-functions'.
6632         * frames.texi (Frames): Document `frame-terminal' and
6633         `terminal-live-p'.
6634         (Multiple Displays): Document `make-frame-on-tty'.
6635         (Multiple Terminals): Document `terminal-list', `delete-terminal',
6636         `terminal-name', and `get-device-terminal'.
6637         (Terminal Parameters): Document `terminal-parameters',
6638         `terminal-parameter', and `set-terminal-parameter'.
6640         * os.texi (System Environment): Document `environment' and
6641         `initial-environment'.
6642         (Suspending Emacs): Update for multi-tty; document
6643         `suspend-tty', `resume-tty', and `controlling-tty-p'.
6645         * nonascii.texi (Coding System Basics): More accurate description
6646         of `raw-text'.
6648 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
6650         * display.texi (Low-Level Font): Fix typo.
6652 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
6654         * elisp.texi (Top): Update node listing.
6656         * display.texi (PostScript Images): Node deleted.
6658 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
6660         * processes.texi (Decoding Output): Document that null bytes force
6661         no-conversion for reading process output.
6663         * files.texi (Reading from Files): Document that null bytes force
6664         no-conversion when visiting files.
6666         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6668         * nonascii.texi (Lisp and Coding Systems):
6669         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6670         (Character Properties): Improve wording.
6672 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
6674         * display.texi (Font Lookup): Remove obsolete function
6675         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
6676         (Low-Level Font): Rename from Fonts, move to end of Faces section.
6677         (Font Selection): Reorder order of variable descriptions.
6678         Minor clarifications.
6680         * elisp.texi (Top): Update node listing.
6682 2009-01-09  Glenn Morris  <rgm@gnu.org>
6684         * commands.texi (Command Loop Info): Say that last-command-char and
6685         last-input-char are obsolete aliases.
6687         * edebug.texi (Edebug Recursive Edit): Remove separate references to
6688         last-input-char and last-command-char, since they are just aliases for
6689         last-input-event and last-command-event.
6691         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6692         last-command-char.
6694 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6696         * elisp.texi: Update node listing.
6698         * display.texi (Faces): Put Font Selection node after Auto Faces.
6699         (Face Attributes): Don't link to Font Lookup.
6700         Document font-family-list.
6701         (Fonts): New node.
6703 2009-01-08  Jason Rumney  <jasonr@gnu.org>
6705         * frames.texi (Pointer Shape): Clarify that only X supports
6706         changing the standard pointer shapes.  (Bug#1485)
6708 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6710         * display.texi (Attribute Functions): Note that a function value
6711         :height is relative, and that compatibility functions work by
6712         calling set-face-attribute.
6713         (Displaying Faces): Reorder list in order of increasing priority.
6714         (Face Remapping): New node.  Content moved here from Displaying
6715         Faces.
6716         (Glyphs): Link to Face Functions.
6718 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
6720         * display.texi (Faces): Don't discuss face id here.  facep does
6721         not return t.
6722         (Defining Faces): Minor clarification.
6723         (Face Attributes): Rearrange items to match docstring of
6724         set-face-attribute.  Add :foundry attribute.  Document new role of
6725         :font attribute.  Texinfo usage fix.
6726         (Attribute Functions): Copyedits.
6727         (Face Functions): Note that face number is seldom used.
6729 2009-01-05  Richard M Stallman  <rms@gnu.org>
6731         * strings.texi (Predicates for Strings): Minor clarification.
6733         * functions.texi (Function Safety): Texinfo usage fix.
6735 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6737         * objects.texi (General Escape Syntax): Fix typo.
6739 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
6741         * windows.texi (Choosing Window): Say that pop-up-frame-alist
6742         works via the default value of pop-up-frame-function.
6744 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
6746         * processes.texi (System Processes): Document the `time' and
6747         `ctime' attributes of `system-process-attributes'.
6749 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
6751         * display.texi (Face Attributes): Clarify :height attribute.
6753 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
6755         * buffers.texi (The Buffer List): Clarify what moves a buffer to
6756         the front of the buffer list.  Add entries for `last-buffer' and
6757         `unbury-buffer'.
6759 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
6761         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6762         and its subsections.
6764         * frames.texi (Multiple Terminals, Low-level Terminal)
6765         (Terminal Parameters, Frames on Other TTY devices): New sections.
6766         (Frames): Add an xref to "Multiple Terminals".
6768         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6770         * objects.texi (Terminal Type): New node.
6771         (Editing Types): Add it to the menu.
6773         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6774         Variables".
6776         * variables.texi (Directory Local Variables): New node.
6777         (Variables): Add a menu item for it.
6779         * loading.texi (Autoload): Document `generate-autoload-cookie' and
6780         `generated-autoload-file'.
6782 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
6784         * os.texi (Startup Summary): Add xref to documentation of
6785         `initial-window-system'.
6787         * display.texi (Window Systems): Document `window-system' the
6788         function.  The variable `window-system' is now frame-local.
6789         Document `initial-window-system'.
6791 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
6793         * windows.texi (Windows): Rewrite description of
6794         fit-window-to-buffer.
6796 2008-12-13  Glenn Morris  <rgm@gnu.org>
6798         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
6799         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6801 2008-12-12  Glenn Morris  <rgm@gnu.org>
6803         * debugging.texi (Error Debugging): Refer forwards to
6804         eval-expression-debug-on-error.
6806 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
6808         * strings.texi (String Basics): Only unibyte strings that
6809         represent key sequences hold 8-bit raw bytes.
6811         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6812         paragraph to speak about `undecided'.
6813         (Character Properties): Don't explain the meaning of each
6814         property; instead, identify their Unicode Standard names.
6815         (Character Sets): Document `map-charset-chars'.
6817 2008-12-02  Glenn Morris  <rgm@gnu.org>
6819         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6820         section yet again.
6822 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
6824         * nonascii.texi (Character Properties): New Section.
6825         (Specifying Coding Systems): Document
6826         `coding-system-priority-list', `set-coding-system-priority', and
6827         `with-coding-priority'.
6828         (Lisp and Coding Systems): Document `check-coding-systems-region'
6829         and `coding-system-charset-list'.
6830         (Coding System Basics): Document `coding-system-aliases'.
6832         * elisp.texi (Top): Add a @detailmenu entry for "Character
6833         Properties".
6835         * objects.texi (Character Type): Correct the range of Emacs
6836         characters.  Add an @xref to "Character Codes".
6838         * strings.texi (String Basics): Add an @xref to "Character Codes".
6840         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6842         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6843         (Character Codes): Document `max-char'.
6845 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
6847         * nonascii.texi (Text Representations, Converting Representations)
6848         (Character Sets, Scanning Charsets, Translation of Characters):
6849         Make text more accurate.
6851 2008-11-28  Glenn Morris  <rgm@gnu.org>
6853         * files.texi (Format Conversion Round-Trip): Improve previous change.
6855 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
6857         * modes.texi (Auto Major Mode): Fix example.
6859 2008-11-25  Glenn Morris  <rgm@gnu.org>
6861         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6863         * files.texi (Format Conversion Round-Trip):
6864         Use active voice for previous change.
6866 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
6868         * os.texi (Processor Run Time):
6869         * processes.texi (Transaction Queues):
6870         * markers.texi (The Mark):
6871         * windows.texi (Choosing Window, Selecting Windows):
6872         * files.texi (Changing Files, Magic File Names):
6873         * commands.texi (Key Sequence Input):
6874         * functions.texi (Declaring Functions):
6875         * strings.texi (Predicates for Strings):
6876         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6878 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
6880         * help.texi (Accessing Documentation): Update example.
6882         * variables.texi (Defining Variables): Note that `*' is not
6883         necessary if defcustom is used.
6885 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
6887         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6888         Characters" from @detailmenu.
6890         * nonascii.texi (Character Codes, Character Sets)
6891         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6892         (Chars and Bytes, Splitting Characters): Sections removed.
6894 2008-11-22  Lute Kamstra  <lute@gnu.org>
6896         * positions.texi (Text Lines): Update goto-line documentation.
6898 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
6900         * frames.texi (Frames): Fix typo, add cross references, reword.
6901         (Initial Parameters): Reword special-display-frame-alist text.
6902         (Frames and Windows): Reword.  Describe argument norecord for
6903         set-frame-selected-window.
6904         (Input Focus): Describe argument norecord for select-frame.
6905         Remove comment on MS-Windows behavior for focus-follows-mouse.
6906         (Raising and Lowering): Mention windows-frames dichotomy in
6907         metaphor.
6909         * windows.texi (Displaying Buffers, Vertical Scrolling)
6910         (Horizontal Scrolling): Fix indenting and rewording issues
6911         introduced with 2008-11-07 change.
6913 2008-11-20  Glenn Morris  <rgm@gnu.org>
6915         * files.texi (Format Conversion Round-Trip): Mention `preserve'
6916         element of `format-alist'.
6918 2008-11-19  Glenn Morris  <rgm@gnu.org>
6920         * doclicense.texi: Update to FDL 1.3.
6921         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6923 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
6925         * windows.texi (Window Hooks): Remove *-end-trigger-functions
6926         vars, which are obsolete.  Mention jit-lock-register.
6928         * modes.texi (Other Font Lock Variables):
6929         Document jit-lock-register and jit-lock-unregister.
6931         * frames.texi (Color Parameters): Document alpha parameter.
6933 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
6935         * windows.texi (Splitting Windows, Deleting Windows)
6936         (Selecting Windows, Cyclic Window Ordering)
6937         (Buffers and Windows, Displaying Buffers, Choosing Window)
6938         (Dedicated Windows, Window Point, Window Start and End)
6939         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6940         (Size of Window, Resizing Windows, Window Configurations)
6941         (Window Parameters): Avoid @var at beginning of sentences and
6942         reword accordingly.
6944 2008-11-11  Lute Kamstra  <lute@gnu.org>
6946         * files.texi (File Name Components): Fix file-name-extension
6947         documentation.
6949 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
6951         * frames.texi (Basic Parameters): Remove display-environment-variable
6952         and term-environment-variable.
6954 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
6956         * windows.texi (Basic Windows, Splitting Windows)
6957         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6958         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6959         (Resizing Windows, Window Configurations, Window Parameters):
6960         Fix wording and markup.
6962 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
6964         * windows.texi (Windows): Update entries.
6965         (Basic Windows): Remove listing of attributes.  Reword.
6966         (Splitting Windows, Deleting Windows): Reword.
6967         (Selecting Windows, Cyclic Window Ordering): Reword with special
6968         emphasis on order of recently selected windows and buffer list.
6969         (Buffers and Windows, Choosing Window): Reword with special
6970         emphasis on dedicated windows.
6971         (Displaying Buffers): Reword.  For switch-to-buffer mention that
6972         it may fall back on pop-to-buffer.  For other-window try to
6973         explain how it treats the cyclic ordering of windows.
6974         (Dedicated Windows): New node and section discussing dedicated
6975         windows and associated functions.
6976         (Window Point): Add entry for window-point-insertion-type.  Reword.
6977         (Window Start and End): Rename node and section title.  Reword.
6978         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6979         Minor rewording.
6980         (Size of Window): Reword, in particular text on window-width.
6981         (Resizing Windows): Reword.  Add text on balancing windows.
6982         (Window Configurations): Reword.  Mention window parameters.
6983         (Window Parameters): New node and section on window parameters.
6984         (Window Hooks): Reword.  Mention that
6985         window-configuration-change-hook is run "buffer-locally".
6986         * elisp.texi (Top): Update Windows entries in @detailmenu
6987         section.
6989 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
6991         * searching.texi (Regexp Search): Fix typo.
6993 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
6995         * searching.texi (Regexp Search): Document GREEDY arg.
6996         (Simple Match Data): Fix return value.
6998 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
7000         * nonascii.texi (Text Representations): Rewrite to make consistent
7001         with Emacs 23 internal representation of characters.
7002         Document `unibyte-string'.
7004 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
7006         * processes.texi (Process Information): Note that process-status
7007         does not accept buffer names.
7009 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
7011         * positions.texi (Skipping Characters): Correct return value of
7012         skip-chars-forward.
7014 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
7016         * windows.texi (Deleting Windows): Update documentation of
7017         delete-windows-on.
7018         (Buffers and Windows): Update documentations of
7019         get-buffer-window and get-buffer-window-list.
7020         (Displaying Buffers): Update documentation of
7021         replace-buffer-in-windows.
7023         * buffers.texi (Current Buffer): Reword set-buffer and
7024         with-current-buffer documentations.
7025         (Creating Buffers): Reword documentation of get-buffer-create.
7027 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
7029         * buffers.texi (Current Buffer): Reword documentation of
7030         set-buffer.
7031         (Buffer Names): Reword documentation of buffer-name.
7032         (The Buffer List): For bury-buffer explain what happens with the
7033         buffer's window.
7034         (Creating Buffers): Say that get-buffer-create's arg is called
7035         buffer-or-name.
7037 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
7039         * advice.texi (Computed Advice): Explain what DEFINITION is.
7041         * nonascii.texi (Character Codes): Remove obsolete function
7042         char-valid-p, and document characterp instead.
7044 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
7046         * windows.texi (Displaying Buffers): Reword documentation of
7047         pop-to-buffer.
7048         (Choosing Window): Rewrite documentation of display-buffer and
7049         its options.
7051         * buffers.texi (Killing Buffers): Update documentation of
7052         kill-buffer.
7054 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
7056         * processes.texi (Serial Ports): Fix wording and improve markup.
7058         * searching.texi (Regexp Search): Document `string-match-p' and
7059         `looking-at-p'.
7060         (POSIX Regexps): Add an xref for "non-greedy".
7061         (Regexp Special): Add @cindex entry for "non-greedy".
7063         * display.texi (Attribute Functions): Document `face-all-attributes'.
7064         (Image Cache) <image-refresh>: Minor wording fixes.
7066         * frames.texi (Color Names): Add an xref to `read-color'.
7068         * minibuf.texi (High-Level Completion): Document `read-color'.
7070         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
7072         * positions.texi (Narrowing): Add an xref to "Swapping Text".
7074         * buffers.texi (Swapping Text): New section, documents
7075         `buffer-swap-text'.
7077 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
7079         * windows.texi (Resizing Windows): Minor wording fix.
7081 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
7083         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
7084         and `combine-and-quote-strings'.
7086         * strings.texi (Creating Strings): Add xrefs for them.
7088 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
7090         * elisp.texi (Top): Make descriptive text for "Reading File Names"
7091         match the corresponding menu in minibuf.texi.
7093         * minibuf.texi (Reading File Names): Document `read-shell-command'
7094         and `minibuffer-local-shell-command-map'.
7096 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
7098         * windows.texi (Resizing Windows): Remove var{} around "window" in
7099         documentation of enlarge-window.
7100         Rewrite documentation of window-min-height and window-min-width.
7102 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
7104         * functions.texi (Calling Functions): Document `apply-partially'.
7106         * hooks.texi (Standard Hooks): Mention
7107         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
7109         * variables.texi (File Local Variables): Document
7110         `file-local-variables-alist', `before-hack-local-variables-hook'
7111         and `hack-local-variables-hook'.
7113         * processes.texi (Synchronous Processes): Document `process-lines'.
7115         * customize.texi (Variable Definitions):
7116         Document `custom-reevaluate-setting'.
7118 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
7120         * windows.texi (Choosing Window, Deleting Windows)
7121         (Displaying Buffers): Expand documentation of dedicated windows.
7123 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
7125         * files.texi (Changing Files): Document symbolic input of file
7126         modes to `set-file-modes'.  Document `read-file-modes' and
7127         `file-modes-symbolic-to-number'.
7129         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
7130         and `search-map'.
7132         * searching.texi (Search and Replace):
7133         Document `replace-search-function' and `replace-re-search-function'.
7134         Document `multi-query-replace-map'.
7136         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
7137         (Completion Commands, Reading File Names):
7138         Rename `minibuffer-local-must-match-filename-map' to
7139         `minibuffer-local-filename-must-match-map'.
7140         (Minibuffer Completion): The `require-match' argument to
7141         `completing-read' can now have the value `confirm-only'.
7143         * windows.texi (Displaying Buffers): Minor wording fix.
7144         (Choosing Window): `split-height-threshold' can now be nil.
7145         Document `split-width-threshold'.  `pop-up-frames' can have the
7146         value `graphic-only'.
7148 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
7150         * os.texi (Startup Summary): Document `before-init-time' and
7151         `after-init-time'.  Document `initial-window-system' and
7152         `window-system-initialization-alist'.  Document reading the
7153         abbrevs file.  Document the call to `server-start' under --daemon.
7154         Rearrange a bit to be consistent with the code flow.
7155         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
7156         (Time Parsing): Document `format-seconds'.
7158 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
7160         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
7161         and reword.
7163 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
7165         * markers.texi (The Mark): Document use-region-p.
7167 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
7169         * internals.texi (Writing Emacs Primitives): The interactive spec
7170         of a primitive can be a Lisp form.
7172         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
7173         values of transient-mark-mode.  Document handle-shift-selection.
7175         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
7176         (Interactive Examples): Show an example of `^'.
7177         (Key Sequence Input): Document this-command-keys-shift-translated.
7178         (Defining Commands, Using Interactive): The interactive-form of a
7179         function can be added via its symbol's property.
7181         * positions.texi (List Motion): beginning-of-defun-function can
7182         now accept an argument.
7184         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
7185         now return a list of strings.
7187         * control.texi (Handling Errors): Document ignore-errors.
7189         * frames.texi (Creating Frames): Document frame-inherited-parameters.
7190         (Parameter Access): Document set-frame-parameter.
7192         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
7193         Hooks" for the effect of kill-all-local-variables on local hook
7194         functions.
7196         * modes.texi (Major Mode Conventions, Mode Line Variables):
7197         `mode-name' need not be a string.  xref to "Mode Line Data" for
7198         details, and to "Emulating Mode Line" for computing a string
7199         value.
7201 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
7203         * processes.texi (System Processes): New section.
7204         (Processes, Signals to Processes): Add xrefs to it.
7206         * objects.texi (Editing Types): A `process' is a subprocess of
7207         Emacs, not just any process running on the OS.
7209         * elisp.texi (Top): Adjust the @detailmenu for the above two
7210         changes.
7212         * sequences.texi (Char-Tables): Remove documentation of
7213         set-char-table-default, which has no effect since Emacs 23.
7214         <char-table-range, set-char-table-range>: Don't mention generic
7215         characters and charsets.  Add a cons cell as a possible argument.
7217         * nonascii.texi (Splitting Characters)
7218         (Translation of Characters): Don't mention generic characters.
7220         * display.texi (Fontsets): Don't mention generic characters.
7222         * sequences.texi (Char-Tables): `map-char-table' can now call its
7223         argument FUNCTION with a cons cell as KEY.
7225 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
7227         * objects.texi (Primitive Function Type): Move "@cindex special
7228         forms" from here...
7230         * eval.texi (Special Forms): ...to here.
7232         * functions.texi (What Is a Function): `functionp' returns nil for
7233         special forms.  Add an xref.
7235         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
7236         Variables".
7238         * variables.texi (Frame-Local Variables): New section.
7239         (Buffer-Local Variables): Add an xref to it.
7240         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
7241         have both frame-local and buffer-local binding.
7243         * frames.texi (Frames): Mention multiple tty frames.
7244         (Frame Parameters, Parameter Access): Mention frame-local variable
7245         bindings.
7247 2008-09-20  Glenn Morris  <rgm@gnu.org>
7249         * display.texi (Defining Faces): Recommend against face variables.
7251 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
7253         * display.texi (Echo Area Customization): Fix typo.
7255 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
7257         * loading.texi (Where Defined): Add `defface' item.
7259 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
7261         * loading.texi (Where Defined): Fix description of symbol-file.
7263 2008-08-26  Jason Rumney  <jasonr@gnu.org>
7265         * display.texi (TIFF Images): New section describing :index property.
7267 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7269         * display.texi (Temporary Displays): Remove unnecessary comment
7270         about usage of temp-buffer-show-hook.
7272 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7274         * symbols.texi (Other Plists): Fix incorrect example.
7275         Suggested by Florian Beck.
7277 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7279         * os.texi: Fix previous change.
7281 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7283         * os.texi:
7284         * intro.texi:
7285         * files.texi: Remove VMS support.
7287 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7289         * os.texi:
7290         * frames.texi:
7291         * display.texi: Remove mentions of Mac Carbon.
7293 2008-07-01  Miles Bader  <miles@gnu.org>
7295         * text.texi (Special Properties):
7296         * display.texi (Truncation): Add wrap-prefix and line-prefix.
7298 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
7300         * display.texi (Other Image Types): Fix copy/paste error; say
7301         "PBM", not "XBM".
7303 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
7305         * os.texi: Remove references to obsolete systems.
7307 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
7309         * makefile.w32-in (distclean): Remove makefile.
7311 2008-06-17  Glenn Morris  <rgm@gnu.org>
7313         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
7314         (elisp, dist): Remove rules and variables that are obsolete now
7315         the lisp manual is no longer distributed separately.
7317 2008-06-16  Glenn Morris  <rgm@gnu.org>
7319         * configure, configure.in, mkinstalldirs: Remove unused files.
7321         * book-spine.texinfo: Set version to 23.0.60.
7322         * vol1.texi (EMACSVER):
7323         * vol2.texi (EMACSVER): Set to 23.0.60.
7325         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
7326         as per maintain.info.
7328 2008-06-15  Glenn Morris  <rgm@gnu.org>
7330         * makefile.w32-in (manual): Use "23" rather than "21".
7332         * Makefile.in (emacsver): New, set by configure.
7333         (manual): Use emacsver.
7335         * intro.texi: Report bugs using M-x report-emacs-bug.
7337         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
7339 2008-06-13  Daniel Engeler  <engeler@gmail.com>
7341         * elisp.texi, internals.texi, processes.texi: Add documentation
7342         about serial port access.
7344 2008-06-05  Miles Bader  <miles@gnu.org>
7346         * display.texi (Displaying Faces): Update to reflect function
7347         renamings in face-remap.el.
7349 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
7351         * display.texi (Fontsets): Fix typos.
7353 2008-06-03  Miles Bader  <miles@gnu.org>
7355         * display.texi (Displaying Faces): Add add-relative-face-remapping,
7356         remove-relative-face-remapping, set-base-face-remapping,
7357         and set-default-base-face-remapping.
7359 2008-06-01  Miles Bader  <miles@gnu.org>
7361         * display.texi (Displaying Faces): Add face-remapping-alist.
7363 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7365         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7366         variable names.
7368 2008-05-03  Eric S. Raymond  <esr@golux>
7370         * keymaps.texi: Clarify that (current-local-map) and
7371         (current-global-map) return references, not copies.
7373 2008-05-02  Juri Linkov  <juri@jurta.org>
7375         * minibuf.texi (Text from Minibuffer): Document a list of
7376         default values for `read-from-minibuffer'.
7378 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
7380         * nonascii.texi (Translation of Characters): Fix previous change.
7382 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
7384         * display.texi (Overlay Properties): Clarify role of underlying
7385         textprop and overlay keymaps for display strings.
7387         * keymaps.texi (Active Keymaps): Ditto.
7389 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7391         * minibuf.texi (Programmed Completion):
7392         Replace dynamic-completion-table with the new completion-table-dynamic.
7394 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
7396         * intro.texi (Some Terms): Change "fonts in this manual" index
7397         entry to "typographic conventions".
7399 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
7401         * objects.texi (Text Props and Strings): Add indexing for read
7402         syntax of text properties.
7404 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7406         * processes.texi (Decoding Output): Remove process-filter-multibyte
7407         functions.
7409 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
7411         * display.texi (Finding Overlays): Say that empty overlays at
7412         the end of the buffer are reported too.
7414 2008-03-13  Glenn Morris  <rgm@gnu.org>
7416         * elisp.texi (EMACSVER): Set to 23.0.60.
7418 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
7420         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7422 2008-02-22  Glenn Morris  <rgm@gnu.org>
7424         * frames.texi (Position Parameters): Clarify the description of
7425         `left' and `top', using information from "Geometry".
7426         (Geometry): Give a pointer to "Position Parameters", rather than
7427         repeating information.
7429 2008-02-11  Glenn Morris  <rgm@gnu.org>
7431         * objects.texi (Equality Predicates): No longer talk about "two"
7432         functions.
7434 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7436         * objects.texi (Equality Predicates): Add defun for
7437         equal-including-properties.
7439 2008-02-10  Glenn Morris  <rgm@gnu.org>
7441         * objects.texi (Equality Predicates):
7442         Mention equal-including-properties.
7444 2008-02-07  Richard Stallman  <rms@gnu.org>
7446         * windows.texi (Window Start): Mention the feature of moving
7447         window-start to start of line.
7449 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
7451         * keymaps.texi (Tool Bar): Document rtl property.
7453 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
7455         * display.texi (Button Types):
7456         For define-button-type, clarify type of NAME.
7458 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
7460         * buffers.texi (Buffer Modification): Fix typo.
7462 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7464         * os.texi (System Environment): Remove references to OSes that are
7465         not supported anymore.
7467 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7469         * os.texi (System Environment): Remove mention for Masscomp.
7471 2008-01-04  Richard Stallman  <rms@gnu.org>
7473         * display.texi (Faces): Don't talk about internal face vector as arg
7474         to facep.
7476         * customize.texi (Type Keywords): Fix previous change.
7478         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7479         * elisp.texi (Top): Fix menu for commands.texi change.
7481 2007-12-30  Richard Stallman  <rms@gnu.org>
7483         * commands.texi (Accessing Mouse): Rename from Accessing Events.
7484         (Accessing Scroll): New node broken out of Accessing Mouse.
7486 2007-12-28  Richard Stallman  <rms@gnu.org>
7488         * frames.texi (Size Parameters): Fix typo.
7489         (Basic Parameters): For `title', refer to title bar.
7490         (Size and Position): Explain meaning of frame pixel width and height.
7492 2007-12-23  Richard Stallman  <rms@gnu.org>
7494         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7495         Improve some of the commented-out keywords' text too.
7497 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
7499         * nonascii.texi (Encoding and I/O): Reword to avoid saying
7500         "visit the current buffer".
7502         * os.texi (System Interface): Fix typo.
7504 2007-12-04  Richard Stallman  <rms@gnu.org>
7506         * objects.texi (Symbol Type): Fix typo.
7508 2007-12-03  Richard Stallman  <rms@gnu.org>
7510         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7512 2007-12-01  Glenn Morris  <rgm@gnu.org>
7514         * functions.texi (Declaring Functions): Improve previous change.
7516 2007-11-30  Glenn Morris  <rgm@gnu.org>
7518         * functions.texi (Declaring Functions): Add optional fourth
7519         argument of declare-function, and setting third argument to `t'.
7521 2007-11-29  Richard Stallman  <rms@gnu.org>
7523         * customize.texi (Composite Types): Document `group' type.
7525 2007-11-29  Glenn Morris  <rgm@gnu.org>
7527         * functions.texi (Declaring Functions): Add findex.
7528         Mention `external' files.
7530 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
7532         * functions.texi (Declaring Functions): Fix directive.
7534 2007-11-25  Richard Stallman  <rms@gnu.org>
7536         * help.texi (Help Functions): Clean up last change.
7538         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7540         * loading.texi (Named Features): Minor cleanup.
7542         * macros.texi (Eval During Expansion): Minor cleanup.
7544         * variables.texi (Variable Aliases): Minor cleanup.
7546 2007-11-24  Richard Stallman  <rms@gnu.org>
7548         * functions.texi (Declaring Functions): Clarify previous change.
7550         * compile.texi (Compiler Errors): Clarify previous change.
7552 2007-11-24  Richard Stallman  <rms@gnu.org>
7554         * display.texi (Refresh Screen, Forcing Redisplay):
7555         Clarify the text and move items around.
7557 2007-11-24  Glenn Morris  <rgm@gnu.org>
7559         * functions.texi (Declaring Functions): New section.
7560         * compile.texi (Compiler Errors): Mention declaring functions,
7561         defvar with no initvalue, and byte-compile-warnings.
7563 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
7565         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7566         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7568 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
7570         * help.texi (Help Functions): Document new macro `with-help-window'.
7572 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
7574         * searching.texi (Replacing Match): Describe new
7575         `match-substitute-replacement'.
7577 2007-10-31  Richard Stallman  <rms@gnu.org>
7579         * strings.texi (Creating Strings): Null strings from concat not unique.
7581 2007-10-26  Richard Stallman  <rms@gnu.org>
7583         * objects.texi (Equality Predicates): Null strings are uniquified.
7585         * minibuf.texi: Minor clarifications in previous change.
7587 2007-10-25  Glenn Morris  <rgm@gnu.org>
7589         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7591 2007-10-24  Richard Stallman  <rms@gnu.org>
7593         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7595         * variables.texi (Frame-Local Variables): Node deleted.
7596         (Variables): Delete Frame-Local Variables from menu.
7597         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7598         (Default Value): Don't mention frame-local vars.
7600         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7602         * loading.texi (Unloading): Document FEATURE-unload-function
7603         instead of FEATURE-unload-hook.
7605         * frames.texi (Multiple Displays): Don't mention frame-local vars.
7607 2007-10-22  Juri Linkov  <juri@jurta.org>
7609         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7610         (High-Level Completion): Document a list of default value strings
7611         in the DEFAULT argument, for which minibuffer functions return the
7612         first element.
7614 2007-10-17  Juri Linkov  <juri@jurta.org>
7616         * text.texi (Filling): Update arguments of fill-paragraph.
7617         fill-paragraph operates on the active region in Transient Mark mode.
7618         Remove fill-paragraph-or-region.
7620 2007-10-13  Karl Berry  <karl@gnu.org>
7622         * elisp.texi (@dircategory): Move to after @copying,
7623         since we want @copying as close as possible to the beginning of
7624         the output.
7626 2007-10-12  Richard Stallman  <rms@gnu.org>
7628         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7630         * commands.texi (Distinguish Interactive): New node,
7631         broken out from Interactive Call and rewritten.
7632         (Command Loop): Put Distinguish Interactive in menu.
7634 2007-10-09  Richard Stallman  <rms@gnu.org>
7636         * text.texi (Examining Properties): Mention overlay priority.
7638         * display.texi (Display Margins): Correct the description
7639         of margin display specifications.
7640         (Replacing Specs): New subnode broken out of Display Property.
7642 2007-10-06  Juri Linkov  <juri@jurta.org>
7644         * text.texi (Filling): Document fill-paragraph-or-region.
7646 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
7648         * display.texi (Auto Faces): Fix typo.
7650 2007-10-02  Richard Stallman  <rms@gnu.org>
7652         * display.texi (Display Property): Explain some display specs
7653         don't let you move point in.
7655         * frames.texi (Cursor Parameters):
7656         Describe cursor-in-non-selected-windows here.  Explain more values.
7658         * windows.texi (Basic Windows): Don't describe
7659         cursor-in-non-selected-windows here.
7661 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
7663         * processes.texi (Misc Network): Note that these functions are
7664         supported only on some systems.
7666 2007-10-01  Richard Stallman  <rms@gnu.org>
7668         * display.texi (Overlay Properties): Explain nil as priority.
7669         Explain that conflicts are unpredictable if not resolved by
7670         priorities.
7672 2007-09-23  Richard Stallman  <rms@gnu.org>
7674         * macros.texi (Backquote): Minor clarification.
7676 2007-09-19  Richard Stallman  <rms@gnu.org>
7678         * display.texi (Display Property): Explain multiple display specs.
7679         Clarify when they work in parallel and when one overrides.
7680         Fix error in example.
7682 2007-09-06  Glenn Morris  <rgm@gnu.org>
7684         Move from lispref/ to doc/lispref/.  Change all setfilename
7685         commands to use ../../info.
7686         * Makefile.in (infodir): Go up one more level.
7687         (usermanualdir): Change from ../man to ../emacs.
7688         (miscmanualdir): New.
7689         (dist): Use new variable miscmanualdir.
7690         * makefile.w32-in (infodir, texinputdir): Go up one more level.
7691         (usermanualdir): Change from ../man to ../emacs.
7693 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
7695         * commands.texi (Command Loop Info): Advise against changing
7696         most variables described here.  Explain new variable
7697         last-repeatable-command.
7699 2007-08-29  Glenn Morris  <rgm@gnu.org>
7701         * elisp.texi (EMACSVER): Increase to 23.0.50.
7703 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7705         * frames.texi (Basic Parameters): Add display-environment-variable
7706         and term-environment-variable.
7708 2007-08-28  Juri Linkov  <juri@jurta.org>
7710         * display.texi (Image Formats, Other Image Types): Add SVG.
7712 2007-08-28  Juri Linkov  <juri@jurta.org>
7714         * display.texi (Images): Move formats-related text to new node
7715         "Image Formats".
7716         (Image Formats): New node.
7718 2007-08-27  Richard Stallman  <rms@gnu.org>
7720         * windows.texi (Window Configurations): Clarify what
7721         a window configuration saves.
7723 2007-08-25  Richard Stallman  <rms@gnu.org>
7725         * display.texi (Images): Delete redundant @findex.
7727 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7729         * text.texi (Change Hooks): (after|before)-change-functions are no
7730         longer bound to nil while running; rather inhibit-modification-hooks
7731         is t.
7733 2007-08-16  Richard Stallman  <rms@gnu.org>
7735         * processes.texi (Asynchronous Processes):
7736         Clarify doc of start-file-process.
7738 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7740         * modes.texi (Example Major Modes): Fix typo.
7742 2007-08-08  Glenn Morris  <rgm@gnu.org>
7744         * intro.texi (nil and t): Do not use `iff' in documentation.
7746         * tips.texi (Documentation Tips): Recommend against `iff'.
7748 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7750         * display.texi (Image Cache): Document image-refresh.
7752 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7754         * windows.texi (Size of Window): Document window-full-width-p.
7756 2007-07-25  Glenn Morris  <rgm@gnu.org>
7758         * gpl.texi (GPL): Replace license with GPLv3.
7760         * Relicense all FSF files to GPLv3 or later.
7762 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
7764         * processes.texi (Synchronous Processes):
7765         Add `process-file-shell-command'.
7766         (Asynchronous Processes): Mention restricted use of
7767         `process-filter' and `process-sentinel' in
7768         `start-file-process'.  Add `start-file-process-shell-command'.
7770 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
7772         * files.texi (Magic File Names): Introduce optional parameter
7773         IDENTIFICATION for `file-remote-p'.
7775 2007-07-16  Richard Stallman  <rms@gnu.org>
7777         * display.texi (Defining Faces): Fix previous change.
7779 2007-07-14  Richard Stallman  <rms@gnu.org>
7781         * control.texi (Handling Errors): Document `debug' in handler list.
7783 2007-07-10  Richard Stallman  <rms@gnu.org>
7785         * display.texi (Defining Faces): Explain C-M-x feature for defface.
7787 2007-07-09  Richard Stallman  <rms@gnu.org>
7789         * files.texi (Magic File Names): Rewrite previous change.
7791 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
7793         * files.texi (Magic File Names): Introduce optional parameter
7794         CONNECTED for `file-remote-p'.
7796 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
7798         * processes.texi (Asynchronous Processes):
7799         * files.texi (Magic File Names): Add `start-file-process'.
7801 2007-06-27  Richard Stallman  <rms@gnu.org>
7803         * files.texi (Format Conversion Piecemeal):
7804         Clarify `after-insert-file-functions' calling convention.
7806 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
7808         * files.texi (Magic File Names): Remove `dired-call-process'.
7809         Add `process-file'.
7811 2007-06-27  Kenichi Handa  <handa@m17n.org>
7813         * text.texi (Special Properties): Fix description about
7814         `composition' property.
7816 2007-06-26  Kenichi Handa  <handa@m17n.org>
7818         * nonascii.texi (Default Coding Systems): Document about the
7819         return value `undecided'.
7821 2007-06-25  David Kastrup  <dak@gnu.org>
7823         * keymaps.texi (Active Keymaps): Document new POSITION argument of
7824         `current-active-maps'.
7826 2007-06-24  Karl Berry  <karl@gnu.org>
7828         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7830 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
7832         * display.texi (Overlay Arrow): Doc fix.
7834 2007-06-14  Karl Berry  <karl@tug.org>
7836         * anti.texi (Antinews): Typo.
7838 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
7840         * display.texi (Image Cache): Document image-refresh.
7842 2007-06-12  Karl Berry  <karl@gnu.org>
7844         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7845         * two-volume.make: New file.
7846         * .cvsignore: Ignore two-volume files.
7848 2007-06-12  Tom Tromey  <tromey@redhat.com>
7850         * os.texi (Init File): Document user-emacs-directory.
7852 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
7854         * commands.texi (Click Events): Describe width and height when
7855         object is nil.
7857 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
7859         * commands.texi (Click Events): Layout more logically.
7860         Describe width and height.
7861         (Drag Events, Motion Events): Update to new format for position.
7863 2007-06-02  Richard Stallman  <rms@gnu.org>
7865         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7867 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7869         * Version 22.1 released.
7871 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7873         * text.texi (Special Properties): Correct meaning of fontified face.
7875 2007-05-30  Richard Stallman  <rms@gnu.org>
7877         * text.texi (Special Properties): Add link to Adjusting Point.
7879 2007-05-12  Richard Stallman  <rms@gnu.org>
7881         * text.texi (Margins): indent-to-left-margin is not the default.
7882         (Mode-Specific Indent): For indent-line-function, the default
7883         is indent-relative.
7885         * modes.texi (Example Major Modes): Explain last line of text-mode
7886         is redundant.
7888 2007-05-10  Richard Stallman  <rms@gnu.org>
7890         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7892         * help.texi (Keys in Documentation): Add reference to
7893         Documentation Tips.
7895         * files.texi (Format Conversion): TO-FN gets three arguments.
7897         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7899 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
7901         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7902         * files.texi (Format Conversion): Expand intro; add menu.
7903         (Format Conversion Overview, Format Conversion Round-Trip)
7904         (Format Conversion Piecemeal): New nodes/subsections.
7905         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7906         * text.texi (Text Properties): Remove "Saving Properties" from menu.
7907         (Saving Properties): Delete node/subsection.
7909 2007-05-07  Karl Berry  <karl@gnu.org>
7911         * elisp.texi (EMACSVER): Back to 22.
7913 2007-05-06  Richard Stallman  <rms@gnu.org>
7915         * processes.texi (Accepting Output): Revert most of previous change.
7917 2007-05-05  Richard Stallman  <rms@gnu.org>
7919         * processes.texi (Accepting Output): accept-process-output
7920         uses microseconds, not milliseconds.  But that arg is obsolete.
7922 2007-05-04  Karl Berry  <karl@tug.org>
7924         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7926 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
7928         * tips.texi (Documentation Tips): Rearrange items to place the
7929         more important ones first.  Add an index entry for hyperlinks.
7931 2007-05-03  Karl Berry  <karl@gnu.org>
7933         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7934         (EMACSVER) [smallbook]: 22 for printed version.
7936         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7937         so restore anchor to normal position after defun.  Found by Kevin Ryde.
7939 2007-04-26  Glenn Morris  <rgm@gnu.org>
7941         * elisp.texi (EMACSVER): Increase to 22.1.50.
7943 2007-04-28  Karl Berry  <karl@gnu.org>
7945         * elisp.texi: Improve line breaks on copyright page,
7946         similar layout to emacs manual, 8.5x11 by default.
7948 2007-04-24  Richard Stallman  <rms@gnu.org>
7950         * text.texi (Special Properties): Add xref to Overlay Properties.
7952         * display.texi (Overlay Properties): Add xref to Special Properties.
7954 2007-04-22  Richard Stallman  <rms@gnu.org>
7956         * keymaps.texi (Extended Menu Items): Move the info about
7957         format with cached keyboard binding.
7959 2007-04-21  Richard Stallman  <rms@gnu.org>
7961         * text.texi (Special Properties): Clarify previous change.
7963         * files.texi (File Name Expansion): Clarify previous change.
7965         * display.texi (Attribute Functions): Fix example for
7966         face-attribute-relative-p.
7968 2007-04-19  Kenichi Handa  <handa@m17n.org>
7970         * text.texi (Special Properties): Document composition property.
7972 2007-04-19  Glenn Morris  <rgm@gnu.org>
7974         * files.texi (File Name Expansion): Mention "superroot".
7976 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
7978         * frames.texi (Multiple Displays): Add note about "multi-monitor"
7979         setups.
7980         (Display Feature Testing): Note that display refers to all
7981         physical monitors for multi-monitor setups.
7983 2007-04-14  Richard Stallman  <rms@gnu.org>
7985         * lists.texi (Sets And Lists): Clarify `delete' examples.
7986         Remove spurious xref to same node.
7987         Clarify xref for add-to-list.
7989 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
7991         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7992         value of lisp-mode-map.
7994 2007-04-11  Karl Berry  <karl@gnu.org>
7996         * anti.texi (Antinews):
7997         * display.texi (Overlay Properties, Defining Images):
7998         * processes.texi (Synchronous Processes, Sentinels):
7999         * syntax.texi (Syntax Table Internals):
8000         * searching.texi (Regexp Special):
8001         * nonascii.texi (Default Coding Systems):
8002         * text.texi (Special Properties):
8003         * minibuf.texi (Basic Completion): Wording to improve breaks in
8004         8.5x11 format.
8005         * elisp.texi (smallbook): New @set to more easily switch between
8006         smallbook and 8.5x11.
8008 2007-04-11  Richard Stallman  <rms@gnu.org>
8010         * text.texi (Lazy Properties): Minor fix.
8012 2007-04-08  Karl Berry  <karl@gnu.org>
8014         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
8015         * macros.texi (Backquote): Downcase Backquote in index entries for
8016         consistency.
8018 2007-04-08  Richard Stallman  <rms@gnu.org>
8020         * text.texi (Adaptive Fill): Just describe default,
8021         don't show it (since it contains non-ASCII chars).
8023 2007-04-07  Karl Berry  <karl@gnu.org>
8025         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
8026         adaptive-fill-regexp's value, since they are not in the standard
8027         TeX fonts.
8029 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
8031         * display.texi (Defining Faces): Fix example.
8033 2007-04-07  Karl Berry  <karl@gnu.org>
8035         * display.texi (Button Buffer Commands): Improve page break.
8037 2007-04-07  Richard Stallman  <rms@gnu.org>
8039         * advice.texi (Activation of Advice): Remove redundant index entry.
8041         * backups.texi: Improve index entries.  Remove redundant ones.
8043         * compile.texi (Byte Compilation): Improve index entry.
8045         * hash.texi (Creating Hash): Improve index entry.
8047         * symbols.texi (Definitions): Improve index entry.
8049         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
8051         * maps.texi (Standard Keymaps): Remove useless index entry.
8053         * help.texi (Documentation Basics): Remove redundant index entries.
8055         * customize.texi: Improve index entries.
8056         Remove redundant/useless ones.
8058         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
8060         * streams.texi (Output Variables): Improve index entry.
8062         * abbrevs.texi (Abbrevs): Remove useless index entry.
8064         * macros.texi (Expansion): Remove useless index entry.
8066         * text.texi: Improve index entries.  Remove redundant/useless ones.
8067         (Text Properties, Examining Properties)
8068         (Special Properties): Use "property category" instead of "category"
8069         to refer to the `category' property.
8071         * positions.texi: Improve index entries.  Remove useless one.
8073         * lists.texi: Improve index entries.  Remove redundant/useless ones.
8075         * os.texi: Improve index entries.
8076         (Timers): Fix previous change.
8078         * buffers.texi: Improve index entries.
8079         (Modification Time): Get rid of term "obsolete buffer".
8081         * debugging.texi: Improve index entries.
8082         (Test Coverage): Add xref to other test coverage ftr.
8084         * eval.texi: Improve index entry.  Remove redundant ones.
8086         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
8088         * files.texi: Improve index entries.  Remove redundant/useless ones.
8090         * objects.texi: Improve index entries.
8092         * processes.texi: Improve index entries.
8094         * modes.texi: Improve index entry.  Remove redundant one.
8096         * nonascii.texi: Improve index entries.
8098         * internals.texi: Improve index entries.
8100         * syntax.texi: Improve index entries.
8102         * keymaps.texi (Active Keymaps): Improve index entries.
8104         * commands.texi: Improve index entries.  Remove redundant/useless ones.
8106         * frames.texi: Improve index entries.  Remove redundant/useless ones.
8108         * markers.texi: Improve index entries.  Remove redundant ones.
8110         * tips.texi: Improve index entries.
8112         * loading.texi (Unloading): Improve index entry.
8114         * variables.texi: Improve index entries.  Remove redundant one.
8116         * sequences.texi: Improve index entry.
8118         * display.texi: Improve index entries.  Remove redundant ones.
8120         * windows.texi: Improve index entries.
8122         * searching.texi: Improve index entries.  Remove redundant one.
8124         * strings.texi (Case Tables): Improve last change.
8126 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
8128         * strings.texi (Case Tables): Document with-case-table and
8129         ascii-case-table.
8131 2007-04-03  Karl Berry  <karl@gnu.org>
8133         * processes.texi (Network): Reword to improve page break.
8135 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
8137         * functions.texi (Inline Functions): Describe more disadvantages
8138         of defsubst, and make advice against it stronger.
8140 2007-04-02  Karl Berry  <karl@gnu.org>
8142         * backups.texi (Backup Names): Avoid widow words.
8143         * modes.texi (Example Major Modes): Align last comment.
8145 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
8147         * keymaps.texi (Remapping Commands): Document new arg to
8148         command-remapping.
8150 2007-04-01  Karl Berry  <karl@gnu.org>
8152         * processes.texi (Low-Level Network): Typo.
8153         * loading.texi (Hooks for Loading): Avoid double "the".
8154         * keymaps.texi (Key Sequences): No double "and".
8155         (Changing Key Bindings): Shorten to improve line break.
8157 2007-03-31  Glenn Morris  <rgm@gnu.org>
8159         * os.texi (Timers): Fix description of run-at-time TIME formats.
8161 2007-03-31  Richard Stallman  <rms@gnu.org>
8163         * display.texi (Invisible Text): Correct buffer-invisibility-spec
8164         regarding ellipsis.
8166 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
8168         * intro.texi (nil and t):
8169         * symbols.texi (Plists and Alists):
8170         * variables.texi (Variable Aliases, Constant Variables):
8171         * functions.texi (Defining Functions):
8172         * advice.texi (Advising Primitives):
8173         * debugging.texi (Syntax Errors, Compilation Errors):
8174         * minibuf.texi (Minibuffer Windows):
8175         * commands.texi (Adjusting Point):
8176         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
8177         (Auto Major Mode, Major Mode Conventions):
8178         * help.texi (Describing Characters):
8179         * files.texi (Create/Delete Dirs, Information about Files)
8180         (File Locks, Writing to Files, Reading from Files)
8181         (Saving Buffers):
8182         * windows.texi (Resizing Windows, Cyclic Window Ordering):
8183         * frames.texi (Finding All Frames):
8184         * positions.texi (Buffer End, Motion):
8185         * markers.texi (The Region):
8186         * text.texi (Deletion, Near Point):
8187         * display.texi (Displaying Messages, Truncation):
8188         * os.texi (Processor Run Time):
8189         * tips.texi (Key Binding Conventions, Programming Tips)
8190         (Warning Tips, Documentation Tips, Comment Tips):
8191         * internals.texi (Memory Usage): Improve indexing.
8193         * variables.texi (Frame-Local Variables):
8194         * functions.texi (Argument List):
8195         * loading.texi (Library Search):
8196         * streams.texi (Output Variables):
8197         * keymaps.texi (Translation Keymaps, Searching Keymaps):
8198         * searching.texi (Replacing Match, Search and Replace):
8199         * processes.texi (Byte Packing, Decoding Output)
8200         (Accepting Output, Network Servers, Shell Arguments):
8201         * display.texi (Abstract Display, Image Cache, Scroll Bars):
8202         * windows.texi (Window Point, Window Start):
8203         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
8204         * commands.texi (Reading Input, Keyboard Events):
8205         * minibuf.texi (Reading File Names, Minibuffer Completion)
8206         (Recursive Mini):
8207         * positions.texi (List Motion):
8208         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
8209         * numbers.texi (Arithmetic Operations, Math Functions)
8210         (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
8211         * locals.texi (Standard Buffer-Local Variables):
8212         * maps.texi (Standard Keymaps):
8213         * os.texi (User Identification, System Environment, Recording Input)
8214         (X11 Keysyms):
8215         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
8216         * backups.texi (Backups and Auto-Saving):
8217         * customize.texi (Customization, Group Definitions)
8218         (Variable Definitions):
8219         * compile.texi (Byte Compilation): Improve index entries.
8221 2007-03-31  Karl Berry  <karl@gnu.org>
8223         * macros.texi (Defining Macros): Avoid widow syllable.
8225 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
8227         * elisp.texi (Top): Postscript -> PostScript.
8229         * display.texi (Images, Postscript Images): Postscript -> PostScript.
8231 2007-03-31  Markus Triska  <markus.triska@gmx.at>
8233         * internals.texi (Writing Emacs Primitives): Untabify `For'.
8235 2007-03-30  Karl Berry  <karl@gnu.org>
8237         * lists.texi (List-related Predicates): Remove spurious @need.
8238         (Setcdr): Use @smallexample to improve page break.
8239         (Association Lists) <assoc>: Reword to improve page break.
8241         * strings.texi (String Conversion): Insert blank line to improve
8242         page break.
8244         * numbers.texi (Random Numbers): Use @minus{}.
8245         (Math Functions): Use @minus{}.
8247         * intro.texi (Acknowledgements): Avoid line breaks before middle
8248         initials.
8250 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
8252         * errors.texi (Standard Errors): Add an index entry.
8254 2007-03-19  Richard Stallman  <rms@gnu.org>
8256         * os.texi (Recording Input): recent-keys now gives 300 keys.
8258 2007-03-12  Glenn Morris  <rgm@gnu.org>
8260         * os.texi: Replace "daylight savings" with "daylight saving"
8261         throughout.
8263 2007-03-05  Richard Stallman  <rms@gnu.org>
8265         * variables.texi (File Local Variables):
8266         Update enable-local-variables values.
8268 2007-03-04  Richard Stallman  <rms@gnu.org>
8270         * syntax.texi (Control Parsing): Minor clarification.
8272         * strings.texi (Formatting Strings): Clarify width, precision, flags.
8274         * sequences.texi (Sequence Functions): Move string-bytes away,
8275         add xref.
8277         * nonascii.texi (Text Representations): Move string-bytes here.
8279         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
8281         * minibuf.texi (Basic Completion): Minor clarification.
8283         * markers.texi (The Mark): Clarify existence vs activation of mark.
8284         Other cleanup.
8286         * display.texi (Finding Overlays): Write better example.
8288         * compile.texi (Eval During Compile): Clarify putting macros
8289         in eval-when-compile.
8291 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
8293         * loading.texi (How Programs Do Loading): Fix anchor position at
8294         load-read-function definition doc.
8296 2007-02-21  Kim F. Storm  <storm@cua.dk>
8298         * strings.texi (Text Comparison): Mention that assoc-string
8299         converts symbols to strings before testing.
8301 2007-02-17  Kim F. Storm  <storm@cua.dk>
8303         * processes.texi (Bindat Spec): Vector types can have optional
8304         element type.
8305         (Bindat Examples): Fix example.  Add vector with element type.
8307 2007-02-16  Andreas Schwab  <schwab@suse.de>
8309         * strings.texi (Formatting Strings): Document '+' flag.
8311 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
8313         * strings.texi (Modifying Strings): Clarify that `clear-string'
8314         always converts the string to unibyte.
8316 2007-02-14  Kim F. Storm  <storm@cua.dk>
8318         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
8319         Rewrite glyph code description to refer to these functions.
8320         Remove details of encoding face number and char into integer code.
8322 2007-02-03  Alan Mackenzie  <acm@muc.de>
8324         * loading.texi (Hooks for Loading): Make the description of
8325         `eval-after-load' more detailed, and amend the description of
8326         after-load-alist, in accordance with changes from 2006-05.
8328 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
8330         * modes.texi (Defining Minor Modes): Document that a :require
8331         keyword or similar may be required to make saved customization
8332         variables work.
8334 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
8336         * elisp.texi (Top): Make the detailed menu headers compliant with
8337         Texinfo guidelines and with what texnfo-upd.el expects.
8338         Add comments to prevent people from inadvertently modifying the key
8339         parts needed by `texinfo-multiple-files-update'.
8341 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
8343         * elisp.texi (Top): Update the top-level menus.
8345         * syntax.texi (Categories): Add index entries.
8347 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
8349         * display.texi (Attribute Functions): Fix name and description of
8350         the UNDERLINE arg of `set-face-underline-p'.
8352 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
8354         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
8355         Variables", and "Standard Keymaps" to the detailed menu.
8357         * variables.texi (Future Local Variables): Add index entry.
8359 2007-01-28  Richard Stallman  <rms@gnu.org>
8361         * tips.texi (Coding Conventions): Clarify the tip about macros
8362         that define a function or a variable.
8364         * files.texi (File Attributes): UID and GID can be floats.
8365         (Magic File Names): Explain why deferring all operations to
8366         the standard handler does not work.
8368 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
8370         * backups.texi (Reverting): Use "buffer" instead of "file"
8371         when talking about major and minor modes.
8373 2007-01-21  Richard Stallman  <rms@gnu.org>
8375         * help.texi (Documentation): Add xref to Documentation Tips.
8377 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
8379         * tips.texi (Coding Conventions): Fix typos.
8381 2007-01-05  Richard Stallman  <rms@gnu.org>
8383         * modes.texi (Defining Minor Modes): Fix previous change.
8385 2007-01-03  Richard Stallman  <rms@gnu.org>
8387         * customize.texi (Variable Definitions, Customization Types):
8388         Don't use * in doc string for defcustom.
8390 2007-01-02  Richard Stallman  <rms@gnu.org>
8392         * variables.texi (Variable Aliases): Clarify that aliases vars
8393         always have the same value.
8395         * processes.texi (Bindat Spec): Fix Texinfo usage.
8397         * modes.texi (Defining Minor Modes): Explain effect of command
8398         defined with define-global-minor-mode on new buffers.
8400 2006-12-30  Kim F. Storm  <storm@cua.dk>
8402         * keymaps.texi (Tool Bar): Describe `grow-only' value of
8403         `auto-resize-tool-bars'.
8405 2006-12-30  Richard Stallman  <rms@gnu.org>
8407         * keymaps.texi (Active Keymaps): Fix previous change.
8409 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
8411         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8413 2006-12-30  Kim F. Storm  <storm@cua.dk>
8415         * processes.texi (Bindat Spec): Clarify using field names in
8416         length specifications.
8418 2006-12-29  Kim F. Storm  <storm@cua.dk>
8420         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8421         Add count and index variables for eval forms in repeat blocks.
8423 2006-12-24  Richard Stallman  <rms@gnu.org>
8425         * customize.texi (Variable Definitions):
8426         Document new name custom-add-frequent-value.
8428 2006-12-19  Kim F. Storm  <storm@cua.dk>
8430         * commands.texi (Misc Events): User signals now result in sigusr1
8431         and sigusr2 events which are handled through special-event-map.
8432         (Special Events): User signals and drag-n-drop are special.
8434 2006-12-17  Richard Stallman  <rms@gnu.org>
8436         * loading.texi (Named Features): Explain subfeatures better.
8438         * customize.texi: Use "option" only for user options.
8439         For the keyword values inside defcustom etc, say "keywords".
8440         For :options value's elements, say "elements".
8441         :group should not be omitted.
8443         * syntax.texi (Parsing Expressions): Split up node.
8444         (Motion via Parsing, Position Parse, Parser State)
8445         (Low-Level Parsing, Control Parsing): New subnodes.
8446         (Parser State): Document syntax-ppss-toplevel-pos.
8448         * positions.texi (List Motion): Punctuation fix.
8450         * files.texi (File Name Completion): Document PREDICATE arg
8451         to file-name-completion.
8453 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
8455         * internals.texi (Building Emacs, Writing Emacs Primitives):
8456         Add index entries.
8458 2006-12-11  Richard Stallman  <rms@gnu.org>
8460         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8461         affects face menu.  Explain how to make it non-nil without enabling
8462         any fontification.
8464 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8466         * modes.texi (Font Lock Basics): Document nil value of
8467         font-lock-defaults.
8469 2006-12-10  Glenn Morris  <rgm@gnu.org>
8471         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8472         value for system-flag argument.  Abbrev tables may not be empty
8473         when major modes are loaded.
8475 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8477         * makefile.w32-in (maintainer-clean): Partially revert last
8478         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8479         to protect elisp-covers.texi.
8481 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
8483         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8484         Don't remove elisp* info files; they are already deleted by the
8485         `clean' and `distclean' targets, and they are in the $(infodir)
8486         directory, not the current one.
8488 2006-12-04  Kim F. Storm  <storm@cua.dk>
8490         * commands.texi (Misc Events): Update signal events.
8491         (Event Examples): Add signal example.
8493 2006-11-29  Richard Stallman  <rms@gnu.org>
8495         * frames.texi (Visibility of Frames): Explain visible windows
8496         can be covered by others.  Add xref for raise-frame.
8498 2006-11-28  Richard Stallman  <rms@gnu.org>
8500         * searching.texi (Regexp Special): Update when ^ is special.
8502 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
8504         * customize.texi (Customization, Common Keywords)
8505         (Group Definitions, Variable Definitions, Composite Types)
8506         (Type Keywords, Customization Types): Add index entries for
8507         various customization keywords.
8509 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8511         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8513 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
8515         * frames.texi (Window System Selections): Remove clipboard from
8516         description of selection-coding-system.
8518 2006-11-06  Richard Stallman  <rms@gnu.org>
8520         * lists.texi (List Variables): Document COMPARE-FN.
8522         * keymaps.texi: Avoid use of "binding" to mean a relation;
8523         use it only to refer to the meaning associated with a key.
8524         (Keymaps): Change menu node description.
8526         * elisp.texi (Top): Change menu node description.
8528         * display.texi (Managing Overlays): Document overlay-recenter.
8530 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
8532         * Makefile.in: Use relative paths to avoid advertising filesystem
8533         contents during compilation.
8535 2006-10-23  Kim F. Storm  <storm@cua.dk>
8537         * commands.texi (Event Input Misc): Update unread-command-events.
8539 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
8541         * lists.texi (Sets And Lists): Fix typos.
8543 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8545         * control.texi (Processing of Errors): Use @var for an argument,
8546         not @code.
8548 2006-10-16  Richard Stallman  <rms@gnu.org>
8550         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8552         * keymaps.texi (Format of Keymaps): Show all the keymap element
8553         patterns that result from menu items.
8554         (Key Lookup): Minor cleanups.
8556         * modes.texi (Precalculated Fontification): Don't say that
8557         not setting font-lock-defaults avoids loading font-lock.
8559         * help.texi (Documentation): Move xref to Emacs Manual here.
8560         (Documentation Basics): From here.
8561         Also doc emacs-lisp-docstring-fill-column.
8563         * elisp.texi: Update version and ISBN.
8565         * commands.texi (Interactive Call): Clarify KEYS arg to
8566         call-interactively is a vector.
8567         (Command Loop Info): Delete anchor in this-command-keys.
8568         Add anchor in this-command-keys-vector.
8569         (Recursive Editing): Document how recursive-edit
8570         handles the current buffer.
8572 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
8574         * frames.texi (Frame Titles): %c and %l are ignored in
8575         frame-title-format.
8577 2006-10-11  Richard Stallman  <rms@gnu.org>
8579         * keymaps.texi (Key Sequences): Clarify use of kbd.
8581 2006-10-10  Kim F. Storm  <storm@cua.dk>
8583         * lists.texi (Sets And Lists): Add memql.
8585 2006-10-03  Richard Stallman  <rms@gnu.org>
8587         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8588         Clarify :ascii: and :nonascii:.
8590 2006-09-29  Juri Linkov  <juri@jurta.org>
8592         * modes.texi (%-Constructs): Reorder coding systems in the
8593         documentation of %z to the real order displayed in the modeline.
8595 2006-09-25  Richard Stallman  <rms@gnu.org>
8597         * os.texi (Timers): Describe timer-max-repeats.
8599 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8601         * os.texi (Timers): Mention with-local-quit.
8603 2006-09-24  Richard Stallman  <rms@gnu.org>
8605         * searching.texi (Searching and Matching): Mention property search.
8607         * commands.texi (Command Loop Info): Explain how read-event affects
8608         this-command-keys.
8610 2006-09-20  Richard Stallman  <rms@gnu.org>
8612         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8614         * windows.texi (Window Start): Minor cleanups.
8616 2006-09-20  Kim F. Storm  <storm@cua.dk>
8618         * windows.texi (Window Start): pos-visible-in-window-p allows
8619         specifying t for position to mean "end of window".
8620         Add window-line-height.
8622         * anti.texi (Antinews): Mention window-line-height.
8624 2006-09-19  David Kastrup  <dak@gnu.org>
8626         * keymaps.texi (Searching Keymaps): Small clarification.
8628 2006-09-18  Richard Stallman  <rms@gnu.org>
8630         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8631         cause keyboard menus.
8632         (Menu Keymaps): Likewise.
8633         (Defining Menus, Keyboard Menus): Clarify.
8635         * text.texi (Fields): Clarify explanation of constrain-to-field.
8637 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8639         * variables.texi (Tips for Defining): Fix a typo.
8641 2006-09-15  Richard Stallman  <rms@gnu.org>
8643         * keymaps.texi (Remapping Commands, Searching Keymaps)
8644         (Active Keymaps): Clean up previous change.
8646 2006-09-15  Jay Belanger  <belanger@truman.edu>
8648         * gpl.texi: Replace "Library Public License" by "Lesser Public
8649         License" throughout.
8651 2006-09-15  David Kastrup  <dak@gnu.org>
8653         * keymaps.texi (Active Keymaps): Adapt description to use
8654         `get-char-property' instead `get-text-property'.  Explain how
8655         mouse events change this.  Explain the new optional argument of
8656         `key-binding' and its mouse-dependent lookup.
8657         (Searching Keymaps): Adapt description similarly.
8658         (Remapping Commands): Explain the new optional argument of
8659         `command-remapping'.
8661 2006-09-14  Richard Stallman  <rms@gnu.org>
8663         * keymaps.texi (Searching Keymaps): Clarification.
8664         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8666 2006-09-13  Richard Stallman  <rms@gnu.org>
8668         * objects.texi (Character Type): Node split.
8669         Add xref to Describing Characters.
8670         (Basic Char Syntax, General Escape Syntax)
8671         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8673 2006-09-11  Richard Stallman  <rms@gnu.org>
8675         * display.texi (Display Table Format): Wording clarification.
8676         (Glyphs): Clarifications.
8678 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
8680         * keymaps.texi (Active Keymaps): Mention that key-binding checks
8681         local maps.
8683 2006-09-10  Kim F. Storm  <storm@cua.dk>
8685         * display.texi (Forcing Redisplay): Document return value of
8686         function redisplay.
8688 2006-09-09  Richard Stallman  <rms@gnu.org>
8690         * windows.texi (Window Hooks): Explain limits of
8691         window-scroll-functions.
8693         * display.texi (Fringe Indicators): Update for last change in
8694         indicate-buffer-boundaries.
8696 2006-09-08  Richard Stallman  <rms@gnu.org>
8698         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8700 2006-09-06  Kim F. Storm  <storm@cua.dk>
8702         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8704         * windows.texi (Window Start): Update pos-visible-in-window-p.
8706 2006-09-04  Richard Stallman  <rms@gnu.org>
8708         * processes.texi (Accepting Output): Explain SECONDS=0 for
8709         accept-process-output.
8711         * os.texi (Idle Timers): Explain why timer functions should not
8712         loop until (input-pending-p).
8714 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
8716         * makefile.w32-in (usermanualdir): New variable.
8717         (elisp.dvi): Use it.
8719 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
8721         * buffers.texi (Buffer Modification): Fix last change.
8723 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8725         * buffers.texi (Buffer Modification):
8726         Document buffer-chars-modified-tick.
8728 2006-08-31  Richard Stallman  <rms@gnu.org>
8730         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8732 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
8734         * modes.texi (Syntactic Font Lock):
8735         Mention font-lock-syntactic-face-function
8736         instead of specific faces.
8738 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8740         * display.texi (Images): Add xrref to display-images-p.
8742 2006-08-28  Kenichi Handa  <handa@m17n.org>
8744         * nonascii.texi (Lisp and Coding Systems): Fix description of
8745         detect-coding-region.
8747 2006-08-27  Michael Olson  <mwolson@gnu.org>
8749         * processes.texi (Transaction Queues): Remove stray quote
8750         character.
8752 2006-08-25  Richard Stallman  <rms@gnu.org>
8754         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8755         Add xref.
8757 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8759         * os.texi (Timers): Avoid waiting inside timers.
8761 2006-08-21  Lute Kamstra  <lute@gnu.org>
8763         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8765 2006-08-20  Richard Stallman  <rms@gnu.org>
8767         * os.texi (Idle Timers): New node, split out from Timers.
8768         Document current-idle-time.
8769         * commands.texi (Reading One Event): Update xref.
8770         * elisp.texi (Top): Update subnode menu.
8772 2006-08-16  Richard Stallman  <rms@gnu.org>
8774         * keymaps.texi (Extended Menu Items): Show format of cached
8775         bindings in extended menu items.
8777         * customize.texi (Variable Definitions): Explain when the
8778         standard value expression is evaluated.
8780 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
8782         * commands.texi (Reading One Event): Explain idleness in
8783         `read-event'.
8785 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
8787         * text.texi (Near Point): Say "cursor" not "terminal cursor".
8788         (Commands for Insertion): Remove split-line since it's not
8789         relevant for Lisp programming.
8790         (Yank Commands): Rewrite introduction.
8791         (Undo): Clarify.
8792         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
8793         (Filling): Remove redundant comment.  Clarify return value of
8794         current-justification.
8795         (Margins): Minor clarifications.
8796         (Adaptive Fill): Update default value of adaptive-fill-regexp.
8797         (Sorting): Update definition of sort-lines.
8798         (Columns): Clarify behavior of sort-columns.
8799         (Indent Tabs): Link to Tab Stops in Emacs manual.
8800         (Special Properties): Clarify.
8801         (Clickable Text): Mention Buttons package.
8803 2006-08-12  Kevin Ryde  <user42@zip.com.au>
8805         * os.texi (Time Parsing): Add %z to description of
8806         format-time-string, as per docstring.  Add cross reference to
8807         glibc manual for strftime.
8809 2006-08-08  Richard Stallman  <rms@gnu.org>
8811         * modes.texi: Clean up wording in previous change.
8813 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
8815         * modes.texi (Hooks): Clarify.
8816         (Major Mode Basics): Mention define-derived-mode explicitly.
8817         (Major Mode Conventions): Rebinding RET is OK for some modes.
8818         Mention change-major-mode-hook and after-change-major-mode-hook.
8819         (Example Major Modes): Move to end of Modes section.
8820         (Mode Line Basics): Clarify.
8821         (Mode Line Data): Mention help-echo and local-map in strings.
8822         Explain reason for treatment of non-risky variables.
8823         (Properties in Mode): Clarify.
8824         (Faces for Font Lock): Add font-lock-negation-char-face.
8826 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
8828         * strings.texi (Formatting Strings): Warn against arbitrary
8829         strings as first arg to `format'.
8831 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
8833         * text.texi (Clickable Text): Mention `help-echo' text property.
8834         Update intro, examples and associated explanations.
8836 2006-07-31  Richard Stallman  <rms@gnu.org>
8838         * commands.texi: Update xrefs.
8839         (Event Mod): New node, cut out from old Translating Input.
8841         * maps.texi: Update xrefs.
8843         * keymaps.texi (Translation Keymaps): New node.
8844         Update xrefs from Translating Input to Translation Keymaps.
8846         * elisp.texi (Top): Update subnode menu.
8848         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8850         * os.texi (System Interface): Fix menu descriptions of some nodes.
8851         (Translating Input): Node deleted.
8853 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
8855         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8857         * lists.texi (Sets And Lists): Likewise.
8859 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
8861         * text.texi (Fields): Mention POS
8862         requirement when narrowing is in effect.
8864 2006-07-28  Richard Stallman  <rms@gnu.org>
8866         * display.texi (Face Attributes): Simplify wording.
8867         (Attribute Functions): Clarify meaning of new-frame default
8868         attribute settings.
8870         * customize.texi (Common Keywords): Document how to use
8871         :package-version in a package not in Emacs.
8873 2006-07-28  Kim F. Storm  <storm@cua.dk>
8875         * commands.texi (Reading One Event): Fix last change.
8877 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8879         * commands.texi (Reading One Event): Document SECONDS argument for
8880         read-event, read-char, and read-char-exclusive.
8882 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8884         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8885         to ensure correct identification.
8887 2006-07-24  Richard Stallman  <rms@gnu.org>
8889         * text.texi (Clickable Text): Clarify.
8891         * sequences.texi (Vector Functions): Delete duplicate xref.
8893         * objects.texi (Function Type): Clarify.
8895         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8896         modes.
8898         * lists.texi (List Variables): New node.
8899         Material moved from other nodes.
8901         * variables.texi (Setting Variables): add-to-list and
8902         add-to-ordered-list moved to List Variables node.
8904 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
8906         * text.texi (Links and Mouse-1):
8907         For mouse-on-link-p, expand on arg POS.
8909 2006-07-21  Kim F. Storm  <storm@cua.dk>
8911         * display.texi (Forcing Redisplay): Don't mention systems which
8912         don't support sub-second timers for redisplay-preemption-period.
8914         * os.texi (Terminal Output): Clarify text vs graphical terminal.
8916 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8918         * frames.texi (Input Focus): Document that focus-follows-mouse has
8919         no effect on MS-Windows.
8921 2006-07-18  Richard Stallman  <rms@gnu.org>
8923         * display.texi (Forcing Redisplay): Cleanups in previous change.
8925         * processes.texi (Low-Level Network): Make menu more convenient.
8927 2006-07-18  Kim F. Storm  <storm@cua.dk>
8929         * display.texi (Forcing Redisplay): redisplay-preemption-period
8930         only used on window systems.  Add xref to Terminal Output.
8932         * os.texi (Terminal Output): baud-rate only controls preemption on
8933         non-window systems.  Add xref to Forcing Redisplay.
8935         * processes.texi (Low-Level Network): Rename node "Make Network"
8936         to "Network Processes".
8938 2006-07-18  Karl Berry  <karl@gnu.org>
8940         * variables.texi, functions.texi, customize.texi, loading.texi:
8941         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8943 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8945         * commands.texi (Waiting): Document batch-mode sit-for behavior.
8947 2006-07-17  Richard Stallman  <rms@gnu.org>
8949         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8950         Put period and comma inside quotes.
8952         * loading.texi, markers.texi: Use real doublequote inside menus.
8954         * windows.texi: Put point and comma inside quotes.
8955         (Textual Scrolling): Use @samp for error message.
8957         * variables.texi, tips.texi, syntax.texi, symbols.texi:
8958         * strings.texi, streams.texi, processes.texi, os.texi:
8959         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8960         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8961         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8962         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8963         Put point and comma inside quotes.
8965         * control.texi (Processing of Errors): Add command-error-function.
8967         * variables.texi (File Local Variables): Clarify that
8968         file local variables make buffer-local bindings.
8970         * modes.texi (Syntactic Font Lock): Give default for
8971         font-lock-syntax-table.
8973 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
8975         * text.texi (Special Properties): Clean up previous change.
8977 2006-07-16  Karl Berry  <karl@gnu.org>
8979         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8980         * control.texi: Fix bad page breaks through chapter 10 (control).
8982         * anti.texi (Antinews): Reorder face-attribute fns to avoid
8983         underfull hbox.
8985 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
8987         * text.texi (Special Properties): Describe fontified text property
8988         in relation to a character (not text).
8990 2006-07-15  Kim F. Storm  <storm@cua.dk>
8992         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8993         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8994         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8996         * anti.texi (Antinews): Mention redisplay function.
8997         The kbd macro existed, but was not documented, before 22.x.
8998         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
9000 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9002         * display.texi (Displaying Messages): Add anchor.
9004         * frames.texi (Dialog Boxes): Use it.
9006 2006-07-12  Richard Stallman  <rms@gnu.org>
9008         * objects.texi (Frame Type): Explain nature of frames better.
9010         * frames.texi (Frames): Explain nature of frames better.
9012 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
9014         * tips.texi (Coding Conventions): Explain why use cl at compile time.
9016 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9018         * frames.texi (Window System Selections): Mention scrap support for Mac.
9019         Default value of x-select-enable-clipboard is t on Mac.
9021         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
9023 2006-07-11  Kim F. Storm  <storm@cua.dk>
9025         * display.texi (Forcing Redisplay): Add `redisplay' function.
9026         Don't mention (sit-for -1) -- use (redisplay t) instead.
9028         * commands.texi (Waiting): (sit-for -1) is no longer special.
9029         (sit-for 0) is equivalent to (redisplay).
9030         Iconifying/deiconifying no longer makes sit-for return.
9032 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
9034         * display.texi (Buttons): Fix typo.
9036         * index.texi, elisp.texi (New Symbols): Comment node out.
9038 2006-07-09  Richard Stallman  <rms@gnu.org>
9040         * display.texi (Truncation): Clean up previous change.
9042 2006-07-08  Richard Stallman  <rms@gnu.org>
9044         * commands.texi (Interactive Call): Use 3 as prefix in example
9045         for execute-extended-command.
9047         * display.texi (Attribute Functions): Move paragraph about
9048         compatibility with Emacs < 21.
9050 2006-07-09  Kim F. Storm  <storm@cua.dk>
9052         * display.texi (Refresh Screen): Clarify force-window-update.
9053         (Truncation): "Normally" indicated by fringe arrows.
9055 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9057         * windows.texi (Textual Scrolling, Resizing Windows):
9058         * variables.texi (Constant Variables):
9059         * text.texi (Buffer Contents, Deletion, Changing Properties)
9060         (Property Search, Special Properties, Sticky Properties)
9061         (Links and Mouse-1, Fields, Change Hooks):
9062         * syntax.texi (Syntax Table Functions, Parsing Expressions)
9063         (Categories):
9064         * symbols.texi (Other Plists):
9065         * streams.texi (Output Variables):
9066         * processes.texi (Input to Processes, Query Before Exit):
9067         * positions.texi (Word Motion, Text Lines, List Motion):
9068         * os.texi (Init File, System Environment, Sound Output)
9069         (Session Management):
9070         * nonascii.texi (Text Representations, Character Sets)
9071         (Chars and Bytes, Locales):
9072         * modes.texi (Defining Minor Modes, Header Lines):
9073         * minibuf.texi (Minibuffer Contents):
9074         * markers.texi (Information from Markers):
9075         * lists.texi (List Elements, Building Lists, Association Lists):
9076         * keymaps.texi (Tool Bar):
9077         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
9078         * functions.texi (What Is a Function, Mapping Functions):
9079         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
9080         (Color Names, Text Terminal Colors, Display Feature Testing):
9081         * files.texi (Visiting Functions, File Name Components)
9082         (Unique File Names, Contents of Directories):
9083         * display.texi (Forcing Redisplay, Displaying Messages)
9084         (Temporary Displays, Font Selection, Auto Faces)
9085         (Font Lookup, Fringe Indicators, Display Margins)
9086         (Image Descriptors, Showing Images, Image Cache, Button Types)
9087         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
9088         (Display Table Format, Glyphs):
9089         * control.texi (Iteration):
9090         * commands.texi (Command Loop Info, Adjusting Point):
9091         * backups.texi (Making Backups, Auto-Saving):
9092         Remove @tindex entries.
9094 2006-07-07  Kim F. Storm  <storm@cua.dk>
9096         * display.texi (Fringe Cursors): Fix typo.
9097         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
9098         (Overlay Arrow): Default is overlay-arrow fringe indicator.
9100 2006-07-05  Richard Stallman  <rms@gnu.org>
9102         * text.texi (Buffer Contents): Add example of text props
9103         in result of buffer-substring.
9104         (Text Properties): Explain better about use of specific property names.
9105         (Property Search): Some cleanups; reorder some functions.
9107         * keymaps.texi (Changing Key Bindings): Cleanup.
9108         Add xref to Key Binding Conventions.
9110         * display.texi (Attribute Functions): Add examples for
9111         face-attribute-relative-p.
9113         * tips.texi (Coding Conventions): Cleanup last change.
9115 2006-07-05  Karl Berry  <karl@gnu.org>
9117         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
9118         Remove @setchapternewpage odd.
9119         Result is 1013 pages, down from 1100.
9121         * anti.texi, customize.texi, display.texi, internals.texi:
9122         * minibuf.texi, modes.texi, tips.texi:
9123         Fix overfull/underfull boxes.
9125 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9127         * edebug.texi (Instrumenting):
9128         Add Edebug-specific findex for eval-buffer.
9129         * loading.texi (Loading):
9130         Replace eval-current-buffer with eval-buffer.
9132 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
9134         * locals.texi (Standard Buffer-Local Variables): Update the list
9135         of variables.
9137 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
9139         * files.texi (File Name Completion): Point user to the node
9140         "Reading File Names".
9142 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
9144         * files.texi (Contents of Directories): Document case-insensitive
9145         behavior on respective filesystems.
9147         * objects.texi (Character Type): Document that Emacs signals an
9148         error for unsupported Unicode characters specified as \uNNNN.
9150 2006-06-19  Richard Stallman  <rms@gnu.org>
9152         * processes.texi (Bindat Spec): Clarify previous change.
9154 2006-06-16  Richard Stallman  <rms@gnu.org>
9156         * tips.texi (Coding Conventions): Better explain conventions
9157         for definition constructs.
9159         * text.texi (Special Properties): String value of `read-only'
9160         serves as the error message.
9162         * objects.texi (Character Type): Clarify prev. change.
9163         (Non-ASCII in Strings): Mention \u and \U.
9165         * commands.texi (Using Interactive): Explain problem of
9166         markers, etc., in command-history.
9168 2006-06-14  Kim F. Storm  <storm@cua.dk>
9170         * commands.texi (Waiting): Negative arg to sit-for forces
9171         redisplay even if input is pending.
9173         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
9174         redisplay.  Remove incorrect example of binding redisplay-dont-pause
9175         around (sit-for 0).
9177 2006-06-13  Richard Stallman  <rms@gnu.org>
9179         * display.texi (Forcing Redisplay): Clarify previous change.
9181 2006-06-13  Romain Francoise  <romain@orebokech.com>
9183         * display.texi (Forcing Redisplay): Fix typo.
9185 2006-06-13  Kim F. Storm  <storm@cua.dk>
9187         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
9189 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
9191         * tips.texi (Coding Conventions): Add `@end itemize'.
9193 2006-06-10  Richard Stallman  <rms@gnu.org>
9195         * tips.texi (Coding Conventions): Explain use of coding systems
9196         to ensure one decoding for strings.
9198 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
9200         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
9201         syntax.
9203 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
9205         * display.texi (Font Selection): Remove description of
9206         clear-face-cache.
9208         * compile.texi (Eval During Compile): Fix a typo.  Add index
9209         entries for possible uses of eval-when-compile.
9211 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
9213         * display.texi (Abstract Display): Fix typo.
9215 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
9217         * minibuf.texi (Minibuffer History) <history-add-new-input>:
9218         Reword variable's description.
9220 2006-06-01  Richard Stallman  <rms@gnu.org>
9222         * windows.texi (Splitting Windows): Clarify splitting nonselected
9223         window.
9225 2006-05-31  Juri Linkov  <juri@jurta.org>
9227         * minibuf.texi (Minibuffer History): Add history-add-new-input.
9229 2006-05-30  Richard Stallman  <rms@gnu.org>
9231         * display.texi (Line Height): Fix errors in description of
9232         default line height and line-height property.
9234         * nonascii.texi (Default Coding Systems): Further clarification.
9236 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9238         * internals.texi (Pure Storage): Mention that an overflow in pure
9239         space causes a memory leak.
9240         (Garbage Collection): If there was an overflow in pure space,
9241         `garbage-collect' returns nil.
9243 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
9245         * nonascii.texi (Default Coding Systems): Fix it some more.
9247 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
9249         * nonascii.texi (Default Coding Systems): Fix last change.
9251 2006-05-29  Kenichi Handa  <handa@m17n.org>
9253         * nonascii.texi (find-operation-coding-system): Describe the new
9254         argument format (FILENAME . BUFFER).
9256 2006-05-28  Richard Stallman  <rms@gnu.org>
9258         * tips.texi (Coding Conventions): Better explain reasons not to
9259         advise other packages or use `eval-after-load'.
9261 2006-05-29  Kim F. Storm  <storm@cua.dk>
9263         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
9264         `bindat-idx' and `bindat-raw' for clarity.
9266 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9268         * processes.texi (Bindat Spec): Expand on `repeat' handler.
9270         * display.texi (Display): Add "Abstract Display" to menu.
9271         (Abstract Display, Abstract Display Functions)
9272         (Abstract Display Example): New nodes.
9273         * elisp.texi (Top): Add "Abstract Display" to menu.
9275 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9277         * keymaps.texi (Key Sequences): Link to input events definition.
9278         (Format of Keymaps): Delete material duplicated in Keymap Basics.
9280         * files.texi (Changing Files): Document updated argument list for
9281         copy-file.
9283 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9285         * processes.texi (Bindat Functions): Explain term "total length".
9286         Use it in bindat-length and bindat-pack descriptions.
9288 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9290         * tips.texi (Coding Conventions): Advise against using
9291         eval-after-load in packages.  Add an index entry.
9293 2006-05-25  Juri Linkov  <juri@jurta.org>
9295         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
9297         * modes.texi (%-Constructs): Add %e, %z, %Z.
9299 2006-05-25  Richard Stallman  <rms@gnu.org>
9301         * elisp.texi (Top): Update subnode menu.
9303         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
9304         (Keymaps): Update menu.
9306 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9308         * keymaps.texi (Key Sequences): Some clarifications.
9310 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9312         * processes.texi (Bindat Functions): Say "unibyte string"
9313         explicitly for bindat-unpack and bindat-pack descriptions.
9314         (Bindat Examples): Don't call `string-make-unibyte' in example.
9316 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9318         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
9319         Explain string and vector representations of key sequences.
9321         * keymaps.texi (Changing Key Bindings):
9322         * commands.texi (Interactive Codes):
9323         * help.texi (Describing Characters): Refer to it.
9325 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
9327         * frames.texi (Pointer Shape): @end table -> @end defvar.
9329 2006-05-22  Richard Stallman  <rms@gnu.org>
9331         * elisp.texi (Top): Update subnode menus.
9333         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
9334         Contents rewritten; material from old Pointer Shape node moved here.
9336         * display.texi (Pointer Shape): Node deleted.
9337         (Image Descriptors): Minor cleanup.
9339 2006-05-21  Richard Stallman  <rms@gnu.org>
9341         * syntax.texi (Parsing Expressions): Update info on which STATE
9342         elements are ignored.
9344 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9346         * hooks.texi (Standard Hooks): Correct typo.
9348         * gpl.texi (GPL): ifinfo -> ifnottex.
9350 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
9352         * searching.texi (Simple Match Data): Warn about match data being
9353         set anew by every search.
9355 2006-05-17  Richard Stallman  <rms@gnu.org>
9357         * minibuf.texi (Minibuffer History): Clarify.
9359         * searching.texi (Regexp Special): Clarify nested regexp warning.
9361 2006-05-16  Kim F. Storm  <storm@cua.dk>
9363         * minibuf.texi (Minibuffer History): Update add-to-history.
9365 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
9367         * nonascii.texi (Explicit Encoding):
9368         Fix typo (encoding<->decoding).
9370 2006-05-14  Richard Stallman  <rms@gnu.org>
9372         * buffers.texi (Creating Buffers): Cleanup.
9374         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9376 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
9378         * buffers.texi (Current Buffer): Document that with-temp-buffer
9379         disables undo.
9381         * os.texi (Terminal-Specific): More accurate description of how
9382         Emacs searches for the terminal-specific libraries.
9384 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
9386         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9387         emacs-xtra to @inforef's.
9389         * text.texi (Undo): Document that undo is turned off in buffers
9390         whose names begin with a space.
9392         * buffers.texi (Buffer Names): Add index entries for buffers whose
9393         names begin with a space.
9394         (Creating Buffers): Document that undo is turned off in buffers
9395         whose names begin with a space.
9397         * files.texi (Visiting Functions, Reading from Files)
9398         (Saving Buffers): Mention code and EOL conversions by file I/O
9399         primitives and subroutines.
9401         * nonascii.texi (Lisp and Coding Systems):
9402         Document coding-system-eol-type.  Add index entries for eol conversion.
9404         * display.texi (Defining Faces): Mention `mac', and add an xref to
9405         where window-system is described.
9407 2006-05-10  Richard Stallman  <rms@gnu.org>
9409         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9411 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9413         * variables.texi (File Local Variables): Recommend to quote lambda
9414         expressions in safe-local-variable property.
9416 2006-05-09  Richard Stallman  <rms@gnu.org>
9418         * variables.texi (File Local Variables):
9419         Document safe-local-eval-forms and safe-local-eval-function.
9421 2006-05-07  Kim F. Storm  <storm@cua.dk>
9423         * minibuf.texi (Minibuffer History): Remove keep-dups arg
9424         from add-to-history.
9426 2006-05-07  Romain Francoise  <romain@orebokech.com>
9428         * commands.texi (Event Input Misc):
9429         * compile.texi (Eval During Compile):
9430         * internals.texi (Buffer Internals):
9431         * minibuf.texi (Initial Input):
9432         * nonascii.texi (Scanning Charsets):
9433         * numbers.texi (Comparison of Numbers):
9434         * windows.texi (Textual Scrolling, Vertical Scrolling):
9435         Fix various typos.
9437 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
9439         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9440         conditional xref's to either emacs or emacs-xtra, depending on
9441         @iftex/@ifnottex.
9443         * minibuf.texi (Minibuffer History): Document add-to-history.
9445 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9447         * internals.texi (Pure Storage): Mention the pure overflow message
9448         at startup.
9450 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
9452         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9453         (Searching Keymaps): Fix pseudo-Lisp description of keymap
9454         search.
9456 2006-05-01  Richard Stallman  <rms@gnu.org>
9458         * intro.texi (nil and t): Clarify.
9460         * variables.texi (File Local Variables): Suggest using booleanp.
9462 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
9464         * objects.texi (Type Predicates): Fix typos.
9466 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * intro.texi (nil and t): Add booleanp.
9470         * objects.texi (Type Predicates): Add links for booleanp and
9471         string-or-null-p.
9473 2006-04-29  Richard Stallman  <rms@gnu.org>
9475         * modes.texi (Multiline Font Lock): Rename from
9476         Multi line Font Lock Elements.  Much clarification.
9477         (Font Lock Multiline, Region to Fontify): Much clarification.
9479 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9481         * variables.texi (File Local Variables): Remove the special case t for
9482         safe-local-variable.
9484 2006-04-26  Richard Stallman  <rms@gnu.org>
9486         * syntax.texi (Parsing Expressions): Minor cleanup.
9488 2006-04-18  Richard Stallman  <rms@gnu.org>
9490         * tips.texi (Coding Conventions): Explain when the package's
9491         prefix should appear later on (not at the start of the name).
9493         * searching.texi (String Search): Clarify effect of NOERROR.
9495         * modes.texi (Imenu): Clarify what special items do.
9497         * hooks.texi (Standard Hooks): Delete text about old hook names.
9499 2006-04-17  Romain Francoise  <romain@orebokech.com>
9501         * variables.texi (Local Variables): Update the default value of
9502         `max-specpdl-size'.
9504 2006-04-15  Michael Olson  <mwolson@gnu.org>
9506         * processes.texi (Transaction Queues): Mention the new optional
9507         `delay-question' argument for `tq-enqueue'.
9509 2006-04-13  Bill Wohler  <wohler@newt.com>
9511         * customize.texi (Common Keywords): Use dotted notation for
9512         :package-version value.  Specify its values.  Improve documentation
9513         for customize-package-emacs-version-alist.
9515 2006-04-12  Bill Wohler  <wohler@newt.com>
9517         * customize.texi (Common Keywords): Move description of
9518         customize-package-emacs-version-alist to @defvar.
9520 2006-04-10  Bill Wohler  <wohler@newt.com>
9522         * customize.texi (Common Keywords): Add :package-version.
9524 2006-04-10  Kim F. Storm  <storm@cua.dk>
9526         * text.texi (Buffer Contents): Add NOPROPS arg to
9527         filter-buffer-substring.
9529 2006-04-08  Kevin Ryde  <user42@zip.com.au>
9531         * os.texi (Command-Line Arguments): Update xref to emacs manual
9532         "Command Arguments" -> "Emacs Invocation", per change there.
9534 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
9536         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9537         be on one line to help makeinfo not render two spaces after the dot.
9539 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9541         * strings.texi (Predicates for Strings): Add string-or-null-p.
9543 2006-03-28  Kim F. Storm  <storm@cua.dk>
9545         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9546         remarks about systems that don't support fractional seconds.
9548 2006-03-25  Karl Berry  <karl@gnu.org>
9550         * elisp.texi: Use @copyright{} instead of (C), and do not indent
9551         the year list.
9553 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
9555         * display.texi (Fringe Indicators): Fix typos.
9557 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
9559         * tips.texi (Documentation Tips): One can now also write `program'
9560         in front of a quoted symbol in a docstring to prevent making a
9561         hyperlink.
9563 2006-03-19  Alan Mackenzie  <acm@muc.de>
9565         * text.texi (Special Properties): Clarify `fontified' property.
9567 2006-03-16  Richard Stallman  <rms@gnu.org>
9569         * display.texi (Defining Images): Minor cleanup.
9571 2006-03-16  Bill Wohler  <wohler@newt.com>
9573         * display.texi (Defining Images): In image-load-path-for-library,
9574         prefer user's images.
9576 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9580 2006-03-15  Bill Wohler  <wohler@newt.com>
9582         * display.texi (Defining Images): Fix example in
9583         image-load-path-for-library by not recommending that one binds
9584         image-load-path.  Just defvar it to placate compiler and only use
9585         it if previously defined.
9587 2006-03-14  Bill Wohler  <wohler@newt.com>
9589         * display.texi (Defining Images): In image-load-path-for-library,
9590         always return list of directories.  Update example.
9592 2006-03-14  Alan Mackenzie  <acm@muc.de>
9594         * modes.texi: New node, "Region to Fontify" (for Font Lock).
9595         This describes font-lock-extend-region-function.
9596         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9597         the new node "Region to Fontify".
9599 2006-03-13  Richard Stallman  <rms@gnu.org>
9601         * display.texi (Invisible Text): The impossible position is
9602         now before the invisible text, not after.
9603         (Defining Images): Clean up last change.
9605 2006-03-11  Bill Wohler  <wohler@newt.com>
9607         * display.texi (Defining Images): Add image-load-path-for-library.
9609 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9611         * text.texi (Adaptive Fill): Fix Texinfo usage.
9613         * strings.texi (Creating Strings): Fix Texinfo usage.
9615         * searching.texi (Regexp Special): Use @samp for regular
9616         expressions that are not in Lisp syntax.
9618 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
9620         * searching.texi (Regexp Special): Put remark between parentheses
9621         to avoid misreading.
9623 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
9625         * searching.texi (Syntax of Regexps): More accurately describe
9626         which characters are special in which situations.
9627         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9628         are not special.  Describe in detail when `[' and `]' are special.
9629         (Regexp Backslash): Plenty of regexps with unbalanced square
9630         brackets are valid, so reword that statement.
9632 2006-03-02  Kim F. Storm  <storm@cua.dk>
9634         * keymaps.texi (Tool Bar): Add tool-bar-border.
9636 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
9638         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
9640 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9642         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9644         * files.texi (Locating Files): Suggest additional values for the
9645         SUFFIXES arg of `locate-file'.  Update pxref.
9647         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9648         (How Programs Do Loading): Discuss the effects of Auto Compression
9649         mode on `load'.
9650         (Load Suffixes): New node.
9651         (Library Search): Delete description of `load-suffixes'; it was
9652         moved to "Load Suffixes".
9653         (Autoload, Named Features): Mention `load-suffixes'.
9655 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9657         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9659         * windows.texi (Window Tree): Fix typo.
9661 2006-02-20  Kim F. Storm  <storm@cua.dk>
9663         * display.texi (Fringe Indicators): New section.
9664         Move indicate-empty-lines, indicate-buffer-boundaries, and
9665         default-indicate-buffer-boundaries here.
9666         Add fringe-indicator-alist and default-fringes-indicator-alist.
9667         Add list of logical fringe indicator symbols.
9668         Update list of standard bitmap names.
9669         (Fringe Cursors): New section.
9670         Move overflow-newline-into-fringe here.
9671         Add fringe-cursor-alist and default-fringes-cursor-alist.
9672         Add list of fringe cursor symbols.
9674 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
9676         * commands.texi (Using Interactive): Fix reference to node
9677         "Minibuffers".
9679 2006-02-19  Richard M. Stallman  <rms@gnu.org>
9681         * minibuf.texi (High-Level Completion):
9682         Add xref to read-input-method-name.
9684         * files.texi (Relative File Names): Move file-relative-name here.
9685         (File Name Expansion): From here.  Minor clarifications.
9687         * commands.texi (Using Interactive): Add xrefs about reading input.
9688         Clarify remarks about that moving point and mark.
9689         Put string case before list case.
9691 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
9693         * display.texi (Other Display Specs, Image Descriptors):
9694         Revert erroneous changes.  The previous description of
9695         image-descriptors as `(image . PROPS)' was correct.
9697 2006-02-14  Richard M. Stallman  <rms@gnu.org>
9699         * variables.texi (File Local Variables): Clarifications.
9701 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
9703         * variables.texi (File Local Variables): Use @code for a cons
9704         cell, not @var.
9706 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
9708         * variables.texi (File Local Variables): Document new file local
9709         variable behavior.
9711 2006-02-10  Kim F. Storm  <storm@cua.dk>
9713         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9715 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
9717         * modes.texi (%-Constructs): Remove obsolete info about
9718         `global-mode-string'.
9720 2006-02-07  Richard M. Stallman  <rms@gnu.org>
9722         * commands.texi (Prefix Command Arguments): Minor cleanup.
9724         * display.texi: "Graphical display", not window system.
9726         * functions.texi (What Is a Function): Fix xref.
9728         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9729         (Changing Key Bindings): Clarify when remapping is better than
9730         substitute-key-definition.
9732 2006-02-02  Richard M. Stallman  <rms@gnu.org>
9734         * minibuf.texi (Basic Completion): Completion alists are risky.
9736         * keymaps.texi (Active Keymaps): Clarifications.
9737         (Searching Keymaps): New node.
9738         (Keymaps): Update menu.
9740         * frames.texi (Layout Parameters): Minor clarification.
9741         (Drag and Drop): New node.
9742         (Frames): Update menu.
9744 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
9746         * display.texi (Other Display Specs, Image Descriptors):
9747         Image description is a list, not a cons cell.
9749 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
9751         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9752         list is not necessarily a list).
9754 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
9756         * frames.texi (Layout Parameters): border-width and
9757         internal-border-width belong to the frame, not the window.
9759 2006-01-19  Richard M. Stallman  <rms@gnu.org>
9761         * nonascii.texi (Translation of Characters): Search cmds use
9762         translation-table-for-input.  Automatically made local.
9764         * markers.texi (Overview of Markers): Count insertion type
9765         as one of a marker's attributes.
9767         * keymaps.texi (Controlling Active Maps): New node, split out of
9768         Active Keymaps.
9769         (Keymaps): Menu updated.
9770         (Active Keymaps): Give pseudocode to explain how the active
9771         maps are searched.  current-active-maps and key-binding moved here.
9772         (Functions for Key Lookup): current-active-maps and key-binding moved.
9773         Clarifications.
9774         (Searching the Keymaps): New subnode.
9776         * elisp.texi (Top): Menu clarification.
9778         * display.texi (Other Display Specs): Delete duplicate entry for
9779         just a string as display spec.  Move text about recursive display
9780         specs on such a string.
9782         * commands.texi (Key Sequence Input): Clarify.
9783         Move num-nonmacro-input-events out.
9784         (Reading One Event): num-nonmacro-input-events moved here.
9786 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
9788         * advice.texi (Simple Advice): Update example to fit argument
9789         change in previous-line.
9791 2006-01-05  Richard M. Stallman  <rms@gnu.org>
9793         * markers.texi (The Mark): Fix in `mark'.
9795 2006-01-04  Richard M. Stallman  <rms@gnu.org>
9797         * processes.texi (Misc Network, Make Network): Minor cleanups.
9799 2006-01-04  Kim F. Storm  <storm@cua.dk>
9801         * processes.texi (Make Network): Add IPv6 addresses and handling.
9802         (Network Feature Testing): Mention (:family ipv6).
9803         (Misc Network): Add IPv6 formats to format-network-address.
9805 2005-12-30  Richard M. Stallman  <rms@gnu.org>
9807         * text.texi (Changing Properties):
9808         Don't use return value of set-text-properties.
9810 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9812         * modes.texi (Mode Line Format): Correct typo in menu.
9814 2005-12-29  Richard M. Stallman  <rms@gnu.org>
9816         * modes.texi (Mode Line Top): New node.
9817         (Mode Line Data): Some text moved to new node.
9818         Explain the data structure more concretely.
9819         (Mode Line Basics): Clarifications.
9820         (Mode Line Variables): Clarify intro paragraph.
9821         (%-Constructs): Clarify intro paragraph.
9822         (Mode Line Format): Update menu.
9824 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
9826         * minibuf.texi (Basic Completion): Update lazy-completion-table
9827         examples for removal of ARGS argument.
9829 2005-12-23  Richard M. Stallman  <rms@gnu.org>
9831         * text.texi (Undo): Restore some explanation from the version
9832         that was deleted.
9834 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
9836         * text.texi (Undo): Remove duplicate descriptions of `apply
9837         funname' and `apply delta' elements of the undo list.
9839 2005-12-20  Richard M. Stallman  <rms@gnu.org>
9841         * help.texi (Help Functions): Update documentation of `apropos'.
9843 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
9845         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9846         because it is confusing.  If the :help-echo keyword is a function,
9847         it is not directly used as the :help-echo overlay property, as the
9848         xref seems to suggest (it does not take the appropriate args).
9850 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
9852         * customize.texi (Common Keywords): Fix Texinfo usage.
9853         (Group Definitions, Variable Definitions): Update for new
9854         conventions for using `*' in docstrings.
9856         * tips.texi (Documentation Tips): Update for new conventions for
9857         using `*' in docstrings.
9859 2005-12-16  Richard M. Stallman  <rms@gnu.org>
9861         * minibuf.texi (Minibuffer Contents): Minor cleanup.
9863 2005-12-16  Juri Linkov  <juri@jurta.org>
9865         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9867 2005-12-14  Romain Francoise  <romain@orebokech.com>
9869         * modes.texi (Customizing Keywords): Rename `append' to `how'.
9870         Fix typo.
9872 2005-12-11  Juri Linkov  <juri@jurta.org>
9874         * minibuf.texi (Completion Commands): Add mention of read-file-name
9875         for filename completion keymaps.
9876         (Reading File Names): Add mention of filename completion keymaps
9877         for read-file-name and xref to `Completion Commands'.
9879 2005-12-10  Richard M. Stallman  <rms@gnu.org>
9881         * customize.texi (Common Keywords): State caveats for use of :tag.
9883 2005-12-08  Richard M. Stallman  <rms@gnu.org>
9885         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9886         with xrefs and better explanation.
9887         (Completion Commands): Add the filename completion maps.
9889         * objects.texi (Character Type): Clarify that \s is not space
9890         if a dash follows.
9892 2005-12-05  Richard M. Stallman  <rms@gnu.org>
9894         * windows.texi (Resizing Windows): Delete preserve-before args.
9896 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9898         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9899         in full keymaps, since the quirk has been fixed.
9901 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
9903         * hooks.texi (Standard Hooks): Add index entries.
9904         Mention `compilation-finish-functions'.
9906 2005-11-27  Richard M. Stallman  <rms@gnu.org>
9908         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9910 2005-11-21  Juri Linkov  <juri@jurta.org>
9912         * customize.texi (Common Keywords): Update links types
9913         custom-manual and url-link.  Add link types emacs-library-link,
9914         file-link, function-link, variable-link, custom-group-link.
9916 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
9918         * display.texi: Revert 2005-11-20 change.
9920 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
9922         * processes.texi (Bindat Functions):
9923         Say "third" to refer to zero-based index "2".
9925 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
9927         * loading.texi (Library Search): Update the default value of
9928         `load-suffixes'.
9930 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9932         * display.texi (Attribute Functions): Mention :ignore-defface.
9934 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9936         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9937         (Minor Mode Conventions): Mention the use of a hook.
9939 2005-11-06  Richard M. Stallman  <rms@gnu.org>
9941         * files.texi (Magic File Names): find-file-name-handler checks the
9942         `operations' property of the handler.
9944 2005-11-03  Richard M. Stallman  <rms@gnu.org>
9946         * variables.texi (Frame-Local Variables): Small clarification.
9948 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
9950         * os.texi (Init File): Document ~/.emacs.d/init.el.
9952 2005-10-29  Richard M. Stallman  <rms@gnu.org>
9954         * internals.texi (Garbage Collection): Document memory-full.
9956 2005-10-28  Bill Wohler  <wohler@newt.com>
9958         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9959         for URLs.
9961 2005-10-28  Richard M. Stallman  <rms@gnu.org>
9963         * minibuf.texi (Completion Commands): Clean up prev change.
9965 2005-10-26  Kevin Ryde  <user42@zip.com.au>
9967         * compile.texi (Eval During Compile): Explain recommended uses
9968         of eval-when-compile and eval-and-compile.
9970 2005-10-27  Masatake YAMATO  <jet@gyve.org>
9972         * minibuf.texi (Completion Commands):
9973         Write about new optional argument for `display-completion-list'.
9975 2005-10-23  Richard M. Stallman  <rms@gnu.org>
9977         * display.texi (Overlay Arrow): Clarify about local bindings of
9978         overlay-arrow-position.
9980 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
9982         * internals.texi (Building Emacs): Fix last change.
9984 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9986         * internals.texi (Building Emacs): Document eval-at-startup.
9988 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9990         * loading.texi (Where Defined): load-history contains abs file names.
9991         symbol-file returns abs file names.
9993 2005-10-19  Kim F. Storm  <storm@cua.dk>
9995         * display.texi (Showing Images): Add max-image-size integer value.
9997 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9999         * display.texi (Showing Images): Document max-image-size.
10001 2005-10-17  Richard M. Stallman  <rms@gnu.org>
10003         * commands.texi (Quitting): Minor clarification.
10005         * processes.texi (Sentinels): Clarify about output and quitting.
10006         (Filter Functions): Mention with-local-quit.
10008 2005-10-17  Juri Linkov  <juri@jurta.org>
10010         * buffers.texi (Current Buffer):
10011         * commands.texi (Event Input Misc):
10012         * compile.texi (Eval During Compile, Compiler Errors):
10013         * customize.texi (Group Definitions):
10014         * display.texi (Progress, Defining Faces):
10015         * files.texi (Writing to Files):
10016         * modes.texi (Mode Hooks, Defining Minor Modes):
10017         * streams.texi (Output Functions):
10018         * syntax.texi (Syntax Table Functions):
10019         * text.texi (Change Hooks):
10020         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
10022         * commands.texi (Quitting): Replace arg `forms' with `body' in
10023         `with-local-quit'.
10025         * positions.texi (Excursions): Replace arg `forms' with `body' in
10026         `save-excursion'.
10028 2005-10-08  Kim F. Storm  <storm@cua.dk>
10030         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
10031         Rename manual section accordingly.
10033 2005-10-04  Kim F. Storm  <storm@cua.dk>
10035         * windows.texi (Window Split Tree): New section describing
10036         new function window-split-tree function.
10038 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
10040         * display.texi (Fringe Size/Pos): Simplify and add detail.
10042 2005-09-30  Romain Francoise  <romain@orebokech.com>
10044         * minibuf.texi (High-Level Completion): Explain that the prompt
10045         given to `read-buffer' should end with a colon and a space.
10046         Update usage examples.
10048 2005-09-29  Juri Linkov  <juri@jurta.org>
10050         * display.texi (Displaying Messages): Rename argument name
10051         `string' to `format-string' in functions `message', `message-box',
10052         `message-or-box'.
10054 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
10056         * errors.texi (Standard Errors): Correct xrefs.
10058 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10060         * display.texi (Defining Images): Update documentation for
10061         `image-load-path'.
10063 2005-09-17  Richard M. Stallman  <rms@gnu.org>
10065         * display.texi (Defining Images): Clean up previous change.
10067 2005-09-16  Romain Francoise  <romain@orebokech.com>
10069         * elisp.texi: Specify GFDL version 1.2.
10071         * doclicense.texi (GNU Free Documentation License): Update to
10072         version 1.2.
10074 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10076         * display.texi (Defining Images): Document `image-load-path'.
10078 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10080         * objects.texi (Printed Representation): Minor cleanup.
10081         (Box Diagrams): Minor fix.
10082         (Cons Cell Type): Move (...) index item here.
10083         (Box Diagrams): From here.
10084         (Array Type): Minor fix.
10085         (Type Predicates): Delete index "predicates".
10086         (Hash Table Type): Clarify xref.
10087         (Dotted Pair Notation): Minor fix.
10089 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
10091         * files.texi (Saving Buffers): Fix typo.
10093 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10095         * tips.texi (Programming Tips): Correct the "default" prompt spec.
10097 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10099         * locals.texi (Standard Buffer-Local Variables): Don't include
10100         mode variables for minor modes.
10101         Fix xrefs for buffer-display-count, buffer-display-table,
10102         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
10103         enable-multibyte-characters, fill-column, header-line-format,
10104         left-fringe-width, left-margin, and right-fringe-width.
10106         * hooks.texi (Standard Hooks): All hooks should conform to the
10107         standard naming convention now.
10108         Fix xref for `echo-area-clear-hook'.
10110         * display.texi (Usual Display): Note that indicate-empty-lines and
10111         tab-width are buffer-local.
10113         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
10115         * modes.texi (Mode Help): Note that major-mode is buffer-local.
10117         * nonascii.texi (Encoding and I/O): Note that
10118         buffer-file-coding-system is buffer-local.
10120         * positions.texi (List Motion): Note that defun-prompt-regexp is
10121         buffer-local.
10123         * text.texi (Auto Filling): Note that auto-fill-function is
10124         buffer-local.
10125         (Undo): Note that buffer-undo-list is buffer-local.
10127         * windows.texi (Buffers and Windows):
10128         Document buffer-display-count.
10130 2005-09-06  Richard M. Stallman  <rms@gnu.org>
10132         * tips.texi (Coding Conventions): Sometimes it is ok to put the
10133         package prefix elsewhere than at the start of the name.
10135 2005-09-03  Richard M. Stallman  <rms@gnu.org>
10137         * tips.texi (Programming Tips): Add conventions for minibuffer
10138         questions and prompts.
10140 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
10142         * intro.texi (nil and t): Minor cleanup.
10143         Delete spurious mention of keyword symbols.
10144         (Evaluation Notation): Add index entry.
10145         (A Sample Function Description): Minor cleanup.
10146         (A Sample Variable Description): Not all vars can be set.
10148 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
10150         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
10152         (Insertion): Document precise type of `insert-char' arg COUNT.
10154 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10156         * modes.texi (Other Font Lock Variables): Sync the default of
10157         font-lock-lines-before.
10159 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10161         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
10163 2005-08-29  Richard M. Stallman  <rms@gnu.org>
10165         * elisp.texi (Top): Update subnode menu.
10167         * searching.texi (Searching and Matching): Move node.
10168         Rearrange contents and add overall explanation.
10169         (Searching and Case): Move node.
10170         (Searching and Matching): Update menu.
10172 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
10174         * os.texi (Startup Summary): Fix the description of the initial
10175         startup message display.
10177 2005-08-25  Richard M. Stallman  <rms@gnu.org>
10179         * searching.texi (Search and Replace): Add replace-regexp-in-string.
10181 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
10183         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
10184         `next-overlay-change' example.
10186 2005-08-22  Juri Linkov  <juri@jurta.org>
10188         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
10189         Fix invert-face.  Fix args of face-background.
10191         * display.texi (Standard Faces): Delete node.
10192         (Faces): Add xref to `(emacs)Standard Faces'.
10193         (Displaying Faces): Fix xref to `Standard Faces'.
10195         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
10197 2005-08-20  Alan Mackenzie  <acm@muc.de>
10199         * buffers.texi (The Buffer List): Clarify the manipulation of the
10200         buffer list.
10202 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10204         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
10205         a regexp.
10207 2005-08-11  Richard M. Stallman  <rms@gnu.org>
10209         * elisp.texi (Top): Update subnode lists.
10211         * display.texi (Inverse Video): Node deleted.
10213         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
10214         New nodes split out of Coding Conventions.
10216         * searching.texi (Regular Expressions): Document re-builder.
10218         * os.texi (Time Parsing): New node split out of Time Conversion.
10220         * processes.texi (Misc Network, Network Feature Testing)
10221         (Network Options, Make Network): New nodes split out of
10222         Low-Level Network.
10224 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10226         * frames.texi (Geometry): New node, split from Size and Position.
10227         (Frame Parameters): Refer to Geometry.
10229         * buffers.texi (The Buffer List): Fix xrefs.
10231         * windows.texi (Splitting Windows): Fix xref.
10233         * frames.texi (Layout Parameters): Add xref.
10235         * display.texi (Line Height, Scroll Bars): Fix xrefs.
10237         * keymaps.texi (Menu Bar): Fix xref.
10239         * locals.texi (Standard Buffer-Local Variables): Fix xref.
10241         * modes.texi (%-Constructs): Fix xref.
10243         * frames.texi (Window Frame Parameters): Node split up.
10244         (Basic Parameters, Position Parameters, Size Parameters)
10245         (Layout Parameters, Buffer Parameters, Management Parameters)
10246         (Cursor Parameters, Color Parameters): New subnodes.
10248 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10250         * positions.texi (Screen Lines): Update xref for previous change
10251         in minibuf.texi.
10253         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
10254         change in minibuf.texi.
10256 2005-08-09  Richard M. Stallman  <rms@gnu.org>
10258         * tips.texi (Coding Conventions): Minor cleanup.
10260         * modes.texi (Defining Minor Modes): Explain when init-value
10261         can be non-nil.
10263         * elisp.texi (Top): Update submenu for Minibuffer.
10265         * minibuf.texi (Minibuffer Misc): Node split up.
10266         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
10267         (Recursive Mini): New nodes split out from Minibuffer Misc.
10268         (Minibuffer Misc): Document max-mini-window-height.
10270         * hash.texi (Defining Hash): Delete stray paren in example.
10272         * display.texi (Echo Area Customization): Don't define
10273         max-mini-window-height here; xref instead.
10275         * commands.texi (Event Input Misc): Update while-no-input.
10277         * advice.texi (Advising Functions): Explain when to use advice
10278         and when to use a hook.
10280 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
10282         * makefile.w32-in (info): Don't run install-info.
10283         ($(infodir)/dir): New target, produced by running install-info.
10285 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
10287         * modes.texi (Defining Minor Modes): The keyword for the initial
10288         value is :init-value, not :initial-value.
10290 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
10292         * loading.texi (Autoload): Make the `doctor' example be consistent
10293         with what's in current loaddefs.el.  Describe the "fn" magic in
10294         the usage portion of the doc string.
10296 2005-07-22  Richard M. Stallman  <rms@gnu.org>
10298         * internals.texi (Garbage Collection): Clarify previous change.
10300 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10302         * internals.texi (Garbage Collection): Add gc-cons-percentage.
10304 2005-07-18  Juri Linkov  <juri@jurta.org>
10306         * commands.texi (Accessing Events):
10307         * frames.texi (Text Terminal Colors, Resources):
10308         * markers.texi (The Mark):
10309         * modes.texi (Defining Minor Modes):
10310         Delete duplicate duplicate words.
10312 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10314         * display.texi (Managing Overlays): Clarify make-overlay
10315         args for insertion types.
10317 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10319         * customize.texi (Variable Definitions):
10320         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
10321         `standard-value' is a list too.
10322         (Defining New Types): Use @key{RET} instead of @key{ret}.
10324 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
10326         * os.texi (Translating Input): Fix typo.
10328 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10330         * README: Update edition number and size estimate.
10332         * elisp.texi (VERSION): Set to 2.9.
10334 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10336         * book-spine.texinfo: Update Emacs version.
10338         * display.texi (Inverse Video): Delete mode-line-inverse-video.
10340 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10342         * searching.texi (Regexp Search): Clarify what re-search-forward
10343         does when the search fails.
10345 2005-07-05  Lute Kamstra  <lute@gnu.org>
10347         * Update FSF's address in GPL notices.
10349         * doclicense.texi (GNU Free Documentation License):
10350         * gpl.texi (GPL):
10351         * tips.texi (Coding Conventions, Library Headers):
10352         * vol1.texi:
10353         * vol2.texi: Update FSF's address.
10355 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10357         * hooks.texi (Standard Hooks): Add occur-hook.
10359 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10361         * display.texi (The Echo Area): Correct menu.
10363 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10365         * elisp.texi (Top): Update subnode menu for Display.
10367         * display.texi (Displaying Messages): New node, with most
10368         of what was in The Echo Area.
10369         (Progress): Move under The Echo Area.
10370         (Logging Messages): New node with new text.
10371         (Echo Area Customization): New node, the rest of what was
10372         in The Echo Area.  Document message-truncate-lines with @defvar.
10373         (Display): Update menu.
10375         * windows.texi (Textual Scrolling): Doc 3 values for
10376         scroll-preserve-screen-position.
10378         * text.texi (Special Properties): Change hook functions
10379         should bind inhibit-modification-hooks around altering buffer text.
10381         * keymaps.texi (Key Binding Commands): Call binding BINDING
10382         rather than DEFINITION.
10384 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10386         * variables.texi (Defining Variables): `user-variable-p' returns t
10387         for aliases of user options, nil for alias loops.
10389 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10391         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10392         make-keymap.
10394 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10396         * variables.texi (Setting Variables): Correct and clarify
10397         description of `add-to-ordered-list'.
10399 2005-06-26  Richard M. Stallman  <rms@gnu.org>
10401         * display.texi (Faces): Minor cleanup.
10403 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10405         * display.texi (Faces): `facep' returns t for strings that are
10406         face names.
10408 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10410         * objects.texi (Equality Predicates): Clarify meaning of equal.
10412         * windows.texi (Selecting Windows): save-selected-window
10413         and with-selected-window save and restore the current buffer.
10415 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10417         * numbers.texi (Float Basics): Explain how to test for NaN,
10418         and printing the sign of NaNs.
10420 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
10422         * makefile.w32-in (MAKEINFO): Use --force.
10424 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10426         * display.texi (Face Functions): Correct Texinfo usage.
10428 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10430         * lists.texi (Rings): `ring-elements' now returns the elements of
10431         RING in order.
10433 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
10435         * markers.texi (The Mark): Texinfo usage fix.
10437 2005-06-23  Kim F. Storm  <storm@cua.dk>
10439         * searching.texi (Entire Match Data): Remove evaporate option for
10440         match-data.  Do not mention evaporate option for set-match-data.
10442 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10444         * display.texi (Face Functions): Mention face aliases.
10446 2005-06-21  Richard M. Stallman  <rms@gnu.org>
10448         * anti.texi (Antinews): Texinfo usage fix.
10450 2005-06-21  Karl Berry  <karl@gnu.org>
10452         * elisp.texi: Use @copying.
10454         * elisp.texi: Put @summarycontents and @contents before the Top
10455         node, instead of the end of the file, so that the contents appear
10456         in the right place in the dvi/pdf output.
10458 2005-06-21  Juri Linkov  <juri@jurta.org>
10460         * display.texi (Defining Faces): Add `customized-face'.
10462 2005-06-20  Kim F. Storm  <storm@cua.dk>
10464         * variables.texi (Setting Variables): Any type of element can be
10465         given order in add-to-ordered-list.  Compare elements with eq.
10467         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10469 2005-06-20  Karl Berry  <karl@gnu.org>
10471         * syntax.texi (Syntax Flags): Make last column very slightly wider
10472         to avoid "generic comment" breaking on two lines and causing an
10473         underfull box.
10475 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
10477         * lists.texi (Rings): Various minor clarifications and corrections.
10479 2005-06-18  Richard M. Stallman  <rms@gnu.org>
10481         * functions.texi (Obsolete Functions): Simplify.
10483         * variables.texi (Variable Aliases): Simplify.
10485         * anti.texi, backups.texi, compile.texi, customize.texi:
10486         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10487         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10488         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10489         * variables.texi: Fix formatting ugliness.
10491         * elisp.texi: Add links to Rings and Byte Packing.
10492         Update version and copyright years.
10494         * minibuf.texi: Fix formatting ugliness.
10495         (Completion Commands): Move keymap vars to the end
10496         and vars completing-read binds to the top.
10498 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10500         * processes.texi: Fix typos.
10501         (Bindat Spec): Correct Texinfo error.
10502         (Byte Packing): Fix ungrammatical sentence.
10504 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
10506         * lists.texi (Rings): New node.
10507         (Lists): Add it to menu.
10509         * processes.texi (Byte Packing): New node.
10510         (Processes): Add it to menu.
10512 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10514         * syntax.texi (Parsing Expressions): Fix texinfo usage.
10516         * help.texi (Documentation Basics): Explain the xref to
10517         Documentation Tips.
10519         * debugging.texi (Debugger Commands): Minor fix.
10521 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
10523         * edebug.texi (Instrumenting): Eliminate duplicate link.
10524         (Specification List): Replace references to "below", referring to
10525         a later node, with one @ref to that node.
10527         * os.texi (Timers): Timers should save and restore the match data
10528         if they change it.
10530         * debugging.texi (Debugger Commands): Mention that the Lisp
10531         debugger can not step through primitive functions.
10533 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10535         * functions.texi (Obsolete Functions): Update argument names of
10536         `make-obsolete' and `define-obsolete-function-alias'.
10538         * variables.texi (Variable Aliases): Update argument names of
10539         `defvaralias', `make-obsolete-variable' and
10540         `define-obsolete-variable-alias'.
10542 2005-06-15  Kim F. Storm  <storm@cua.dk>
10544         * searching.texi (Entire Match Data): Rephrase warnings about
10545         evaporate arg to match-data and set-match-data.
10547 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10549         * elisp.texi (Top): Update detailed menu.
10551         * edebug.texi (Edebug): Update menu.
10552         (Instrumenting): Update xrefs.
10553         (Edebug Execution Modes): Correct xref.
10554         (Jumping): Clarify description of `h' command.
10555         Eliminate redundant @ref.
10556         (Breaks): New node.
10557         (Breakpoints): Is now a subsubsection.
10558         (Global Break Condition): Mention `C-x X X'.
10559         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
10560         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10561         (Edebug Display Update): Correct pxref.
10562         (Edebug and Macros): New node.
10563         (Instrumenting Macro Calls): Is now a subsubsection.
10564         Neither arg of `def-edebug-spec' is evaluated.
10565         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10566         (Specification Examples): Fix typo.
10568 2005-06-14  Lute Kamstra  <lute@gnu.org>
10570         * debugging.texi (Function Debugging): Primitives can break on
10571         entry too.
10573 2005-06-14  Kim F. Storm  <storm@cua.dk>
10575         * variables.texi (Setting Variables): Add add-to-ordered-list.
10577 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10579         * syntax.texi (Parsing Expressions): Document aux functions and vars of
10580         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10582 2005-06-13  Lute Kamstra  <lute@gnu.org>
10584         * text.texi (Special Properties): Fix cross reference.
10586 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
10588         * debugging.texi (Function Debugging): Delete mention of empty
10589         string argument to `cancel-debug-on-entry'.  Delete inaccurate
10590         description of the return value of that command.
10592 2005-06-11  Alan Mackenzie  <acm@muc.de>
10594         * text.texi (Adaptive Fill): Amplify the description of
10595         fill-context-prefix.
10597 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10599         * syntax.texi (Parsing Expressions): Fix Texinfo error.
10601 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10603         * syntax.texi (Parsing Expressions): Document syntax-ppss.
10605 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10607         * debugging.texi (Error Debugging): Minor rewording.
10608         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10609         is optional.
10611 2005-06-10  Lute Kamstra  <lute@gnu.org>
10613         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10614         (Top): Give it a title.  Correct version number.  Give the
10615         detailed node listing a more prominent header.
10616         * intro.texi: Don't set VERSION here a second time.
10617         Mention Emacs's version too.
10618         * anti.texi (Antinews): Use EMACSVER to refer to the current
10619         version of Emacs.
10621 2005-06-09  Kim F. Storm  <storm@cua.dk>
10623         * searching.texi (Entire Match Data): Explain new `reseat' argument to
10624         match-data and set-match-data.
10626 2005-06-08  Richard M. Stallman  <rms@gnu.org>
10628         * searching.texi (Entire Match Data): Clarify when match-data
10629         returns markers and when integers.
10631         * display.texi (Defining Faces): Explain that face name should not
10632         end in `-face'.
10634         * modes.texi (Mode Line Data): Minor cleanup.
10635         (Customizing Keywords): Node split out of Search-based Fontification.
10636         Add example of using font-lock-add-keywords from a hook.
10637         Clarify when MODE should be non-nil, and when nil.
10639 2005-06-06  Richard M. Stallman  <rms@gnu.org>
10641         * modes.texi (Mode Line Data): Explain what happens when the car
10642         of a list is a void symbol.
10643         (Search-based Fontification): Explain MODE arg to
10644         font-lock-add-keywords and warn about calls from major modes.
10646 2005-06-08  Juri Linkov  <juri@jurta.org>
10648         * display.texi (Standard Faces): Add `shadow' face.
10650 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
10652         * modes.texi (Major Mode Conventions): A derived mode only needs
10653         to put the call to the parent mode inside `delay-mode-hooks'.
10655 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10657         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10658         new, and what that implies.  Clarify.
10660         * files.texi (Locating Files): Clean up the text.
10662         * frames.texi (Window Frame Parameters): Document user-size.
10663         Shorten entry for top by referring to left.
10665 2005-05-26  Richard M. Stallman  <rms@gnu.org>
10667         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10668         is new, and what the implications are.  Other clarifications.
10670 2005-05-24  Richard M. Stallman  <rms@gnu.org>
10672         * frames.texi (Dialog Boxes): Minor fixes.
10674 2005-05-25  Masatake YAMATO  <jet@gyve.org>
10676         * display.texi (Standard Faces): Write about `mode-line-highlight'.
10678 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10680         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10681         is optional.
10683 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
10685         * frames.texi (Dialog Boxes): Describe new optional argument.
10687 2005-05-23  Lute Kamstra  <lute@gnu.org>
10689         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10690         syntax-begin-function over font-lock-beginning-of-syntax-function.
10692 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
10694         * minibuf.texi (Reading File Names): Update description of
10695         `read-directory-name'.
10697         * modes.texi (Derived Modes): Clarify :group keyword.
10699 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
10701         * files.texi (Locating Files): New subsection.
10702         Describe locate-file and executable-find.
10704 2005-05-21  Kevin Ryde  <user42@zip.com.au>
10706         * frames.texi (Initial Parameters): Update cross reference to
10707         "Emacs Invocation".
10709 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
10711         * keymaps.texi (Active Keymaps): Add anchor.
10713         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10714         (Major Mode Conventions): Refer to `Auto Major Mode' in more
10715         appropriate place.
10716         (Derived Modes): Small clarifications.
10717         (Minor Mode Conventions, Keymaps and Minor Modes):
10718         Replace references to nodes with references to anchors.
10719         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10720         Clarify description of lists whose first element is an integer.
10721         (Mode Line Variables): Add anchor.
10722         (%-Constructs): Clarify description of integer after %.
10723         (Emulating Mode Line): Describe nil value for FACE.
10725 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
10727         * modes.texi (Derived Modes): Correct references to non-existing
10728         variable standard-syntax-table.
10730 2005-05-17  Lute Kamstra  <lute@gnu.org>
10732         * modes.texi (Defining Minor Modes): Mention the mode hook.
10734 2005-05-15  Kim F. Storm  <storm@cua.dk>
10736         * processes.texi (Network): Remove open-network-stream-nowait.
10737         (Network Servers): Remove open-network-stream-server.
10739 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
10741         * elisp.texi (Top): Update detailed menu.
10743         * variables.texi: Reorder nodes.
10744         (Variables): Update menu.
10745         (File Local Variables): Do not refer to the `-*-' line as
10746         a "local variables list".  Add pxref.
10748 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10750         * elisp.texi (Top): Update detailed menu for node changes.
10752         * modes.texi (Modes): Update Menu.
10753         (Hooks): Move to beginning of chapter.
10754         Most minor modes run mode hooks too.
10755         `add-hook' can handle void hooks or hooks whose value is a single
10756         function.
10757         (Major Modes): Update Menu.
10758         (Major Mode Basics): New node, split off from `Major Modes'.
10759         (Major Mode Conventions): Correct xref.  Explain how to handle
10760         auto-mode-alist if the major mode command has an autoload cookie.
10761         (Auto Major Mode): Major update.  Add magic-mode-alist.
10762         (Derived Modes): Major update.
10763         (Mode Line Format): Update Menu.
10764         (Mode Line Basics): New node, split off from `Mode Line Format'.
10766         * loading.texi (Autoload): Mention `autoload cookie' as synonym
10767         for `magic autoload comment'.  Add index entries and anchor.
10769 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10771         * tips.texi (Coding Conventions): Explain how important it is
10772         that just loading certain files not change Emacs behavior.
10774         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10776 2005-05-12  Lute Kamstra  <lute@gnu.org>
10778         * modes.texi (Generic Modes): Update.
10779         (Major Modes): Refer to node "Generic Modes".
10781         * elisp.texi (Top): Update to the current structure of the manual.
10782         * processes.texi (Processes): Add menu description.
10783         * customize.texi (Customization): Add menu descriptions.
10785 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10787         * processes.texi (Signals to Processes)
10788         (Low-Level Network): Fix typos.
10790 2005-05-11  Lute Kamstra  <lute@gnu.org>
10792         * elisp.texi (Top): Add some nodes from the chapter "Major and
10793         Minor Modes" to the detailed node listing.
10795 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10797         * keymaps.texi (Extended Menu Items): Menu item filter functions
10798         can be called at any time.
10800 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
10802         * variables.texi (File Local Variables): `(hack-local-variables t)'
10803         now also checks whether a mode is specified in the local variables
10804         list.
10806 2005-05-05  Kevin Ryde  <user42@zip.com.au>
10808         * display.texi (The Echo Area): Correct format function cross
10809         reference.
10811 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10813         * variables.texi (Variable Aliases): Change description of
10814         `define-obsolete-variable-alias'.
10816         * functions.texi (Functions): Add "Obsolete Functions" to menu.
10817         (Defining Functions): Add xref.
10818         (Obsolete Functions): New node.
10819         (Function Safety): Standardize capitalization of section title.
10821         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10822         (Dialog Boxes): Complete description of `x-popup-dialog'.
10824 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10826         * commands.texi (Interactive Codes): Fix Texinfo usage.
10827         Document U more clearly.
10829 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10831         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10832         function and not a macro.
10834         * frames.texi (Pop-Up Menus): Correct and clarify description of
10835         `x-popup-menu'.
10836         (Dialog Boxes): Clarify description of `x-popup-dialog'.
10838 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10840         * edebug.texi (Checking Whether to Stop): Fix previous change.
10842 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10844         * display.texi: Fix typos and Texinfo usage.
10846         * edebug.texi (Checking Whether to Stop): executing-macro ->
10847         executing-kbd-macro.
10849 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10851         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10853 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10855         * files.texi (Magic File Names): Document `operations' property.
10857 2005-04-29  Lute Kamstra  <lute@gnu.org>
10859         * modes.texi (Generic Modes): New node.
10860         (Major Modes): Add it to the menu.
10861         (Derived Modes): Add "derived mode" to concept index.
10863 2005-04-28  Lute Kamstra  <lute@gnu.org>
10865         * modes.texi (Defining Minor Modes): Fix previous change.
10866         (Font Lock Mode): Simplify.
10867         (Font Lock Basics): Say that font-lock-defaults is buffer-local
10868         when set and that some parts are optional.  Add cross references.
10869         (Search-based Fontification): Say how to specify font-lock-keywords.
10870         Add cross references.  Add font-lock-multiline to index.
10871         Move font-lock-keywords-case-fold-search here from node "Other Font
10872         Lock Variables".  Document font-lock-add-keywords and
10873         font-lock-remove-keywords.
10874         (Other Font Lock Variables): Move font-lock-keywords-only,
10875         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10876         and font-lock-syntactic-face-function to node "Syntactic Font
10877         Lock".  Move font-lock-keywords-case-fold-search to node
10878         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
10879         and font-lock-{,un}fontify-{buffer,region}-function.
10880         (Precalculated Fontification): Remove reference to deleted variable
10881         font-lock-core-only.
10882         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10883         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
10884         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10885         and font-lock-syntactic-face-function here from node "Other Font
10886         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
10887         Syntax Properties".  Add cross references.
10888         (Setting Syntax Properties): New node.
10889         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10890         * syntax.texi (Syntax Properties): Add cross reference.
10891         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10893 2005-04-26  Richard M. Stallman  <rms@gnu.org>
10895         * display.texi (Defining Faces):
10896         Document `default' elements of defface spec.
10898         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10900         * variables.texi (Variable Aliases): Clarify text.
10902 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
10904         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10906 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
10908         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10910 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
10912         * syntax.texi (Syntax Table Internals): Elaborate documentation of
10913         syntax-after and syntax-class.
10915         * files.texi (Changing Files): Fix last change's cross-reference.
10916         (Unique File Names): Don't mention "numbers" in the documentation
10917         of make-temp-file and make-temp-name.
10919 2005-04-23  Richard M. Stallman  <rms@gnu.org>
10921         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10923 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10925         * windows.texi (Cyclic Window Ordering): Clarify window-list.
10927 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
10929         * variables.texi (Variable Aliases): Describe make-obsolete-variable
10930         and define-obsolete-variable-alias.
10932 2005-04-22  Kim F. Storm  <storm@cua.dk>
10934         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10935         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10937 2005-04-21  Lute Kamstra  <lute@gnu.org>
10939         * lists.texi (Association Lists): Document rassq-delete-all.
10941 2005-04-19  Richard M. Stallman  <rms@gnu.org>
10943         * modes.texi (Search-based Fontification): Explain that
10944         facespec is an expression to be evaluated.
10946 2005-04-19  Kevin Ryde  <user42@zip.com.au>
10948         * streams.texi (Output Functions): Fix xref.
10949         * strings.texi (String Conversion): Fix xref.
10951 2005-04-19  Kim F. Storm  <storm@cua.dk>
10953         * symbols.texi (Symbol Plists): Add safe-get.
10954         Mention that `get' may signal an error.
10956 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
10958         * customize.texi (Variable Definitions): Replace tooltip-mode
10959         example with save-place.
10961 2005-04-17  Richard M. Stallman  <rms@gnu.org>
10963         * buffers.texi (Indirect Buffers): Clarify.
10965         * positions.texi (Positions): Clarify converting marker to integer.
10967         * strings.texi (String Basics): Mention string-match; clarify.
10969 2005-04-08  Lute Kamstra  <lute@gnu.org>
10971         * modes.texi (Search-based Fontification): Fix cross references.
10972         Use consistent terminology.  Document anchored highlighting.
10974 2005-04-05  Lute Kamstra  <lute@gnu.org>
10976         * modes.texi (Defining Minor Modes): Document :group keyword
10977         argument and its default value.
10979 2005-04-03  Lute Kamstra  <lute@gnu.org>
10981         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
10982         references and/or descriptions.  Delete major mode hooks; mention
10983         them as a category instead.  Rename or delete obsolete hooks.
10985 2005-04-02  Richard M. Stallman  <rms@gnu.org>
10987         * nonascii.texi (Coding System Basics): Another wording cleanup.
10989 2005-04-01  Richard M. Stallman  <rms@gnu.org>
10991         * nonascii.texi (Coding System Basics): Clarify previous change.
10993 2005-04-01  Kenichi Handa  <handa@m17n.org>
10995         * nonascii.texi (Coding System Basics): Describe about roundtrip
10996         identity of coding systems.
10998 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
11000         * text.texi (Buffer Contents): Add filter-buffer-substring and
11001         buffer-substring-filters.
11003 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
11005         * anti.texi (Antinews): Mention `G' interactive code.
11007         * tips.texi (Compilation Tips): Mention benchmark.el.
11009 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
11011         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
11012         is now bound to M-o M-o.
11014         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
11016 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
11018         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
11019         in the Emacs Manual).
11020         * Makefile.in (srcs): Remove calendar.texi.
11021         * makefile.w32-in (srcs): Remove calendar.texi.
11022         * display.texi (Display): Change name of next node.
11023         * os.texi (System In): Change name of previous node.
11024         * elisp.texi (Top): Remove Calendar references.
11025         * vol1.texi (Top): Remove Calendar references.
11026         * vol2.texi (Top): Remove Calendar references.
11028 2005-03-25  Richard M. Stallman  <rms@gnu.org>
11030         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
11031         Cleanup previous change.
11033 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
11035         * display.texi (Face Attributes): Faces earlier in an :inherit
11036         list take precedence.
11037         (Scroll Bars): Fix description of vertical-scroll-bars.
11038         Document frame-current-scroll-bars and window-current-scroll-bars.
11040         * markers.texi (The Mark): Document temporary Transient Mark mode.
11042         * minibuf.texi (Reading File Names):
11043         Document read-file-name-completion-ignore-case.
11045         * positions.texi (Screen Lines): Document nil for width argument
11046         to compute-motion.
11048 2005-03-23  Kim F. Storm  <storm@cua.dk>
11050         * display.texi (Standard Faces): Other faces used in the fringe
11051         implicitly inherits from the fringe face.
11052         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
11053         properties implicitly inherits from fringe face.
11054         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
11056 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
11058         * display.texi (Invisible Text): State default value of
11059         line-move-ignore-invisible.
11060         (Managing Overlays): Document remove-overlays.
11061         (Standard Faces): Document escape-glyph face.
11063         * minibuf.texi (Reading File Names): Document read-file-name-function.
11065         * modes.texi (Other Font Lock Variables):
11066         Document font-lock-lines-before.
11068         * positions.texi (Skipping Characters): skip-chars-forward allows
11069         character classes.
11071 2005-03-18  Lute Kamstra  <lute@gnu.org>
11073         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
11075 2005-03-17  Richard M. Stallman  <rms@gnu.org>
11077         * text.texi (Undo): Document extensible undo entries.
11079         * searching.texi (String Search, Regexp Search): Cleanups.
11081         * nonascii.texi (Character Codes): Minor fix.
11083         * display.texi (Display Property): Explain the significance
11084         of having text properties that are eq.
11085         (Other Display Specs): Explain string as display spec.
11087         * commands.texi (Interactive Codes): Document G option.
11089 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
11091         * text.texi (Filling): Add sentence-end-without-period and
11092         sentence-end-without-space.
11093         (Changing Properties): Minor fix.
11095         * anti.texi: Total rewrite.
11097 2005-03-15  Lute Kamstra  <lute@gnu.org>
11099         * edebug.texi (Instrumenting Macro Calls): Fix typos.
11101 2005-03-08  Kim F. Storm  <storm@cua.dk>
11103         * display.texi (Specified Space): Property :width is support on
11104         non-graphic terminals, :height is not.
11106 2005-03-07  Richard M. Stallman  <rms@gnu.org>
11108         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
11109         Now subnodes of Fringes.
11110         (Overlay Arrow): Document overlay-arrow-variable-list.
11111         (Fringe Size/Pos): New node, broken out of Fringes.
11112         (Display): Explain clearing vs redisplay better.
11113         (Truncation): Clarify use of bitmaps.
11114         (The Echo Area): Clarify the uses of the echo area.
11115         Add max-mini-window-height.
11116         (Progress): Clarify.
11117         (Invisible Text): Explain that main loop moves point out.
11118         (Selective Display): Say "hidden", not "invisible".
11119         (Managing Overlays): Move up.  Describe relation to Undo here.
11120         (Overlay Properties): Clarify intro.
11121         (Finding Overlays): Explain return values when nothing found.
11122         (Width): truncate-string-to-width has added arg.
11123         (Displaying Faces): Clarify and update mode line face handling.
11124         (Face Functions): Minor cleanup.
11125         (Conditional Display): Merge into Other Display Specs.
11126         (Pixel Specification, Other Display Specs): Minor cleanups.
11127         (Images, Image Descriptors): Minor cleanups.
11128         (GIF Images): Patents have expired.
11129         (Showing Images): Explain default text for insert-image.
11130         (Manipulating Button Types): Merge into Manipulating Buttons.
11131         (Making Buttons): Explain return values.
11132         (Button Buffer Commands): Add xref.
11133         (Inverse Video): Update mode-line-inverse-video.
11134         (Display Table Format): Clarify.
11135         (Active Display Table): Give defaults for window-display-table.
11137         * calendar.texi (Calendar Customizing): calendar-holiday-marker
11138         and calendar-today-marker are strings, not chars.
11139         (Holiday Customizing): Minor fix.
11141         * internals.texi (Writing Emacs Primitives): Update `or' example.
11142         Update limit on # args of subr.
11144         * edebug.texi (Using Edebug): Arrow is in fringe.
11145         (Instrumenting): Arg to eval-defun works without loading edebug.
11146         (Edebug Execution Modes): Add xref.
11148         * customize.texi (Common Keywords): Clarify :require.
11149         Mention :version here.
11150         (Variable Definitions, Group Definitions): Not here.
11151         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
11153 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
11154         * nonascii.texi (Text Representations): Clarify position-bytes.
11155         (Character Sets): Add list-charset-chars.
11156         (Scanning Charsets): Add charset-after.
11157         (Encoding and I/O): Minor fix.
11159 2005-03-06  Richard M. Stallman  <rms@gnu.org>
11161         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
11162         (Resizing Windows): Likewise.
11164         * text.texi (Change Hooks): Get rid of "Emacs 21".
11166         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
11168         * streams.texi (Output Variables): Get rid of "Emacs 21".
11170         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
11172         * os.texi (Translating Input): Replace flow-control example
11173         with a less obsolete example that uses `keyboard-translate'.
11175         * objects.texi (Hash Table Type, Circular Objects):
11176         Get rid of "Emacs 21".
11178         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
11179         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
11181         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
11183         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
11185         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
11186         (Menu Bar): Fix when menu-bar-update-hook is called.
11188         * hash.texi (Hash Tables): Get rid of "Emacs 21".
11190         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
11191         and make it read better.
11193         * files.texi (Writing to Files): Get rid of "Emacs 21".
11194         (Unique File Names): Likewise.
11196         * elisp.texi: Update Emacs version to 22.
11198         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
11199         (Overlay Properties, Face Attributes): Likewise.
11200         (Managing Overlays): Fix punctuation.
11201         (Attribute Functions): Clarify set-face-font; get rid of
11202         info about old Emacs versions.
11203         (Auto Faces, Font Lookup, Display Property, Images):
11204         Get rid of "Emacs 21".
11206         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
11208 2005-03-05  Richard M. Stallman  <rms@gnu.org>
11210         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
11212 2005-03-04  Lute Kamstra  <lute@gnu.org>
11214         * debugging.texi (Error Debugging): Document stack-trace-on-error.
11216 2005-03-03  Lute Kamstra  <lute@gnu.org>
11218         * edebug.texi (Instrumenting Macro Calls): Fix typo.
11220 2005-03-01  Lute Kamstra  <lute@gnu.org>
11222         * debugging.texi (Debugger Commands): Update `j'.
11224 2005-02-28  Lute Kamstra  <lute@gnu.org>
11226         * debugging.texi (Debugging): Fix typo.
11227         (Error Debugging): Document eval-expression-debug-on-error.
11228         (Function Debugging): Update example.
11229         (Using Debugger): Mention starred stack frames.
11230         (Debugger Commands): Document `j' and `l'.
11231         (Invoking the Debugger): `d' and `j' exit recursive edit too.
11232         Update the messages that the debugger displays.
11233         (Internals of Debugger): Add cross reference.  Update example.
11234         (Excess Open): Minor improvement.
11235         (Excess Close): Minor improvement.
11237 2005-02-26  Richard M. Stallman  <rms@gnu.org>
11239         * tips.texi (Coding Conventions): Clarify.
11240         Put all the major mode key reservations together.
11241         Mention the Mouse-1 => Mouse-2 conventions.
11243         * syntax.texi (Syntax Class Table): Clarify.
11244         (Syntax Table Functions): syntax-after moved from here.
11245         (Syntax Table Internals): syntax-after moved to here.
11246         (Parsing Expressions): Update info on number of values
11247         and what's meaningful in the STATE argument.
11248         (Categories): Fix typo.
11250         * sequences.texi (Arrays): Cleanup.
11251         (Char-Tables): Clarify.
11253         * processes.texi (Deleting Processes): Cleanups, add xref.
11254         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
11255         (Process Information): set-process-coding-system, some args optional.
11256         (Input to Processes): Explain various types for PROCESS args.
11257         Rename them from PROCESS-NAME to PROCESS.
11258         (Signals to Processes): Likewise.
11259         (Decoding Output): Cleanup.
11260         (Query Before Exit): Clarify.
11262         * os.texi (Startup Summary): Correct the options; add missing ones.
11263         (Terminal Output, Batch Mode): Clarify.
11264         (Flow Control): Node deleted.
11266         * markers.texi (The Mark): Clarify.
11268         * macros.texi (Expansion): Cleanup.
11269         (Indenting Macros): indent-spec allows ints, not floats.
11271         * keymaps.texi (Keymaps): Clarify.
11272         (Format of Keymaps): Update lisp-mode-map example.
11273         (Active Keymaps, Key Lookup): Clarify.
11274         (Changing Key Bindings): Add xref to `kbd'.
11275         (Key Binding Commands, Simple Menu Items): Clarify.
11276         (Mouse Menus, Menu Bar): Clarify.
11277         (Menu Example): Replace print example with menu-bar-replace-menu.
11279         * help.texi (Documentation Basics): Add function-documentation prop.
11281         * elisp.texi (Top): Don't refer to Flow Control node.
11283         * commands.texi (Command Overview): Improve xrefs.
11284         (Adjusting Point): Adjusting point applies to intangible and invis.
11285         (Key Sequence Input): Doc extra read-key-sequence args.
11286         Likewise for read-key-sequence-vector.
11288         * backups.texi (Rename or Copy): Minor fix.
11289         (Numbered Backups): For version-control, say the default.
11290         (Auto-Saving): make-auto-save-file-name example is simplified.
11292         * advice.texi (Advising Functions): Don't imply one part of Emacs
11293         should advise another part.  Markup changes.
11294         (Defining Advice): Move transitional para.
11295         (Activation of Advice): Cleanup.
11296         Explain if COMPILE is nil or negative.
11298         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
11300 2005-02-24  Lute Kamstra  <lute@gnu.org>
11302         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
11303         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
11305 2005-02-23  Lute Kamstra  <lute@gnu.org>
11307         * modes.texi (Defining Minor Modes): define-minor-mode can be used
11308         to define global minor modes as well.
11310         * display.texi (Managing Overlays): overlay-buffer returns nil for
11311         deleted overlays.
11313 2005-02-22  Kim F. Storm  <storm@cua.dk>
11315         * minibuf.texi (Basic Completion): Allow symbols in addition to
11316         strings in try-completion and all-completions.
11318 2005-02-14  Lute Kamstra  <lute@gnu.org>
11320         * elisp.texi (Top): Remove reference to deleted node.
11322         * lists.texi (Lists): Remove reference to deleted node.
11323         (Cons Cells): Fix typo.
11325         * loading.texi (Where Defined): Fix typo.
11327 2005-02-14  Richard M. Stallman  <rms@gnu.org>
11329         * variables.texi (Creating Buffer-Local): change-major-mode-hook
11330         is useful for discarding some minor modes.
11332         * symbols.texi (Symbol Components): Reorder examples.
11334         * streams.texi (Input Functions): State standard-input default.
11335         (Output Variables): State standard-output default.
11337         * objects.texi (Printed Representation): Clarify read syntax vs print.
11338         (Floating Point Type): Explain meaning better.
11339         (Symbol Type): Explain uniqueness better.
11340         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
11341         List examples sooner.
11342         (Box Diagrams): New subnode broken out.
11343         Some examples moved from old Lists as Boxes node.
11344         (Dotted Pair Notation): Clarify intro.
11345         (Array Type): Clarify.
11346         (Type Predicates): Add hash-table-p.
11348         * numbers.texi (Integer Basics): Clarify radix explanation.
11349         (Predicates on Numbers): Minor clarification.
11350         (Comparison of Numbers): Minor clarification.  Clarify eql.
11351         Typos in min, max.
11352         (Math Functions): Clarify overflow in expt.
11354         * minibuf.texi (Text from Minibuffer): Minor clarification.
11355         Mention arrow keys.
11357         * loading.texi (Autoload): defun's doc string overrides autoload's
11358         doc string.
11359         (Repeated Loading): Modernize "add to list" examples.
11360         (Where Defined): Finish updating table of load-history elts.
11362         * lists.texi (List-related Predicates): Minor wording improvement.
11363         (Lists as Boxes): Node deleted.
11364         (Building Lists): Explain trivial cases of number-sequence.
11366         * hash.texi (Hash Tables): Add desc to menu items.
11367         (Creating Hash): Explain "full" means "make larger".
11368         (Hash Access): Any object can be a key.
11369         State value of maphash.
11371         * functions.texi (What Is a Function): Wording cleanup.
11372         (Function Documentation): Minor cleanup.
11373         Explain purpose of calling convention at end of doc string.
11374         (Function Names): Wording cleanup.
11375         (Calling Functions): Wording cleanup.
11376         Explain better how funcall calls the function.
11377         (Function Cells): Delete example of saving and redefining function.
11379         * control.texi (Combining Conditions): Wording cleanup.
11380         (Iteration): dolist and dotimes bind VAR locally.
11381         (Cleanups): Xref to Atomic Changes.
11383         * compile.texi (Byte Compilation): Delete 19.29 info.
11384         (Compilation Functions): Macros' difficulties don't affect defsubst.
11385         (Docs and Compilation): Delete 19.29 info.
11387 2005-02-10  Richard M. Stallman  <rms@gnu.org>
11389         * objects.texi (Symbol Type): Minor correction.
11391 2005-02-06  Lute Kamstra  <lute@gnu.org>
11393         * modes.texi (Example Major Modes): Fix typos.
11395 2005-02-06  Richard M. Stallman  <rms@gnu.org>
11397         * text.texi (Margins): fill-nobreak-predicate can be one function.
11399         * strings.texi (Modifying Strings): clear-string can make unibyte.
11400         (Formatting Strings): format gives error if values missing.
11402         * positions.texi (Character Motion): Mention default arg
11403         for forward-char.  backward-char refers to forward-char.
11404         (Word Motion): Mention default arg for forward-word.
11405         (Buffer End Motion): Mention default arg for beginning-of-buffer.
11406         Simplify end-of-buffer.
11407         (Text Lines): Mention default arg for forward-line.
11408         (List Motion): Mention default arg for beginning/end-of-defun.
11409         (Skipping Characters): Minor fixes in explaining character-set.
11411         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11412         Mode inheritance applies only when default-major-mode is nil.
11413         Clarifications.
11414         (Example Major Modes): Update Text mode and Lisp mode examples.
11415         (Minor Mode Conventions): Mention define-minor-mode at top.
11416         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11417         (Mode Line Format): Update mode line face display info.
11418         (Properties in Mode): Mention effect of risky vars.
11419         (Imenu): Define imenu-add-to-menubar.
11420         (Font Lock Mode): Add descriptions to menu lines.
11421         (Faces for Font Lock): Add font-lock-doc-face.
11423 2005-02-05  Lute Kamstra  <lute@gnu.org>
11425         * text.texi (Maintaining Undo): Remove obsolete function.
11427 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
11429         * frames.texi (Color Names): Add pointer to the X docs about RGB
11430         color specifications.  Improve indexing.
11431         (Text Terminal Colors): Replace the description of RGB values by
11432         an xref to "Color Names".
11434 2005-02-03  Richard M. Stallman  <rms@gnu.org>
11436         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11437         Clarify.
11438         (Selecting Windows): Clarify save-selected-window.
11439         (Cyclic Window Ordering): Clarify walk-windows.
11440         (Window Point): Clarify.
11441         (Window Start): Add comment to example.
11442         (Resizing Windows): Add `interactive' specs in examples.
11443         Document fit-window-to-buffer.
11445         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11446         (Undo, Maintaining Undo): Clarify last change.
11447         (Sorting): In sort-numeric-fields, explain about octal and hex.
11448         Mention sort-numeric-base.
11449         (Format Properties): Add xref for hard newlines.
11451         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11452         (Pop-Up Menus): Fix typo.
11453         (Color Names): Explain all types of color names.
11454         Explain color-values on B&W terminal.
11455         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
11457         * files.texi (File Locks): Not supported on MS systems.
11458         (Testing Accessibility): Clarify.
11460         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11461         (Coverage Testing): Fix typo.
11463         * commands.texi (Misc Events): Remove stray space.
11465         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11466         (Modification Time): Clarify when visited-file-modtime returns 0.
11467         (The Buffer List): Clarify bury-buffer.
11468         (Killing Buffers): Clarify.
11469         (Indirect Buffers): Add clone-indirect-buffer.
11471 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
11473         * edebug.texi (Printing in Edebug): Fix default value of
11474         edebug-print-circle.
11475         (Coverage Testing): Fix displayed frequency count data.
11477 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
11479         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11481 2005-02-02  Kim F. Storm  <storm@cua.dk>
11483         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11485 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
11487         * commands.texi (Misc Events): Describe the help-echo event.
11489         * text.texi (Special Properties) <help-echo>: Use `pos'
11490         consistently in description of the help-echo property.
11491         Use @code{nil} instead of @var{nil}.
11493         * display.texi (Overlay Properties): Fix the index entry for
11494         help-echo overlay property.
11496         * customize.texi (Type Keywords): Uncomment the xref to the
11497         help-echo property documentation.
11499 2005-01-23  Kim F. Storm  <storm@cua.dk>
11501         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11502         return value.  Third element FULLY replaced by PARTIAL which
11503         specifies number of invisible pixels if row is only partially visible.
11504         (Textual Scrolling): Mention auto-window-vscroll.
11505         (Vertical Scrolling): New defvar auto-window-vscroll.
11507 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11509         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11510         command remapping.
11512 2005-01-15  Richard M. Stallman  <rms@gnu.org>
11514         * display.texi (Defining Images): Mention DATA-P arg of create-image.
11516 2005-01-14  Kim F. Storm  <storm@cua.dk>
11518         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11520         * text.texi (Links and Mouse-1): Fix string and vector item.
11522 2005-01-13  Richard M. Stallman  <rms@gnu.org>
11524         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11525         descriptions of overriding-local-map and overriding-terminal-local-map.
11527         * text.texi (Links and Mouse-1): Clarify text.
11529 2005-01-13  Kim F. Storm  <storm@cua.dk>
11531         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11533 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
11535         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11537 2005-01-12  Kim F. Storm  <storm@cua.dk>
11539         * text.texi (Links and Mouse-1): Rename section from Enabling
11540         Mouse-1 to Following Links.  Change xrefs.
11541         Add examples for define-button-type and define-widget.
11543         * display.texi (Button Properties, Button Buffer Commands):
11544         Clarify mouse-1 and follow-link functionality.
11546 2005-01-12  Richard M. Stallman  <rms@gnu.org>
11548         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11550         * display.texi (Beeping): Fix Texinfo usage.
11552         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11554 2005-01-11  Kim F. Storm  <storm@cua.dk>
11556         * display.texi (Button Properties, Button Buffer Commands):
11557         Mention mouse-1 binding.  Add follow-link keyword.
11559         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11560         (Enabling Mouse-1 to Follow Links): New subsection.
11562 2005-01-06  Richard M. Stallman  <rms@gnu.org>
11564         * text.texi (Special Properties): Minor change.
11566         * os.texi (Timers): Clarify previous change.
11568         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11570 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
11572         * display.texi (Face Attributes): Correct xref to renamed node.
11574 2005-01-01  Richard M. Stallman  <rms@gnu.org>
11576         * display.texi (Face Attributes): Describe hex color specs.
11578 2004-12-31  Richard M. Stallman  <rms@gnu.org>
11580         * os.texi (Timers): Update previous change.
11582 2004-12-30  Kim F. Storm  <storm@cua.dk>
11584         * display.texi (Line Height): Total line-height is now specified
11585         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
11586         in cons cells.  (nil . RATIO) is relative to actual line height.
11587         Use line-height `t' instead of `0' to get minimum height.
11589 2004-12-29  Richard M. Stallman  <rms@gnu.org>
11591         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11593 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11595         * commands.texi (Quitting): Clarify value of with-local-quit.
11597         * elisp.texi (Top): Fix previous change.
11599         * loading.texi (Loading): Fix previous change.
11601 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11603         * Makefile.in (MAKEINFO): Specify --force.
11605         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11607         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11609         * display.texi (Line Height): Further clarify.
11611         * elisp.texi (Top): Update Loading submenu.
11613         * loading.texi (Where Defined): New node.
11614         (Unloading): load-history moved to Where Defined.
11616 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11618         * commands.texi (Event Input Misc): Add while-no-input.
11620 2004-12-11  Richard M. Stallman  <rms@gnu.org>
11622         * display.texi (Line Height): Rewrite text for clarity.
11624 2004-12-11  Kim F. Storm  <storm@cua.dk>
11626         * display.texi (Display): Add node "Line Height" to menu.
11627         (Line Height): New node.  Move full description of line-spacing
11628         and line-height text properties here from text.texi.
11629         (Scroll Bars): Add vertical-scroll-bar variable.
11631         * frames.texi (Window Frame Parameters): Remove line-height defvar.
11633         * locals.texi (Standard Buffer-Local Variables): Fix xref for
11634         line-spacing and vertical-scroll-bar.
11636         * text.texi (Special Properties): Just mention line-spacing and
11637         line-height here, add xref to new "Line Height" node.
11639 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
11641         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11643         * locals.texi (Standard Buffer-Local Variables):
11644         Add @xref for `line-spacing'.
11646 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11648         * Makefile.in (maintainer-clean): Remove the info files
11649         in $(infodir) where they are created.
11651 2004-12-03  Richard M. Stallman  <rms@gnu.org>
11653         * windows.texi (Selecting Windows): get-lru-window and
11654         get-largest-window don't consider dedicated windows.
11656         * text.texi (Undo): Document undo-in-progress.
11658 2004-11-26  Richard M. Stallman  <rms@gnu.org>
11660         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11661         Remove a few vars that are not always buffer-local.
11663 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
11665         * locals.texi (Standard Buffer-Local Variables): Comment out
11666         xref's to non-existent node `Yet to be written'.
11668 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11670         * processes.texi (Synchronous Processes): Grammar fix.
11672         * numbers.texi (Comparison of Numbers): Add eql.
11674         * locals.texi (Standard Buffer-Local Variables): Add many vars.
11676         * intro.texi (Printing Notation): Fix previous change.
11678         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11679         and default-indicate-buffer-boundaries from here.
11680         (Usual Display): To here.
11681         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11682         (Usual Display): Move tab-width up.
11684         * customize.texi (Variable Definitions):
11685         Replace show-paren-mode example with tooltip-mode.
11686         (Simple Types, Composite Types, Defining New Types):
11687         Minor cleanups.
11689 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
11691         * processes.texi (Synchronous Processes, Output from Processes):
11692         Markup fix.
11694 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11696         * positions.texi (Skipping Characters): skip-chars-forward
11697         now handles char classes.
11699         * intro.texi (Printing Notation): Avoid confusion of `print'
11700         when explaining @print.
11702         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11704         * display.texi (Display Table Format): Minor fix.
11706         * streams.texi (Output Functions): Fix print example.
11708         * Makefile.in (elisp): New target.
11709         (dist): Depend on $(infodir)/elisp, not elisp.
11710         Copy the info files from $(infodir).
11712         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11713         read-from-minibuffer.
11715         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11717 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11719         * searching.texi (Regexp Search): Add search-whitespace-regexp.
11721 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
11723         * tips.texi (Coding Conventions): Fix typo.
11725 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11727         * tips.texi (Coding Conventions): Separate defvar and require
11728         methods to avoid warnings.  Use require only when there are many
11729         functions and variables from that package.
11731         * minibuf.texi (Minibuffer Completion): When ignoring case,
11732         predicate must not be case-sensitive.
11734         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11735         (Test Coverage): Don't talk about "splotches".  Clarified.
11737 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
11739         * frames.texi (Window Frame Parameters): Fix typo.
11741 2004-11-15  Kim F. Storm  <storm@cua.dk>
11743         * symbols.texi (Other Plists): Note that plist-get may signal error.
11744         Add safe-plist-get.
11746 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
11748         * modes.texi (Font Lock Basics): Fix typo.
11750 2004-11-08  Richard M. Stallman  <rms@gnu.org>
11752         * syntax.texi (Syntax Table Functions): Add syntax-after.
11754 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
11756         * os.texi (Processor Run Time): New section documenting
11757         get-internal-run-time.
11759 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
11761         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11762         it nukes elisp-cover.texi.
11763         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11764         elisp-0 etc.
11766 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11768         * commands.texi (Keyboard Macros): Document `append' return value
11769         of `defining-kbd-macro'.
11771 2004-11-01  Richard M. Stallman  <rms@gnu.org>
11773         * commands.texi (Interactive Call): Add called-interactively-p.
11775 2004-10-29  Simon Josefsson  <jas@extundo.com>
11777         * minibuf.texi (Reading a Password): Revert.
11779 2004-10-28  Richard M. Stallman  <rms@gnu.org>
11781         * frames.texi (Display Feature Testing): Explain about "vendor".
11783 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11785         * commands.texi (Interactive Codes): `N' uses numeric prefix,
11786         not raw.  Clarify `n'.
11787         (Interactive Call): Rewrite interactive-p, focusing on when
11788         and how to use it.
11789         (Misc Events): Clarify previous change.
11791         * advice.texi (Simple Advice): Clarify what job the example does.
11792         (Around-Advice): Clarify ad-do-it.
11793         (Activation of Advice): An option of ad-default-compilation-action
11794         is `never', not `nil'.
11796 2004-10-26  Kim F. Storm  <storm@cua.dk>
11798         * commands.texi (Interactive Codes): Add U code letter.
11800 2004-10-25  Simon Josefsson  <jas@extundo.com>
11802         * minibuf.texi (Reading a Password): Add.
11804 2004-10-24  Jason Rumney  <jasonr@gnu.org>
11806         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
11807         and wheel-down.
11809 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
11811         * processes.texi (Synchronous Processes): Document process-file.
11813 2004-10-22  Kenichi Handa  <handa@m17n.org>
11815         * text.texi (translate-region): Document that it accepts also a
11816         char-table.
11818 2004-10-22  David Ponce  <david@dponce.com>
11820         * windows.texi (Resizing Windows): Document the `preserve-before'
11821         argument of the functions `enlarge-window' and `shrink-window'.
11823 2004-10-19  Jason Rumney  <jasonr@gnu.org>
11825         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11827 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11829         * text.texi (Filling): Add anchor for definition of
11830         `sentence-end-double-space'.
11832         * searching.texi (Regexp Example): Update description of how
11833         Emacs currently recognizes the end of a sentence.
11834         (Standard Regexps): Update definition of the variable
11835         `sentence-end'.  Add definition of the function `sentence-end'.
11837 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
11839         * display.texi (Progress): New node.
11841 2004-10-05  Kim F. Storm  <storm@cua.dk>
11843         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11845 2004-09-29  Kim F. Storm  <storm@cua.dk>
11847         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11848         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
11849         fringe bitmap symbols, as they now have their own namespace.
11850         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11851         vs. pixels.  Signal error if no free bitmap slots.
11852         (Pixel Specification): Change IMAGE to @var{image}.
11854 2004-09-28  Richard M. Stallman  <rms@gnu.org>
11856         * text.texi (Special Properties): Clarify line-spacing and line-height.
11858         * searching.texi (Regexp Search): Add looking-back.
11860 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
11862         * display.texi: Correct typos.
11863         (Image Descriptors): Correct xref's.
11865 2004-09-25  Richard M. Stallman  <rms@gnu.org>
11867         * text.texi (Special Properties): Cleanups in `cursor'.
11868         Rewrites in `line-height' and `line-spacing'; exchange them.
11870         * display.texi (Fringes): Rewrite previous change.
11871         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
11872         (Display Fringe Bitmaps): Node deleted, text moved.
11873         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
11874         (Scroll Bars): Clarify set-window-scroll-bars.
11875         (Pointer Shape): Rewrite.
11876         (Specified Space): Clarify :align-to, etc.
11877         (Pixel Specification): Use @var.  Clarify new text.
11878         (Other Display Specs): Clarify `slice'.
11879         (Image Descriptors): Cleanups.
11880         (Showing Images): Cleanups.
11882 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
11884         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11886         * modes.texi: Various minor changes in addition to:
11887         (Major Mode Conventions): Final call to `run-mode-hooks' should
11888         not be inside the `delay-mode-hooks' form.
11889         (Mode Hooks): New node.
11890         (Hooks): Delete obsolete example.
11891         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11892         node "Mode Hooks".
11894 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
11896         * display.texi: Correct various typos.
11897         (Display): Rename node "Pointer Shapes" to "Pointer
11898         Shape".  (There is already a node called "Pointer Shapes" in
11899         frames.texi.)
11900         (Images): Remove non-existent node "Image Slices" from menu.
11902 2004-09-23  Kim F. Storm  <storm@cua.dk>
11904         * text.texi (Special Properties): Add `cursor', `pointer',
11905         `line-height', and `line-spacing' properties.
11907         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11908         Shapes' to menu.
11909         (Standard Faces): Doc fix for fringe face.
11910         (Fringes): Add `overflow-newline-into-fringe' and
11911         'indicate-buffer-boundaries'.
11912         (Fringe Bitmaps, Pointer Shapes): New nodes.
11913         (Display Property): Add 'Pixel Specification' and 'Display Fringe
11914         Bitmaps' to menu.
11915         (Specified Space): Describe pixel width and height.
11916         (Pixel Specification): New node.
11917         (Other Display Specs): Add `slice' property.
11918         (Display Fringe Bitmaps): New node.
11919         (Images): Add 'Image Slices' to menu.
11920         (Image Descriptors): Add `:pointer' and `:map' properties.
11921         (Showing Images): Add slice arg to `insert-image'.
11922         Add 'insert-sliced-image'.
11924 2004-09-20  Richard M. Stallman  <rms@gnu.org>
11926         * commands.texi (Key Sequence Input):
11927         Clarify downcasing in read-key-sequence.
11929 2004-09-08  Juri Linkov  <juri@jurta.org>
11931         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11933 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
11935         * locals.texi (Standard Buffer-Local Variables):
11936         Add `buffer-auto-save-file-format'.
11937         * internals.texi (Buffer Internals): Describe new
11938         auto_save_file_format field of the buffer structure.
11939         * files.texi (Format Conversion): `auto-save-file-format' has been
11940         renamed `buffer-auto-save-file-format'.
11942 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
11944         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11945         an integer or a marker.
11946         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11948 2004-08-22  Richard M. Stallman  <rms@gnu.org>
11950         * modes.texi (Major Mode Conventions): Discuss rebinding of
11951         standard key bindings.
11953 2004-08-18  Kim F. Storm  <storm@cua.dk>
11955         * processes.texi (Accepting Output): Add `just-this-one' arg to
11956         `accept-process-output'.
11957         (Output from Processes): New var `process-adaptive-read-buffering'.
11959 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11961         * keymaps.texi: Various changes in addition to:
11962         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11963         Give more varied examples for `kbd'.
11964         (Creating Keymaps): Char tables have slots for all characters
11965         without modifiers.
11966         (Active Keymaps): `overriding-local-map' and
11967         `overriding-terminal-local-map' also override text property and
11968         overlay keymaps.
11969         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11970         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11971         to denote a prefix of no events.
11972         `map-keymap' includes parent's bindings _recursively_.
11973         Clarify and correct description of `where-is-internal'.
11974         Mention BUFFER-OR-NAME arg to `describe-bindings'.
11975         (Menu Example): For menus intended for use with the keyboard, the
11976         menu items should be bound to characters or real function keys.
11978 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11980         * objects.texi (Character Type): Reposition `@anchor' to prevent
11981         double space inside sentence in Info.
11983         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11984         renamed to `disabled-command-function'.
11985         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11986         (Command Loop Info): Replace reference to it.
11987         (Disabling Commands): `disabled-command-hook' has been renamed to
11988         `disabled-command-function'.
11990 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
11992         * os.texi (Translating Input): Only non-prefix bindings in
11993         `key-translation-map' override actual key bindings.  Warn about
11994         possible indirect effect of actual key bindings on non-prefix
11995         bindings in `key-translation-map'.
11997 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11999         * minibuf.texi (High-Level Completion): Add anchor for definition
12000         of `read-variable'.
12002         * commands.texi: Various changes in addition to:
12003         (Using Interactive): Clarify description of `interactive-form'.
12004         (Interactive Call): Mention default for KEYS argument to
12005         `call-interactively'.
12006         (Command Loop Info): Clarify description of `this-command-keys'.
12007         Mention KEEP-RECORD argument to `clear-this-command-keys'.
12008         Value of `last-event-frame' can be `macro'.
12009         (Repeat Events): `double-click-fuzz' is also used to distinguish
12010         clicks and drags.
12011         (Classifying Events): Clarify descriptions of `event-modifiers'
12012         `event-basic-type' and `event-convert-list'.
12013         (Accessing Events): `posn-timestamp' takes POSITION argument.
12014         (Quoted Character Input): Clarify description of
12015         `read-quoted-char' and fix example.
12016         (Quitting): Add `with-local-quit'.
12017         (Disabling Commands): Correct and clarify descriptions of
12018         `enable-command' and `disable-command'.
12019         Mention what happens if `disabled-command-hook' is nil.
12020         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
12021         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
12023 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
12025         * frames.texi: Various changes in addition to:
12026         (Creating Frames): Expand and clarify description of `make-frame'.
12027         (Window Frame Parameters): Either none or both of the `icon-left'
12028         and `icon-top' parameters must be specified.  Put descriptions of
12029         `menu-bar-lines' and `toolbar-lines' closer together and change
12030         them accordingly.
12031         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
12032         except while processing `frame-title-format' or `icon-title-format'.
12033         (Deleting Frames): Correct description of `delete-frame'.
12034         Non-nil return values of `frame-live-p' are like those of `framep'.
12035         (Frames and Windows): Mention return value of
12036         `set-frame-selected-window'.
12037         (Visibility of Frames): Mention `force' argument to
12038         `make-frame-invisible'.  `frame-visible-p' returns t for all
12039         frames on text-only terminals.
12040         (Frame Configurations): Restoring a frame configuration does not
12041         restore deleted frames.
12042         (Window System Selections): `x-set-selection' returns DATA.
12043         (Resources): Add example.
12044         (Display Feature Testing): Clarify descriptions of
12045         `display-pixel-height', `display-pixel-width', `x-server-version'
12046         and `x-server-vendor'.
12048         * windows.texi (Choosing Window): Add anchor.
12049         * minibuf.texi (Minibuffer Misc): Add anchor.
12051 2004-07-23  John Paul Wallington  <jpw@gnu.org>
12053         * macros.texi (Defining Macros): Declaration keyword for setting
12054         Edebug spec is `debug' not `edebug'.
12056 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
12058         * windows.texi: Various small changes in addition to:
12059         (Window Point): Mention return value of `set-window-point'.
12060         (Window Start): `pos-visible-in-window-p' disregards horizontal
12061         scrolling.  Explain return value if PARTIALLY is non-nil.
12062         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
12063         and `set-window-vscroll'.
12064         (Size of Window): The argument WINDOW to `window-inside-edges',
12065         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
12066         (Resizing Windows): Explain return value of
12067         `shrink-window-if-larger-than-buffer'.
12068         `window-size-fixed' automatically becomes buffer local when set.
12069         (Window Configurations): Explain return value of
12070         `set-window-configuration'.
12072         * minibuf.texi (Minibuffer Misc): Add anchor for
12073         `minibuffer-scroll-window'.
12075         * positions.texi (Text Lines): Add anchor for `count-lines'.
12077 2004-07-17  Richard M. Stallman  <rms@gnu.org>
12079         * display.texi (Overlay Properties): Adding `evaporate' prop
12080         deletes empty overlay immediately.
12082         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
12083         fix example.
12085 2004-07-16  Jim Blandy  <jimb@redhat.com>
12087         * searching.texi (Regexp Backslash): Document new \_< and \_>
12088         operators.
12090 2004-07-16  Juanma Barranquero  <lektu@terra.es>
12092         * display.texi (Images): Fix Texinfo usage.
12094 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
12096         * buffers.texi (Modification Time): `visited-file-modtime' now
12097         returns a list of two integers, instead of a cons.
12099 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12101         * windows.texi: Various changes in addition to:
12102         (Splitting Windows): Add `split-window-keep-point'.
12104 2004-07-09  Richard M. Stallman  <rms@gnu.org>
12106         * frames.texi (Input Focus): Minor fix.
12108 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12110         * frames.texi (Input Focus): Clarify descriptions of
12111         `select-frame-set-input-focus' and `select-frame'.
12113 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
12115         * os.texi: Various small changes in addition to:
12116         (Killing Emacs): Expand and clarify description of
12117         `kill-emacs-query-functions' and `kill-emacs-hook'.
12118         (System Environment): Expand and clarify description of `getenv'
12119         and `setenv'.
12120         (Timers): Clarify description of `run-at-time'.
12121         (Translating Input): Correct description of
12122         `extra-keyboard-modifiers'.
12123         (Flow Control): Correct description of `enable-flow-control'.
12125 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
12127         * os.texi: Update copyright.
12128         (Session Management): Grammar fix.
12129         Clarify which Emacs does the restarting.
12130         Use @samp for *scratch* buffer.
12132 2004-07-04  Alan Mackenzie  <acm@muc.de>
12134         * frames.texi (Input Focus): Add documentation for
12135         `select-frame-set-input-focus'.  Replace refs to non-existent
12136         `switch-frame' with `select-frame'.  Minor corrections and tidying
12137         up of text-only terminal stuff.
12139 2004-07-02  Richard M. Stallman  <rms@gnu.org>
12141         * files.texi (Saving Buffers): Cleanup write-contents-function.
12142         (Magic File Names): Cleanup file-remote-p.
12144 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
12146         * files.texi (Magic File Names): `file-remote-p' returns an
12147         identifier of the remote system, not just t.
12149 2004-07-02  David Kastrup  <dak@gnu.org>
12151         * searching.texi (Entire Match Data): Add explanation about new
12152         match-data behavior when @var{integers} is non-nil.
12154 2004-06-24  Richard M. Stallman  <rms@gnu.org>
12156         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
12158         * customize.texi (Variable Definitions): Note about doc strings
12159         and :set.
12161         * keymaps.texi (Keymap Terminology): Document `kbd'.
12162         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
12164         * display.texi (Invisible Text): Setting buffer-invisibility-spec
12165         makes it buffer-local.
12167         * files.texi (Saving Buffers): Correct previous change.
12169         * commands.texi (Accessing Events):
12170         Clarify posn-col-row and posn-actual-col-row.
12172 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
12174         * commands.texi (Accessing Events): New functions
12175         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
12177 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12179         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
12180         * frames.texi, buffers.texi, backups.texi, variables.texi:
12181         * loading.texi, eval.texi, functions.texi, control.texi:
12182         * symbols.texi, minibuf.texi: Reposition @anchor's.
12184         * help.texi: Various small changes in addition to the following.
12185         (Describing Characters): Describe PREFIX argument to
12186         `key-description'.  Correct and clarify definition of
12187         `text-char-description'.  Describe NEED-VECTOR argument to
12188         `read-kbd-macro'.
12189         (Help Functions): Clarify definition of `apropos'.
12191 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
12193         * files.texi (Saving Buffers): Correct description of
12194         `write-contents-functions'.
12196 2004-06-21  Juanma Barranquero  <lektu@terra.es>
12198         * display.texi (Images): Remove redundant @vindex directives.
12199         Rewrite `image-library-alist' doc in active voice.
12201 2004-06-14  Juanma Barranquero  <lektu@terra.es>
12203         * display.texi (Images): Document new delayed library loading,
12204         variable `image-library-alist' and (existing but undocumented)
12205         function `image-type-available-p'.
12207 2004-06-05  Richard M. Stallman  <rms@gnu.org>
12209         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
12210         refer the user to the Initial Input node.
12211         (Text from Minibuffer): Likewise.
12212         (Initial Input): New node.  Document this feature
12213         and say it is mostly deprecated.
12215 2004-05-30  Richard M. Stallman  <rms@gnu.org>
12217         * loading.texi (Named Features): Clarify return value
12218         and meaning of NOERROR.
12220         * variables.texi (File Local Variables): Minor cleanup.
12222 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
12224         * files.texi (Magic File Names): Add `file-remote-p' as operation
12225         of file name handlers.
12227 2004-05-29  Richard M. Stallman  <rms@gnu.org>
12229         * modes.texi (Minor Mode Conventions): (-) has no special meaning
12230         as arg to a minor mode command.
12232 2004-05-22  Richard M. Stallman  <rms@gnu.org>
12234         * syntax.texi (Syntax Class Table): Word syntax not just for English.
12236         * streams.texi (Output Variables): Doc float-output-format.
12238         * searching.texi (Regexp Special): Nested repetition can be infloop.
12240         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
12241         real stack overflow.
12243         * compile.texi: Minor cleanups.
12245 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
12247         * lists.texi (Cons Cells): Explain dotted lists, true lists,
12248         circular lists.
12249         (List Elements): Explain handling of circular and dotted lists.
12251 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
12253         * modes.texi (Search-based Fontification): Fix typo.
12255 2004-05-10  Juanma Barranquero  <lektu@terra.es>
12257         * modes.texi (Mode Line Variables): Fix description of
12258         global-mode-string, which is now after which-func-mode, not the
12259         buffer name.
12261 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
12263         * modes.texi (Desktop Save Mode): Add.
12264         (Modes): Add menu entry Desktop Save Mode.
12266         * hooks.texi: Add desktop-after-read-hook,
12267         desktop-no-desktop-file-hook and desktop-save-hook.
12269         * locals.texi: Add desktop-save-buffer.
12271 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
12273         * display.texi: emacs -> Emacs.
12275 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
12277         * files.texi (Changing Files): Document set-file-times.
12279 2004-04-23  Juanma Barranquero  <lektu@terra.es>
12281         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12283 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
12285         * tips.texi (Coding Conventions): defopt -> defcustom.
12287 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
12289         * sequences.texi: Various clarifications.
12291 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
12293         * buffers.texi (Read Only Buffers): Mention optional ARG to
12294         `toggle-read-only'.
12296 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
12298         * windows.texi (Selecting Windows): Note that get-lru-window
12299         returns a full-width window if possible.
12301 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
12303         * buffers.texi: Various changes in addition to:
12304         (Buffer File Name): Add `find-buffer-visiting'.
12305         (Buffer Modification): Mention optional ARG to `not-modified'.
12306         (Indirect Buffers): Mention optional CLONE argument to
12307         `make-indirect-buffer'.
12309         * files.texi: Various changes in addition to:
12310         (Visiting Functions): `find-file-hook' is now a normal hook.
12311         (File Name Expansion): Explain difference between the way that
12312         `expand-file-name' and `file-truename' treat `..'.
12313         (Contents of Directories): Mention optional ID-FORMAT argument to
12314         `directory-files-and-attributes'.
12315         (Format Conversion): Mention new optional CONFIRM argument to
12316         `format-write-file'.
12318 2004-04-12  Miles Bader  <miles@gnu.org>
12320         * macros.texi (Expansion): Add description of `macroexpand-all'.
12322 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
12324         * variables.texi (Variable Aliases):
12325         Mention cyclic-variable-indirection.
12327         * errors.texi (Standard Errors): Ditto.
12329 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12331         * backups.texi: Various small changes in addition to:
12332         (Making Backups): Mention return value of `backup-buffer'.
12333         (Auto-Saving): Mention optional FORCE argument to
12334         `delete-auto-save-file-if-necessary'.
12335         (Reverting): Mention optional PRESERVE-MODES argument to
12336         `revert-buffer'.  Correct description of `revert-buffer-function'.
12338 2004-03-22  Juri Linkov  <juri@jurta.org>
12340         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
12341         with `Vector Functions'.
12343         * text.texi (Sorting): Add missing quote.
12345 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
12347         * intro.texi (Lisp History): Replace xref to `cl' manual with
12348         inforef.
12350 2004-03-12  Richard M. Stallman  <rms@gnu.org>
12352         * intro.texi (Version Info): Add arg to emacs-version.
12353         (Lisp History): Change xref to CL manual.
12355 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
12357         * minibuf.texi (Completion Commands): Add xref to Emacs manual
12358         for Partial Completion mode.
12360 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
12362         * customize.texi: Fix typo.  Remove eol whitespace.
12364 2004-03-04  Richard M. Stallman  <rms@gnu.org>
12366         * processes.texi: Fix typos.
12368         * lists.texi (Building Lists): Minor clarification.
12370         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12371         in make-hash-table.
12373 2004-02-29  Juanma Barranquero  <lektu@terra.es>
12375         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12376         rm, and ignore exit code.
12378 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
12380         * display.texi (Defining Faces): Add description for min-colors.
12381         Update example.
12383 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12385         * abbrevs.texi: Various corrections and clarifications in addition
12386         to the following:
12387         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12389 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12391         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12393 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
12395         * text.texi: Various small changes in addition to the following:
12396         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12397         to delete-horizontal-space.
12398         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12399         description of yank-handler text property at various places.
12401         * frames.texi (Window System Selections): Add anchor.
12403         * syntax.texi (Syntax Table Functions): Clarify and correct
12404         descriptions of make-syntax-table and copy-syntax-table.
12405         (Motion and Syntax): Clarify SYNTAXES argument to
12406         skip-syntax-forward.
12407         (Parsing Expressions): Mention that the return value of
12408         parse-partial-sexp is currently a list of ten rather than nine
12409         elements.
12410         (Categories): Various corrections and clarifications.
12412 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
12414         * markers.texi (Marker Insertion Types): Minor change.
12416         * locals.texi (Standard Buffer-Local Variables):
12417         * commands.texi (Interactive Codes, Using Interactive):
12418         * functions.texi (Related Topics): Fix xrefs.
12420 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12422         * lists.texi (Sets And Lists): Update description of delete-dups.
12424 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12426         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12428 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
12430         * frames.texi (Parameter Access): frame-parameters arg is optional.
12431         modify-frame-parameters handles nil for FRAME.
12432         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12433         are all-or-nothing for certain toolkits.
12434         Mention parameter wait-for-wm.
12435         (Frames and Windows): In frame-first-window and frame-selected-window
12436         the arg is optional.
12437         (Input Focus): In redirect-frame-focus the second arg is optional.
12438         (Window System Selections): Mention selection type CLIPBOARD.
12439         Mention data-type UTF8_STRING.
12440         Mention numbering of cut buffers.
12441         (Resources): Describe x-resource-name.
12443 2004-02-16  Richard M. Stallman  <rms@gnu.org>
12445         * windows.texi (Buffers and Windows): Delete false table
12446         about all-frames.
12448         * syntax.texi (Parsing Expressions): Delete old caveat
12449         about parse-sexp-ignore-comments.
12451         * streams.texi (Output Variables): Add print-quoted.
12453         * lists.texi (Building Lists): Minor cleanup.
12455         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12457         * display.texi (Overlays): Explain overlays use markers.
12458         (Managing Overlays): Explain front-advance and rear-advance
12459         in more detail.
12461         * loading.texi (Unloading): Document unload-feature-special-hooks.
12462         Get rid of fns-NNN.el file.
12464 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12466         * help.texi (Describing Characters): Fix text-char-description
12467         example output.
12469         * edebug.texi (Using Edebug): Fix example.
12471         * debugging.texi (Internals of Debugger): Fix return value.
12473         * files.texi (Changing Files): Fix argname.
12475         * calendar.texi: Fix parens, and default values.
12477         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12478         * nonascii.texi, objects.texi, os.texi: Minor fixes.
12479         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12481         * positions.texi (Text Lines): Don't add -1 in current-line.
12483 2004-02-16  Richard M. Stallman  <rms@gnu.org>
12485         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12487 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12489         * processes.texi (Low-Level Network): Fix a typo.
12491 2004-02-12  Kim F. Storm  <storm@cua.dk>
12493         * display.texi (Fringes): Use consistent wording.
12494         Note that window-fringe's window arg is optional.
12495         (Scroll Bars): Use consistent wording.
12497 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
12499         * tips.texi (Comment Tips): Document the new conventions for
12500         commenting out code.
12502 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
12504         * positions.texi (Text Lines): Add missing end defun.
12506 2004-02-07  Kim F. Storm  <storm@cua.dk>
12508         * positions.texi (Text Lines): Add line-number-at-pos.
12510 2004-02-06  John Paul Wallington  <jpw@gnu.org>
12512         * display.texi (Button Properties, Button Buffer Commands):
12513         mouse-2 invokes button, not down-mouse-1.
12515 2004-02-04  Jason Rumney  <jasonr@gnu.org>
12517         * makefile.w32-in: Sync with Makefile.in changes.
12519 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
12521         * minibuf.texi (Text from Minibuffer): Various corrections and
12522         clarifications.
12523         (Object from Minibuffer): Correct Lisp description of
12524         read-minibuffer.
12525         (Minibuffer History): Clarify description of cons values for
12526         HISTORY arguments.
12527         (Basic Completion): Various corrections and clarifications.
12528         Add completion-regexp-list.
12529         (Minibuffer Completion): Correct and clarify description of
12530         completing-read.
12531         (Completion Commands): Mention Partial Completion mode.
12532         Various other minor changes.
12533         (High-Level Completion): Various corrections and clarifications.
12534         (Reading File Names): Ditto.
12535         (Minibuffer Misc): Ditto.
12537 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
12539         * strings.texi (Text Comparison): assoc-string also matches
12540         elements of alists that are strings instead of conses.
12541         (Formatting Strings): Standardize Texinfo usage.  Update index
12542         entries.
12544 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
12546         * lists.texi (Sets And Lists): Add delete-dups.
12548 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12550         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12551         special form.
12552         * macros.texi (Defining Macros): Update description of `declare',
12553         which now is a macro.
12554         (Wrong Time): Fix typos.
12556 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12558         * compile.texi (Compilation Functions): Expand descriptions of
12559         `compile-defun', `byte-compile-file', `byte-recompile-directory'
12560         and `batch-byte-compile'.  In particular, mention and describe
12561         all optional arguments.
12562         (Disassembly): Correct and clarify the description of `disassemble'.
12564 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12566         * searching.texi: Various small changes in addition to the
12567         following.
12568         (Regexp Example): Adapt to new value of `sentence-end'.
12569         (Regexp Functions): The PAREN argument to `regexp-opt' can be
12570         `words'.
12571         (Search and Replace): Add usage note for `perform-replace'.
12572         (Entire Match Data): Mention INTEGERS and REUSE arguments to
12573         `match-data'.
12574         (Standard Regexps): Update for new values of `paragraph-start'
12575         and `sentence-end'.
12577 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12579         * files.texi (Saving Buffers): Clarify descriptions of
12580         `write-contents-functions' and `before-save-hook'.
12581         Make the defvar's for `before-save-hook' and `after-save-hook'
12582         into defopt's.
12584 2004-01-07  Kim F. Storm  <storm@cua.dk>
12586         * commands.texi (Click Events): Describe new image and
12587         width/height elements of click events.
12588         (Accessing Events): Add posn-string, posn-image, and
12589         posn-object-width-height.  Change posn-object to return either
12590         image or string object.
12592 2004-01-01  Simon Josefsson  <jas@extundo.com>
12594         * hooks.texi (Standard Hooks): Add before-save-hook.
12595         * files.texi (Saving Buffers): Likewise.
12597 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12599         * frames.texi (Frames and Windows): Delete frame-root-window.
12601 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12603         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12605         * functions.texi: Various small changes in addition to the
12606         following.
12607         (What Is a Function): `functionp' returns nil for macros.
12608         Clarify behavior of this and following functions for symbol arguments.
12609         (Function Documentation): Add `\' in front of (fn @var{arglist})
12610         and explain why.
12611         (Defining Functions): Mention DOCSTRING argument to `defalias'.
12612         Add anchor.
12613         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
12615 2004-01-01  Miles Bader  <miles@gnu.org>
12617         * display.texi (Buttons): New section.
12619 2003-12-31  Andreas Schwab  <schwab@suse.de>
12621         * numbers.texi (Math Functions): sqrt reports a domain-error
12622         error.
12623         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12625 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12627         * tips.texi (Documentation Tips): Update item on hyperlinks in
12628         documentation strings.
12630         * errors.texi (Standard Errors): Various small corrections and
12631         additions.
12633         * control.texi: Various small changes in addition to the
12634         following.
12635         (Signaling Errors): Provide some more details on how `signal'
12636         constructs the error message.  Add anchor to the definition of
12637         `signal'.
12638         (Error Symbols): Describe special treatment of `quit'.
12639         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12640         to emphasize that it has to be a single form.
12642         * buffers.texi: Add anchor.
12644 2003-12-29  Richard M. Stallman  <rms@gnu.org>
12646         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12647         (Window Configurations): Add window-configuration-frame.
12649         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12651         * text.texi (Examining Properties): Add get-char-property-and-overlay.
12652         Change arg name in get-char-property.
12653         (Special Properties): Update handling of keymap property.
12655         * strings.texi (Modifying Strings): Add clear-string.
12656         (Text Comparison): Add assoc-string and remove
12657         assoc-ignore-case, assoc-ignore-representation.
12659         * os.texi (Time of Day): Add set-time-zone-rule.
12661         * numbers.texi (Math Functions): asin, acos, log, log10
12662         report domain-error errors.
12664         * nonascii.texi (Converting Representations):
12665         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12666         (Encoding and I/O): Add file-name-coding-system.
12668         * modes.texi (Search-based Fontification): Explain that
12669         face specs are symbols with face names as values.
12671         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12673         * lists.texi (Building Lists): remq moved elsewhere.
12674         (Sets And Lists): remq moved here.
12675         (Association Lists): Refer to assoc-string.
12677         * internals.texi (Garbage Collection): Add memory-use-counts.
12679         * frames.texi (Frames and Windows): Add set-frame-selected-window
12680         and frame-root-window.
12682         * files.texi (Contents of Directories):
12683         Add directory-files-and-attributes.
12685         * display.texi (Refresh Screen): Add force-window-update.
12686         (Invisible Text): Explain about moving point out of invis text.
12687         (Overlay Properties): Add overlay-properties.
12688         (Managing Overlays): Add overlayp.
12689         (GIF Images): Invalid image number displays a hollow box.
12691         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12692         (Killing Buffers): Add buffer-live-p.
12694 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12696         * display.texi (Fringes): Fix typo "set-buffer-window".
12698 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
12700         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12701         * nonascii.texi, processes.texi, tips.texi, variables.texi:
12702         Add or change various xrefs and anchors.
12704         * commands.texi: Replace all occurrences of @acronym{CAR} with
12705         @sc{car}, for consistency with the rest of the Elisp manual.
12706         `car' and `cdr' are historically acronyms, but are no longer
12707         widely thought of as such.
12709         * internals.texi (Pure Storage): Mention that `purecopy' does not
12710         copy text properties.
12711         (Object Internals): Now 29 bits are used (in most implementations)
12712         to address Lisp objects.
12714         * variables.texi (Variables with Restricted Values): New node.
12716         * objects.texi (Lisp Data Types): Mention that certain variables
12717         can only take on a restricted set of values and add an xref to
12718         the new node "Variables with Restricted Values".
12720         * eval.texi (Function Indirection): Describe the errors that
12721         `indirect-function' can signal.
12722         (Eval): Clarify the descriptions of `eval-region' and `values'.
12723         Describe `eval-buffer' instead of `eval-current-buffer' and
12724         mention `eval-current-buffer' as an alias for `current-buffer'.
12725         Correct the description and mention all optional arguments.
12727         * nonascii.texi: Various small changes in addition to the
12728         following.
12729         (Converting Representations): Clarify behavior of
12730         `string-make-multibyte' and `string-to-multibyte' for unibyte all
12731         ASCII arguments.
12732         (Character Sets): Document the variable `charset-list' and adapt
12733         the definition of the function `charset-list' accordingly.
12734         (Translation of Characters): Clarify use of generic characters in
12735         `make-translation-table'.  Clarify and correct the description of
12736         the use of translation tables in encoding and decoding.
12737         (User-Chosen Coding Systems): Correct and clarify the description
12738         of `select-safe-coding-system'.
12739         (Default Coding Systems): Clarify description of
12740         `file-coding-system-alist'.
12742 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12744         * strings.texi (Text Comparison): Correctly describe when two
12745         strings are `equal'.  Combine and clarify descriptions of
12746         `assoc-ignore-case' and `assoc-ignore-representation'.
12748         * objects.texi (Non-ASCII in Strings): Clarify description of
12749         when a string is unibyte or multibyte.
12750         (Bool-Vector Type): Update examples.
12751         (Equality Predicates): Correctly describe when two strings are
12752         `equal'.
12754 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
12756         * lists.texi (Building Lists): `append' no longer accepts integer
12757         arguments.  Update the description of `number-sequence' to reflect
12758         recent changes.
12759         (Sets And Lists): Describe `member-ignore-case' after `member'.
12761 2003-11-27  Kim F. Storm  <storm@cua.dk>
12763         * commands.texi (Click Events): Click object may be an images.
12764         Describe (dx . dy) element of click positions.
12765         (Accessing Events): Remove duplicate posn-timestamp.
12766         New functions posn-object and posn-object-x-y.
12768 2003-11-23  Kim F. Storm  <storm@cua.dk>
12770         * commands.texi (Click Events): Describe enhancements to event
12771         position lists, including new text-pos and (col . row) items.
12772         Mention left-fringe and right-fringe area events.
12773         (Accessing Events): New functions posn-area and
12774         posn-actual-col-row.  Mention posn-timestamp.  Mention that
12775         posn-point in non-text area still returns buffer position.
12776         Clarify posn-col-row.
12778 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
12780         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12781         * anti.texi (File Attributes): Describe removed parameter
12782         ID-FORMAT.
12784 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12786         * positions.texi (Positions): Mention that, if a marker is used as
12787         a position, its buffer is ignored.
12789         * markers.texi (Overview of Markers): Mention it here too.
12791 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
12793         * numbers.texi (Numeric Conversions): Not just `floor', but also
12794         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12796 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
12798         * markers.texi (Creating Markers): Specify insertion type of
12799         created markers.  Add xref to `Marker Insertion Types'.
12800         Second argument to `copy-marker' is optional.
12801         (Marker Insertion Types): Mention that most markers are created
12802         with insertion type nil.
12803         (The Mark): Correctly describe when `mark' signals an error.
12804         (The Region): Correctly describe when `region-beginning' and
12805         `region-end' signal an error.
12807 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
12809         * hash.texi (Creating Hash): Clarify description of `eql'.
12810         `makehash' is obsolete.
12811         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12813         * positions.texi (Point): Change description of `buffer-end', so
12814         that it is also correct for floating point arguments.
12815         (List Motion): Correct argument lists of `beginning-of-defun' and
12816         `end-of-defun'.
12817         (Excursions): Add xref to `Marker Insertion Types'.
12818         (Narrowing): Argument to `narrow-to-page' is optional.
12820 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
12822         * streams.texi (Output Streams): Clarify behavior of point for
12823         marker output streams.
12825 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12827         * variables.texi (Defining Variables): Second argument to
12828         `defconst' is not optional.
12829         (Setting Variables): Mention optional argument APPEND to
12830         `add-to-list'.
12831         (Creating Buffer-Local): Expand description of
12832         `make-variable-buffer-local'.
12833         (Frame-Local Variables): Expand description of
12834         `make-variable-frame-local'.
12835         (Variable Aliases): Correct description of optional argument
12836         DOCSTRING to `defvaralias'.  Mention return value of
12837         `defvaralias'.
12838         (File Local Variables): Add xref to `File variables' in Emacs
12839         Manual.  Correct description of `hack-local-variables'.  Mention
12840         `safe-local-variable' property.  Mention optional second argument
12841         to `risky-local-variable-p'.
12843 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
12845         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12847 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12849         * anti.texi, backups.texi, commands.texi, customize.texi:
12850         * display.texi, files.texi, internals.texi, keymaps.texi:
12851         * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12852         * objects.texi, os.texi, positions.texi, processes.texi:
12853         * searching.texi, sequences.texi, streams.texi, strings.texi:
12854         * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12856 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
12858         * strings.texi (Creating Strings): Argument START to `substring'
12859         can not be `nil'.  Expand description of
12860         `substring-no-properties'.  Correct description of `split-string',
12861         especially with respect to empty matches.  Prevent very bad line
12862         break in definition of `split-string-default-separators'.
12863         (Text Comparison): `string=' and `string<' also accept symbols as
12864         arguments.
12865         (String Conversion): More completely describe argument BASE in
12866         `string-to-number'.
12867         (Formatting Strings): `%s' and `%S' in `format' do require
12868         corresponding object.  Clarify behavior of numeric prefix after
12869         `%' in `format'.
12870         (Case Conversion): The argument to `upcase-initials' can be a
12871         character.
12873 2003-10-27  Kenichi Handa  <handa@m17n.org>
12875         * display.texi (Fontsets): Fix texinfo usage.
12877 2003-10-25  Kenichi Handa  <handa@m17n.org>
12879         * display.texi (Fontsets): Add description of the function
12880         set-fontset-font.
12882 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
12884         * display.texi (Temporary Displays): Add xref to `Documentation
12885         Tips'.
12887         * functions.texi (Function Safety): Use inforef instead of pxref
12888         for SES.
12890 2003-10-23  Andreas Schwab  <schwab@suse.de>
12892         * Makefile.in (TEX, texinputdir): Don't define.
12893         (TEXI2DVI): Define.
12894         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12895         add $(srcdir)/index.texi.
12896         ($(infodir)/elisp): Remove index.texi dependency.
12897         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
12898         (index.texi): Remove target.
12899         (dist): Don't link $(srcdir)/permute-index.
12900         (clean): Don't remove index.texi.
12902         * permute-index, index.perm: Remove.
12903         * index.texi: Rename from index.unperm.
12905 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
12907         * tips.texi (Documentation Tips): Document new behavior for face
12908         and variable hyperlinks in Help mode.
12910 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
12912         * objects.texi (Integer Type): Update for extra bit of integer range.
12913         (Character Type): Ditto.
12915 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12917         * numbers.texi (Integer Basics): Add index entries for reading
12918         numbers in hex, octal, and binary.
12920 2003-10-16  Lute Kamstra  <lute@gnu.org>
12922         * modes.texi (Mode Line Format): Mention force-mode-line-update's
12923         argument.
12925 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
12927         * windows.texi (Choosing Window): Fix typo.
12928         * edebug.texi (Edebug Execution Modes): Fix typo.
12930 2003-10-13  Richard M. Stallman  <rms@gnu.org>
12932         * windows.texi (Basic Windows): A window has fringe settings,
12933         display margins and scroll-bar settings.
12934         (Splitting Windows): Doc split-window return value.
12935         Clean up one-window-p.
12936         (Selecting Windows): Fix typo.
12937         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12938         (Buffers and Windows): In set-window-buffer, explain effect
12939         on fringe settings and scroll bar settings.
12940         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12941         (Choosing Window): Use defopt for pop-up-frame-function.
12942         For special-display-buffer-names, explain same-window and same-frame.
12943         Clarify window-dedicated-p return value.
12944         (Textual Scrolling): scroll-up and scroll-down can get an error.
12945         (Horizontal Scrolling): Clarify auto-hscroll-mode.
12946         Clarify set-window-hscroll.
12947         (Size of Window): Don't mention tool bar in window-height.
12948         (Coordinates and Windows): Explain what coordinates-in-window-p
12949         returns for fringes and display margins.
12950         (Window Configurations): Explain saving fringes, etc.
12952         * tips.texi (Library Headers): Clean up Documentation.
12954         * syntax.texi (Parsing Expressions): Clean up forward-comment
12955         and parse-sexp-lookup-properties.
12957         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12959         * os.texi (System Environment): Clean up text for load-average errors.
12961         * modes.texi (Hooks): Don't explain local hook details at front.
12962         Clarify run-hooks and run-hook-with-args a little.
12963         Clean up add-hook and remove-hook.
12965         * edebug.texi (Edebug Execution Modes): Clarify t.
12966         Document edebug-sit-for-seconds.
12967         (Coverage Testing): Document C-x X = and =.
12968         (Instrumenting Macro Calls): Fix typo.
12969         (Specification List): Don't index the specification keywords.
12971 2003-10-10  Kim F. Storm  <storm@cua.dk>
12973         * processes.texi (Network): Introduce make-network-process.
12975 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
12977         * tips.texi (Library Headers): Fix typo.
12979 2003-10-07  Juri Linkov  <juri@jurta.org>
12981         * modes.texi (Imenu): Mention imenu-create-index-function's
12982         default value.  Explain submenus better.
12984 2003-10-07  Lute Kamstra  <lute@gnu.org>
12986         * modes.texi (Faces for Font Lock): Fix typo.
12987         (Hooks): Explain how buffer-local hook variables can refer to
12988         global hook variables.
12989         Various minor clarifications.
12991 2003-10-06  Lute Kamstra  <lute@gnu.org>
12993         * tips.texi (Coding Conventions): Mention naming conventions for
12994         hooks.
12996 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
12998         * loading.texi (Library Search): Correct default value of
12999         load-suffixes.
13000         (Named Features): Fix typo.
13002 2003-10-05  Richard M. Stallman  <rms@gnu.org>
13004         * loading.texi (Named Features): In `provide',
13005         say how to test for subfeatures.
13006         (Unloading): In unload-feature, use new var name
13007         unload-feature-special-hooks.
13009 2003-10-03  Lute Kamstra  <lute@gnu.org>
13011         * modes.texi (Major Mode Conventions): Mention third way to set up
13012         Imenu.
13013         (Imenu): A number of small fixes.
13014         Delete documentation of internal variable imenu--index-alist.
13015         Document the return value format of imenu-create-index-function
13016         functions.
13018 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13020         * processes.texi (Network): Say what stopped datagram connections do.
13022         * lists.texi (Association Lists): Clarify `assq-delete-all'.
13024         * display.texi (Overlay Properties): Clarify `evaporate' property.
13026 2003-09-29  Lute Kamstra  <lute@gnu.org>
13028         * modes.texi (Mode Line Data): Explain when symbols in mode-line
13029         constructs should be marked as risky.
13030         Change cons cell into proper list.
13031         (Mode Line Variables): Change cons cell into proper list.
13033 2003-09-26  Lute Kamstra  <lute@gnu.org>
13035         * modes.texi (Mode Line Data): Document the :propertize construct.
13036         (Mode Line Variables): Reorder the descriptions of the variables
13037         to match their order in the default mode-line-format.
13038         Describe the new variables mode-line-position and mode-line-modes.
13039         Update the default values of mode-line-frame-identification,
13040         minor-mode-alist, and default-mode-line-format.
13041         (Properties in Mode): Mention the :propertize construct.
13043 2003-09-26  Richard M. Stallman  <rms@gnu.org>
13045         * buffers.texi, commands.texi, debugging.texi, eval.texi:
13046         * loading.texi, minibuf.texi, text.texi, variables.texi:
13047         Avoid @strong{Note:}.
13049 2003-09-26  Richard M. Stallman  <rms@gnu.org>
13051         * keymaps.texi (Remapping Commands): Fix typo.
13053 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
13055         * processes.texi (Low-Level Network): Fix typo.
13057 2003-09-23  Kim F. Storm  <storm@cua.dk>
13059         * processes.texi (Network, Network Servers): Fix typos.
13060         (Low-Level Network): Add timeout value for :server keyword.
13061         Add new option keywords to make-network-process.
13062         Add set-network-process-options.
13063         Explain how to test availability of network options.
13065 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13067         * text.texi (Motion by Indent): Arg to
13068         backward-to-indentation and forward-to-indentation is optional.
13070         * strings.texi (Creating Strings): Add substring-no-properties.
13072         * processes.texi
13073         (Process Information): Add list-processes arg QUERY-ONLY.
13074         Delete process-contact from here.
13075         Add new status values for process-status.
13076         Add process-get, process-put, process-plist, set-process-plist.
13077         (Synchronous Processes): Add call-process-shell-command.
13078         (Signals to Processes): signal-process allows process objects.
13079         (Network): Complete rewrite.
13080         (Network Servers, Datagrams, Low-Level Network): New nodes.
13082         * positions.texi (Word Motion): forward-word, backward-word
13083         arg is optional.  Reword.
13085         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
13087         * variables.texi (Creating Buffer-Local):
13088         Delete duplicate definition of buffer-local-value.
13089         (File Local Variables): Explain about discarding text props.
13091 2003-09-11  Richard M. Stallman  <rms@gnu.org>
13093         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
13094         changes variables that record input events.
13095         (Minibuffer Misc): Add minibuffer-selected-window.
13097         * lists.texi (Building Lists): Add copy-tree.
13099         * display.texi (Fontsets): Add char-displayable-p.
13100         (Scroll Bars): New node.
13102 2003-09-08  Lute Kamstra  <lute@gnu.org>
13104         * modes.texi (%-Constructs): Document new `%i' and `%I'
13105         constructs.
13107 2003-09-03  Peter Runestig  <peter@runestig.com>
13109         * makefile.w32-in: New file.
13111 2003-08-29  Richard M. Stallman  <rms@gnu.org>
13113         * display.texi (Overlay Properties): Clarify how priorities
13114         affect use of the properties.
13116 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
13118         * customize.texi (Type Keywords): Correct the description of
13119         `:help-echo' in the case where `motion-doc' is a function.
13121 2003-08-14  John Paul Wallington  <jpw@gnu.org>
13123         * modes.texi (Emulating Mode Line): Subsection, not section.
13125 2003-08-13  Richard M. Stallman  <rms@gnu.org>
13127         * elisp.texi (Top): Update subnode lists in menu.
13129         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
13130         (Kill Functions): kill-region has new arg yank-handler.
13131         (Yanking): New node.
13132         (Yank Commands): Add yank-undo-function.
13133         (Low-Level Kill Ring):
13134         kill-new and kill-append have new arg yank-handler.
13135         (Changing Properties): Add remove-list-of-text-properties.
13136         (Atomic Changes): New node.
13138         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
13140         * streams.texi (Output Variables): Add eval-expression-print-length
13141         and eval-expression-print-level.
13143         * os.texi (Time Conversion): For encode-time, explain limits on year.
13145         * objects.texi (Character Type): Define anchor "modifier bits".
13147         * modes.texi (Emulating Mode Line): New node.
13148         (Search-based Fontification): Font Lock uses font-lock-face property.
13149         (Other Font Lock Variables): Likewise.
13151         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
13152         not vectors.
13153         (Active Keymaps): Add emulation-mode-map-alists.
13154         (Functions for Key Lookup): key-binding has new arg no-remap.
13155         (Remapping Commands): New node.
13156         (Scanning Keymaps): where-is-internal has new arg no-remap.
13157         (Tool Bar): Add tool-bar-local-item-from-menu.
13158         Clarify when to use tool-bar-add-item-from-menu.
13160         * commands.texi (Interactive Call): commandp has new arg.
13161         (Command Loop Info): Add this-original-command.
13163 2003-08-06  John Paul Wallington  <jpw@gnu.org>
13165         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
13167         * display.texi (Warning Basics): Fix typo.
13168         (Fringes): Add closing curly bracket and fix typo.
13170         * elisp.texi (Top): Fix typo.
13172 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13174         * elisp.texi: Update lists of subnodes.
13176         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
13178         * variables.texi (Local Variables): Use lc for example variable names.
13180         * tips.texi (Library Headers): Explain where to put -*-.
13182         * strings.texi (Creating Strings): Fix xref for vconcat.
13184         * sequences.texi (Vector Functions):
13185         vconcat no longer allows integer args.
13187         * minibuf.texi (Reading File Names): read-file-name has new
13188         arg PREDICATE.  New function read-directory-name.
13190         * macros.texi (Defining Macros): Give definition of `declare'.
13191         (Indenting Macros): New node.
13193         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
13194         (Window Frame Parameters): Make separate table of parameters
13195         that are coupled with specific face attributes.
13196         (Deleting Frames): delete-frame-hooks renamed to
13197         delete-frame-functions.
13199         * files.texi (Magic File Names): Add file-remote-p.
13200         Clarify file-local-copy.
13202         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
13203         here; instead xref Defining Macros.
13205         * display.texi (Warnings): New node, and subnodes.
13206         (Fringes): New node.
13208         * debugging.texi (Test Coverage): New node.
13210         * compile.texi (Compiler Errors): Explain with-no-warnings
13211         and other ways to suppress warnings.
13213         * commands.texi (Interactive Call): Minor clarification.
13215         * buffers.texi (Buffer File Name): set-visited-file-name
13216         renames the buffer too.
13218         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
13220 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
13222         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
13224 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
13226         * internals.texi (Garbage Collection): Fix previous change.
13228 2003-07-22  Richard M. Stallman  <rms@gnu.org>
13230         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
13232         * display.texi (Width): Use \s syntax in example.
13233         (Font Selection): Add face-font-rescale-alist.
13235         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13236         Remove spurious indent in example.
13238         * lists.texi (Building Lists): Add number-sequence.
13240         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
13242         * functions.texi (Function Documentation): Explain how to
13243         show calling convention explicitly in the doc string.
13245         * windows.texi (Selecting Windows): save-selected-window saves
13246         selected window of each frame.
13247         (Window Configurations): Minor change.
13249         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
13251         * streams.texi (Output Variables): Add print-continuous-numbering
13252         and print-number-table.
13254         * processes.texi (Decoding Output): New node.
13256         * os.texi (Time Conversion): decode-time arg is optional.
13258         * objects.texi (Character Type): Don't use space as example for \.
13259         Make list of char names and \-sequences correspond.
13260         Explain that \s is not used in strings.  `\ ' needs space after.
13262         * nonascii.texi (Converting Representations): Add string-to-multibyte.
13263         (Translation of Characters): Add translation-table-for-input.
13264         (Default Coding Systems): Add auto-coding-functions.
13265         (Explicit Encoding): Add decode-coding-inserted-region.
13266         (Locales): Add locale-info.
13268         * minibuf.texi (Basic Completion): Describe test-completion.
13269         Collections can be lists of strings.
13270         Clean up lazy-completion-table.
13271         (Programmed Completion): Mention test-completion.
13272         Clarify why lambda expressions are not accepted.
13273         (Minibuffer Misc): Describe minibufferp.
13275 2003-07-14  Richard M. Stallman  <rms@gnu.org>
13277         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
13279         * windows.texi (Selecting Windows): New arg to select-window.
13280         (Selecting Windows): Add with-selected-window.
13281         (Size of Window): Add window-inside-edges, etc.
13283         * internals.texi (Garbage Collection): Add post-gc-hook.
13285         * processes.texi (Subprocess Creation): Add exec-suffixes.
13287         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
13288         (Scanning Keymaps): Add map-keymaps.
13289         (Defining Menus): Add keymap-prompt.
13291         * numbers.texi (Integer Basics): Add most-positive-fixnum,
13292         most-negative-fixnum.
13294         * compile.texi (Byte Compilation): Explain no-byte-compile.
13295         (Compiler Errors): New node.
13297         * os.texi (User Identification): user-uid, user-real-uid
13298         can return float.
13300         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
13301         and about derived modes.
13302         (Minor Modes): Add minor-mode-list.
13303         (Defining Minor Modes): Keyword args for define-minor-mode.
13304         (Search-based Fontification): Explain managing other properties.
13305         (Other Font Lock Variables): Add font-lock-extra-managed-props.
13306         (Faces for Font Lock): Add font-lock-preprocessor-face.
13307         (Hooks): Add run-mode-hooks and delay-mode-hooks.
13309         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
13310         (Variable Aliases): Clarify defvaralias.
13312         * loading.texi (Library Search): Add load-suffixes.
13314         * minibuf.texi (Basic Completion): Add lazy-completion-table.
13315         (Programmed Completion): Add dynamic-completion-table.
13317         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
13318         (Magic File Names): Specify precedence order of handlers.
13320         * commands.texi (Command Overview): Emacs server runs pre-command-hook
13321         and post-command-hook.
13322         (Waiting): New calling convention for sit-for.
13324         * text.texi (Special Properties): local-map and keymap properties
13325         apply based on their stickiness.
13327 2003-07-07  Richard M. Stallman  <rms@gnu.org>
13329         * modes.texi (Minor Mode Conventions): Specify only some kinds
13330         of list values as args to minor modes.
13332         * files.texi (File Name Expansion): Warn about iterative use
13333         of substitute-in-file-name.
13335         * advice.texi (Activation of Advice): Clean up previous change.
13337 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
13339         * advice.texi (Activation of Advice): Note that ad-start-advice is
13340         turned on by default.
13342 2003-06-30  Richard M. Stallman  <rms@gnu.org>
13344         * text.texi (Buffer Contents): Document current-word.
13345         (Change Hooks): Not called for *Messages*.
13347         * functions.texi (Defining Functions): Explain about redefining
13348         primitives.
13349         (Function Safety): Rename.  Minor changes.
13350         Comment out the detailed criteria for what is safe.
13352 2003-06-22  Andreas Schwab  <schwab@suse.de>
13354         * objects.texi (Symbol Type): Fix description of examples.
13356 2003-06-16  Andreas Schwab  <schwab@suse.de>
13358         * hash.texi (Creating Hash): Fix description of :weakness.
13360 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
13362         * files.texi (Changing Files): copy-file copies file modes, too.
13364 2003-05-28  Richard M. Stallman  <rms@gnu.org>
13366         * strings.texi (Creating Strings): Clarify split-string.
13368 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
13370         * strings.texi (Creating Strings): Update split-string specification
13371         and examples.
13373 2003-05-19  Richard M. Stallman  <rms@gnu.org>
13375         * elisp.texi: Correct invariant section names.
13377 2003-04-20  Richard M. Stallman  <rms@gnu.org>
13379         * os.texi (Timers): Explain about timers and quitting.
13381 2003-04-19  Richard M. Stallman  <rms@gnu.org>
13383         * internals.texi (Writing Emacs Primitives): Strings are
13384         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
13385         Explain GCPRO convention for varargs function args.
13387 2003-04-16  Richard M. Stallman  <rms@gnu.org>
13389         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13391 2003-04-08  Richard M. Stallman  <rms@gnu.org>
13393         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13395 2003-02-13  Kim F. Storm  <storm@cua.dk>
13397         * objects.texi (Character Type): New \s escape for space.
13399 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
13401         * os.texi (System Environment): Add cygwin system-type.
13403 2003-01-25  Richard M. Stallman  <rms@gnu.org>
13405         * keymaps.texi: Document that a symbol can act as a keymap.
13407 2003-01-13  Richard M. Stallman  <rms@gnu.org>
13409         * text.texi (Changing Properties): Say string indices are origin-0.
13411         * positions.texi (Screen Lines) <compute-motion>:
13412         Correct order of elts in return value.
13414         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13415         how to define a default binding.
13417 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
13419         * loading.texi (Unloading): Fix recent change for load-history.
13421         * customize.texi (Simple Types): Clarify description of custom
13422         type 'number.  Describe new custom type 'float.
13424 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
13426         * variables.texi (File Local Variables): Fix typo.
13428 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
13430         From Michael Albinus <Michael.Albinus@alcatel.de>.
13432         * README: Target for Info file is `make info'.
13434         * files.texi (File Name Components): Fix typos in
13435         `file-name-sans-extension'.
13436         (Magic File Names): Complete list of operations for magic file
13437         name handlers.
13439 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
13441         * variables.texi (File Local Variables): New function
13442         risky-local-variable-p.
13444 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
13446         * functions.texi (Function safety): New node about unsafep.
13448 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13450         * customize.texi (Splicing into Lists): Fix example.
13451         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13453 2002-06-17  Juanma Barranquero  <lektu@terra.es>
13455         * frames.texi (Display Feature Testing): Fix typo.
13457 2002-06-12  Andreas Schwab  <schwab@suse.de>
13459         * frames.texi (Initial Parameters, Resources): Fix references to
13460         the Emacs manual.
13462 2002-05-13  Kim F. Storm  <storm@cua.dk>
13464         * variables.texi (Intro to Buffer-Local): Update warning and
13465         example relating to changing buffer inside let.
13467 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
13469         * os.texi (Session Management): New node about X Session management.
13471 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
13473         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
13474         to which the manual corresponds, and the copyright years.
13476         * Makefile.in (VERSION): Set to 2.9.
13478 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
13480         * elisp.texi: Change the category in @dircategory to "Emacs", to
13481         make it consistent with info/dir.
13483 2001-11-25  Miles Bader  <miles@gnu.org>
13485         * text.texi (Fields): Describe new `limit' arg in
13486         field-beginning/field-end.
13488 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
13490         * permute-index: Don't depend on csh-specific features.
13491         Replace the interpreter name with /bin/sh.
13493         * two-volume-cross-refs.txt: New file.
13494         * two.el: New file.
13495         * spellfile: New file.
13497 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
13499         * permute-index: New file.
13501         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13502         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13503         8+3 restricted namespace.
13505         * Makefile.in (infodir): Define relative to $(srcdir).
13506         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13507         include directories list via -I switch to makeinfo.
13508         (index.texi): Use cp if both hard and symbolic links fail.
13510 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
13512         * Makefile.in (distclean): Add.
13514         The following changes make ELisp manual part of the Emacs
13515         distribution:
13517         * Makefile.in: Add Copyright notice.
13518         (prefix): Remove.
13519         (infodir): Change value to "../info".
13520         (VPATH): New variable.
13521         (MAKE): Don't define.
13522         (texmacrodir): Don't define.
13523         (texinputdir): Append the existing value of TEXINPUTS.
13524         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
13525         command to be compatible with man/Makefile.in, and to put the
13526         output into ../info.
13527         (info): Add target.
13528         (installall): Target removed.
13530 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
13532         * tips.texi (Coding Conventions): Fix typo.
13534 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
13536         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13538 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
13540         * files.texi (File Name Components): Update the description of
13541         file-name-sans-extension and file-name-extension, as they now
13542         ignore leading dots.
13544 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
13546         * (Version 21.1 released.)
13548 2001-10-19  Miles Bader  <miles@gnu.org>
13550         * positions.texi (Text Lines): Describe behavior of
13551         `beginning-of-line'/`end-of-line' in the presence of field properties.
13553 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
13555         * Makefile.in (VERSION): Set to 2.8.
13556         (manual): Use `manual-21'.
13558         * elisp.texi (VERSION): Add and use it where the version
13559         number was used.  Set it to 2.8.
13561         * intro.texi: Likewise.
13563 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
13565         * files.texi (File Name Completion): Document the significance of
13566         a trailing slash in elements of completion-ignored-extensions.
13568 2001-10-06  Miles Bader  <miles@gnu.org>
13570         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13572 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
13574         * variables.texi (Variable Aliases): New node.
13576 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
13578         * Branch for 21.1.
13580 2001-10-02  Miles Bader  <miles@gnu.org>
13582         * minibuf.texi (Minibuffer Misc): Add entries for
13583         `minibuffer-contents', `minibuffer-contents-no-properties', and
13584         `delete-minibuffer-contents'.
13585         Correct description for `minibuffer-prompt-end'.
13587         * text.texi (Property Search): Correct descriptions of
13588         `next-char-property-change' and `previous-char-property-change'.
13589         Add entries for `next-single-char-property-change' and
13590         `previous-single-char-property-change'.
13591         Make operand names a bit more consistent.
13593 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
13595         * frames.texi (Finding All Frames): Document that next-frame and
13596         previous-frame are local to current terminal.
13598 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
13600         * keymaps.texi (Creating Keymaps): Fix the description of the
13601         result of make-keymap.
13603 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
13605         * display.texi (Font Lookup, Attribute Functions)
13606         (Image Descriptors): Add cross-references to the definition of
13607         selected frame.
13609         * buffers.texi (The Buffer List): Add cross-references to the
13610         definition of selected frame.
13612         * frames.texi (Input Focus): Clarify which frame is _the_ selected
13613         frame at any given time.
13614         (Multiple Displays, Size and Position): Add a cross-reference to
13615         the definition of the selected frame.
13617 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
13619         * strings.texi (String Conversion) <string-to-number>: Document
13620         that a float is returned for integers that are too large.
13622         * frames.texi (Mouse Position): Document mouse-position-function.
13623         (Display Feature Testing): Document display-images-p.
13624         (Window Frame Parameters): Document the cursor-type variable.
13626         * numbers.texi (Integer Basics): Document CL style read syntax for
13627         integers in bases other than 10.
13629         * positions.texi (List Motion):
13630         Document open-paren-in-column-0-is-defun-start.
13632         * lists.texi (Sets And Lists): Document member-ignore-case.
13634         * internals.texi (Garbage Collection): Document the used and free
13635         strings report.
13636         (Memory Usage): Document strings-consed.
13638         * os.texi (Time of Day): Document float-time.
13639         (Recording Input): Document that clear-this-command-keys clears
13640         the vector to be returned by recent-keys.
13642         * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13643         The argument keymap can be a list.
13645         * nonascii.texi (User-Chosen Coding Systems)
13646         <select-safe-coding-system>: Document the new argument
13647         accept-default-p and the variable
13648         select-safe-coding-system-accept-default-p.  Tell what happens if
13649         buffer-file-coding-system is undecided.
13650         (Default Coding Systems): Document auto-coding-regexp-alist.
13652         * display.texi (The Echo Area) <message>: Document
13653         message-truncate-lines.
13654         (Glyphs): Document that the glyph table is unused on windowed
13655         displays.
13657         * help.texi (Describing Characters) <single-key-description>:
13658         Document the new argument no-angles.
13659         (Accessing Documentation) <documentation-property>: Document that
13660         a non-string property is evaluated.
13661         <documentation>: Document that the function-documentation property
13662         is looked for.
13664         * windows.texi (Selecting Windows): Document some-window.
13666         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13668         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13669         apropos-mode-hook.
13671         * commands.texi (Using Interactive): Document interactive-form.
13672         (Keyboard Macros): Document kbd-macro-termination-hook.
13673         (Command Loop Info): Document that clear-this-command-keys clears
13674         the vector to be returned by recent-keys.
13676 2001-09-04  Werner LEMBERG  <wl@gnu.org>
13678         * Makefile.in (srcdir, texinputdir): New variables.
13679         (srcs, index.texi, install): Use $(srcdir).
13680         (.PHONY): Remove elisp.dvi.
13681         (elisp): Use -I switch for makeinfo.
13682         (elisp.dvi): Use $(srcdir) and $(texinputdir).
13683         (installall, dist): Use $(srcdir).
13684         Fix path to texinfo.tex.
13685         (maintainer-clean): Add elisp.dvi and elisp.oaux.
13687 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
13689         * display.texi (Conditional Display): Adjust to API change.
13691         * configure: New file.
13693 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
13695         * commands.texi (Repeat Events): Add description of
13696         double-click-fuzz.
13698 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
13700         * syntax.texi (Syntax Class Table): Add the missing designator for
13701         comment and string fences.
13702         (Syntax Properties): Add a xref to syntax table internals.
13703         (Syntax Table Internals): Document string-to-syntax.
13705 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
13707         * Makefile.in (install): Use install-info command line options
13708         like in Emacs' Makefile.in.
13710 2000-12-09  Miles Bader  <miles@gnu.org>
13712         * windows.texi (Window Start): Update documentation for
13713         `pos-visible-in-window-p'.
13715 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13717         * lists.texi (Building Lists): Add footnote to explain how to add
13718         to the end of a list.
13720 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
13722         * files.texi (Visiting Functions): Typos.
13724 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
13726         * files.texi (Visiting Functions): Return value of
13727         find-file-noselect may be a list of buffers if wildcards are used.
13729 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
13731         * display.texi (Defining Faces): Document `graphic' display type
13732         in face specs.
13734 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13736         * hooks.texi (Standard Hooks): Replace obsolete
13737         `after-make-frame-hook' with `after-make-frame-functions'.
13739         * frames.texi (Creating Frames): Ditto.
13741         * variables.texi (Future Local Variables): Ditto.
13743 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
13745         * display.texi (Other Image Types): Add description of :foreground
13746         and :background properties of mono PBM images.
13748 2000-08-17  Werner LEMBERG  <wl@gnu.org>
13750         * .cvsignore: New file.
13752 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
13754         * tindex.pl: New script.
13756 1999-12-03  Dave Love  <fx@gnu.org>
13758         * Makefile.in (MAKEINFO): New parameter.
13760 1999-09-17  Richard Stallman  <rms@gnu.org>
13762         * Makefile.in (srcs): Add hash.texi.
13763         (VERSION): Update to 20.6.
13765 1999-09-13  Richard Stallman  <rms@gnu.org>
13767         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13769 1998-08-29  Karl Heuer  <kwzh@gnu.org>
13771         * configure.in: New file.
13772         * Makefile.in: Renamed from Makefile.
13773         (prefix, infodir): Use value obtained from configure.
13774         (emacslibdir): Obsolete variable deleted.
13775         (dist): Distribute configure.in, configure, Makefile.in.
13777 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13779         * Makefile (INSTALL_INFO): New variable.
13780         (install): Run install-info.
13782 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13784         * Makefile (elisp.dvi): Add missing backslash.
13786 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
13788         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13789         Run texindex without `./'.  Always run texindex on elisp.tp.
13790         (elisp.tps): Target deleted.
13792 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
13794         * Makefile (srcs): Add nonascii.texi and customize.texi.
13795         (dist): Start by deleting `temp'.
13797 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
13799         * Makefile (makeinfo, texindex): Targets deleted.
13800         (makeinfo.o, texindex.o): Targets deleted.
13801         (clean, dist): Don't do anything with them or with getopt*.
13803 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
13805         * Makefile (SHELL): Define.
13807 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
13809         * Makefile (elisp.tps): New target.
13810         (elisp.dvi): Depend on elisp.tps.
13812 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13814         * README: Update phone number.
13816         * Makefile (elisp): Make this be the default target.
13817         Depend on makeinfo.c instead of makeinfo.
13818         (install): Don't depend on elisp.dvi, since we don't install that.
13819         Use mkinstalldirs.
13820         (dist): Add mkinstalldirs.
13822 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13824         * Makefile (VERSION): Update version number.
13825         (maintainer-clean): Rename from realclean.
13827 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
13829         * Makefile (realclean): New target.
13830         (elisp): Remove any old elisp-* files first.
13832 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
13834         * Makefile (VERSION): New variable.
13835         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13836         Compressed file suffix should be `.gz', not `.z'.
13838 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13840         * Makefile (elisp): Depend on makeinfo.
13842 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
13844         * Makefile (srcs): Add anti.texi.
13846 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13848         * Makefile (infodir, prefix): New vars.
13849         (install): Use infodir.
13850         (emacsinfodir): Delete.
13852 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13854         * Makefile (srcs): Add calendar.texi.
13856         * Makefile (dist): Copy texindex.c and makeinfo.c.
13857         Limit elisp-* files to those with one or two digits.
13859 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13861         * Makefile (dist): Change to use Gzip instead of compress.
13863 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
13865         * loading.texi (Unloading): define-function changed back to
13866         defalias.  It may not stay this way, but at least it's
13867         consistent with the known-good version of the code patch.
13869 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
13871         * modes.texi (Hooks): Document new optional arg of add-hook.
13873 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
13875         * variables.texi: Document nil initial value of buffer-local variables.
13877         * tips.texi: Add new section on standard library headers.
13879 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13881         * Makefile (srcs): Add frame.texi to the list of sources.
13883 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13885         * Makefile (dist): Don't bother excluding autosave files; they'll
13886         never make it into the temp directory anyway, and the hash marks
13887         in the name are problematic for make and the Bourne shell.
13888         (srcs): ???
13890 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
13892         * Makefile (dist): Don't include backup files or autosave files in
13893         the distribution tar file.
13895 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13897         * Makefile (srcs): Add index.perm.
13898         (elisp.dvi): Remove erroneous shell comment.
13899         Expect output of permute-index in permuted.fns.
13900         Save old elisp.aux in elisp.oaux.
13901         (clean): Add index.texi to be deleted.
13903 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
13905         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13907 1990-06-26  David Lawrence  (tale@geech)
13909         * files.texi: Noted that completion-ignored-extensions is ignored
13910         when making *Completions*.
13912 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
13914         * Makefile  make dist now depends on elisp.dvi, since it tries
13915         to include it in the dist file.
13917 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
13919         * functions.texinfo (Mapping Functions): Add missing quote.
13921 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
13923         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13924         (defunargs): Turn off \hyphenchar of \sl font temporarily.
13926 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13928         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13929         and @error{} are the terms now being used.  The files in the
13930         directory have been changed to reflect this.
13932         * All instances of @indentedresultt{} have been changed to
13933         `     @result{}', using 5 spaces at the beginning of the line.
13935 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13937         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13938         experimental @indentedresult{}, @indentedexpandsto{} are part of
13939         the texinfo.tex in this directory.  These TeX macros are not
13940         stable yet.
13942 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13944         * texinfo.tex: Temporarily added
13945                 \let\result=\dblarrow
13946                 \def\error{{\it ERROR} \longdblarrow}
13947         We need to do this better soon.
13949 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
13951         * Applied Karl Berry's patches to *.texinfo files, but not to
13952         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
13953         new title page format is also not applied, since it requires
13954         texinfo.tex changes.)
13956         * Cleaned up `Makefile' and defined the `emacslibdir' directory
13957         for the Project GNU development environment.
13959 ;; Local Variables:
13960 ;; coding: utf-8
13961 ;; End:
13963   Copyright (C) 1998-2015 Free Software Foundation, Inc.
13965   This file is part of GNU Emacs.
13967   GNU Emacs is free software: you can redistribute it and/or modify
13968   it under the terms of the GNU General Public License as published by
13969   the Free Software Foundation, either version 3 of the License, or
13970   (at your option) any later version.
13972   GNU Emacs is distributed in the hope that it will be useful,
13973   but WITHOUT ANY WARRANTY; without even the implied warranty of
13974   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13975   GNU General Public License for more details.
13977   You should have received a copy of the GNU General Public License
13978   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.