(Format Conversion Round-Trip): Mention nil regexp.
[emacs.git] / doc / lispref / ChangeLog
blob5989793d2c6da7eb78271c065c3eca4a9b6b73d5
1 2009-08-25  Glenn Morris  <rgm@gnu.org>
3         * display.texi (Fontsets): Fix typo.
5         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
7 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * processes.texi (Asynchronous Processes): Adjust arglist of
10         start-process-shell-command and start-file-process-shell-command.
12 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14         * advice.texi (Argument Access in Advice): Note that argument
15         positions are zero-based (Bug#3932).
17         * commands.texi (Distinguish Interactive): Minor copyedit.
19         * display.texi (Face Attributes): Add xref to Displaying Faces for
20         explanation of "underlying face".
22         * customize.texi (Common Keywords): Add xref to Loading.
24         * loading.texi (How Programs Do Loading): Add xref to Lisp
25         Libraries node in the Emacs manual.
27 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
29         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
31 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
33         * processes.texi (Shell Arguments): Copyedits.
35 2009-07-18  Glenn Morris  <rgm@gnu.org>
37         * loading.texi (Repeated Loading): Fix typo.
39 2009-07-16  Richard Stallman  <rms@gnu.org>
41         * buffers.texi (Swapping Text): Recommend setting
42         write-region-annotate-functions and buffer-saved-size.
44         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
46 2009-07-15  Glenn Morris  <rgm@gnu.org>
48         * edebug.texi: Minor re-phrasings throughout.
49         (Edebug Execution Modes): Sit-for affects continue mode too.
50         (Jumping): Use `forward-sexp' rather than its keybinding.
51         (Edebug Misc): Fix Q binding.
52         (Edebug Eval): Remove cl version.
53         (Printing in Edebug): Clarify print-length etc.
54         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
55         (Specification List): Remove edebug-unwrap findex entry.
56         (Specification Examples): defmacro is actually not the same as defun.
57         Escape "`" in example.
59 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
61         * markers.texi (The Mark): Document optional arg to
62         deactivate-mark.
64 2009-07-11  Kevin Ryde  <user42@zip.com.au>
66         * hooks.texi (Standard Hooks): Fix cross-references.
68         * loading.texi (Named Features): Refer to eval-after-load.
70 2009-07-11  Glenn Morris  <rgm@gnu.org>
72         * Makefile.in (TEXI2PDF): New.
73         (elisp.pdf): New target.
75         * searching.texi (Regexp Backslash): Fix typo.
77         * elisp.texi (Top): Display copyright notice at start of non-TeX.
79 2009-07-10  Glenn Morris  <rgm@gnu.org>
81         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
83         * customize.texi (Customization Types):
84         * display.texi (Abstract Display):
85         * objects.texi (Character Type, String Type):
86         Merge in some menu descriptions from elisp.texi.
88         * hash.texi (Hash Tables):
89         * modes.texi (Multiline Font Lock):
90         End menu description with period.
92 2009-07-09  Glenn Morris  <rgm@gnu.org>
94         * back.texi: Don't hard-code texinfo location.
96         * two-volume.make (texinfodir): New, with location of texinfo.tex.
97         (tex): Add texinfodir to TEXINPUTS.
98         (elisp1med-init, elisp2med-init): Use texinfodir.
100         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
101         (clean): Add two-volume.make intermediate files.
103         * elisp.texi, vol1.texi, vol2.texi:
104         Use a DATE variable with the publication date, and update it.
105         Fix antinews menu description.
107         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
108         Update the detailed node listing to match elisp.texi.
110         * README: Update edition to match elisp.texi.
112         * objects.texi (General Escape Syntax):
113         * nonascii.texi (Character Sets):
114         Use consistent case for "Unicode Standard".
116         * anti.texi (Antinews):
117         * customize.texi (Variable Definitions):
118         * functions.texi (Declaring Functions):
119         * nonascii.texi (Character Properties):
120         * processes.texi (Serial Ports):
121         * text.texi (Special Properties):
122         * tips.texi (Coding Conventions):
123         Minor rearrangements to improve TeX line-filling.
125         * commands.texi (Using Interactive): Fix cross-reference.
127 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
129         * frames.texi (Management Parameters): Mention sticky.
131 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
133         * help.texi (Help Functions): Fix description of help-buffer and
134         help-setup-xref to use @defun instead of @deffn.
136 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
138         * frames.texi (Size Parameters): Mention maximized for fullscreen.
140 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
142         * display.texi (Window Systems): Add ns to the list.
144 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
146         * Branch for 23.1.
148 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
150         * windows.texi (Dedicated Windows): Fix typo.
151         (Resizing Windows): Replace @defun by @deffn.
153 2009-06-17  Glenn Morris  <rgm@gnu.org>
155         * variables.texi (Directory Local Variables):
156         Update for 2009-04-11 name-change of dir-locals-directory-alist.
158 2009-06-09  Kenichi Handa  <handa@m17n.org>
160         * nonascii.texi (Character Sets): State clearly that FROM and TO
161         are codepoints of CHARSET.
163 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
165         * minibuf.texi (Reading File Names): Fix introductory text.
166         Suggested by stan@derbycityprints.com.
167         (High-Level Completion): Fix typo.
169 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
171         * frames.texi (Text Terminal Colors): Multi-tty is already
172         implemented, but tty-local colors are not.
174 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
176         * hooks.texi (Standard Hooks): Remove mention of obsolete
177         redisplay-end-trigger-functions.
179         * internals.texi (Window Internals): Remove mention of obsolete
180         redisplay-end-trigger-functions.
182 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
184         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
186         * backups.texi (Making Backups): backup-directory-alist and
187         make-backup-file-name-function are options.
188         (Auto-Saving): auto-save-list-file-prefix is an option.
190         * buffers.texi (Killing Buffers): buffer-offer-save is an
191         option.
193         * display.texi (Refresh Screen): no-redraw-on-reenter is an
194         option.
195         (Echo Area Customization): echo-keystrokes is an option.
196         (Selective Display): selective-display-ellipses is an option.
197         (Temporary Displays): temp-buffer-show-function is an option.
198         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
199         are options.
200         (Font Selection): face-font-family-alternatives,
201         face-font-selection-order, face-font-registry-alternatives, and
202         scalable-fonts-allowed are options.
203         (Fringe Indicators): indicate-buffer-boundaries is an option.
204         (Fringe Cursors): overflow-newline-into-fringe is an option.
205         (Scroll Bars): scroll-bar-mode is an option.
207         * eval.texi (Eval): max-lisp-eval-depth is an option.
209         * files.texi (Visiting Functions): find-file-hook is an option.
210         (Directory Names): directory-abbrev-alist is an option.
211         (Unique File Names): temporary-file-directory and
212         small-temporary-file-directory are options.
214         * frames.texi (Initial Parameters): initial-frame-alist,
215         minibuffer-frame-alist and default-frame-alist are options.
216         (Cursor Parameters): blink-cursor-alist and
217         cursor-in-non-selected-windows ar options.
218         (Window System Selections): selection-coding-system is an
219         option.
220         (Display Feature Testing): display-mm-dimensions-alist is an
221         option.
223         * help.texi (Help Functions): help-char and help-event-list are
224         options.
226         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
227         an option.
229         * minibuf.texi (Minibuffer History): history-length and
230         history-delete-duplicates are options.
231         (High-Level Completion): read-buffer-function and
232         read-buffer-completion-ignore-case are options.
233         (Reading File Names): read-file-name-completion-ignore-case is
234         an option.
236         * modes.texi (Mode Line Top): mode-line-format is an option.
237         (Mode Line Variables): mode-line-position and mode-line-modes
238         are options.
240         * nonascii.texi (Text Representations):
241         enable-multibyte-characters is an option.
242         (Default Coding Systems): auto-coding-regexp-alist,
243         file-coding-system-alist, auto-coding-alist and
244         auto-coding-functions are options.
245         (Specifying Coding Systems): inhibit-eol-conversion is an
246         option.
248         * os.texi (Init File): site-run-file is an option.
249         (System Environment): mail-host-address is an option.
250         (User Identification): user-mail-address is an option.
251         (Terminal Output): baud-rate is an option.
253         * positions.texi (Word Motion): words-include-escapes is an
254         option.
256         * searching.texi (Standard Regexps): page-delimiter,
257         paragraph-separate, paragraph-separate and sentence-end are
258         options.
260         * text.texi (Margins): left-margin and fill-nobreak-predicate
261         are options.
263         * variables.texi (Local Variables): max-specpdl-size is an
264         option.
266         * windows.texi (Choosing Window):
267         split-window-preferred-function, special-display-function and
268         display-buffer-function are options.
270 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
272         Fix errors spotted by Martin Rudalics.
274         * syntax.texi (Position Parse): Document rationale for ignored
275         arguments to syntax-ppss-flush-cache.
277         * processes.texi (Input to Processes): Mark PROCESS arg to
278         process-running-child-p as optional.
279         (Network Options): Document NO-ERROR arg to
280         set-network-process-option.
282         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
283         command.
285         * searching.texi (POSIX Regexps): Mark posix-search-forward and
286         posix-search-backward as commands.
288         * os.texi (Killing Emacs): Mark kill-emacs as a command.
289         (Suspending Emacs): Mark suspend-emacs as a command.
290         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
291         commands.
292         (Terminal Output): Remove obsolete function baud-rate.  Document
293         TERMINAL arg for send-string-to-terminal.
295         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
296         terminal-coding-system and set-terminal-coding-system.
297         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
298         as optional.
299         (Character Sets): Document RESTRICTION arg of char-charset.
300         (Character Codes): Mark POS argument to get-byte as optional.
302         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
303         minibuffer-message.
305         * files.texi (Create/Delete Dirs): Mark make-directory and
306         delete-directory as commands.
308         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
310         * text.texi (Base 64): Mark base64-decode-string and
311         base64-encode-string as commands.
312         (Columns): Mark move-to-column as a command.
313         (Mode-Specific Indent): Document RIGID arg to
314         indent-for-tab-command.
315         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
316         Mark indent-code-rigidly as a command.
317         (Substitution): Mark translate-region as a command.
319         * frames.texi (Size and Position): Remove obsolete functions
320         screen-height and screen-width.
322 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
324         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
325         (Displaying Buffers, Resizing Windows): Correct mistakes;
326         next-window, previous-window, and pop-to-buffer are not commands,
327         and fit-window-to-buffer" is a command.  (Pointed out by Martin
328         Rudalics.)
330 2009-05-17  Richard M Stallman  <rms@gnu.org>
332         * modes.texi (Precalculated Fontification): Clarify text.
334 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
336         * windows.texi (Selecting Windows): Clarify descriptions of
337         with-selected-window and get-lru-window.
338         (Cyclic Window Ordering): Refer to particular frame when talking
339         about how splitting affects the ordering.
340         (Displaying Buffers): Fix descriptions of switch-to-buffer and
341         switch-to-buffer-other-window.  Explain how setting of
342         display-buffer-reuse-frames affects pop-to-buffer.
343         (Choosing Window): Clarify some details in descriptions of
344         display-buffer-reuse-frames, pop-up-frames, and
345         pop-up-frame-function.
346         (Dedicated Windows): Clarify some details.
347         (Textual Scrolling): Replace term vscroll by term vertical
348         scroll position.
349         (Vertical Scrolling): Fix typo.
350         (Window Hooks): Relate text on jit-lock-register to window
351         scrolling and size changes.
353 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
355         * frames.texi (Initial Parameters): Clarify what the initial
356         minibuffer frame is.
357         (Buffer Parameters): Note that the minibuffer parameter can not be
358         altered.
360         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
361         Document display-buffer changes.
363 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
365         * anti.texi (Antinews): Rewrite for Emacs 22.
367         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
368         obarrays are first mentioned.  Define "system abbrev" more
369         prominently, and add it to the index.
370         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
371         Copyedits.
372         (Abbrev Expansion): Document abbrev-insert.
374 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
376         * frames.texi (Font and Color Parameters): Rename from Color
377         Parameters.  Document font-backend parameter.
379         * vol2.texi (Top): Update node listing.
380         * vol1.texi (Top): Update node listing.
381         * elisp.texi (Top): Update node listing.
383 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
385         * windows.texi (Choosing Window): Don't explicitly refer to
386         split-window-sensibly's window argument in descriptions of
387         split-height-threshold and split-width-threshold.
389 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
391         * windows.texi (Choosing Window): Fix rewrite of window
392         splitting section.
394 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
396         * nonascii.texi (Default Coding Systems): Document
397         find-auto-coding, set-auto-coding, and auto-coding-alist.  Add
398         indexing.
399         (Lisp and Coding Systems): Add index entries.
401 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
403         * windows.texi (Choosing Window): Describe split-window-sensibly
404         and rewrite section on window splitting accordingly.
405         (Textual Scrolling): Replace `...' by @code{...}.
407 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
409         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
410         Remove obsoleted pre-abbrev-expand-hook.
412         * locals.texi (Standard Buffer-Local Variables): Consolidate table
413         entries.
415         * internals.texi (Object Internals): Don't assume 32-bit machines
416         are the norm.
417         (Buffer Internals): Consolidate table entries for readability.
418         (Window Internals): Synch field names to window.h.
419         (Process Internals): Synch field names to process.h.
421 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
423         * variables.texi (File Local Variables): Note that read-circle is
424         bound to nil when reading file-local variables.
426         * streams.texi (Input Functions): Document read-circle.
427         (Output Variables): Add xref to Circular Objects.
429 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
431         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
432         Features and Coding System Basics.  Node that "p" stands for
433         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
434         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
435         mouse-appearance-menu.
436         (Programming Tips): Add xref to Progress.
438 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
440         * os.texi (Command-Line Arguments): Document
441         command-line-args-left.
442         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
443         terminal objects for tty arguments.
444         (Startup Summary): Add xref to Session Management.
445         (Session Management): Mention emacs-session-restore.  Copyedits.
447 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
449         * os.texi (Startup Summary): Copyedits.  The init file is not
450         necessarily named .emacs now.  Document initial-buffer-choice and
451         initial-scratch-message.  Note where Emacs exits in batch mode.
452         Document inhibit-splash-screen as an alias.
453         (Init File): Be neutral about which init file name to use.
455 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
457         * os.texi (System Interface): Fix Texinfo usage.
459 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
461         * searching.texi (Regexp Backslash): Also refer to shy groups as
462         non-capturing or unnumbered groups.
463         (Regexp Functions): Add cross-reference to Regexp Backslash.
465         * display.texi (Truncation): Overlays can use line-prefix and
466         wrap-prefix too.
467         (Overlay Properties): Document wrap-prefix and line-prefix.
468         (Face Attributes): Document underline-minimum-offset.
469         (Face Remapping): Copyedits.
470         (Low-Level Font): Copyedits.
471         (Image Cache): Note that the image cache is shared between frames.
472         (Line Height): Emphasize that line-spacing only takes effect on
473         graphical terminals.
475 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
477         * display.texi (Refresh Screen): Note that a passage about screen
478         refreshing is text terminal only.
479         (Forcing Redisplay): Delete misleading comment---sit-for calls
480         redisplay, not the other way around.
481         (Truncation): Note new values of truncate-partial-width-windows.
482         Copyedits.
483         (Invisible Text): Document invisible-p.
485 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
487         * display.texi (Overlays): Overlays don't scale well.  See
488         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
490 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
492         * syntax.texi (Syntax Table Functions): Document cons cell
493         argument for modify-syntax-entry.
494         (Categories): Document cons cell argument for
495         modify-category-entry.
497         * searching.texi (String Search): Document word-search-forward-lax
498         and word-search-backward-lax.
499         (Searching and Case): Describe isearch behavior more precisely.
501         * keymaps.texi (Tool Bar): Mention that some platforms do not
502         support multi-line toolbars.  Suggested by Stephen Eglen.
504         * frames.texi (Layout Parameters): Mention that Nextstep also
505         allows only one tool-bar line.  Suggested by Stephen Eglen.
507         * nonascii.texi (Text Representations): Copyedits.
508         (Coding System Basics): Also mention utf-8-emacs.
509         (Converting Representations, Selecting a Representation)
510         (Scanning Charsets, Translation of Characters, Encoding and I/O):
511         Copyedits.
512         (Character Codes): Mention role of codepoints 1114112 to 4194175.
514 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
516         * text.texi (Yank Commands): Note that yank uses push-mark.
517         (Filling): Clarify REGION argument of fill-paragraph.  Document
518         fill-forward-paragraph-function.
519         (Special Properties): Remove "new in Emacs 22" declaration.
520         (Clickable Text): Merge with Links and Mouse-1 node.
522         * display.texi (Button Properties, Button Buffer Commands): Change
523         xref to Clickable Text.
525         * tips.texi (Key Binding Conventions): Change xref to Clickable
526         Text.
528         * elisp.texi (Top): Update node listing.
530 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
532         * markers.texi (The Mark): Copyedits.  Improve description of
533         handle-shift-selection.
534         (The Region): Move use-region-p here from The Mark.
536         * positions.texi (Screen Lines): Document (cols . lines) argument
537         for vertical-motion.
539 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
541         * frames.texi (Frames): Clean up introduction.  Document `ns'
542         return value for framep.
543         (Creating Frames): Note how the terminal is chosen.
544         (Multiple Terminals, Multiple Displays): Merge into a single node.
545         (Color Parameters): Fix typo.
547         * variables.texi (Local Variables, Buffer-Local Variables)
548         (Creating Buffer-Local): Change link to Multiple Terminals.
550         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
552         * keymaps.texi (Controlling Active Maps): Change link to Multiple
553         Terminals.
555         * commands.texi (Command Loop Info, Keyboard Macros): Change link
556         to Multiple Terminals.
558         * elisp.texi (Top): Update node listing.
559         * vol2.texi (Top): Update node listing.
560         * vol1.texi (Top): Update node listing.
562         * buffers.texi (Current Buffer): Note that the append-to-buffer
563         example is no longer in synch with the latest code.  Tie the two
564         examples together.
566         * files.texi (File Attributes): Move note about MS-DOS from
567         Changing Files to File Attributes.
568         (Create/Delete Dirs): Note that mkdir is an alias for this.
570 2009-04-01  Markus Triska  <triska@gmx.at>
572         * processes.texi (Filter Functions): Suggest how to handle output
573         batches.
575 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
577         * help.texi (Accessing Documentation): Update example to use
578         help-setup-xref and with-help-window.
579         (Help Functions): Remove print-help-return-message, which is
580         semi-obsolete due to with-help-window.  Document help-buffer and
581         help-setup-xref.
583 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
585         * help.texi (Accessing Documentation, Help Functions): Remove
586         information about long-obsolete Emacs versions.
588         * modes.texi (Mode Line Variables): The default values of the mode
589         line variables are now more complicated.
591 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
593         * modes.texi (Major Mode Conventions): Note that specialness is
594         inherited.
595         (Derived Modes): Note that define-derive-mode sets the mode-class
596         property.
598         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
599         goto-map.  Add search-map to the list.
601 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
603         * os.texi (System Environment): Update the list of system-type
604         values.
606         * markers.texi (The Mark) <handle-shift-selection>: Update for
607         removal of the optional argument DEACTIVATE.
609 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
611         * commands.texi (Focus Events): Most X window managers don't use
612         focus-follows-mouse nowadays.
614 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
616         * commands.texi (Defining Commands): Clarify introduction.
617         (Using Interactive): Not that interactive can be put in a symbol
618         property.
619         (Interactive Call): Note that a symbol with a non-nil
620         interactive-form property satisfies commandp.
622 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
624         * minibuf.texi (Intro to Minibuffers): Fix typos.
626 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
628         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
629         about minibuffers in old Emacs versions.  Copyedits.  Emphasize
630         that enable-recursive-minibuffers defaults to nil.
631         (Text from Minibuffer): Simplify introduction.
633 2009-03-22  Alan Mackenzie  <acm@muc.de>
635         * commands.texi (Using Interactive): Clarify string argument to
636         `interactive' - even promptless elements need \n separators.
638 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
640         * minibuf.texi (Completion Styles): New node.
642         * elisp.texi (Top): Update node listing.
644 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
646         * minibuf.texi (Basic Completion): Note that
647         read-file-name-completion-ignore-case and
648         read-buffer-completion-ignore-case can override
649         completion-ignore-case.
650         (Minibuffer Completion): Document completing-read changes.
651         (Completion Commands): Avoid mentioning partial completion mode.
652         Document minibuffer-completion-confirm changes, and
653         minibuffer-confirm-exit-commands.
654         (High-Level Completion): Document new require-match behavior for
655         read-buffer.  Document read-buffer-completion-ignore-case.
656         (Reading File Names): Document new require-match behavior for
657         read-file-name.
659 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
661         * debugging.texi (Error Debugging): Don't mislead the reader into
662         thinking that debug-on-error enters debugger for C-f at EOB.
663         (Error Debugging): Setting debug-on-init within the init file
664         works, and has for some time.
666 2009-03-13  Kenichi Handa  <handa@m17n.org>
668         * display.texi (Fontsets): Update the description.
670 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
672         * advice.texi (Advising Primitives): Link to What Is a Function.
674 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
676         * compile.texi (Speed of Byte-Code): Update example.
677         (Disassembly): Update examples.
679         * loading.texi (Repeated Loading): Simplify examples.
681         * customize.texi (Common Keywords): It's not necessary to use :tag
682         to remove hyphens, as custom-unlispify-tag-name does it
683         automatically.
684         (Variable Definitions): Link to File Local Variables.  Document
685         customized-value symbol property.
686         (Customization Types): Move menu to end of node.
688 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
690         * macros.texi (Compiling Macros): Omit misleading sentence, which
691         implied that macros can only be used in the same file they are
692         defined.
693         (Backquote): Remove obsolete information about Emacs 19.
695 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
697         * display.texi (Display Margins): Fix paren typo.
699 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
701         * elisp.texi (Top): Update node listing.
703         * variables.texi (Variables): Clarify introduction.
704         (Global Variables): Mention that setq is a special form.
705         (Local Variables): Use active voice.
706         (Tips for Defining): Mention marking variables as safe.
707         (Buffer-Local Variables): Mention terminal-local and frame-local
708         variables together.
709         (File Local Variables): Copyedits.
710         (Frame-Local Variables): Note that they are not really useful.
711         (Future Local Variables): Node deleted.
713         * objects.texi (General Escape Syntax): Update explanation of
714         unicode escape syntax.
716 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
718         * control.texi (Control Structures): Add cindex entry for "textual
719         order".
721         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
722         instead of "expression" throughout.
723         (Function Indirection): Copyedits.  Use active voice.
724         (Eval): The default value of max-lisp-eval-depth is now 400.
726 2009-02-23  Miles Bader  <miles@gnu.org>
728         * processes.texi (System Processes): Rename `system-process-attributes'
729         to `process-attributes'.
731 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
733         * symbols.texi (Property Lists): Emphasize that property lists are
734         not restricted to symbol cells.
735         (Other Plists): Copyedit.
737         * sequences.texi (Sequences Arrays Vectors): Make introduction
738         more concise.
739         (Arrays): Mention char-tables and bool-vectors too.
740         (Vectors): Don't repeat information given in Arrays node.  Link to
741         nodes that explain the vector usage examples.
742         (Char-Tables): Note that char-table elements can have arbitrary
743         type.  Explain effect of omitted char-table-extra-slots property.
744         Link to Property Lists node.
746 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
748         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
749         `append'.
750         (List Elements): Copyedits.
752         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
753         of `vconcat'.
755         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
756         Emacs 20 usage of `concat'.
757         (Case Conversion): Copyedits.
759 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
761         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
762         Minor edits.
763         (Frame Configuration Type): Emphasize that it is not primitive.
764         (Font Type): New node.
765         (Type Predicates): Add fontp; type-of now recognizes font object
766         types.
768         * intro.texi (Version Info): Update version numbers in examples.
769         (Acknowledgements): List more contributors.
771         * elisp.texi: Bump version number to 3.0.
772         (Top): Link to Font Type node.
774 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
776         * modes.texi (Major Mode Conventions): Remove duplicate words.
777         (Customizing Keywords): Fix typo.
779 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
781         * nonascii.texi (User-Chosen Coding Systems): Document that
782         select-safe-coding-system suggests raw-text if there are raw bytes
783         in the region.
784         (Explicit Encoding): Warn not to use `undecided' when encoding.
786 2009-02-11  Glenn Morris  <rgm@gnu.org>
788         * frames.texi (Visibility of Frames): Mention the effect multiple
789         workspaces/desktops can have on visibility.
791 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
793         * text.texi (Commands for Insertion):
794         * commands.texi (Event Mod):
795         * keymaps.texi (Searching Keymaps):
796         * nonascii.texi (Translation of Characters): Reinstate
797         documentation of translation-table-for-input.
798         (Explicit Encoding): Document the `charset' text property produced
799         by decode-coding-region and decode-coding-string.
801 2009-01-27  Alan Mackenzie  <acm@muc.de>
803         * modes.texi (Search-based Fontification): Correct a typo.
805 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
807         * abbrevs.texi (Abbrev Table Properties): Fix typo.
808         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
810 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
812         * display.texi (Window Systems): Document the value of
813         `initial-window-system' under --daemon.
815         * os.texi (System Environment): Remove description of the
816         `environment' function which has been deleted.
818 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
820         * frames.texi (Multiple Displays): Remove documentation for
821         removed function make-frame-on-tty.
823 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
825         * files.texi (Format Conversion Piecemeal): Clarify behavior of
826         write-region-annotate-functions.  Document
827         write-region-post-annotation-function.
829 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
831         * display.texi (Font Lookup): Document WIDTH argument of
832         x-list-fonts.
834 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
836         * maps.texi (Standard Keymaps): Rename function-key-map to
837         local-function-key-map.
839         * keymaps.texi (Translation Keymaps): Rename function-key-map to
840         local-function-key-map.
842         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
843         and `set-keyboard-coding-system' now accept an optional terminal
844         argument.
846         * commands.texi (Event Mod): `keyboard-translate-table' is now
847         terminal-local.
848         (Function Keys): Rename function-key-map to
849         local-function-key-map.
851         * elisp.texi (Top): Make @detailmenu be consistent with changes in
852         frames.texi.
854         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
855         `delete-terminal-functions', `suspend-tty-functions' and
856         `resume-tty-functions'.
858         * frames.texi (Frames): Document `frame-terminal' and
859         `terminal-live-p'.
860         (Multiple Displays): Document `make-frame-on-tty'.
861         (Multiple Terminals): Document `terminal-list', `delete-terminal',
862         `terminal-name', and `get-device-terminal'.
863         (Terminal Parameters): Document `terminal-parameters',
864         `terminal-parameter', and `set-terminal-parameter'.
866         * os.texi (System Environment): Document `environment' and
867         `initial-environment'.
868         (Suspending Emacs): Update for multi-tty; document
869         `suspend-tty', `resume-tty', and `controlling-tty-p'.
871         * nonascii.texi (Coding System Basics): More accurate description
872         of `raw-text'.
874 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
876         * display.texi (Low-Level Font): Fix typo.
878 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
880         * elisp.texi (Top): Update node listing.
882         * display.texi (PostScript Images): Node deleted.
884 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
886         * processes.texi (Decoding Output): Document that null bytes force
887         no-conversion for reading process output.
889         * files.texi (Reading from Files): Document that null bytes force
890         no-conversion when visiting files.
892         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
894         * nonascii.texi (Lisp and Coding Systems): Document
895         inhibit-null-byte-detection and inhibit-iso-escape-detection.
896         (Character Properties): Improve wording.
898 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
900         * display.texi (Font Lookup): Remove obsolete function
901         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
902         (Low-Level Font): Rename from Fonts, move to end of Faces section.
903         (Font Selection): Reorder order of variable descriptions.  Minor
904         clarifications.
906         * elisp.texi (Top): Update node listing.
908 2009-01-09  Glenn Morris  <rgm@gnu.org>
910         * commands.texi (Command Loop Info): Say that last-command-char and
911         last-input-char are obsolete aliases.
913         * edebug.texi (Edebug Recursive Edit): Remove separate references to
914         last-input-char and last-command-char, since they are just aliases for
915         last-input-event and last-command-event.
917         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
918         last-command-char.
920 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
922         * elisp.texi: Update node listing.
924         * display.texi (Faces): Put Font Selection node after Auto Faces.
925         (Face Attributes): Don't link to Font Lookup.  Document
926         font-family-list.
927         (Fonts): New node.
929 2009-01-08  Jason Rumney  <jasonr@gnu.org>
931         * frames.texi (Pointer Shape): Clarify that only X supports
932         changing the standard pointer shapes. (Bug#1485)
934 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
936         * display.texi (Attribute Functions): Note that a function value
937         :height is relative, and that compatibility functions work by
938         calling set-face-attribute.
939         (Displaying Faces): Reorder list in order of increasing priority.
940         (Face Remapping): New node.  Content moved here from Displaying
941         Faces.
942         (Glyphs): Link to Face Functions.
944 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
946         * display.texi (Faces): Don't discuss face id here.  facep does
947         not return t.
948         (Defining Faces): Minor clarification.
949         (Face Attributes): Rearrange items to match docstring of
950         set-face-attribute.  Add :foundry attribute.  Document new role of
951         :font attribute.  Texinfo usage fix.
952         (Attribute Functions): Copyedits.
953         (Face Functions): Note that face number is seldom used.
955 2009-01-05  Richard M Stallman  <rms@gnu.org>
957         * strings.texi (Predicates for Strings): Minor clarification.
959         * functions.texi (Function Safety): Texinfo usage fix.
961 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
963         * objects.texi (General Escape Syntax): Fix typo.
965 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
967         * windows.texi (Choosing Window): Say that pop-up-frame-alist
968         works via the default value of pop-up-frame-function.
970 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
972         * processes.texi (System Processes): Document the `time' and
973         `ctime' attributes of `system-process-attributes'.
975 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
977         * display.texi (Face Attributes): Clarify :height attribute.
979 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
981         * buffers.texi (The Buffer List): Clarify what moves a buffer to
982         the front of the buffer list.  Add entries for `last-buffer' and
983         `unbury-buffer'.
985 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
987         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
988         and its subsections.
990         * frames.texi (Multiple Terminals, Low-level Terminal)
991         (Terminal Parameters, Frames on Other TTY devices): New sections.
992         (Frames): Add an xref to "Multiple Terminals".
994         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
996         * objects.texi (Terminal Type): New node.
997         (Editing Types): Add it to the menu.
999         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1000         Variables".
1002         * variables.texi (Directory Local Variables): New node.
1003         (Variables): Add a menu item for it.
1005         * loading.texi (Autoload): Document `generate-autoload-cookie' and
1006         `generated-autoload-file'.
1008 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
1010         * os.texi (Startup Summary): Add xref to documentation of
1011         `initial-window-system'.
1013         * display.texi (Window Systems): Document `window-system' the
1014         function.  The variable `window-system' is now frame-local.
1015         Document `initial-window-system'.
1017 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
1019         * windows.texi (Windows): Rewrite description of
1020         fit-window-to-buffer.
1022 2008-12-13  Glenn Morris  <rgm@gnu.org>
1024         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
1025         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1027 2008-12-12  Glenn Morris  <rgm@gnu.org>
1029         * debugging.texi (Error Debugging): Refer forwards to
1030         eval-expression-debug-on-error.
1032 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
1034         * strings.texi (String Basics): Only unibyte strings that
1035         represent key sequences hold 8-bit raw bytes.
1037         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1038         paragraph to speak about `undecided'.
1039         (Character Properties): Don't explain the meaning of each
1040         property; instead, identify their Unicode Standard names.
1041         (Character Sets): Document `map-charset-chars'.
1043 2008-12-02  Glenn Morris  <rgm@gnu.org>
1045         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1046         section yet again.
1048 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1050         * nonascii.texi (Character Properties): New Section.
1051         (Specifying Coding Systems): Document
1052         `coding-system-priority-list', `set-coding-system-priority', and
1053         `with-coding-priority'.
1054         (Lisp and Coding Systems): Document `check-coding-systems-region'
1055         and `coding-system-charset-list'.
1056         (Coding System Basics): Document `coding-system-aliases'.
1058         * elisp.texi (Top): Add a @detailmenu entry for "Character
1059         Properties".
1061         * objects.texi (Character Type): Correct the range of Emacs
1062         characters.  Add an @xref to "Character Codes".
1064         * strings.texi (String Basics): Add an @xref to "Character Codes".
1066         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1068         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1069         (Character Codes): Document `max-char'.
1071 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
1073         * nonascii.texi (Text Representations, Converting Representations)
1074         (Character Sets, Scanning Charsets, Translation of Characters):
1075         Make text more accurate.
1077 2008-11-28  Glenn Morris  <rgm@gnu.org>
1079         * files.texi (Format Conversion Round-Trip): Improve previous change.
1081 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
1083         * modes.texi (Auto Major Mode): Fix example.
1085 2008-11-25  Glenn Morris  <rgm@gnu.org>
1087         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1089         * files.texi (Format Conversion Round-Trip):
1090         Use active voice for previous change.
1092 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1094         * os.texi (Processor Run Time):
1095         * processes.texi (Transaction Queues):
1096         * markers.texi (The Mark):
1097         * windows.texi (Choosing Window, Selecting Windows):
1098         * files.texi (Changing Files, Magic File Names):
1099         * commands.texi (Key Sequence Input):
1100         * functions.texi (Declaring Functions):
1101         * strings.texi (Predicates for Strings):
1102         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1104 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1106         * help.texi (Accessing Documentation): Update example.
1108         * variables.texi (Defining Variables): Note that `*' is not
1109         necessary if defcustom is used.
1111 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1113         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1114         Characters" from @detailmenu.
1116         * nonascii.texi (Character Codes, Character Sets)
1117         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1118         (Chars and Bytes, Splitting Characters): Sections removed.
1120 2008-11-22  Lute Kamstra  <lute@gnu.org>
1122         * positions.texi (Text Lines): Update goto-line documentation.
1124 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
1126         * frames.texi (Frames): Fix typo, add cross references, reword.
1127         (Initial Parameters): Reword special-display-frame-alist text.
1128         (Frames and Windows): Reword.  Describe argument norecord for
1129         set-frame-selected-window.
1130         (Input Focus): Describe argument norecord for select-frame.
1131         Remove comment on MS-Windows behavior for focus-follows-mouse.
1132         (Raising and Lowering): Mention windows-frames dichotomy in
1133         metaphor.
1135         * windows.texi (Displaying Buffers, Vertical Scrolling)
1136         (Horizontal Scrolling): Fix indenting and rewording issues
1137         introduced with 2008-11-07 change.
1139 2008-11-20  Glenn Morris  <rgm@gnu.org>
1141         * files.texi (Format Conversion Round-Trip): Mention `preserve'
1142         element of `format-alist'.
1144 2008-11-19  Glenn Morris  <rgm@gnu.org>
1146         * doclicense.texi: Update to FDL 1.3.
1147         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1149 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
1151         * windows.texi (Window Hooks): Remove *-end-trigger-functions
1152         vars, which are obsolete.  Mention jit-lock-register.
1154         * modes.texi (Other Font Lock Variables): Document
1155         jit-lock-register and jit-lock-unregister.
1157         * frames.texi (Color Parameters): Document alpha parameter.
1159 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
1161         * windows.texi (Splitting Windows, Deleting Windows)
1162         (Selecting Windows, Cyclic Window Ordering)
1163         (Buffers and Windows, Displaying Buffers, Choosing Window)
1164         (Dedicated Windows, Window Point, Window Start and End)
1165         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1166         (Size of Window, Resizing Windows, Window Configurations)
1167         (Window Parameters): Avoid @var at beginning of sentences and
1168         reword accordingly.
1170 2008-11-11  Lute Kamstra  <lute@gnu.org>
1172         * files.texi (File Name Components): Fix file-name-extension
1173         documentation.
1175 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1177         * frames.texi (Basic Parameters): Remove display-environment-variable
1178         and term-environment-variable.
1180 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1182         * windows.texi (Basic Windows, Splitting Windows)
1183         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1184         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
1185         (Resizing Windows, Window Configurations, Window Parameters):
1186         Fix wording and markup.
1188 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
1190         * windows.texi (Windows): Update entries.
1191         (Basic Windows): Remove listing of attributes.  Reword.
1192         (Splitting Windows, Deleting Windows): Reword.
1193         (Selecting Windows, Cyclic Window Ordering): Reword with special
1194         emphasis on order of recently selected windows and buffer list.
1195         (Buffers and Windows, Choosing Window): Reword with special
1196         emphasis on dedicated windows.
1197         (Displaying Buffers): Reword.  For switch-to-buffer mention that
1198         it may fall back on pop-to-buffer.  For other-window try to
1199         explain how it treats the cyclic ordering of windows.
1200         (Dedicated Windows): New node and section discussing dedicated
1201         windows and associated functions.
1202         (Window Point): Add entry for window-point-insertion-type.  Reword.
1203         (Window Start and End): Rename node and section title.  Reword.
1204         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1205         Minor rewording.
1206         (Size of Window): Reword, in particular text on window-width.
1207         (Resizing Windows): Reword.  Add text on balancing windows.
1208         (Window Configurations): Reword.  Mention window parameters.
1209         (Window Parameters): New node and section on window parameters.
1210         (Window Hooks): Reword.  Mention that
1211         window-configuration-change-hook is run "buffer-locally".
1212         * elisp.texi (Top): Update Windows entries in @detailmenu
1213         section.
1215 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1217         * searching.texi (Regexp Search): Fix typo.
1219 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1221         * searching.texi (Regexp Search): Document GREEDY arg.
1222         (Simple Match Data): Fix return value.
1224 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
1226         * nonascii.texi (Text Representations): Rewrite to make consistent
1227         with Emacs 23 internal representation of characters.  Document
1228         `unibyte-string'.
1230 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
1232         * processes.texi (Process Information): Note that process-status
1233         does not accept buffer names.
1235 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1237         * positions.texi (Skipping Characters): Correct return value of
1238         skip-chars-forward.
1240 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1242         * windows.texi (Deleting Windows): Update documentation of
1243         delete-windows-on.
1244         (Buffers and Windows): Update documentations of
1245         get-buffer-window and get-buffer-window-list.
1246         (Displaying Buffers): Update documentation of
1247         replace-buffer-in-windows.
1249         * buffers.texi (Current Buffer): Reword set-buffer and
1250         with-current-buffer documentations.
1251         (Creating Buffers): Reword documentation of get-buffer-create.
1253 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
1255         * buffers.texi (Current Buffer): Reword documentation of
1256         set-buffer.
1257         (Buffer Names): Reword documentation of buffer-name.
1258         (The Buffer List): For bury-buffer explain what happens with the
1259         buffer's window.
1260         (Creating Buffers): Say that get-buffer-create's arg is called
1261         buffer-or-name.
1263 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1265         * advice.texi (Computed Advice): Explain what DEFINITION is.
1267         * nonascii.texi (Character Codes): Remove obsolete function
1268         char-valid-p, and document characterp instead.
1270 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
1272         * windows.texi (Displaying Buffers): Reword documentation of
1273         pop-to-buffer.
1274         (Choosing Window): Rewrite documentation of display-buffer and
1275         its options.
1277         * buffers.texi (Killing Buffers): Update documentation of
1278         kill-buffer.
1280 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
1282         * processes.texi (Serial Ports): Fix wording and improve markup.
1284         * searching.texi (Regexp Search): Document `string-match-p' and
1285         `looking-at-p'.
1286         (POSIX Regexps): Add an xref for "non-greedy".
1287         (Regexp Special): Add @cindex entry for "non-greedy".
1289         * display.texi (Attribute Functions): Document `face-all-attributes'.
1290         (Image Cache) <image-refresh>: Minor wording fixes.
1292         * frames.texi (Color Names): Add an xref to `read-color'.
1294         * minibuf.texi (High-Level Completion): Document `read-color'.
1296         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1298         * positions.texi (Narrowing): Add an xref to "Swapping Text".
1300         * buffers.texi (Swapping Text): New section, documents
1301         `buffer-swap-text'.
1303 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
1305         * windows.texi (Resizing Windows): Minor wording fix.
1307 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1309         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1310         and `combine-and-quote-strings'.
1312         * strings.texi (Creating Strings): Add xrefs for them.
1314 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1316         * elisp.texi (Top): Make descriptive text for "Reading File Names"
1317         match the corresponding menu in minibuf.texi.
1319         * minibuf.texi (Reading File Names): Document `read-shell-command'
1320         and `minibuffer-local-shell-command-map'.
1322 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1324         * windows.texi (Resizing Windows): Remove var{} around "window" in
1325         documentation of enlarge-window.
1326         Rewrite documentation of window-min-height and window-min-width.
1328 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1330         * functions.texi (Calling Functions): Document `apply-partially'.
1332         * hooks.texi (Standard Hooks): Mention
1333         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1335         * variables.texi (File Local Variables): Document
1336         `file-local-variables-alist', `before-hack-local-variables-hook'
1337         and `hack-local-variables-hook'.
1339         * processes.texi (Synchronous Processes): Document `process-lines'.
1341         * customize.texi (Variable Definitions): Document
1342         `custom-reevaluate-setting'.
1344 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
1346         * windows.texi (Choosing Window, Deleting Windows)
1347         (Displaying Buffers): Expand documentation of dedicated windows.
1349 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1351         * files.texi (Changing Files): Document symbolic input of file
1352         modes to `set-file-modes'.  Document `read-file-modes' and
1353         `file-modes-symbolic-to-number'.
1355         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1356         and `search-map'.
1358         * searching.texi (Search and Replace): Document
1359         `replace-search-function' and `replace-re-search-function'.
1360         Document `multi-query-replace-map'.
1362         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1363         (Completion Commands, Reading File Names): Rename
1364         `minibuffer-local-must-match-filename-map' to
1365         `minibuffer-local-filename-must-match-map'.
1366         (Minibuffer Completion): The `require-match' argument to
1367         `completing-read' can now have the value `confirm-only'.
1369         * windows.texi (Displaying Buffers): Minor wording fix.
1370         (Choosing Window): `split-height-threshold' can now be nil.
1371         Document `split-width-threshold'.  `pop-up-frames' can have the
1372         value `graphic-only'.
1374 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
1376         * os.texi (Startup Summary): Document `before-init-time' and
1377         `after-init-time'.  Document `initial-window-system' and
1378         `window-system-initialization-alist'.  Document reading the
1379         abbrevs file.  Document the call to `server-start' under --daemon.
1380         Rearrange a bit to be consistent with the code flow.
1381         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1382         (Time Parsing): Document `format-seconds'.
1384 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
1386         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1387         and reword.
1389 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
1391         * markers.texi (The Mark): Document use-region-p.
1393 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
1395         * internals.texi (Writing Emacs Primitives): The interactive spec
1396         of a primitive can be a Lisp form.
1398         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1399         values of transient-mark-mode.  Document handle-shift-selection.
1401         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1402         (Interactive Examples): Show an example of `^'.
1403         (Key Sequence Input): Document this-command-keys-shift-translated.
1404         (Defining Commands, Using Interactive): The interactive-form of a
1405         function can be added via its symbol's property.
1407         * positions.texi (List Motion): beginning-of-defun-function can
1408         now accept an argument.
1410         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1411         now return a list of strings.
1413         * control.texi (Handling Errors): Document ignore-errors.
1415         * frames.texi (Creating Frames): Document frame-inherited-parameters.
1416         (Parameter Access): Document set-frame-parameter.
1418         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1419         Hooks" for the effect of kill-all-local-variables on local hook
1420         functions.
1422         * modes.texi (Major Mode Conventions, Mode Line Variables):
1423         `mode-name' need not be a string.  xref to "Mode Line Data" for
1424         details, and to "Emulating Mode Line" for computing a string
1425         value.
1427 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
1429         * processes.texi (System Processes): New section.
1430         (Processes, Signals to Processes): Add xrefs to it.
1432         * objects.texi (Editing Types): A `process' is a subprocess of
1433         Emacs, not just any process running on the OS.
1435         * elisp.texi (Top): Adjust the @detailmenu for the above two
1436         changes.
1438         * sequences.texi (Char-Tables): Remove documentation of
1439         set-char-table-default, which has no effect since Emacs 23.
1440         <char-table-range, set-char-table-range>: Don't mention generic
1441         characters and charsets.  Add a cons cell as a possible argument.
1443         * nonascii.texi (Splitting Characters)
1444         (Translation of Characters): Don't mention generic characters.
1446         * display.texi (Fontsets): Don't mention generic characters.
1448         * sequences.texi (Char-Tables): `map-char-table' can now call its
1449         argument FUNCTION with a cons cell as KEY.
1451 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
1453         * objects.texi (Primitive Function Type): Move "@cindex special
1454         forms" from here...
1456         * eval.texi (Special Forms): ...to here.
1458         * functions.texi (What Is a Function): `functionp' returns nil for
1459         special forms.  Add an xref.
1461         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1462         Variables".
1464         * variables.texi (Frame-Local Variables): New section.
1465         (Buffer-Local Variables): Add an xref to it.
1466         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1467         have both frame-local and buffer-local binding.
1469         * frames.texi (Frames): Mention multiple tty frames.
1470         (Frame Parameters, Parameter Access): Mention frame-local variable
1471         bindings.
1473 2008-09-20  Glenn Morris  <rgm@gnu.org>
1475         * display.texi (Defining Faces): Recommend against face variables.
1477 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
1479         * display.texi (Echo Area Customization): Fix typo.
1481 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
1483         * loading.texi (Where Defined): Add `defface' item.
1485 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
1487         * loading.texi (Where Defined): Fix description of symbol-file.
1489 2008-08-26  Jason Rumney  <jasonr@gnu.org>
1491         * display.texi (TIFF Images): New section describing :index property.
1493 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
1495         * display.texi (Temporary Displays): Remove unnecessary comment
1496         about usage of temp-buffer-show-hook.
1498 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
1500         * symbols.texi (Other Plists): Fix incorrect example.
1501         Suggested by Florian Beck.
1503 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
1505         * os.texi: Fix previous change.
1507 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1509         * os.texi:
1510         * intro.texi:
1511         * files.texi: Remove VMS support.
1513 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1515         * os.texi:
1516         * frames.texi:
1517         * display.texi: Remove mentions of Mac Carbon.
1519 2008-07-01  Miles Bader  <miles@gnu.org>
1521         * text.texi (Special Properties):
1522         * display.texi (Truncation): Add wrap-prefix and line-prefix.
1524 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
1526         * display.texi (Other Image Types): Fix copy/paste error; say
1527         "PBM", not "XBM".
1529 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1531         * os.texi: Remove references to obsolete systems.
1533 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
1535         * makefile.w32-in (distclean): Remove makefile.
1537 2008-06-17  Glenn Morris  <rgm@gnu.org>
1539         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1540         (elisp, dist): Remove rules and variables that are obsolete now
1541         the lisp manual is no longer distributed separately.
1543 2008-06-16  Glenn Morris  <rgm@gnu.org>
1545         * configure, configure.in, mkinstalldirs: Remove unused files.
1547         * book-spine.texinfo: Set version to 23.0.60.
1548         * vol1.texi (EMACSVER):
1549         * vol2.texi (EMACSVER): Set to 23.0.60.
1551         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1552         as per maintain.info.
1554 2008-06-15  Glenn Morris  <rgm@gnu.org>
1556         * makefile.w32-in (manual): Use "23" rather than "21".
1558         * Makefile.in (emacsver): New, set by configure.
1559         (manual): Use emacsver.
1561         * intro.texi: Report bugs using M-x report-emacs-bug.
1563         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1565 2008-06-13  Daniel Engeler  <engeler@gmail.com>
1567         * elisp.texi, internals.texi, processes.texi: Add documentation
1568         about serial port access.
1570 2008-06-05  Miles Bader  <miles@gnu.org>
1572         * display.texi (Displaying Faces): Update to reflect function
1573         renamings in face-remap.el.
1575 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
1577         * display.texi (Fontsets): Fix typos.
1579 2008-06-03  Miles Bader  <miles@gnu.org>
1581         * display.texi (Displaying Faces): Add add-relative-face-remapping,
1582         remove-relative-face-remapping, set-base-face-remapping,
1583         and set-default-base-face-remapping.
1585 2008-06-01  Miles Bader  <miles@gnu.org>
1587         * display.texi (Displaying Faces): Add face-remapping-alist.
1589 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1592         variable names.
1594 2008-05-03  Eric S. Raymond  <esr@golux>
1596         * keymaps.texi: Clarify that (current-local-map) and
1597         (current-global-map) return references, not copies.
1599 2008-05-02  Juri Linkov  <juri@jurta.org>
1601         * minibuf.texi (Text from Minibuffer): Document a list of
1602         default values for `read-from-minibuffer'.
1604 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
1606         * nonascii.texi (Translation of Characters): Fix previous change.
1608 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
1610         * display.texi (Overlay Properties): Clarify role of underlying
1611         textprop and overlay keymaps for display strings.
1613         * keymaps.texi (Active Keymaps): Ditto.
1615 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1617         * minibuf.texi (Programmed Completion):
1618         Replace dynamic-completion-table with the new completion-table-dynamic.
1620 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
1622         * intro.texi (Some Terms): Change "fonts in this manual" index
1623         entry to "typographic conventions".
1625 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1627         * objects.texi (Text Props and Strings): Add indexing for read
1628         syntax of text properties.
1630 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * processes.texi (Decoding Output): Remove process-filter-multibyte
1633         functions.
1635 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
1637         * display.texi (Finding Overlays): Say that empty overlays at
1638         the end of the buffer are reported too.
1640 2008-03-13  Glenn Morris  <rgm@gnu.org>
1642         * elisp.texi (EMACSVER): Set to 23.0.60.
1644 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
1646         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
1648 2008-02-22  Glenn Morris  <rgm@gnu.org>
1650         * frames.texi (Position Parameters): Clarify the description of
1651         `left' and `top', using information from "Geometry".
1652         (Geometry): Give a pointer to "Position Parameters", rather than
1653         repeating information.
1655 2008-02-11  Glenn Morris  <rgm@gnu.org>
1657         * objects.texi (Equality Predicates): No longer talk about "two"
1658         functions.
1660 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1662         * objects.texi (Equality Predicates): Add defun for
1663         equal-including-properties.
1665 2008-02-10  Glenn Morris  <rgm@gnu.org>
1667         * objects.texi (Equality Predicates):
1668         Mention equal-including-properties.
1670 2008-02-07  Richard Stallman  <rms@gnu.org>
1672         * windows.texi (Window Start): Mention the feature of moving
1673         window-start to start of line.
1675 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
1677         * keymaps.texi (Tool Bar): Document rtl property.
1679 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1681         * display.texi (Button Types):
1682         For define-button-type, clarify type of NAME.
1684 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
1686         * buffers.texi (Buffer Modification): Fix typo.
1688 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1690         * os.texi (System Environment): Remove references to OSes that are
1691         not supported anymore.
1693 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1695         * os.texi (System Environment): Remove mention for Masscomp.
1697 2008-01-04  Richard Stallman  <rms@gnu.org>
1699         * display.texi (Faces): Don't talk about internal face vector as arg
1700         to facep.
1702         * customize.texi (Type Keywords): Fix previous change.
1704         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1705         * elisp.texi (Top): Fix menu for commands.texi change.
1707 2007-12-30  Richard Stallman  <rms@gnu.org>
1709         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1710         (Accessing Scroll): New node broken out of Accessing Mouse.
1712 2007-12-28  Richard Stallman  <rms@gnu.org>
1714         * frames.texi (Size Parameters): Fix typo.
1715         (Basic Parameters): For `title', refer to title bar.
1716         (Size and Position): Explain meaning of frame pixel width and height.
1718 2007-12-23  Richard Stallman  <rms@gnu.org>
1720         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1721         Improve some of the commented-out keywords' text too.
1723 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
1725         * nonascii.texi (Encoding and I/O): Reword to avoid saying
1726         "visit the current buffer".
1728         * os.texi (System Interface): Fix typo.
1730 2007-12-04  Richard Stallman  <rms@gnu.org>
1732         * objects.texi (Symbol Type): Fix typo.
1734 2007-12-03  Richard Stallman  <rms@gnu.org>
1736         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1738 2007-12-01  Glenn Morris  <rgm@gnu.org>
1740         * functions.texi (Declaring Functions): Improve previous change.
1742 2007-11-30  Glenn Morris  <rgm@gnu.org>
1744         * functions.texi (Declaring Functions): Add optional fourth
1745         argument of declare-function, and setting third argument to `t'.
1747 2007-11-29  Richard Stallman  <rms@gnu.org>
1749         * customize.texi (Composite Types): Document `group' type.
1751 2007-11-29  Glenn Morris  <rgm@gnu.org>
1753         * functions.texi (Declaring Functions): Add findex.  Mention
1754         `external' files.
1756 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1758         * functions.texi (Declaring Functions): Fix directive.
1760 2007-11-25  Richard Stallman  <rms@gnu.org>
1762         * help.texi (Help Functions): Clean up last change.
1764         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1766         * loading.texi (Named Features): Minor cleanup.
1768         * macros.texi (Eval During Expansion): Minor cleanup.
1770         * variables.texi (Variable Aliases): Minor cleanup.
1772 2007-11-24  Richard Stallman  <rms@gnu.org>
1774         * functions.texi (Declaring Functions): Clarify previous change.
1776         * compile.texi (Compiler Errors): Clarify previous change.
1778 2007-11-24  Richard Stallman  <rms@gnu.org>
1780         * display.texi (Refresh Screen, Forcing Redisplay):
1781         Clarify the text and move items around.
1783 2007-11-24  Glenn Morris  <rgm@gnu.org>
1785         * functions.texi (Declaring Functions): New section.
1786         * compile.texi (Compiler Errors): Mention declaring functions,
1787         defvar with no initvalue, and byte-compile-warnings.
1789 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
1791         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1792         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1794 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
1796         * help.texi (Help Functions): Document new macro `with-help-window'.
1798 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1800         * searching.texi (Replacing Match): Describe new
1801         `match-substitute-replacement'.
1803 2007-10-31  Richard Stallman  <rms@gnu.org>
1805         * strings.texi (Creating Strings): Null strings from concat not unique.
1807 2007-10-26  Richard Stallman  <rms@gnu.org>
1809         * objects.texi (Equality Predicates): Null strings are uniquified.
1811         * minibuf.texi: Minor clarifications in previous change.
1813 2007-10-25  Glenn Morris  <rgm@gnu.org>
1815         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1817 2007-10-24  Richard Stallman  <rms@gnu.org>
1819         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1821         * variables.texi (Frame-Local Variables): Node deleted.
1822         (Variables): Delete Frame-Local Variables from menu.
1823         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1824         (Default Value): Don't mention frame-local vars.
1826         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1828         * loading.texi (Unloading): Document FEATURE-unload-function
1829         instead of FEATURE-unload-hook.
1831         * frames.texi (Multiple Displays): Don't mention frame-local vars.
1833 2007-10-22  Juri Linkov  <juri@jurta.org>
1835         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1836         (High-Level Completion): Document a list of default value strings
1837         in the DEFAULT argument, for which minibuffer functions return the
1838         first element.
1840 2007-10-17  Juri Linkov  <juri@jurta.org>
1842         * text.texi (Filling): Update arguments of fill-paragraph.
1843         fill-paragraph operates on the active region in Transient Mark mode.
1844         Remove fill-paragraph-or-region.
1846 2007-10-13  Karl Berry  <karl@gnu.org>
1848         * elisp.texi (@dircategory): Move to after @copying,
1849         since we want @copying as close as possible to the beginning of
1850         the output.
1852 2007-10-12  Richard Stallman  <rms@gnu.org>
1854         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1856         * commands.texi (Distinguish Interactive): New node,
1857         broken out from Interactive Call and rewritten.
1858         (Command Loop): Put Distinguish Interactive in menu.
1860 2007-10-09  Richard Stallman  <rms@gnu.org>
1862         * text.texi (Examining Properties): Mention overlay priority.
1864         * display.texi (Display Margins): Correct the description
1865         of margin display specifications.
1866         (Replacing Specs): New subnode broken out of Display Property.
1868 2007-10-06  Juri Linkov  <juri@jurta.org>
1870         * text.texi (Filling): Document fill-paragraph-or-region.
1872 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
1874         * display.texi (Auto Faces): Fix typo.
1876 2007-10-02  Richard Stallman  <rms@gnu.org>
1878         * display.texi (Display Property): Explain some display specs
1879         don't let you move point in.
1881         * frames.texi (Cursor Parameters): Describe
1882         cursor-in-non-selected-windows here.  Explain more values.
1884         * windows.texi (Basic Windows): Don't describe
1885         cursor-in-non-selected-windows here.
1887 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
1889         * processes.texi (Misc Network): Note that these functions are
1890         supported only on some systems.
1892 2007-10-01  Richard Stallman  <rms@gnu.org>
1894         * display.texi (Overlay Properties): Explain nil as priority.
1895         Explain that conflicts are unpredictable if not resolved by
1896         priorities.
1898 2007-09-23  Richard Stallman  <rms@gnu.org>
1900         * macros.texi (Backquote): Minor clarification.
1902 2007-09-19  Richard Stallman  <rms@gnu.org>
1904         * display.texi (Display Property): Explain multiple display specs.
1905         Clarify when they work in parallel and when one overrides.
1906         Fix error in example.
1908 2007-09-06  Glenn Morris  <rgm@gnu.org>
1910         Move from lispref/ to doc/lispref/.  Change all setfilename
1911         commands to use ../../info.
1912         * Makefile.in (infodir): Go up one more level.
1913         (usermanualdir): Change from ../man to ../emacs.
1914         (miscmanualdir): New.
1915         (dist): Use new variable miscmanualdir.
1916         * makefile.w32-in (infodir, texinputdir): Go up one more level.
1917         (usermanualdir): Change from ../man to ../emacs.
1919 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
1921         * commands.texi (Command Loop Info): Advise against changing
1922         most variables described here.  Explain new variable
1923         last-repeatable-command.
1925 2007-08-29  Glenn Morris  <rgm@gnu.org>
1927         * elisp.texi (EMACSVER): Increase to 23.0.50.
1929 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1931         * frames.texi (Basic Parameters): Add display-environment-variable
1932         and term-environment-variable.
1934 2007-08-28  Juri Linkov  <juri@jurta.org>
1936         * display.texi (Image Formats, Other Image Types): Add SVG.
1938 2007-08-28  Juri Linkov  <juri@jurta.org>
1940         * display.texi (Images): Move formats-related text to new node
1941         "Image Formats".
1942         (Image Formats): New node.
1944 2007-08-27  Richard Stallman  <rms@gnu.org>
1946         * windows.texi (Window Configurations): Clarify what
1947         a window configuration saves.
1949 2007-08-25  Richard Stallman  <rms@gnu.org>
1951         * display.texi (Images): Delete redundant @findex.
1953 2007-08-16  Richard Stallman  <rms@gnu.org>
1955         * processes.texi (Asynchronous Processes): Clarify
1956         doc of start-file-process.
1958 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1960         * modes.texi (Example Major Modes): Fix typo.
1962 2007-08-08  Glenn Morris  <rgm@gnu.org>
1964         * intro.texi (nil and t): Do not use `iff' in documentation.
1966         * tips.texi (Documentation Tips): Recommend against `iff'.
1968 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1970         * display.texi (Image Cache): Document image-refresh.
1972 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1974         * windows.texi (Size of Window): Document window-full-width-p.
1976 2007-07-25  Glenn Morris  <rgm@gnu.org>
1978         * gpl.texi (GPL): Replace license with GPLv3.
1980         * Relicense all FSF files to GPLv3 or later.
1982 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
1984         * processes.texi (Synchronous Processes):
1985         Add `process-file-shell-command'.
1986         (Asynchronous Processes): Mention restricted use of
1987         `process-filter' and `process-sentinel' in
1988         `start-file-process'.  Add `start-file-process-shell-command'.
1990 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
1992         * files.texi (Magic File Names): Introduce optional parameter
1993         IDENTIFICATION for `file-remote-p'.
1995 2007-07-16  Richard Stallman  <rms@gnu.org>
1997         * display.texi (Defining Faces): Fix previous change.
1999 2007-07-14  Richard Stallman  <rms@gnu.org>
2001         * control.texi (Handling Errors): Document `debug' in handler list.
2003 2007-07-10  Richard Stallman  <rms@gnu.org>
2005         * display.texi (Defining Faces): Explain C-M-x feature for defface.
2007 2007-07-09  Richard Stallman  <rms@gnu.org>
2009         * files.texi (Magic File Names): Rewrite previous change.
2011 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
2013         * files.texi (Magic File Names): Introduce optional parameter
2014         CONNECTED for `file-remote-p'.
2016 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2018         * processes.texi (Asynchronous Processes):
2019         * files.texi (Magic File Names): Add `start-file-process'.
2021 2007-06-27  Richard Stallman  <rms@gnu.org>
2023         * files.texi (Format Conversion Piecemeal): Clarify
2024         `after-insert-file-functions' calling convention.
2026 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
2028         * files.texi (Magic File Names): Remove `dired-call-process'.
2029         Add `process-file'.
2031 2007-06-27  Kenichi Handa  <handa@m17n.org>
2033         * text.texi (Special Properties): Fix description about
2034         `composition' property.
2036 2007-06-26  Kenichi Handa  <handa@m17n.org>
2038         * nonascii.texi (Default Coding Systems): Document about the
2039         return value `undecided'.
2041 2007-06-25  David Kastrup  <dak@gnu.org>
2043         * keymaps.texi (Active Keymaps): Document new POSITION argument of
2044         `current-active-maps'.
2046 2007-06-24  Karl Berry  <karl@gnu.org>
2048         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2050 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
2052         * display.texi (Overlay Arrow): Doc fix.
2054 2007-06-14  Karl Berry  <karl@tug.org>
2056         * anti.texi (Antinews): Typo.
2058 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2060         * display.texi (Image Cache): Document image-refresh.
2062 2007-06-12  Karl Berry  <karl@gnu.org>
2064         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2065         * two-volume.make: New file.
2066         * .cvsignore: Ignore two-volume files.
2068 2007-06-12  Tom Tromey  <tromey@redhat.com>
2070         * os.texi (Init File): Document user-emacs-directory.
2072 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
2074         * commands.texi (Click Events): Describe width and height when
2075         object is nil.
2077 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
2079         * commands.texi (Click Events): Layout more logically.  Describe
2080         width and height.
2081         (Drag Events, Motion Events): Update to new format for position.
2083 2007-06-02  Richard Stallman  <rms@gnu.org>
2085         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2087 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2089         * Version 22.1 released.
2091 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * text.texi (Special Properties): Correct meaning of fontified face.
2095 2007-05-30  Richard Stallman  <rms@gnu.org>
2097         * text.texi (Special Properties): Add link to Adjusting Point.
2099 2007-05-12  Richard Stallman  <rms@gnu.org>
2101         * text.texi (Margins): indent-to-left-margin is not the default.
2102         (Mode-Specific Indent): For indent-line-function, the default
2103         is indent-relative.
2105         * modes.texi (Example Major Modes): Explain last line of text-mode
2106         is redundant.
2108 2007-05-10  Richard Stallman  <rms@gnu.org>
2110         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2112         * help.texi (Keys in Documentation): Add reference to
2113         Documentation Tips.
2115         * files.texi (Format Conversion): TO-FN gets three arguments.
2117         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2119 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2121         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2122         * files.texi (Format Conversion): Expand intro; add menu.
2123         (Format Conversion Overview, Format Conversion Round-Trip)
2124         (Format Conversion Piecemeal): New nodes/subsections.
2125         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2126         * text.texi (Text Properties): Remove "Saving Properties" from menu.
2127         (Saving Properties): Delete node/subsection.
2129 2007-05-07  Karl Berry  <karl@gnu.org>
2131         * elisp.texi (EMACSVER): Back to 22.
2133 2007-05-06  Richard Stallman  <rms@gnu.org>
2135         * processes.texi (Accepting Output): Revert most of previous change.
2137 2007-05-05  Richard Stallman  <rms@gnu.org>
2139         * processes.texi (Accepting Output): accept-process-output
2140         uses microseconds, not milliseconds.  But that arg is obsolete.
2142 2007-05-04  Karl Berry  <karl@tug.org>
2144         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2146 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
2148         * tips.texi (Documentation Tips): Rearrange items to place the
2149         more important ones first.  Add an index entry for hyperlinks.
2151 2007-05-03  Karl Berry  <karl@gnu.org>
2153         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2154         (EMACSVER) [smallbook]: 22 for printed version.
2156         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2157         so restore anchor to normal position after defun.  Found by Kevin Ryde.
2159 2007-04-26  Glenn Morris  <rgm@gnu.org>
2161         * elisp.texi (EMACSVER): Increase to 22.1.50.
2163 2007-04-28  Karl Berry  <karl@gnu.org>
2165         * elisp.texi: Improve line breaks on copyright page,
2166         similar layout to emacs manual, 8.5x11 by default.
2168 2007-04-24  Richard Stallman  <rms@gnu.org>
2170         * text.texi (Special Properties): Add xref to Overlay Properties.
2172         * display.texi (Overlay Properties): Add xref to Special Properties.
2174 2007-04-22  Richard Stallman  <rms@gnu.org>
2176         * keymaps.texi (Extended Menu Items): Move the info about
2177         format with cached keyboard binding.
2179 2007-04-21  Richard Stallman  <rms@gnu.org>
2181         * text.texi (Special Properties): Clarify previous change.
2183         * files.texi (File Name Expansion): Clarify previous change.
2185         * display.texi (Attribute Functions): Fix example for
2186         face-attribute-relative-p.
2188 2007-04-19  Kenichi Handa  <handa@m17n.org>
2190         * text.texi (Special Properties): Document composition property.
2192 2007-04-19  Glenn Morris  <rgm@gnu.org>
2194         * files.texi (File Name Expansion): Mention "superroot".
2196 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2198         * frames.texi (Multiple Displays): Add note about "multi-monitor"
2199         setups.
2200         (Display Feature Testing): Note that display refers to all
2201         physical monitors for multi-monitor setups.
2203 2007-04-14  Richard Stallman  <rms@gnu.org>
2205         * lists.texi (Sets And Lists): Clarify `delete' examples.
2206         Remove spurious xref to same node.
2207         Clarify xref for add-to-list.
2209 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2211         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2212         value of lisp-mode-map.
2214 2007-04-11  Karl Berry  <karl@gnu.org>
2216         * anti.texi (Antinews):
2217         * display.texi (Overlay Properties, Defining Images):
2218         * processes.texi (Synchronous Processes, Sentinels):
2219         * syntax.texi (Syntax Table Internals):
2220         * searching.texi (Regexp Special):
2221         * nonascii.texi (Default Coding Systems):
2222         * text.texi (Special Properties):
2223         * minibuf.texi (Basic Completion): Wording to improve breaks in
2224         8.5x11 format.
2225         * elisp.texi (smallbook): New @set to more easily switch between
2226         smallbook and 8.5x11.
2228 2007-04-11  Richard Stallman  <rms@gnu.org>
2230         * text.texi (Lazy Properties): Minor fix.
2232 2007-04-08  Karl Berry  <karl@gnu.org>
2234         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2235         * macros.texi (Backquote): Downcase Backquote in index entries for
2236         consistency.
2238 2007-04-08  Richard Stallman  <rms@gnu.org>
2240         * text.texi (Adaptive Fill): Just describe default,
2241         don't show it (since it contains non-ASCII chars).
2243 2007-04-07  Karl Berry  <karl@gnu.org>
2245         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2246         adaptive-fill-regexp's value, since they are not in the standard
2247         TeX fonts.
2249 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
2251         * display.texi (Defining Faces): Fix example.
2253 2007-04-07  Karl Berry  <karl@gnu.org>
2255         * display.texi (Button Buffer Commands): Improve page break.
2257 2007-04-07  Richard Stallman  <rms@gnu.org>
2259         * advice.texi (Activation of Advice): Remove redundant index entry.
2261         * backups.texi: Improve index entries.  Remove redundant ones.
2263         * compile.texi (Byte Compilation): Improve index entry.
2265         * hash.texi (Creating Hash): Improve index entry.
2267         * symbols.texi (Definitions): Improve index entry.
2269         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
2271         * maps.texi (Standard Keymaps): Remove useless index entry.
2273         * help.texi (Documentation Basics): Remove redundant index entries.
2275         * customize.texi: Improve index entries.
2276         Remove redundant/useless ones.
2278         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2280         * streams.texi (Output Variables): Improve index entry.
2282         * abbrevs.texi (Abbrevs): Remove useless index entry.
2284         * macros.texi (Expansion): Remove useless index entry.
2286         * text.texi: Improve index entries.  Remove redundant/useless ones.
2287         (Text Properties, Examining Properties)
2288         (Special Properties): Use "property category" instead of "category"
2289         to refer to the `category' property.
2291         * positions.texi: Improve index entries.  Remove useless one.
2293         * lists.texi: Improve index entries.  Remove redundant/useless ones.
2295         * os.texi: Improve index entries.
2296         (Timers): Fix previous change.
2298         * buffers.texi: Improve index entries.
2299         (Modification Time): Get rid of term "obsolete buffer".
2301         * debugging.texi: Improve index entries.
2302         (Test Coverage): Add xref to other test coverage ftr.
2304         * eval.texi: Improve index entry.  Remove redundant ones.
2306         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
2308         * files.texi: Improve index entries.  Remove redundant/useless ones.
2310         * objects.texi: Improve index entries.
2312         * processes.texi: Improve index entries.
2314         * modes.texi: Improve index entry.  Remove redundant one.
2316         * nonascii.texi: Improve index entries.
2318         * internals.texi: Improve index entries.
2320         * syntax.texi: Improve index entries.
2322         * keymaps.texi (Active Keymaps): Improve index entries.
2324         * commands.texi: Improve index entries.  Remove redundant/useless ones.
2326         * frames.texi: Improve index entries.  Remove redundant/useless ones.
2328         * markers.texi: Improve index entries.  Remove redundant ones.
2330         * tips.texi: Improve index entries.
2332         * loading.texi (Unloading): Improve index entry.
2334         * variables.texi: Improve index entries.  Remove redundant one.
2336         * sequences.texi: Improve index entry.
2338         * display.texi: Improve index entries.  Remove redundant ones.
2340         * windows.texi: Improve index entries.
2342         * searching.texi: Improve index entries.  Remove redundant one.
2344         * strings.texi (Case Tables): Improve last change.
2346 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2348         * strings.texi (Case Tables): Document with-case-table and
2349         ascii-case-table.
2351 2007-04-03  Karl Berry  <karl@gnu.org>
2353         * processes.texi (Network): Reword to improve page break.
2355 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2357         * functions.texi (Inline Functions): Describe more disadvantages
2358         of defsubst, and make advice against it stronger.
2360 2007-04-02  Karl Berry  <karl@gnu.org>
2362         * backups.texi (Backup Names): Avoid widow words.
2363         * modes.texi (Example Major Modes): Align last comment.
2365 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2367         * keymaps.texi (Remapping Commands): Document new arg to
2368         command-remapping.
2370 2007-04-01  Karl Berry  <karl@gnu.org>
2372         * processes.texi (Low-Level Network): Typo.
2373         * loading.texi (Hooks for Loading): Avoid double "the".
2374         * keymaps.texi (Key Sequences): No double "and".
2375         (Changing Key Bindings): Shorten to improve line break.
2377 2007-03-31  Glenn Morris  <rgm@gnu.org>
2379         * os.texi (Timers): Fix description of run-at-time TIME formats.
2381 2007-03-31  Richard Stallman  <rms@gnu.org>
2383         * display.texi (Invisible Text): Correct buffer-invisibility-spec
2384         regarding ellipsis.
2386 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2388         * intro.texi (nil and t):
2389         * symbols.texi (Plists and Alists):
2390         * variables.texi (Variable Aliases, Constant Variables):
2391         * functions.texi (Defining Functions):
2392         * advice.texi (Advising Primitives):
2393         * debugging.texi (Syntax Errors, Compilation Errors):
2394         * minibuf.texi (Minibuffer Windows):
2395         * commands.texi (Adjusting Point):
2396         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2397         (Auto Major Mode, Major Mode Conventions):
2398         * help.texi (Describing Characters):
2399         * files.texi (Create/Delete Dirs, Information about Files)
2400         (File Locks, Writing to Files, Reading from Files)
2401         (Saving Buffers):
2402         * windows.texi (Resizing Windows, Cyclic Window Ordering):
2403         * frames.texi (Finding All Frames):
2404         * positions.texi (Buffer End, Motion):
2405         * markers.texi (The Region):
2406         * text.texi (Deletion, Near Point):
2407         * display.texi (Displaying Messages, Truncation):
2408         * os.texi (Processor Run Time):
2409         * tips.texi (Key Binding Conventions, Programming Tips)
2410         (Warning Tips, Documentation Tips, Comment Tips):
2411         * internals.texi (Memory Usage): Improve indexing.
2413         * variables.texi (Frame-Local Variables):
2414         * functions.texi (Argument List):
2415         * loading.texi (Library Search):
2416         * streams.texi (Output Variables):
2417         * keymaps.texi (Translation Keymaps, Searching Keymaps):
2418         * searching.texi (Replacing Match, Search and Replace):
2419         * processes.texi (Byte Packing, Decoding Output)
2420         (Accepting Output, Network Servers, Shell Arguments):
2421         * display.texi (Abstract Display, Image Cache, Scroll Bars):
2422         * windows.texi (Window Point, Window Start):
2423         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2424         * commands.texi (Reading Input, Keyboard Events):
2425         * minibuf.texi (Reading File Names, Minibuffer Completion)
2426         (Recursive Mini):
2427         * positions.texi (List Motion):
2428         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2429         * numbers.texi (Arithmetic Operations, Math Functions)
2430         (Predicates on Numbers, Comparison of Numbers):
2431         (Numeric Conversions):
2432         * locals.texi (Standard Buffer-Local Variables):
2433         * maps.texi (Standard Keymaps):
2434         * os.texi (User Identification, System Environment, Recording Input)
2435         (X11 Keysyms):
2436         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2437         * backups.texi (Backups and Auto-Saving):
2438         * customize.texi (Customization, Group Definitions)
2439         (Variable Definitions):
2440         * compile.texi (Byte Compilation): Improve index entries.
2442 2007-03-31  Karl Berry  <karl@gnu.org>
2444         * macros.texi (Defining Macros): Avoid widow syllable.
2446 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2448         * elisp.texi (Top): Postscript -> PostScript.
2450         * display.texi (Images, Postscript Images): Postscript -> PostScript.
2452 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2454         * internals.texi (Writing Emacs Primitives): Untabify `For'.
2456 2007-03-30  Karl Berry  <karl@gnu.org>
2458         * lists.texi (List-related Predicates): Remove spurious @need.
2459         (Setcdr): Use @smallexample to improve page break.
2460         (Association Lists) <assoc>: Reword to improve page break.
2462         * strings.texi (String Conversion): Insert blank line to improve
2463         page break.
2465         * numbers.texi (Random Numbers): Use @minus{}.
2466         (Math Functions): Use @minus{}.
2468         * intro.texi (Acknowledgements): Avoid line breaks before middle
2469         initials.
2471 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
2473         * errors.texi (Standard Errors): Add an index entry.
2475 2007-03-19  Richard Stallman  <rms@gnu.org>
2477         * os.texi (Recording Input): recent-keys now gives 300 keys.
2479 2007-03-12  Glenn Morris  <rgm@gnu.org>
2481         * os.texi: Replace "daylight savings" with "daylight saving"
2482         throughout.
2484 2007-03-05  Richard Stallman  <rms@gnu.org>
2486         * variables.texi (File Local Variables): Update
2487         enable-local-variables values.
2489 2007-03-04  Richard Stallman  <rms@gnu.org>
2491         * syntax.texi (Control Parsing): Minor clarification.
2493         * strings.texi (Formatting Strings): Clarify width, precision, flags.
2495         * sequences.texi (Sequence Functions): Move string-bytes away,
2496         add xref.
2498         * nonascii.texi (Text Representations): Move string-bytes here.
2500         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2502         * minibuf.texi (Basic Completion): Minor clarification.
2504         * markers.texi (The Mark): Clarify existence vs activation of mark.
2505         Other cleanup.
2507         * display.texi (Finding Overlays): Write better example.
2509         * compile.texi (Eval During Compile): Clarify putting macros
2510         in eval-when-compile.
2512 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
2514         * loading.texi (How Programs Do Loading): Fix anchor position at
2515         load-read-function definition doc.
2517 2007-02-21  Kim F. Storm  <storm@cua.dk>
2519         * strings.texi (Text Comparison): Mention that assoc-string
2520         converts symbols to strings before testing.
2522 2007-02-17  Kim F. Storm  <storm@cua.dk>
2524         * processes.texi (Bindat Spec): Vector types can have optional
2525         element type.
2526         (Bindat Examples): Fix example.  Add vector with element type.
2528 2007-02-16  Andreas Schwab  <schwab@suse.de>
2530         * strings.texi (Formatting Strings): Document '+' flag.
2532 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
2534         * strings.texi (Modifying Strings): Clarify that `clear-string'
2535         always converts the string to unibyte.
2537 2007-02-14  Kim F. Storm  <storm@cua.dk>
2539         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2540         Rewrite glyph code description to refer to these functions.
2541         Remove details of encoding face number and char into integer code.
2543 2007-02-03  Alan Mackenzie  <acm@muc.de>
2545         * loading.texi (Hooks for Loading): Make the description of
2546         `eval-after-load' more detailed, and amend the description of
2547         after-load-alist, in accordance with changes from 2006-05.
2549 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2551         * modes.texi (Defining Minor Modes): Document that a :require
2552         keyword or similar may be required to make saved customization
2553         variables work.
2555 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2557         * elisp.texi (Top): Make the detailed menu headers compliant with
2558         Texinfo guidelines and with what texnfo-upd.el expects.  Add
2559         comments to prevent people from inadvertently modifying the key
2560         parts needed by `texinfo-multiple-files-update'.
2562 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2564         * elisp.texi (Top): Update the top-level menus.
2566         * syntax.texi (Categories): Add index entries.
2568 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2570         * display.texi (Attribute Functions): Fix name and description of
2571         the UNDERLINE arg of `set-face-underline-p'.
2573 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
2575         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2576         Variables", and "Standard Keymaps" to the detailed menu.
2578         * variables.texi (Future Local Variables): Add index entry.
2580 2007-01-28  Richard Stallman  <rms@gnu.org>
2582         * tips.texi (Coding Conventions): Clarify the tip about macros
2583         that define a function or a variable.
2585         * files.texi (File Attributes): UID and GID can be floats.
2586         (Magic File Names): Explain why deferring all operations to
2587         the standard handler does not work.
2589 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2591         * backups.texi (Reverting): Use "buffer" instead of "file"
2592         when talking about major and minor modes.
2594 2007-01-21  Richard Stallman  <rms@gnu.org>
2596         * help.texi (Documentation): Add xref to Documentation Tips.
2598 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2600         * tips.texi (Coding Conventions): Fix typos.
2602 2007-01-05  Richard Stallman  <rms@gnu.org>
2604         * modes.texi (Defining Minor Modes): Fix previous change.
2606 2007-01-03  Richard Stallman  <rms@gnu.org>
2608         * customize.texi (Variable Definitions, Customization Types):
2609         Don't use * in doc string for defcustom.
2611 2007-01-02  Richard Stallman  <rms@gnu.org>
2613         * variables.texi (Variable Aliases): Clarify that aliases vars
2614         always have the same value.
2616         * processes.texi (Bindat Spec): Fix Texinfo usage.
2618         * modes.texi (Defining Minor Modes): Explain effect of command
2619         defined with define-global-minor-mode on new buffers.
2621 2006-12-30  Kim F. Storm  <storm@cua.dk>
2623         * keymaps.texi (Tool Bar): Describe `grow-only' value of
2624         `auto-resize-tool-bars'.
2626 2006-12-30  Richard Stallman  <rms@gnu.org>
2628         * keymaps.texi (Active Keymaps): Fix previous change.
2630 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
2632         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2634 2006-12-30  Kim F. Storm  <storm@cua.dk>
2636         * processes.texi (Bindat Spec): Clarify using field names in
2637         length specifications.
2639 2006-12-29  Kim F. Storm  <storm@cua.dk>
2641         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2642         Add count and index variables for eval forms in repeat blocks.
2644 2006-12-24  Richard Stallman  <rms@gnu.org>
2646         * customize.texi (Variable Definitions): Document
2647         new name custom-add-frequent-value.
2649 2006-12-19  Kim F. Storm  <storm@cua.dk>
2651         * commands.texi (Misc Events): User signals now result in sigusr1
2652         and sigusr2 events which are handled through special-event-map.
2653         (Special Events): User signals and drag-n-drop are special.
2655 2006-12-17  Richard Stallman  <rms@gnu.org>
2657         * loading.texi (Named Features): Explain subfeatures better.
2659         * customize.texi: Use "option" only for user options.
2660         For the keyword values inside defcustom etc, say "keywords".
2661         For :options value's elements, say "elements".
2662         :group should not be omitted.
2664         * syntax.texi (Parsing Expressions): Split up node.
2665         (Motion via Parsing, Position Parse, Parser State)
2666         (Low-Level Parsing, Control Parsing): New subnodes.
2667         (Parser State): Document syntax-ppss-toplevel-pos.
2669         * positions.texi (List Motion): Punctuation fix.
2671         * files.texi (File Name Completion): Document PREDICATE arg
2672         to file-name-completion.
2674 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
2676         * internals.texi (Building Emacs, Writing Emacs Primitives):
2677         Add index entries.
2679 2006-12-11  Richard Stallman  <rms@gnu.org>
2681         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2682         affects face menu.  Explain how to make it non-nil without enabling
2683         any fontification.
2685 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2687         * modes.texi (Font Lock Basics): Document nil value of
2688         font-lock-defaults.
2690 2006-12-10  Glenn Morris  <rgm@gnu.org>
2692         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2693         value for system-flag argument.  Abbrev tables may not be empty
2694         when major modes are loaded.
2696 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2698         * makefile.w32-in (maintainer-clean): Partially revert last
2699         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2700         to protect elisp-covers.texi.
2702 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
2704         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2705         Don't remove elisp* info files; they are already deleted by the
2706         `clean' and `distclean' targets, and they are in the $(infodir)
2707         directory, not the current one.
2709 2006-12-04  Kim F. Storm  <storm@cua.dk>
2711         * commands.texi (Misc Events): Update signal events.
2712         (Event Examples): Add signal example.
2714 2006-11-29  Richard Stallman  <rms@gnu.org>
2716         * frames.texi (Visibility of Frames): Explain visible windows
2717         can be covered by others.  Add xref for raise-frame.
2719 2006-11-28  Richard Stallman  <rms@gnu.org>
2721         * searching.texi (Regexp Special): Update when ^ is special.
2723 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
2725         * customize.texi (Customization, Common Keywords)
2726         (Group Definitions, Variable Definitions, Composite Types)
2727         (Type Keywords, Customization Types): Add index entries for
2728         various customization keywords.
2730 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2732         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2734 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
2736         * frames.texi (Window System Selections): Remove clipboard from
2737         description of selection-coding-system.
2739 2006-11-06  Richard Stallman  <rms@gnu.org>
2741         * lists.texi (List Variables): Document COMPARE-FN.
2743         * keymaps.texi: Avoid use of "binding" to mean a relation;
2744         use it only to refer to the meaning associated with a key.
2745         (Keymaps): Change menu node description.
2747         * elisp.texi (Top): Change menu node description.
2749         * display.texi (Managing Overlays): Document overlay-recenter.
2751 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
2753         * Makefile.in: Use relative paths to avoid advertising filesystem
2754         contents during compilation.
2756 2006-10-23  Kim F. Storm  <storm@cua.dk>
2758         * commands.texi (Event Input Misc): Update unread-command-events.
2760 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
2762         * lists.texi (Sets And Lists): Fix typos.
2764 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
2766         * control.texi (Processing of Errors): Use @var for an argument,
2767         not @code.
2769 2006-10-16  Richard Stallman  <rms@gnu.org>
2771         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2773         * keymaps.texi (Format of Keymaps): Show all the keymap element
2774         patterns that result from menu items.
2775         (Key Lookup): Minor cleanups.
2777         * modes.texi (Precalculated Fontification): Don't say that
2778         not setting font-lock-defaults avoids loading font-lock.
2780         * help.texi (Documentation): Move xref to Emacs Manual here.
2781         (Documentation Basics): From here.
2782         Also doc emacs-lisp-docstring-fill-column.
2784         * elisp.texi: Update version and ISBN.
2786         * commands.texi (Interactive Call): Clarify KEYS arg to
2787         call-interactively is a vector.
2788         (Command Loop Info): Delete anchor in this-command-keys.
2789         Add anchor in this-command-keys-vector.
2790         (Recursive Editing): Document how recursive-edit
2791         handles the current buffer.
2793 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
2795         * frames.texi (Frame Titles): %c and %l are ignored in
2796         frame-title-format.
2798 2006-10-11  Richard Stallman  <rms@gnu.org>
2800         * keymaps.texi (Key Sequences): Clarify use of kbd.
2802 2006-10-10  Kim F. Storm  <storm@cua.dk>
2804         * lists.texi (Sets And Lists): Add memql.
2806 2006-10-03  Richard Stallman  <rms@gnu.org>
2808         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2809         Clarify :ascii: and :nonascii:.
2811 2006-09-29  Juri Linkov  <juri@jurta.org>
2813         * modes.texi (%-Constructs): Reorder coding systems in the
2814         documentation of %z to the real order displayed in the modeline.
2816 2006-09-25  Richard Stallman  <rms@gnu.org>
2818         * os.texi (Timers): Describe timer-max-repeats.
2820 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2822         * os.texi (Timers): Mention with-local-quit.
2824 2006-09-24  Richard Stallman  <rms@gnu.org>
2826         * searching.texi (Searching and Matching): Mention property search.
2828         * commands.texi (Command Loop Info): Explain how read-event affects
2829         this-command-keys.
2831 2006-09-20  Richard Stallman  <rms@gnu.org>
2833         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2835         * windows.texi (Window Start): Minor cleanups.
2837 2006-09-20  Kim F. Storm  <storm@cua.dk>
2839         * windows.texi (Window Start): pos-visible-in-window-p allows
2840         specifying t for position to mean "end of window".
2841         Add window-line-height.
2843         * anti.texi (Antinews): Mention window-line-height.
2845 2006-09-19  David Kastrup  <dak@gnu.org>
2847         * keymaps.texi (Searching Keymaps): Small clarification.
2849 2006-09-18  Richard Stallman  <rms@gnu.org>
2851         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2852         cause keyboard menus.
2853         (Menu Keymaps): Likewise.
2854         (Defining Menus, Keyboard Menus): Clarify.
2856         * text.texi (Fields): Clarify explanation of constrain-to-field.
2858 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
2860         * variables.texi (Tips for Defining): Fix a typo.
2862 2006-09-15  Richard Stallman  <rms@gnu.org>
2864         * keymaps.texi (Remapping Commands, Searching Keymaps)
2865         (Active Keymaps): Clean up previous change.
2867 2006-09-15  Jay Belanger  <belanger@truman.edu>
2869         * gpl.texi: Replace "Library Public License" by "Lesser Public
2870         License" throughout.
2872 2006-09-15  David Kastrup  <dak@gnu.org>
2874         * keymaps.texi (Active Keymaps): Adapt description to use
2875         `get-char-property' instead `get-text-property'.  Explain how
2876         mouse events change this.  Explain the new optional argument of
2877         `key-binding' and its mouse-dependent lookup.
2878         (Searching Keymaps): Adapt description similarly.
2879         (Remapping Commands): Explain the new optional argument of
2880         `command-remapping'.
2882 2006-09-14  Richard Stallman  <rms@gnu.org>
2884         * keymaps.texi (Searching Keymaps): Clarification.
2885         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2887 2006-09-13  Richard Stallman  <rms@gnu.org>
2889         * objects.texi (Character Type): Node split.
2890         Add xref to Describing Characters.
2891         (Basic Char Syntax, General Escape Syntax)
2892         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2894 2006-09-11  Richard Stallman  <rms@gnu.org>
2896         * display.texi (Display Table Format): Wording clarification.
2897         (Glyphs): Clarifications.
2899 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
2901         * keymaps.texi (Active Keymaps): Mention that key-binding checks
2902         local maps.
2904 2006-09-10  Kim F. Storm  <storm@cua.dk>
2906         * display.texi (Forcing Redisplay): Document return value of
2907         function redisplay.
2909 2006-09-09  Richard Stallman  <rms@gnu.org>
2911         * windows.texi (Window Hooks): Explain limits of
2912         window-scroll-functions.
2914         * display.texi (Fringe Indicators): Update for last change in
2915         indicate-buffer-boundaries.
2917 2006-09-08  Richard Stallman  <rms@gnu.org>
2919         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2921 2006-09-06  Kim F. Storm  <storm@cua.dk>
2923         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2925         * windows.texi (Window Start): Update pos-visible-in-window-p.
2927 2006-09-04  Richard Stallman  <rms@gnu.org>
2929         * processes.texi (Accepting Output): Explain SECONDS=0 for
2930         accept-process-output.
2932         * os.texi (Idle Timers): Explain why timer functions should not
2933         loop until (input-pending-p).
2935 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
2937         * makefile.w32-in (usermanualdir): New variable.
2938         (elisp.dvi): Use it.
2940 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
2942         * buffers.texi (Buffer Modification): Fix last change.
2944 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
2946         * buffers.texi (Buffer Modification): Document
2947         buffer-chars-modified-tick.
2949 2006-08-31  Richard Stallman  <rms@gnu.org>
2951         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2953 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
2955         * modes.texi (Syntactic Font Lock):
2956         Mention font-lock-syntactic-face-function
2957         instead of specific faces.
2959 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
2961         * display.texi (Images): Add xrref to display-images-p.
2963 2006-08-28  Kenichi Handa  <handa@m17n.org>
2965         * nonascii.texi (Lisp and Coding Systems): Fix description of
2966         detect-coding-region.
2968 2006-08-27  Michael Olson  <mwolson@gnu.org>
2970         * processes.texi (Transaction Queues): Remove stray quote
2971         character.
2973 2006-08-25  Richard Stallman  <rms@gnu.org>
2975         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2976         Add xref.
2978 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
2980         * os.texi (Timers): Avoid waiting inside timers.
2982 2006-08-21  Lute Kamstra  <lute@gnu.org>
2984         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2986 2006-08-20  Richard Stallman  <rms@gnu.org>
2988         * os.texi (Idle Timers): New node, split out from Timers.
2989         Document current-idle-time.
2990         * commands.texi (Reading One Event): Update xref.
2991         * elisp.texi (Top): Update subnode menu.
2993 2006-08-16  Richard Stallman  <rms@gnu.org>
2995         * keymaps.texi (Extended Menu Items): Show format of cached
2996         bindings in extended menu items.
2998         * customize.texi (Variable Definitions): Explain when the
2999         standard value expression is evaluated.
3001 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
3003         * commands.texi (Reading One Event): Explain idleness in
3004         `read-event'.
3006 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
3008         * text.texi (Near Point): Say "cursor" not "terminal cursor".
3009         (Commands for Insertion): Removed split-line since it's not
3010         relevant for Lisp programming.
3011         (Yank Commands): Rewrite introduction.
3012         (Undo): Clarify.
3013         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
3014         (Filling): Remove redundant comment.  Clarify return value of
3015         current-justification.
3016         (Margins): Minor clarifications.
3017         (Adaptive Fill): Update default value of adaptive-fill-regexp.
3018         (Sorting): Update definition of sort-lines.
3019         (Columns): Clarify behavior of sort-columns.
3020         (Indent Tabs): Link to Tab Stops in Emacs manual.
3021         (Special Properties): Clarify.
3022         (Clickable Text): Mention Buttons package.
3024 2006-08-12  Kevin Ryde  <user42@zip.com.au>
3026         * os.texi (Time Parsing): Add %z to description of
3027         format-time-string, as per docstring.  Add cross reference to
3028         glibc manual for strftime.
3030 2006-08-08  Richard Stallman  <rms@gnu.org>
3032         * modes.texi: Clean up wording in previous change.
3034 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
3036         * modes.texi (Hooks): Clarify.
3037         (Major Mode Basics): Mention define-derived-mode explicitly.
3038         (Major Mode Conventions): Rebinding RET is OK for some modes.
3039         Mention change-major-mode-hook and after-change-major-mode-hook.
3040         (Example Major Modes): Moved to end of Modes section.
3041         (Mode Line Basics): Clarify.
3042         (Mode Line Data): Mention help-echo and local-map in strings.
3043         Explain reason for treatment of non-risky variables.
3044         (Properties in Mode): Clarify.
3045         (Faces for Font Lock): Add font-lock-negation-char-face.
3047 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
3049         * strings.texi (Formatting Strings): Warn against arbitrary
3050         strings as first arg to `format'.
3052 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
3054         * text.texi (Clickable Text): Mention `help-echo' text property.
3055         Update intro, examples and associated explanations.
3057 2006-07-31  Richard Stallman  <rms@gnu.org>
3059         * commands.texi: Update xrefs.
3060         (Event Mod): New node, cut out from old Translating Input.
3062         * maps.texi: Update xrefs.
3064         * keymaps.texi (Translation Keymaps): New node.
3065         Update xrefs from Translating Input to Translation Keymaps.
3067         * elisp.texi (Top): Update subnode menu.
3069         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3071         * os.texi (System Interface): Fix menu descriptions of some nodes.
3072         (Translating Input): Node deleted.
3074 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3076         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3078         * lists.texi (Sets And Lists): Likewise.
3080 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
3082         * text.texi (Fields): Mention POS
3083         requirement when narrowing is in effect.
3085 2006-07-28  Richard Stallman  <rms@gnu.org>
3087         * display.texi (Face Attributes): Simplify wording.
3088         (Attribute Functions): Clarify meaning of new-frame default
3089         attribute settings.
3091         * customize.texi (Common Keywords): Document how to use
3092         :package-version in a package not in Emacs.
3094 2006-07-28  Kim F. Storm  <storm@cua.dk>
3096         * commands.texi (Reading One Event): Fix last change.
3098 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
3100         * commands.texi (Reading One Event): Document SECONDS argument for
3101         read-event, read-char, and read-char-exclusive.
3103 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3105         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3106         to ensure correct identification.
3108 2006-07-24  Richard Stallman  <rms@gnu.org>
3110         * text.texi (Clickable Text): Clarify.
3112         * sequences.texi (Vector Functions): Delete duplicate xref.
3114         * objects.texi (Function Type): Clarify.
3116         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3117         modes.
3119         * lists.texi (List Variables): New node.
3120         Material moved from other nodes.
3122         * variables.texi (Setting Variables): add-to-list and
3123         add-to-ordered-list moved to List Variables node.
3125 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
3127         * text.texi (Links and Mouse-1):
3128         For mouse-on-link-p, expand on arg POS.
3130 2006-07-21  Kim F. Storm  <storm@cua.dk>
3132         * display.texi (Forcing Redisplay): Don't mention systems which
3133         don't support sub-second timers for redisplay-preemption-period.
3135         * os.texi (Terminal Output): Clarify text vs graphical terminal.
3137 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
3139         * frames.texi (Input Focus): Document that focus-follows-mouse has
3140         no effect on MS-Windows.
3142 2006-07-18  Richard Stallman  <rms@gnu.org>
3144         * display.texi (Forcing Redisplay): Cleanups in previous change.
3146         * processes.texi (Low-Level Network): Make menu more convenient.
3148 2006-07-18  Kim F. Storm  <storm@cua.dk>
3150         * display.texi (Forcing Redisplay): redisplay-preemption-period
3151         only used on window systems.  Add xref to Terminal Output.
3153         * os.texi (Terminal Output): baud-rate only controls preemption on
3154         non-window systems.  Add xref to Forcing Redisplay.
3156         * processes.texi (Low-Level Network): Rename node "Make Network"
3157         to "Network Processes".
3159 2006-07-18  Karl Berry  <karl@gnu.org>
3161         * variables.texi, functions.texi, customize.texi, loading.texi:
3162         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3164 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
3166         * commands.texi (Waiting): Document batch-mode sit-for behavior.
3168 2006-07-17  Richard Stallman  <rms@gnu.org>
3170         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3171         Put period and comma inside quotes.
3173         * loading.texi, markers.texi: Use real doublequote inside menus.
3175         * windows.texi: Put point and comma inside quotes.
3176         (Textual Scrolling): Use @samp for error message.
3178         * variables.texi, tips.texi, syntax.texi, symbols.texi:
3179         * strings.texi, streams.texi, processes.texi, os.texi:
3180         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3181         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3182         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3183         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3184         Put point and comma inside quotes.
3186         * control.texi (Processing of Errors): Add command-error-function.
3188         * variables.texi (File Local Variables): Clarify that
3189         file local variables make buffer-local bindings.
3191         * modes.texi (Syntactic Font Lock): Give default for
3192         font-lock-syntax-table.
3194 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
3196         * text.texi (Special Properties): Clean up previous change.
3198 2006-07-16  Karl Berry  <karl@gnu.org>
3200         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3201         * control.texi: Fix bad page breaks through chapter 10 (control).
3203         * anti.texi (Antinews): Reorder face-attribute fns to avoid
3204         underfull hbox.
3206 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
3208         * text.texi (Special Properties): Describe fontified text property
3209         in relation to a character (not text).
3211 2006-07-15  Kim F. Storm  <storm@cua.dk>
3213         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3214         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3215         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3217         * anti.texi (Antinews): Mention redisplay function.
3218         The kbd macro existed, but was not documented, before 22.x.
3219         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3221 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
3223         * display.texi (Displaying Messages): Add anchor.
3225         * frames.texi (Dialog Boxes): Use it.
3227 2006-07-12  Richard Stallman  <rms@gnu.org>
3229         * objects.texi (Frame Type): Explain nature of frames better.
3231         * frames.texi (Frames): Explain nature of frames better.
3233 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
3235         * tips.texi (Coding Conventions): Explain why use cl at compile time.
3237 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3239         * frames.texi (Window System Selections): Mention scrap support for Mac.
3240         Default value of x-select-enable-clipboard is t on Mac.
3242         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3244 2006-07-11  Kim F. Storm  <storm@cua.dk>
3246         * display.texi (Forcing Redisplay): Add `redisplay' function.
3247         Don't mention (sit-for -1) -- use (redisplay t) instead.
3249         * commands.texi (Waiting): (sit-for -1) is no longer special.
3250         (sit-for 0) is equivalent to (redisplay).
3251         Iconifying/deiconifying no longer makes sit-for return.
3253 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
3255         * display.texi (Buttons): Fix typo.
3257         * index.texi, elisp.texi (New Symbols): Comment node out.
3259 2006-07-09  Richard Stallman  <rms@gnu.org>
3261         * display.texi (Truncation): Clean up previous change.
3263 2006-07-08  Richard Stallman  <rms@gnu.org>
3265         * commands.texi (Interactive Call): Use 3 as prefix in example
3266         for execute-extended-command.
3268         * display.texi (Attribute Functions): Move paragraph about
3269         compatibility with Emacs < 21.
3271 2006-07-09  Kim F. Storm  <storm@cua.dk>
3273         * display.texi (Refresh Screen): Clarify force-window-update.
3274         (Truncation): "Normally" indicated by fringe arrows.
3276 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
3278         * windows.texi (Textual Scrolling, Resizing Windows):
3279         * variables.texi (Constant Variables):
3280         * text.texi (Buffer Contents, Deletion, Changing Properties)
3281         (Property Search, Special Properties, Sticky Properties)
3282         (Links and Mouse-1, Fields, Change Hooks):
3283         * syntax.texi (Syntax Table Functions, Parsing Expressions)
3284         (Categories):
3285         * symbols.texi (Other Plists):
3286         * streams.texi (Output Variables):
3287         * processes.texi (Input to Processes, Query Before Exit):
3288         * positions.texi (Word Motion, Text Lines, List Motion):
3289         * os.texi (Init File, System Environment, Sound Output)
3290         (Session Management):
3291         * nonascii.texi (Text Representations, Character Sets)
3292         (Chars and Bytes, Locales):
3293         * modes.texi (Defining Minor Modes, Header Lines):
3294         * minibuf.texi (Minibuffer Contents):
3295         * markers.texi (Information from Markers):
3296         * lists.texi (List Elements, Building Lists, Association Lists):
3297         * keymaps.texi (Tool Bar):
3298         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3299         * functions.texi (What Is a Function, Mapping Functions):
3300         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3301         (Color Names, Text Terminal Colors, Display Feature Testing):
3302         * files.texi (Visiting Functions, File Name Components)
3303         (Unique File Names, Contents of Directories):
3304         * display.texi (Forcing Redisplay, Displaying Messages)
3305         (Temporary Displays, Font Selection, Auto Faces)
3306         (Font Lookup, Fringe Indicators, Display Margins)
3307         (Image Descriptors, Showing Images, Image Cache, Button Types)
3308         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3309         (Display Table Format, Glyphs):
3310         * control.texi (Iteration):
3311         * commands.texi (Command Loop Info, Adjusting Point):
3312         * backups.texi (Making Backups, Auto-Saving):
3313         Remove @tindex entries.
3315 2006-07-07  Kim F. Storm  <storm@cua.dk>
3317         * display.texi (Fringe Cursors): Fix typo.
3318         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3319         (Overlay Arrow): Default is overlay-arrow fringe indicator.
3321 2006-07-05  Richard Stallman  <rms@gnu.org>
3323         * text.texi (Buffer Contents): Add example of text props
3324         in result of buffer-substring.
3325         (Text Properties): Explain better about use of specific property names.
3326         (Property Search): Some cleanups; reorder some functions.
3328         * keymaps.texi (Changing Key Bindings): Cleanup.
3329         Add xref to Key Binding Conventions.
3331         * display.texi (Attribute Functions): Add examples for
3332         face-attribute-relative-p.
3334         * tips.texi (Coding Conventions): Cleanup last change.
3336 2006-07-05  Karl Berry  <karl@gnu.org>
3338         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3339         Remove @setchapternewpage odd.
3340         Result is 1013 pages, down from 1100.
3342         * anti.texi, customize.texi, display.texi, internals.texi:
3343         * minibuf.texi, modes.texi, tips.texi:
3344         Fix overfull/underfull boxes.
3346 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
3348         * edebug.texi (Instrumenting):
3349         Add Edebug-specific findex for eval-buffer.
3350         * loading.texi (Loading):
3351         Replace eval-current-buffer with eval-buffer.
3353 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
3355         * locals.texi (Standard Buffer-Local Variables): Update the list
3356         of variables.
3358 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
3360         * files.texi (File Name Completion): Point user to the node
3361         "Reading File Names".
3363 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
3365         * files.texi (Contents of Directories): Document case-insensitive
3366         behavior on respective filesystems.
3368         * objects.texi (Character Type): Document that Emacs signals an
3369         error for unsupported Unicode characters specified as \uNNNN.
3371 2006-06-19  Richard Stallman  <rms@gnu.org>
3373         * processes.texi (Bindat Spec): Clarify previous change.
3375 2006-06-16  Richard Stallman  <rms@gnu.org>
3377         * tips.texi (Coding Conventions): Better explain conventions
3378         for definition constructs.
3380         * text.texi (Special Properties): String value of `read-only'
3381         serves as the error message.
3383         * objects.texi (Character Type): Clarify prev. change.
3384         (Non-ASCII in Strings): Mention \u and \U.
3386         * commands.texi (Using Interactive): Explain problem of
3387         markers, etc., in command-history.
3389 2006-06-14  Kim F. Storm  <storm@cua.dk>
3391         * commands.texi (Waiting): Negative arg to sit-for forces
3392         redisplay even if input is pending.
3394         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3395         redisplay.  Remove incorrect example of binding redisplay-dont-pause
3396         around (sit-for 0).
3398 2006-06-13  Richard Stallman  <rms@gnu.org>
3400         * display.texi (Forcing Redisplay): Clarify previous change.
3402 2006-06-13  Romain Francoise  <romain@orebokech.com>
3404         * display.texi (Forcing Redisplay): Fix typo.
3406 2006-06-13  Kim F. Storm  <storm@cua.dk>
3408         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3410 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3412         * tips.texi (Coding Conventions): Add `@end itemize'.
3414 2006-06-10  Richard Stallman  <rms@gnu.org>
3416         * tips.texi (Coding Conventions): Explain use of coding systems
3417         to ensure one decoding for strings.
3419 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
3421         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3422         syntax.
3424 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
3426         * display.texi (Font Selection): Remove description of
3427         clear-face-cache.
3429         * compile.texi (Eval During Compile): Fix a typo.  Add index
3430         entries for possible uses of eval-when-compile.
3432 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
3434         * display.texi (Abstract Display): Fix typo.
3436 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
3438         * minibuf.texi (Minibuffer History) <history-add-new-input>:
3439         Reword variable's description.
3441 2006-06-01  Richard Stallman  <rms@gnu.org>
3443         * windows.texi (Splitting Windows): Clarify splitting nonselected
3444         window.
3446 2006-05-31  Juri Linkov  <juri@jurta.org>
3448         * minibuf.texi (Minibuffer History): Add history-add-new-input.
3450 2006-05-30  Richard Stallman  <rms@gnu.org>
3452         * display.texi (Line Height): Fix errors in description of
3453         default line height and line-height property.
3455         * nonascii.texi (Default Coding Systems): Further clarification.
3457 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3459         * internals.texi (Pure Storage): Mention that an overflow in pure
3460         space causes a memory leak.
3461         (Garbage Collection): If there was an overflow in pure space,
3462         `garbage-collect' returns nil.
3464 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
3466         * nonascii.texi (Default Coding Systems): Fix it some more.
3468 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
3470         * nonascii.texi (Default Coding Systems): Fix last change.
3472 2006-05-29  Kenichi Handa  <handa@m17n.org>
3474         * nonascii.texi (find-operation-coding-system): Describe the new
3475         argument format (FILENAME . BUFFER).
3477 2006-05-28  Richard Stallman  <rms@gnu.org>
3479         * tips.texi (Coding Conventions): Better explain reasons not to
3480         advise other packages or use `eval-after-load'.
3482 2006-05-29  Kim F. Storm  <storm@cua.dk>
3484         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3485         `bindat-idx' and `bindat-raw' for clarity.
3487 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3489         * processes.texi (Bindat Spec): Expand on `repeat' handler.
3491         * display.texi (Display): Add "Abstract Display" to menu.
3492         (Abstract Display, Abstract Display Functions)
3493         (Abstract Display Example): New nodes.
3494         * elisp.texi (Top): Add "Abstract Display" to menu.
3496 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3498         * keymaps.texi (Key Sequences): Link to input events definition.
3499         (Format of Keymaps): Delete material duplicated in Keymap Basics.
3501         * files.texi (Changing Files): Document updated argument list for
3502         copy-file.
3504 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3506         * processes.texi (Bindat Functions): Explain term "total length".
3507         Use it in bindat-length and bindat-pack descriptions.
3509 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3511         * tips.texi (Coding Conventions): Advise against using
3512         eval-after-load in packages.  Add an index entry.
3514 2006-05-25  Juri Linkov  <juri@jurta.org>
3516         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3518         * modes.texi (%-Constructs): Add %e, %z, %Z.
3520 2006-05-25  Richard Stallman  <rms@gnu.org>
3522         * elisp.texi (Top): Update subnode menu.
3524         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3525         (Keymaps): Update menu.
3527 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3529         * keymaps.texi (Key Sequences): Some clarifications.
3531 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3533         * processes.texi (Bindat Functions): Say "unibyte string"
3534         explicitly for bindat-unpack and bindat-pack descriptions.
3535         (Bindat Examples): Don't call `string-make-unibyte' in example.
3537 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3539         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
3540         Explain string and vector representations of key sequences.
3542         * keymaps.texi (Changing Key Bindings):
3543         * commands.texi (Interactive Codes):
3544         * help.texi (Describing Characters): Refer to it.
3546 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
3548         * frames.texi (Pointer Shape): @end table -> @end defvar.
3550 2006-05-22  Richard Stallman  <rms@gnu.org>
3552         * elisp.texi (Top): Update subnode menus.
3554         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3555         Contents rewritten; material from old Pointer Shape node moved here.
3557         * display.texi (Pointer Shape): Node deleted.
3558         (Image Descriptors): Minor cleanup.
3560 2006-05-21  Richard Stallman  <rms@gnu.org>
3562         * syntax.texi (Parsing Expressions): Update info on which STATE
3563         elements are ignored.
3565 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3567         * hooks.texi (Standard Hooks): Correct typo.
3569         * gpl.texi (GPL): ifinfo -> ifnottex.
3571 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
3573         * searching.texi (Simple Match Data): Warn about match data being
3574         set anew by every search.
3576 2006-05-17  Richard Stallman  <rms@gnu.org>
3578         * minibuf.texi (Minibuffer History): Clarify.
3580         * searching.texi (Regexp Special): Clarify nested regexp warning.
3582 2006-05-16  Kim F. Storm  <storm@cua.dk>
3584         * minibuf.texi (Minibuffer History): Update add-to-history.
3586 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
3588         * nonascii.texi (Explicit Encoding): Fix
3589         typo (encoding<->decoding).
3591 2006-05-14  Richard Stallman  <rms@gnu.org>
3593         * buffers.texi (Creating Buffers): Cleanup.
3595         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3597 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
3599         * buffers.texi (Current Buffer): Document that with-temp-buffer
3600         disables undo.
3602         * os.texi (Terminal-Specific): More accurate description of how
3603         Emacs searches for the terminal-specific libraries.
3605 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
3607         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3608         emacs-xtra to @inforef's.
3610         * text.texi (Undo): Document that undo is turned off in buffers
3611         whose names begin with a space.
3613         * buffers.texi (Buffer Names): Add index entries for buffers whose
3614         names begin with a space.
3615         (Creating Buffers): Document that undo is turned off in buffers
3616         whose names begin with a space.
3618         * files.texi (Visiting Functions, Reading from Files)
3619         (Saving Buffers): Mention code and EOL conversions by file I/O
3620         primitives and subroutines.
3622         * nonascii.texi (Lisp and Coding Systems): Document
3623         coding-system-eol-type.  Add index entries for eol conversion.
3625         * display.texi (Defining Faces): Mention `mac', and add an xref to
3626         where window-system is described.
3628 2006-05-10  Richard Stallman  <rms@gnu.org>
3630         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3632 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3634         * variables.texi (File Local Variables): Recommend to quote lambda
3635         expressions in safe-local-variable property.
3637 2006-05-09  Richard Stallman  <rms@gnu.org>
3639         * variables.texi (File Local Variables): Document
3640         safe-local-eval-forms and safe-local-eval-function.
3642 2006-05-07  Kim F. Storm  <storm@cua.dk>
3644         * minibuf.texi (Minibuffer History): Remove keep-dups arg
3645         from add-to-history.
3647 2006-05-07  Romain Francoise  <romain@orebokech.com>
3649         * commands.texi (Event Input Misc):
3650         * compile.texi (Eval During Compile):
3651         * internals.texi (Buffer Internals):
3652         * minibuf.texi (Initial Input):
3653         * nonascii.texi (Scanning Charsets):
3654         * numbers.texi (Comparison of Numbers):
3655         * windows.texi (Textual Scrolling, Vertical Scrolling):
3656         Fix various typos.
3658 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3660         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3661         conditional xref's to either emacs or emacs-xtra, depending on
3662         @iftex/@ifnottex.
3664         * minibuf.texi (Minibuffer History): Document add-to-history.
3666 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3668         * internals.texi (Pure Storage): Mention the pure overflow message
3669         at startup.
3671 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
3673         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3674         (Searching Keymaps): Fix pseudo-Lisp description of keymap
3675         search.
3677 2006-05-01  Richard Stallman  <rms@gnu.org>
3679         * intro.texi (nil and t): Clarify.
3681         * variables.texi (File Local Variables): Suggest using booleanp.
3683 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
3685         * objects.texi (Type Predicates): Fix typos.
3687 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3689         * intro.texi (nil and t): Add booleanp.
3691         * objects.texi (Type Predicates): Add links for booleanp and
3692         string-or-null-p.
3694 2006-04-29  Richard Stallman  <rms@gnu.org>
3696         * modes.texi (Multiline Font Lock): Rename from
3697         Multi line Font Lock Elements.  Much clarification.
3698         (Font Lock Multiline, Region to Fontify): Much clarification.
3700 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3702         * variables.texi (File Local Variables): Remove the special case t for
3703         safe-local-variable.
3705 2006-04-26  Richard Stallman  <rms@gnu.org>
3707         * syntax.texi (Parsing Expressions): Minor cleanup.
3709 2006-04-18  Richard Stallman  <rms@gnu.org>
3711         * tips.texi (Coding Conventions): Explain when the package's
3712         prefix should appear later on (not at the start of the name).
3714         * searching.texi (String Search): Clarify effect of NOERROR.
3716         * modes.texi (Imenu): Clarify what special items do.
3718         * hooks.texi (Standard Hooks): Delete text about old hook names.
3720 2006-04-17  Romain Francoise  <romain@orebokech.com>
3722         * variables.texi (Local Variables): Update the default value of
3723         `max-specpdl-size'.
3725 2006-04-15  Michael Olson  <mwolson@gnu.org>
3727         * processes.texi (Transaction Queues): Mention the new optional
3728         `delay-question' argument for `tq-enqueue'.
3730 2006-04-13  Bill Wohler  <wohler@newt.com>
3732         * customize.texi (Common Keywords): Use dotted notation for
3733         :package-version value.  Specify its values.  Improve documentation
3734         for customize-package-emacs-version-alist.
3736 2006-04-12  Bill Wohler  <wohler@newt.com>
3738         * customize.texi (Common Keywords): Move description of
3739         customize-package-emacs-version-alist to @defvar.
3741 2006-04-10  Bill Wohler  <wohler@newt.com>
3743         * customize.texi (Common Keywords): Add :package-version.
3745 2006-04-10  Kim F. Storm  <storm@cua.dk>
3747         * text.texi (Buffer Contents): Add NOPROPS arg to
3748         filter-buffer-substring.
3750 2006-04-08  Kevin Ryde  <user42@zip.com.au>
3752         * os.texi (Command-Line Arguments): Update xref to emacs manual
3753         "Command Arguments" -> "Emacs Invocation", per change there.
3755 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
3757         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3758         be on one line to help makeinfo not render two spaces after the dot.
3760 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3762         * strings.texi (Predicates for Strings): Add string-or-null-p.
3764 2006-03-28  Kim F. Storm  <storm@cua.dk>
3766         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3767         remarks about systems that don't support fractional seconds.
3769 2006-03-25  Karl Berry  <karl@gnu.org>
3771         * elisp.texi: Use @copyright{} instead of (C), and do not indent
3772         the year list.
3774 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3776         * display.texi (Fringe Indicators): Fix typos.
3778 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
3780         * tips.texi (Documentation Tips): One can now also write `program'
3781         in front of a quoted symbol in a docstring to prevent making a
3782         hyperlink.
3784 2006-03-19  Alan Mackenzie  <acm@muc.de>
3786         * text.texi (Special Properties): Clarify `fontified' property.
3788 2006-03-16  Richard Stallman  <rms@gnu.org>
3790         * display.texi (Defining Images): Minor cleanup.
3792 2006-03-16  Bill Wohler  <wohler@newt.com>
3794         * display.texi (Defining Images): In image-load-path-for-library,
3795         prefer user's images.
3797 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3801 2006-03-15  Bill Wohler  <wohler@newt.com>
3803         * display.texi (Defining Images): Fix example in
3804         image-load-path-for-library by not recommending that one binds
3805         image-load-path.  Just defvar it to placate compiler and only use
3806         it if previously defined.
3808 2006-03-14  Bill Wohler  <wohler@newt.com>
3810         * display.texi (Defining Images): In image-load-path-for-library,
3811         always return list of directories.  Update example.
3813 2006-03-14  Alan Mackenzie  <acm@muc.de>
3815         * modes.texi: New node, "Region to Fontify" (for Font Lock).
3816         This describes font-lock-extend-region-function.
3817         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3818         the new node "Region to Fontify".
3820 2006-03-13  Richard Stallman  <rms@gnu.org>
3822         * display.texi (Invisible Text): The impossible position is
3823         now before the invisible text, not after.
3824         (Defining Images): Clean up last change.
3826 2006-03-11  Bill Wohler  <wohler@newt.com>
3828         * display.texi (Defining Images): Add image-load-path-for-library.
3830 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
3832         * text.texi (Adaptive Fill): Fix Texinfo usage.
3834         * strings.texi (Creating Strings): Fix Texinfo usage.
3836         * searching.texi (Regexp Special): Use @samp for regular
3837         expressions that are not in Lisp syntax.
3839 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
3841         * searching.texi (Regexp Special): Put remark between parentheses
3842         to avoid misreading.
3844 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
3846         * searching.texi (Syntax of Regexps): More accurately describe
3847         which characters are special in which situations.
3848         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3849         are not special.  Describe in detail when `[' and `]' are special.
3850         (Regexp Backslash): Plenty of regexps with unbalanced square
3851         brackets are valid, so reword that statement.
3853 2006-03-02  Kim F. Storm  <storm@cua.dk>
3855         * keymaps.texi (Tool Bar): Add tool-bar-border.
3857 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
3859         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
3861 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
3863         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3865         * files.texi (Locating Files): Suggest additional values for the
3866         SUFFIXES arg of `locate-file'.  Update pxref.
3868         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3869         (How Programs Do Loading): Discuss the effects of Auto Compression
3870         mode on `load'.
3871         (Load Suffixes): New node.
3872         (Library Search): Delete description of `load-suffixes'; it was
3873         moved to "Load Suffixes".
3874         (Autoload, Named Features): Mention `load-suffixes'.
3876 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3878         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3880         * windows.texi (Window Tree): Fix typo.
3882 2006-02-20  Kim F. Storm  <storm@cua.dk>
3884         * display.texi (Fringe Indicators): New section.
3885         Move indicate-empty-lines, indicate-buffer-boundaries, and
3886         default-indicate-buffer-boundaries here.
3887         Add fringe-indicator-alist and default-fringes-indicator-alist.
3888         Add list of logical fringe indicator symbols.
3889         Update list of standard bitmap names.
3890         (Fringe Cursors): New section.
3891         Move overflow-newline-into-fringe here.
3892         Add fringe-cursor-alist and default-fringes-cursor-alist.
3893         Add list of fringe cursor symbols.
3895 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
3897         * commands.texi (Using Interactive): Fix reference to node
3898         "Minibuffers".
3900 2006-02-19  Richard M. Stallman  <rms@gnu.org>
3902         * minibuf.texi (High-Level Completion):
3903         Add xref to read-input-method-name.
3905         * files.texi (Relative File Names): Move file-relative-name here.
3906         (File Name Expansion): From here.  Minor clarifications.
3908         * commands.texi (Using Interactive): Add xrefs about reading input.
3909         Clarify remarks about that moving point and mark.
3910         Put string case before list case.
3912 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
3914         * display.texi (Other Display Specs, Image Descriptors):
3915         Revert erroneous changes.  The previous description of
3916         image-descriptors as `(image . PROPS)' was correct.
3918 2006-02-14  Richard M. Stallman  <rms@gnu.org>
3920         * variables.texi (File Local Variables): Clarifications.
3922 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
3924         * variables.texi (File Local Variables): Use @code for a cons
3925         cell, not @var.
3927 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
3929         * variables.texi (File Local Variables): Document new file local
3930         variable behavior.
3932 2006-02-10  Kim F. Storm  <storm@cua.dk>
3934         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3936 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
3938         * modes.texi (%-Constructs): Remove obsolete info about
3939         `global-mode-string'.
3941 2006-02-07  Richard M. Stallman  <rms@gnu.org>
3943         * commands.texi (Prefix Command Arguments): Minor cleanup.
3945         * display.texi: "Graphical display", not window system.
3947         * functions.texi (What Is a Function): Fix xref.
3949         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3950         (Changing Key Bindings): Clarify when remapping is better than
3951         substitute-key-definition.
3953 2006-02-02  Richard M. Stallman  <rms@gnu.org>
3955         * minibuf.texi (Basic Completion): Completion alists are risky.
3957         * keymaps.texi (Active Keymaps): Clarifications.
3958         (Searching Keymaps): New node.
3959         (Keymaps): Update menu.
3961         * frames.texi (Layout Parameters): Minor clarification.
3962         (Drag and Drop): New node.
3963         (Frames): Update menu.
3965 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
3967         * display.texi (Other Display Specs, Image Descriptors):
3968         Image description is a list, not a cons cell.
3970 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
3972         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3973         list is not necessarily a list).
3975 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
3977         * frames.texi (Layout Parameters): border-width and
3978         internal-border-width belong to the frame, not the window.
3980 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3982         * nonascii.texi (Translation of Characters): Search cmds use
3983         translation-table-for-input.  Automatically made local.
3985         * markers.texi (Overview of Markers): Count insertion type
3986         as one of a marker's attributes.
3988         * keymaps.texi (Controlling Active Maps): New node, split out of
3989         Active Keymaps.
3990         (Keymaps): Menu updated.
3991         (Active Keymaps): Give pseudocode to explain how the active
3992         maps are searched.  current-active-maps and key-binding moved here.
3993         (Functions for Key Lookup): current-active-maps and key-binding moved.
3994         Clarifications.
3995         (Searching the Keymaps): New subnode.
3997         * elisp.texi (Top): Menu clarification.
3999         * display.texi (Other Display Specs): Delete duplicate entry for
4000         just a string as display spec.  Move text about recursive display
4001         specs on such a string.
4003         * commands.texi (Key Sequence Input): Clarify.
4004         Move num-nonmacro-input-events out.
4005         (Reading One Event): num-nonmacro-input-events moved here.
4007 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
4009         * advice.texi (Simple Advice): Update example to fit argument
4010         change in previous-line.
4012 2006-01-05  Richard M. Stallman  <rms@gnu.org>
4014         * markers.texi (The Mark): Fix in `mark'.
4016 2006-01-04  Richard M. Stallman  <rms@gnu.org>
4018         * processes.texi (Misc Network, Make Network): Minor cleanups.
4020 2006-01-04  Kim F. Storm  <storm@cua.dk>
4022         * processes.texi (Make Network): Add IPv6 addresses and handling.
4023         (Network Feature Testing): Mention (:family ipv6).
4024         (Misc Network): Add IPv6 formats to format-network-address.
4026 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4028         * text.texi (Changing Properties):
4029         Don't use return value of set-text-properties.
4031 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4033         * modes.texi (Mode Line Format): Correct typo in menu.
4035 2005-12-29  Richard M. Stallman  <rms@gnu.org>
4037         * modes.texi (Mode Line Top): New node.
4038         (Mode Line Data): Some text moved to new node.
4039         Explain the data structure more concretely.
4040         (Mode Line Basics): Clarifications.
4041         (Mode Line Variables): Clarify intro paragraph.
4042         (%-Constructs): Clarify intro paragraph.
4043         (Mode Line Format): Update menu.
4045 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4047         * minibuf.texi (Basic Completion): Update lazy-completion-table
4048         examples for removal of ARGS argument.
4050 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4052         * text.texi (Undo): Restore some explanation from the version
4053         that was deleted.
4055 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
4057         * text.texi (Undo): Remove duplicate descriptions of `apply
4058         funname' and `apply delta' elements of the undo list.
4060 2005-12-20  Richard M. Stallman  <rms@gnu.org>
4062         * help.texi (Help Functions): Update documentation of `apropos'.
4064 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
4066         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4067         because it is confusing.  If the :help-echo keyword is a function,
4068         it is not directly used as the :help-echo overlay property, as the
4069         xref seems to suggest (it does not take the appropriate args).
4071 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4073         * customize.texi (Common Keywords): Fix Texinfo usage.
4074         (Group Definitions, Variable Definitions): Update for new
4075         conventions for using `*' in docstrings.
4077         * tips.texi (Documentation Tips): Update for new conventions for
4078         using `*' in docstrings.
4080 2005-12-16  Richard M. Stallman  <rms@gnu.org>
4082         * minibuf.texi (Minibuffer Contents): Minor cleanup.
4084 2005-12-16  Juri Linkov  <juri@jurta.org>
4086         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4088 2005-12-14  Romain Francoise  <romain@orebokech.com>
4090         * modes.texi (Customizing Keywords): Rename `append' to `how'.
4091         Fix typo.
4093 2005-12-11  Juri Linkov  <juri@jurta.org>
4095         * minibuf.texi (Completion Commands): Add mention of read-file-name
4096         for filename completion keymaps.
4097         (Reading File Names): Add mention of filename completion keymaps
4098         for read-file-name and xref to `Completion Commands'.
4100 2005-12-10  Richard M. Stallman  <rms@gnu.org>
4102         * customize.texi (Common Keywords): State caveats for use of :tag.
4104 2005-12-08  Richard M. Stallman  <rms@gnu.org>
4106         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4107         with xrefs and better explanation.
4108         (Completion Commands): Add the filename completion maps.
4110         * objects.texi (Character Type): Clarify that \s is not space
4111         if a dash follows.
4113 2005-12-05  Richard M. Stallman  <rms@gnu.org>
4115         * windows.texi (Resizing Windows): Delete preserve-before args.
4117 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4120         in full keymaps, since the quirk has been fixed.
4122 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4124         * hooks.texi (Standard Hooks): Add index entries.  Mention
4125         `compilation-finish-functions'.
4127 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4129         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4131 2005-11-21  Juri Linkov  <juri@jurta.org>
4133         * customize.texi (Common Keywords): Update links types
4134         custom-manual and url-link.  Add link types emacs-library-link,
4135         file-link, function-link, variable-link, custom-group-link.
4137 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4139         * display.texi: Revert 2005-11-20 change.
4141 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4143         * processes.texi (Bindat Functions):
4144         Say "third" to refer to zero-based index "2".
4146 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
4148         * loading.texi (Library Search): Update the default value of
4149         `load-suffixes'.
4151 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4153         * display.texi (Attribute Functions): Mention :ignore-defface.
4155 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4158         (Minor Mode Conventions): Mention the use of a hook.
4160 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4162         * files.texi (Magic File Names): find-file-name-handler checks the
4163         `operations' property of the handler.
4165 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4167         * variables.texi (Frame-Local Variables): Small clarification.
4169 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4171         * os.texi (Init File): Document ~/.emacs.d/init.el.
4173 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4175         * internals.texi (Garbage Collection): Document memory-full.
4177 2005-10-28  Bill Wohler  <wohler@newt.com>
4179         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4180         for URLs.
4182 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4184         * minibuf.texi (Completion Commands): Clean up prev change.
4186 2005-10-26  Kevin Ryde  <user42@zip.com.au>
4188         * compile.texi (Eval During Compile): Explain recommended uses
4189         of eval-when-compile and eval-and-compile.
4191 2005-10-27  Masatake YAMATO  <jet@gyve.org>
4193         * minibuf.texi (Completion Commands):
4194         Write about new optional argument for `display-completion-list'.
4196 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4198         * display.texi (Overlay Arrow): Clarify about local bindings of
4199         overlay-arrow-position.
4201 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
4203         * internals.texi (Building Emacs): Fix last change.
4205 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4207         * internals.texi (Building Emacs): Document eval-at-startup.
4209 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4211         * loading.texi (Where Defined): load-history contains abs file names.
4212         symbol-file returns abs file names.
4214 2005-10-19  Kim F. Storm  <storm@cua.dk>
4216         * display.texi (Showing Images): Add max-image-size integer value.
4218 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4220         * display.texi (Showing Images): Document max-image-size.
4222 2005-10-17  Richard M. Stallman  <rms@gnu.org>
4224         * commands.texi (Quitting): Minor clarification.
4226         * processes.texi (Sentinels): Clarify about output and quitting.
4227         (Filter Functions): Mention with-local-quit.
4229 2005-10-17  Juri Linkov  <juri@jurta.org>
4231         * buffers.texi (Current Buffer):
4232         * commands.texi (Event Input Misc):
4233         * compile.texi (Eval During Compile, Compiler Errors):
4234         * customize.texi (Group Definitions):
4235         * display.texi (Progress, Defining Faces):
4236         * files.texi (Writing to Files):
4237         * modes.texi (Mode Hooks, Defining Minor Modes):
4238         * streams.texi (Output Functions):
4239         * syntax.texi (Syntax Table Functions):
4240         * text.texi (Change Hooks):
4241         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4243         * commands.texi (Quitting): Replace arg `forms' with `body' in
4244         `with-local-quit'.
4246         * positions.texi (Excursions): Replace arg `forms' with `body' in
4247         `save-excursion'.
4249 2005-10-08  Kim F. Storm  <storm@cua.dk>
4251         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4252         Rename manual section accordingly.
4254 2005-10-04  Kim F. Storm  <storm@cua.dk>
4256         * windows.texi (Window Split Tree): New section describing
4257         new function window-split-tree function.
4259 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
4261         * display.texi (Fringe Size/Pos): Simplify and add detail.
4263 2005-09-30  Romain Francoise  <romain@orebokech.com>
4265         * minibuf.texi (High-Level Completion): Explain that the prompt
4266         given to `read-buffer' should end with a colon and a space.
4267         Update usage examples.
4269 2005-09-29  Juri Linkov  <juri@jurta.org>
4271         * display.texi (Displaying Messages): Rename argument name
4272         `string' to `format-string' in functions `message', `message-box',
4273         `message-or-box'.
4275 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
4277         * errors.texi (Standard Errors): Correct xrefs.
4279 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4281         * display.texi (Defining Images): Update documentation for
4282         `image-load-path'.
4284 2005-09-17  Richard M. Stallman  <rms@gnu.org>
4286         * display.texi (Defining Images): Clean up previous change.
4288 2005-09-16  Romain Francoise  <romain@orebokech.com>
4290         * elisp.texi: Specify GFDL version 1.2.
4292         * doclicense.texi (GNU Free Documentation License): Update to
4293         version 1.2.
4295 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4297         * display.texi (Defining Images): Document `image-load-path'.
4299 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4301         * objects.texi (Printed Representation): Minor cleanup.
4302         (Box Diagrams): Minor fix.
4303         (Cons Cell Type): Move (...) index item here.
4304         (Box Diagrams): From here.
4305         (Array Type): Minor fix.
4306         (Type Predicates): Delete index "predicates".
4307         (Hash Table Type): Clarify xref.
4308         (Dotted Pair Notation): Minor fix.
4310 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
4312         * files.texi (Saving Buffers): Fix typo.
4314 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4316         * tips.texi (Programming Tips): Correct the "default" prompt spec.
4318 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4320         * locals.texi (Standard Buffer-Local Variables): Don't include
4321         mode variables for minor modes.
4322         Fix xrefs for buffer-display-count, buffer-display-table,
4323         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4324         enable-multibyte-characters, fill-column, header-line-format,
4325         left-fringe-width, left-margin, and right-fringe-width.
4327         * hooks.texi (Standard Hooks): All hooks should conform to the
4328         standard naming convention now.
4329         Fix xref for `echo-area-clear-hook'.
4331         * display.texi (Usual Display): Note that indicate-empty-lines and
4332         tab-width are buffer-local.
4334         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4336         * modes.texi (Mode Help): Note that major-mode is buffer-local.
4338         * nonascii.texi (Encoding and I/O): Note that
4339         buffer-file-coding-system is buffer-local.
4341         * positions.texi (List Motion): Note that defun-prompt-regexp is
4342         buffer-local.
4344         * text.texi (Auto Filling): Note that auto-fill-function is
4345         buffer-local.
4346         (Undo): Note that buffer-undo-list is buffer-local.
4348         * windows.texi (Buffers and Windows): Document
4349         buffer-display-count.
4351 2005-09-06  Richard M. Stallman  <rms@gnu.org>
4353         * tips.texi (Coding Conventions): Sometimes it is ok to put the
4354         package prefix elsewhere than at the start of the name.
4356 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4358         * tips.texi (Programming Tips): Add conventions for minibuffer
4359         questions and prompts.
4361 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
4363         * intro.texi (nil and t): Minor cleanup.
4364         Delete spurious mention of keyword symbols.
4365         (Evaluation Notation): Add index entry.
4366         (A Sample Function Description): Minor cleanup.
4367         (A Sample Variable Description): Not all vars can be set.
4369 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
4371         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4373         (Insertion): Document precise type of `insert-char' arg COUNT.
4375 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4377         * modes.texi (Other Font Lock Variables): Sync the default of
4378         font-lock-lines-before.
4380 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4382         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4384 2005-08-29  Richard M. Stallman  <rms@gnu.org>
4386         * elisp.texi (Top): Update subnode menu.
4388         * searching.texi (Searching and Matching): Move node.
4389         Rearrange contents and add overall explanation.
4390         (Searching and Case): Move node.
4391         (Searching and Matching): Update menu.
4393 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4395         * os.texi (Startup Summary): Fix the description of the initial
4396         startup message display.
4398 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4400         * searching.texi (Search and Replace): Add replace-regexp-in-string.
4402 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
4404         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4405         `next-overlay-change' example.
4407 2005-08-22  Juri Linkov  <juri@jurta.org>
4409         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4410         Fix invert-face.  Fix args of face-background.
4412         * display.texi (Standard Faces): Delete node.
4413         (Faces): Add xref to `(emacs)Standard Faces'.
4414         (Displaying Faces): Fix xref to `Standard Faces'.
4416         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4418 2005-08-20  Alan Mackenzie  <acm@muc.de>
4420         * buffers.texi (The Buffer List): Clarify the manipulation of the
4421         buffer list.
4423 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4425         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4426         a regexp.
4428 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4430         * elisp.texi (Top): Update subnode lists.
4432         * display.texi (Inverse Video): Node deleted.
4434         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4435         New nodes split out of Coding Conventions.
4437         * searching.texi (Regular Expressions): Document re-builder.
4439         * os.texi (Time Parsing): New node split out of Time Conversion.
4441         * processes.texi (Misc Network, Network Feature Testing)
4442         (Network Options, Make Network): New nodes split out of
4443         Low-Level Network.
4445 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4447         * frames.texi (Geometry): New node, split from Size and Position.
4448         (Frame Parameters): Refer to Geometry.
4450         * buffers.texi (The Buffer List): Fix xrefs.
4452         * windows.texi (Splitting Windows): Fix xref.
4454         * frames.texi (Layout Parameters): Add xref.
4456         * display.texi (Line Height, Scroll Bars): Fix xrefs.
4458         * keymaps.texi (Menu Bar): Fix xref.
4460         * locals.texi (Standard Buffer-Local Variables): Fix xref.
4462         * modes.texi (%-Constructs): Fix xref.
4464         * frames.texi (Window Frame Parameters): Node split up.
4465         (Basic Parameters, Position Parameters, Size Parameters)
4466         (Layout Parameters, Buffer Parameters, Management Parameters)
4467         (Cursor Parameters, Color Parameters): New subnodes.
4469 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4471         * positions.texi (Screen Lines): Update xref for previous change
4472         in minibuf.texi.
4474         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4475         change in minibuf.texi.
4477 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4479         * tips.texi (Coding Conventions): Minor cleanup.
4481         * modes.texi (Defining Minor Modes): Explain when init-value
4482         can be non-nil.
4484         * elisp.texi (Top): Update submenu for Minibuffer.
4486         * minibuf.texi (Minibuffer Misc): Node split up.
4487         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4488         (Recursive Mini): New nodes split out from Minibuffer Misc.
4489         (Minibuffer Misc): Document max-mini-window-height.
4491         * hash.texi (Defining Hash): Delete stray paren in example.
4493         * display.texi (Echo Area Customization): Don't define
4494         max-mini-window-height here; xref instead.
4496         * commands.texi (Event Input Misc): Update while-no-input.
4498         * advice.texi (Advising Functions): Explain when to use advice
4499         and when to use a hook.
4501 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
4503         * makefile.w32-in (info): Don't run install-info.
4504         ($(infodir)/dir): New target, produced by running install-info.
4506 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
4508         * modes.texi (Defining Minor Modes): The keyword for the initial
4509         value is :init-value, not :initial-value.
4511 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
4513         * loading.texi (Autoload): Make the `doctor' example be consistent
4514         with what's in current loaddefs.el.  Describe the "fn" magic in
4515         the usage portion of the doc string.
4517 2005-07-22  Richard M. Stallman  <rms@gnu.org>
4519         * internals.texi (Garbage Collection): Clarify previous change.
4521 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4523         * internals.texi (Garbage Collection): Add gc-cons-percentage.
4525 2005-07-18  Juri Linkov  <juri@jurta.org>
4527         * commands.texi (Accessing Events):
4528         * frames.texi (Text Terminal Colors, Resources):
4529         * markers.texi (The Mark):
4530         * modes.texi (Defining Minor Modes):
4531         Delete duplicate duplicate words.
4533 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4535         * display.texi (Managing Overlays): Clarify make-overlay
4536         args for insertion types.
4538 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4540         * customize.texi (Variable Definitions):
4541         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4542         `standard-value' is a list too.
4543         (Defining New Types): Use @key{RET} instead of @key{ret}.
4545 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4547         * os.texi (Translating Input): Fix typo.
4549 2005-07-08  Richard M. Stallman  <rms@gnu.org>
4551         * README: Update edition number and size estimate.
4553         * elisp.texi (VERSION): Set to 2.9.
4555 2005-07-07  Richard M. Stallman  <rms@gnu.org>
4557         * book-spine.texinfo: Update Emacs version.
4559         * display.texi (Inverse Video): Delete mode-line-inverse-video.
4561 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4563         * searching.texi (Regexp Search): Clarify what re-search-forward
4564         does when the search fails.
4566 2005-07-05  Lute Kamstra  <lute@gnu.org>
4568         * Update FSF's address in GPL notices.
4570         * doclicense.texi (GNU Free Documentation License):
4571         * gpl.texi (GPL):
4572         * tips.texi (Coding Conventions, Library Headers):
4573         * vol1.texi:
4574         * vol2.texi: Update FSF's address.
4576 2005-07-04  Richard M. Stallman  <rms@gnu.org>
4578         * hooks.texi (Standard Hooks): Add occur-hook.
4580 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
4582         * display.texi (The Echo Area): Correct menu.
4584 2005-07-03  Richard M. Stallman  <rms@gnu.org>
4586         * elisp.texi (Top): Update subnode menu for Display.
4588         * display.texi (Displaying Messages): New node, with most
4589         of what was in The Echo Area.
4590         (Progress): Moved under The Echo Area.
4591         (Logging Messages): New node with new text.
4592         (Echo Area Customization): New node, the rest of what was
4593         in The Echo Area.  Document message-truncate-lines with @defvar.
4594         (Display): Update menu.
4596         * windows.texi (Textual Scrolling): Doc 3 values for
4597         scroll-preserve-screen-position.
4599         * text.texi (Special Properties): Change hook functions
4600         should bind inhibit-modification-hooks around altering buffer text.
4602         * keymaps.texi (Key Binding Commands): Call binding BINDING
4603         rather than DEFINITION.
4605 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4607         * variables.texi (Defining Variables): `user-variable-p' returns t
4608         for aliases of user options, nil for alias loops.
4610 2005-06-28  Richard M. Stallman  <rms@gnu.org>
4612         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4613         make-keymap.
4615 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
4617         * variables.texi (Setting Variables): Correct and clarify
4618         description of `add-to-ordered-list'.
4620 2005-06-26  Richard M. Stallman  <rms@gnu.org>
4622         * display.texi (Faces): Minor cleanup.
4624 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
4626         * display.texi (Faces): `facep' returns t for strings that are
4627         face names.
4629 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4631         * objects.texi (Equality Predicates): Clarify meaning of equal.
4633         * windows.texi (Selecting Windows): save-selected-window
4634         and with-selected-window save and restore the current buffer.
4636 2005-06-24  Richard M. Stallman  <rms@gnu.org>
4638         * numbers.texi (Float Basics): Explain how to test for NaN,
4639         and printing the sign of NaNs.
4641 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
4643         * makefile.w32-in (MAKEINFO): Use --force.
4645 2005-06-23  Richard M. Stallman  <rms@gnu.org>
4647         * display.texi (Face Functions): Correct Texinfo usage.
4649 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4651         * lists.texi (Rings): `ring-elements' now returns the elements of
4652         RING in order.
4654 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
4656         * markers.texi (The Mark): Texinfo usage fix.
4658 2005-06-23  Kim F. Storm  <storm@cua.dk>
4660         * searching.texi (Entire Match Data): Remove evaporate option for
4661         match-data.  Do not mention evaporate option for set-match-data.
4663 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
4665         * display.texi (Face Functions): Mention face aliases.
4667 2005-06-21  Richard M. Stallman  <rms@gnu.org>
4669         * anti.texi (Antinews): Texinfo usage fix.
4671 2005-06-21  Karl Berry  <karl@gnu.org>
4673         * elisp.texi: Use @copying.
4675         * elisp.texi: Put @summarycontents and @contents before the Top
4676         node, instead of the end of the file, so that the contents appear
4677         in the right place in the dvi/pdf output.
4679 2005-06-21  Juri Linkov  <juri@jurta.org>
4681         * display.texi (Defining Faces): Add `customized-face'.
4683 2005-06-20  Kim F. Storm  <storm@cua.dk>
4685         * variables.texi (Setting Variables): Any type of element can be
4686         given order in add-to-ordered-list.  Compare elements with eq.
4688         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4690 2005-06-20  Karl Berry  <karl@gnu.org>
4692         * syntax.texi (Syntax Flags): Make last column very slightly wider
4693         to avoid "generic comment" breaking on two lines and causing an
4694         underfull box.
4696 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4698         * lists.texi (Rings): Various minor clarifications and corrections.
4700 2005-06-18  Richard M. Stallman  <rms@gnu.org>
4702         * functions.texi (Obsolete Functions): Simplify.
4704         * variables.texi (Variable Aliases): Simplify.
4706         * anti.texi, backups.texi, compile.texi, customization.texi:
4707         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4708         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4709         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4710         * variables.texi: Fix formatting ugliness.
4712         * elisp.texi: Add links to Rings and Byte Packing.
4713         Update version and copyright years.
4715         * minibuf.texi: Fix formatting ugliness.
4716         (Completion Commands): Move keymap vars to the end
4717         and vars completing-read binds to the top.
4719 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4721         * processes.texi: Fix typos.
4722         (Bindat Spec): Correct Texinfo error.
4723         (Byte Packing): Fix ungrammatical sentence.
4725 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
4727         * lists.texi (Rings): New node.
4728         (Lists): Add it to menu.
4730         * processes.texi (Byte Packing): New node.
4731         (Processes): Add it to menu.
4733 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4735         * syntax.texi (Parsing Expressions): Fix texinfo usage.
4737         * help.texi (Documentation Basics): Explain the xref to
4738         Documentation Tips.
4740         * debugging.texi (Debugger Commands): Minor fix.
4742 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
4744         * edebug.texi (Instrumenting): Eliminate duplicate link.
4745         (Specification List): Replace references to "below", referring to
4746         a later node, with one @ref to that node.
4748         * os.texi (Timers): Timers should save and restore the match data
4749         if they change it.
4751         * debugging.texi (Debugger Commands): Mention that the Lisp
4752         debugger can not step through primitive functions.
4754 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4756         * functions.texi (Obsolete Functions): Update argument names of
4757         `make-obsolete' and `define-obsolete-function-alias'.
4759         * variables.texi (Variable Aliases): Update argument names of
4760         `defvaralias', `make-obsolete-variable' and
4761         `define-obsolete-variable-alias'.
4763 2005-06-15  Kim F. Storm  <storm@cua.dk>
4765         * searching.texi (Entire Match Data): Rephrase warnings about
4766         evaporate arg to match-data and set-match-data.
4768 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4770         * elisp.texi (Top): Update detailed menu.
4772         * edebug.texi (Edebug): Update menu.
4773         (Instrumenting): Update xrefs.
4774         (Edebug Execution Modes): Correct xref.
4775         (Jumping): Clarify description of `h' command.
4776         Eliminate redundant @ref.
4777         (Breaks): New node.
4778         (Breakpoints): Is now a subsubsection.
4779         (Global Break Condition): Mention `C-x X X'.
4780         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
4781         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4782         (Edebug Display Update): Correct pxref.
4783         (Edebug and Macros): New node.
4784         (Instrumenting Macro Calls): Is now a subsubsection.
4785         Neither arg of `def-edebug-spec' is evaluated.
4786         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4787         (Specification Examples): Fix typo.
4789 2005-06-14  Lute Kamstra  <lute@gnu.org>
4791         * debugging.texi (Function Debugging): Primitives can break on
4792         entry too.
4794 2005-06-14  Kim F. Storm  <storm@cua.dk>
4796         * variables.texi (Setting Variables): Add add-to-ordered-list.
4798 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * syntax.texi (Parsing Expressions): Document aux functions and vars of
4801         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4803 2005-06-13  Lute Kamstra  <lute@gnu.org>
4805         * text.texi (Special Properties): Fix cross reference.
4807 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4809         * debugging.texi (Function Debugging): Delete mention of empty
4810         string argument to `cancel-debug-on-entry'.  Delete inaccurate
4811         description of the return value of that command.
4813 2005-06-11  Alan Mackenzie  <acm@muc.de>
4815         * text.texi (Adaptive Fill): Amplify the description of
4816         fill-context-prefix.
4818 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4820         * syntax.texi (Parsing Expressions): Fix Texinfo error.
4822 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * syntax.texi (Parsing Expressions): Document syntax-ppss.
4826 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4828         * debugging.texi (Error Debugging): Minor rewording.
4829         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4830         is optional.
4832 2005-06-10  Lute Kamstra  <lute@gnu.org>
4834         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4835         (Top): Give it a title.  Correct version number.  Give the
4836         detailed node listing a more prominent header.
4837         * intro.texi: Don't set VERSION here a second time.
4838         Mention Emacs's version too.
4839         * anti.texi (Antinews): Use EMACSVER to refer to the current
4840         version of Emacs.
4842 2005-06-09  Kim F. Storm  <storm@cua.dk>
4844         * searching.texi (Entire Match Data): Explain new `reseat' argument to
4845         match-data and set-match-data.
4847 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4849         * searching.texi (Entire Match Data): Clarify when match-data
4850         returns markers and when integers.
4852         * display.texi (Defining Faces): Explain that face name should not
4853         end in `-face'.
4855         * modes.texi (Mode Line Data): Minor cleanup.
4856         (Customizing Keywords): Node split out of Search-based Fontification.
4857         Add example of using font-lock-add-keywords from a hook.
4858         Clarify when MODE should be non-nil, and when nil.
4860 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4862         * modes.texi (Mode Line Data): Explain what happens when the car
4863         of a list is a void symbol.
4864         (Search-based Fontification): Explain MODE arg to
4865         font-lock-add-keywords and warn about calls from major modes.
4867 2005-06-08  Juri Linkov  <juri@jurta.org>
4869         * display.texi (Standard Faces): Add `shadow' face.
4871 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4873         * modes.texi (Major Mode Conventions): A derived mode only needs
4874         to put the call to the parent mode inside `delay-mode-hooks'.
4876 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4878         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4879         new, and what that implies.  Clarify.
4881         * files.texi (Locating Files): Clean up the text.
4883         * frames.texi (Window Frame Parameters): Document user-size.
4884         Shorten entry for top by referring to left.
4886 2005-05-26  Richard M. Stallman  <rms@gnu.org>
4888         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4889         is new, and what the implications are.  Other clarifications.
4891 2005-05-24  Richard M. Stallman  <rms@gnu.org>
4893         * frames.texi (Dialog Boxes): Minor fixes.
4895 2005-05-25  Masatake YAMATO  <jet@gyve.org>
4897         * display.texi (Standard Faces): Write about `mode-line-highlight'.
4899 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
4901         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4902         is optional.
4904 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
4906         * frames.texi (Dialog Boxes): Describe new optional argument.
4908 2005-05-23  Lute Kamstra  <lute@gnu.org>
4910         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4911         syntax-begin-function over font-lock-beginning-of-syntax-function.
4913 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
4915         * minibuf.texi (Reading File Names): Update description of
4916         `read-directory-name'.
4918         * modes.texi (Derived Modes): Clarify :group keyword.
4920 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
4922         * files.texi (Locating Files): New subsection.
4923         Describe locate-file and executable-find.
4925 2005-05-21  Kevin Ryde  <user42@zip.com.au>
4927         * frames.texi (Initial Parameters): Update cross reference to
4928         "Emacs Invocation".
4930 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4932         * keymaps.texi (Active Keymaps): Add anchor.
4934         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4935         (Major Mode Conventions): Refer to `Auto Major Mode' in more
4936         appropriate place.
4937         (Derived Modes): Small clarifications.
4938         (Minor Mode Conventions, Keymaps and Minor Modes):
4939         Replace references to nodes with references to anchors.
4940         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4941         Clarify description of lists whose first element is an integer.
4942         (Mode Line Variables): Add anchor.
4943         (%-Constructs): Clarify description of integer after %.
4944         (Emulating Mode Line): Describe nil value for FACE.
4946 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
4948         * modes.texi (Derived Modes): Correct references to non-existing
4949         variable standard-syntax-table.
4951 2005-05-17  Lute Kamstra  <lute@gnu.org>
4953         * modes.texi (Defining Minor Modes): Mention the mode hook.
4955 2005-05-15  Kim F. Storm  <storm@cua.dk>
4957         * processes.texi (Network): Remove open-network-stream-nowait.
4958         (Network Servers): Remove open-network-stream-server.
4960 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
4962         * elisp.texi (Top): Update detailed menu.
4964         * variables.texi: Reorder nodes.
4965         (Variables): Update menu.
4966         (File Local Variables): Do not refer to the `-*-' line as
4967         a "local variables list".  Add pxref.
4969 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4971         * elisp.texi (Top): Update detailed menu for node changes.
4973         * modes.texi (Modes): Update Menu.
4974         (Hooks): Move to beginning of chapter.
4975         Most minor modes run mode hooks too.
4976         `add-hook' can handle void hooks or hooks whose value is a single
4977         function.
4978         (Major Modes): Update Menu.
4979         (Major Mode Basics): New node, split off from `Major Modes'.
4980         (Major Mode Conventions): Correct xref.  Explain how to handle
4981         auto-mode-alist if the major mode command has an autoload cookie.
4982         (Auto Major Mode): Major update.  Add magic-mode-alist.
4983         (Derived Modes): Major update.
4984         (Mode Line Format): Update Menu.
4985         (Mode Line Basics): New node, split off from `Mode Line Format'.
4987         * loading.texi (Autoload): Mention `autoload cookie' as synonym
4988         for `magic autoload comment'.  Add index entries and anchor.
4990 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4992         * tips.texi (Coding Conventions): Explain how important it is
4993         that just loading certain files not change Emacs behavior.
4995         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4997 2005-05-12  Lute Kamstra  <lute@gnu.org>
4999         * modes.texi (Generic Modes): Update.
5000         (Major Modes): Refer to node "Generic Modes".
5002         * elisp.texi (Top): Update to the current structure of the manual.
5003         * processes.texi (Processes): Add menu description.
5004         * customize.texi (Customization): Add menu descriptions.
5006 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
5008         * processes.texi (Signals to Processes)
5009         (Low-Level Network): Fix typos.
5011 2005-05-11  Lute Kamstra  <lute@gnu.org>
5013         * elisp.texi (Top): Add some nodes from the chapter "Major and
5014         Minor Modes" to the detailed node listing.
5016 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5018         * keymaps.texi (Extended Menu Items): Menu item filter functions
5019         can be called at any time.
5021 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5023         * variables.texi (File Local Variables): `(hack-local-variables t)'
5024         now also checks whether a mode is specified in the local variables
5025         list.
5027 2005-05-05  Kevin Ryde  <user42@zip.com.au>
5029         * display.texi (The Echo Area): Correct format function cross
5030         reference.
5032 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5034         * variables.texi (Variable Aliases): Change description of
5035         `define-obsolete-variable-alias'.
5037         * functions.texi (Functions): Add "Obsolete Functions" to menu.
5038         (Defining Functions): Add xref.
5039         (Obsolete Functions): New node.
5040         (Function Safety): Standardize capitalization of section title.
5042         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5043         (Dialog Boxes): Complete description of `x-popup-dialog'.
5045 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5047         * commands.texi (Interactive Codes): Fix Texinfo usage.
5048         Document U more clearly.
5050 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5052         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5053         function and not a macro.
5055         * frames.texi (Pop-Up Menus): Correct and clarify description of
5056         `x-popup-menu'.
5057         (Dialog Boxes): Clarify description of `x-popup-dialog'.
5059 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5061         * edebug.texi (Checking Whether to Stop): Fix previous change.
5063 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5065         * display.texi: Fix typos and Texinfo usage.
5067         * edebug.texi (Checking Whether to Stop): executing-macro ->
5068         executing-kbd-macro.
5070 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5072         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5074 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5076         * files.texi (Magic File Names): Document `operations' property.
5078 2005-04-29  Lute Kamstra  <lute@gnu.org>
5080         * modes.texi (Generic Modes): New node.
5081         (Major Modes): Add it to the menu.
5082         (Derived Modes): Add "derived mode" to concept index.
5084 2005-04-28  Lute Kamstra  <lute@gnu.org>
5086         * modes.texi (Defining Minor Modes): Fix previous change.
5087         (Font Lock Mode): Simplify.
5088         (Font Lock Basics): Say that font-lock-defaults is buffer-local
5089         when set and that some parts are optional.  Add cross references.
5090         (Search-based Fontification): Say how to specify font-lock-keywords.
5091         Add cross references.  Add font-lock-multiline to index.
5092         Move font-lock-keywords-case-fold-search here from node "Other Font
5093         Lock Variables".  Document font-lock-add-keywords and
5094         font-lock-remove-keywords.
5095         (Other Font Lock Variables): Move font-lock-keywords-only,
5096         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5097         and font-lock-syntactic-face-function to node "Syntactic Font
5098         Lock".  Move font-lock-keywords-case-fold-search to node
5099         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
5100         and font-lock-{,un}fontify-{buffer,region}-function.
5101         (Precalculated Fontification): Remove reference to deleted variable
5102         font-lock-core-only.
5103         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5104         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
5105         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5106         and font-lock-syntactic-face-function here from node "Other Font
5107         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
5108         Syntax Properties".  Add cross references.
5109         (Setting Syntax Properties): New node.
5110         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5111         * syntax.texi (Syntax Properties): Add cross reference.
5112         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5114 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5116         * display.texi (Defining Faces):
5117         Document `default' elements of defface spec.
5119         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5121         * variables.texi (Variable Aliases): Clarify text.
5123 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
5125         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5127 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5129         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5131 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5133         * syntax.texi (Syntax Table Internals): Elaborate documentation of
5134         syntax-after and syntax-class.
5136         * files.texi (Changing Files): Fix last change's cross-reference.
5137         (Unique File Names): Don't mention "numbers" in the documentation
5138         of make-temp-file and make-temp-name.
5140 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5142         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5144 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5146         * windows.texi (Cyclic Window Ordering): Clarify window-list.
5148 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5150         * variables.texi (Variable Aliases): Describe make-obsolete-variable
5151         and define-obsolete-variable-alias.
5153 2005-04-22  Kim F. Storm  <storm@cua.dk>
5155         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5156         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5158 2005-04-21  Lute Kamstra  <lute@gnu.org>
5160         * lists.texi (Association Lists): Document rassq-delete-all.
5162 2005-04-19  Richard M. Stallman  <rms@gnu.org>
5164         * modes.texi (Search-based Fontification): Explain that
5165         facespec is an expression to be evaluated.
5167 2005-04-19  Kevin Ryde  <user42@zip.com.au>
5169         * streams.texi (Output Functions): Fix xref.
5170         * strings.texi (String Conversion): Fix xref.
5172 2005-04-19  Kim F. Storm  <storm@cua.dk>
5174         * symbols.texi (Symbol Plists): Add safe-get.
5175         Mention that `get' may signal an error.
5177 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5179         * customize.texi (Variable Definitions): Replace tooltip-mode
5180         example with save-place.
5182 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5184         * buffers.texi (Indirect Buffers): Clarify.
5186         * positions.texi (Positions): Clarify converting marker to integer.
5188         * strings.texi (String Basics): Mention string-match; clarify.
5190 2005-04-08  Lute Kamstra  <lute@gnu.org>
5192         * modes.texi (Search-based Fontification): Fix cross references.
5193         Use consistent terminology.  Document anchored highlighting.
5195 2005-04-05  Lute Kamstra  <lute@gnu.org>
5197         * modes.texi (Defining Minor Modes): Document :group keyword
5198         argument and its default value.
5200 2005-04-03  Lute Kamstra  <lute@gnu.org>
5202         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
5203         references and/or descriptions.  Delete major mode hooks; mention
5204         them as a category instead.  Rename or delete obsolete hooks.
5206 2005-04-02  Richard M. Stallman  <rms@gnu.org>
5208         * nonascii.texi (Coding System Basics): Another wording cleanup.
5210 2005-04-01  Richard M. Stallman  <rms@gnu.org>
5212         * nonascii.texi (Coding System Basics): Clarify previous change.
5214 2005-04-01  Kenichi Handa  <handa@m17n.org>
5216         * nonascii.texi (Coding System Basics): Describe about roundtrip
5217         identity of coding systems.
5219 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5221         * text.texi (Buffer Contents): Add filter-buffer-substring and
5222         buffer-substring-filters.
5224 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
5226         * anti.texi (Antinews): Mention `G' interactive code.
5228         * tips.texi (Compilation Tips): Mention benchmark.el.
5230 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
5232         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5233         is now bound to M-o M-o.
5235         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5237 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5239         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5240         in the Emacs Manual).
5241         * Makefile.in (srcs): Remove calendar.texi.
5242         * makefile.w32-in (srcs): Remove calendar.texi.
5243         * display.texi (Display): Change name of next node.
5244         * os.texi (System In): Change name of previous node.
5245         * elisp.texi (Top): Remove Calendar references.
5246         * vol1.texi (Top): Remove Calendar references.
5247         * vol2.texi (Top): Remove Calendar references.
5249 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5251         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5252         Cleanup previous change.
5254 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
5256         * display.texi (Face Attributes): Faces earlier in an :inherit
5257         list take precedence.
5258         (Scroll Bars): Fix description of vertical-scroll-bars.
5259         Document frame-current-scroll-bars and window-current-scroll-bars.
5261         * markers.texi (The Mark): Document temporary Transient Mark mode.
5263         * minibuf.texi (Reading File Names):
5264         Document read-file-name-completion-ignore-case.
5266         * positions.texi (Screen Lines): Document nil for width argument
5267         to compute-motion.
5269 2005-03-23  Kim F. Storm  <storm@cua.dk>
5271         * display.texi (Standard Faces): Other faces used in the fringe
5272         implicitly inherits from the fringe face.
5273         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5274         properties implicitly inherits from fringe face.
5275         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5277 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
5279         * display.texi (Invisible Text): State default value of
5280         line-move-ignore-invisible.
5281         (Managing Overlays): Document remove-overlays.
5282         (Standard Faces): Document escape-glyph face.
5284         * minibuf.texi (Reading File Names): Document read-file-name-function.
5286         * modes.texi (Other Font Lock Variables):
5287         Document font-lock-lines-before.
5289         * positions.texi (Skipping Characters): skip-chars-forward allows
5290         character classes.
5292 2005-03-18  Lute Kamstra  <lute@gnu.org>
5294         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5296 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5298         * text.texi (Undo): Document extensible undo entries.
5300         * searching.texi (String Search, Regexp Search): Cleanups.
5302         * nonascii.texi (Character Codes): Minor fix.
5304         * display.texi (Display Property): Explain the significance
5305         of having text properties that are eq.
5306         (Other Display Specs): Explain string as display spec.
5308         * commands.texi (Interactive Codes): Document G option.
5310 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
5312         * text.texi (Filling): Add sentence-end-without-period and
5313         sentence-end-without-space.
5314         (Changing Properties): Minor fix.
5316         * anti.texi: Total rewrite.
5318 2005-03-15  Lute Kamstra  <lute@gnu.org>
5320         * edebug.texi (Instrumenting Macro Calls): Fix typos.
5322 2005-03-08  Kim F. Storm  <storm@cua.dk>
5324         * display.texi (Specified Space): Property :width is support on
5325         non-graphic terminals, :height is not.
5327 2005-03-07  Richard M. Stallman  <rms@gnu.org>
5329         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5330         Now subnodes of Fringes.
5331         (Overlay Arrow): Document overlay-arrow-variable-list.
5332         (Fringe Size/Pos): New node, broken out of Fringes.
5333         (Display): Explain clearing vs redisplay better.
5334         (Truncation): Clarify use of bitmaps.
5335         (The Echo Area): Clarify the uses of the echo area.
5336         Add max-mini-window-height.
5337         (Progress): Clarify.
5338         (Invisible Text): Explain that main loop moves point out.
5339         (Selective Display): Say "hidden", not "invisible".
5340         (Managing Overlays): Move up.  Describe relation to Undo here.
5341         (Overlay Properties): Clarify intro.
5342         (Finding Overlays): Explain return values when nothing found.
5343         (Width): truncate-string-to-width has added arg.
5344         (Displaying Faces): Clarify and update mode line face handling.
5345         (Face Functions): Minor cleanup.
5346         (Conditional Display): Merge into Other Display Specs.
5347         (Pixel Specification, Other Display Specs): Minor cleanups.
5348         (Images, Image Descriptors): Minor cleanups.
5349         (GIF Images): Patents have expired.
5350         (Showing Images): Explain default text for insert-image.
5351         (Manipulating Button Types): Merge into Manipulating Buttons.
5352         (Making Buttons): Explain return values.
5353         (Button Buffer Commands): Add xref.
5354         (Inverse Video): Update mode-line-inverse-video.
5355         (Display Table Format): Clarify.
5356         (Active Display Table): Give defaults for window-display-table.
5358         * calendar.texi (Calendar Customizing): calendar-holiday-marker
5359         and calendar-today-marker are strings, not chars.
5360         (Holiday Customizing): Minor fix.
5362         * internals.texi (Writing Emacs Primitives): Update `or' example.
5363         Update limit on # args of subr.
5365         * edebug.texi (Using Edebug): Arrow is in fringe.
5366         (Instrumenting): Arg to eval-defun works without loading edebug.
5367         (Edebug Execution Modes): Add xref.
5369         * customize.texi (Common Keywords): Clarify :require.
5370         Mention :version here.
5371         (Variable Definitions, Group Definitions): Not here.
5372         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5374 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
5375         * nonascii.texi (Text Representations): Clarify position-bytes.
5376         (Character Sets): Add list-charset-chars.
5377         (Scanning Charsets): Add charset-after.
5378         (Encoding and I/O): Minor fix.
5380 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5382         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5383         (Resizing Windows): Likewise.
5385         * text.texi (Change Hooks): Get rid of "Emacs 21".
5387         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5389         * streams.texi (Output Variables): Get rid of "Emacs 21".
5391         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5393         * os.texi (Translating Input): Replace flow-control example
5394         with a less obsolete example that uses `keyboard-translate'.
5396         * objects.texi (Hash Table Type, Circular Objects):
5397         Get rid of "Emacs 21".
5399         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5400         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5402         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5404         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5406         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5407         (Menu Bar): Fix when menu-bar-update-hook is called.
5409         * hash.texi (Hash Tables): Get rid of "Emacs 21".
5411         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5412         and make it read better.
5414         * files.texi (Writing to Files): Get rid of "Emacs 21".
5415         (Unique File Names): Likewise.
5417         * elisp.texi: Update Emacs version to 22.
5419         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5420         (Overlay Properties, Face Attributes): Likewise.
5421         (Managing Overlays): Fix punctuation.
5422         (Attribute Functions): Clarify set-face-font; get rid of
5423         info about old Emacs versions.
5424         (Auto Faces, Font Lookup, Display Property, Images):
5425         Get rid of "Emacs 21".
5427         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5429 2005-03-05  Richard M. Stallman  <rms@gnu.org>
5431         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5433 2005-03-04  Lute Kamstra  <lute@gnu.org>
5435         * debugging.texi (Error Debugging): Document stack-trace-on-error.
5437 2005-03-03  Lute Kamstra  <lute@gnu.org>
5439         * edebug.texi (Instrumenting Macro Calls): Fix typo.
5441 2005-03-01  Lute Kamstra  <lute@gnu.org>
5443         * debugging.texi (Debugger Commands): Update `j'.
5445 2005-02-28  Lute Kamstra  <lute@gnu.org>
5447         * debugging.texi (Debugging): Fix typo.
5448         (Error Debugging): Document eval-expression-debug-on-error.
5449         (Function Debugging): Update example.
5450         (Using Debugger): Mention starred stack frames.
5451         (Debugger Commands): Document `j' and `l'.
5452         (Invoking the Debugger): `d' and `j' exit recursive edit too.
5453         Update the messages that the debugger displays.
5454         (Internals of Debugger): Add cross reference.  Update example.
5455         (Excess Open): Minor improvement.
5456         (Excess Close): Minor improvement.
5458 2005-02-26  Richard M. Stallman  <rms@gnu.org>
5460         * tips.texi (Coding Conventions): Clarify.
5461         Put all the major mode key reservations together.
5462         Mention the Mouse-1 => Mouse-2 conventions.
5464         * syntax.texi (Syntax Class Table): Clarify.
5465         (Syntax Table Functions): syntax-after moved from here.
5466         (Syntax Table Internals): syntax-after moved to here.
5467         (Parsing Expressions): Update info on number of values
5468         and what's meaningful in the STATE argument.
5469         (Categories): Fix typo.
5471         * sequences.texi (Arrays): Cleanup.
5472         (Char-Tables): Clarify.
5474         * processes.texi (Deleting Processes): Cleanups, add xref.
5475         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
5476         (Process Information): set-process-coding-system, some args optional.
5477         (Input to Processes): Explain various types for PROCESS args.
5478         Rename them from PROCESS-NAME to PROCESS.
5479         (Signals to Processes): Likewise.
5480         (Decoding Output): Cleanup.
5481         (Query Before Exit): Clarify.
5483         * os.texi (Startup Summary): Correct the options; add missing ones.
5484         (Terminal Output, Batch Mode): Clarify.
5485         (Flow Control): Node deleted.
5487         * markers.texi (The Mark): Clarify.
5489         * macros.texi (Expansion): Cleanup.
5490         (Indenting Macros): indent-spec allows ints, not floats.
5492         * keymaps.texi (Keymaps): Clarify.
5493         (Format of Keymaps): Update lisp-mode-map example.
5494         (Active Keymaps, Key Lookup): Clarify.
5495         (Changing Key Bindings): Add xref to `kbd'.
5496         (Key Binding Commands, Simple Menu Items): Clarify.
5497         (Mouse Menus, Menu Bar): Clarify.
5498         (Menu Example): Replace print example with menu-bar-replace-menu.
5500         * help.texi (Documentation Basics): Add function-documentation prop.
5502         * elisp.texi (Top): Don't refer to Flow Control node.
5504         * commands.texi (Command Overview): Improve xrefs.
5505         (Adjusting Point): Adjusting point applies to intangible and invis.
5506         (Key Sequence Input): Doc extra read-key-sequence args.
5507         Likewise for read-key-sequence-vector.
5509         * backups.texi (Rename or Copy): Minor fix.
5510         (Numbered Backups): For version-control, say the default.
5511         (Auto-Saving): make-auto-save-file-name example is simplified.
5513         * advice.texi (Advising Functions): Don't imply one part of Emacs
5514         should advise another part.  Markup changes.
5515         (Defining Advice): Move transitional para.
5516         (Activation of Advice): Cleanup.
5517         Explain if COMPILE is nil or negative.
5519         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5521 2005-02-24  Lute Kamstra  <lute@gnu.org>
5523         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5524         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5526 2005-02-23  Lute Kamstra  <lute@gnu.org>
5528         * modes.texi (Defining Minor Modes): define-minor-mode can be used
5529         to define global minor modes as well.
5531         * display.texi (Managing Overlays): overlay-buffer returns nil for
5532         deleted overlays.
5534 2005-02-22  Kim F. Storm  <storm@cua.dk>
5536         * minibuf.texi (Basic Completion): Allow symbols in addition to
5537         strings in try-completion and all-completions.
5539 2005-02-14  Lute Kamstra  <lute@gnu.org>
5541         * elisp.texi (Top): Remove reference to deleted node.
5543         * lists.texi (Lists): Remove reference to deleted node.
5544         (Cons Cells): Fix typo.
5546         * loading.texi (Where Defined): Fix typo.
5548 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5550         * variables.texi (Creating Buffer-Local): change-major-mode-hook
5551         is useful for discarding some minor modes.
5553         * symbols.texi (Symbol Components): Reorder examples.
5555         * streams.texi (Input Functions): State standard-input default.
5556         (Output Variables): State standard-output default.
5558         * objects.texi (Printed Representation): Clarify read syntax vs print.
5559         (Floating Point Type): Explain meaning better.
5560         (Symbol Type): Explain uniqueness better.
5561         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
5562         List examples sooner.
5563         (Box Diagrams): New subnode broken out.
5564         Some examples moved from old Lists as Boxes node.
5565         (Dotted Pair Notation): Clarify intro.
5566         (Array Type): Clarify.
5567         (Type Predicates): Add hash-table-p.
5569         * numbers.texi (Integer Basics): Clarify radix explanation.
5570         (Predicates on Numbers): Minor clarification.
5571         (Comparison of Numbers): Minor clarification.  Clarify eql.
5572         Typos in min, max.
5573         (Math Functions): Clarify overflow in expt.
5575         * minibuf.texi (Text from Minibuffer): Minor clarification.
5576         Mention arrow keys.
5578         * loading.texi (Autoload): defun's doc string overrides autoload's
5579         doc string.
5580         (Repeated Loading): Modernize "add to list" examples.
5581         (Where Defined): Finish updating table of load-history elts.
5583         * lists.texi (List-related Predicates): Minor wording improvement.
5584         (Lists as Boxes): Node deleted.
5585         (Building Lists): Explain trivial cases of number-sequence.
5587         * hash.texi (Hash Tables): Add desc to menu items.
5588         (Creating Hash): Explain "full" means "make larger".
5589         (Hash Access): Any object can be a key.
5590         State value of maphash.
5592         * functions.texi (What Is a Function): Wording cleanup.
5593         (Function Documentation): Minor cleanup.
5594         Explain purpose of calling convention at end of doc string.
5595         (Function Names): Wording cleanup.
5596         (Calling Functions): Wording cleanup.
5597         Explain better how funcall calls the function.
5598         (Function Cells): Delete example of saving and redefining function.
5600         * control.texi (Combining Conditions): Wording cleanup.
5601         (Iteration): dolist and dotimes bind VAR locally.
5602         (Cleanups): Xref to Atomic Changes.
5604         * compile.texi (Byte Compilation): Delete 19.29 info.
5605         (Compilation Functions): Macros' difficulties don't affect defsubst.
5606         (Docs and Compilation): Delete 19.29 info.
5608 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5610         * objects.texi (Symbol Type): Minor correction.
5612 2005-02-06  Lute Kamstra  <lute@gnu.org>
5614         * modes.texi (Example Major Modes): Fix typos.
5616 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5618         * text.texi (Margins): fill-nobreak-predicate can be one function.
5620         * strings.texi (Modifying Strings): clear-string can make unibyte.
5621         (Formatting Strings): format gives error if values missing.
5623         * positions.texi (Character Motion): Mention default arg
5624         for forward-char.  backward-char refers to forward-char.
5625         (Word Motion): Mention default arg for forward-word.
5626         (Buffer End Motion): Mention default arg for beginning-of-buffer.
5627         Simplify end-of-buffer.
5628         (Text Lines): Mention default arg for forward-line.
5629         (List Motion): Mention default arg for beginning/end-of-defun.
5630         (Skipping Characters): Minor fixes in explaining character-set.
5632         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5633         Mode inheritance applies only when default-major-mode is nil.
5634         Clarifications.
5635         (Example Major Modes): Update Text mode and Lisp mode examples.
5636         (Minor Mode Conventions): Mention define-minor-mode at top.
5637         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5638         (Mode Line Format): Update mode line face display info.
5639         (Properties in Mode): Mention effect of risky vars.
5640         (Imenu): Define imenu-add-to-menubar.
5641         (Font Lock Mode): Add descriptions to menu lines.
5642         (Faces for Font Lock): Add font-lock-doc-face.
5644 2005-02-05  Lute Kamstra  <lute@gnu.org>
5646         * text.texi (Maintaining Undo): Remove obsolete function.
5648 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5650         * frames.texi (Color Names): Add pointer to the X docs about RGB
5651         color specifications.  Improve indexing
5652         (Text Terminal Colors): Replace the description of RGB values by
5653         an xref to "Color Names".
5655 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5657         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5658         Clarify.
5659         (Selecting Windows): Clarify save-selected-window.
5660         (Cyclic Window Ordering): Clarify walk-windows.
5661         (Window Point): Clarify.
5662         (Window Start): Add comment to example.
5663         (Resizing Windows): Add `interactive' specs in examples.
5664         Document fit-window-to-buffer.
5666         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5667         (Undo, Maintaining Undo): Clarify last change.
5668         (Sorting): In sort-numeric-fields, explain about octal and hex.
5669         Mention sort-numeric-base.
5670         (Format Properties): Add xref for hard newlines.
5672         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5673         (Pop-Up Menus): Fix typo.
5674         (Color Names): Explain all types of color names.
5675         Explain color-values on B&W terminal.
5676         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
5678         * files.texi (File Locks): Not supported on MS systems.
5679         (Testing Accessibility): Clarify.
5681         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5682         (Coverage Testing): Fix typo.
5684         * commands.texi (Misc Events): Remove stray space.
5686         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5687         (Modification Time): Clarify when visited-file-modtime returns 0.
5688         (The Buffer List): Clarify bury-buffer.
5689         (Killing Buffers): Clarify.
5690         (Indirect Buffers): Add clone-indirect-buffer.
5692 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
5694         * edebug.texi (Printing in Edebug): Fix default value of
5695         edebug-print-circle.
5696         (Coverage Testing): Fix displayed frequency count data.
5698 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5700         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5702 2005-02-02  Kim F. Storm  <storm@cua.dk>
5704         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5706 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5708         * commands.texi (Misc Events): Describe the help-echo event.
5710         * text.texi (Special Properties) <help-echo>: Use `pos'
5711         consistently in description of the help-echo property.
5712         Use @code{nil} instead of @var{nil}.
5714         * display.texi (Overlay Properties): Fix the index entry for
5715         help-echo overlay property.
5717         * customize.texi (Type Keywords): Uncomment the xref to the
5718         help-echo property documentation.
5720 2005-01-23  Kim F. Storm  <storm@cua.dk>
5722         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5723         return value.  Third element FULLY replaced by PARTIAL which
5724         specifies number of invisible pixels if row is only partially visible.
5725         (Textual Scrolling): Mention auto-window-vscroll.
5726         (Vertical Scrolling): New defvar auto-window-vscroll.
5728 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5730         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5731         command remapping.
5733 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5735         * display.texi (Defining Images): Mention DATA-P arg of create-image.
5737 2005-01-14  Kim F. Storm  <storm@cua.dk>
5739         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5741         * text.texi (Links and Mouse-1): Fix string and vector item.
5743 2005-01-13  Richard M. Stallman  <rms@gnu.org>
5745         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5746         descriptions of overriding-local-map and overriding-terminal-local-map.
5748         * text.texi (Links and Mouse-1): Clarify text.
5750 2005-01-13  Kim F. Storm  <storm@cua.dk>
5752         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5754 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5756         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5758 2005-01-12  Kim F. Storm  <storm@cua.dk>
5760         * text.texi (Links and Mouse-1): Rename section from Enabling
5761         Mouse-1 to Following Links.  Change xrefs.
5762         Add examples for define-button-type and define-widget.
5764         * display.texi (Button Properties, Button Buffer Commands):
5765         Clarify mouse-1 and follow-link functionality.
5767 2005-01-12  Richard M. Stallman  <rms@gnu.org>
5769         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5771         * display.texi (Beeping): Fix Texinfo usage.
5773         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5775 2005-01-11  Kim F. Storm  <storm@cua.dk>
5777         * display.texi (Button Properties, Button Buffer Commands):
5778         Mention mouse-1 binding.  Add follow-link keyword.
5780         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5781         (Enabling Mouse-1 to Follow Links): New subsection.
5783 2005-01-06  Richard M. Stallman  <rms@gnu.org>
5785         * text.texi (Special Properties): Minor change.
5787         * os.texi (Timers): Clarify previous change.
5789         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5791 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
5793         * display.texi (Face Attributes): Correct xref to renamed node.
5795 2005-01-01  Richard M. Stallman  <rms@gnu.org>
5797         * display.texi (Face Attributes): Describe hex color specs.
5799 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5801         * os.texi (Timers): Update previous change.
5803 2004-12-30  Kim F. Storm  <storm@cua.dk>
5805         * display.texi (Line Height): Total line-height is now specified
5806         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
5807         in cons cells.  (nil . RATIO) is relative to actual line height.
5808         Use line-height `t' instead of `0' to get minimum height.
5810 2004-12-29  Richard M. Stallman  <rms@gnu.org>
5812         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5814 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5816         * commands.texi (Quitting): Clarify value of with-local-quit.
5818         * elisp.texi (Top): Fix previous change.
5820         * loading.texi (Loading): Fix previous change.
5822 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5824         * Makefile.in (MAKEINFO): Specify --force.
5826         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5828         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5830         * display.texi (Line Height): Further clarify.
5832         * elisp.texi (Top): Update Loading submenu.
5834         * loading.texi (Where Defined): New node.
5835         (Unloading): load-history moved to Where Defined.
5837 2004-12-21  Richard M. Stallman  <rms@gnu.org>
5839         * commands.texi (Event Input Misc): Add while-no-input.
5841 2004-12-11  Richard M. Stallman  <rms@gnu.org>
5843         * display.texi (Line Height): Rewrite text for clarity.
5845 2004-12-11  Kim F. Storm  <storm@cua.dk>
5847         * display.texi (Display): Add node "Line Height" to menu.
5848         (Line Height): New node.  Move full description of line-spacing
5849         and line-height text properties here from text.texi.
5850         (Scroll Bars): Add vertical-scroll-bar variable.
5852         * frames.texi (Window Frame Parameters): Remove line-height defvar.
5854         * locals.texi (Standard Buffer-Local Variables): Fix xref for
5855         line-spacing and vertical-scroll-bar.
5857         * text.texi (Special Properties): Just mention line-spacing and
5858         line-height here, add xref to new "Line Height" node.
5860 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
5862         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5864         * locals.texi (Standard Buffer-Local Variables):
5865         Add @xref for `line-spacing'.
5867 2004-12-05  Richard M. Stallman  <rms@gnu.org>
5869         * Makefile.in (maintainer-clean): Remove the info files
5870         in $(infodir) where they are created.
5872 2004-12-03  Richard M. Stallman  <rms@gnu.org>
5874         * windows.texi (Selecting Windows): get-lru-window and
5875         get-largest-window don't consider dedicated windows.
5877         * text.texi (Undo): Document undo-in-progress.
5879 2004-11-26  Richard M. Stallman  <rms@gnu.org>
5881         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5882         Remove a few vars that are not always buffer-local.
5884 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
5886         * locals.texi (Standard Buffer-Local Variables): Comment out
5887         xref's to non-existent node `Yet to be written'.
5889 2004-11-24  Richard M. Stallman  <rms@gnu.org>
5891         * processes.texi (Synchronous Processes): Grammar fix.
5893         * numbers.texi (Comparison of Numbers): Add eql.
5895         * locals.texi (Standard Buffer-Local Variables): Add many vars.
5897         * intro.texi (Printing Notation): Fix previous change.
5899         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5900         and default-indicate-buffer-boundaries from here.
5901         (Usual Display): To here.
5902         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5903         (Usual Display): Move tab-width up.
5905         * customize.texi (Variable Definitions): Replace
5906         show-paren-mode example with tooltip-mode.
5907         (Simple Types, Composite Types, Defining New Types):
5908         Minor cleanups.
5910 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
5912         * processes.texi (Synchronous Processes, Output from Processes):
5913         Markup fix.
5915 2004-11-20  Richard M. Stallman  <rms@gnu.org>
5917         * positions.texi (Skipping Characters): skip-chars-forward
5918         now handles char classes.
5920         * intro.texi (Printing Notation): Avoid confusion of `print'
5921         when explaining @print.
5923         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5925         * display.texi (Display Table Format): Minor fix.
5927         * streams.texi (Output Functions): Fix print example.
5929         * Makefile.in (elisp): New target.
5930         (dist): Depend on $(infodir)/elisp, not elisp.
5931         Copy the info files from $(infodir).
5933         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5934         read-from-minibuffer.
5936         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5938 2004-11-19  Richard M. Stallman  <rms@gnu.org>
5940         * searching.texi (Regexp Search): Add search-whitespace-regexp.
5942 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
5944         * tips.texi (Coding Conventions): Fix typo.
5946 2004-11-16  Richard M. Stallman  <rms@gnu.org>
5948         * tips.texi (Coding Conventions): Separate defvar and require
5949         methods to avoid warnings.  Use require only when there are many
5950         functions and variables from that package.
5952         * minibuf.texi (Minibuffer Completion): When ignoring case,
5953         predicate must not be case-sensitive.
5955         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5956         (Test Coverage): Don't talk about "splotches".  Clarified.
5958 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
5960         * frames.texi (Window Frame Parameters): Fix typo.
5962 2004-11-15  Kim F. Storm  <storm@cua.dk>
5964         * symbols.texi (Other Plists): Note that plist-get may signal error.
5965         Add safe-plist-get.
5967 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5969         * modes.texi (Font Lock Basics): Fix typo.
5971 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5973         * syntax.texi (Syntax Table Functions): Add syntax-after.
5975 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
5977         * os.texi (Processor Run Time): New section documenting
5978         get-internal-run-time.
5980 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5982         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5983         it nukes elisp-cover.texi.
5984         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5985         elisp-0 etc.
5987 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5989         * commands.texi (Keyboard Macros): Document `append' return value
5990         of `defining-kbd-macro'.
5992 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5994         * commands.texi (Interactive Call): Add called-interactively-p.
5996 2004-10-29  Simon Josefsson  <jas@extundo.com>
5998         * minibuf.texi (Reading a Password): Revert.
6000 2004-10-28  Richard M. Stallman  <rms@gnu.org>
6002         * frames.texi (Display Feature Testing): Explain about "vendor".
6004 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6006         * commands.texi (Interactive Codes): `N' uses numeric prefix,
6007         not raw.  Clarify `n'.
6008         (Interactive Call): Rewrite interactive-p, focusing on when
6009         and how to use it.
6010         (Misc Events): Clarify previous change.
6012         * advice.texi (Simple Advice): Clarify what job the example does.
6013         (Around-Advice): Clarify ad-do-it.
6014         (Activation of Advice): An option of ad-default-compilation-action
6015         is `never', not `nil'.
6017 2004-10-26  Kim F. Storm  <storm@cua.dk>
6019         * commands.texi (Interactive Codes): Add U code letter.
6021 2004-10-25  Simon Josefsson  <jas@extundo.com>
6023         * minibuf.texi (Reading a Password): Add.
6025 2004-10-24  Jason Rumney  <jasonr@gnu.org>
6027         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
6028         and wheel-down.
6030 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6032         * processes.texi (Synchronous Processes): Document process-file.
6034 2004-10-22  Kenichi Handa  <handa@m17n.org>
6036         * text.texi (translate-region): Document that it accepts also a
6037         char-table.
6039 2004-10-22  David Ponce  <david@dponce.com>
6041         * windows.texi (Resizing Windows): Document the `preserve-before'
6042         argument of the functions `enlarge-window' and `shrink-window'.
6044 2004-10-19  Jason Rumney  <jasonr@gnu.org>
6046         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6048 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6050         * text.texi (Filling): Add anchor for definition of
6051         `sentence-end-double-space'.
6053         * searching.texi (Regexp Example): Update description of how
6054         Emacs currently recognizes the end of a sentence.
6055         (Standard Regexps): Update definition of the variable
6056         `sentence-end'.  Add definition of the function `sentence-end'.
6058 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6060         * display.texi (Progress): New node.
6062 2004-10-05  Kim F. Storm  <storm@cua.dk>
6064         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6066 2004-09-29  Kim F. Storm  <storm@cua.dk>
6068         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6069         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
6070         fringe bitmap symbols, as they now have their own namespace.
6071         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6072         vs. pixels.  Signal error if no free bitmap slots.
6073         (Pixel Specification): Change IMAGE to @var{image}.
6075 2004-09-28  Richard M. Stallman  <rms@gnu.org>
6077         * text.texi (Special Properties): Clarify line-spacing and line-height.
6079         * searching.texi (Regexp Search): Add looking-back.
6081 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
6083         * display.texi: Correct typos.
6084         (Image Descriptors): Correct xref's.
6086 2004-09-25  Richard M. Stallman  <rms@gnu.org>
6088         * text.texi (Special Properties): Cleanups in `cursor'.
6089         Rewrites in `line-height' and `line-spacing'; exchange them.
6091         * display.texi (Fringes): Rewrite previous change.
6092         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
6093         (Display Fringe Bitmaps): Node deleted, text moved.
6094         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
6095         (Scroll Bars): Clarify set-window-scroll-bars.
6096         (Pointer Shape): Rewrite.
6097         (Specified Space): Clarify :align-to, etc.
6098         (Pixel Specification): Use @var.  Clarify new text.
6099         (Other Display Specs): Clarify `slice'.
6100         (Image Descriptors): Cleanups.
6101         (Showing Images): Cleanups.
6103 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6105         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6107         * modes.texi: Various minor changes in addition to:
6108         (Major Mode Conventions): Final call to `run-mode-hooks' should
6109         not be inside the `delay-mode-hooks' form.
6110         (Mode Hooks): New node.
6111         (Hooks): Delete obsolete example.
6112         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6113         node "Mode Hooks".
6115 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
6117         * display.texi: Correct various typos.
6118         (Display): Rename node "Pointer Shapes" to "Pointer
6119         Shape".  (There is already a node called "Pointer Shapes" in
6120         frames.texi.)
6121         (Images): Remove non-existent node "Image Slices" from menu.
6123 2004-09-23  Kim F. Storm  <storm@cua.dk>
6125         * text.texi (Special Properties): Add `cursor', `pointer',
6126         `line-height', and `line-spacing' properties.
6128         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6129         Shapes' to menu.
6130         (Standard Faces): Doc fix for fringe face.
6131         (Fringes): Add `overflow-newline-into-fringe' and
6132         'indicate-buffer-boundaries'.
6133         (Fringe Bitmaps, Pointer Shapes): New nodes.
6134         (Display Property): Add 'Pixel Specification' and 'Display Fringe
6135         Bitmaps' to menu.
6136         (Specified Space): Describe pixel width and height.
6137         (Pixel Specification): New node.
6138         (Other Display Specs): Add `slice' property.
6139         (Display Fringe Bitmaps): New node.
6140         (Images): Add 'Image Slices' to menu.
6141         (Image Descriptors): Add `:pointer' and `:map' properties.
6142         (Showing Images): Add slice arg to `insert-image'.  Add
6143         'insert-sliced-image'.
6145 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6147         * commands.texi (Key Sequence Input):
6148         Clarify downcasing in read-key-sequence.
6150 2004-09-08  Juri Linkov  <juri@jurta.org>
6152         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6154 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6156         * locals.texi (Standard Buffer-Local Variables): Add
6157         `buffer-auto-save-file-format'.
6158         * internals.texi (Buffer Internals): Describe new
6159         auto_save_file_format field of the buffer structure.
6160         * files.texi (Format Conversion): `auto-save-file-format' has been
6161         renamed `buffer-auto-save-file-format'.
6163 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
6165         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6166         an integer or a marker.
6167         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6169 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6171         * modes.texi (Major Mode Conventions): Discuss rebinding of
6172         standard key bindings.
6174 2004-08-18  Kim F. Storm  <storm@cua.dk>
6176         * processes.texi (Accepting Output): Add `just-this-one' arg to
6177         `accept-process-output'.
6178         (Output from Processes): New var `process-adaptive-read-buffering'.
6180 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
6182         * keymaps.texi: Various changes in addition to:
6183         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6184         Give more varied examples for `kbd'.
6185         (Creating Keymaps): Char tables have slots for all characters
6186         without modifiers.
6187         (Active Keymaps): `overriding-local-map' and
6188         `overriding-terminal-local-map' also override text property and
6189         overlay keymaps.
6190         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6191         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6192         to denote a prefix of no events.
6193         `map-keymap' includes parent's bindings _recursively_.
6194         Clarify and correct description of `where-is-internal'.
6195         Mention BUFFER-OR-NAME arg to `describe-bindings'.
6196         (Menu Example): For menus intended for use with the keyboard, the
6197         menu items should be bound to characters or real function keys.
6199 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6201         * objects.texi (Character Type): Reposition `@anchor' to prevent
6202         double space inside sentence in Info.
6204         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6205         renamed to `disabled-command-function'.
6206         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6207         (Command Loop Info): Replace reference to it.
6208         (Disabling Commands): `disabled-command-hook' has been renamed to
6209         `disabled-command-function'.
6211 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
6213         * os.texi (Translating Input): Only non-prefix bindings in
6214         `key-translation-map' override actual key bindings.  Warn about
6215         possible indirect effect of actual key bindings on non-prefix
6216         bindings in `key-translation-map'.
6218 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
6220         * minibuf.texi (High-Level Completion): Add anchor for definition
6221         of `read-variable'.
6223         * commands.texi: Various changes in addition to:
6224         (Using Interactive): Clarify description of `interactive-form'.
6225         (Interactive Call): Mention default for KEYS argument to
6226         `call-interactively'.
6227         (Command Loop Info): Clarify description of `this-command-keys'.
6228         Mention KEEP-RECORD argument to `clear-this-command-keys'.
6229         Value of `last-event-frame' can be `macro'.
6230         (Repeat Events): `double-click-fuzz' is also used to distinguish
6231         clicks and drags.
6232         (Classifying Events): Clarify descriptions of `event-modifiers'
6233         `event-basic-type' and `event-convert-list'.
6234         (Accessing Events): `posn-timestamp' takes POSITION argument.
6235         (Quoted Character Input): Clarify description of
6236         `read-quoted-char' and fix example.
6237         (Quitting): Add `with-local-quit'.
6238         (Disabling Commands): Correct and clarify descriptions of
6239         `enable-command' and `disable-command'.
6240         Mention what happens if `disabled-command-hook' is nil.
6241         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6242         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6244 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6246         * frames.texi: Various changes in addition to:
6247         (Creating Frames): Expand and clarify description of `make-frame'.
6248         (Window Frame Parameters): Either none or both of the `icon-left'
6249         and `icon-top' parameters must be specified.  Put descriptions of
6250         `menu-bar-lines' and `toolbar-lines' closer together and change
6251         them accordingly.
6252         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6253         except while processing `frame-title-format' or `icon-title-format'.
6254         (Deleting Frames): Correct description of `delete-frame'.
6255         Non-nil return values of `frame-live-p' are like those of `framep'.
6256         (Frames and Windows): Mention return value of
6257         `set-frame-selected-window'.
6258         (Visibility of Frames): Mention `force' argument to
6259         `make-frame-invisible'.  `frame-visible-p' returns t for all
6260         frames on text-only terminals.
6261         (Frame Configurations): Restoring a frame configuration does not
6262         restore deleted frames.
6263         (Window System Selections): `x-set-selection' returns DATA.
6264         (Resources): Add example.
6265         (Display Feature Testing): Clarify descriptions of
6266         `display-pixel-height', `display-pixel-width', `x-server-version'
6267         and `x-server-vendor'.
6269         * windows.texi (Choosing Window): Add anchor.
6270         * minibuf.texi (Minibuffer Misc): Add anchor.
6272 2004-07-23  John Paul Wallington  <jpw@gnu.org>
6274         * macros.texi (Defining Macros): Declaration keyword for setting
6275         Edebug spec is `debug' not `edebug'.
6277 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
6279         * windows.texi: Various small changes in addition to:
6280         (Window Point): Mention return value of `set-window-point'.
6281         (Window Start): `pos-visible-in-window-p' disregards horizontal
6282         scrolling.  Explain return value if PARTIALLY is non-nil.
6283         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6284         and `set-window-vscroll'.
6285         (Size of Window): The argument WINDOW to `window-inside-edges',
6286         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6287         (Resizing Windows): Explain return value of
6288         `shrink-window-if-larger-than-buffer'.
6289         `window-size-fixed' automatically becomes buffer local when set.
6290         (Window Configurations): Explain return value of
6291         `set-window-configuration'.
6293         * minibuf.texi (Minibuffer Misc): Add anchor for
6294         `minibuffer-scroll-window'.
6296         * positions.texi (Text Lines): Add anchor for `count-lines'.
6298 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6300         * display.texi (Overlay Properties): Adding `evaporate' prop
6301         deletes empty overlay immediately.
6303         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6304         fix example.
6306 2004-07-16  Jim Blandy  <jimb@redhat.com>
6308         * searching.texi (Regexp Backslash): Document new \_< and \_>
6309         operators.
6311 2004-07-16  Juanma Barranquero  <lektu@terra.es>
6313         * display.texi (Images): Fix Texinfo usage.
6315 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6317         * buffers.texi (Modification Time): `visited-file-modtime' now
6318         returns a list of two integers, instead of a cons.
6320 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6322         * windows.texi: Various changes in addition to:
6323         (Splitting Windows): Add `split-window-keep-point'.
6325 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6327         * frames.texi (Input Focus): Minor fix.
6329 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6331         * frames.texi (Input Focus): Clarify descriptions of
6332         `select-frame-set-input-focus' and `select-frame'.
6334 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
6336         * os.texi: Various small changes in addition to:
6337         (Killing Emacs): Expand and clarify description of
6338         `kill-emacs-query-functions' and `kill-emacs-hook'.
6339         (System Environment): Expand and clarify description of `getenv'
6340         and `setenv'.
6341         (Timers): Clarify description of `run-at-time'.
6342         (Translating Input): Correct description of
6343         `extra-keyboard-modifiers'.
6344         (Flow Control): Correct description of `enable-flow-control'.
6346 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
6348         * os.texi: Update copyright.
6349         (Session Management): Grammar fix.
6350         Clarify which Emacs does the restarting.
6351         Use @samp for *scratch* buffer.
6353 2004-07-04  Alan Mackenzie  <acm@muc.de>
6355         * frames.texi (Input Focus): Add documentation for
6356         `select-frame-set-input-focus'.  Replace refs to non-existent
6357         `switch-frame' with `select-frame'.  Minor corrections and tidying
6358         up of text-only terminal stuff.
6360 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6362         * files.texi (Saving Buffers): Cleanup write-contents-function.
6363         (Magic File Names): Cleanup file-remote-p.
6365 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
6367         * files.texi (Magic File Names): `file-remote-p' returns an
6368         identifier of the remote system, not just t.
6370 2004-07-02  David Kastrup  <dak@gnu.org>
6372         * searching.texi (Entire Match Data): Add explanation about new
6373         match-data behavior when @var{integers} is non-nil.
6375 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6377         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6379         * customize.texi (Variable Definitions): Note about doc strings
6380         and :set.
6382         * keymaps.texi (Keymap Terminology): Document `kbd'.
6383         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6385         * display.texi (Invisible Text): Setting buffer-invisibility-spec
6386         makes it buffer-local.
6388         * files.texi (Saving Buffers): Correct previous change.
6390         * commands.texi (Accessing Events):
6391         Clarify posn-col-row and posn-actual-col-row.
6393 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
6395         * commands.texi (Accessing Events): New functions
6396         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
6398 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6400         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6401         * frames.texi, buffers.texi, backups.texi, variables.texi:
6402         * loading.texi, eval.texi, functions.texi, control.texi:
6403         * symbols.texi, minibuf.texi: Reposition @anchor's.
6405         * help.texi: Various small changes in addition to the following.
6406         (Describing Characters): Describe PREFIX argument to
6407         `key-description'.  Correct and clarify definition of
6408         `text-char-description'.  Describe NEED-VECTOR argument to
6409         `read-kbd-macro'.
6410         (Help Functions): Clarify definition of `apropos'.
6412 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6414         * files.texi (Saving Buffers): Correct description of
6415         `write-contents-functions'.
6417 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6419         * display.texi (Images): Remove redundant @vindex directives.
6420         Rewrite `image-library-alist' doc in active voice.
6422 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6424         * display.texi (Images): Document new delayed library loading,
6425         variable `image-library-alist' and (existing but undocumented)
6426         function `image-type-available-p'.
6428 2004-06-05  Richard M. Stallman  <rms@gnu.org>
6430         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6431         refer the user to the Initial Input node.
6432         (Text from Minibuffer): Likewise.
6433         (Initial Input): New node.  Document this feature
6434         and say it is mostly deprecated.
6436 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6438         * loading.texi (Named Features): Clarify return value
6439         and meaning of NOERROR.
6441         * variables.texi (File Local Variables): Minor cleanup.
6443 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6445         * files.texi (Magic File Names): Add `file-remote-p' as operation
6446         of file name handlers.
6448 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6450         * modes.texi (Minor Mode Conventions): (-) has no special meaning
6451         as arg to a minor mode command.
6453 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6455         * syntax.texi (Syntax Class Table): Word syntax not just for English.
6457         * streams.texi (Output Variables): Doc float-output-format.
6459         * searching.texi (Regexp Special): Nested repetition can be infloop.
6461         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6462         real stack overflow.
6464         * compile.texi: Minor cleanups.
6466 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
6468         * lists.texi (Cons Cells): Explain dotted lists, true lists,
6469         circular lists.
6470         (List Elements): Explain handling of circular and dotted lists.
6472 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
6474         * modes.texi (Search-based Fontification): Fix typo.
6476 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6478         * modes.texi (Mode Line Variables): Fix description of
6479         global-mode-string, which is now after which-func-mode, not the
6480         buffer name.
6482 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6484         * modes.texi (Desktop Save Mode): Add.
6485         (Modes): Add menu entry Desktop Save Mode.
6487         * hooks.texi: Add desktop-after-read-hook,
6488         desktop-no-desktop-file-hook and desktop-save-hook.
6490         * locals.texi: Add desktop-save-buffer.
6492 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
6494         * display.texi: emacs -> Emacs.
6496 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6498         * files.texi (Changing Files): Document set-file-times.
6500 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6502         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6504 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
6506         * tips.texi (Coding Conventions): defopt -> defcustom.
6508 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
6510         * sequences.texi: Various clarifications.
6512 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
6514         * buffers.texi (Read Only Buffers): Mention optional ARG to
6515         `toggle-read-only'.
6517 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
6519         * windows.texi (Selecting Windows): Note that get-lru-window
6520         returns a full-width window if possible.
6522 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6524         * buffers.texi: Various changes in addition to:
6525         (Buffer File Name): Add `find-buffer-visiting'.
6526         (Buffer Modification): Mention optional ARG to `not-modified'.
6527         (Indirect Buffers): Mention optional CLONE argument to
6528         `make-indirect-buffer'.
6530         * files.texi: Various changes in addition to:
6531         (Visiting Functions): `find-file-hook' is now a normal hook.
6532         (File Name Expansion): Explain difference between the way that
6533         `expand-file-name' and `file-truename' treat `..'.
6534         (Contents of Directories): Mention optional ID-FORMAT argument to
6535         `directory-files-and-attributes'.
6536         (Format Conversion): Mention new optional CONFIRM argument to
6537         `format-write-file'.
6539 2004-04-12  Miles Bader  <miles@gnu.org>
6541         * macros.texi (Expansion): Add description of `macroexpand-all'.
6543 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
6545         * variables.texi (Variable Aliases): Mention
6546         cyclic-variable-indirection.
6548         * errors.texi (Standard Errors): Ditto.
6550 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6552         * backups.texi: Various small changes in addition to:
6553         (Making Backups): Mention return value of `backup-buffer'.
6554         (Auto-Saving): Mention optional FORCE argument to
6555         `delete-auto-save-file-if-necessary'.
6556         (Reverting): Mention optional PRESERVE-MODES argument to
6557         `revert-buffer'.  Correct description of `revert-buffer-function'.
6559 2004-03-22  Juri Linkov  <juri@jurta.org>
6561         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6562         with `Vector Functions'.
6564         * text.texi (Sorting): Add missing quote.
6566 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
6568         * intro.texi (Lisp History): Replace xref to `cl' manual with
6569         inforef.
6571 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6573         * intro.texi (Version Info): Add arg to emacs-version.
6574         (Lisp History): Change xref to CL manual.
6576 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
6578         * minibuf.texi (Completion Commands): Add xref to Emacs manual
6579         for Partial Completion mode.
6581 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
6583         * customize.texi: Fix typo.  Remove eol whitespace.
6585 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6587         * processes.texi: Fix typos.
6589         * lists.texi (Building Lists): Minor clarification.
6591         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6592         in make-hash-table.
6594 2004-02-29  Juanma Barranquero  <lektu@terra.es>
6596         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6597         rm, and ignore exit code.
6599 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
6601         * display.texi (Defining Faces): Add description for min-colors.
6602         Update example.
6604 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
6606         * abbrevs.texi: Various corrections and clarifications in addition
6607         to the following:
6608         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6610 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6612         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6614 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
6616         * text.texi: Various small changes in addition to the following:
6617         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6618         to delete-horizontal-space.
6619         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6620         description of yank-handler text property at various places.
6622         * frames.texi (Window System Selections): Add anchor.
6624         * syntax.texi (Syntax Table Functions): Clarify and correct
6625         descriptions of make-syntax-table and copy-syntax-table.
6626         (Motion and Syntax): Clarify SYNTAXES argument to
6627         skip-syntax-forward.
6628         (Parsing Expressions): Mention that the return value of
6629         parse-partial-sexp is currently a list of ten rather than nine
6630         elements.
6631         (Categories): Various corrections and clarifications.
6633 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
6635         * markers.texi (Marker Insertion Types): Minor change.
6637         * locals.texi (Standard Buffer-Local Variables):
6638         * commands.texi (Interactive Codes, Using Interactive):
6639         * functions.texi (Related Topics): Fix xrefs.
6641 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6643         * lists.texi (Sets And Lists): Update description of delete-dups.
6645 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6647         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6649 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
6651         * frames.texi (Parameter Access): frame-parameters arg is optional.
6652         modify-frame-parameters handles nil for FRAME.
6653         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6654         are all-or-nothing for certain toolkits.
6655         Mention parameter wait-for-wm.
6656         (Frames and Windows): In frame-first-window and frame-selected-window
6657         the arg is optional.
6658         (Input Focus): In redirect-frame-focus the second arg is optional.
6659         (Window System Selections): Mention selection type CLIPBOARD.
6660         Mention data-type UTF8_STRING.
6661         Mention numbering of cut buffers.
6662         (Resources): Describe x-resource-name.
6664 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6666         * windows.texi (Buffers and Windows): Delete false table
6667         about all-frames.
6669         * syntax.texi (Parsing Expressions): Delete old caveat
6670         about parse-sexp-ignore-comments.
6672         * streams.texi (Output Variables): Add print-quoted.
6674         * lists.texi (Building Lists): Minor cleanup.
6676         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6678         * display.texi (Overlays): Explain overlays use markers.
6679         (Managing Overlays): Explain front-advance and rear-advance
6680         in more detail.
6682         * loading.texi (Unloading): Document unload-feature-special-hooks.
6683         Get rid of fns-NNN.el file.
6685 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6687         * help.texi (Describing Characters): Fix text-char-description
6688         example output.
6690         * edebug.texi (Using Edebug): Fix example.
6692         * debugging.texi (Internals of Debugger): Fix return value.
6694         * files.texi (Changing Files): Fix argname.
6696         * calendar.texi: Fix parens, and default values.
6698         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6699         * nonascii.texi, objects.texi, os.texi: Minor fixes.
6700         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
6702         * positions.texi (Text Lines): Don't add -1 in current-line.
6704 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6706         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6708 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6710         * processes.texi (Low-Level Network): Fix a typo.
6712 2004-02-12  Kim F. Storm  <storm@cua.dk>
6714         * display.texi (Fringes): Use consistent wording.
6715         Note that window-fringe's window arg is optional.
6716         (Scroll Bars): Use consistent wording.
6718 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
6720         * tips.texi (Comment Tips): Document the new conventions for
6721         commenting out code.
6723 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
6725         * positions.texi (Text Lines): Added missing end defun.
6727 2004-02-07  Kim F. Storm  <storm@cua.dk>
6729         * positions.texi (Text Lines): Add line-number-at-pos.
6731 2004-02-06  John Paul Wallington  <jpw@gnu.org>
6733         * display.texi (Button Properties, Button Buffer Commands):
6734         mouse-2 invokes button, not down-mouse-1.
6736 2004-02-04  Jason Rumney  <jasonr@gnu.org>
6738         * makefile.w32-in: Sync with Makefile.in changes.
6740 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
6742         * minibuf.texi (Text from Minibuffer): Various corrections and
6743         clarifications.
6744         (Object from Minibuffer): Correct Lisp description of
6745         read-minibuffer.
6746         (Minibuffer History): Clarify description of cons values for
6747         HISTORY arguments.
6748         (Basic Completion): Various corrections and clarifications.  Add
6749         completion-regexp-list.
6750         (Minibuffer Completion): Correct and clarify description of
6751         completing-read.
6752         (Completion Commands): Mention Partial Completion mode.  Various
6753         other minor changes.
6754         (High-Level Completion): Various corrections and clarifications.
6755         (Reading File Names): Ditto.
6756         (Minibuffer Misc): Ditto.
6758 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
6760         * strings.texi (Text Comparison): assoc-string also matches
6761         elements of alists that are strings instead of conses.
6762         (Formatting Strings): Standardize Texinfo usage.  Update index
6763         entries.
6765 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
6767         * lists.texi (Sets And Lists): Add delete-dups.
6769 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
6771         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6772         special form.
6773         * macros.texi (Defining Macros): Update description of `declare',
6774         which now is a macro.
6775         (Wrong Time): Fix typos.
6777 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6779         * compile.texi (Compilation Functions): Expand descriptions of
6780         `compile-defun', `byte-compile-file', `byte-recompile-directory'
6781         and `batch-byte-compile'.  In particular, mention and describe
6782         all optional arguments.
6783         (Disassembly): Correct and clarify the description of `disassemble'.
6785 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6787         * searching.texi: Various small changes in addition to the
6788         following.
6789         (Regexp Example): Adapt to new value of `sentence-end'.
6790         (Regexp Functions): The PAREN argument to `regexp-opt' can be
6791         `words'.
6792         (Search and Replace): Add usage note for `perform-replace'.
6793         (Entire Match Data): Mention INTEGERS and REUSE arguments to
6794         `match-data'.
6795         (Standard Regexps): Update for new values of `paragraph-start'
6796         and `sentence-end'.
6798 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
6800         * files.texi (Saving Buffers): Clarify descriptions of
6801         `write-contents-functions' and `before-save-hook'.
6802         Make the defvar's for `before-save-hook' and `after-save-hook'
6803         into defopt's.
6805 2004-01-07  Kim F. Storm  <storm@cua.dk>
6807         * commands.texi (Click Events): Describe new image and
6808         width/height elements of click events.
6809         (Accessing Events): Add posn-string, posn-image, and
6810         posn-object-width-height.  Change posn-object to return either
6811         image or string object.
6813 2004-01-01  Simon Josefsson  <jas@extundo.com>
6815         * hooks.texi (Standard Hooks): Add before-save-hook.
6816         * files.texi (Saving Buffers): Likewise.
6818 2004-01-03  Richard M. Stallman  <rms@gnu.org>
6820         * frames.texi (Frames and Windows): Delete frame-root-window.
6822 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6824         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6826         * functions.texi: Various small changes in addition to the
6827         following.
6828         (What Is a Function): `functionp' returns nil for macros.  Clarify
6829         behavior of this and following functions for symbol arguments.
6830         (Function Documentation): Add `\' in front of (fn @var{arglist})
6831         and explain why.
6832         (Defining Functions): Mention DOCSTRING argument to `defalias'.
6833         Add anchor.
6834         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
6836 2004-01-01  Miles Bader  <miles@gnu.org>
6838         * display.texi (Buttons): New section.
6840 2003-12-31  Andreas Schwab  <schwab@suse.de>
6842         * numbers.texi (Math Functions): sqrt reports a domain-error
6843         error.
6844         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6846 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6848         * tips.texi (Documentation Tips): Update item on hyperlinks in
6849         documentation strings.
6851         * errors.texi (Standard Errors): Various small corrections and
6852         additions.
6854         * control.texi: Various small changes in addition to the
6855         following.
6856         (Signaling Errors): Provide some more details on how `signal'
6857         constructs the error message.  Add anchor to the definition of
6858         `signal'.
6859         (Error Symbols): Describe special treatment of `quit'.
6860         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6861         to emphasize that it has to be a single form.
6863         * buffers.texi: Add anchor.
6865 2003-12-29  Richard M. Stallman  <rms@gnu.org>
6867         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6868         (Window Configurations): Add window-configuration-frame.
6870         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6872         * text.texi (Examining Properties): Add get-char-property-and-overlay.
6873         Change arg name in get-char-property.
6874         (Special Properties): Update handling of keymap property.
6876         * strings.texi (Modifying Strings): Add clear-string.
6877         (Text Comparison): Add assoc-string and remove
6878         assoc-ignore-case, assoc-ignore-representation.
6880         * os.texi (Time of Day): Add set-time-zone-rule.
6882         * numbers.texi (Math Functions): asin, acos, log, log10
6883         report domain-error errors.
6885         * nonascii.texi (Converting Representations):
6886         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6887         (Encoding and I/O): Add file-name-coding-system.
6889         * modes.texi (Search-based Fontification): Explain that
6890         face specs are symbols with face names as values.
6892         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6894         * lists.texi (Building Lists): remq moved elsewhere.
6895         (Sets And Lists): remq moved here.
6896         (Association Lists): Refer to assoc-string.
6898         * internals.texi (Garbage Collection): Add memory-use-counts.
6900         * frames.texi (Frames and Windows): Add set-frame-selected-window
6901         and frame-root-window.
6903         * files.texi (Contents of Directories):
6904         Add directory-files-and-attributes.
6906         * display.texi (Refresh Screen): Add force-window-update.
6907         (Invisible Text): Explain about moving point out of invis text.
6908         (Overlay Properties): Add overlay-properties.
6909         (Managing Overlays): Add overlayp.
6910         (GIF Images): Invalid image number displays a hollow box.
6912         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6913         (Killing Buffers): Add buffer-live-p.
6915 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6917         * display.texi (Fringes): Fix typo "set-buffer-window".
6919 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
6921         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6922         * nonascii.texi, processes.texi, tips.texi, variables.texi:
6923         Add or change various xrefs and anchors.
6925         * commands.texi: Replace all occurrences of @acronym{CAR} with
6926         @sc{car}, for consistency with the rest of the Elisp manual.
6927         `car' and `cdr' are historically acronyms, but are no longer
6928         widely thought of as such.
6930         * internals.texi (Pure Storage): Mention that `purecopy' does not
6931         copy text properties.
6932         (Object Internals): Now 29 bits are used (in most implementations)
6933         to address Lisp objects.
6935         * variables.texi (Variables with Restricted Values): New node.
6937         * objects.texi (Lisp Data Types): Mention that certain variables
6938         can only take on a restricted set of values and add an xref to
6939         the new node "Variables with Restricted Values".
6941         * eval.texi (Function Indirection): Describe the errors that
6942         `indirect-function' can signal.
6943         (Eval): Clarify the descriptions of `eval-region' and `values'.
6944         Describe `eval-buffer' instead of `eval-current-buffer' and
6945         mention `eval-current-buffer' as an alias for `current-buffer'.
6946         Correct the description and mention all optional arguments.
6948         * nonascii.texi: Various small changes in addition to the
6949         following.
6950         (Converting Representations): Clarify behavior of
6951         `string-make-multibyte' and `string-to-multibyte' for unibyte all
6952         ASCII arguments.
6953         (Character Sets): Document the variable `charset-list' and adapt
6954         the definition of the function `charset-list' accordingly.
6955         (Translation of Characters): Clarify use of generic characters in
6956         `make-translation-table'.  Clarify and correct the description of
6957         the use of translation tables in encoding and decoding.
6958         (User-Chosen Coding Systems): Correct and clarify the description
6959         of `select-safe-coding-system'.
6960         (Default Coding Systems): Clarify description of
6961         `file-coding-system-alist'.
6963 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
6965         * strings.texi (Text Comparison): Correctly describe when two
6966         strings are `equal'.  Combine and clarify descriptions of
6967         `assoc-ignore-case' and `assoc-ignore-representation'.
6969         * objects.texi (Non-ASCII in Strings): Clarify description of
6970         when a string is unibyte or multibyte.
6971         (Bool-Vector Type): Update examples.
6972         (Equality Predicates): Correctly describe when two strings are
6973         `equal'.
6975 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
6977         * lists.texi (Building Lists): `append' no longer accepts integer
6978         arguments.  Update the description of `number-sequence' to reflect
6979         recent changes.
6980         (Sets And Lists): Describe `member-ignore-case' after `member'.
6982 2003-11-27  Kim F. Storm  <storm@cua.dk>
6984         * commands.texi (Click Events): Click object may be an images.
6985         Describe (dx . dy) element of click positions.
6986         (Accessing Events): Remove duplicate posn-timestamp.
6987         New functions posn-object and posn-object-x-y.
6989 2003-11-23  Kim F. Storm  <storm@cua.dk>
6991         * commands.texi (Click Events): Describe enhancements to event
6992         position lists, including new text-pos and (col . row) items.
6993         Mention left-fringe and right-fringe area events.
6994         (Accessing Events): New functions posn-area and
6995         posn-actual-col-row.  Mention posn-timestamp.  Mention that
6996         posn-point in non-text area still returns buffer position.
6997         Clarify posn-col-row.
6999 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
7001         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7002         * anti.texi (File Attributes): Describe removed parameter
7003         ID-FORMAT.
7005 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7007         * positions.texi (Positions): Mention that, if a marker is used as
7008         a position, its buffer is ignored.
7010         * markers.texi (Overview of Markers): Mention it here too.
7012 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
7014         * numbers.texi (Numeric Conversions): Not just `floor', but also
7015         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7017 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
7019         * markers.texi (Creating Markers): Specify insertion type of
7020         created markers.  Add xref to `Marker Insertion Types'.
7021         Second argument to `copy-marker' is optional.
7022         (Marker Insertion Types): Mention that most markers are created
7023         with insertion type nil.
7024         (The Mark): Correctly describe when `mark' signals an error.
7025         (The Region): Correctly describe when `region-beginning' and
7026         `region-end' signal an error.
7028 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
7030         * hash.texi (Creating Hash): Clarify description of `eql'.
7031         `makehash' is obsolete.
7032         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7034         * positions.texi (Point): Change description of `buffer-end', so
7035         that it is also correct for floating point arguments.
7036         (List Motion): Correct argument lists of `beginning-of-defun' and
7037         `end-of-defun'.
7038         (Excursions): Add xref to `Marker Insertion Types'.
7039         (Narrowing): Argument to `narrow-to-page' is optional.
7041 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
7043         * streams.texi (Output Streams): Clarify behavior of point for
7044         marker output streams.
7046 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
7048         * variables.texi (Defining Variables): Second argument to
7049         `defconst' is not optional.
7050         (Setting Variables): Mention optional argument APPEND to
7051         `add-to-list'.
7052         (Creating Buffer-Local): Expand description of
7053         `make-variable-buffer-local'.
7054         (Frame-Local Variables): Expand description of
7055         `make-variable-frame-local'.
7056         (Variable Aliases): Correct description of optional argument
7057         DOCSTRING to `defvaralias'.  Mention return value of
7058         `defvaralias'.
7059         (File Local Variables): Add xref to `File variables' in Emacs
7060         Manual.  Correct description of `hack-local-variables'.  Mention
7061         `safe-local-variable' property.  Mention optional second argument
7062         to `risky-local-variable-p'.
7064 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
7066         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7068 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7070         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7071         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7072         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7073         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7074         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7075         lispref/processes.texi, lispref/searching.texi,
7076         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7077         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7078         @acronym{FOO}.
7080 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
7082         * strings.texi (Creating Strings): Argument START to `substring'
7083         can not be `nil'.  Expand description of
7084         `substring-no-properties'.  Correct description of `split-string',
7085         especially with respect to empty matches.  Prevent very bad line
7086         break in definition of `split-string-default-separators'.
7087         (Text Comparison): `string=' and `string<' also accept symbols as
7088         arguments.
7089         (String Conversion): More completely describe argument BASE in
7090         `string-to-number'.
7091         (Formatting Strings): `%s' and `%S' in `format' do require
7092         corresponding object.  Clarify behavior of numeric prefix after
7093         `%' in `format'.
7094         (Case Conversion): The argument to `upcase-initials' can be a
7095         character.
7097 2003-10-27  Kenichi Handa  <handa@m17n.org>
7099         * display.texi (Fontsets): Fix texinfo usage.
7101 2003-10-25  Kenichi Handa  <handa@m17n.org>
7103         * display.texi (Fontsets): Add description of the function
7104         set-fontset-font.
7106 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
7108         * display.texi (Temporary Displays): Add xref to `Documentation
7109         Tips'.
7111         * functions.texi (Function Safety): Use inforef instead of pxref
7112         for SES.
7114 2003-10-23  Andreas Schwab  <schwab@suse.de>
7116         * Makefile.in (TEX, texinputdir): Don't define.
7117         (TEXI2DVI): Define.
7118         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7119         add $(srcdir)/index.texi.
7120         ($(infodir)/elisp): Remove index.texi dependency.
7121         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
7122         (index.texi): Remove target.
7123         (dist): Don't link $(srcdir)/permute-index.
7124         (clean): Don't remove index.texi.
7126         * permute-index, index.perm: Remove.
7127         * index.texi: Rename from index.unperm.
7129 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
7131         * tips.texi (Documentation Tips): Document new behavior for face
7132         and variable hyperlinks in Help mode.
7134 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
7136         * objects.texi (Integer Type): Update for extra bit of integer range.
7137         (Character Type): Ditto.
7139 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
7141         * numbers.texi (Integer Basics): Add index entries for reading
7142         numbers in hex, octal, and binary.
7144 2003-10-16  Lute Kamstra  <lute@gnu.org>
7146         * modes.texi (Mode Line Format): Mention force-mode-line-update's
7147         argument.
7149 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
7151         * windows.texi (Choosing Window): Fix typo.
7152         * edebug.texi (Edebug Execution Modes): Fix typo.
7154 2003-10-13  Richard M. Stallman  <rms@gnu.org>
7156         * windows.texi (Basic Windows): A window has fringe settings,
7157         display margins and scroll-bar settings.
7158         (Splitting Windows): Doc split-window return value.
7159         Clean up one-window-p.
7160         (Selecting Windows): Fix typo.
7161         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7162         (Buffers and Windows): In set-window-buffer, explain effect
7163         on fringe settings and scroll bar settings.
7164         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7165         (Choosing Window): Use defopt for pop-up-frame-function.
7166         For special-display-buffer-names, explain same-window and same-frame.
7167         Clarify window-dedicated-p return value.
7168         (Textual Scrolling): scroll-up and scroll-down can get an error.
7169         (Horizontal Scrolling): Clarify auto-hscroll-mode.
7170         Clarify set-window-hscroll.
7171         (Size of Window): Don't mention tool bar in window-height.
7172         (Coordinates and Windows): Explain what coordinates-in-window-p
7173         returns for fringes and display margins.
7174         (Window Configurations): Explain saving fringes, etc.
7176         * tips.texi (Library Headers): Clean up Documentation.
7178         * syntax.texi (Parsing Expressions): Clean up forward-comment
7179         and parse-sexp-lookup-properties.
7181         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7183         * os.texi (System Environment): Clean up text for load-average errors.
7185         * modes.texi (Hooks): Don't explain local hook details at front.
7186         Clarify run-hooks and run-hook-with-args a little.
7187         Clean up add-hook and remove-hook.
7189         * edebug.texi (Edebug Execution Modes): Clarify t.
7190         Document edebug-sit-for-seconds.
7191         (Coverage Testing): Document C-x X = and =.
7192         (Instrumenting Macro Calls): Fix typo.
7193         (Specification List): Don't index the specification keywords.
7195 2003-10-10  Kim F. Storm  <storm@cua.dk>
7197         * processes.texi (Network): Introduce make-network-process.
7199 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7201         * tips.texi (Library Headers): Fix typo.
7203 2003-10-07  Juri Linkov  <juri@jurta.org>
7205         * modes.texi (Imenu): Mention imenu-create-index-function's
7206         default value.  Explain submenus better.
7208 2003-10-07  Lute Kamstra  <lute@gnu.org>
7210         * modes.texi (Faces for Font Lock): Fix typo.
7211         (Hooks): Explain how buffer-local hook variables can refer to
7212         global hook variables.
7213         Various minor clarifications.
7215 2003-10-06  Lute Kamstra  <lute@gnu.org>
7217         * tips.texi (Coding Conventions): Mention naming conventions for
7218         hooks.
7220 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
7222         * loading.texi (Library Search): Correct default value of
7223         load-suffixes.
7224         (Named Features): Fix typo.
7226 2003-10-05  Richard M. Stallman  <rms@gnu.org>
7228         * loading.texi (Named Features): In `provide',
7229         say how to test for subfeatures.
7230         (Unloading): In unload-feature, use new var name
7231         unload-feature-special-hooks.
7233 2003-10-03  Lute Kamstra  <lute@gnu.org>
7235         * modes.texi (Major Mode Conventions): Mention third way to set up
7236         Imenu.
7237         (Imenu): A number of small fixes.
7238         Delete documentation of internal variable imenu--index-alist.
7239         Document the return value format of imenu-create-index-function
7240         functions.
7242 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7244         * processes.texi (Network): Say what stopped datagram connections do.
7246         * lists.texi (Association Lists): Clarify `assq-delete-all'.
7248         * display.texi (Overlay Properties): Clarify `evaporate' property.
7250 2003-09-29  Lute Kamstra  <lute@gnu.org>
7252         * modes.texi (Mode Line Data): Explain when symbols in mode-line
7253         constructs should be marked as risky.
7254         Change cons cell into proper list.
7255         (Mode Line Variables): Change cons cell into proper list.
7257 2003-09-26  Lute Kamstra  <lute@gnu.org>
7259         * modes.texi (Mode Line Data): Document the :propertize construct.
7260         (Mode Line Variables): Reorder the descriptions of the variables
7261         to match their order in the default mode-line-format.
7262         Describe the new variables mode-line-position and mode-line-modes.
7263         Update the default values of mode-line-frame-identification,
7264         minor-mode-alist, and default-mode-line-format.
7265         (Properties in Mode): Mention the :propertize construct.
7267 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7269         * buffers.texi, commands.texi, debugging.texi, eval.texi:
7270         * loading.texi, minibuf.texi, text.texi, variables.texi:
7271         Avoid @strong{Note:}.
7273 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7275         * keymaps.texi (Remapping Commands): Fix typo.
7277 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
7279         * processes.texi (Low-Level Network): Fix typo.
7281 2003-09-23  Kim F. Storm  <storm@cua.dk>
7283         * processes.texi (Network, Network Servers): Fix typos.
7284         (Low-Level Network): Add timeout value for :server keyword.
7285         Add new option keywords to make-network-process.
7286         Add set-network-process-options.
7287         Explain how to test availability of network options.
7289 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7291         * text.texi (Motion by Indent): Arg to
7292         backward-to-indentation and forward-to-indentation is optional.
7294         * strings.texi (Creating Strings): Add substring-no-properties.
7296         * processes.texi
7297         (Process Information): Add list-processes arg QUERY-ONLY.
7298         Delete process-contact from here.
7299         Add new status values for process-status.
7300         Add process-get, process-put, process-plist, set-process-plist.
7301         (Synchronous Processes): Add call-process-shell-command.
7302         (Signals to Processes): signal-process allows process objects.
7303         (Network): Complete rewrite.
7304         (Network Servers, Datagrams, Low-Level Network): New nodes.
7306         * positions.texi (Word Motion): forward-word, backward-word
7307         arg is optional.  Reword.
7309         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7311         * variables.texi (Creating Buffer-Local):
7312         Delete duplicate definition of buffer-local-value.
7313         (File Local Variables): Explain about discarding text props.
7315 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7317         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7318         changes variables that record input events.
7319         (Minibuffer Misc): Add minibuffer-selected-window.
7321         * lists.texi (Building Lists): Add copy-tree.
7323         * display.texi (Fontsets): Add char-displayable-p.
7324         (Scroll Bars): New node.
7326 2003-09-08  Lute Kamstra  <lute@gnu.org>
7328         * modes.texi (%-Constructs): Document new `%i' and `%I'
7329         constructs.
7331 2003-09-03  Peter Runestig  <peter@runestig.com>
7333         * makefile.w32-in: New file.
7335 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7337         * display.texi (Overlay Properties): Clarify how priorities
7338         affect use of the properties.
7340 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
7342         * customize.texi (Type Keywords): Correct the description of
7343         `:help-echo' in the case where `motion-doc' is a function.
7345 2003-08-14  John Paul Wallington  <jpw@gnu.org>
7347         * modes.texi (Emulating Mode Line): Subsection, not section.
7349 2003-08-13  Richard M. Stallman  <rms@gnu.org>
7351         * elisp.texi (Top): Update subnode lists in menu.
7353         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7354         (Kill Functions): kill-region has new arg yank-handler.
7355         (Yanking): New node.
7356         (Yank Commands): Add yank-undo-function.
7357         (Low-Level Kill Ring):
7358         kill-new and kill-append have new arg yank-handler.
7359         (Changing Properties): Add remove-list-of-text-properties.
7360         (Atomic Changes): New node.
7362         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7364         * streams.texi (Output Variables): Add eval-expression-print-length
7365         and eval-expression-print-level.
7367         * os.texi (Time Conversion): For encode-time, explain limits on year.
7369         * objects.texi (Character Type): Define anchor "modifier bits".
7371         * modes.texi (Emulating Mode Line): New node.
7372         (Search-based Fontification): Font Lock uses font-lock-face property.
7373         (Other Font Lock Variables): Likewise.
7375         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7376         not vectors.
7377         (Active Keymaps): Add emulation-mode-map-alists.
7378         (Functions for Key Lookup): key-binding has new arg no-remap.
7379         (Remapping Commands): New node.
7380         (Scanning Keymaps): where-is-internal has new arg no-remap.
7381         (Tool Bar): Add tool-bar-local-item-from-menu.
7382         Clarify when to use tool-bar-add-item-from-menu.
7384         * commands.texi (Interactive Call): commandp has new arg.
7385         (Command Loop Info): Add this-original-command.
7387 2003-08-06  John Paul Wallington  <jpw@gnu.org>
7389         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7391         * display.texi (Warning Basics): Fix typo.
7392         (Fringes): Add closing curly bracket and fix typo.
7394         * elisp.texi (Top): Fix typo.
7396 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7398         * elisp.texi: Update lists of subnodes.
7400         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7402         * variables.texi (Local Variables): Use lc for example variable names.
7404         * tips.texi (Library Headers): Explain where to put -*-.
7406         * strings.texi (Creating Strings): Fix xref for vconcat.
7408         * sequences.texi (Vector Functions):
7409         vconcat no longer allows integer args.
7411         * minibuf.texi (Reading File Names): read-file-name has new
7412         arg PREDICATE.  New function read-directory-name.
7414         * macros.texi (Defining Macros): Give definition of `declare'
7415         (Indenting Macros): New node.
7417         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7418         (Window Frame Parameters): Make separate table of parameters
7419         that are coupled with specific face attributes.
7420         (Deleting Frames): delete-frame-hooks renamed to
7421         delete-frame-functions.
7423         * files.texi (Magic File Names): Add file-remote-p.
7424         Clarify file-local-copy.
7426         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7427         here; instead xref Defining Macros.
7429         * display.texi (Warnings): New node, and subnodes.
7430         (Fringes): New node.
7432         * debugging.texi (Test Coverage): New node.
7434         * compile.texi (Compiler Errors): Explain with-no-warnings
7435         and other ways to suppress warnings.
7437         * commands.texi (Interactive Call): Minor clarification.
7439         * buffers.texi (Buffer File Name): set-visited-file-name
7440         renames the buffer too.
7442         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7444 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
7446         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7448 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
7450         * internals.texi (Garbage Collection): Fix previous change.
7452 2003-07-22  Richard M. Stallman  <rms@gnu.org>
7454         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7456         * display.texi (Width): Use \s syntax in example.
7457         (Font Selection): Add face-font-rescale-alist.
7459         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7460         Remove spurious indent in example.
7462         * lists.texi (Building Lists): Add number-sequence.
7464         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7466         * functions.texi (Function Documentation): Explain how to
7467         show calling convention explicitly in the doc string.
7469         * windows.texi (Selecting Windows): save-selected-window saves
7470         selected window of each frame.
7471         (Window Configurations): Minor change.
7473         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7475         * streams.texi (Output Variables): Add print-continuous-numbering
7476         and print-number-table.
7478         * processes.texi (Decoding Output): New node.
7480         * os.texi (Time Conversion): decode-time arg is optional.
7482         * objects.texi (Character Type): Don't use space as example for \.
7483         Make list of char names and \-sequences correspond.
7484         Explain that \s is not used in strings.  `\ ' needs space after.
7486         * nonascii.texi (Converting Representations): Add string-to-multibyte.
7487         (Translation of Characters): Add translation-table-for-input.
7488         (Default Coding Systems): Add auto-coding-functions.
7489         (Explicit Encoding): Add decode-coding-inserted-region.
7490         (Locales): Add locale-info.
7492         * minibuf.texi (Basic Completion): Describe test-completion.
7493         Collections can be lists of strings.
7494         Clean up lazy-completion-table.
7495         (Programmed Completion): Mention test-completion.
7496         Clarify why lambda expressions are not accepted.
7497         (Minibuffer Misc): Describe minibufferp.
7499 2003-07-14  Richard M. Stallman  <rms@gnu.org>
7501         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7503         * windows.texi (Selecting Windows): New arg to select-window.
7504         (Selecting Windows): Add with-selected-window.
7505         (Size of Window): Add window-inside-edges, etc.
7507         * internals.texi (Garbage Collection): Add post-gc-hook.
7509         * processes.texi (Subprocess Creation): Add exec-suffixes.
7511         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7512         (Scanning Keymaps): Add map-keymaps.
7513         (Defining Menus): Add keymap-prompt.
7515         * numbers.texi (Integer Basics): Add most-positive-fixnum,
7516         most-negative-fixnum.
7518         * compile.texi (Byte Compilation): Explain no-byte-compile
7519         (Compiler Errors): New node.
7521         * os.texi (User Identification): user-uid, user-real-uid
7522         can return float.
7524         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7525         and about derived modes.
7526         (Minor Modes): Add minor-mode-list.
7527         (Defining Minor Modes): Keyword args for define-minor-mode.
7528         (Search-based Fontification): Explain managing other properties.
7529         (Other Font Lock Variables): Add font-lock-extra-managed-props.
7530         (Faces for Font Lock): Add font-lock-preprocessor-face.
7531         (Hooks): Add run-mode-hooks and delay-mode-hooks.
7533         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7534         (Variable Aliases): Clarify defvaralias.
7536         * loading.texi (Library Search): Add load-suffixes.
7538         * minibuf.texi (Basic Completion): Add lazy-completion-table.
7539         (Programmed Completion): Add dynamic-completion-table.
7541         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7542         (Magic File Names): Specify precedence order of handlers.
7544         * commands.texi (Command Overview): Emacs server runs pre-command-hook
7545         and post-command-hook.
7546         (Waiting): New calling convention for sit-for.
7548         * text.texi (Special Properties): local-map and keymap properties
7549         apply based on their stickiness.
7551 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7553         * modes.texi (Minor Mode Conventions): Specify only some kinds
7554         of list values as args to minor modes.
7556         * files.texi (File Name Expansion): Warn about iterative use
7557         of substitute-in-file-name.
7559         * advice.texi (Activation of Advice): Clean up previous change.
7561 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
7563         * advice.texi (Activation of Advice): Note that ad-start-advice is
7564         turned on by default.
7566 2003-06-30  Richard M. Stallman  <rms@gnu.org>
7568         * text.texi (Buffer Contents): Document current-word.
7569         (Change Hooks): Not called for *Messages*.
7571         * functions.texi (Defining Functions): Explain about redefining
7572         primitives.
7573         (Function Safety): Renamed.  Minor changes.
7574         Comment out the detailed criteria for what is safe.
7576 2003-06-22  Andreas Schwab  <schwab@suse.de>
7578         * objects.texi (Symbol Type): Fix description of examples.
7580 2003-06-16  Andreas Schwab  <schwab@suse.de>
7582         * hash.texi (Creating Hash): Fix description of :weakness.
7584 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
7586         * files.texi (Changing Files): copy-file copies file modes, too.
7588 2003-05-28  Richard M. Stallman  <rms@gnu.org>
7590         * strings.texi (Creating Strings): Clarify split-string.
7592 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
7594         * strings.texi (Creating Strings): Update split-string specification
7595         and examples.
7597 2003-05-19  Richard M. Stallman  <rms@gnu.org>
7599         * elisp.texi: Correct invariant section names.
7601 2003-04-20  Richard M. Stallman  <rms@gnu.org>
7603         * os.texi (Timers): Explain about timers and quitting.
7605 2003-04-19  Richard M. Stallman  <rms@gnu.org>
7607         * internals.texi (Writing Emacs Primitives): Strings are
7608         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
7609         Explain GCPRO convention for varargs function args.
7611 2003-04-16  Richard M. Stallman  <rms@gnu.org>
7613         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7615 2003-04-08  Richard M. Stallman  <rms@gnu.org>
7617         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7619 2003-02-13  Kim F. Storm  <storm@cua.dk>
7621         * objects.texi (Character Type): New \s escape for space.
7623 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
7625         * os.texi (System Environment): Added cygwin system-type.
7627 2003-01-25  Richard M. Stallman  <rms@gnu.org>
7629         * keymaps.texi: Document that a symbol can act as a keymap.
7631 2003-01-13  Richard M. Stallman  <rms@gnu.org>
7633         * text.texi (Changing Properties): Say string indices are origin-0.
7635         * positions.texi (Screen Lines) <compute-motion>:
7636         Correct order of elts in return value.
7638         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7639         how to define a default binding.
7641 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
7643         * loading.texi (Unloading): Fix recent change for load-history.
7645         * customize.texi (Simple Types): Clarify description of custom
7646         type 'number.  Describe new custom type 'float.
7648 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
7650         * variables.texi (File Local Variables): Fix typo.
7652 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7654         From Michael Albinus <Michael.Albinus@alcatel.de>.
7656         * README: Target for Info file is `make info'.
7658         * files.texi (File Name Components): Fixed typos in
7659         `file-name-sans-extension'.
7660         (Magic File Names): Complete list of operations for magic file
7661         name handlers.
7663 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
7665         * variables.texi (File Local Variables): New function
7666         risky-local-variable-p.
7668 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
7670         * functions.texi (Function safety): New node about unsafep.
7672 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7674         * customize.texi (Splicing into Lists): Fixed example.
7675         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7677 2002-06-17  Juanma Barranquero  <lektu@terra.es>
7679         * frames.texi (Display Feature Testing): Fix typo.
7681 2002-06-12  Andreas Schwab  <schwab@suse.de>
7683         * frames.texi (Initial Parameters, Resources): Fix references to
7684         the Emacs manual.
7686 2002-05-13  Kim F. Storm  <storm@cua.dk>
7688         * variables.texi (Intro to Buffer-Local): Updated warning and
7689         example relating to changing buffer inside let.
7691 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
7693         * os.texi (Session Management): New node about X Session management.
7695 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
7697         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
7698         to which the manual corresponds, and the copyright years.
7700         * Makefile.in (VERSION): Set to 2.9.
7702 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
7704         * elisp.texi: Change the category in @dircategory to "Emacs", to
7705         make it consistent with info/dir.
7707 2001-11-25  Miles Bader  <miles@gnu.org>
7709         * text.texi (Fields): Describe new `limit' arg in
7710         field-beginning/field-end.
7712 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
7714         * permute-index: Don't depend on csh-specific features.  Replace
7715         the interpreter name with /bin/sh.
7717         * two-volume-cross-refs.txt: New file.
7718         * two.el: New file.
7719         * spellfile: New file.
7721 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
7723         * permute-index: New file.
7725         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7726         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7727         8+3 restricted namespace.
7729         * Makefile.in (infodir): Define relative to $(srcdir).
7730         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7731         include directories list via -I switch to makeinfo.
7732         (index.texi): Use cp if both hard and symbolic links fail.
7734 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
7736         * Makefile.in (distclean): Add.
7738         The following changes make ELisp manual part of the Emacs
7739         distribution:
7741         * Makefile.in: Add Copyright notice.
7742         (prefix): Remove.
7743         (infodir): Change value to "../info".
7744         (VPATH): New variable.
7745         (MAKE): Don't define.
7746         (texmacrodir): Don't define.
7747         (texinputdir): Append the existing value of TEXINPUTS.
7748         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
7749         command to be compatible with man/Makefile.in, and to put the
7750         output into ../info.
7751         (info): Add target.
7752         (installall): Target removed.
7754 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
7756         * tips.texi (Coding Conventions): Fix typo.
7758 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
7760         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7762 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
7764         * files.texi (File Name Components): Update the description of
7765         file-name-sans-extension and file-name-extension, as they now
7766         ignore leading dots.
7768 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7770         * (Version 21.1 released.)
7772 2001-10-19  Miles Bader  <miles@gnu.org>
7774         * positions.texi (Text Lines): Describe behavior of
7775         `beginning-of-line'/`end-of-line' in the presence of field properties.
7777 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
7779         * Makefile.in (VERSION): Set to 2.8.
7780         (manual): Use `manual-21'.
7782         * elisp.texi (VERSION): Add and use it where the version
7783         number was used.  Set it to 2.8.
7785         * intro.texi: Likewise.
7787 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7789         * files.texi (File Name Completion): Document the significance of
7790         a trailing slash in elements of completion-ignored-extensions.
7792 2001-10-06  Miles Bader  <miles@gnu.org>
7794         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7796 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
7798         * variables.texi (Variable Aliases): New node.
7800 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
7802         * Branch for 21.1.
7804 2001-10-02  Miles Bader  <miles@gnu.org>
7806         * minibuf.texi (Minibuffer Misc): Add entries for
7807         `minibuffer-contents', `minibuffer-contents-no-properties', and
7808         `delete-minibuffer-contents'.
7809         Correct description for `minibuffer-prompt-end'.
7811         * text.texi (Property Search): Correct descriptions of
7812         `next-char-property-change' and `previous-char-property-change'.
7813         Add entries for `next-single-char-property-change' and
7814         `previous-single-char-property-change'.
7815         Make operand names a bit more consistent.
7817 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
7819         * frames.texi (Finding All Frames): Document that next-frame and
7820         previous-frame are local to current terminal.
7822 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
7824         * keymaps.texi (Creating Keymaps): Fix the description of the
7825         result of make-keymap.
7827 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
7829         * display.texi (Font Lookup, Attribute Functions)
7830         (Image Descriptors): Add cross-references to the definition of
7831         selected frame.
7833         * buffers.texi (The Buffer List): Add cross-references to the
7834         definition of selected frame.
7836         * frames.texi (Input Focus): Clarify which frame is _the_ selected
7837         frame at any given time.
7838         (Multiple Displays, Size and Position): Add a cross-reference to
7839         the definition of the selected frame.
7841 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
7843         * strings.texi (String Conversion) <string-to-number>: Document
7844         that a float is returned for integers that are too large.
7846         * frames.texi (Mouse Position): Document mouse-position-function.
7847         (Display Feature Testing): Document display-images-p.
7848         (Window Frame Parameters): Document the cursor-type variable.
7850         * numbers.texi (Integer Basics): Document CL style read syntax for
7851         integers in bases other than 10.
7853         * positions.texi (List Motion): Document
7854         open-paren-in-column-0-is-defun-start.
7856         * lists.texi (Sets And Lists): Document member-ignore-case.
7858         * internals.texi (Garbage Collection): Document the used and free
7859         strings report.
7860         (Memory Usage): Document strings-consed.
7862         * os.texi (Time of Day): Document float-time.
7863         (Recording Input): Document that clear-this-command-keys clears
7864         the vector to be returned by recent-keys.
7866         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7867         argument keymap can be a list.
7869         * nonascii.texi (User-Chosen Coding Systems)
7870         <select-safe-coding-system>: Document the new argument
7871         accept-default-p and the variable
7872         select-safe-coding-system-accept-default-p.  Tell what happens if
7873         buffer-file-coding-system is undecided.
7874         (Default Coding Systems): Document auto-coding-regexp-alist.
7876         * display.texi (The Echo Area) <message>: Document
7877         message-truncate-lines.
7878         (Glyphs): Document that the glyph table is unused on windowed
7879         displays.
7881         * help.texi (Describing Characters) <single-key-description>:
7882         Document the new argument no-angles.
7883         (Accessing Documentation) <documentation-property>: Document that
7884         a non-string property is evaluated.
7885         <documentation>: Document that the function-documentation property
7886         is looked for.
7888         * windows.texi (Selecting Windows): Document some-window.
7890         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7892         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7893         apropos-mode-hook.
7895         * commands.texi (Using Interactive): Document interactive-form.
7896         (Keyboard Macros): Document kbd-macro-termination-hook.
7897         (Command Loop Info): Document that clear-this-command-keys clears
7898         the vector to be returned by recent-keys.
7900 2001-09-04  Werner LEMBERG  <wl@gnu.org>
7902         * Makefile.in (srcdir, texinputdir): New variables.
7903         (srcs, index.texi, install): Use $(srcdir).
7904         (.PHONY): Remove elisp.dvi.
7905         (elisp): Use -I switch for makeinfo.
7906         (elisp.dvi): Use $(srcdir) and $(texinputdir).
7907         (installall, dist): Use $(srcdir).
7908         Fix path to texinfo.tex.
7909         (maintainer-clean): Add elisp.dvi and elisp.oaux.
7911 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
7913         * display.texi (Conditional Display): Adjust to API change.
7915         * configure: New file.
7917 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
7919         * commands.texi (Repeat Events): Add description of
7920         double-click-fuzz.
7922 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
7924         * syntax.texi (Syntax Class Table): Add the missing designator for
7925         comment and string fences.
7926         (Syntax Properties): Add a xref to syntax table internals.
7927         (Syntax Table Internals): Document string-to-syntax.
7929 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
7931         * Makefile.in (install): Use install-info command line options
7932         like in Emacs' Makefile.in.
7934 2000-12-09  Miles Bader  <miles@gnu.org>
7936         * windows.texi (Window Start): Update documentation for
7937         `pos-visible-in-window-p'.
7939 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7941         * lists.texi (Building Lists): Add footnote to explain how to add
7942         to the end of a list.
7944 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7946         * files.texi (Visiting Functions): Typos.
7948 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
7950         * files.texi (Visiting Functions): Return value of
7951         find-file-noselect may be a list of buffers if wildcards are used.
7953 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7955         * display.texi (Defining Faces): Document `graphic' display type
7956         in face specs.
7958 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7960         * hooks.texi (Standard Hooks): Replace obsolete
7961         `after-make-frame-hook' with `after-make-frame-functions'.
7963         * frames.texi (Creating Frames): Ditto.
7965         * variables.texi (Future Local Variables): Ditto.
7967 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7969         * display.texi (Other Image Types): Add description of :foreground
7970         and :background properties of mono PBM images.
7972 2000-08-17  Werner LEMBERG  <wl@gnu.org>
7974         * .cvsignore: New file.
7976 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
7978         * tindex.pl: New script.
7980 1999-12-03  Dave Love  <fx@gnu.org>
7982         * Makefile.in (MAKEINFO): New parameter.
7984 1999-09-17  Richard Stallman  <rms@gnu.org>
7986         * Makefile.in (srcs): Add hash.texi.
7987         (VERSION): Update to 20.6.
7989 1999-09-13  Richard Stallman  <rms@gnu.org>
7991         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7993 1998-08-29  Karl Heuer  <kwzh@gnu.org>
7995         * configure.in: New file.
7996         * Makefile.in: Renamed from Makefile.
7997         (prefix, infodir): Use value obtained from configure.
7998         (emacslibdir): Obsolete variable deleted.
7999         (dist): Distribute configure.in, configure, Makefile.in.
8001 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8003         * Makefile (INSTALL_INFO): New variable.
8004         (install): Run install-info.
8006 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8008         * Makefile (elisp.dvi): Add missing backslash.
8010 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
8012         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8013         Run texindex without `./'.  Always run texindex on elisp.tp.
8014         (elisp.tps): Target deleted.
8016 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
8018         * Makefile (srcs): Add nonascii.texi and customize.texi.
8019         (dist): Start by deleting `temp'.
8021 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
8023         * Makefile (makeinfo, texindex): Targets deleted.
8024         (makeinfo.o, texindex.o): Targets deleted.
8025         (clean, dist): Don't do anything with them or with getopt*.
8027 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
8029         * Makefile (SHELL): Defined.
8031 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
8033         * Makefile (elisp.tps): New target.
8034         (elisp.dvi): Depend on elisp.tps.
8036 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8038         * README: Update phone number.
8040         * Makefile (elisp): Make this be the default target.
8041         Depend on makeinfo.c instead of makeinfo.
8042         (install): Don't depend on elisp.dvi, since we don't install that.
8043         Use mkinstalldirs.
8044         (dist): Add mkinstalldirs.
8046 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8048         * Makefile (VERSION): Update version number.
8049         (maintainer-clean): Renamed from realclean.
8051 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8053         * Makefile (realclean): New target.
8054         (elisp): Remove any old elisp-* files first.
8056 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
8058         * Makefile (VERSION): New variable.
8059         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8060         Compressed file suffix should be `.gz', not `.z'.
8062 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8064         * Makefile (elisp): Depend on makeinfo.
8066 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
8068         * Makefile (srcs): Add anti.texi.
8070 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8072         * Makefile (infodir, prefix): New vars.
8073         (install): Use infodir.
8074         (emacsinfodir): Deleted.
8076 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8078         * Makefile (srcs): Add calendar.texi.
8080         * Makefile (dist): Copy texindex.c and makeinfo.c.
8081         Limit elisp-* files to those with one or two digits.
8083 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8085         * Makefile (dist): Changed to use Gzip instead of compress.
8087 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8089         * loading.texi (Unloading): define-function changed back to
8090         defalias.  It may not stay this way, but at least it's
8091         consistent with the known-good version of the code patch.
8093 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
8095         * modes.texi (Hooks): Document new optional arg of add-hook.
8097 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8099         * variables.texi: Document nil initial value of buffer-local variables.
8101         * tips.texi: Add new section on standard library headers.
8103 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8105         * Makefile (srcs): Add frame.texi to the list of sources.
8107 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8109         * Makefile (dist): Don't bother excluding autosave files; they'll
8110         never make it into the temp directory anyway, and the hash marks
8111         in the name are problematic for make and the Bourne shell.
8112         (srcs):
8114 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8116         * Makefile (dist): Don't include backup files or autosave files in
8117         the distribution tar file.
8119 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8121         * Makefile (srcs): Added index.perm.
8122         (elisp.dvi): Remove erroneous shell comment.
8123         Expect output of permute-index in permuted.fns.
8124         Save old elisp.aux in elisp.oaux.
8125         (clean): Added index.texi to be deleted.
8127 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8129         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8131 1990-06-26  David Lawrence  (tale@geech)
8133         * files.texi: Noted that completion-ignored-extensions is ignored
8134         when making *Completions*.
8136 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
8138         * Makefile  make dist now depends on elisp.dvi, since it tries
8139         to include it in the dist file.
8141 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
8143         * functions.texinfo (Mapping Functions): Add missing quote.
8145 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8147         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8148         (defunargs): Turn off \hyphenchar of \sl font temporarily.
8150 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8152         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8153         and @error{} are the terms now being used.  The files in the
8154         directory have been changed to reflect this.
8156         * All instances of @indentedresultt{} have been changed to
8157         `     @result{}', using 5 spaces at the begining of the line.
8159 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8161         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8162         experimental @indentedresult{}, @indentedexpandsto{} are part of
8163         the texinfo.tex in this directory.  These TeX macros are not
8164         stable yet.
8166 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8168         * texinfo.tex: Temporarily added
8169                 \let\result=\dblarrow
8170                 \def\error{{\it ERROR} \longdblarrow}
8171         We need to do this better soon.
8173 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8175         * Applied Karl Berry's patches to *.texinfo files, but not to
8176         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
8177         new title page format is also not applied, since it requires
8178         texinfo.tex changes.)
8180         * Cleaned up `Makefile' and defined the `emacslibdir' directory
8181         for the Project GNU development environment.
8183 ;; Local Variables:
8184 ;; coding: utf-8
8185 ;; add-log-time-zone-rule: t
8186 ;; End:
8188     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8189       2007, 2008, 2009  Free Software Foundation, Inc.
8191   This file is part of GNU Emacs.
8193   GNU Emacs is free software: you can redistribute it and/or modify
8194   it under the terms of the GNU General Public License as published by
8195   the Free Software Foundation, either version 3 of the License, or
8196   (at your option) any later version.
8198   GNU Emacs is distributed in the hope that it will be useful,
8199   but WITHOUT ANY WARRANTY; without even the implied warranty of
8200   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8201   GNU General Public License for more details.
8203   You should have received a copy of the GNU General Public License
8204   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8206 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda