* os.texi (Time of Day): Clarify that the microsecond part is
[emacs.git] / doc / lispref / ChangeLog
blob833ff8b57ff97b60dacacf7c8926bf3f6287d4a4
1 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
3         * os.texi (Time of Day): Clarify that the microsecond part is
4         ignored (Bug#4637).
6 2009-10-11  Glenn Morris  <rgm@gnu.org>
8         * frames.texi (Size and Position): Clarify what is included in the frame
9         height.  (Bug#4535)
11 2009-10-10  Glenn Morris  <rgm@gnu.org>
13         * windows.texi (Size of Window): The relationship between window and
14         frame heights is not so simple.  (Bug#4535)
15         Mention window-full-height-p.
17 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
20         used from Lisp.
22 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
24         * files.texi (Directory Names) <abbreviate-file-name>:
25         Document that root home directories are not replaced with "~".
27 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
29         * text.texi (Special Properties): Document the meaning of the
30         `cursor' text property whose value is an integer.
32 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
34         * files.texi (Magic File Names): Add `copy-directory'.
36 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
38         * files.texi (File Attributes): Fix description of file
39         attributes.  (Bug#4638) Update attributes of files.texi example to
40         be more representative.
42 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
44         * files.texi (Create/Delete Dirs): New command copy-directory.
46 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
48         * anti.texi (Antinews):
49         * macros.texi (Indenting Macros):
50         * strings.texi (Creating Strings, Case Conversion):
51         Remove duplicate words.
53 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
55         * files.texi (Create/Delete Dirs): delete-directory has an
56         optional parameter RECURSIVE.
58 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * buffers.texi (Swapping Text): Minor clarification.
62 2009-10-01  Glenn Morris  <rgm@gnu.org>
64         * functions.texi (Declaring Functions): Mention that we also search for
65         ".m" files in the src/ directory.
67 2009-09-25  David Engster  <deng@randomsample.de>
69         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
71 2009-09-22  Glenn Morris  <rgm@gnu.org>
73         * internals.texi (Building Emacs): Mention preloaded-file-list.
75 2009-09-14  Alan Mackenzie  <acm@muc.de>
77         * os.texi (Terminal Output): Put "@code{}" around "stdout".
79 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
81         * functions.texi (Anonymous Functions): Rearrange discussion,
82         giving usage of unquoted lambda forms first.  Mention that
83         `function' and `#'' are no longer required (Bug#4290).
85 2009-09-11  Alan Mackenzie  <acm@muc.de>
87         * os.texi (Terminal Output): Document `send-string-to-terminal' in
88         batch mode.
90 2009-09-01  Glenn Morris  <rgm@gnu.org>
92         * display.texi (Face Functions): Mention define-obsolete-face-alias.
94 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
96         * nonascii.texi (Character Codes): Fix typos.
98 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
100         * processes.texi (Synchronous Processes): New defvar
101         process-file-side-effects.
103 2009-08-25  Glenn Morris  <rgm@gnu.org>
105         * display.texi (Fontsets): Fix typo.
107         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
109 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * processes.texi (Asynchronous Processes): Adjust arglist of
112         start-process-shell-command and start-file-process-shell-command.
114 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
116         * advice.texi (Argument Access in Advice): Note that argument
117         positions are zero-based (Bug#3932).
119         * commands.texi (Distinguish Interactive): Minor copyedit.
121         * display.texi (Face Attributes): Add xref to Displaying Faces for
122         explanation of "underlying face".
124         * customize.texi (Common Keywords): Add xref to Loading.
126         * loading.texi (How Programs Do Loading): Add xref to Lisp
127         Libraries node in the Emacs manual.
129 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
131         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
133 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
135         * processes.texi (Shell Arguments): Copyedits.
137 2009-07-18  Glenn Morris  <rgm@gnu.org>
139         * loading.texi (Repeated Loading): Fix typo.
141 2009-07-16  Richard Stallman  <rms@gnu.org>
143         * buffers.texi (Swapping Text): Recommend setting
144         write-region-annotate-functions and buffer-saved-size.
146         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
148 2009-07-15  Glenn Morris  <rgm@gnu.org>
150         * edebug.texi: Minor re-phrasings throughout.
151         (Edebug Execution Modes): Sit-for affects continue mode too.
152         (Jumping): Use `forward-sexp' rather than its keybinding.
153         (Edebug Misc): Fix Q binding.
154         (Edebug Eval): Remove cl version.
155         (Printing in Edebug): Clarify print-length etc.
156         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
157         (Specification List): Remove edebug-unwrap findex entry.
158         (Specification Examples): defmacro is actually not the same as defun.
159         Escape "`" in example.
161 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
163         * markers.texi (The Mark): Document optional arg to
164         deactivate-mark.
166 2009-07-11  Kevin Ryde  <user42@zip.com.au>
168         * hooks.texi (Standard Hooks): Fix cross-references.
170         * loading.texi (Named Features): Refer to eval-after-load.
172 2009-07-11  Glenn Morris  <rgm@gnu.org>
174         * Makefile.in (TEXI2PDF): New.
175         (elisp.pdf): New target.
177         * searching.texi (Regexp Backslash): Fix typo.
179         * elisp.texi (Top): Display copyright notice at start of non-TeX.
181 2009-07-10  Glenn Morris  <rgm@gnu.org>
183         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
185         * customize.texi (Customization Types):
186         * display.texi (Abstract Display):
187         * objects.texi (Character Type, String Type):
188         Merge in some menu descriptions from elisp.texi.
190         * hash.texi (Hash Tables):
191         * modes.texi (Multiline Font Lock):
192         End menu description with period.
194 2009-07-09  Glenn Morris  <rgm@gnu.org>
196         * back.texi: Don't hard-code texinfo location.
198         * two-volume.make (texinfodir): New, with location of texinfo.tex.
199         (tex): Add texinfodir to TEXINPUTS.
200         (elisp1med-init, elisp2med-init): Use texinfodir.
202         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
203         (clean): Add two-volume.make intermediate files.
205         * elisp.texi, vol1.texi, vol2.texi:
206         Use a DATE variable with the publication date, and update it.
207         Fix antinews menu description.
209         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
210         Update the detailed node listing to match elisp.texi.
212         * README: Update edition to match elisp.texi.
214         * objects.texi (General Escape Syntax):
215         * nonascii.texi (Character Sets):
216         Use consistent case for "Unicode Standard".
218         * anti.texi (Antinews):
219         * customize.texi (Variable Definitions):
220         * functions.texi (Declaring Functions):
221         * nonascii.texi (Character Properties):
222         * processes.texi (Serial Ports):
223         * text.texi (Special Properties):
224         * tips.texi (Coding Conventions):
225         Minor rearrangements to improve TeX line-filling.
227         * commands.texi (Using Interactive): Fix cross-reference.
229 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
231         * frames.texi (Management Parameters): Mention sticky.
233 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
235         * help.texi (Help Functions): Fix description of help-buffer and
236         help-setup-xref to use @defun instead of @deffn.
238 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
240         * frames.texi (Size Parameters): Mention maximized for fullscreen.
242 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
244         * display.texi (Window Systems): Add ns to the list.
246 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
248         * Branch for 23.1.
250 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
252         * windows.texi (Dedicated Windows): Fix typo.
253         (Resizing Windows): Replace @defun by @deffn.
255 2009-06-17  Glenn Morris  <rgm@gnu.org>
257         * variables.texi (Directory Local Variables):
258         Update for 2009-04-11 name-change of dir-locals-directory-alist.
260 2009-06-09  Kenichi Handa  <handa@m17n.org>
262         * nonascii.texi (Character Sets): State clearly that FROM and TO
263         are codepoints of CHARSET.
265 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
267         * minibuf.texi (Reading File Names): Fix introductory text.
268         Suggested by stan@derbycityprints.com.
269         (High-Level Completion): Fix typo.
271 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
273         * frames.texi (Text Terminal Colors): Multi-tty is already
274         implemented, but tty-local colors are not.
276 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
278         * hooks.texi (Standard Hooks): Remove mention of obsolete
279         redisplay-end-trigger-functions.
281         * internals.texi (Window Internals): Remove mention of obsolete
282         redisplay-end-trigger-functions.
284 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
286         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
288         * backups.texi (Making Backups): backup-directory-alist and
289         make-backup-file-name-function are options.
290         (Auto-Saving): auto-save-list-file-prefix is an option.
292         * buffers.texi (Killing Buffers): buffer-offer-save is an
293         option.
295         * display.texi (Refresh Screen): no-redraw-on-reenter is an
296         option.
297         (Echo Area Customization): echo-keystrokes is an option.
298         (Selective Display): selective-display-ellipses is an option.
299         (Temporary Displays): temp-buffer-show-function is an option.
300         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
301         are options.
302         (Font Selection): face-font-family-alternatives,
303         face-font-selection-order, face-font-registry-alternatives, and
304         scalable-fonts-allowed are options.
305         (Fringe Indicators): indicate-buffer-boundaries is an option.
306         (Fringe Cursors): overflow-newline-into-fringe is an option.
307         (Scroll Bars): scroll-bar-mode is an option.
309         * eval.texi (Eval): max-lisp-eval-depth is an option.
311         * files.texi (Visiting Functions): find-file-hook is an option.
312         (Directory Names): directory-abbrev-alist is an option.
313         (Unique File Names): temporary-file-directory and
314         small-temporary-file-directory are options.
316         * frames.texi (Initial Parameters): initial-frame-alist,
317         minibuffer-frame-alist and default-frame-alist are options.
318         (Cursor Parameters): blink-cursor-alist and
319         cursor-in-non-selected-windows ar options.
320         (Window System Selections): selection-coding-system is an
321         option.
322         (Display Feature Testing): display-mm-dimensions-alist is an
323         option.
325         * help.texi (Help Functions): help-char and help-event-list are
326         options.
328         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
329         an option.
331         * minibuf.texi (Minibuffer History): history-length and
332         history-delete-duplicates are options.
333         (High-Level Completion): read-buffer-function and
334         read-buffer-completion-ignore-case are options.
335         (Reading File Names): read-file-name-completion-ignore-case is
336         an option.
338         * modes.texi (Mode Line Top): mode-line-format is an option.
339         (Mode Line Variables): mode-line-position and mode-line-modes
340         are options.
342         * nonascii.texi (Text Representations):
343         enable-multibyte-characters is an option.
344         (Default Coding Systems): auto-coding-regexp-alist,
345         file-coding-system-alist, auto-coding-alist and
346         auto-coding-functions are options.
347         (Specifying Coding Systems): inhibit-eol-conversion is an
348         option.
350         * os.texi (Init File): site-run-file is an option.
351         (System Environment): mail-host-address is an option.
352         (User Identification): user-mail-address is an option.
353         (Terminal Output): baud-rate is an option.
355         * positions.texi (Word Motion): words-include-escapes is an
356         option.
358         * searching.texi (Standard Regexps): page-delimiter,
359         paragraph-separate, paragraph-separate and sentence-end are
360         options.
362         * text.texi (Margins): left-margin and fill-nobreak-predicate
363         are options.
365         * variables.texi (Local Variables): max-specpdl-size is an
366         option.
368         * windows.texi (Choosing Window):
369         split-window-preferred-function, special-display-function and
370         display-buffer-function are options.
372 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
374         Fix errors spotted by Martin Rudalics.
376         * syntax.texi (Position Parse): Document rationale for ignored
377         arguments to syntax-ppss-flush-cache.
379         * processes.texi (Input to Processes): Mark PROCESS arg to
380         process-running-child-p as optional.
381         (Network Options): Document NO-ERROR arg to
382         set-network-process-option.
384         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
385         command.
387         * searching.texi (POSIX Regexps): Mark posix-search-forward and
388         posix-search-backward as commands.
390         * os.texi (Killing Emacs): Mark kill-emacs as a command.
391         (Suspending Emacs): Mark suspend-emacs as a command.
392         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
393         commands.
394         (Terminal Output): Remove obsolete function baud-rate.  Document
395         TERMINAL arg for send-string-to-terminal.
397         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
398         terminal-coding-system and set-terminal-coding-system.
399         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
400         as optional.
401         (Character Sets): Document RESTRICTION arg of char-charset.
402         (Character Codes): Mark POS argument to get-byte as optional.
404         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
405         minibuffer-message.
407         * files.texi (Create/Delete Dirs): Mark make-directory and
408         delete-directory as commands.
410         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
412         * text.texi (Base 64): Mark base64-decode-string and
413         base64-encode-string as commands.
414         (Columns): Mark move-to-column as a command.
415         (Mode-Specific Indent): Document RIGID arg to
416         indent-for-tab-command.
417         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
418         Mark indent-code-rigidly as a command.
419         (Substitution): Mark translate-region as a command.
421         * frames.texi (Size and Position): Remove obsolete functions
422         screen-height and screen-width.
424 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
426         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
427         (Displaying Buffers, Resizing Windows): Correct mistakes;
428         next-window, previous-window, and pop-to-buffer are not commands,
429         and fit-window-to-buffer" is a command.  (Pointed out by Martin
430         Rudalics.)
432 2009-05-17  Richard M Stallman  <rms@gnu.org>
434         * modes.texi (Precalculated Fontification): Clarify text.
436 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
438         * windows.texi (Selecting Windows): Clarify descriptions of
439         with-selected-window and get-lru-window.
440         (Cyclic Window Ordering): Refer to particular frame when talking
441         about how splitting affects the ordering.
442         (Displaying Buffers): Fix descriptions of switch-to-buffer and
443         switch-to-buffer-other-window.  Explain how setting of
444         display-buffer-reuse-frames affects pop-to-buffer.
445         (Choosing Window): Clarify some details in descriptions of
446         display-buffer-reuse-frames, pop-up-frames, and
447         pop-up-frame-function.
448         (Dedicated Windows): Clarify some details.
449         (Textual Scrolling): Replace term vscroll by term vertical
450         scroll position.
451         (Vertical Scrolling): Fix typo.
452         (Window Hooks): Relate text on jit-lock-register to window
453         scrolling and size changes.
455 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
457         * frames.texi (Initial Parameters): Clarify what the initial
458         minibuffer frame is.
459         (Buffer Parameters): Note that the minibuffer parameter can not be
460         altered.
462         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
463         Document display-buffer changes.
465 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
467         * anti.texi (Antinews): Rewrite for Emacs 22.
469         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
470         obarrays are first mentioned.  Define "system abbrev" more
471         prominently, and add it to the index.
472         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
473         Copyedits.
474         (Abbrev Expansion): Document abbrev-insert.
476 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
478         * frames.texi (Font and Color Parameters): Rename from Color
479         Parameters.  Document font-backend parameter.
481         * vol2.texi (Top): Update node listing.
482         * vol1.texi (Top): Update node listing.
483         * elisp.texi (Top): Update node listing.
485 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
487         * windows.texi (Choosing Window): Don't explicitly refer to
488         split-window-sensibly's window argument in descriptions of
489         split-height-threshold and split-width-threshold.
491 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
493         * windows.texi (Choosing Window): Fix rewrite of window
494         splitting section.
496 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
498         * nonascii.texi (Default Coding Systems): Document
499         find-auto-coding, set-auto-coding, and auto-coding-alist.  Add
500         indexing.
501         (Lisp and Coding Systems): Add index entries.
503 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
505         * windows.texi (Choosing Window): Describe split-window-sensibly
506         and rewrite section on window splitting accordingly.
507         (Textual Scrolling): Replace `...' by @code{...}.
509 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
511         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
512         Remove obsoleted pre-abbrev-expand-hook.
514         * locals.texi (Standard Buffer-Local Variables): Consolidate table
515         entries.
517         * internals.texi (Object Internals): Don't assume 32-bit machines
518         are the norm.
519         (Buffer Internals): Consolidate table entries for readability.
520         (Window Internals): Synch field names to window.h.
521         (Process Internals): Synch field names to process.h.
523 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
525         * variables.texi (File Local Variables): Note that read-circle is
526         bound to nil when reading file-local variables.
528         * streams.texi (Input Functions): Document read-circle.
529         (Output Variables): Add xref to Circular Objects.
531 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
533         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
534         Features and Coding System Basics.  Node that "p" stands for
535         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
536         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
537         mouse-appearance-menu.
538         (Programming Tips): Add xref to Progress.
540 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
542         * os.texi (Command-Line Arguments): Document
543         command-line-args-left.
544         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
545         terminal objects for tty arguments.
546         (Startup Summary): Add xref to Session Management.
547         (Session Management): Mention emacs-session-restore.  Copyedits.
549 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
551         * os.texi (Startup Summary): Copyedits.  The init file is not
552         necessarily named .emacs now.  Document initial-buffer-choice and
553         initial-scratch-message.  Note where Emacs exits in batch mode.
554         Document inhibit-splash-screen as an alias.
555         (Init File): Be neutral about which init file name to use.
557 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
559         * os.texi (System Interface): Fix Texinfo usage.
561 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
563         * searching.texi (Regexp Backslash): Also refer to shy groups as
564         non-capturing or unnumbered groups.
565         (Regexp Functions): Add cross-reference to Regexp Backslash.
567         * display.texi (Truncation): Overlays can use line-prefix and
568         wrap-prefix too.
569         (Overlay Properties): Document wrap-prefix and line-prefix.
570         (Face Attributes): Document underline-minimum-offset.
571         (Face Remapping): Copyedits.
572         (Low-Level Font): Copyedits.
573         (Image Cache): Note that the image cache is shared between frames.
574         (Line Height): Emphasize that line-spacing only takes effect on
575         graphical terminals.
577 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
579         * display.texi (Refresh Screen): Note that a passage about screen
580         refreshing is text terminal only.
581         (Forcing Redisplay): Delete misleading comment---sit-for calls
582         redisplay, not the other way around.
583         (Truncation): Note new values of truncate-partial-width-windows.
584         Copyedits.
585         (Invisible Text): Document invisible-p.
587 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
589         * display.texi (Overlays): Overlays don't scale well.  See
590         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
592 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
594         * syntax.texi (Syntax Table Functions): Document cons cell
595         argument for modify-syntax-entry.
596         (Categories): Document cons cell argument for
597         modify-category-entry.
599         * searching.texi (String Search): Document word-search-forward-lax
600         and word-search-backward-lax.
601         (Searching and Case): Describe isearch behavior more precisely.
603         * keymaps.texi (Tool Bar): Mention that some platforms do not
604         support multi-line toolbars.  Suggested by Stephen Eglen.
606         * frames.texi (Layout Parameters): Mention that Nextstep also
607         allows only one tool-bar line.  Suggested by Stephen Eglen.
609         * nonascii.texi (Text Representations): Copyedits.
610         (Coding System Basics): Also mention utf-8-emacs.
611         (Converting Representations, Selecting a Representation)
612         (Scanning Charsets, Translation of Characters, Encoding and I/O):
613         Copyedits.
614         (Character Codes): Mention role of codepoints 1114112 to 4194175.
616 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
618         * text.texi (Yank Commands): Note that yank uses push-mark.
619         (Filling): Clarify REGION argument of fill-paragraph.  Document
620         fill-forward-paragraph-function.
621         (Special Properties): Remove "new in Emacs 22" declaration.
622         (Clickable Text): Merge with Links and Mouse-1 node.
624         * display.texi (Button Properties, Button Buffer Commands): Change
625         xref to Clickable Text.
627         * tips.texi (Key Binding Conventions): Change xref to Clickable
628         Text.
630         * elisp.texi (Top): Update node listing.
632 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
634         * markers.texi (The Mark): Copyedits.  Improve description of
635         handle-shift-selection.
636         (The Region): Move use-region-p here from The Mark.
638         * positions.texi (Screen Lines): Document (cols . lines) argument
639         for vertical-motion.
641 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
643         * frames.texi (Frames): Clean up introduction.  Document `ns'
644         return value for framep.
645         (Creating Frames): Note how the terminal is chosen.
646         (Multiple Terminals, Multiple Displays): Merge into a single node.
647         (Color Parameters): Fix typo.
649         * variables.texi (Local Variables, Buffer-Local Variables)
650         (Creating Buffer-Local): Change link to Multiple Terminals.
652         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
654         * keymaps.texi (Controlling Active Maps): Change link to Multiple
655         Terminals.
657         * commands.texi (Command Loop Info, Keyboard Macros): Change link
658         to Multiple Terminals.
660         * elisp.texi (Top): Update node listing.
661         * vol2.texi (Top): Update node listing.
662         * vol1.texi (Top): Update node listing.
664         * buffers.texi (Current Buffer): Note that the append-to-buffer
665         example is no longer in synch with the latest code.  Tie the two
666         examples together.
668         * files.texi (File Attributes): Move note about MS-DOS from
669         Changing Files to File Attributes.
670         (Create/Delete Dirs): Note that mkdir is an alias for this.
672 2009-04-01  Markus Triska  <triska@gmx.at>
674         * processes.texi (Filter Functions): Suggest how to handle output
675         batches.
677 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
679         * help.texi (Accessing Documentation): Update example to use
680         help-setup-xref and with-help-window.
681         (Help Functions): Remove print-help-return-message, which is
682         semi-obsolete due to with-help-window.  Document help-buffer and
683         help-setup-xref.
685 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
687         * help.texi (Accessing Documentation, Help Functions): Remove
688         information about long-obsolete Emacs versions.
690         * modes.texi (Mode Line Variables): The default values of the mode
691         line variables are now more complicated.
693 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
695         * modes.texi (Major Mode Conventions): Note that specialness is
696         inherited.
697         (Derived Modes): Note that define-derive-mode sets the mode-class
698         property.
700         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
701         goto-map.  Add search-map to the list.
703 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
705         * os.texi (System Environment): Update the list of system-type
706         values.
708         * markers.texi (The Mark) <handle-shift-selection>: Update for
709         removal of the optional argument DEACTIVATE.
711 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
713         * commands.texi (Focus Events): Most X window managers don't use
714         focus-follows-mouse nowadays.
716 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
718         * commands.texi (Defining Commands): Clarify introduction.
719         (Using Interactive): Not that interactive can be put in a symbol
720         property.
721         (Interactive Call): Note that a symbol with a non-nil
722         interactive-form property satisfies commandp.
724 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
726         * minibuf.texi (Intro to Minibuffers): Fix typos.
728 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
730         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
731         about minibuffers in old Emacs versions.  Copyedits.  Emphasize
732         that enable-recursive-minibuffers defaults to nil.
733         (Text from Minibuffer): Simplify introduction.
735 2009-03-22  Alan Mackenzie  <acm@muc.de>
737         * commands.texi (Using Interactive): Clarify string argument to
738         `interactive' - even promptless elements need \n separators.
740 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
742         * minibuf.texi (Completion Styles): New node.
744         * elisp.texi (Top): Update node listing.
746 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
748         * minibuf.texi (Basic Completion): Note that
749         read-file-name-completion-ignore-case and
750         read-buffer-completion-ignore-case can override
751         completion-ignore-case.
752         (Minibuffer Completion): Document completing-read changes.
753         (Completion Commands): Avoid mentioning partial completion mode.
754         Document minibuffer-completion-confirm changes, and
755         minibuffer-confirm-exit-commands.
756         (High-Level Completion): Document new require-match behavior for
757         read-buffer.  Document read-buffer-completion-ignore-case.
758         (Reading File Names): Document new require-match behavior for
759         read-file-name.
761 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
763         * debugging.texi (Error Debugging): Don't mislead the reader into
764         thinking that debug-on-error enters debugger for C-f at EOB.
765         (Error Debugging): Setting debug-on-init within the init file
766         works, and has for some time.
768 2009-03-13  Kenichi Handa  <handa@m17n.org>
770         * display.texi (Fontsets): Update the description.
772 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
774         * advice.texi (Advising Primitives): Link to What Is a Function.
776 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
778         * compile.texi (Speed of Byte-Code): Update example.
779         (Disassembly): Update examples.
781         * loading.texi (Repeated Loading): Simplify examples.
783         * customize.texi (Common Keywords): It's not necessary to use :tag
784         to remove hyphens, as custom-unlispify-tag-name does it
785         automatically.
786         (Variable Definitions): Link to File Local Variables.  Document
787         customized-value symbol property.
788         (Customization Types): Move menu to end of node.
790 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
792         * macros.texi (Compiling Macros): Omit misleading sentence, which
793         implied that macros can only be used in the same file they are
794         defined.
795         (Backquote): Remove obsolete information about Emacs 19.
797 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
799         * display.texi (Display Margins): Fix paren typo.
801 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
803         * elisp.texi (Top): Update node listing.
805         * variables.texi (Variables): Clarify introduction.
806         (Global Variables): Mention that setq is a special form.
807         (Local Variables): Use active voice.
808         (Tips for Defining): Mention marking variables as safe.
809         (Buffer-Local Variables): Mention terminal-local and frame-local
810         variables together.
811         (File Local Variables): Copyedits.
812         (Frame-Local Variables): Note that they are not really useful.
813         (Future Local Variables): Node deleted.
815         * objects.texi (General Escape Syntax): Update explanation of
816         unicode escape syntax.
818 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
820         * control.texi (Control Structures): Add cindex entry for "textual
821         order".
823         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
824         instead of "expression" throughout.
825         (Function Indirection): Copyedits.  Use active voice.
826         (Eval): The default value of max-lisp-eval-depth is now 400.
828 2009-02-23  Miles Bader  <miles@gnu.org>
830         * processes.texi (System Processes): Rename `system-process-attributes'
831         to `process-attributes'.
833 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
835         * symbols.texi (Property Lists): Emphasize that property lists are
836         not restricted to symbol cells.
837         (Other Plists): Copyedit.
839         * sequences.texi (Sequences Arrays Vectors): Make introduction
840         more concise.
841         (Arrays): Mention char-tables and bool-vectors too.
842         (Vectors): Don't repeat information given in Arrays node.  Link to
843         nodes that explain the vector usage examples.
844         (Char-Tables): Note that char-table elements can have arbitrary
845         type.  Explain effect of omitted char-table-extra-slots property.
846         Link to Property Lists node.
848 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
850         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
851         `append'.
852         (List Elements): Copyedits.
854         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
855         of `vconcat'.
857         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
858         Emacs 20 usage of `concat'.
859         (Case Conversion): Copyedits.
861 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
863         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
864         Minor edits.
865         (Frame Configuration Type): Emphasize that it is not primitive.
866         (Font Type): New node.
867         (Type Predicates): Add fontp; type-of now recognizes font object
868         types.
870         * intro.texi (Version Info): Update version numbers in examples.
871         (Acknowledgements): List more contributors.
873         * elisp.texi: Bump version number to 3.0.
874         (Top): Link to Font Type node.
876 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
878         * modes.texi (Major Mode Conventions): Remove duplicate words.
879         (Customizing Keywords): Fix typo.
881 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
883         * nonascii.texi (User-Chosen Coding Systems): Document that
884         select-safe-coding-system suggests raw-text if there are raw bytes
885         in the region.
886         (Explicit Encoding): Warn not to use `undecided' when encoding.
888 2009-02-11  Glenn Morris  <rgm@gnu.org>
890         * frames.texi (Visibility of Frames): Mention the effect multiple
891         workspaces/desktops can have on visibility.
893 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
895         * text.texi (Commands for Insertion):
896         * commands.texi (Event Mod):
897         * keymaps.texi (Searching Keymaps):
898         * nonascii.texi (Translation of Characters): Reinstate
899         documentation of translation-table-for-input.
900         (Explicit Encoding): Document the `charset' text property produced
901         by decode-coding-region and decode-coding-string.
903 2009-01-27  Alan Mackenzie  <acm@muc.de>
905         * modes.texi (Search-based Fontification): Correct a typo.
907 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
909         * abbrevs.texi (Abbrev Table Properties): Fix typo.
910         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
912 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
914         * display.texi (Window Systems): Document the value of
915         `initial-window-system' under --daemon.
917         * os.texi (System Environment): Remove description of the
918         `environment' function which has been deleted.
920 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
922         * frames.texi (Multiple Displays): Remove documentation for
923         removed function make-frame-on-tty.
925 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
927         * files.texi (Format Conversion Piecemeal): Clarify behavior of
928         write-region-annotate-functions.  Document
929         write-region-post-annotation-function.
931 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
933         * display.texi (Font Lookup): Document WIDTH argument of
934         x-list-fonts.
936 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
938         * maps.texi (Standard Keymaps): Rename function-key-map to
939         local-function-key-map.
941         * keymaps.texi (Translation Keymaps): Rename function-key-map to
942         local-function-key-map.
944         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
945         and `set-keyboard-coding-system' now accept an optional terminal
946         argument.
948         * commands.texi (Event Mod): `keyboard-translate-table' is now
949         terminal-local.
950         (Function Keys): Rename function-key-map to
951         local-function-key-map.
953         * elisp.texi (Top): Make @detailmenu be consistent with changes in
954         frames.texi.
956         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
957         `delete-terminal-functions', `suspend-tty-functions' and
958         `resume-tty-functions'.
960         * frames.texi (Frames): Document `frame-terminal' and
961         `terminal-live-p'.
962         (Multiple Displays): Document `make-frame-on-tty'.
963         (Multiple Terminals): Document `terminal-list', `delete-terminal',
964         `terminal-name', and `get-device-terminal'.
965         (Terminal Parameters): Document `terminal-parameters',
966         `terminal-parameter', and `set-terminal-parameter'.
968         * os.texi (System Environment): Document `environment' and
969         `initial-environment'.
970         (Suspending Emacs): Update for multi-tty; document
971         `suspend-tty', `resume-tty', and `controlling-tty-p'.
973         * nonascii.texi (Coding System Basics): More accurate description
974         of `raw-text'.
976 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
978         * display.texi (Low-Level Font): Fix typo.
980 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
982         * elisp.texi (Top): Update node listing.
984         * display.texi (PostScript Images): Node deleted.
986 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
988         * processes.texi (Decoding Output): Document that null bytes force
989         no-conversion for reading process output.
991         * files.texi (Reading from Files): Document that null bytes force
992         no-conversion when visiting files.
994         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
996         * nonascii.texi (Lisp and Coding Systems): Document
997         inhibit-null-byte-detection and inhibit-iso-escape-detection.
998         (Character Properties): Improve wording.
1000 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
1002         * display.texi (Font Lookup): Remove obsolete function
1003         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
1004         (Low-Level Font): Rename from Fonts, move to end of Faces section.
1005         (Font Selection): Reorder order of variable descriptions.  Minor
1006         clarifications.
1008         * elisp.texi (Top): Update node listing.
1010 2009-01-09  Glenn Morris  <rgm@gnu.org>
1012         * commands.texi (Command Loop Info): Say that last-command-char and
1013         last-input-char are obsolete aliases.
1015         * edebug.texi (Edebug Recursive Edit): Remove separate references to
1016         last-input-char and last-command-char, since they are just aliases for
1017         last-input-event and last-command-event.
1019         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1020         last-command-char.
1022 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1024         * elisp.texi: Update node listing.
1026         * display.texi (Faces): Put Font Selection node after Auto Faces.
1027         (Face Attributes): Don't link to Font Lookup.  Document
1028         font-family-list.
1029         (Fonts): New node.
1031 2009-01-08  Jason Rumney  <jasonr@gnu.org>
1033         * frames.texi (Pointer Shape): Clarify that only X supports
1034         changing the standard pointer shapes. (Bug#1485)
1036 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1038         * display.texi (Attribute Functions): Note that a function value
1039         :height is relative, and that compatibility functions work by
1040         calling set-face-attribute.
1041         (Displaying Faces): Reorder list in order of increasing priority.
1042         (Face Remapping): New node.  Content moved here from Displaying
1043         Faces.
1044         (Glyphs): Link to Face Functions.
1046 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1048         * display.texi (Faces): Don't discuss face id here.  facep does
1049         not return t.
1050         (Defining Faces): Minor clarification.
1051         (Face Attributes): Rearrange items to match docstring of
1052         set-face-attribute.  Add :foundry attribute.  Document new role of
1053         :font attribute.  Texinfo usage fix.
1054         (Attribute Functions): Copyedits.
1055         (Face Functions): Note that face number is seldom used.
1057 2009-01-05  Richard M Stallman  <rms@gnu.org>
1059         * strings.texi (Predicates for Strings): Minor clarification.
1061         * functions.texi (Function Safety): Texinfo usage fix.
1063 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
1065         * objects.texi (General Escape Syntax): Fix typo.
1067 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
1069         * windows.texi (Choosing Window): Say that pop-up-frame-alist
1070         works via the default value of pop-up-frame-function.
1072 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
1074         * processes.texi (System Processes): Document the `time' and
1075         `ctime' attributes of `system-process-attributes'.
1077 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
1079         * display.texi (Face Attributes): Clarify :height attribute.
1081 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
1083         * buffers.texi (The Buffer List): Clarify what moves a buffer to
1084         the front of the buffer list.  Add entries for `last-buffer' and
1085         `unbury-buffer'.
1087 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
1089         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1090         and its subsections.
1092         * frames.texi (Multiple Terminals, Low-level Terminal)
1093         (Terminal Parameters, Frames on Other TTY devices): New sections.
1094         (Frames): Add an xref to "Multiple Terminals".
1096         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1098         * objects.texi (Terminal Type): New node.
1099         (Editing Types): Add it to the menu.
1101         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1102         Variables".
1104         * variables.texi (Directory Local Variables): New node.
1105         (Variables): Add a menu item for it.
1107         * loading.texi (Autoload): Document `generate-autoload-cookie' and
1108         `generated-autoload-file'.
1110 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
1112         * os.texi (Startup Summary): Add xref to documentation of
1113         `initial-window-system'.
1115         * display.texi (Window Systems): Document `window-system' the
1116         function.  The variable `window-system' is now frame-local.
1117         Document `initial-window-system'.
1119 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
1121         * windows.texi (Windows): Rewrite description of
1122         fit-window-to-buffer.
1124 2008-12-13  Glenn Morris  <rgm@gnu.org>
1126         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
1127         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1129 2008-12-12  Glenn Morris  <rgm@gnu.org>
1131         * debugging.texi (Error Debugging): Refer forwards to
1132         eval-expression-debug-on-error.
1134 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
1136         * strings.texi (String Basics): Only unibyte strings that
1137         represent key sequences hold 8-bit raw bytes.
1139         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1140         paragraph to speak about `undecided'.
1141         (Character Properties): Don't explain the meaning of each
1142         property; instead, identify their Unicode Standard names.
1143         (Character Sets): Document `map-charset-chars'.
1145 2008-12-02  Glenn Morris  <rgm@gnu.org>
1147         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1148         section yet again.
1150 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1152         * nonascii.texi (Character Properties): New Section.
1153         (Specifying Coding Systems): Document
1154         `coding-system-priority-list', `set-coding-system-priority', and
1155         `with-coding-priority'.
1156         (Lisp and Coding Systems): Document `check-coding-systems-region'
1157         and `coding-system-charset-list'.
1158         (Coding System Basics): Document `coding-system-aliases'.
1160         * elisp.texi (Top): Add a @detailmenu entry for "Character
1161         Properties".
1163         * objects.texi (Character Type): Correct the range of Emacs
1164         characters.  Add an @xref to "Character Codes".
1166         * strings.texi (String Basics): Add an @xref to "Character Codes".
1168         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1170         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1171         (Character Codes): Document `max-char'.
1173 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
1175         * nonascii.texi (Text Representations, Converting Representations)
1176         (Character Sets, Scanning Charsets, Translation of Characters):
1177         Make text more accurate.
1179 2008-11-28  Glenn Morris  <rgm@gnu.org>
1181         * files.texi (Format Conversion Round-Trip): Improve previous change.
1183 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
1185         * modes.texi (Auto Major Mode): Fix example.
1187 2008-11-25  Glenn Morris  <rgm@gnu.org>
1189         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1191         * files.texi (Format Conversion Round-Trip):
1192         Use active voice for previous change.
1194 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1196         * os.texi (Processor Run Time):
1197         * processes.texi (Transaction Queues):
1198         * markers.texi (The Mark):
1199         * windows.texi (Choosing Window, Selecting Windows):
1200         * files.texi (Changing Files, Magic File Names):
1201         * commands.texi (Key Sequence Input):
1202         * functions.texi (Declaring Functions):
1203         * strings.texi (Predicates for Strings):
1204         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1206 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1208         * help.texi (Accessing Documentation): Update example.
1210         * variables.texi (Defining Variables): Note that `*' is not
1211         necessary if defcustom is used.
1213 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1215         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1216         Characters" from @detailmenu.
1218         * nonascii.texi (Character Codes, Character Sets)
1219         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1220         (Chars and Bytes, Splitting Characters): Sections removed.
1222 2008-11-22  Lute Kamstra  <lute@gnu.org>
1224         * positions.texi (Text Lines): Update goto-line documentation.
1226 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
1228         * frames.texi (Frames): Fix typo, add cross references, reword.
1229         (Initial Parameters): Reword special-display-frame-alist text.
1230         (Frames and Windows): Reword.  Describe argument norecord for
1231         set-frame-selected-window.
1232         (Input Focus): Describe argument norecord for select-frame.
1233         Remove comment on MS-Windows behavior for focus-follows-mouse.
1234         (Raising and Lowering): Mention windows-frames dichotomy in
1235         metaphor.
1237         * windows.texi (Displaying Buffers, Vertical Scrolling)
1238         (Horizontal Scrolling): Fix indenting and rewording issues
1239         introduced with 2008-11-07 change.
1241 2008-11-20  Glenn Morris  <rgm@gnu.org>
1243         * files.texi (Format Conversion Round-Trip): Mention `preserve'
1244         element of `format-alist'.
1246 2008-11-19  Glenn Morris  <rgm@gnu.org>
1248         * doclicense.texi: Update to FDL 1.3.
1249         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1251 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
1253         * windows.texi (Window Hooks): Remove *-end-trigger-functions
1254         vars, which are obsolete.  Mention jit-lock-register.
1256         * modes.texi (Other Font Lock Variables): Document
1257         jit-lock-register and jit-lock-unregister.
1259         * frames.texi (Color Parameters): Document alpha parameter.
1261 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
1263         * windows.texi (Splitting Windows, Deleting Windows)
1264         (Selecting Windows, Cyclic Window Ordering)
1265         (Buffers and Windows, Displaying Buffers, Choosing Window)
1266         (Dedicated Windows, Window Point, Window Start and End)
1267         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1268         (Size of Window, Resizing Windows, Window Configurations)
1269         (Window Parameters): Avoid @var at beginning of sentences and
1270         reword accordingly.
1272 2008-11-11  Lute Kamstra  <lute@gnu.org>
1274         * files.texi (File Name Components): Fix file-name-extension
1275         documentation.
1277 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1279         * frames.texi (Basic Parameters): Remove display-environment-variable
1280         and term-environment-variable.
1282 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1284         * windows.texi (Basic Windows, Splitting Windows)
1285         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1286         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
1287         (Resizing Windows, Window Configurations, Window Parameters):
1288         Fix wording and markup.
1290 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
1292         * windows.texi (Windows): Update entries.
1293         (Basic Windows): Remove listing of attributes.  Reword.
1294         (Splitting Windows, Deleting Windows): Reword.
1295         (Selecting Windows, Cyclic Window Ordering): Reword with special
1296         emphasis on order of recently selected windows and buffer list.
1297         (Buffers and Windows, Choosing Window): Reword with special
1298         emphasis on dedicated windows.
1299         (Displaying Buffers): Reword.  For switch-to-buffer mention that
1300         it may fall back on pop-to-buffer.  For other-window try to
1301         explain how it treats the cyclic ordering of windows.
1302         (Dedicated Windows): New node and section discussing dedicated
1303         windows and associated functions.
1304         (Window Point): Add entry for window-point-insertion-type.  Reword.
1305         (Window Start and End): Rename node and section title.  Reword.
1306         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1307         Minor rewording.
1308         (Size of Window): Reword, in particular text on window-width.
1309         (Resizing Windows): Reword.  Add text on balancing windows.
1310         (Window Configurations): Reword.  Mention window parameters.
1311         (Window Parameters): New node and section on window parameters.
1312         (Window Hooks): Reword.  Mention that
1313         window-configuration-change-hook is run "buffer-locally".
1314         * elisp.texi (Top): Update Windows entries in @detailmenu
1315         section.
1317 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1319         * searching.texi (Regexp Search): Fix typo.
1321 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1323         * searching.texi (Regexp Search): Document GREEDY arg.
1324         (Simple Match Data): Fix return value.
1326 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
1328         * nonascii.texi (Text Representations): Rewrite to make consistent
1329         with Emacs 23 internal representation of characters.  Document
1330         `unibyte-string'.
1332 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
1334         * processes.texi (Process Information): Note that process-status
1335         does not accept buffer names.
1337 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1339         * positions.texi (Skipping Characters): Correct return value of
1340         skip-chars-forward.
1342 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1344         * windows.texi (Deleting Windows): Update documentation of
1345         delete-windows-on.
1346         (Buffers and Windows): Update documentations of
1347         get-buffer-window and get-buffer-window-list.
1348         (Displaying Buffers): Update documentation of
1349         replace-buffer-in-windows.
1351         * buffers.texi (Current Buffer): Reword set-buffer and
1352         with-current-buffer documentations.
1353         (Creating Buffers): Reword documentation of get-buffer-create.
1355 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
1357         * buffers.texi (Current Buffer): Reword documentation of
1358         set-buffer.
1359         (Buffer Names): Reword documentation of buffer-name.
1360         (The Buffer List): For bury-buffer explain what happens with the
1361         buffer's window.
1362         (Creating Buffers): Say that get-buffer-create's arg is called
1363         buffer-or-name.
1365 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1367         * advice.texi (Computed Advice): Explain what DEFINITION is.
1369         * nonascii.texi (Character Codes): Remove obsolete function
1370         char-valid-p, and document characterp instead.
1372 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
1374         * windows.texi (Displaying Buffers): Reword documentation of
1375         pop-to-buffer.
1376         (Choosing Window): Rewrite documentation of display-buffer and
1377         its options.
1379         * buffers.texi (Killing Buffers): Update documentation of
1380         kill-buffer.
1382 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
1384         * processes.texi (Serial Ports): Fix wording and improve markup.
1386         * searching.texi (Regexp Search): Document `string-match-p' and
1387         `looking-at-p'.
1388         (POSIX Regexps): Add an xref for "non-greedy".
1389         (Regexp Special): Add @cindex entry for "non-greedy".
1391         * display.texi (Attribute Functions): Document `face-all-attributes'.
1392         (Image Cache) <image-refresh>: Minor wording fixes.
1394         * frames.texi (Color Names): Add an xref to `read-color'.
1396         * minibuf.texi (High-Level Completion): Document `read-color'.
1398         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1400         * positions.texi (Narrowing): Add an xref to "Swapping Text".
1402         * buffers.texi (Swapping Text): New section, documents
1403         `buffer-swap-text'.
1405 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
1407         * windows.texi (Resizing Windows): Minor wording fix.
1409 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1411         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1412         and `combine-and-quote-strings'.
1414         * strings.texi (Creating Strings): Add xrefs for them.
1416 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1418         * elisp.texi (Top): Make descriptive text for "Reading File Names"
1419         match the corresponding menu in minibuf.texi.
1421         * minibuf.texi (Reading File Names): Document `read-shell-command'
1422         and `minibuffer-local-shell-command-map'.
1424 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1426         * windows.texi (Resizing Windows): Remove var{} around "window" in
1427         documentation of enlarge-window.
1428         Rewrite documentation of window-min-height and window-min-width.
1430 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1432         * functions.texi (Calling Functions): Document `apply-partially'.
1434         * hooks.texi (Standard Hooks): Mention
1435         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1437         * variables.texi (File Local Variables): Document
1438         `file-local-variables-alist', `before-hack-local-variables-hook'
1439         and `hack-local-variables-hook'.
1441         * processes.texi (Synchronous Processes): Document `process-lines'.
1443         * customize.texi (Variable Definitions): Document
1444         `custom-reevaluate-setting'.
1446 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
1448         * windows.texi (Choosing Window, Deleting Windows)
1449         (Displaying Buffers): Expand documentation of dedicated windows.
1451 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1453         * files.texi (Changing Files): Document symbolic input of file
1454         modes to `set-file-modes'.  Document `read-file-modes' and
1455         `file-modes-symbolic-to-number'.
1457         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1458         and `search-map'.
1460         * searching.texi (Search and Replace): Document
1461         `replace-search-function' and `replace-re-search-function'.
1462         Document `multi-query-replace-map'.
1464         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1465         (Completion Commands, Reading File Names): Rename
1466         `minibuffer-local-must-match-filename-map' to
1467         `minibuffer-local-filename-must-match-map'.
1468         (Minibuffer Completion): The `require-match' argument to
1469         `completing-read' can now have the value `confirm-only'.
1471         * windows.texi (Displaying Buffers): Minor wording fix.
1472         (Choosing Window): `split-height-threshold' can now be nil.
1473         Document `split-width-threshold'.  `pop-up-frames' can have the
1474         value `graphic-only'.
1476 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
1478         * os.texi (Startup Summary): Document `before-init-time' and
1479         `after-init-time'.  Document `initial-window-system' and
1480         `window-system-initialization-alist'.  Document reading the
1481         abbrevs file.  Document the call to `server-start' under --daemon.
1482         Rearrange a bit to be consistent with the code flow.
1483         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1484         (Time Parsing): Document `format-seconds'.
1486 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
1488         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1489         and reword.
1491 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
1493         * markers.texi (The Mark): Document use-region-p.
1495 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
1497         * internals.texi (Writing Emacs Primitives): The interactive spec
1498         of a primitive can be a Lisp form.
1500         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1501         values of transient-mark-mode.  Document handle-shift-selection.
1503         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1504         (Interactive Examples): Show an example of `^'.
1505         (Key Sequence Input): Document this-command-keys-shift-translated.
1506         (Defining Commands, Using Interactive): The interactive-form of a
1507         function can be added via its symbol's property.
1509         * positions.texi (List Motion): beginning-of-defun-function can
1510         now accept an argument.
1512         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1513         now return a list of strings.
1515         * control.texi (Handling Errors): Document ignore-errors.
1517         * frames.texi (Creating Frames): Document frame-inherited-parameters.
1518         (Parameter Access): Document set-frame-parameter.
1520         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1521         Hooks" for the effect of kill-all-local-variables on local hook
1522         functions.
1524         * modes.texi (Major Mode Conventions, Mode Line Variables):
1525         `mode-name' need not be a string.  xref to "Mode Line Data" for
1526         details, and to "Emulating Mode Line" for computing a string
1527         value.
1529 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
1531         * processes.texi (System Processes): New section.
1532         (Processes, Signals to Processes): Add xrefs to it.
1534         * objects.texi (Editing Types): A `process' is a subprocess of
1535         Emacs, not just any process running on the OS.
1537         * elisp.texi (Top): Adjust the @detailmenu for the above two
1538         changes.
1540         * sequences.texi (Char-Tables): Remove documentation of
1541         set-char-table-default, which has no effect since Emacs 23.
1542         <char-table-range, set-char-table-range>: Don't mention generic
1543         characters and charsets.  Add a cons cell as a possible argument.
1545         * nonascii.texi (Splitting Characters)
1546         (Translation of Characters): Don't mention generic characters.
1548         * display.texi (Fontsets): Don't mention generic characters.
1550         * sequences.texi (Char-Tables): `map-char-table' can now call its
1551         argument FUNCTION with a cons cell as KEY.
1553 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
1555         * objects.texi (Primitive Function Type): Move "@cindex special
1556         forms" from here...
1558         * eval.texi (Special Forms): ...to here.
1560         * functions.texi (What Is a Function): `functionp' returns nil for
1561         special forms.  Add an xref.
1563         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1564         Variables".
1566         * variables.texi (Frame-Local Variables): New section.
1567         (Buffer-Local Variables): Add an xref to it.
1568         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1569         have both frame-local and buffer-local binding.
1571         * frames.texi (Frames): Mention multiple tty frames.
1572         (Frame Parameters, Parameter Access): Mention frame-local variable
1573         bindings.
1575 2008-09-20  Glenn Morris  <rgm@gnu.org>
1577         * display.texi (Defining Faces): Recommend against face variables.
1579 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
1581         * display.texi (Echo Area Customization): Fix typo.
1583 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
1585         * loading.texi (Where Defined): Add `defface' item.
1587 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
1589         * loading.texi (Where Defined): Fix description of symbol-file.
1591 2008-08-26  Jason Rumney  <jasonr@gnu.org>
1593         * display.texi (TIFF Images): New section describing :index property.
1595 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
1597         * display.texi (Temporary Displays): Remove unnecessary comment
1598         about usage of temp-buffer-show-hook.
1600 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
1602         * symbols.texi (Other Plists): Fix incorrect example.
1603         Suggested by Florian Beck.
1605 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
1607         * os.texi: Fix previous change.
1609 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1611         * os.texi:
1612         * intro.texi:
1613         * files.texi: Remove VMS support.
1615 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1617         * os.texi:
1618         * frames.texi:
1619         * display.texi: Remove mentions of Mac Carbon.
1621 2008-07-01  Miles Bader  <miles@gnu.org>
1623         * text.texi (Special Properties):
1624         * display.texi (Truncation): Add wrap-prefix and line-prefix.
1626 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
1628         * display.texi (Other Image Types): Fix copy/paste error; say
1629         "PBM", not "XBM".
1631 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1633         * os.texi: Remove references to obsolete systems.
1635 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
1637         * makefile.w32-in (distclean): Remove makefile.
1639 2008-06-17  Glenn Morris  <rgm@gnu.org>
1641         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1642         (elisp, dist): Remove rules and variables that are obsolete now
1643         the lisp manual is no longer distributed separately.
1645 2008-06-16  Glenn Morris  <rgm@gnu.org>
1647         * configure, configure.in, mkinstalldirs: Remove unused files.
1649         * book-spine.texinfo: Set version to 23.0.60.
1650         * vol1.texi (EMACSVER):
1651         * vol2.texi (EMACSVER): Set to 23.0.60.
1653         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1654         as per maintain.info.
1656 2008-06-15  Glenn Morris  <rgm@gnu.org>
1658         * makefile.w32-in (manual): Use "23" rather than "21".
1660         * Makefile.in (emacsver): New, set by configure.
1661         (manual): Use emacsver.
1663         * intro.texi: Report bugs using M-x report-emacs-bug.
1665         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1667 2008-06-13  Daniel Engeler  <engeler@gmail.com>
1669         * elisp.texi, internals.texi, processes.texi: Add documentation
1670         about serial port access.
1672 2008-06-05  Miles Bader  <miles@gnu.org>
1674         * display.texi (Displaying Faces): Update to reflect function
1675         renamings in face-remap.el.
1677 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
1679         * display.texi (Fontsets): Fix typos.
1681 2008-06-03  Miles Bader  <miles@gnu.org>
1683         * display.texi (Displaying Faces): Add add-relative-face-remapping,
1684         remove-relative-face-remapping, set-base-face-remapping,
1685         and set-default-base-face-remapping.
1687 2008-06-01  Miles Bader  <miles@gnu.org>
1689         * display.texi (Displaying Faces): Add face-remapping-alist.
1691 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1694         variable names.
1696 2008-05-03  Eric S. Raymond  <esr@golux>
1698         * keymaps.texi: Clarify that (current-local-map) and
1699         (current-global-map) return references, not copies.
1701 2008-05-02  Juri Linkov  <juri@jurta.org>
1703         * minibuf.texi (Text from Minibuffer): Document a list of
1704         default values for `read-from-minibuffer'.
1706 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
1708         * nonascii.texi (Translation of Characters): Fix previous change.
1710 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
1712         * display.texi (Overlay Properties): Clarify role of underlying
1713         textprop and overlay keymaps for display strings.
1715         * keymaps.texi (Active Keymaps): Ditto.
1717 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * minibuf.texi (Programmed Completion):
1720         Replace dynamic-completion-table with the new completion-table-dynamic.
1722 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
1724         * intro.texi (Some Terms): Change "fonts in this manual" index
1725         entry to "typographic conventions".
1727 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1729         * objects.texi (Text Props and Strings): Add indexing for read
1730         syntax of text properties.
1732 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * processes.texi (Decoding Output): Remove process-filter-multibyte
1735         functions.
1737 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
1739         * display.texi (Finding Overlays): Say that empty overlays at
1740         the end of the buffer are reported too.
1742 2008-03-13  Glenn Morris  <rgm@gnu.org>
1744         * elisp.texi (EMACSVER): Set to 23.0.60.
1746 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
1748         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
1750 2008-02-22  Glenn Morris  <rgm@gnu.org>
1752         * frames.texi (Position Parameters): Clarify the description of
1753         `left' and `top', using information from "Geometry".
1754         (Geometry): Give a pointer to "Position Parameters", rather than
1755         repeating information.
1757 2008-02-11  Glenn Morris  <rgm@gnu.org>
1759         * objects.texi (Equality Predicates): No longer talk about "two"
1760         functions.
1762 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1764         * objects.texi (Equality Predicates): Add defun for
1765         equal-including-properties.
1767 2008-02-10  Glenn Morris  <rgm@gnu.org>
1769         * objects.texi (Equality Predicates):
1770         Mention equal-including-properties.
1772 2008-02-07  Richard Stallman  <rms@gnu.org>
1774         * windows.texi (Window Start): Mention the feature of moving
1775         window-start to start of line.
1777 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
1779         * keymaps.texi (Tool Bar): Document rtl property.
1781 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1783         * display.texi (Button Types):
1784         For define-button-type, clarify type of NAME.
1786 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
1788         * buffers.texi (Buffer Modification): Fix typo.
1790 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1792         * os.texi (System Environment): Remove references to OSes that are
1793         not supported anymore.
1795 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1797         * os.texi (System Environment): Remove mention for Masscomp.
1799 2008-01-04  Richard Stallman  <rms@gnu.org>
1801         * display.texi (Faces): Don't talk about internal face vector as arg
1802         to facep.
1804         * customize.texi (Type Keywords): Fix previous change.
1806         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1807         * elisp.texi (Top): Fix menu for commands.texi change.
1809 2007-12-30  Richard Stallman  <rms@gnu.org>
1811         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1812         (Accessing Scroll): New node broken out of Accessing Mouse.
1814 2007-12-28  Richard Stallman  <rms@gnu.org>
1816         * frames.texi (Size Parameters): Fix typo.
1817         (Basic Parameters): For `title', refer to title bar.
1818         (Size and Position): Explain meaning of frame pixel width and height.
1820 2007-12-23  Richard Stallman  <rms@gnu.org>
1822         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1823         Improve some of the commented-out keywords' text too.
1825 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
1827         * nonascii.texi (Encoding and I/O): Reword to avoid saying
1828         "visit the current buffer".
1830         * os.texi (System Interface): Fix typo.
1832 2007-12-04  Richard Stallman  <rms@gnu.org>
1834         * objects.texi (Symbol Type): Fix typo.
1836 2007-12-03  Richard Stallman  <rms@gnu.org>
1838         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1840 2007-12-01  Glenn Morris  <rgm@gnu.org>
1842         * functions.texi (Declaring Functions): Improve previous change.
1844 2007-11-30  Glenn Morris  <rgm@gnu.org>
1846         * functions.texi (Declaring Functions): Add optional fourth
1847         argument of declare-function, and setting third argument to `t'.
1849 2007-11-29  Richard Stallman  <rms@gnu.org>
1851         * customize.texi (Composite Types): Document `group' type.
1853 2007-11-29  Glenn Morris  <rgm@gnu.org>
1855         * functions.texi (Declaring Functions): Add findex.  Mention
1856         `external' files.
1858 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1860         * functions.texi (Declaring Functions): Fix directive.
1862 2007-11-25  Richard Stallman  <rms@gnu.org>
1864         * help.texi (Help Functions): Clean up last change.
1866         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1868         * loading.texi (Named Features): Minor cleanup.
1870         * macros.texi (Eval During Expansion): Minor cleanup.
1872         * variables.texi (Variable Aliases): Minor cleanup.
1874 2007-11-24  Richard Stallman  <rms@gnu.org>
1876         * functions.texi (Declaring Functions): Clarify previous change.
1878         * compile.texi (Compiler Errors): Clarify previous change.
1880 2007-11-24  Richard Stallman  <rms@gnu.org>
1882         * display.texi (Refresh Screen, Forcing Redisplay):
1883         Clarify the text and move items around.
1885 2007-11-24  Glenn Morris  <rgm@gnu.org>
1887         * functions.texi (Declaring Functions): New section.
1888         * compile.texi (Compiler Errors): Mention declaring functions,
1889         defvar with no initvalue, and byte-compile-warnings.
1891 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
1893         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1894         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1896 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
1898         * help.texi (Help Functions): Document new macro `with-help-window'.
1900 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1902         * searching.texi (Replacing Match): Describe new
1903         `match-substitute-replacement'.
1905 2007-10-31  Richard Stallman  <rms@gnu.org>
1907         * strings.texi (Creating Strings): Null strings from concat not unique.
1909 2007-10-26  Richard Stallman  <rms@gnu.org>
1911         * objects.texi (Equality Predicates): Null strings are uniquified.
1913         * minibuf.texi: Minor clarifications in previous change.
1915 2007-10-25  Glenn Morris  <rgm@gnu.org>
1917         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1919 2007-10-24  Richard Stallman  <rms@gnu.org>
1921         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1923         * variables.texi (Frame-Local Variables): Node deleted.
1924         (Variables): Delete Frame-Local Variables from menu.
1925         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1926         (Default Value): Don't mention frame-local vars.
1928         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1930         * loading.texi (Unloading): Document FEATURE-unload-function
1931         instead of FEATURE-unload-hook.
1933         * frames.texi (Multiple Displays): Don't mention frame-local vars.
1935 2007-10-22  Juri Linkov  <juri@jurta.org>
1937         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1938         (High-Level Completion): Document a list of default value strings
1939         in the DEFAULT argument, for which minibuffer functions return the
1940         first element.
1942 2007-10-17  Juri Linkov  <juri@jurta.org>
1944         * text.texi (Filling): Update arguments of fill-paragraph.
1945         fill-paragraph operates on the active region in Transient Mark mode.
1946         Remove fill-paragraph-or-region.
1948 2007-10-13  Karl Berry  <karl@gnu.org>
1950         * elisp.texi (@dircategory): Move to after @copying,
1951         since we want @copying as close as possible to the beginning of
1952         the output.
1954 2007-10-12  Richard Stallman  <rms@gnu.org>
1956         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1958         * commands.texi (Distinguish Interactive): New node,
1959         broken out from Interactive Call and rewritten.
1960         (Command Loop): Put Distinguish Interactive in menu.
1962 2007-10-09  Richard Stallman  <rms@gnu.org>
1964         * text.texi (Examining Properties): Mention overlay priority.
1966         * display.texi (Display Margins): Correct the description
1967         of margin display specifications.
1968         (Replacing Specs): New subnode broken out of Display Property.
1970 2007-10-06  Juri Linkov  <juri@jurta.org>
1972         * text.texi (Filling): Document fill-paragraph-or-region.
1974 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
1976         * display.texi (Auto Faces): Fix typo.
1978 2007-10-02  Richard Stallman  <rms@gnu.org>
1980         * display.texi (Display Property): Explain some display specs
1981         don't let you move point in.
1983         * frames.texi (Cursor Parameters): Describe
1984         cursor-in-non-selected-windows here.  Explain more values.
1986         * windows.texi (Basic Windows): Don't describe
1987         cursor-in-non-selected-windows here.
1989 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
1991         * processes.texi (Misc Network): Note that these functions are
1992         supported only on some systems.
1994 2007-10-01  Richard Stallman  <rms@gnu.org>
1996         * display.texi (Overlay Properties): Explain nil as priority.
1997         Explain that conflicts are unpredictable if not resolved by
1998         priorities.
2000 2007-09-23  Richard Stallman  <rms@gnu.org>
2002         * macros.texi (Backquote): Minor clarification.
2004 2007-09-19  Richard Stallman  <rms@gnu.org>
2006         * display.texi (Display Property): Explain multiple display specs.
2007         Clarify when they work in parallel and when one overrides.
2008         Fix error in example.
2010 2007-09-06  Glenn Morris  <rgm@gnu.org>
2012         Move from lispref/ to doc/lispref/.  Change all setfilename
2013         commands to use ../../info.
2014         * Makefile.in (infodir): Go up one more level.
2015         (usermanualdir): Change from ../man to ../emacs.
2016         (miscmanualdir): New.
2017         (dist): Use new variable miscmanualdir.
2018         * makefile.w32-in (infodir, texinputdir): Go up one more level.
2019         (usermanualdir): Change from ../man to ../emacs.
2021 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2023         * commands.texi (Command Loop Info): Advise against changing
2024         most variables described here.  Explain new variable
2025         last-repeatable-command.
2027 2007-08-29  Glenn Morris  <rgm@gnu.org>
2029         * elisp.texi (EMACSVER): Increase to 23.0.50.
2031 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2033         * frames.texi (Basic Parameters): Add display-environment-variable
2034         and term-environment-variable.
2036 2007-08-28  Juri Linkov  <juri@jurta.org>
2038         * display.texi (Image Formats, Other Image Types): Add SVG.
2040 2007-08-28  Juri Linkov  <juri@jurta.org>
2042         * display.texi (Images): Move formats-related text to new node
2043         "Image Formats".
2044         (Image Formats): New node.
2046 2007-08-27  Richard Stallman  <rms@gnu.org>
2048         * windows.texi (Window Configurations): Clarify what
2049         a window configuration saves.
2051 2007-08-25  Richard Stallman  <rms@gnu.org>
2053         * display.texi (Images): Delete redundant @findex.
2055 2007-08-16  Richard Stallman  <rms@gnu.org>
2057         * processes.texi (Asynchronous Processes): Clarify
2058         doc of start-file-process.
2060 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2062         * modes.texi (Example Major Modes): Fix typo.
2064 2007-08-08  Glenn Morris  <rgm@gnu.org>
2066         * intro.texi (nil and t): Do not use `iff' in documentation.
2068         * tips.texi (Documentation Tips): Recommend against `iff'.
2070 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2072         * display.texi (Image Cache): Document image-refresh.
2074 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
2076         * windows.texi (Size of Window): Document window-full-width-p.
2078 2007-07-25  Glenn Morris  <rgm@gnu.org>
2080         * gpl.texi (GPL): Replace license with GPLv3.
2082         * Relicense all FSF files to GPLv3 or later.
2084 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
2086         * processes.texi (Synchronous Processes):
2087         Add `process-file-shell-command'.
2088         (Asynchronous Processes): Mention restricted use of
2089         `process-filter' and `process-sentinel' in
2090         `start-file-process'.  Add `start-file-process-shell-command'.
2092 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
2094         * files.texi (Magic File Names): Introduce optional parameter
2095         IDENTIFICATION for `file-remote-p'.
2097 2007-07-16  Richard Stallman  <rms@gnu.org>
2099         * display.texi (Defining Faces): Fix previous change.
2101 2007-07-14  Richard Stallman  <rms@gnu.org>
2103         * control.texi (Handling Errors): Document `debug' in handler list.
2105 2007-07-10  Richard Stallman  <rms@gnu.org>
2107         * display.texi (Defining Faces): Explain C-M-x feature for defface.
2109 2007-07-09  Richard Stallman  <rms@gnu.org>
2111         * files.texi (Magic File Names): Rewrite previous change.
2113 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
2115         * files.texi (Magic File Names): Introduce optional parameter
2116         CONNECTED for `file-remote-p'.
2118 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2120         * processes.texi (Asynchronous Processes):
2121         * files.texi (Magic File Names): Add `start-file-process'.
2123 2007-06-27  Richard Stallman  <rms@gnu.org>
2125         * files.texi (Format Conversion Piecemeal): Clarify
2126         `after-insert-file-functions' calling convention.
2128 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
2130         * files.texi (Magic File Names): Remove `dired-call-process'.
2131         Add `process-file'.
2133 2007-06-27  Kenichi Handa  <handa@m17n.org>
2135         * text.texi (Special Properties): Fix description about
2136         `composition' property.
2138 2007-06-26  Kenichi Handa  <handa@m17n.org>
2140         * nonascii.texi (Default Coding Systems): Document about the
2141         return value `undecided'.
2143 2007-06-25  David Kastrup  <dak@gnu.org>
2145         * keymaps.texi (Active Keymaps): Document new POSITION argument of
2146         `current-active-maps'.
2148 2007-06-24  Karl Berry  <karl@gnu.org>
2150         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2152 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
2154         * display.texi (Overlay Arrow): Doc fix.
2156 2007-06-14  Karl Berry  <karl@tug.org>
2158         * anti.texi (Antinews): Typo.
2160 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2162         * display.texi (Image Cache): Document image-refresh.
2164 2007-06-12  Karl Berry  <karl@gnu.org>
2166         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2167         * two-volume.make: New file.
2168         * .cvsignore: Ignore two-volume files.
2170 2007-06-12  Tom Tromey  <tromey@redhat.com>
2172         * os.texi (Init File): Document user-emacs-directory.
2174 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
2176         * commands.texi (Click Events): Describe width and height when
2177         object is nil.
2179 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
2181         * commands.texi (Click Events): Layout more logically.  Describe
2182         width and height.
2183         (Drag Events, Motion Events): Update to new format for position.
2185 2007-06-02  Richard Stallman  <rms@gnu.org>
2187         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2189 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2191         * Version 22.1 released.
2193 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         * text.texi (Special Properties): Correct meaning of fontified face.
2197 2007-05-30  Richard Stallman  <rms@gnu.org>
2199         * text.texi (Special Properties): Add link to Adjusting Point.
2201 2007-05-12  Richard Stallman  <rms@gnu.org>
2203         * text.texi (Margins): indent-to-left-margin is not the default.
2204         (Mode-Specific Indent): For indent-line-function, the default
2205         is indent-relative.
2207         * modes.texi (Example Major Modes): Explain last line of text-mode
2208         is redundant.
2210 2007-05-10  Richard Stallman  <rms@gnu.org>
2212         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2214         * help.texi (Keys in Documentation): Add reference to
2215         Documentation Tips.
2217         * files.texi (Format Conversion): TO-FN gets three arguments.
2219         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2221 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2223         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2224         * files.texi (Format Conversion): Expand intro; add menu.
2225         (Format Conversion Overview, Format Conversion Round-Trip)
2226         (Format Conversion Piecemeal): New nodes/subsections.
2227         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2228         * text.texi (Text Properties): Remove "Saving Properties" from menu.
2229         (Saving Properties): Delete node/subsection.
2231 2007-05-07  Karl Berry  <karl@gnu.org>
2233         * elisp.texi (EMACSVER): Back to 22.
2235 2007-05-06  Richard Stallman  <rms@gnu.org>
2237         * processes.texi (Accepting Output): Revert most of previous change.
2239 2007-05-05  Richard Stallman  <rms@gnu.org>
2241         * processes.texi (Accepting Output): accept-process-output
2242         uses microseconds, not milliseconds.  But that arg is obsolete.
2244 2007-05-04  Karl Berry  <karl@tug.org>
2246         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2248 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
2250         * tips.texi (Documentation Tips): Rearrange items to place the
2251         more important ones first.  Add an index entry for hyperlinks.
2253 2007-05-03  Karl Berry  <karl@gnu.org>
2255         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2256         (EMACSVER) [smallbook]: 22 for printed version.
2258         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2259         so restore anchor to normal position after defun.  Found by Kevin Ryde.
2261 2007-04-26  Glenn Morris  <rgm@gnu.org>
2263         * elisp.texi (EMACSVER): Increase to 22.1.50.
2265 2007-04-28  Karl Berry  <karl@gnu.org>
2267         * elisp.texi: Improve line breaks on copyright page,
2268         similar layout to emacs manual, 8.5x11 by default.
2270 2007-04-24  Richard Stallman  <rms@gnu.org>
2272         * text.texi (Special Properties): Add xref to Overlay Properties.
2274         * display.texi (Overlay Properties): Add xref to Special Properties.
2276 2007-04-22  Richard Stallman  <rms@gnu.org>
2278         * keymaps.texi (Extended Menu Items): Move the info about
2279         format with cached keyboard binding.
2281 2007-04-21  Richard Stallman  <rms@gnu.org>
2283         * text.texi (Special Properties): Clarify previous change.
2285         * files.texi (File Name Expansion): Clarify previous change.
2287         * display.texi (Attribute Functions): Fix example for
2288         face-attribute-relative-p.
2290 2007-04-19  Kenichi Handa  <handa@m17n.org>
2292         * text.texi (Special Properties): Document composition property.
2294 2007-04-19  Glenn Morris  <rgm@gnu.org>
2296         * files.texi (File Name Expansion): Mention "superroot".
2298 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2300         * frames.texi (Multiple Displays): Add note about "multi-monitor"
2301         setups.
2302         (Display Feature Testing): Note that display refers to all
2303         physical monitors for multi-monitor setups.
2305 2007-04-14  Richard Stallman  <rms@gnu.org>
2307         * lists.texi (Sets And Lists): Clarify `delete' examples.
2308         Remove spurious xref to same node.
2309         Clarify xref for add-to-list.
2311 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2313         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2314         value of lisp-mode-map.
2316 2007-04-11  Karl Berry  <karl@gnu.org>
2318         * anti.texi (Antinews):
2319         * display.texi (Overlay Properties, Defining Images):
2320         * processes.texi (Synchronous Processes, Sentinels):
2321         * syntax.texi (Syntax Table Internals):
2322         * searching.texi (Regexp Special):
2323         * nonascii.texi (Default Coding Systems):
2324         * text.texi (Special Properties):
2325         * minibuf.texi (Basic Completion): Wording to improve breaks in
2326         8.5x11 format.
2327         * elisp.texi (smallbook): New @set to more easily switch between
2328         smallbook and 8.5x11.
2330 2007-04-11  Richard Stallman  <rms@gnu.org>
2332         * text.texi (Lazy Properties): Minor fix.
2334 2007-04-08  Karl Berry  <karl@gnu.org>
2336         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2337         * macros.texi (Backquote): Downcase Backquote in index entries for
2338         consistency.
2340 2007-04-08  Richard Stallman  <rms@gnu.org>
2342         * text.texi (Adaptive Fill): Just describe default,
2343         don't show it (since it contains non-ASCII chars).
2345 2007-04-07  Karl Berry  <karl@gnu.org>
2347         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2348         adaptive-fill-regexp's value, since they are not in the standard
2349         TeX fonts.
2351 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
2353         * display.texi (Defining Faces): Fix example.
2355 2007-04-07  Karl Berry  <karl@gnu.org>
2357         * display.texi (Button Buffer Commands): Improve page break.
2359 2007-04-07  Richard Stallman  <rms@gnu.org>
2361         * advice.texi (Activation of Advice): Remove redundant index entry.
2363         * backups.texi: Improve index entries.  Remove redundant ones.
2365         * compile.texi (Byte Compilation): Improve index entry.
2367         * hash.texi (Creating Hash): Improve index entry.
2369         * symbols.texi (Definitions): Improve index entry.
2371         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
2373         * maps.texi (Standard Keymaps): Remove useless index entry.
2375         * help.texi (Documentation Basics): Remove redundant index entries.
2377         * customize.texi: Improve index entries.
2378         Remove redundant/useless ones.
2380         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2382         * streams.texi (Output Variables): Improve index entry.
2384         * abbrevs.texi (Abbrevs): Remove useless index entry.
2386         * macros.texi (Expansion): Remove useless index entry.
2388         * text.texi: Improve index entries.  Remove redundant/useless ones.
2389         (Text Properties, Examining Properties)
2390         (Special Properties): Use "property category" instead of "category"
2391         to refer to the `category' property.
2393         * positions.texi: Improve index entries.  Remove useless one.
2395         * lists.texi: Improve index entries.  Remove redundant/useless ones.
2397         * os.texi: Improve index entries.
2398         (Timers): Fix previous change.
2400         * buffers.texi: Improve index entries.
2401         (Modification Time): Get rid of term "obsolete buffer".
2403         * debugging.texi: Improve index entries.
2404         (Test Coverage): Add xref to other test coverage ftr.
2406         * eval.texi: Improve index entry.  Remove redundant ones.
2408         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
2410         * files.texi: Improve index entries.  Remove redundant/useless ones.
2412         * objects.texi: Improve index entries.
2414         * processes.texi: Improve index entries.
2416         * modes.texi: Improve index entry.  Remove redundant one.
2418         * nonascii.texi: Improve index entries.
2420         * internals.texi: Improve index entries.
2422         * syntax.texi: Improve index entries.
2424         * keymaps.texi (Active Keymaps): Improve index entries.
2426         * commands.texi: Improve index entries.  Remove redundant/useless ones.
2428         * frames.texi: Improve index entries.  Remove redundant/useless ones.
2430         * markers.texi: Improve index entries.  Remove redundant ones.
2432         * tips.texi: Improve index entries.
2434         * loading.texi (Unloading): Improve index entry.
2436         * variables.texi: Improve index entries.  Remove redundant one.
2438         * sequences.texi: Improve index entry.
2440         * display.texi: Improve index entries.  Remove redundant ones.
2442         * windows.texi: Improve index entries.
2444         * searching.texi: Improve index entries.  Remove redundant one.
2446         * strings.texi (Case Tables): Improve last change.
2448 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2450         * strings.texi (Case Tables): Document with-case-table and
2451         ascii-case-table.
2453 2007-04-03  Karl Berry  <karl@gnu.org>
2455         * processes.texi (Network): Reword to improve page break.
2457 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2459         * functions.texi (Inline Functions): Describe more disadvantages
2460         of defsubst, and make advice against it stronger.
2462 2007-04-02  Karl Berry  <karl@gnu.org>
2464         * backups.texi (Backup Names): Avoid widow words.
2465         * modes.texi (Example Major Modes): Align last comment.
2467 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2469         * keymaps.texi (Remapping Commands): Document new arg to
2470         command-remapping.
2472 2007-04-01  Karl Berry  <karl@gnu.org>
2474         * processes.texi (Low-Level Network): Typo.
2475         * loading.texi (Hooks for Loading): Avoid double "the".
2476         * keymaps.texi (Key Sequences): No double "and".
2477         (Changing Key Bindings): Shorten to improve line break.
2479 2007-03-31  Glenn Morris  <rgm@gnu.org>
2481         * os.texi (Timers): Fix description of run-at-time TIME formats.
2483 2007-03-31  Richard Stallman  <rms@gnu.org>
2485         * display.texi (Invisible Text): Correct buffer-invisibility-spec
2486         regarding ellipsis.
2488 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2490         * intro.texi (nil and t):
2491         * symbols.texi (Plists and Alists):
2492         * variables.texi (Variable Aliases, Constant Variables):
2493         * functions.texi (Defining Functions):
2494         * advice.texi (Advising Primitives):
2495         * debugging.texi (Syntax Errors, Compilation Errors):
2496         * minibuf.texi (Minibuffer Windows):
2497         * commands.texi (Adjusting Point):
2498         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2499         (Auto Major Mode, Major Mode Conventions):
2500         * help.texi (Describing Characters):
2501         * files.texi (Create/Delete Dirs, Information about Files)
2502         (File Locks, Writing to Files, Reading from Files)
2503         (Saving Buffers):
2504         * windows.texi (Resizing Windows, Cyclic Window Ordering):
2505         * frames.texi (Finding All Frames):
2506         * positions.texi (Buffer End, Motion):
2507         * markers.texi (The Region):
2508         * text.texi (Deletion, Near Point):
2509         * display.texi (Displaying Messages, Truncation):
2510         * os.texi (Processor Run Time):
2511         * tips.texi (Key Binding Conventions, Programming Tips)
2512         (Warning Tips, Documentation Tips, Comment Tips):
2513         * internals.texi (Memory Usage): Improve indexing.
2515         * variables.texi (Frame-Local Variables):
2516         * functions.texi (Argument List):
2517         * loading.texi (Library Search):
2518         * streams.texi (Output Variables):
2519         * keymaps.texi (Translation Keymaps, Searching Keymaps):
2520         * searching.texi (Replacing Match, Search and Replace):
2521         * processes.texi (Byte Packing, Decoding Output)
2522         (Accepting Output, Network Servers, Shell Arguments):
2523         * display.texi (Abstract Display, Image Cache, Scroll Bars):
2524         * windows.texi (Window Point, Window Start):
2525         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2526         * commands.texi (Reading Input, Keyboard Events):
2527         * minibuf.texi (Reading File Names, Minibuffer Completion)
2528         (Recursive Mini):
2529         * positions.texi (List Motion):
2530         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2531         * numbers.texi (Arithmetic Operations, Math Functions)
2532         (Predicates on Numbers, Comparison of Numbers):
2533         (Numeric Conversions):
2534         * locals.texi (Standard Buffer-Local Variables):
2535         * maps.texi (Standard Keymaps):
2536         * os.texi (User Identification, System Environment, Recording Input)
2537         (X11 Keysyms):
2538         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2539         * backups.texi (Backups and Auto-Saving):
2540         * customize.texi (Customization, Group Definitions)
2541         (Variable Definitions):
2542         * compile.texi (Byte Compilation): Improve index entries.
2544 2007-03-31  Karl Berry  <karl@gnu.org>
2546         * macros.texi (Defining Macros): Avoid widow syllable.
2548 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2550         * elisp.texi (Top): Postscript -> PostScript.
2552         * display.texi (Images, Postscript Images): Postscript -> PostScript.
2554 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2556         * internals.texi (Writing Emacs Primitives): Untabify `For'.
2558 2007-03-30  Karl Berry  <karl@gnu.org>
2560         * lists.texi (List-related Predicates): Remove spurious @need.
2561         (Setcdr): Use @smallexample to improve page break.
2562         (Association Lists) <assoc>: Reword to improve page break.
2564         * strings.texi (String Conversion): Insert blank line to improve
2565         page break.
2567         * numbers.texi (Random Numbers): Use @minus{}.
2568         (Math Functions): Use @minus{}.
2570         * intro.texi (Acknowledgements): Avoid line breaks before middle
2571         initials.
2573 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
2575         * errors.texi (Standard Errors): Add an index entry.
2577 2007-03-19  Richard Stallman  <rms@gnu.org>
2579         * os.texi (Recording Input): recent-keys now gives 300 keys.
2581 2007-03-12  Glenn Morris  <rgm@gnu.org>
2583         * os.texi: Replace "daylight savings" with "daylight saving"
2584         throughout.
2586 2007-03-05  Richard Stallman  <rms@gnu.org>
2588         * variables.texi (File Local Variables): Update
2589         enable-local-variables values.
2591 2007-03-04  Richard Stallman  <rms@gnu.org>
2593         * syntax.texi (Control Parsing): Minor clarification.
2595         * strings.texi (Formatting Strings): Clarify width, precision, flags.
2597         * sequences.texi (Sequence Functions): Move string-bytes away,
2598         add xref.
2600         * nonascii.texi (Text Representations): Move string-bytes here.
2602         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2604         * minibuf.texi (Basic Completion): Minor clarification.
2606         * markers.texi (The Mark): Clarify existence vs activation of mark.
2607         Other cleanup.
2609         * display.texi (Finding Overlays): Write better example.
2611         * compile.texi (Eval During Compile): Clarify putting macros
2612         in eval-when-compile.
2614 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
2616         * loading.texi (How Programs Do Loading): Fix anchor position at
2617         load-read-function definition doc.
2619 2007-02-21  Kim F. Storm  <storm@cua.dk>
2621         * strings.texi (Text Comparison): Mention that assoc-string
2622         converts symbols to strings before testing.
2624 2007-02-17  Kim F. Storm  <storm@cua.dk>
2626         * processes.texi (Bindat Spec): Vector types can have optional
2627         element type.
2628         (Bindat Examples): Fix example.  Add vector with element type.
2630 2007-02-16  Andreas Schwab  <schwab@suse.de>
2632         * strings.texi (Formatting Strings): Document '+' flag.
2634 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
2636         * strings.texi (Modifying Strings): Clarify that `clear-string'
2637         always converts the string to unibyte.
2639 2007-02-14  Kim F. Storm  <storm@cua.dk>
2641         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2642         Rewrite glyph code description to refer to these functions.
2643         Remove details of encoding face number and char into integer code.
2645 2007-02-03  Alan Mackenzie  <acm@muc.de>
2647         * loading.texi (Hooks for Loading): Make the description of
2648         `eval-after-load' more detailed, and amend the description of
2649         after-load-alist, in accordance with changes from 2006-05.
2651 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2653         * modes.texi (Defining Minor Modes): Document that a :require
2654         keyword or similar may be required to make saved customization
2655         variables work.
2657 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2659         * elisp.texi (Top): Make the detailed menu headers compliant with
2660         Texinfo guidelines and with what texnfo-upd.el expects.  Add
2661         comments to prevent people from inadvertently modifying the key
2662         parts needed by `texinfo-multiple-files-update'.
2664 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2666         * elisp.texi (Top): Update the top-level menus.
2668         * syntax.texi (Categories): Add index entries.
2670 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2672         * display.texi (Attribute Functions): Fix name and description of
2673         the UNDERLINE arg of `set-face-underline-p'.
2675 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
2677         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2678         Variables", and "Standard Keymaps" to the detailed menu.
2680         * variables.texi (Future Local Variables): Add index entry.
2682 2007-01-28  Richard Stallman  <rms@gnu.org>
2684         * tips.texi (Coding Conventions): Clarify the tip about macros
2685         that define a function or a variable.
2687         * files.texi (File Attributes): UID and GID can be floats.
2688         (Magic File Names): Explain why deferring all operations to
2689         the standard handler does not work.
2691 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2693         * backups.texi (Reverting): Use "buffer" instead of "file"
2694         when talking about major and minor modes.
2696 2007-01-21  Richard Stallman  <rms@gnu.org>
2698         * help.texi (Documentation): Add xref to Documentation Tips.
2700 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2702         * tips.texi (Coding Conventions): Fix typos.
2704 2007-01-05  Richard Stallman  <rms@gnu.org>
2706         * modes.texi (Defining Minor Modes): Fix previous change.
2708 2007-01-03  Richard Stallman  <rms@gnu.org>
2710         * customize.texi (Variable Definitions, Customization Types):
2711         Don't use * in doc string for defcustom.
2713 2007-01-02  Richard Stallman  <rms@gnu.org>
2715         * variables.texi (Variable Aliases): Clarify that aliases vars
2716         always have the same value.
2718         * processes.texi (Bindat Spec): Fix Texinfo usage.
2720         * modes.texi (Defining Minor Modes): Explain effect of command
2721         defined with define-global-minor-mode on new buffers.
2723 2006-12-30  Kim F. Storm  <storm@cua.dk>
2725         * keymaps.texi (Tool Bar): Describe `grow-only' value of
2726         `auto-resize-tool-bars'.
2728 2006-12-30  Richard Stallman  <rms@gnu.org>
2730         * keymaps.texi (Active Keymaps): Fix previous change.
2732 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
2734         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2736 2006-12-30  Kim F. Storm  <storm@cua.dk>
2738         * processes.texi (Bindat Spec): Clarify using field names in
2739         length specifications.
2741 2006-12-29  Kim F. Storm  <storm@cua.dk>
2743         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2744         Add count and index variables for eval forms in repeat blocks.
2746 2006-12-24  Richard Stallman  <rms@gnu.org>
2748         * customize.texi (Variable Definitions): Document
2749         new name custom-add-frequent-value.
2751 2006-12-19  Kim F. Storm  <storm@cua.dk>
2753         * commands.texi (Misc Events): User signals now result in sigusr1
2754         and sigusr2 events which are handled through special-event-map.
2755         (Special Events): User signals and drag-n-drop are special.
2757 2006-12-17  Richard Stallman  <rms@gnu.org>
2759         * loading.texi (Named Features): Explain subfeatures better.
2761         * customize.texi: Use "option" only for user options.
2762         For the keyword values inside defcustom etc, say "keywords".
2763         For :options value's elements, say "elements".
2764         :group should not be omitted.
2766         * syntax.texi (Parsing Expressions): Split up node.
2767         (Motion via Parsing, Position Parse, Parser State)
2768         (Low-Level Parsing, Control Parsing): New subnodes.
2769         (Parser State): Document syntax-ppss-toplevel-pos.
2771         * positions.texi (List Motion): Punctuation fix.
2773         * files.texi (File Name Completion): Document PREDICATE arg
2774         to file-name-completion.
2776 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
2778         * internals.texi (Building Emacs, Writing Emacs Primitives):
2779         Add index entries.
2781 2006-12-11  Richard Stallman  <rms@gnu.org>
2783         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2784         affects face menu.  Explain how to make it non-nil without enabling
2785         any fontification.
2787 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2789         * modes.texi (Font Lock Basics): Document nil value of
2790         font-lock-defaults.
2792 2006-12-10  Glenn Morris  <rgm@gnu.org>
2794         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2795         value for system-flag argument.  Abbrev tables may not be empty
2796         when major modes are loaded.
2798 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2800         * makefile.w32-in (maintainer-clean): Partially revert last
2801         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2802         to protect elisp-covers.texi.
2804 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
2806         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2807         Don't remove elisp* info files; they are already deleted by the
2808         `clean' and `distclean' targets, and they are in the $(infodir)
2809         directory, not the current one.
2811 2006-12-04  Kim F. Storm  <storm@cua.dk>
2813         * commands.texi (Misc Events): Update signal events.
2814         (Event Examples): Add signal example.
2816 2006-11-29  Richard Stallman  <rms@gnu.org>
2818         * frames.texi (Visibility of Frames): Explain visible windows
2819         can be covered by others.  Add xref for raise-frame.
2821 2006-11-28  Richard Stallman  <rms@gnu.org>
2823         * searching.texi (Regexp Special): Update when ^ is special.
2825 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
2827         * customize.texi (Customization, Common Keywords)
2828         (Group Definitions, Variable Definitions, Composite Types)
2829         (Type Keywords, Customization Types): Add index entries for
2830         various customization keywords.
2832 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2836 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
2838         * frames.texi (Window System Selections): Remove clipboard from
2839         description of selection-coding-system.
2841 2006-11-06  Richard Stallman  <rms@gnu.org>
2843         * lists.texi (List Variables): Document COMPARE-FN.
2845         * keymaps.texi: Avoid use of "binding" to mean a relation;
2846         use it only to refer to the meaning associated with a key.
2847         (Keymaps): Change menu node description.
2849         * elisp.texi (Top): Change menu node description.
2851         * display.texi (Managing Overlays): Document overlay-recenter.
2853 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
2855         * Makefile.in: Use relative paths to avoid advertising filesystem
2856         contents during compilation.
2858 2006-10-23  Kim F. Storm  <storm@cua.dk>
2860         * commands.texi (Event Input Misc): Update unread-command-events.
2862 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
2864         * lists.texi (Sets And Lists): Fix typos.
2866 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
2868         * control.texi (Processing of Errors): Use @var for an argument,
2869         not @code.
2871 2006-10-16  Richard Stallman  <rms@gnu.org>
2873         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2875         * keymaps.texi (Format of Keymaps): Show all the keymap element
2876         patterns that result from menu items.
2877         (Key Lookup): Minor cleanups.
2879         * modes.texi (Precalculated Fontification): Don't say that
2880         not setting font-lock-defaults avoids loading font-lock.
2882         * help.texi (Documentation): Move xref to Emacs Manual here.
2883         (Documentation Basics): From here.
2884         Also doc emacs-lisp-docstring-fill-column.
2886         * elisp.texi: Update version and ISBN.
2888         * commands.texi (Interactive Call): Clarify KEYS arg to
2889         call-interactively is a vector.
2890         (Command Loop Info): Delete anchor in this-command-keys.
2891         Add anchor in this-command-keys-vector.
2892         (Recursive Editing): Document how recursive-edit
2893         handles the current buffer.
2895 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
2897         * frames.texi (Frame Titles): %c and %l are ignored in
2898         frame-title-format.
2900 2006-10-11  Richard Stallman  <rms@gnu.org>
2902         * keymaps.texi (Key Sequences): Clarify use of kbd.
2904 2006-10-10  Kim F. Storm  <storm@cua.dk>
2906         * lists.texi (Sets And Lists): Add memql.
2908 2006-10-03  Richard Stallman  <rms@gnu.org>
2910         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2911         Clarify :ascii: and :nonascii:.
2913 2006-09-29  Juri Linkov  <juri@jurta.org>
2915         * modes.texi (%-Constructs): Reorder coding systems in the
2916         documentation of %z to the real order displayed in the modeline.
2918 2006-09-25  Richard Stallman  <rms@gnu.org>
2920         * os.texi (Timers): Describe timer-max-repeats.
2922 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2924         * os.texi (Timers): Mention with-local-quit.
2926 2006-09-24  Richard Stallman  <rms@gnu.org>
2928         * searching.texi (Searching and Matching): Mention property search.
2930         * commands.texi (Command Loop Info): Explain how read-event affects
2931         this-command-keys.
2933 2006-09-20  Richard Stallman  <rms@gnu.org>
2935         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2937         * windows.texi (Window Start): Minor cleanups.
2939 2006-09-20  Kim F. Storm  <storm@cua.dk>
2941         * windows.texi (Window Start): pos-visible-in-window-p allows
2942         specifying t for position to mean "end of window".
2943         Add window-line-height.
2945         * anti.texi (Antinews): Mention window-line-height.
2947 2006-09-19  David Kastrup  <dak@gnu.org>
2949         * keymaps.texi (Searching Keymaps): Small clarification.
2951 2006-09-18  Richard Stallman  <rms@gnu.org>
2953         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2954         cause keyboard menus.
2955         (Menu Keymaps): Likewise.
2956         (Defining Menus, Keyboard Menus): Clarify.
2958         * text.texi (Fields): Clarify explanation of constrain-to-field.
2960 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
2962         * variables.texi (Tips for Defining): Fix a typo.
2964 2006-09-15  Richard Stallman  <rms@gnu.org>
2966         * keymaps.texi (Remapping Commands, Searching Keymaps)
2967         (Active Keymaps): Clean up previous change.
2969 2006-09-15  Jay Belanger  <belanger@truman.edu>
2971         * gpl.texi: Replace "Library Public License" by "Lesser Public
2972         License" throughout.
2974 2006-09-15  David Kastrup  <dak@gnu.org>
2976         * keymaps.texi (Active Keymaps): Adapt description to use
2977         `get-char-property' instead `get-text-property'.  Explain how
2978         mouse events change this.  Explain the new optional argument of
2979         `key-binding' and its mouse-dependent lookup.
2980         (Searching Keymaps): Adapt description similarly.
2981         (Remapping Commands): Explain the new optional argument of
2982         `command-remapping'.
2984 2006-09-14  Richard Stallman  <rms@gnu.org>
2986         * keymaps.texi (Searching Keymaps): Clarification.
2987         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2989 2006-09-13  Richard Stallman  <rms@gnu.org>
2991         * objects.texi (Character Type): Node split.
2992         Add xref to Describing Characters.
2993         (Basic Char Syntax, General Escape Syntax)
2994         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2996 2006-09-11  Richard Stallman  <rms@gnu.org>
2998         * display.texi (Display Table Format): Wording clarification.
2999         (Glyphs): Clarifications.
3001 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
3003         * keymaps.texi (Active Keymaps): Mention that key-binding checks
3004         local maps.
3006 2006-09-10  Kim F. Storm  <storm@cua.dk>
3008         * display.texi (Forcing Redisplay): Document return value of
3009         function redisplay.
3011 2006-09-09  Richard Stallman  <rms@gnu.org>
3013         * windows.texi (Window Hooks): Explain limits of
3014         window-scroll-functions.
3016         * display.texi (Fringe Indicators): Update for last change in
3017         indicate-buffer-boundaries.
3019 2006-09-08  Richard Stallman  <rms@gnu.org>
3021         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3023 2006-09-06  Kim F. Storm  <storm@cua.dk>
3025         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3027         * windows.texi (Window Start): Update pos-visible-in-window-p.
3029 2006-09-04  Richard Stallman  <rms@gnu.org>
3031         * processes.texi (Accepting Output): Explain SECONDS=0 for
3032         accept-process-output.
3034         * os.texi (Idle Timers): Explain why timer functions should not
3035         loop until (input-pending-p).
3037 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
3039         * makefile.w32-in (usermanualdir): New variable.
3040         (elisp.dvi): Use it.
3042 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
3044         * buffers.texi (Buffer Modification): Fix last change.
3046 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
3048         * buffers.texi (Buffer Modification): Document
3049         buffer-chars-modified-tick.
3051 2006-08-31  Richard Stallman  <rms@gnu.org>
3053         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3055 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
3057         * modes.texi (Syntactic Font Lock):
3058         Mention font-lock-syntactic-face-function
3059         instead of specific faces.
3061 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
3063         * display.texi (Images): Add xrref to display-images-p.
3065 2006-08-28  Kenichi Handa  <handa@m17n.org>
3067         * nonascii.texi (Lisp and Coding Systems): Fix description of
3068         detect-coding-region.
3070 2006-08-27  Michael Olson  <mwolson@gnu.org>
3072         * processes.texi (Transaction Queues): Remove stray quote
3073         character.
3075 2006-08-25  Richard Stallman  <rms@gnu.org>
3077         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3078         Add xref.
3080 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
3082         * os.texi (Timers): Avoid waiting inside timers.
3084 2006-08-21  Lute Kamstra  <lute@gnu.org>
3086         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3088 2006-08-20  Richard Stallman  <rms@gnu.org>
3090         * os.texi (Idle Timers): New node, split out from Timers.
3091         Document current-idle-time.
3092         * commands.texi (Reading One Event): Update xref.
3093         * elisp.texi (Top): Update subnode menu.
3095 2006-08-16  Richard Stallman  <rms@gnu.org>
3097         * keymaps.texi (Extended Menu Items): Show format of cached
3098         bindings in extended menu items.
3100         * customize.texi (Variable Definitions): Explain when the
3101         standard value expression is evaluated.
3103 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
3105         * commands.texi (Reading One Event): Explain idleness in
3106         `read-event'.
3108 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
3110         * text.texi (Near Point): Say "cursor" not "terminal cursor".
3111         (Commands for Insertion): Removed split-line since it's not
3112         relevant for Lisp programming.
3113         (Yank Commands): Rewrite introduction.
3114         (Undo): Clarify.
3115         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
3116         (Filling): Remove redundant comment.  Clarify return value of
3117         current-justification.
3118         (Margins): Minor clarifications.
3119         (Adaptive Fill): Update default value of adaptive-fill-regexp.
3120         (Sorting): Update definition of sort-lines.
3121         (Columns): Clarify behavior of sort-columns.
3122         (Indent Tabs): Link to Tab Stops in Emacs manual.
3123         (Special Properties): Clarify.
3124         (Clickable Text): Mention Buttons package.
3126 2006-08-12  Kevin Ryde  <user42@zip.com.au>
3128         * os.texi (Time Parsing): Add %z to description of
3129         format-time-string, as per docstring.  Add cross reference to
3130         glibc manual for strftime.
3132 2006-08-08  Richard Stallman  <rms@gnu.org>
3134         * modes.texi: Clean up wording in previous change.
3136 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
3138         * modes.texi (Hooks): Clarify.
3139         (Major Mode Basics): Mention define-derived-mode explicitly.
3140         (Major Mode Conventions): Rebinding RET is OK for some modes.
3141         Mention change-major-mode-hook and after-change-major-mode-hook.
3142         (Example Major Modes): Moved to end of Modes section.
3143         (Mode Line Basics): Clarify.
3144         (Mode Line Data): Mention help-echo and local-map in strings.
3145         Explain reason for treatment of non-risky variables.
3146         (Properties in Mode): Clarify.
3147         (Faces for Font Lock): Add font-lock-negation-char-face.
3149 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
3151         * strings.texi (Formatting Strings): Warn against arbitrary
3152         strings as first arg to `format'.
3154 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
3156         * text.texi (Clickable Text): Mention `help-echo' text property.
3157         Update intro, examples and associated explanations.
3159 2006-07-31  Richard Stallman  <rms@gnu.org>
3161         * commands.texi: Update xrefs.
3162         (Event Mod): New node, cut out from old Translating Input.
3164         * maps.texi: Update xrefs.
3166         * keymaps.texi (Translation Keymaps): New node.
3167         Update xrefs from Translating Input to Translation Keymaps.
3169         * elisp.texi (Top): Update subnode menu.
3171         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3173         * os.texi (System Interface): Fix menu descriptions of some nodes.
3174         (Translating Input): Node deleted.
3176 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3178         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3180         * lists.texi (Sets And Lists): Likewise.
3182 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
3184         * text.texi (Fields): Mention POS
3185         requirement when narrowing is in effect.
3187 2006-07-28  Richard Stallman  <rms@gnu.org>
3189         * display.texi (Face Attributes): Simplify wording.
3190         (Attribute Functions): Clarify meaning of new-frame default
3191         attribute settings.
3193         * customize.texi (Common Keywords): Document how to use
3194         :package-version in a package not in Emacs.
3196 2006-07-28  Kim F. Storm  <storm@cua.dk>
3198         * commands.texi (Reading One Event): Fix last change.
3200 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
3202         * commands.texi (Reading One Event): Document SECONDS argument for
3203         read-event, read-char, and read-char-exclusive.
3205 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3208         to ensure correct identification.
3210 2006-07-24  Richard Stallman  <rms@gnu.org>
3212         * text.texi (Clickable Text): Clarify.
3214         * sequences.texi (Vector Functions): Delete duplicate xref.
3216         * objects.texi (Function Type): Clarify.
3218         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3219         modes.
3221         * lists.texi (List Variables): New node.
3222         Material moved from other nodes.
3224         * variables.texi (Setting Variables): add-to-list and
3225         add-to-ordered-list moved to List Variables node.
3227 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
3229         * text.texi (Links and Mouse-1):
3230         For mouse-on-link-p, expand on arg POS.
3232 2006-07-21  Kim F. Storm  <storm@cua.dk>
3234         * display.texi (Forcing Redisplay): Don't mention systems which
3235         don't support sub-second timers for redisplay-preemption-period.
3237         * os.texi (Terminal Output): Clarify text vs graphical terminal.
3239 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
3241         * frames.texi (Input Focus): Document that focus-follows-mouse has
3242         no effect on MS-Windows.
3244 2006-07-18  Richard Stallman  <rms@gnu.org>
3246         * display.texi (Forcing Redisplay): Cleanups in previous change.
3248         * processes.texi (Low-Level Network): Make menu more convenient.
3250 2006-07-18  Kim F. Storm  <storm@cua.dk>
3252         * display.texi (Forcing Redisplay): redisplay-preemption-period
3253         only used on window systems.  Add xref to Terminal Output.
3255         * os.texi (Terminal Output): baud-rate only controls preemption on
3256         non-window systems.  Add xref to Forcing Redisplay.
3258         * processes.texi (Low-Level Network): Rename node "Make Network"
3259         to "Network Processes".
3261 2006-07-18  Karl Berry  <karl@gnu.org>
3263         * variables.texi, functions.texi, customize.texi, loading.texi:
3264         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3266 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
3268         * commands.texi (Waiting): Document batch-mode sit-for behavior.
3270 2006-07-17  Richard Stallman  <rms@gnu.org>
3272         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3273         Put period and comma inside quotes.
3275         * loading.texi, markers.texi: Use real doublequote inside menus.
3277         * windows.texi: Put point and comma inside quotes.
3278         (Textual Scrolling): Use @samp for error message.
3280         * variables.texi, tips.texi, syntax.texi, symbols.texi:
3281         * strings.texi, streams.texi, processes.texi, os.texi:
3282         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3283         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3284         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3285         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3286         Put point and comma inside quotes.
3288         * control.texi (Processing of Errors): Add command-error-function.
3290         * variables.texi (File Local Variables): Clarify that
3291         file local variables make buffer-local bindings.
3293         * modes.texi (Syntactic Font Lock): Give default for
3294         font-lock-syntax-table.
3296 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
3298         * text.texi (Special Properties): Clean up previous change.
3300 2006-07-16  Karl Berry  <karl@gnu.org>
3302         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3303         * control.texi: Fix bad page breaks through chapter 10 (control).
3305         * anti.texi (Antinews): Reorder face-attribute fns to avoid
3306         underfull hbox.
3308 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
3310         * text.texi (Special Properties): Describe fontified text property
3311         in relation to a character (not text).
3313 2006-07-15  Kim F. Storm  <storm@cua.dk>
3315         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3316         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3317         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3319         * anti.texi (Antinews): Mention redisplay function.
3320         The kbd macro existed, but was not documented, before 22.x.
3321         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3323 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
3325         * display.texi (Displaying Messages): Add anchor.
3327         * frames.texi (Dialog Boxes): Use it.
3329 2006-07-12  Richard Stallman  <rms@gnu.org>
3331         * objects.texi (Frame Type): Explain nature of frames better.
3333         * frames.texi (Frames): Explain nature of frames better.
3335 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
3337         * tips.texi (Coding Conventions): Explain why use cl at compile time.
3339 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3341         * frames.texi (Window System Selections): Mention scrap support for Mac.
3342         Default value of x-select-enable-clipboard is t on Mac.
3344         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3346 2006-07-11  Kim F. Storm  <storm@cua.dk>
3348         * display.texi (Forcing Redisplay): Add `redisplay' function.
3349         Don't mention (sit-for -1) -- use (redisplay t) instead.
3351         * commands.texi (Waiting): (sit-for -1) is no longer special.
3352         (sit-for 0) is equivalent to (redisplay).
3353         Iconifying/deiconifying no longer makes sit-for return.
3355 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
3357         * display.texi (Buttons): Fix typo.
3359         * index.texi, elisp.texi (New Symbols): Comment node out.
3361 2006-07-09  Richard Stallman  <rms@gnu.org>
3363         * display.texi (Truncation): Clean up previous change.
3365 2006-07-08  Richard Stallman  <rms@gnu.org>
3367         * commands.texi (Interactive Call): Use 3 as prefix in example
3368         for execute-extended-command.
3370         * display.texi (Attribute Functions): Move paragraph about
3371         compatibility with Emacs < 21.
3373 2006-07-09  Kim F. Storm  <storm@cua.dk>
3375         * display.texi (Refresh Screen): Clarify force-window-update.
3376         (Truncation): "Normally" indicated by fringe arrows.
3378 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
3380         * windows.texi (Textual Scrolling, Resizing Windows):
3381         * variables.texi (Constant Variables):
3382         * text.texi (Buffer Contents, Deletion, Changing Properties)
3383         (Property Search, Special Properties, Sticky Properties)
3384         (Links and Mouse-1, Fields, Change Hooks):
3385         * syntax.texi (Syntax Table Functions, Parsing Expressions)
3386         (Categories):
3387         * symbols.texi (Other Plists):
3388         * streams.texi (Output Variables):
3389         * processes.texi (Input to Processes, Query Before Exit):
3390         * positions.texi (Word Motion, Text Lines, List Motion):
3391         * os.texi (Init File, System Environment, Sound Output)
3392         (Session Management):
3393         * nonascii.texi (Text Representations, Character Sets)
3394         (Chars and Bytes, Locales):
3395         * modes.texi (Defining Minor Modes, Header Lines):
3396         * minibuf.texi (Minibuffer Contents):
3397         * markers.texi (Information from Markers):
3398         * lists.texi (List Elements, Building Lists, Association Lists):
3399         * keymaps.texi (Tool Bar):
3400         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3401         * functions.texi (What Is a Function, Mapping Functions):
3402         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3403         (Color Names, Text Terminal Colors, Display Feature Testing):
3404         * files.texi (Visiting Functions, File Name Components)
3405         (Unique File Names, Contents of Directories):
3406         * display.texi (Forcing Redisplay, Displaying Messages)
3407         (Temporary Displays, Font Selection, Auto Faces)
3408         (Font Lookup, Fringe Indicators, Display Margins)
3409         (Image Descriptors, Showing Images, Image Cache, Button Types)
3410         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3411         (Display Table Format, Glyphs):
3412         * control.texi (Iteration):
3413         * commands.texi (Command Loop Info, Adjusting Point):
3414         * backups.texi (Making Backups, Auto-Saving):
3415         Remove @tindex entries.
3417 2006-07-07  Kim F. Storm  <storm@cua.dk>
3419         * display.texi (Fringe Cursors): Fix typo.
3420         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3421         (Overlay Arrow): Default is overlay-arrow fringe indicator.
3423 2006-07-05  Richard Stallman  <rms@gnu.org>
3425         * text.texi (Buffer Contents): Add example of text props
3426         in result of buffer-substring.
3427         (Text Properties): Explain better about use of specific property names.
3428         (Property Search): Some cleanups; reorder some functions.
3430         * keymaps.texi (Changing Key Bindings): Cleanup.
3431         Add xref to Key Binding Conventions.
3433         * display.texi (Attribute Functions): Add examples for
3434         face-attribute-relative-p.
3436         * tips.texi (Coding Conventions): Cleanup last change.
3438 2006-07-05  Karl Berry  <karl@gnu.org>
3440         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3441         Remove @setchapternewpage odd.
3442         Result is 1013 pages, down from 1100.
3444         * anti.texi, customize.texi, display.texi, internals.texi:
3445         * minibuf.texi, modes.texi, tips.texi:
3446         Fix overfull/underfull boxes.
3448 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
3450         * edebug.texi (Instrumenting):
3451         Add Edebug-specific findex for eval-buffer.
3452         * loading.texi (Loading):
3453         Replace eval-current-buffer with eval-buffer.
3455 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
3457         * locals.texi (Standard Buffer-Local Variables): Update the list
3458         of variables.
3460 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
3462         * files.texi (File Name Completion): Point user to the node
3463         "Reading File Names".
3465 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
3467         * files.texi (Contents of Directories): Document case-insensitive
3468         behavior on respective filesystems.
3470         * objects.texi (Character Type): Document that Emacs signals an
3471         error for unsupported Unicode characters specified as \uNNNN.
3473 2006-06-19  Richard Stallman  <rms@gnu.org>
3475         * processes.texi (Bindat Spec): Clarify previous change.
3477 2006-06-16  Richard Stallman  <rms@gnu.org>
3479         * tips.texi (Coding Conventions): Better explain conventions
3480         for definition constructs.
3482         * text.texi (Special Properties): String value of `read-only'
3483         serves as the error message.
3485         * objects.texi (Character Type): Clarify prev. change.
3486         (Non-ASCII in Strings): Mention \u and \U.
3488         * commands.texi (Using Interactive): Explain problem of
3489         markers, etc., in command-history.
3491 2006-06-14  Kim F. Storm  <storm@cua.dk>
3493         * commands.texi (Waiting): Negative arg to sit-for forces
3494         redisplay even if input is pending.
3496         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3497         redisplay.  Remove incorrect example of binding redisplay-dont-pause
3498         around (sit-for 0).
3500 2006-06-13  Richard Stallman  <rms@gnu.org>
3502         * display.texi (Forcing Redisplay): Clarify previous change.
3504 2006-06-13  Romain Francoise  <romain@orebokech.com>
3506         * display.texi (Forcing Redisplay): Fix typo.
3508 2006-06-13  Kim F. Storm  <storm@cua.dk>
3510         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3512 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3514         * tips.texi (Coding Conventions): Add `@end itemize'.
3516 2006-06-10  Richard Stallman  <rms@gnu.org>
3518         * tips.texi (Coding Conventions): Explain use of coding systems
3519         to ensure one decoding for strings.
3521 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
3523         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3524         syntax.
3526 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
3528         * display.texi (Font Selection): Remove description of
3529         clear-face-cache.
3531         * compile.texi (Eval During Compile): Fix a typo.  Add index
3532         entries for possible uses of eval-when-compile.
3534 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
3536         * display.texi (Abstract Display): Fix typo.
3538 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
3540         * minibuf.texi (Minibuffer History) <history-add-new-input>:
3541         Reword variable's description.
3543 2006-06-01  Richard Stallman  <rms@gnu.org>
3545         * windows.texi (Splitting Windows): Clarify splitting nonselected
3546         window.
3548 2006-05-31  Juri Linkov  <juri@jurta.org>
3550         * minibuf.texi (Minibuffer History): Add history-add-new-input.
3552 2006-05-30  Richard Stallman  <rms@gnu.org>
3554         * display.texi (Line Height): Fix errors in description of
3555         default line height and line-height property.
3557         * nonascii.texi (Default Coding Systems): Further clarification.
3559 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3561         * internals.texi (Pure Storage): Mention that an overflow in pure
3562         space causes a memory leak.
3563         (Garbage Collection): If there was an overflow in pure space,
3564         `garbage-collect' returns nil.
3566 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
3568         * nonascii.texi (Default Coding Systems): Fix it some more.
3570 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
3572         * nonascii.texi (Default Coding Systems): Fix last change.
3574 2006-05-29  Kenichi Handa  <handa@m17n.org>
3576         * nonascii.texi (find-operation-coding-system): Describe the new
3577         argument format (FILENAME . BUFFER).
3579 2006-05-28  Richard Stallman  <rms@gnu.org>
3581         * tips.texi (Coding Conventions): Better explain reasons not to
3582         advise other packages or use `eval-after-load'.
3584 2006-05-29  Kim F. Storm  <storm@cua.dk>
3586         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3587         `bindat-idx' and `bindat-raw' for clarity.
3589 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3591         * processes.texi (Bindat Spec): Expand on `repeat' handler.
3593         * display.texi (Display): Add "Abstract Display" to menu.
3594         (Abstract Display, Abstract Display Functions)
3595         (Abstract Display Example): New nodes.
3596         * elisp.texi (Top): Add "Abstract Display" to menu.
3598 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3600         * keymaps.texi (Key Sequences): Link to input events definition.
3601         (Format of Keymaps): Delete material duplicated in Keymap Basics.
3603         * files.texi (Changing Files): Document updated argument list for
3604         copy-file.
3606 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3608         * processes.texi (Bindat Functions): Explain term "total length".
3609         Use it in bindat-length and bindat-pack descriptions.
3611 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3613         * tips.texi (Coding Conventions): Advise against using
3614         eval-after-load in packages.  Add an index entry.
3616 2006-05-25  Juri Linkov  <juri@jurta.org>
3618         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3620         * modes.texi (%-Constructs): Add %e, %z, %Z.
3622 2006-05-25  Richard Stallman  <rms@gnu.org>
3624         * elisp.texi (Top): Update subnode menu.
3626         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3627         (Keymaps): Update menu.
3629 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3631         * keymaps.texi (Key Sequences): Some clarifications.
3633 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3635         * processes.texi (Bindat Functions): Say "unibyte string"
3636         explicitly for bindat-unpack and bindat-pack descriptions.
3637         (Bindat Examples): Don't call `string-make-unibyte' in example.
3639 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3641         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
3642         Explain string and vector representations of key sequences.
3644         * keymaps.texi (Changing Key Bindings):
3645         * commands.texi (Interactive Codes):
3646         * help.texi (Describing Characters): Refer to it.
3648 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
3650         * frames.texi (Pointer Shape): @end table -> @end defvar.
3652 2006-05-22  Richard Stallman  <rms@gnu.org>
3654         * elisp.texi (Top): Update subnode menus.
3656         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3657         Contents rewritten; material from old Pointer Shape node moved here.
3659         * display.texi (Pointer Shape): Node deleted.
3660         (Image Descriptors): Minor cleanup.
3662 2006-05-21  Richard Stallman  <rms@gnu.org>
3664         * syntax.texi (Parsing Expressions): Update info on which STATE
3665         elements are ignored.
3667 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3669         * hooks.texi (Standard Hooks): Correct typo.
3671         * gpl.texi (GPL): ifinfo -> ifnottex.
3673 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
3675         * searching.texi (Simple Match Data): Warn about match data being
3676         set anew by every search.
3678 2006-05-17  Richard Stallman  <rms@gnu.org>
3680         * minibuf.texi (Minibuffer History): Clarify.
3682         * searching.texi (Regexp Special): Clarify nested regexp warning.
3684 2006-05-16  Kim F. Storm  <storm@cua.dk>
3686         * minibuf.texi (Minibuffer History): Update add-to-history.
3688 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
3690         * nonascii.texi (Explicit Encoding): Fix
3691         typo (encoding<->decoding).
3693 2006-05-14  Richard Stallman  <rms@gnu.org>
3695         * buffers.texi (Creating Buffers): Cleanup.
3697         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3699 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
3701         * buffers.texi (Current Buffer): Document that with-temp-buffer
3702         disables undo.
3704         * os.texi (Terminal-Specific): More accurate description of how
3705         Emacs searches for the terminal-specific libraries.
3707 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
3709         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3710         emacs-xtra to @inforef's.
3712         * text.texi (Undo): Document that undo is turned off in buffers
3713         whose names begin with a space.
3715         * buffers.texi (Buffer Names): Add index entries for buffers whose
3716         names begin with a space.
3717         (Creating Buffers): Document that undo is turned off in buffers
3718         whose names begin with a space.
3720         * files.texi (Visiting Functions, Reading from Files)
3721         (Saving Buffers): Mention code and EOL conversions by file I/O
3722         primitives and subroutines.
3724         * nonascii.texi (Lisp and Coding Systems): Document
3725         coding-system-eol-type.  Add index entries for eol conversion.
3727         * display.texi (Defining Faces): Mention `mac', and add an xref to
3728         where window-system is described.
3730 2006-05-10  Richard Stallman  <rms@gnu.org>
3732         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3734 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3736         * variables.texi (File Local Variables): Recommend to quote lambda
3737         expressions in safe-local-variable property.
3739 2006-05-09  Richard Stallman  <rms@gnu.org>
3741         * variables.texi (File Local Variables): Document
3742         safe-local-eval-forms and safe-local-eval-function.
3744 2006-05-07  Kim F. Storm  <storm@cua.dk>
3746         * minibuf.texi (Minibuffer History): Remove keep-dups arg
3747         from add-to-history.
3749 2006-05-07  Romain Francoise  <romain@orebokech.com>
3751         * commands.texi (Event Input Misc):
3752         * compile.texi (Eval During Compile):
3753         * internals.texi (Buffer Internals):
3754         * minibuf.texi (Initial Input):
3755         * nonascii.texi (Scanning Charsets):
3756         * numbers.texi (Comparison of Numbers):
3757         * windows.texi (Textual Scrolling, Vertical Scrolling):
3758         Fix various typos.
3760 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3762         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3763         conditional xref's to either emacs or emacs-xtra, depending on
3764         @iftex/@ifnottex.
3766         * minibuf.texi (Minibuffer History): Document add-to-history.
3768 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3770         * internals.texi (Pure Storage): Mention the pure overflow message
3771         at startup.
3773 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
3775         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3776         (Searching Keymaps): Fix pseudo-Lisp description of keymap
3777         search.
3779 2006-05-01  Richard Stallman  <rms@gnu.org>
3781         * intro.texi (nil and t): Clarify.
3783         * variables.texi (File Local Variables): Suggest using booleanp.
3785 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
3787         * objects.texi (Type Predicates): Fix typos.
3789 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3791         * intro.texi (nil and t): Add booleanp.
3793         * objects.texi (Type Predicates): Add links for booleanp and
3794         string-or-null-p.
3796 2006-04-29  Richard Stallman  <rms@gnu.org>
3798         * modes.texi (Multiline Font Lock): Rename from
3799         Multi line Font Lock Elements.  Much clarification.
3800         (Font Lock Multiline, Region to Fontify): Much clarification.
3802 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         * variables.texi (File Local Variables): Remove the special case t for
3805         safe-local-variable.
3807 2006-04-26  Richard Stallman  <rms@gnu.org>
3809         * syntax.texi (Parsing Expressions): Minor cleanup.
3811 2006-04-18  Richard Stallman  <rms@gnu.org>
3813         * tips.texi (Coding Conventions): Explain when the package's
3814         prefix should appear later on (not at the start of the name).
3816         * searching.texi (String Search): Clarify effect of NOERROR.
3818         * modes.texi (Imenu): Clarify what special items do.
3820         * hooks.texi (Standard Hooks): Delete text about old hook names.
3822 2006-04-17  Romain Francoise  <romain@orebokech.com>
3824         * variables.texi (Local Variables): Update the default value of
3825         `max-specpdl-size'.
3827 2006-04-15  Michael Olson  <mwolson@gnu.org>
3829         * processes.texi (Transaction Queues): Mention the new optional
3830         `delay-question' argument for `tq-enqueue'.
3832 2006-04-13  Bill Wohler  <wohler@newt.com>
3834         * customize.texi (Common Keywords): Use dotted notation for
3835         :package-version value.  Specify its values.  Improve documentation
3836         for customize-package-emacs-version-alist.
3838 2006-04-12  Bill Wohler  <wohler@newt.com>
3840         * customize.texi (Common Keywords): Move description of
3841         customize-package-emacs-version-alist to @defvar.
3843 2006-04-10  Bill Wohler  <wohler@newt.com>
3845         * customize.texi (Common Keywords): Add :package-version.
3847 2006-04-10  Kim F. Storm  <storm@cua.dk>
3849         * text.texi (Buffer Contents): Add NOPROPS arg to
3850         filter-buffer-substring.
3852 2006-04-08  Kevin Ryde  <user42@zip.com.au>
3854         * os.texi (Command-Line Arguments): Update xref to emacs manual
3855         "Command Arguments" -> "Emacs Invocation", per change there.
3857 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
3859         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3860         be on one line to help makeinfo not render two spaces after the dot.
3862 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3864         * strings.texi (Predicates for Strings): Add string-or-null-p.
3866 2006-03-28  Kim F. Storm  <storm@cua.dk>
3868         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3869         remarks about systems that don't support fractional seconds.
3871 2006-03-25  Karl Berry  <karl@gnu.org>
3873         * elisp.texi: Use @copyright{} instead of (C), and do not indent
3874         the year list.
3876 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3878         * display.texi (Fringe Indicators): Fix typos.
3880 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
3882         * tips.texi (Documentation Tips): One can now also write `program'
3883         in front of a quoted symbol in a docstring to prevent making a
3884         hyperlink.
3886 2006-03-19  Alan Mackenzie  <acm@muc.de>
3888         * text.texi (Special Properties): Clarify `fontified' property.
3890 2006-03-16  Richard Stallman  <rms@gnu.org>
3892         * display.texi (Defining Images): Minor cleanup.
3894 2006-03-16  Bill Wohler  <wohler@newt.com>
3896         * display.texi (Defining Images): In image-load-path-for-library,
3897         prefer user's images.
3899 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3901         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3903 2006-03-15  Bill Wohler  <wohler@newt.com>
3905         * display.texi (Defining Images): Fix example in
3906         image-load-path-for-library by not recommending that one binds
3907         image-load-path.  Just defvar it to placate compiler and only use
3908         it if previously defined.
3910 2006-03-14  Bill Wohler  <wohler@newt.com>
3912         * display.texi (Defining Images): In image-load-path-for-library,
3913         always return list of directories.  Update example.
3915 2006-03-14  Alan Mackenzie  <acm@muc.de>
3917         * modes.texi: New node, "Region to Fontify" (for Font Lock).
3918         This describes font-lock-extend-region-function.
3919         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3920         the new node "Region to Fontify".
3922 2006-03-13  Richard Stallman  <rms@gnu.org>
3924         * display.texi (Invisible Text): The impossible position is
3925         now before the invisible text, not after.
3926         (Defining Images): Clean up last change.
3928 2006-03-11  Bill Wohler  <wohler@newt.com>
3930         * display.texi (Defining Images): Add image-load-path-for-library.
3932 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
3934         * text.texi (Adaptive Fill): Fix Texinfo usage.
3936         * strings.texi (Creating Strings): Fix Texinfo usage.
3938         * searching.texi (Regexp Special): Use @samp for regular
3939         expressions that are not in Lisp syntax.
3941 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
3943         * searching.texi (Regexp Special): Put remark between parentheses
3944         to avoid misreading.
3946 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
3948         * searching.texi (Syntax of Regexps): More accurately describe
3949         which characters are special in which situations.
3950         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3951         are not special.  Describe in detail when `[' and `]' are special.
3952         (Regexp Backslash): Plenty of regexps with unbalanced square
3953         brackets are valid, so reword that statement.
3955 2006-03-02  Kim F. Storm  <storm@cua.dk>
3957         * keymaps.texi (Tool Bar): Add tool-bar-border.
3959 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
3961         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
3963 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
3965         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3967         * files.texi (Locating Files): Suggest additional values for the
3968         SUFFIXES arg of `locate-file'.  Update pxref.
3970         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3971         (How Programs Do Loading): Discuss the effects of Auto Compression
3972         mode on `load'.
3973         (Load Suffixes): New node.
3974         (Library Search): Delete description of `load-suffixes'; it was
3975         moved to "Load Suffixes".
3976         (Autoload, Named Features): Mention `load-suffixes'.
3978 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3980         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3982         * windows.texi (Window Tree): Fix typo.
3984 2006-02-20  Kim F. Storm  <storm@cua.dk>
3986         * display.texi (Fringe Indicators): New section.
3987         Move indicate-empty-lines, indicate-buffer-boundaries, and
3988         default-indicate-buffer-boundaries here.
3989         Add fringe-indicator-alist and default-fringes-indicator-alist.
3990         Add list of logical fringe indicator symbols.
3991         Update list of standard bitmap names.
3992         (Fringe Cursors): New section.
3993         Move overflow-newline-into-fringe here.
3994         Add fringe-cursor-alist and default-fringes-cursor-alist.
3995         Add list of fringe cursor symbols.
3997 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
3999         * commands.texi (Using Interactive): Fix reference to node
4000         "Minibuffers".
4002 2006-02-19  Richard M. Stallman  <rms@gnu.org>
4004         * minibuf.texi (High-Level Completion):
4005         Add xref to read-input-method-name.
4007         * files.texi (Relative File Names): Move file-relative-name here.
4008         (File Name Expansion): From here.  Minor clarifications.
4010         * commands.texi (Using Interactive): Add xrefs about reading input.
4011         Clarify remarks about that moving point and mark.
4012         Put string case before list case.
4014 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
4016         * display.texi (Other Display Specs, Image Descriptors):
4017         Revert erroneous changes.  The previous description of
4018         image-descriptors as `(image . PROPS)' was correct.
4020 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4022         * variables.texi (File Local Variables): Clarifications.
4024 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4026         * variables.texi (File Local Variables): Use @code for a cons
4027         cell, not @var.
4029 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4031         * variables.texi (File Local Variables): Document new file local
4032         variable behavior.
4034 2006-02-10  Kim F. Storm  <storm@cua.dk>
4036         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4038 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
4040         * modes.texi (%-Constructs): Remove obsolete info about
4041         `global-mode-string'.
4043 2006-02-07  Richard M. Stallman  <rms@gnu.org>
4045         * commands.texi (Prefix Command Arguments): Minor cleanup.
4047         * display.texi: "Graphical display", not window system.
4049         * functions.texi (What Is a Function): Fix xref.
4051         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4052         (Changing Key Bindings): Clarify when remapping is better than
4053         substitute-key-definition.
4055 2006-02-02  Richard M. Stallman  <rms@gnu.org>
4057         * minibuf.texi (Basic Completion): Completion alists are risky.
4059         * keymaps.texi (Active Keymaps): Clarifications.
4060         (Searching Keymaps): New node.
4061         (Keymaps): Update menu.
4063         * frames.texi (Layout Parameters): Minor clarification.
4064         (Drag and Drop): New node.
4065         (Frames): Update menu.
4067 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
4069         * display.texi (Other Display Specs, Image Descriptors):
4070         Image description is a list, not a cons cell.
4072 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
4074         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4075         list is not necessarily a list).
4077 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
4079         * frames.texi (Layout Parameters): border-width and
4080         internal-border-width belong to the frame, not the window.
4082 2006-01-19  Richard M. Stallman  <rms@gnu.org>
4084         * nonascii.texi (Translation of Characters): Search cmds use
4085         translation-table-for-input.  Automatically made local.
4087         * markers.texi (Overview of Markers): Count insertion type
4088         as one of a marker's attributes.
4090         * keymaps.texi (Controlling Active Maps): New node, split out of
4091         Active Keymaps.
4092         (Keymaps): Menu updated.
4093         (Active Keymaps): Give pseudocode to explain how the active
4094         maps are searched.  current-active-maps and key-binding moved here.
4095         (Functions for Key Lookup): current-active-maps and key-binding moved.
4096         Clarifications.
4097         (Searching the Keymaps): New subnode.
4099         * elisp.texi (Top): Menu clarification.
4101         * display.texi (Other Display Specs): Delete duplicate entry for
4102         just a string as display spec.  Move text about recursive display
4103         specs on such a string.
4105         * commands.texi (Key Sequence Input): Clarify.
4106         Move num-nonmacro-input-events out.
4107         (Reading One Event): num-nonmacro-input-events moved here.
4109 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
4111         * advice.texi (Simple Advice): Update example to fit argument
4112         change in previous-line.
4114 2006-01-05  Richard M. Stallman  <rms@gnu.org>
4116         * markers.texi (The Mark): Fix in `mark'.
4118 2006-01-04  Richard M. Stallman  <rms@gnu.org>
4120         * processes.texi (Misc Network, Make Network): Minor cleanups.
4122 2006-01-04  Kim F. Storm  <storm@cua.dk>
4124         * processes.texi (Make Network): Add IPv6 addresses and handling.
4125         (Network Feature Testing): Mention (:family ipv6).
4126         (Misc Network): Add IPv6 formats to format-network-address.
4128 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4130         * text.texi (Changing Properties):
4131         Don't use return value of set-text-properties.
4133 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4135         * modes.texi (Mode Line Format): Correct typo in menu.
4137 2005-12-29  Richard M. Stallman  <rms@gnu.org>
4139         * modes.texi (Mode Line Top): New node.
4140         (Mode Line Data): Some text moved to new node.
4141         Explain the data structure more concretely.
4142         (Mode Line Basics): Clarifications.
4143         (Mode Line Variables): Clarify intro paragraph.
4144         (%-Constructs): Clarify intro paragraph.
4145         (Mode Line Format): Update menu.
4147 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4149         * minibuf.texi (Basic Completion): Update lazy-completion-table
4150         examples for removal of ARGS argument.
4152 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4154         * text.texi (Undo): Restore some explanation from the version
4155         that was deleted.
4157 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
4159         * text.texi (Undo): Remove duplicate descriptions of `apply
4160         funname' and `apply delta' elements of the undo list.
4162 2005-12-20  Richard M. Stallman  <rms@gnu.org>
4164         * help.texi (Help Functions): Update documentation of `apropos'.
4166 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
4168         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4169         because it is confusing.  If the :help-echo keyword is a function,
4170         it is not directly used as the :help-echo overlay property, as the
4171         xref seems to suggest (it does not take the appropriate args).
4173 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4175         * customize.texi (Common Keywords): Fix Texinfo usage.
4176         (Group Definitions, Variable Definitions): Update for new
4177         conventions for using `*' in docstrings.
4179         * tips.texi (Documentation Tips): Update for new conventions for
4180         using `*' in docstrings.
4182 2005-12-16  Richard M. Stallman  <rms@gnu.org>
4184         * minibuf.texi (Minibuffer Contents): Minor cleanup.
4186 2005-12-16  Juri Linkov  <juri@jurta.org>
4188         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4190 2005-12-14  Romain Francoise  <romain@orebokech.com>
4192         * modes.texi (Customizing Keywords): Rename `append' to `how'.
4193         Fix typo.
4195 2005-12-11  Juri Linkov  <juri@jurta.org>
4197         * minibuf.texi (Completion Commands): Add mention of read-file-name
4198         for filename completion keymaps.
4199         (Reading File Names): Add mention of filename completion keymaps
4200         for read-file-name and xref to `Completion Commands'.
4202 2005-12-10  Richard M. Stallman  <rms@gnu.org>
4204         * customize.texi (Common Keywords): State caveats for use of :tag.
4206 2005-12-08  Richard M. Stallman  <rms@gnu.org>
4208         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4209         with xrefs and better explanation.
4210         (Completion Commands): Add the filename completion maps.
4212         * objects.texi (Character Type): Clarify that \s is not space
4213         if a dash follows.
4215 2005-12-05  Richard M. Stallman  <rms@gnu.org>
4217         * windows.texi (Resizing Windows): Delete preserve-before args.
4219 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4222         in full keymaps, since the quirk has been fixed.
4224 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4226         * hooks.texi (Standard Hooks): Add index entries.  Mention
4227         `compilation-finish-functions'.
4229 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4231         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4233 2005-11-21  Juri Linkov  <juri@jurta.org>
4235         * customize.texi (Common Keywords): Update links types
4236         custom-manual and url-link.  Add link types emacs-library-link,
4237         file-link, function-link, variable-link, custom-group-link.
4239 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4241         * display.texi: Revert 2005-11-20 change.
4243 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4245         * processes.texi (Bindat Functions):
4246         Say "third" to refer to zero-based index "2".
4248 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
4250         * loading.texi (Library Search): Update the default value of
4251         `load-suffixes'.
4253 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4255         * display.texi (Attribute Functions): Mention :ignore-defface.
4257 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4259         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4260         (Minor Mode Conventions): Mention the use of a hook.
4262 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4264         * files.texi (Magic File Names): find-file-name-handler checks the
4265         `operations' property of the handler.
4267 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4269         * variables.texi (Frame-Local Variables): Small clarification.
4271 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4273         * os.texi (Init File): Document ~/.emacs.d/init.el.
4275 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4277         * internals.texi (Garbage Collection): Document memory-full.
4279 2005-10-28  Bill Wohler  <wohler@newt.com>
4281         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4282         for URLs.
4284 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4286         * minibuf.texi (Completion Commands): Clean up prev change.
4288 2005-10-26  Kevin Ryde  <user42@zip.com.au>
4290         * compile.texi (Eval During Compile): Explain recommended uses
4291         of eval-when-compile and eval-and-compile.
4293 2005-10-27  Masatake YAMATO  <jet@gyve.org>
4295         * minibuf.texi (Completion Commands):
4296         Write about new optional argument for `display-completion-list'.
4298 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4300         * display.texi (Overlay Arrow): Clarify about local bindings of
4301         overlay-arrow-position.
4303 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
4305         * internals.texi (Building Emacs): Fix last change.
4307 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4309         * internals.texi (Building Emacs): Document eval-at-startup.
4311 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4313         * loading.texi (Where Defined): load-history contains abs file names.
4314         symbol-file returns abs file names.
4316 2005-10-19  Kim F. Storm  <storm@cua.dk>
4318         * display.texi (Showing Images): Add max-image-size integer value.
4320 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4322         * display.texi (Showing Images): Document max-image-size.
4324 2005-10-17  Richard M. Stallman  <rms@gnu.org>
4326         * commands.texi (Quitting): Minor clarification.
4328         * processes.texi (Sentinels): Clarify about output and quitting.
4329         (Filter Functions): Mention with-local-quit.
4331 2005-10-17  Juri Linkov  <juri@jurta.org>
4333         * buffers.texi (Current Buffer):
4334         * commands.texi (Event Input Misc):
4335         * compile.texi (Eval During Compile, Compiler Errors):
4336         * customize.texi (Group Definitions):
4337         * display.texi (Progress, Defining Faces):
4338         * files.texi (Writing to Files):
4339         * modes.texi (Mode Hooks, Defining Minor Modes):
4340         * streams.texi (Output Functions):
4341         * syntax.texi (Syntax Table Functions):
4342         * text.texi (Change Hooks):
4343         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4345         * commands.texi (Quitting): Replace arg `forms' with `body' in
4346         `with-local-quit'.
4348         * positions.texi (Excursions): Replace arg `forms' with `body' in
4349         `save-excursion'.
4351 2005-10-08  Kim F. Storm  <storm@cua.dk>
4353         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4354         Rename manual section accordingly.
4356 2005-10-04  Kim F. Storm  <storm@cua.dk>
4358         * windows.texi (Window Split Tree): New section describing
4359         new function window-split-tree function.
4361 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
4363         * display.texi (Fringe Size/Pos): Simplify and add detail.
4365 2005-09-30  Romain Francoise  <romain@orebokech.com>
4367         * minibuf.texi (High-Level Completion): Explain that the prompt
4368         given to `read-buffer' should end with a colon and a space.
4369         Update usage examples.
4371 2005-09-29  Juri Linkov  <juri@jurta.org>
4373         * display.texi (Displaying Messages): Rename argument name
4374         `string' to `format-string' in functions `message', `message-box',
4375         `message-or-box'.
4377 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
4379         * errors.texi (Standard Errors): Correct xrefs.
4381 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4383         * display.texi (Defining Images): Update documentation for
4384         `image-load-path'.
4386 2005-09-17  Richard M. Stallman  <rms@gnu.org>
4388         * display.texi (Defining Images): Clean up previous change.
4390 2005-09-16  Romain Francoise  <romain@orebokech.com>
4392         * elisp.texi: Specify GFDL version 1.2.
4394         * doclicense.texi (GNU Free Documentation License): Update to
4395         version 1.2.
4397 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4399         * display.texi (Defining Images): Document `image-load-path'.
4401 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4403         * objects.texi (Printed Representation): Minor cleanup.
4404         (Box Diagrams): Minor fix.
4405         (Cons Cell Type): Move (...) index item here.
4406         (Box Diagrams): From here.
4407         (Array Type): Minor fix.
4408         (Type Predicates): Delete index "predicates".
4409         (Hash Table Type): Clarify xref.
4410         (Dotted Pair Notation): Minor fix.
4412 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
4414         * files.texi (Saving Buffers): Fix typo.
4416 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4418         * tips.texi (Programming Tips): Correct the "default" prompt spec.
4420 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4422         * locals.texi (Standard Buffer-Local Variables): Don't include
4423         mode variables for minor modes.
4424         Fix xrefs for buffer-display-count, buffer-display-table,
4425         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4426         enable-multibyte-characters, fill-column, header-line-format,
4427         left-fringe-width, left-margin, and right-fringe-width.
4429         * hooks.texi (Standard Hooks): All hooks should conform to the
4430         standard naming convention now.
4431         Fix xref for `echo-area-clear-hook'.
4433         * display.texi (Usual Display): Note that indicate-empty-lines and
4434         tab-width are buffer-local.
4436         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4438         * modes.texi (Mode Help): Note that major-mode is buffer-local.
4440         * nonascii.texi (Encoding and I/O): Note that
4441         buffer-file-coding-system is buffer-local.
4443         * positions.texi (List Motion): Note that defun-prompt-regexp is
4444         buffer-local.
4446         * text.texi (Auto Filling): Note that auto-fill-function is
4447         buffer-local.
4448         (Undo): Note that buffer-undo-list is buffer-local.
4450         * windows.texi (Buffers and Windows): Document
4451         buffer-display-count.
4453 2005-09-06  Richard M. Stallman  <rms@gnu.org>
4455         * tips.texi (Coding Conventions): Sometimes it is ok to put the
4456         package prefix elsewhere than at the start of the name.
4458 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4460         * tips.texi (Programming Tips): Add conventions for minibuffer
4461         questions and prompts.
4463 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
4465         * intro.texi (nil and t): Minor cleanup.
4466         Delete spurious mention of keyword symbols.
4467         (Evaluation Notation): Add index entry.
4468         (A Sample Function Description): Minor cleanup.
4469         (A Sample Variable Description): Not all vars can be set.
4471 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
4473         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4475         (Insertion): Document precise type of `insert-char' arg COUNT.
4477 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4479         * modes.texi (Other Font Lock Variables): Sync the default of
4480         font-lock-lines-before.
4482 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4484         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4486 2005-08-29  Richard M. Stallman  <rms@gnu.org>
4488         * elisp.texi (Top): Update subnode menu.
4490         * searching.texi (Searching and Matching): Move node.
4491         Rearrange contents and add overall explanation.
4492         (Searching and Case): Move node.
4493         (Searching and Matching): Update menu.
4495 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4497         * os.texi (Startup Summary): Fix the description of the initial
4498         startup message display.
4500 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4502         * searching.texi (Search and Replace): Add replace-regexp-in-string.
4504 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
4506         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4507         `next-overlay-change' example.
4509 2005-08-22  Juri Linkov  <juri@jurta.org>
4511         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4512         Fix invert-face.  Fix args of face-background.
4514         * display.texi (Standard Faces): Delete node.
4515         (Faces): Add xref to `(emacs)Standard Faces'.
4516         (Displaying Faces): Fix xref to `Standard Faces'.
4518         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4520 2005-08-20  Alan Mackenzie  <acm@muc.de>
4522         * buffers.texi (The Buffer List): Clarify the manipulation of the
4523         buffer list.
4525 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4527         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4528         a regexp.
4530 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4532         * elisp.texi (Top): Update subnode lists.
4534         * display.texi (Inverse Video): Node deleted.
4536         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4537         New nodes split out of Coding Conventions.
4539         * searching.texi (Regular Expressions): Document re-builder.
4541         * os.texi (Time Parsing): New node split out of Time Conversion.
4543         * processes.texi (Misc Network, Network Feature Testing)
4544         (Network Options, Make Network): New nodes split out of
4545         Low-Level Network.
4547 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4549         * frames.texi (Geometry): New node, split from Size and Position.
4550         (Frame Parameters): Refer to Geometry.
4552         * buffers.texi (The Buffer List): Fix xrefs.
4554         * windows.texi (Splitting Windows): Fix xref.
4556         * frames.texi (Layout Parameters): Add xref.
4558         * display.texi (Line Height, Scroll Bars): Fix xrefs.
4560         * keymaps.texi (Menu Bar): Fix xref.
4562         * locals.texi (Standard Buffer-Local Variables): Fix xref.
4564         * modes.texi (%-Constructs): Fix xref.
4566         * frames.texi (Window Frame Parameters): Node split up.
4567         (Basic Parameters, Position Parameters, Size Parameters)
4568         (Layout Parameters, Buffer Parameters, Management Parameters)
4569         (Cursor Parameters, Color Parameters): New subnodes.
4571 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4573         * positions.texi (Screen Lines): Update xref for previous change
4574         in minibuf.texi.
4576         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4577         change in minibuf.texi.
4579 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4581         * tips.texi (Coding Conventions): Minor cleanup.
4583         * modes.texi (Defining Minor Modes): Explain when init-value
4584         can be non-nil.
4586         * elisp.texi (Top): Update submenu for Minibuffer.
4588         * minibuf.texi (Minibuffer Misc): Node split up.
4589         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4590         (Recursive Mini): New nodes split out from Minibuffer Misc.
4591         (Minibuffer Misc): Document max-mini-window-height.
4593         * hash.texi (Defining Hash): Delete stray paren in example.
4595         * display.texi (Echo Area Customization): Don't define
4596         max-mini-window-height here; xref instead.
4598         * commands.texi (Event Input Misc): Update while-no-input.
4600         * advice.texi (Advising Functions): Explain when to use advice
4601         and when to use a hook.
4603 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
4605         * makefile.w32-in (info): Don't run install-info.
4606         ($(infodir)/dir): New target, produced by running install-info.
4608 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
4610         * modes.texi (Defining Minor Modes): The keyword for the initial
4611         value is :init-value, not :initial-value.
4613 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
4615         * loading.texi (Autoload): Make the `doctor' example be consistent
4616         with what's in current loaddefs.el.  Describe the "fn" magic in
4617         the usage portion of the doc string.
4619 2005-07-22  Richard M. Stallman  <rms@gnu.org>
4621         * internals.texi (Garbage Collection): Clarify previous change.
4623 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4625         * internals.texi (Garbage Collection): Add gc-cons-percentage.
4627 2005-07-18  Juri Linkov  <juri@jurta.org>
4629         * commands.texi (Accessing Events):
4630         * frames.texi (Text Terminal Colors, Resources):
4631         * markers.texi (The Mark):
4632         * modes.texi (Defining Minor Modes):
4633         Delete duplicate duplicate words.
4635 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4637         * display.texi (Managing Overlays): Clarify make-overlay
4638         args for insertion types.
4640 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4642         * customize.texi (Variable Definitions):
4643         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4644         `standard-value' is a list too.
4645         (Defining New Types): Use @key{RET} instead of @key{ret}.
4647 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4649         * os.texi (Translating Input): Fix typo.
4651 2005-07-08  Richard M. Stallman  <rms@gnu.org>
4653         * README: Update edition number and size estimate.
4655         * elisp.texi (VERSION): Set to 2.9.
4657 2005-07-07  Richard M. Stallman  <rms@gnu.org>
4659         * book-spine.texinfo: Update Emacs version.
4661         * display.texi (Inverse Video): Delete mode-line-inverse-video.
4663 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4665         * searching.texi (Regexp Search): Clarify what re-search-forward
4666         does when the search fails.
4668 2005-07-05  Lute Kamstra  <lute@gnu.org>
4670         * Update FSF's address in GPL notices.
4672         * doclicense.texi (GNU Free Documentation License):
4673         * gpl.texi (GPL):
4674         * tips.texi (Coding Conventions, Library Headers):
4675         * vol1.texi:
4676         * vol2.texi: Update FSF's address.
4678 2005-07-04  Richard M. Stallman  <rms@gnu.org>
4680         * hooks.texi (Standard Hooks): Add occur-hook.
4682 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
4684         * display.texi (The Echo Area): Correct menu.
4686 2005-07-03  Richard M. Stallman  <rms@gnu.org>
4688         * elisp.texi (Top): Update subnode menu for Display.
4690         * display.texi (Displaying Messages): New node, with most
4691         of what was in The Echo Area.
4692         (Progress): Moved under The Echo Area.
4693         (Logging Messages): New node with new text.
4694         (Echo Area Customization): New node, the rest of what was
4695         in The Echo Area.  Document message-truncate-lines with @defvar.
4696         (Display): Update menu.
4698         * windows.texi (Textual Scrolling): Doc 3 values for
4699         scroll-preserve-screen-position.
4701         * text.texi (Special Properties): Change hook functions
4702         should bind inhibit-modification-hooks around altering buffer text.
4704         * keymaps.texi (Key Binding Commands): Call binding BINDING
4705         rather than DEFINITION.
4707 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4709         * variables.texi (Defining Variables): `user-variable-p' returns t
4710         for aliases of user options, nil for alias loops.
4712 2005-06-28  Richard M. Stallman  <rms@gnu.org>
4714         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4715         make-keymap.
4717 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
4719         * variables.texi (Setting Variables): Correct and clarify
4720         description of `add-to-ordered-list'.
4722 2005-06-26  Richard M. Stallman  <rms@gnu.org>
4724         * display.texi (Faces): Minor cleanup.
4726 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
4728         * display.texi (Faces): `facep' returns t for strings that are
4729         face names.
4731 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4733         * objects.texi (Equality Predicates): Clarify meaning of equal.
4735         * windows.texi (Selecting Windows): save-selected-window
4736         and with-selected-window save and restore the current buffer.
4738 2005-06-24  Richard M. Stallman  <rms@gnu.org>
4740         * numbers.texi (Float Basics): Explain how to test for NaN,
4741         and printing the sign of NaNs.
4743 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
4745         * makefile.w32-in (MAKEINFO): Use --force.
4747 2005-06-23  Richard M. Stallman  <rms@gnu.org>
4749         * display.texi (Face Functions): Correct Texinfo usage.
4751 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4753         * lists.texi (Rings): `ring-elements' now returns the elements of
4754         RING in order.
4756 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
4758         * markers.texi (The Mark): Texinfo usage fix.
4760 2005-06-23  Kim F. Storm  <storm@cua.dk>
4762         * searching.texi (Entire Match Data): Remove evaporate option for
4763         match-data.  Do not mention evaporate option for set-match-data.
4765 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
4767         * display.texi (Face Functions): Mention face aliases.
4769 2005-06-21  Richard M. Stallman  <rms@gnu.org>
4771         * anti.texi (Antinews): Texinfo usage fix.
4773 2005-06-21  Karl Berry  <karl@gnu.org>
4775         * elisp.texi: Use @copying.
4777         * elisp.texi: Put @summarycontents and @contents before the Top
4778         node, instead of the end of the file, so that the contents appear
4779         in the right place in the dvi/pdf output.
4781 2005-06-21  Juri Linkov  <juri@jurta.org>
4783         * display.texi (Defining Faces): Add `customized-face'.
4785 2005-06-20  Kim F. Storm  <storm@cua.dk>
4787         * variables.texi (Setting Variables): Any type of element can be
4788         given order in add-to-ordered-list.  Compare elements with eq.
4790         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4792 2005-06-20  Karl Berry  <karl@gnu.org>
4794         * syntax.texi (Syntax Flags): Make last column very slightly wider
4795         to avoid "generic comment" breaking on two lines and causing an
4796         underfull box.
4798 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4800         * lists.texi (Rings): Various minor clarifications and corrections.
4802 2005-06-18  Richard M. Stallman  <rms@gnu.org>
4804         * functions.texi (Obsolete Functions): Simplify.
4806         * variables.texi (Variable Aliases): Simplify.
4808         * anti.texi, backups.texi, compile.texi, customization.texi:
4809         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4810         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4811         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4812         * variables.texi: Fix formatting ugliness.
4814         * elisp.texi: Add links to Rings and Byte Packing.
4815         Update version and copyright years.
4817         * minibuf.texi: Fix formatting ugliness.
4818         (Completion Commands): Move keymap vars to the end
4819         and vars completing-read binds to the top.
4821 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4823         * processes.texi: Fix typos.
4824         (Bindat Spec): Correct Texinfo error.
4825         (Byte Packing): Fix ungrammatical sentence.
4827 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
4829         * lists.texi (Rings): New node.
4830         (Lists): Add it to menu.
4832         * processes.texi (Byte Packing): New node.
4833         (Processes): Add it to menu.
4835 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4837         * syntax.texi (Parsing Expressions): Fix texinfo usage.
4839         * help.texi (Documentation Basics): Explain the xref to
4840         Documentation Tips.
4842         * debugging.texi (Debugger Commands): Minor fix.
4844 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
4846         * edebug.texi (Instrumenting): Eliminate duplicate link.
4847         (Specification List): Replace references to "below", referring to
4848         a later node, with one @ref to that node.
4850         * os.texi (Timers): Timers should save and restore the match data
4851         if they change it.
4853         * debugging.texi (Debugger Commands): Mention that the Lisp
4854         debugger can not step through primitive functions.
4856 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4858         * functions.texi (Obsolete Functions): Update argument names of
4859         `make-obsolete' and `define-obsolete-function-alias'.
4861         * variables.texi (Variable Aliases): Update argument names of
4862         `defvaralias', `make-obsolete-variable' and
4863         `define-obsolete-variable-alias'.
4865 2005-06-15  Kim F. Storm  <storm@cua.dk>
4867         * searching.texi (Entire Match Data): Rephrase warnings about
4868         evaporate arg to match-data and set-match-data.
4870 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4872         * elisp.texi (Top): Update detailed menu.
4874         * edebug.texi (Edebug): Update menu.
4875         (Instrumenting): Update xrefs.
4876         (Edebug Execution Modes): Correct xref.
4877         (Jumping): Clarify description of `h' command.
4878         Eliminate redundant @ref.
4879         (Breaks): New node.
4880         (Breakpoints): Is now a subsubsection.
4881         (Global Break Condition): Mention `C-x X X'.
4882         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
4883         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4884         (Edebug Display Update): Correct pxref.
4885         (Edebug and Macros): New node.
4886         (Instrumenting Macro Calls): Is now a subsubsection.
4887         Neither arg of `def-edebug-spec' is evaluated.
4888         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4889         (Specification Examples): Fix typo.
4891 2005-06-14  Lute Kamstra  <lute@gnu.org>
4893         * debugging.texi (Function Debugging): Primitives can break on
4894         entry too.
4896 2005-06-14  Kim F. Storm  <storm@cua.dk>
4898         * variables.texi (Setting Variables): Add add-to-ordered-list.
4900 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * syntax.texi (Parsing Expressions): Document aux functions and vars of
4903         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4905 2005-06-13  Lute Kamstra  <lute@gnu.org>
4907         * text.texi (Special Properties): Fix cross reference.
4909 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4911         * debugging.texi (Function Debugging): Delete mention of empty
4912         string argument to `cancel-debug-on-entry'.  Delete inaccurate
4913         description of the return value of that command.
4915 2005-06-11  Alan Mackenzie  <acm@muc.de>
4917         * text.texi (Adaptive Fill): Amplify the description of
4918         fill-context-prefix.
4920 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4922         * syntax.texi (Parsing Expressions): Fix Texinfo error.
4924 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * syntax.texi (Parsing Expressions): Document syntax-ppss.
4928 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4930         * debugging.texi (Error Debugging): Minor rewording.
4931         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4932         is optional.
4934 2005-06-10  Lute Kamstra  <lute@gnu.org>
4936         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4937         (Top): Give it a title.  Correct version number.  Give the
4938         detailed node listing a more prominent header.
4939         * intro.texi: Don't set VERSION here a second time.
4940         Mention Emacs's version too.
4941         * anti.texi (Antinews): Use EMACSVER to refer to the current
4942         version of Emacs.
4944 2005-06-09  Kim F. Storm  <storm@cua.dk>
4946         * searching.texi (Entire Match Data): Explain new `reseat' argument to
4947         match-data and set-match-data.
4949 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4951         * searching.texi (Entire Match Data): Clarify when match-data
4952         returns markers and when integers.
4954         * display.texi (Defining Faces): Explain that face name should not
4955         end in `-face'.
4957         * modes.texi (Mode Line Data): Minor cleanup.
4958         (Customizing Keywords): Node split out of Search-based Fontification.
4959         Add example of using font-lock-add-keywords from a hook.
4960         Clarify when MODE should be non-nil, and when nil.
4962 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4964         * modes.texi (Mode Line Data): Explain what happens when the car
4965         of a list is a void symbol.
4966         (Search-based Fontification): Explain MODE arg to
4967         font-lock-add-keywords and warn about calls from major modes.
4969 2005-06-08  Juri Linkov  <juri@jurta.org>
4971         * display.texi (Standard Faces): Add `shadow' face.
4973 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4975         * modes.texi (Major Mode Conventions): A derived mode only needs
4976         to put the call to the parent mode inside `delay-mode-hooks'.
4978 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4980         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4981         new, and what that implies.  Clarify.
4983         * files.texi (Locating Files): Clean up the text.
4985         * frames.texi (Window Frame Parameters): Document user-size.
4986         Shorten entry for top by referring to left.
4988 2005-05-26  Richard M. Stallman  <rms@gnu.org>
4990         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4991         is new, and what the implications are.  Other clarifications.
4993 2005-05-24  Richard M. Stallman  <rms@gnu.org>
4995         * frames.texi (Dialog Boxes): Minor fixes.
4997 2005-05-25  Masatake YAMATO  <jet@gyve.org>
4999         * display.texi (Standard Faces): Write about `mode-line-highlight'.
5001 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5003         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5004         is optional.
5006 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5008         * frames.texi (Dialog Boxes): Describe new optional argument.
5010 2005-05-23  Lute Kamstra  <lute@gnu.org>
5012         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5013         syntax-begin-function over font-lock-beginning-of-syntax-function.
5015 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5017         * minibuf.texi (Reading File Names): Update description of
5018         `read-directory-name'.
5020         * modes.texi (Derived Modes): Clarify :group keyword.
5022 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5024         * files.texi (Locating Files): New subsection.
5025         Describe locate-file and executable-find.
5027 2005-05-21  Kevin Ryde  <user42@zip.com.au>
5029         * frames.texi (Initial Parameters): Update cross reference to
5030         "Emacs Invocation".
5032 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5034         * keymaps.texi (Active Keymaps): Add anchor.
5036         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5037         (Major Mode Conventions): Refer to `Auto Major Mode' in more
5038         appropriate place.
5039         (Derived Modes): Small clarifications.
5040         (Minor Mode Conventions, Keymaps and Minor Modes):
5041         Replace references to nodes with references to anchors.
5042         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5043         Clarify description of lists whose first element is an integer.
5044         (Mode Line Variables): Add anchor.
5045         (%-Constructs): Clarify description of integer after %.
5046         (Emulating Mode Line): Describe nil value for FACE.
5048 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5050         * modes.texi (Derived Modes): Correct references to non-existing
5051         variable standard-syntax-table.
5053 2005-05-17  Lute Kamstra  <lute@gnu.org>
5055         * modes.texi (Defining Minor Modes): Mention the mode hook.
5057 2005-05-15  Kim F. Storm  <storm@cua.dk>
5059         * processes.texi (Network): Remove open-network-stream-nowait.
5060         (Network Servers): Remove open-network-stream-server.
5062 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
5064         * elisp.texi (Top): Update detailed menu.
5066         * variables.texi: Reorder nodes.
5067         (Variables): Update menu.
5068         (File Local Variables): Do not refer to the `-*-' line as
5069         a "local variables list".  Add pxref.
5071 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5073         * elisp.texi (Top): Update detailed menu for node changes.
5075         * modes.texi (Modes): Update Menu.
5076         (Hooks): Move to beginning of chapter.
5077         Most minor modes run mode hooks too.
5078         `add-hook' can handle void hooks or hooks whose value is a single
5079         function.
5080         (Major Modes): Update Menu.
5081         (Major Mode Basics): New node, split off from `Major Modes'.
5082         (Major Mode Conventions): Correct xref.  Explain how to handle
5083         auto-mode-alist if the major mode command has an autoload cookie.
5084         (Auto Major Mode): Major update.  Add magic-mode-alist.
5085         (Derived Modes): Major update.
5086         (Mode Line Format): Update Menu.
5087         (Mode Line Basics): New node, split off from `Mode Line Format'.
5089         * loading.texi (Autoload): Mention `autoload cookie' as synonym
5090         for `magic autoload comment'.  Add index entries and anchor.
5092 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5094         * tips.texi (Coding Conventions): Explain how important it is
5095         that just loading certain files not change Emacs behavior.
5097         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5099 2005-05-12  Lute Kamstra  <lute@gnu.org>
5101         * modes.texi (Generic Modes): Update.
5102         (Major Modes): Refer to node "Generic Modes".
5104         * elisp.texi (Top): Update to the current structure of the manual.
5105         * processes.texi (Processes): Add menu description.
5106         * customize.texi (Customization): Add menu descriptions.
5108 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
5110         * processes.texi (Signals to Processes)
5111         (Low-Level Network): Fix typos.
5113 2005-05-11  Lute Kamstra  <lute@gnu.org>
5115         * elisp.texi (Top): Add some nodes from the chapter "Major and
5116         Minor Modes" to the detailed node listing.
5118 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5120         * keymaps.texi (Extended Menu Items): Menu item filter functions
5121         can be called at any time.
5123 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5125         * variables.texi (File Local Variables): `(hack-local-variables t)'
5126         now also checks whether a mode is specified in the local variables
5127         list.
5129 2005-05-05  Kevin Ryde  <user42@zip.com.au>
5131         * display.texi (The Echo Area): Correct format function cross
5132         reference.
5134 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5136         * variables.texi (Variable Aliases): Change description of
5137         `define-obsolete-variable-alias'.
5139         * functions.texi (Functions): Add "Obsolete Functions" to menu.
5140         (Defining Functions): Add xref.
5141         (Obsolete Functions): New node.
5142         (Function Safety): Standardize capitalization of section title.
5144         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5145         (Dialog Boxes): Complete description of `x-popup-dialog'.
5147 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5149         * commands.texi (Interactive Codes): Fix Texinfo usage.
5150         Document U more clearly.
5152 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5154         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5155         function and not a macro.
5157         * frames.texi (Pop-Up Menus): Correct and clarify description of
5158         `x-popup-menu'.
5159         (Dialog Boxes): Clarify description of `x-popup-dialog'.
5161 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5163         * edebug.texi (Checking Whether to Stop): Fix previous change.
5165 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5167         * display.texi: Fix typos and Texinfo usage.
5169         * edebug.texi (Checking Whether to Stop): executing-macro ->
5170         executing-kbd-macro.
5172 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5174         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5176 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5178         * files.texi (Magic File Names): Document `operations' property.
5180 2005-04-29  Lute Kamstra  <lute@gnu.org>
5182         * modes.texi (Generic Modes): New node.
5183         (Major Modes): Add it to the menu.
5184         (Derived Modes): Add "derived mode" to concept index.
5186 2005-04-28  Lute Kamstra  <lute@gnu.org>
5188         * modes.texi (Defining Minor Modes): Fix previous change.
5189         (Font Lock Mode): Simplify.
5190         (Font Lock Basics): Say that font-lock-defaults is buffer-local
5191         when set and that some parts are optional.  Add cross references.
5192         (Search-based Fontification): Say how to specify font-lock-keywords.
5193         Add cross references.  Add font-lock-multiline to index.
5194         Move font-lock-keywords-case-fold-search here from node "Other Font
5195         Lock Variables".  Document font-lock-add-keywords and
5196         font-lock-remove-keywords.
5197         (Other Font Lock Variables): Move font-lock-keywords-only,
5198         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5199         and font-lock-syntactic-face-function to node "Syntactic Font
5200         Lock".  Move font-lock-keywords-case-fold-search to node
5201         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
5202         and font-lock-{,un}fontify-{buffer,region}-function.
5203         (Precalculated Fontification): Remove reference to deleted variable
5204         font-lock-core-only.
5205         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5206         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
5207         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5208         and font-lock-syntactic-face-function here from node "Other Font
5209         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
5210         Syntax Properties".  Add cross references.
5211         (Setting Syntax Properties): New node.
5212         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5213         * syntax.texi (Syntax Properties): Add cross reference.
5214         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5216 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5218         * display.texi (Defining Faces):
5219         Document `default' elements of defface spec.
5221         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5223         * variables.texi (Variable Aliases): Clarify text.
5225 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
5227         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5229 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5231         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5233 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5235         * syntax.texi (Syntax Table Internals): Elaborate documentation of
5236         syntax-after and syntax-class.
5238         * files.texi (Changing Files): Fix last change's cross-reference.
5239         (Unique File Names): Don't mention "numbers" in the documentation
5240         of make-temp-file and make-temp-name.
5242 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5244         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5246 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5248         * windows.texi (Cyclic Window Ordering): Clarify window-list.
5250 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5252         * variables.texi (Variable Aliases): Describe make-obsolete-variable
5253         and define-obsolete-variable-alias.
5255 2005-04-22  Kim F. Storm  <storm@cua.dk>
5257         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5258         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5260 2005-04-21  Lute Kamstra  <lute@gnu.org>
5262         * lists.texi (Association Lists): Document rassq-delete-all.
5264 2005-04-19  Richard M. Stallman  <rms@gnu.org>
5266         * modes.texi (Search-based Fontification): Explain that
5267         facespec is an expression to be evaluated.
5269 2005-04-19  Kevin Ryde  <user42@zip.com.au>
5271         * streams.texi (Output Functions): Fix xref.
5272         * strings.texi (String Conversion): Fix xref.
5274 2005-04-19  Kim F. Storm  <storm@cua.dk>
5276         * symbols.texi (Symbol Plists): Add safe-get.
5277         Mention that `get' may signal an error.
5279 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5281         * customize.texi (Variable Definitions): Replace tooltip-mode
5282         example with save-place.
5284 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5286         * buffers.texi (Indirect Buffers): Clarify.
5288         * positions.texi (Positions): Clarify converting marker to integer.
5290         * strings.texi (String Basics): Mention string-match; clarify.
5292 2005-04-08  Lute Kamstra  <lute@gnu.org>
5294         * modes.texi (Search-based Fontification): Fix cross references.
5295         Use consistent terminology.  Document anchored highlighting.
5297 2005-04-05  Lute Kamstra  <lute@gnu.org>
5299         * modes.texi (Defining Minor Modes): Document :group keyword
5300         argument and its default value.
5302 2005-04-03  Lute Kamstra  <lute@gnu.org>
5304         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
5305         references and/or descriptions.  Delete major mode hooks; mention
5306         them as a category instead.  Rename or delete obsolete hooks.
5308 2005-04-02  Richard M. Stallman  <rms@gnu.org>
5310         * nonascii.texi (Coding System Basics): Another wording cleanup.
5312 2005-04-01  Richard M. Stallman  <rms@gnu.org>
5314         * nonascii.texi (Coding System Basics): Clarify previous change.
5316 2005-04-01  Kenichi Handa  <handa@m17n.org>
5318         * nonascii.texi (Coding System Basics): Describe about roundtrip
5319         identity of coding systems.
5321 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5323         * text.texi (Buffer Contents): Add filter-buffer-substring and
5324         buffer-substring-filters.
5326 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
5328         * anti.texi (Antinews): Mention `G' interactive code.
5330         * tips.texi (Compilation Tips): Mention benchmark.el.
5332 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
5334         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5335         is now bound to M-o M-o.
5337         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5339 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5341         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5342         in the Emacs Manual).
5343         * Makefile.in (srcs): Remove calendar.texi.
5344         * makefile.w32-in (srcs): Remove calendar.texi.
5345         * display.texi (Display): Change name of next node.
5346         * os.texi (System In): Change name of previous node.
5347         * elisp.texi (Top): Remove Calendar references.
5348         * vol1.texi (Top): Remove Calendar references.
5349         * vol2.texi (Top): Remove Calendar references.
5351 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5353         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5354         Cleanup previous change.
5356 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
5358         * display.texi (Face Attributes): Faces earlier in an :inherit
5359         list take precedence.
5360         (Scroll Bars): Fix description of vertical-scroll-bars.
5361         Document frame-current-scroll-bars and window-current-scroll-bars.
5363         * markers.texi (The Mark): Document temporary Transient Mark mode.
5365         * minibuf.texi (Reading File Names):
5366         Document read-file-name-completion-ignore-case.
5368         * positions.texi (Screen Lines): Document nil for width argument
5369         to compute-motion.
5371 2005-03-23  Kim F. Storm  <storm@cua.dk>
5373         * display.texi (Standard Faces): Other faces used in the fringe
5374         implicitly inherits from the fringe face.
5375         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5376         properties implicitly inherits from fringe face.
5377         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5379 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
5381         * display.texi (Invisible Text): State default value of
5382         line-move-ignore-invisible.
5383         (Managing Overlays): Document remove-overlays.
5384         (Standard Faces): Document escape-glyph face.
5386         * minibuf.texi (Reading File Names): Document read-file-name-function.
5388         * modes.texi (Other Font Lock Variables):
5389         Document font-lock-lines-before.
5391         * positions.texi (Skipping Characters): skip-chars-forward allows
5392         character classes.
5394 2005-03-18  Lute Kamstra  <lute@gnu.org>
5396         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5398 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5400         * text.texi (Undo): Document extensible undo entries.
5402         * searching.texi (String Search, Regexp Search): Cleanups.
5404         * nonascii.texi (Character Codes): Minor fix.
5406         * display.texi (Display Property): Explain the significance
5407         of having text properties that are eq.
5408         (Other Display Specs): Explain string as display spec.
5410         * commands.texi (Interactive Codes): Document G option.
5412 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
5414         * text.texi (Filling): Add sentence-end-without-period and
5415         sentence-end-without-space.
5416         (Changing Properties): Minor fix.
5418         * anti.texi: Total rewrite.
5420 2005-03-15  Lute Kamstra  <lute@gnu.org>
5422         * edebug.texi (Instrumenting Macro Calls): Fix typos.
5424 2005-03-08  Kim F. Storm  <storm@cua.dk>
5426         * display.texi (Specified Space): Property :width is support on
5427         non-graphic terminals, :height is not.
5429 2005-03-07  Richard M. Stallman  <rms@gnu.org>
5431         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5432         Now subnodes of Fringes.
5433         (Overlay Arrow): Document overlay-arrow-variable-list.
5434         (Fringe Size/Pos): New node, broken out of Fringes.
5435         (Display): Explain clearing vs redisplay better.
5436         (Truncation): Clarify use of bitmaps.
5437         (The Echo Area): Clarify the uses of the echo area.
5438         Add max-mini-window-height.
5439         (Progress): Clarify.
5440         (Invisible Text): Explain that main loop moves point out.
5441         (Selective Display): Say "hidden", not "invisible".
5442         (Managing Overlays): Move up.  Describe relation to Undo here.
5443         (Overlay Properties): Clarify intro.
5444         (Finding Overlays): Explain return values when nothing found.
5445         (Width): truncate-string-to-width has added arg.
5446         (Displaying Faces): Clarify and update mode line face handling.
5447         (Face Functions): Minor cleanup.
5448         (Conditional Display): Merge into Other Display Specs.
5449         (Pixel Specification, Other Display Specs): Minor cleanups.
5450         (Images, Image Descriptors): Minor cleanups.
5451         (GIF Images): Patents have expired.
5452         (Showing Images): Explain default text for insert-image.
5453         (Manipulating Button Types): Merge into Manipulating Buttons.
5454         (Making Buttons): Explain return values.
5455         (Button Buffer Commands): Add xref.
5456         (Inverse Video): Update mode-line-inverse-video.
5457         (Display Table Format): Clarify.
5458         (Active Display Table): Give defaults for window-display-table.
5460         * calendar.texi (Calendar Customizing): calendar-holiday-marker
5461         and calendar-today-marker are strings, not chars.
5462         (Holiday Customizing): Minor fix.
5464         * internals.texi (Writing Emacs Primitives): Update `or' example.
5465         Update limit on # args of subr.
5467         * edebug.texi (Using Edebug): Arrow is in fringe.
5468         (Instrumenting): Arg to eval-defun works without loading edebug.
5469         (Edebug Execution Modes): Add xref.
5471         * customize.texi (Common Keywords): Clarify :require.
5472         Mention :version here.
5473         (Variable Definitions, Group Definitions): Not here.
5474         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5476 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
5477         * nonascii.texi (Text Representations): Clarify position-bytes.
5478         (Character Sets): Add list-charset-chars.
5479         (Scanning Charsets): Add charset-after.
5480         (Encoding and I/O): Minor fix.
5482 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5484         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5485         (Resizing Windows): Likewise.
5487         * text.texi (Change Hooks): Get rid of "Emacs 21".
5489         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5491         * streams.texi (Output Variables): Get rid of "Emacs 21".
5493         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5495         * os.texi (Translating Input): Replace flow-control example
5496         with a less obsolete example that uses `keyboard-translate'.
5498         * objects.texi (Hash Table Type, Circular Objects):
5499         Get rid of "Emacs 21".
5501         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5502         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5504         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5506         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5508         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5509         (Menu Bar): Fix when menu-bar-update-hook is called.
5511         * hash.texi (Hash Tables): Get rid of "Emacs 21".
5513         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5514         and make it read better.
5516         * files.texi (Writing to Files): Get rid of "Emacs 21".
5517         (Unique File Names): Likewise.
5519         * elisp.texi: Update Emacs version to 22.
5521         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5522         (Overlay Properties, Face Attributes): Likewise.
5523         (Managing Overlays): Fix punctuation.
5524         (Attribute Functions): Clarify set-face-font; get rid of
5525         info about old Emacs versions.
5526         (Auto Faces, Font Lookup, Display Property, Images):
5527         Get rid of "Emacs 21".
5529         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5531 2005-03-05  Richard M. Stallman  <rms@gnu.org>
5533         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5535 2005-03-04  Lute Kamstra  <lute@gnu.org>
5537         * debugging.texi (Error Debugging): Document stack-trace-on-error.
5539 2005-03-03  Lute Kamstra  <lute@gnu.org>
5541         * edebug.texi (Instrumenting Macro Calls): Fix typo.
5543 2005-03-01  Lute Kamstra  <lute@gnu.org>
5545         * debugging.texi (Debugger Commands): Update `j'.
5547 2005-02-28  Lute Kamstra  <lute@gnu.org>
5549         * debugging.texi (Debugging): Fix typo.
5550         (Error Debugging): Document eval-expression-debug-on-error.
5551         (Function Debugging): Update example.
5552         (Using Debugger): Mention starred stack frames.
5553         (Debugger Commands): Document `j' and `l'.
5554         (Invoking the Debugger): `d' and `j' exit recursive edit too.
5555         Update the messages that the debugger displays.
5556         (Internals of Debugger): Add cross reference.  Update example.
5557         (Excess Open): Minor improvement.
5558         (Excess Close): Minor improvement.
5560 2005-02-26  Richard M. Stallman  <rms@gnu.org>
5562         * tips.texi (Coding Conventions): Clarify.
5563         Put all the major mode key reservations together.
5564         Mention the Mouse-1 => Mouse-2 conventions.
5566         * syntax.texi (Syntax Class Table): Clarify.
5567         (Syntax Table Functions): syntax-after moved from here.
5568         (Syntax Table Internals): syntax-after moved to here.
5569         (Parsing Expressions): Update info on number of values
5570         and what's meaningful in the STATE argument.
5571         (Categories): Fix typo.
5573         * sequences.texi (Arrays): Cleanup.
5574         (Char-Tables): Clarify.
5576         * processes.texi (Deleting Processes): Cleanups, add xref.
5577         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
5578         (Process Information): set-process-coding-system, some args optional.
5579         (Input to Processes): Explain various types for PROCESS args.
5580         Rename them from PROCESS-NAME to PROCESS.
5581         (Signals to Processes): Likewise.
5582         (Decoding Output): Cleanup.
5583         (Query Before Exit): Clarify.
5585         * os.texi (Startup Summary): Correct the options; add missing ones.
5586         (Terminal Output, Batch Mode): Clarify.
5587         (Flow Control): Node deleted.
5589         * markers.texi (The Mark): Clarify.
5591         * macros.texi (Expansion): Cleanup.
5592         (Indenting Macros): indent-spec allows ints, not floats.
5594         * keymaps.texi (Keymaps): Clarify.
5595         (Format of Keymaps): Update lisp-mode-map example.
5596         (Active Keymaps, Key Lookup): Clarify.
5597         (Changing Key Bindings): Add xref to `kbd'.
5598         (Key Binding Commands, Simple Menu Items): Clarify.
5599         (Mouse Menus, Menu Bar): Clarify.
5600         (Menu Example): Replace print example with menu-bar-replace-menu.
5602         * help.texi (Documentation Basics): Add function-documentation prop.
5604         * elisp.texi (Top): Don't refer to Flow Control node.
5606         * commands.texi (Command Overview): Improve xrefs.
5607         (Adjusting Point): Adjusting point applies to intangible and invis.
5608         (Key Sequence Input): Doc extra read-key-sequence args.
5609         Likewise for read-key-sequence-vector.
5611         * backups.texi (Rename or Copy): Minor fix.
5612         (Numbered Backups): For version-control, say the default.
5613         (Auto-Saving): make-auto-save-file-name example is simplified.
5615         * advice.texi (Advising Functions): Don't imply one part of Emacs
5616         should advise another part.  Markup changes.
5617         (Defining Advice): Move transitional para.
5618         (Activation of Advice): Cleanup.
5619         Explain if COMPILE is nil or negative.
5621         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5623 2005-02-24  Lute Kamstra  <lute@gnu.org>
5625         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5626         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5628 2005-02-23  Lute Kamstra  <lute@gnu.org>
5630         * modes.texi (Defining Minor Modes): define-minor-mode can be used
5631         to define global minor modes as well.
5633         * display.texi (Managing Overlays): overlay-buffer returns nil for
5634         deleted overlays.
5636 2005-02-22  Kim F. Storm  <storm@cua.dk>
5638         * minibuf.texi (Basic Completion): Allow symbols in addition to
5639         strings in try-completion and all-completions.
5641 2005-02-14  Lute Kamstra  <lute@gnu.org>
5643         * elisp.texi (Top): Remove reference to deleted node.
5645         * lists.texi (Lists): Remove reference to deleted node.
5646         (Cons Cells): Fix typo.
5648         * loading.texi (Where Defined): Fix typo.
5650 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5652         * variables.texi (Creating Buffer-Local): change-major-mode-hook
5653         is useful for discarding some minor modes.
5655         * symbols.texi (Symbol Components): Reorder examples.
5657         * streams.texi (Input Functions): State standard-input default.
5658         (Output Variables): State standard-output default.
5660         * objects.texi (Printed Representation): Clarify read syntax vs print.
5661         (Floating Point Type): Explain meaning better.
5662         (Symbol Type): Explain uniqueness better.
5663         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
5664         List examples sooner.
5665         (Box Diagrams): New subnode broken out.
5666         Some examples moved from old Lists as Boxes node.
5667         (Dotted Pair Notation): Clarify intro.
5668         (Array Type): Clarify.
5669         (Type Predicates): Add hash-table-p.
5671         * numbers.texi (Integer Basics): Clarify radix explanation.
5672         (Predicates on Numbers): Minor clarification.
5673         (Comparison of Numbers): Minor clarification.  Clarify eql.
5674         Typos in min, max.
5675         (Math Functions): Clarify overflow in expt.
5677         * minibuf.texi (Text from Minibuffer): Minor clarification.
5678         Mention arrow keys.
5680         * loading.texi (Autoload): defun's doc string overrides autoload's
5681         doc string.
5682         (Repeated Loading): Modernize "add to list" examples.
5683         (Where Defined): Finish updating table of load-history elts.
5685         * lists.texi (List-related Predicates): Minor wording improvement.
5686         (Lists as Boxes): Node deleted.
5687         (Building Lists): Explain trivial cases of number-sequence.
5689         * hash.texi (Hash Tables): Add desc to menu items.
5690         (Creating Hash): Explain "full" means "make larger".
5691         (Hash Access): Any object can be a key.
5692         State value of maphash.
5694         * functions.texi (What Is a Function): Wording cleanup.
5695         (Function Documentation): Minor cleanup.
5696         Explain purpose of calling convention at end of doc string.
5697         (Function Names): Wording cleanup.
5698         (Calling Functions): Wording cleanup.
5699         Explain better how funcall calls the function.
5700         (Function Cells): Delete example of saving and redefining function.
5702         * control.texi (Combining Conditions): Wording cleanup.
5703         (Iteration): dolist and dotimes bind VAR locally.
5704         (Cleanups): Xref to Atomic Changes.
5706         * compile.texi (Byte Compilation): Delete 19.29 info.
5707         (Compilation Functions): Macros' difficulties don't affect defsubst.
5708         (Docs and Compilation): Delete 19.29 info.
5710 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5712         * objects.texi (Symbol Type): Minor correction.
5714 2005-02-06  Lute Kamstra  <lute@gnu.org>
5716         * modes.texi (Example Major Modes): Fix typos.
5718 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5720         * text.texi (Margins): fill-nobreak-predicate can be one function.
5722         * strings.texi (Modifying Strings): clear-string can make unibyte.
5723         (Formatting Strings): format gives error if values missing.
5725         * positions.texi (Character Motion): Mention default arg
5726         for forward-char.  backward-char refers to forward-char.
5727         (Word Motion): Mention default arg for forward-word.
5728         (Buffer End Motion): Mention default arg for beginning-of-buffer.
5729         Simplify end-of-buffer.
5730         (Text Lines): Mention default arg for forward-line.
5731         (List Motion): Mention default arg for beginning/end-of-defun.
5732         (Skipping Characters): Minor fixes in explaining character-set.
5734         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5735         Mode inheritance applies only when default-major-mode is nil.
5736         Clarifications.
5737         (Example Major Modes): Update Text mode and Lisp mode examples.
5738         (Minor Mode Conventions): Mention define-minor-mode at top.
5739         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5740         (Mode Line Format): Update mode line face display info.
5741         (Properties in Mode): Mention effect of risky vars.
5742         (Imenu): Define imenu-add-to-menubar.
5743         (Font Lock Mode): Add descriptions to menu lines.
5744         (Faces for Font Lock): Add font-lock-doc-face.
5746 2005-02-05  Lute Kamstra  <lute@gnu.org>
5748         * text.texi (Maintaining Undo): Remove obsolete function.
5750 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5752         * frames.texi (Color Names): Add pointer to the X docs about RGB
5753         color specifications.  Improve indexing
5754         (Text Terminal Colors): Replace the description of RGB values by
5755         an xref to "Color Names".
5757 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5759         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5760         Clarify.
5761         (Selecting Windows): Clarify save-selected-window.
5762         (Cyclic Window Ordering): Clarify walk-windows.
5763         (Window Point): Clarify.
5764         (Window Start): Add comment to example.
5765         (Resizing Windows): Add `interactive' specs in examples.
5766         Document fit-window-to-buffer.
5768         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5769         (Undo, Maintaining Undo): Clarify last change.
5770         (Sorting): In sort-numeric-fields, explain about octal and hex.
5771         Mention sort-numeric-base.
5772         (Format Properties): Add xref for hard newlines.
5774         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5775         (Pop-Up Menus): Fix typo.
5776         (Color Names): Explain all types of color names.
5777         Explain color-values on B&W terminal.
5778         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
5780         * files.texi (File Locks): Not supported on MS systems.
5781         (Testing Accessibility): Clarify.
5783         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5784         (Coverage Testing): Fix typo.
5786         * commands.texi (Misc Events): Remove stray space.
5788         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5789         (Modification Time): Clarify when visited-file-modtime returns 0.
5790         (The Buffer List): Clarify bury-buffer.
5791         (Killing Buffers): Clarify.
5792         (Indirect Buffers): Add clone-indirect-buffer.
5794 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
5796         * edebug.texi (Printing in Edebug): Fix default value of
5797         edebug-print-circle.
5798         (Coverage Testing): Fix displayed frequency count data.
5800 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5802         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5804 2005-02-02  Kim F. Storm  <storm@cua.dk>
5806         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5808 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5810         * commands.texi (Misc Events): Describe the help-echo event.
5812         * text.texi (Special Properties) <help-echo>: Use `pos'
5813         consistently in description of the help-echo property.
5814         Use @code{nil} instead of @var{nil}.
5816         * display.texi (Overlay Properties): Fix the index entry for
5817         help-echo overlay property.
5819         * customize.texi (Type Keywords): Uncomment the xref to the
5820         help-echo property documentation.
5822 2005-01-23  Kim F. Storm  <storm@cua.dk>
5824         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5825         return value.  Third element FULLY replaced by PARTIAL which
5826         specifies number of invisible pixels if row is only partially visible.
5827         (Textual Scrolling): Mention auto-window-vscroll.
5828         (Vertical Scrolling): New defvar auto-window-vscroll.
5830 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5832         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5833         command remapping.
5835 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5837         * display.texi (Defining Images): Mention DATA-P arg of create-image.
5839 2005-01-14  Kim F. Storm  <storm@cua.dk>
5841         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5843         * text.texi (Links and Mouse-1): Fix string and vector item.
5845 2005-01-13  Richard M. Stallman  <rms@gnu.org>
5847         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5848         descriptions of overriding-local-map and overriding-terminal-local-map.
5850         * text.texi (Links and Mouse-1): Clarify text.
5852 2005-01-13  Kim F. Storm  <storm@cua.dk>
5854         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5856 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5858         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5860 2005-01-12  Kim F. Storm  <storm@cua.dk>
5862         * text.texi (Links and Mouse-1): Rename section from Enabling
5863         Mouse-1 to Following Links.  Change xrefs.
5864         Add examples for define-button-type and define-widget.
5866         * display.texi (Button Properties, Button Buffer Commands):
5867         Clarify mouse-1 and follow-link functionality.
5869 2005-01-12  Richard M. Stallman  <rms@gnu.org>
5871         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5873         * display.texi (Beeping): Fix Texinfo usage.
5875         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5877 2005-01-11  Kim F. Storm  <storm@cua.dk>
5879         * display.texi (Button Properties, Button Buffer Commands):
5880         Mention mouse-1 binding.  Add follow-link keyword.
5882         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5883         (Enabling Mouse-1 to Follow Links): New subsection.
5885 2005-01-06  Richard M. Stallman  <rms@gnu.org>
5887         * text.texi (Special Properties): Minor change.
5889         * os.texi (Timers): Clarify previous change.
5891         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5893 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
5895         * display.texi (Face Attributes): Correct xref to renamed node.
5897 2005-01-01  Richard M. Stallman  <rms@gnu.org>
5899         * display.texi (Face Attributes): Describe hex color specs.
5901 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5903         * os.texi (Timers): Update previous change.
5905 2004-12-30  Kim F. Storm  <storm@cua.dk>
5907         * display.texi (Line Height): Total line-height is now specified
5908         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
5909         in cons cells.  (nil . RATIO) is relative to actual line height.
5910         Use line-height `t' instead of `0' to get minimum height.
5912 2004-12-29  Richard M. Stallman  <rms@gnu.org>
5914         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5916 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5918         * commands.texi (Quitting): Clarify value of with-local-quit.
5920         * elisp.texi (Top): Fix previous change.
5922         * loading.texi (Loading): Fix previous change.
5924 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5926         * Makefile.in (MAKEINFO): Specify --force.
5928         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5930         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5932         * display.texi (Line Height): Further clarify.
5934         * elisp.texi (Top): Update Loading submenu.
5936         * loading.texi (Where Defined): New node.
5937         (Unloading): load-history moved to Where Defined.
5939 2004-12-21  Richard M. Stallman  <rms@gnu.org>
5941         * commands.texi (Event Input Misc): Add while-no-input.
5943 2004-12-11  Richard M. Stallman  <rms@gnu.org>
5945         * display.texi (Line Height): Rewrite text for clarity.
5947 2004-12-11  Kim F. Storm  <storm@cua.dk>
5949         * display.texi (Display): Add node "Line Height" to menu.
5950         (Line Height): New node.  Move full description of line-spacing
5951         and line-height text properties here from text.texi.
5952         (Scroll Bars): Add vertical-scroll-bar variable.
5954         * frames.texi (Window Frame Parameters): Remove line-height defvar.
5956         * locals.texi (Standard Buffer-Local Variables): Fix xref for
5957         line-spacing and vertical-scroll-bar.
5959         * text.texi (Special Properties): Just mention line-spacing and
5960         line-height here, add xref to new "Line Height" node.
5962 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
5964         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5966         * locals.texi (Standard Buffer-Local Variables):
5967         Add @xref for `line-spacing'.
5969 2004-12-05  Richard M. Stallman  <rms@gnu.org>
5971         * Makefile.in (maintainer-clean): Remove the info files
5972         in $(infodir) where they are created.
5974 2004-12-03  Richard M. Stallman  <rms@gnu.org>
5976         * windows.texi (Selecting Windows): get-lru-window and
5977         get-largest-window don't consider dedicated windows.
5979         * text.texi (Undo): Document undo-in-progress.
5981 2004-11-26  Richard M. Stallman  <rms@gnu.org>
5983         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5984         Remove a few vars that are not always buffer-local.
5986 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
5988         * locals.texi (Standard Buffer-Local Variables): Comment out
5989         xref's to non-existent node `Yet to be written'.
5991 2004-11-24  Richard M. Stallman  <rms@gnu.org>
5993         * processes.texi (Synchronous Processes): Grammar fix.
5995         * numbers.texi (Comparison of Numbers): Add eql.
5997         * locals.texi (Standard Buffer-Local Variables): Add many vars.
5999         * intro.texi (Printing Notation): Fix previous change.
6001         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6002         and default-indicate-buffer-boundaries from here.
6003         (Usual Display): To here.
6004         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6005         (Usual Display): Move tab-width up.
6007         * customize.texi (Variable Definitions): Replace
6008         show-paren-mode example with tooltip-mode.
6009         (Simple Types, Composite Types, Defining New Types):
6010         Minor cleanups.
6012 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
6014         * processes.texi (Synchronous Processes, Output from Processes):
6015         Markup fix.
6017 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6019         * positions.texi (Skipping Characters): skip-chars-forward
6020         now handles char classes.
6022         * intro.texi (Printing Notation): Avoid confusion of `print'
6023         when explaining @print.
6025         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6027         * display.texi (Display Table Format): Minor fix.
6029         * streams.texi (Output Functions): Fix print example.
6031         * Makefile.in (elisp): New target.
6032         (dist): Depend on $(infodir)/elisp, not elisp.
6033         Copy the info files from $(infodir).
6035         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6036         read-from-minibuffer.
6038         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6040 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6042         * searching.texi (Regexp Search): Add search-whitespace-regexp.
6044 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
6046         * tips.texi (Coding Conventions): Fix typo.
6048 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6050         * tips.texi (Coding Conventions): Separate defvar and require
6051         methods to avoid warnings.  Use require only when there are many
6052         functions and variables from that package.
6054         * minibuf.texi (Minibuffer Completion): When ignoring case,
6055         predicate must not be case-sensitive.
6057         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6058         (Test Coverage): Don't talk about "splotches".  Clarified.
6060 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
6062         * frames.texi (Window Frame Parameters): Fix typo.
6064 2004-11-15  Kim F. Storm  <storm@cua.dk>
6066         * symbols.texi (Other Plists): Note that plist-get may signal error.
6067         Add safe-plist-get.
6069 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6071         * modes.texi (Font Lock Basics): Fix typo.
6073 2004-11-08  Richard M. Stallman  <rms@gnu.org>
6075         * syntax.texi (Syntax Table Functions): Add syntax-after.
6077 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
6079         * os.texi (Processor Run Time): New section documenting
6080         get-internal-run-time.
6082 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6084         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6085         it nukes elisp-cover.texi.
6086         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6087         elisp-0 etc.
6089 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6091         * commands.texi (Keyboard Macros): Document `append' return value
6092         of `defining-kbd-macro'.
6094 2004-11-01  Richard M. Stallman  <rms@gnu.org>
6096         * commands.texi (Interactive Call): Add called-interactively-p.
6098 2004-10-29  Simon Josefsson  <jas@extundo.com>
6100         * minibuf.texi (Reading a Password): Revert.
6102 2004-10-28  Richard M. Stallman  <rms@gnu.org>
6104         * frames.texi (Display Feature Testing): Explain about "vendor".
6106 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6108         * commands.texi (Interactive Codes): `N' uses numeric prefix,
6109         not raw.  Clarify `n'.
6110         (Interactive Call): Rewrite interactive-p, focusing on when
6111         and how to use it.
6112         (Misc Events): Clarify previous change.
6114         * advice.texi (Simple Advice): Clarify what job the example does.
6115         (Around-Advice): Clarify ad-do-it.
6116         (Activation of Advice): An option of ad-default-compilation-action
6117         is `never', not `nil'.
6119 2004-10-26  Kim F. Storm  <storm@cua.dk>
6121         * commands.texi (Interactive Codes): Add U code letter.
6123 2004-10-25  Simon Josefsson  <jas@extundo.com>
6125         * minibuf.texi (Reading a Password): Add.
6127 2004-10-24  Jason Rumney  <jasonr@gnu.org>
6129         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
6130         and wheel-down.
6132 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6134         * processes.texi (Synchronous Processes): Document process-file.
6136 2004-10-22  Kenichi Handa  <handa@m17n.org>
6138         * text.texi (translate-region): Document that it accepts also a
6139         char-table.
6141 2004-10-22  David Ponce  <david@dponce.com>
6143         * windows.texi (Resizing Windows): Document the `preserve-before'
6144         argument of the functions `enlarge-window' and `shrink-window'.
6146 2004-10-19  Jason Rumney  <jasonr@gnu.org>
6148         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6150 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6152         * text.texi (Filling): Add anchor for definition of
6153         `sentence-end-double-space'.
6155         * searching.texi (Regexp Example): Update description of how
6156         Emacs currently recognizes the end of a sentence.
6157         (Standard Regexps): Update definition of the variable
6158         `sentence-end'.  Add definition of the function `sentence-end'.
6160 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6162         * display.texi (Progress): New node.
6164 2004-10-05  Kim F. Storm  <storm@cua.dk>
6166         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6168 2004-09-29  Kim F. Storm  <storm@cua.dk>
6170         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6171         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
6172         fringe bitmap symbols, as they now have their own namespace.
6173         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6174         vs. pixels.  Signal error if no free bitmap slots.
6175         (Pixel Specification): Change IMAGE to @var{image}.
6177 2004-09-28  Richard M. Stallman  <rms@gnu.org>
6179         * text.texi (Special Properties): Clarify line-spacing and line-height.
6181         * searching.texi (Regexp Search): Add looking-back.
6183 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
6185         * display.texi: Correct typos.
6186         (Image Descriptors): Correct xref's.
6188 2004-09-25  Richard M. Stallman  <rms@gnu.org>
6190         * text.texi (Special Properties): Cleanups in `cursor'.
6191         Rewrites in `line-height' and `line-spacing'; exchange them.
6193         * display.texi (Fringes): Rewrite previous change.
6194         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
6195         (Display Fringe Bitmaps): Node deleted, text moved.
6196         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
6197         (Scroll Bars): Clarify set-window-scroll-bars.
6198         (Pointer Shape): Rewrite.
6199         (Specified Space): Clarify :align-to, etc.
6200         (Pixel Specification): Use @var.  Clarify new text.
6201         (Other Display Specs): Clarify `slice'.
6202         (Image Descriptors): Cleanups.
6203         (Showing Images): Cleanups.
6205 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6207         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6209         * modes.texi: Various minor changes in addition to:
6210         (Major Mode Conventions): Final call to `run-mode-hooks' should
6211         not be inside the `delay-mode-hooks' form.
6212         (Mode Hooks): New node.
6213         (Hooks): Delete obsolete example.
6214         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6215         node "Mode Hooks".
6217 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
6219         * display.texi: Correct various typos.
6220         (Display): Rename node "Pointer Shapes" to "Pointer
6221         Shape".  (There is already a node called "Pointer Shapes" in
6222         frames.texi.)
6223         (Images): Remove non-existent node "Image Slices" from menu.
6225 2004-09-23  Kim F. Storm  <storm@cua.dk>
6227         * text.texi (Special Properties): Add `cursor', `pointer',
6228         `line-height', and `line-spacing' properties.
6230         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6231         Shapes' to menu.
6232         (Standard Faces): Doc fix for fringe face.
6233         (Fringes): Add `overflow-newline-into-fringe' and
6234         'indicate-buffer-boundaries'.
6235         (Fringe Bitmaps, Pointer Shapes): New nodes.
6236         (Display Property): Add 'Pixel Specification' and 'Display Fringe
6237         Bitmaps' to menu.
6238         (Specified Space): Describe pixel width and height.
6239         (Pixel Specification): New node.
6240         (Other Display Specs): Add `slice' property.
6241         (Display Fringe Bitmaps): New node.
6242         (Images): Add 'Image Slices' to menu.
6243         (Image Descriptors): Add `:pointer' and `:map' properties.
6244         (Showing Images): Add slice arg to `insert-image'.  Add
6245         'insert-sliced-image'.
6247 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6249         * commands.texi (Key Sequence Input):
6250         Clarify downcasing in read-key-sequence.
6252 2004-09-08  Juri Linkov  <juri@jurta.org>
6254         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6256 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6258         * locals.texi (Standard Buffer-Local Variables): Add
6259         `buffer-auto-save-file-format'.
6260         * internals.texi (Buffer Internals): Describe new
6261         auto_save_file_format field of the buffer structure.
6262         * files.texi (Format Conversion): `auto-save-file-format' has been
6263         renamed `buffer-auto-save-file-format'.
6265 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
6267         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6268         an integer or a marker.
6269         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6271 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6273         * modes.texi (Major Mode Conventions): Discuss rebinding of
6274         standard key bindings.
6276 2004-08-18  Kim F. Storm  <storm@cua.dk>
6278         * processes.texi (Accepting Output): Add `just-this-one' arg to
6279         `accept-process-output'.
6280         (Output from Processes): New var `process-adaptive-read-buffering'.
6282 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
6284         * keymaps.texi: Various changes in addition to:
6285         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6286         Give more varied examples for `kbd'.
6287         (Creating Keymaps): Char tables have slots for all characters
6288         without modifiers.
6289         (Active Keymaps): `overriding-local-map' and
6290         `overriding-terminal-local-map' also override text property and
6291         overlay keymaps.
6292         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6293         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6294         to denote a prefix of no events.
6295         `map-keymap' includes parent's bindings _recursively_.
6296         Clarify and correct description of `where-is-internal'.
6297         Mention BUFFER-OR-NAME arg to `describe-bindings'.
6298         (Menu Example): For menus intended for use with the keyboard, the
6299         menu items should be bound to characters or real function keys.
6301 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6303         * objects.texi (Character Type): Reposition `@anchor' to prevent
6304         double space inside sentence in Info.
6306         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6307         renamed to `disabled-command-function'.
6308         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6309         (Command Loop Info): Replace reference to it.
6310         (Disabling Commands): `disabled-command-hook' has been renamed to
6311         `disabled-command-function'.
6313 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
6315         * os.texi (Translating Input): Only non-prefix bindings in
6316         `key-translation-map' override actual key bindings.  Warn about
6317         possible indirect effect of actual key bindings on non-prefix
6318         bindings in `key-translation-map'.
6320 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
6322         * minibuf.texi (High-Level Completion): Add anchor for definition
6323         of `read-variable'.
6325         * commands.texi: Various changes in addition to:
6326         (Using Interactive): Clarify description of `interactive-form'.
6327         (Interactive Call): Mention default for KEYS argument to
6328         `call-interactively'.
6329         (Command Loop Info): Clarify description of `this-command-keys'.
6330         Mention KEEP-RECORD argument to `clear-this-command-keys'.
6331         Value of `last-event-frame' can be `macro'.
6332         (Repeat Events): `double-click-fuzz' is also used to distinguish
6333         clicks and drags.
6334         (Classifying Events): Clarify descriptions of `event-modifiers'
6335         `event-basic-type' and `event-convert-list'.
6336         (Accessing Events): `posn-timestamp' takes POSITION argument.
6337         (Quoted Character Input): Clarify description of
6338         `read-quoted-char' and fix example.
6339         (Quitting): Add `with-local-quit'.
6340         (Disabling Commands): Correct and clarify descriptions of
6341         `enable-command' and `disable-command'.
6342         Mention what happens if `disabled-command-hook' is nil.
6343         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6344         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6346 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6348         * frames.texi: Various changes in addition to:
6349         (Creating Frames): Expand and clarify description of `make-frame'.
6350         (Window Frame Parameters): Either none or both of the `icon-left'
6351         and `icon-top' parameters must be specified.  Put descriptions of
6352         `menu-bar-lines' and `toolbar-lines' closer together and change
6353         them accordingly.
6354         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6355         except while processing `frame-title-format' or `icon-title-format'.
6356         (Deleting Frames): Correct description of `delete-frame'.
6357         Non-nil return values of `frame-live-p' are like those of `framep'.
6358         (Frames and Windows): Mention return value of
6359         `set-frame-selected-window'.
6360         (Visibility of Frames): Mention `force' argument to
6361         `make-frame-invisible'.  `frame-visible-p' returns t for all
6362         frames on text-only terminals.
6363         (Frame Configurations): Restoring a frame configuration does not
6364         restore deleted frames.
6365         (Window System Selections): `x-set-selection' returns DATA.
6366         (Resources): Add example.
6367         (Display Feature Testing): Clarify descriptions of
6368         `display-pixel-height', `display-pixel-width', `x-server-version'
6369         and `x-server-vendor'.
6371         * windows.texi (Choosing Window): Add anchor.
6372         * minibuf.texi (Minibuffer Misc): Add anchor.
6374 2004-07-23  John Paul Wallington  <jpw@gnu.org>
6376         * macros.texi (Defining Macros): Declaration keyword for setting
6377         Edebug spec is `debug' not `edebug'.
6379 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
6381         * windows.texi: Various small changes in addition to:
6382         (Window Point): Mention return value of `set-window-point'.
6383         (Window Start): `pos-visible-in-window-p' disregards horizontal
6384         scrolling.  Explain return value if PARTIALLY is non-nil.
6385         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6386         and `set-window-vscroll'.
6387         (Size of Window): The argument WINDOW to `window-inside-edges',
6388         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6389         (Resizing Windows): Explain return value of
6390         `shrink-window-if-larger-than-buffer'.
6391         `window-size-fixed' automatically becomes buffer local when set.
6392         (Window Configurations): Explain return value of
6393         `set-window-configuration'.
6395         * minibuf.texi (Minibuffer Misc): Add anchor for
6396         `minibuffer-scroll-window'.
6398         * positions.texi (Text Lines): Add anchor for `count-lines'.
6400 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6402         * display.texi (Overlay Properties): Adding `evaporate' prop
6403         deletes empty overlay immediately.
6405         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6406         fix example.
6408 2004-07-16  Jim Blandy  <jimb@redhat.com>
6410         * searching.texi (Regexp Backslash): Document new \_< and \_>
6411         operators.
6413 2004-07-16  Juanma Barranquero  <lektu@terra.es>
6415         * display.texi (Images): Fix Texinfo usage.
6417 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6419         * buffers.texi (Modification Time): `visited-file-modtime' now
6420         returns a list of two integers, instead of a cons.
6422 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6424         * windows.texi: Various changes in addition to:
6425         (Splitting Windows): Add `split-window-keep-point'.
6427 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6429         * frames.texi (Input Focus): Minor fix.
6431 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6433         * frames.texi (Input Focus): Clarify descriptions of
6434         `select-frame-set-input-focus' and `select-frame'.
6436 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
6438         * os.texi: Various small changes in addition to:
6439         (Killing Emacs): Expand and clarify description of
6440         `kill-emacs-query-functions' and `kill-emacs-hook'.
6441         (System Environment): Expand and clarify description of `getenv'
6442         and `setenv'.
6443         (Timers): Clarify description of `run-at-time'.
6444         (Translating Input): Correct description of
6445         `extra-keyboard-modifiers'.
6446         (Flow Control): Correct description of `enable-flow-control'.
6448 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
6450         * os.texi: Update copyright.
6451         (Session Management): Grammar fix.
6452         Clarify which Emacs does the restarting.
6453         Use @samp for *scratch* buffer.
6455 2004-07-04  Alan Mackenzie  <acm@muc.de>
6457         * frames.texi (Input Focus): Add documentation for
6458         `select-frame-set-input-focus'.  Replace refs to non-existent
6459         `switch-frame' with `select-frame'.  Minor corrections and tidying
6460         up of text-only terminal stuff.
6462 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6464         * files.texi (Saving Buffers): Cleanup write-contents-function.
6465         (Magic File Names): Cleanup file-remote-p.
6467 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
6469         * files.texi (Magic File Names): `file-remote-p' returns an
6470         identifier of the remote system, not just t.
6472 2004-07-02  David Kastrup  <dak@gnu.org>
6474         * searching.texi (Entire Match Data): Add explanation about new
6475         match-data behavior when @var{integers} is non-nil.
6477 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6479         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6481         * customize.texi (Variable Definitions): Note about doc strings
6482         and :set.
6484         * keymaps.texi (Keymap Terminology): Document `kbd'.
6485         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6487         * display.texi (Invisible Text): Setting buffer-invisibility-spec
6488         makes it buffer-local.
6490         * files.texi (Saving Buffers): Correct previous change.
6492         * commands.texi (Accessing Events):
6493         Clarify posn-col-row and posn-actual-col-row.
6495 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
6497         * commands.texi (Accessing Events): New functions
6498         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
6500 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6502         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6503         * frames.texi, buffers.texi, backups.texi, variables.texi:
6504         * loading.texi, eval.texi, functions.texi, control.texi:
6505         * symbols.texi, minibuf.texi: Reposition @anchor's.
6507         * help.texi: Various small changes in addition to the following.
6508         (Describing Characters): Describe PREFIX argument to
6509         `key-description'.  Correct and clarify definition of
6510         `text-char-description'.  Describe NEED-VECTOR argument to
6511         `read-kbd-macro'.
6512         (Help Functions): Clarify definition of `apropos'.
6514 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6516         * files.texi (Saving Buffers): Correct description of
6517         `write-contents-functions'.
6519 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6521         * display.texi (Images): Remove redundant @vindex directives.
6522         Rewrite `image-library-alist' doc in active voice.
6524 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6526         * display.texi (Images): Document new delayed library loading,
6527         variable `image-library-alist' and (existing but undocumented)
6528         function `image-type-available-p'.
6530 2004-06-05  Richard M. Stallman  <rms@gnu.org>
6532         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6533         refer the user to the Initial Input node.
6534         (Text from Minibuffer): Likewise.
6535         (Initial Input): New node.  Document this feature
6536         and say it is mostly deprecated.
6538 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6540         * loading.texi (Named Features): Clarify return value
6541         and meaning of NOERROR.
6543         * variables.texi (File Local Variables): Minor cleanup.
6545 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6547         * files.texi (Magic File Names): Add `file-remote-p' as operation
6548         of file name handlers.
6550 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6552         * modes.texi (Minor Mode Conventions): (-) has no special meaning
6553         as arg to a minor mode command.
6555 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6557         * syntax.texi (Syntax Class Table): Word syntax not just for English.
6559         * streams.texi (Output Variables): Doc float-output-format.
6561         * searching.texi (Regexp Special): Nested repetition can be infloop.
6563         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6564         real stack overflow.
6566         * compile.texi: Minor cleanups.
6568 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
6570         * lists.texi (Cons Cells): Explain dotted lists, true lists,
6571         circular lists.
6572         (List Elements): Explain handling of circular and dotted lists.
6574 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
6576         * modes.texi (Search-based Fontification): Fix typo.
6578 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6580         * modes.texi (Mode Line Variables): Fix description of
6581         global-mode-string, which is now after which-func-mode, not the
6582         buffer name.
6584 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6586         * modes.texi (Desktop Save Mode): Add.
6587         (Modes): Add menu entry Desktop Save Mode.
6589         * hooks.texi: Add desktop-after-read-hook,
6590         desktop-no-desktop-file-hook and desktop-save-hook.
6592         * locals.texi: Add desktop-save-buffer.
6594 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
6596         * display.texi: emacs -> Emacs.
6598 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6600         * files.texi (Changing Files): Document set-file-times.
6602 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6604         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6606 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
6608         * tips.texi (Coding Conventions): defopt -> defcustom.
6610 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
6612         * sequences.texi: Various clarifications.
6614 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
6616         * buffers.texi (Read Only Buffers): Mention optional ARG to
6617         `toggle-read-only'.
6619 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
6621         * windows.texi (Selecting Windows): Note that get-lru-window
6622         returns a full-width window if possible.
6624 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6626         * buffers.texi: Various changes in addition to:
6627         (Buffer File Name): Add `find-buffer-visiting'.
6628         (Buffer Modification): Mention optional ARG to `not-modified'.
6629         (Indirect Buffers): Mention optional CLONE argument to
6630         `make-indirect-buffer'.
6632         * files.texi: Various changes in addition to:
6633         (Visiting Functions): `find-file-hook' is now a normal hook.
6634         (File Name Expansion): Explain difference between the way that
6635         `expand-file-name' and `file-truename' treat `..'.
6636         (Contents of Directories): Mention optional ID-FORMAT argument to
6637         `directory-files-and-attributes'.
6638         (Format Conversion): Mention new optional CONFIRM argument to
6639         `format-write-file'.
6641 2004-04-12  Miles Bader  <miles@gnu.org>
6643         * macros.texi (Expansion): Add description of `macroexpand-all'.
6645 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
6647         * variables.texi (Variable Aliases): Mention
6648         cyclic-variable-indirection.
6650         * errors.texi (Standard Errors): Ditto.
6652 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6654         * backups.texi: Various small changes in addition to:
6655         (Making Backups): Mention return value of `backup-buffer'.
6656         (Auto-Saving): Mention optional FORCE argument to
6657         `delete-auto-save-file-if-necessary'.
6658         (Reverting): Mention optional PRESERVE-MODES argument to
6659         `revert-buffer'.  Correct description of `revert-buffer-function'.
6661 2004-03-22  Juri Linkov  <juri@jurta.org>
6663         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6664         with `Vector Functions'.
6666         * text.texi (Sorting): Add missing quote.
6668 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
6670         * intro.texi (Lisp History): Replace xref to `cl' manual with
6671         inforef.
6673 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6675         * intro.texi (Version Info): Add arg to emacs-version.
6676         (Lisp History): Change xref to CL manual.
6678 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
6680         * minibuf.texi (Completion Commands): Add xref to Emacs manual
6681         for Partial Completion mode.
6683 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
6685         * customize.texi: Fix typo.  Remove eol whitespace.
6687 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6689         * processes.texi: Fix typos.
6691         * lists.texi (Building Lists): Minor clarification.
6693         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6694         in make-hash-table.
6696 2004-02-29  Juanma Barranquero  <lektu@terra.es>
6698         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6699         rm, and ignore exit code.
6701 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
6703         * display.texi (Defining Faces): Add description for min-colors.
6704         Update example.
6706 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
6708         * abbrevs.texi: Various corrections and clarifications in addition
6709         to the following:
6710         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6712 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6714         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6716 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
6718         * text.texi: Various small changes in addition to the following:
6719         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6720         to delete-horizontal-space.
6721         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6722         description of yank-handler text property at various places.
6724         * frames.texi (Window System Selections): Add anchor.
6726         * syntax.texi (Syntax Table Functions): Clarify and correct
6727         descriptions of make-syntax-table and copy-syntax-table.
6728         (Motion and Syntax): Clarify SYNTAXES argument to
6729         skip-syntax-forward.
6730         (Parsing Expressions): Mention that the return value of
6731         parse-partial-sexp is currently a list of ten rather than nine
6732         elements.
6733         (Categories): Various corrections and clarifications.
6735 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
6737         * markers.texi (Marker Insertion Types): Minor change.
6739         * locals.texi (Standard Buffer-Local Variables):
6740         * commands.texi (Interactive Codes, Using Interactive):
6741         * functions.texi (Related Topics): Fix xrefs.
6743 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6745         * lists.texi (Sets And Lists): Update description of delete-dups.
6747 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6749         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6751 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
6753         * frames.texi (Parameter Access): frame-parameters arg is optional.
6754         modify-frame-parameters handles nil for FRAME.
6755         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6756         are all-or-nothing for certain toolkits.
6757         Mention parameter wait-for-wm.
6758         (Frames and Windows): In frame-first-window and frame-selected-window
6759         the arg is optional.
6760         (Input Focus): In redirect-frame-focus the second arg is optional.
6761         (Window System Selections): Mention selection type CLIPBOARD.
6762         Mention data-type UTF8_STRING.
6763         Mention numbering of cut buffers.
6764         (Resources): Describe x-resource-name.
6766 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6768         * windows.texi (Buffers and Windows): Delete false table
6769         about all-frames.
6771         * syntax.texi (Parsing Expressions): Delete old caveat
6772         about parse-sexp-ignore-comments.
6774         * streams.texi (Output Variables): Add print-quoted.
6776         * lists.texi (Building Lists): Minor cleanup.
6778         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6780         * display.texi (Overlays): Explain overlays use markers.
6781         (Managing Overlays): Explain front-advance and rear-advance
6782         in more detail.
6784         * loading.texi (Unloading): Document unload-feature-special-hooks.
6785         Get rid of fns-NNN.el file.
6787 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6789         * help.texi (Describing Characters): Fix text-char-description
6790         example output.
6792         * edebug.texi (Using Edebug): Fix example.
6794         * debugging.texi (Internals of Debugger): Fix return value.
6796         * files.texi (Changing Files): Fix argname.
6798         * calendar.texi: Fix parens, and default values.
6800         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6801         * nonascii.texi, objects.texi, os.texi: Minor fixes.
6802         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
6804         * positions.texi (Text Lines): Don't add -1 in current-line.
6806 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6808         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6810 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6812         * processes.texi (Low-Level Network): Fix a typo.
6814 2004-02-12  Kim F. Storm  <storm@cua.dk>
6816         * display.texi (Fringes): Use consistent wording.
6817         Note that window-fringe's window arg is optional.
6818         (Scroll Bars): Use consistent wording.
6820 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
6822         * tips.texi (Comment Tips): Document the new conventions for
6823         commenting out code.
6825 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
6827         * positions.texi (Text Lines): Added missing end defun.
6829 2004-02-07  Kim F. Storm  <storm@cua.dk>
6831         * positions.texi (Text Lines): Add line-number-at-pos.
6833 2004-02-06  John Paul Wallington  <jpw@gnu.org>
6835         * display.texi (Button Properties, Button Buffer Commands):
6836         mouse-2 invokes button, not down-mouse-1.
6838 2004-02-04  Jason Rumney  <jasonr@gnu.org>
6840         * makefile.w32-in: Sync with Makefile.in changes.
6842 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
6844         * minibuf.texi (Text from Minibuffer): Various corrections and
6845         clarifications.
6846         (Object from Minibuffer): Correct Lisp description of
6847         read-minibuffer.
6848         (Minibuffer History): Clarify description of cons values for
6849         HISTORY arguments.
6850         (Basic Completion): Various corrections and clarifications.  Add
6851         completion-regexp-list.
6852         (Minibuffer Completion): Correct and clarify description of
6853         completing-read.
6854         (Completion Commands): Mention Partial Completion mode.  Various
6855         other minor changes.
6856         (High-Level Completion): Various corrections and clarifications.
6857         (Reading File Names): Ditto.
6858         (Minibuffer Misc): Ditto.
6860 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
6862         * strings.texi (Text Comparison): assoc-string also matches
6863         elements of alists that are strings instead of conses.
6864         (Formatting Strings): Standardize Texinfo usage.  Update index
6865         entries.
6867 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
6869         * lists.texi (Sets And Lists): Add delete-dups.
6871 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
6873         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6874         special form.
6875         * macros.texi (Defining Macros): Update description of `declare',
6876         which now is a macro.
6877         (Wrong Time): Fix typos.
6879 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6881         * compile.texi (Compilation Functions): Expand descriptions of
6882         `compile-defun', `byte-compile-file', `byte-recompile-directory'
6883         and `batch-byte-compile'.  In particular, mention and describe
6884         all optional arguments.
6885         (Disassembly): Correct and clarify the description of `disassemble'.
6887 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6889         * searching.texi: Various small changes in addition to the
6890         following.
6891         (Regexp Example): Adapt to new value of `sentence-end'.
6892         (Regexp Functions): The PAREN argument to `regexp-opt' can be
6893         `words'.
6894         (Search and Replace): Add usage note for `perform-replace'.
6895         (Entire Match Data): Mention INTEGERS and REUSE arguments to
6896         `match-data'.
6897         (Standard Regexps): Update for new values of `paragraph-start'
6898         and `sentence-end'.
6900 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
6902         * files.texi (Saving Buffers): Clarify descriptions of
6903         `write-contents-functions' and `before-save-hook'.
6904         Make the defvar's for `before-save-hook' and `after-save-hook'
6905         into defopt's.
6907 2004-01-07  Kim F. Storm  <storm@cua.dk>
6909         * commands.texi (Click Events): Describe new image and
6910         width/height elements of click events.
6911         (Accessing Events): Add posn-string, posn-image, and
6912         posn-object-width-height.  Change posn-object to return either
6913         image or string object.
6915 2004-01-01  Simon Josefsson  <jas@extundo.com>
6917         * hooks.texi (Standard Hooks): Add before-save-hook.
6918         * files.texi (Saving Buffers): Likewise.
6920 2004-01-03  Richard M. Stallman  <rms@gnu.org>
6922         * frames.texi (Frames and Windows): Delete frame-root-window.
6924 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6926         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6928         * functions.texi: Various small changes in addition to the
6929         following.
6930         (What Is a Function): `functionp' returns nil for macros.  Clarify
6931         behavior of this and following functions for symbol arguments.
6932         (Function Documentation): Add `\' in front of (fn @var{arglist})
6933         and explain why.
6934         (Defining Functions): Mention DOCSTRING argument to `defalias'.
6935         Add anchor.
6936         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
6938 2004-01-01  Miles Bader  <miles@gnu.org>
6940         * display.texi (Buttons): New section.
6942 2003-12-31  Andreas Schwab  <schwab@suse.de>
6944         * numbers.texi (Math Functions): sqrt reports a domain-error
6945         error.
6946         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6948 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6950         * tips.texi (Documentation Tips): Update item on hyperlinks in
6951         documentation strings.
6953         * errors.texi (Standard Errors): Various small corrections and
6954         additions.
6956         * control.texi: Various small changes in addition to the
6957         following.
6958         (Signaling Errors): Provide some more details on how `signal'
6959         constructs the error message.  Add anchor to the definition of
6960         `signal'.
6961         (Error Symbols): Describe special treatment of `quit'.
6962         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6963         to emphasize that it has to be a single form.
6965         * buffers.texi: Add anchor.
6967 2003-12-29  Richard M. Stallman  <rms@gnu.org>
6969         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6970         (Window Configurations): Add window-configuration-frame.
6972         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6974         * text.texi (Examining Properties): Add get-char-property-and-overlay.
6975         Change arg name in get-char-property.
6976         (Special Properties): Update handling of keymap property.
6978         * strings.texi (Modifying Strings): Add clear-string.
6979         (Text Comparison): Add assoc-string and remove
6980         assoc-ignore-case, assoc-ignore-representation.
6982         * os.texi (Time of Day): Add set-time-zone-rule.
6984         * numbers.texi (Math Functions): asin, acos, log, log10
6985         report domain-error errors.
6987         * nonascii.texi (Converting Representations):
6988         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6989         (Encoding and I/O): Add file-name-coding-system.
6991         * modes.texi (Search-based Fontification): Explain that
6992         face specs are symbols with face names as values.
6994         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6996         * lists.texi (Building Lists): remq moved elsewhere.
6997         (Sets And Lists): remq moved here.
6998         (Association Lists): Refer to assoc-string.
7000         * internals.texi (Garbage Collection): Add memory-use-counts.
7002         * frames.texi (Frames and Windows): Add set-frame-selected-window
7003         and frame-root-window.
7005         * files.texi (Contents of Directories):
7006         Add directory-files-and-attributes.
7008         * display.texi (Refresh Screen): Add force-window-update.
7009         (Invisible Text): Explain about moving point out of invis text.
7010         (Overlay Properties): Add overlay-properties.
7011         (Managing Overlays): Add overlayp.
7012         (GIF Images): Invalid image number displays a hollow box.
7014         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7015         (Killing Buffers): Add buffer-live-p.
7017 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7019         * display.texi (Fringes): Fix typo "set-buffer-window".
7021 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
7023         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7024         * nonascii.texi, processes.texi, tips.texi, variables.texi:
7025         Add or change various xrefs and anchors.
7027         * commands.texi: Replace all occurrences of @acronym{CAR} with
7028         @sc{car}, for consistency with the rest of the Elisp manual.
7029         `car' and `cdr' are historically acronyms, but are no longer
7030         widely thought of as such.
7032         * internals.texi (Pure Storage): Mention that `purecopy' does not
7033         copy text properties.
7034         (Object Internals): Now 29 bits are used (in most implementations)
7035         to address Lisp objects.
7037         * variables.texi (Variables with Restricted Values): New node.
7039         * objects.texi (Lisp Data Types): Mention that certain variables
7040         can only take on a restricted set of values and add an xref to
7041         the new node "Variables with Restricted Values".
7043         * eval.texi (Function Indirection): Describe the errors that
7044         `indirect-function' can signal.
7045         (Eval): Clarify the descriptions of `eval-region' and `values'.
7046         Describe `eval-buffer' instead of `eval-current-buffer' and
7047         mention `eval-current-buffer' as an alias for `current-buffer'.
7048         Correct the description and mention all optional arguments.
7050         * nonascii.texi: Various small changes in addition to the
7051         following.
7052         (Converting Representations): Clarify behavior of
7053         `string-make-multibyte' and `string-to-multibyte' for unibyte all
7054         ASCII arguments.
7055         (Character Sets): Document the variable `charset-list' and adapt
7056         the definition of the function `charset-list' accordingly.
7057         (Translation of Characters): Clarify use of generic characters in
7058         `make-translation-table'.  Clarify and correct the description of
7059         the use of translation tables in encoding and decoding.
7060         (User-Chosen Coding Systems): Correct and clarify the description
7061         of `select-safe-coding-system'.
7062         (Default Coding Systems): Clarify description of
7063         `file-coding-system-alist'.
7065 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
7067         * strings.texi (Text Comparison): Correctly describe when two
7068         strings are `equal'.  Combine and clarify descriptions of
7069         `assoc-ignore-case' and `assoc-ignore-representation'.
7071         * objects.texi (Non-ASCII in Strings): Clarify description of
7072         when a string is unibyte or multibyte.
7073         (Bool-Vector Type): Update examples.
7074         (Equality Predicates): Correctly describe when two strings are
7075         `equal'.
7077 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7079         * lists.texi (Building Lists): `append' no longer accepts integer
7080         arguments.  Update the description of `number-sequence' to reflect
7081         recent changes.
7082         (Sets And Lists): Describe `member-ignore-case' after `member'.
7084 2003-11-27  Kim F. Storm  <storm@cua.dk>
7086         * commands.texi (Click Events): Click object may be an images.
7087         Describe (dx . dy) element of click positions.
7088         (Accessing Events): Remove duplicate posn-timestamp.
7089         New functions posn-object and posn-object-x-y.
7091 2003-11-23  Kim F. Storm  <storm@cua.dk>
7093         * commands.texi (Click Events): Describe enhancements to event
7094         position lists, including new text-pos and (col . row) items.
7095         Mention left-fringe and right-fringe area events.
7096         (Accessing Events): New functions posn-area and
7097         posn-actual-col-row.  Mention posn-timestamp.  Mention that
7098         posn-point in non-text area still returns buffer position.
7099         Clarify posn-col-row.
7101 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
7103         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7104         * anti.texi (File Attributes): Describe removed parameter
7105         ID-FORMAT.
7107 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7109         * positions.texi (Positions): Mention that, if a marker is used as
7110         a position, its buffer is ignored.
7112         * markers.texi (Overview of Markers): Mention it here too.
7114 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
7116         * numbers.texi (Numeric Conversions): Not just `floor', but also
7117         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7119 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
7121         * markers.texi (Creating Markers): Specify insertion type of
7122         created markers.  Add xref to `Marker Insertion Types'.
7123         Second argument to `copy-marker' is optional.
7124         (Marker Insertion Types): Mention that most markers are created
7125         with insertion type nil.
7126         (The Mark): Correctly describe when `mark' signals an error.
7127         (The Region): Correctly describe when `region-beginning' and
7128         `region-end' signal an error.
7130 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
7132         * hash.texi (Creating Hash): Clarify description of `eql'.
7133         `makehash' is obsolete.
7134         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7136         * positions.texi (Point): Change description of `buffer-end', so
7137         that it is also correct for floating point arguments.
7138         (List Motion): Correct argument lists of `beginning-of-defun' and
7139         `end-of-defun'.
7140         (Excursions): Add xref to `Marker Insertion Types'.
7141         (Narrowing): Argument to `narrow-to-page' is optional.
7143 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
7145         * streams.texi (Output Streams): Clarify behavior of point for
7146         marker output streams.
7148 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
7150         * variables.texi (Defining Variables): Second argument to
7151         `defconst' is not optional.
7152         (Setting Variables): Mention optional argument APPEND to
7153         `add-to-list'.
7154         (Creating Buffer-Local): Expand description of
7155         `make-variable-buffer-local'.
7156         (Frame-Local Variables): Expand description of
7157         `make-variable-frame-local'.
7158         (Variable Aliases): Correct description of optional argument
7159         DOCSTRING to `defvaralias'.  Mention return value of
7160         `defvaralias'.
7161         (File Local Variables): Add xref to `File variables' in Emacs
7162         Manual.  Correct description of `hack-local-variables'.  Mention
7163         `safe-local-variable' property.  Mention optional second argument
7164         to `risky-local-variable-p'.
7166 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
7168         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7170 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7172         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7173         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7174         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7175         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7176         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7177         lispref/processes.texi, lispref/searching.texi,
7178         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7179         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7180         @acronym{FOO}.
7182 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
7184         * strings.texi (Creating Strings): Argument START to `substring'
7185         can not be `nil'.  Expand description of
7186         `substring-no-properties'.  Correct description of `split-string',
7187         especially with respect to empty matches.  Prevent very bad line
7188         break in definition of `split-string-default-separators'.
7189         (Text Comparison): `string=' and `string<' also accept symbols as
7190         arguments.
7191         (String Conversion): More completely describe argument BASE in
7192         `string-to-number'.
7193         (Formatting Strings): `%s' and `%S' in `format' do require
7194         corresponding object.  Clarify behavior of numeric prefix after
7195         `%' in `format'.
7196         (Case Conversion): The argument to `upcase-initials' can be a
7197         character.
7199 2003-10-27  Kenichi Handa  <handa@m17n.org>
7201         * display.texi (Fontsets): Fix texinfo usage.
7203 2003-10-25  Kenichi Handa  <handa@m17n.org>
7205         * display.texi (Fontsets): Add description of the function
7206         set-fontset-font.
7208 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
7210         * display.texi (Temporary Displays): Add xref to `Documentation
7211         Tips'.
7213         * functions.texi (Function Safety): Use inforef instead of pxref
7214         for SES.
7216 2003-10-23  Andreas Schwab  <schwab@suse.de>
7218         * Makefile.in (TEX, texinputdir): Don't define.
7219         (TEXI2DVI): Define.
7220         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7221         add $(srcdir)/index.texi.
7222         ($(infodir)/elisp): Remove index.texi dependency.
7223         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
7224         (index.texi): Remove target.
7225         (dist): Don't link $(srcdir)/permute-index.
7226         (clean): Don't remove index.texi.
7228         * permute-index, index.perm: Remove.
7229         * index.texi: Rename from index.unperm.
7231 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
7233         * tips.texi (Documentation Tips): Document new behavior for face
7234         and variable hyperlinks in Help mode.
7236 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
7238         * objects.texi (Integer Type): Update for extra bit of integer range.
7239         (Character Type): Ditto.
7241 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
7243         * numbers.texi (Integer Basics): Add index entries for reading
7244         numbers in hex, octal, and binary.
7246 2003-10-16  Lute Kamstra  <lute@gnu.org>
7248         * modes.texi (Mode Line Format): Mention force-mode-line-update's
7249         argument.
7251 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
7253         * windows.texi (Choosing Window): Fix typo.
7254         * edebug.texi (Edebug Execution Modes): Fix typo.
7256 2003-10-13  Richard M. Stallman  <rms@gnu.org>
7258         * windows.texi (Basic Windows): A window has fringe settings,
7259         display margins and scroll-bar settings.
7260         (Splitting Windows): Doc split-window return value.
7261         Clean up one-window-p.
7262         (Selecting Windows): Fix typo.
7263         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7264         (Buffers and Windows): In set-window-buffer, explain effect
7265         on fringe settings and scroll bar settings.
7266         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7267         (Choosing Window): Use defopt for pop-up-frame-function.
7268         For special-display-buffer-names, explain same-window and same-frame.
7269         Clarify window-dedicated-p return value.
7270         (Textual Scrolling): scroll-up and scroll-down can get an error.
7271         (Horizontal Scrolling): Clarify auto-hscroll-mode.
7272         Clarify set-window-hscroll.
7273         (Size of Window): Don't mention tool bar in window-height.
7274         (Coordinates and Windows): Explain what coordinates-in-window-p
7275         returns for fringes and display margins.
7276         (Window Configurations): Explain saving fringes, etc.
7278         * tips.texi (Library Headers): Clean up Documentation.
7280         * syntax.texi (Parsing Expressions): Clean up forward-comment
7281         and parse-sexp-lookup-properties.
7283         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7285         * os.texi (System Environment): Clean up text for load-average errors.
7287         * modes.texi (Hooks): Don't explain local hook details at front.
7288         Clarify run-hooks and run-hook-with-args a little.
7289         Clean up add-hook and remove-hook.
7291         * edebug.texi (Edebug Execution Modes): Clarify t.
7292         Document edebug-sit-for-seconds.
7293         (Coverage Testing): Document C-x X = and =.
7294         (Instrumenting Macro Calls): Fix typo.
7295         (Specification List): Don't index the specification keywords.
7297 2003-10-10  Kim F. Storm  <storm@cua.dk>
7299         * processes.texi (Network): Introduce make-network-process.
7301 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7303         * tips.texi (Library Headers): Fix typo.
7305 2003-10-07  Juri Linkov  <juri@jurta.org>
7307         * modes.texi (Imenu): Mention imenu-create-index-function's
7308         default value.  Explain submenus better.
7310 2003-10-07  Lute Kamstra  <lute@gnu.org>
7312         * modes.texi (Faces for Font Lock): Fix typo.
7313         (Hooks): Explain how buffer-local hook variables can refer to
7314         global hook variables.
7315         Various minor clarifications.
7317 2003-10-06  Lute Kamstra  <lute@gnu.org>
7319         * tips.texi (Coding Conventions): Mention naming conventions for
7320         hooks.
7322 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
7324         * loading.texi (Library Search): Correct default value of
7325         load-suffixes.
7326         (Named Features): Fix typo.
7328 2003-10-05  Richard M. Stallman  <rms@gnu.org>
7330         * loading.texi (Named Features): In `provide',
7331         say how to test for subfeatures.
7332         (Unloading): In unload-feature, use new var name
7333         unload-feature-special-hooks.
7335 2003-10-03  Lute Kamstra  <lute@gnu.org>
7337         * modes.texi (Major Mode Conventions): Mention third way to set up
7338         Imenu.
7339         (Imenu): A number of small fixes.
7340         Delete documentation of internal variable imenu--index-alist.
7341         Document the return value format of imenu-create-index-function
7342         functions.
7344 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7346         * processes.texi (Network): Say what stopped datagram connections do.
7348         * lists.texi (Association Lists): Clarify `assq-delete-all'.
7350         * display.texi (Overlay Properties): Clarify `evaporate' property.
7352 2003-09-29  Lute Kamstra  <lute@gnu.org>
7354         * modes.texi (Mode Line Data): Explain when symbols in mode-line
7355         constructs should be marked as risky.
7356         Change cons cell into proper list.
7357         (Mode Line Variables): Change cons cell into proper list.
7359 2003-09-26  Lute Kamstra  <lute@gnu.org>
7361         * modes.texi (Mode Line Data): Document the :propertize construct.
7362         (Mode Line Variables): Reorder the descriptions of the variables
7363         to match their order in the default mode-line-format.
7364         Describe the new variables mode-line-position and mode-line-modes.
7365         Update the default values of mode-line-frame-identification,
7366         minor-mode-alist, and default-mode-line-format.
7367         (Properties in Mode): Mention the :propertize construct.
7369 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7371         * buffers.texi, commands.texi, debugging.texi, eval.texi:
7372         * loading.texi, minibuf.texi, text.texi, variables.texi:
7373         Avoid @strong{Note:}.
7375 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7377         * keymaps.texi (Remapping Commands): Fix typo.
7379 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
7381         * processes.texi (Low-Level Network): Fix typo.
7383 2003-09-23  Kim F. Storm  <storm@cua.dk>
7385         * processes.texi (Network, Network Servers): Fix typos.
7386         (Low-Level Network): Add timeout value for :server keyword.
7387         Add new option keywords to make-network-process.
7388         Add set-network-process-options.
7389         Explain how to test availability of network options.
7391 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7393         * text.texi (Motion by Indent): Arg to
7394         backward-to-indentation and forward-to-indentation is optional.
7396         * strings.texi (Creating Strings): Add substring-no-properties.
7398         * processes.texi
7399         (Process Information): Add list-processes arg QUERY-ONLY.
7400         Delete process-contact from here.
7401         Add new status values for process-status.
7402         Add process-get, process-put, process-plist, set-process-plist.
7403         (Synchronous Processes): Add call-process-shell-command.
7404         (Signals to Processes): signal-process allows process objects.
7405         (Network): Complete rewrite.
7406         (Network Servers, Datagrams, Low-Level Network): New nodes.
7408         * positions.texi (Word Motion): forward-word, backward-word
7409         arg is optional.  Reword.
7411         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7413         * variables.texi (Creating Buffer-Local):
7414         Delete duplicate definition of buffer-local-value.
7415         (File Local Variables): Explain about discarding text props.
7417 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7419         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7420         changes variables that record input events.
7421         (Minibuffer Misc): Add minibuffer-selected-window.
7423         * lists.texi (Building Lists): Add copy-tree.
7425         * display.texi (Fontsets): Add char-displayable-p.
7426         (Scroll Bars): New node.
7428 2003-09-08  Lute Kamstra  <lute@gnu.org>
7430         * modes.texi (%-Constructs): Document new `%i' and `%I'
7431         constructs.
7433 2003-09-03  Peter Runestig  <peter@runestig.com>
7435         * makefile.w32-in: New file.
7437 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7439         * display.texi (Overlay Properties): Clarify how priorities
7440         affect use of the properties.
7442 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
7444         * customize.texi (Type Keywords): Correct the description of
7445         `:help-echo' in the case where `motion-doc' is a function.
7447 2003-08-14  John Paul Wallington  <jpw@gnu.org>
7449         * modes.texi (Emulating Mode Line): Subsection, not section.
7451 2003-08-13  Richard M. Stallman  <rms@gnu.org>
7453         * elisp.texi (Top): Update subnode lists in menu.
7455         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7456         (Kill Functions): kill-region has new arg yank-handler.
7457         (Yanking): New node.
7458         (Yank Commands): Add yank-undo-function.
7459         (Low-Level Kill Ring):
7460         kill-new and kill-append have new arg yank-handler.
7461         (Changing Properties): Add remove-list-of-text-properties.
7462         (Atomic Changes): New node.
7464         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7466         * streams.texi (Output Variables): Add eval-expression-print-length
7467         and eval-expression-print-level.
7469         * os.texi (Time Conversion): For encode-time, explain limits on year.
7471         * objects.texi (Character Type): Define anchor "modifier bits".
7473         * modes.texi (Emulating Mode Line): New node.
7474         (Search-based Fontification): Font Lock uses font-lock-face property.
7475         (Other Font Lock Variables): Likewise.
7477         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7478         not vectors.
7479         (Active Keymaps): Add emulation-mode-map-alists.
7480         (Functions for Key Lookup): key-binding has new arg no-remap.
7481         (Remapping Commands): New node.
7482         (Scanning Keymaps): where-is-internal has new arg no-remap.
7483         (Tool Bar): Add tool-bar-local-item-from-menu.
7484         Clarify when to use tool-bar-add-item-from-menu.
7486         * commands.texi (Interactive Call): commandp has new arg.
7487         (Command Loop Info): Add this-original-command.
7489 2003-08-06  John Paul Wallington  <jpw@gnu.org>
7491         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7493         * display.texi (Warning Basics): Fix typo.
7494         (Fringes): Add closing curly bracket and fix typo.
7496         * elisp.texi (Top): Fix typo.
7498 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7500         * elisp.texi: Update lists of subnodes.
7502         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7504         * variables.texi (Local Variables): Use lc for example variable names.
7506         * tips.texi (Library Headers): Explain where to put -*-.
7508         * strings.texi (Creating Strings): Fix xref for vconcat.
7510         * sequences.texi (Vector Functions):
7511         vconcat no longer allows integer args.
7513         * minibuf.texi (Reading File Names): read-file-name has new
7514         arg PREDICATE.  New function read-directory-name.
7516         * macros.texi (Defining Macros): Give definition of `declare'
7517         (Indenting Macros): New node.
7519         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7520         (Window Frame Parameters): Make separate table of parameters
7521         that are coupled with specific face attributes.
7522         (Deleting Frames): delete-frame-hooks renamed to
7523         delete-frame-functions.
7525         * files.texi (Magic File Names): Add file-remote-p.
7526         Clarify file-local-copy.
7528         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7529         here; instead xref Defining Macros.
7531         * display.texi (Warnings): New node, and subnodes.
7532         (Fringes): New node.
7534         * debugging.texi (Test Coverage): New node.
7536         * compile.texi (Compiler Errors): Explain with-no-warnings
7537         and other ways to suppress warnings.
7539         * commands.texi (Interactive Call): Minor clarification.
7541         * buffers.texi (Buffer File Name): set-visited-file-name
7542         renames the buffer too.
7544         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7546 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
7548         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7550 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
7552         * internals.texi (Garbage Collection): Fix previous change.
7554 2003-07-22  Richard M. Stallman  <rms@gnu.org>
7556         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7558         * display.texi (Width): Use \s syntax in example.
7559         (Font Selection): Add face-font-rescale-alist.
7561         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7562         Remove spurious indent in example.
7564         * lists.texi (Building Lists): Add number-sequence.
7566         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7568         * functions.texi (Function Documentation): Explain how to
7569         show calling convention explicitly in the doc string.
7571         * windows.texi (Selecting Windows): save-selected-window saves
7572         selected window of each frame.
7573         (Window Configurations): Minor change.
7575         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7577         * streams.texi (Output Variables): Add print-continuous-numbering
7578         and print-number-table.
7580         * processes.texi (Decoding Output): New node.
7582         * os.texi (Time Conversion): decode-time arg is optional.
7584         * objects.texi (Character Type): Don't use space as example for \.
7585         Make list of char names and \-sequences correspond.
7586         Explain that \s is not used in strings.  `\ ' needs space after.
7588         * nonascii.texi (Converting Representations): Add string-to-multibyte.
7589         (Translation of Characters): Add translation-table-for-input.
7590         (Default Coding Systems): Add auto-coding-functions.
7591         (Explicit Encoding): Add decode-coding-inserted-region.
7592         (Locales): Add locale-info.
7594         * minibuf.texi (Basic Completion): Describe test-completion.
7595         Collections can be lists of strings.
7596         Clean up lazy-completion-table.
7597         (Programmed Completion): Mention test-completion.
7598         Clarify why lambda expressions are not accepted.
7599         (Minibuffer Misc): Describe minibufferp.
7601 2003-07-14  Richard M. Stallman  <rms@gnu.org>
7603         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7605         * windows.texi (Selecting Windows): New arg to select-window.
7606         (Selecting Windows): Add with-selected-window.
7607         (Size of Window): Add window-inside-edges, etc.
7609         * internals.texi (Garbage Collection): Add post-gc-hook.
7611         * processes.texi (Subprocess Creation): Add exec-suffixes.
7613         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7614         (Scanning Keymaps): Add map-keymaps.
7615         (Defining Menus): Add keymap-prompt.
7617         * numbers.texi (Integer Basics): Add most-positive-fixnum,
7618         most-negative-fixnum.
7620         * compile.texi (Byte Compilation): Explain no-byte-compile
7621         (Compiler Errors): New node.
7623         * os.texi (User Identification): user-uid, user-real-uid
7624         can return float.
7626         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7627         and about derived modes.
7628         (Minor Modes): Add minor-mode-list.
7629         (Defining Minor Modes): Keyword args for define-minor-mode.
7630         (Search-based Fontification): Explain managing other properties.
7631         (Other Font Lock Variables): Add font-lock-extra-managed-props.
7632         (Faces for Font Lock): Add font-lock-preprocessor-face.
7633         (Hooks): Add run-mode-hooks and delay-mode-hooks.
7635         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7636         (Variable Aliases): Clarify defvaralias.
7638         * loading.texi (Library Search): Add load-suffixes.
7640         * minibuf.texi (Basic Completion): Add lazy-completion-table.
7641         (Programmed Completion): Add dynamic-completion-table.
7643         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7644         (Magic File Names): Specify precedence order of handlers.
7646         * commands.texi (Command Overview): Emacs server runs pre-command-hook
7647         and post-command-hook.
7648         (Waiting): New calling convention for sit-for.
7650         * text.texi (Special Properties): local-map and keymap properties
7651         apply based on their stickiness.
7653 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7655         * modes.texi (Minor Mode Conventions): Specify only some kinds
7656         of list values as args to minor modes.
7658         * files.texi (File Name Expansion): Warn about iterative use
7659         of substitute-in-file-name.
7661         * advice.texi (Activation of Advice): Clean up previous change.
7663 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
7665         * advice.texi (Activation of Advice): Note that ad-start-advice is
7666         turned on by default.
7668 2003-06-30  Richard M. Stallman  <rms@gnu.org>
7670         * text.texi (Buffer Contents): Document current-word.
7671         (Change Hooks): Not called for *Messages*.
7673         * functions.texi (Defining Functions): Explain about redefining
7674         primitives.
7675         (Function Safety): Renamed.  Minor changes.
7676         Comment out the detailed criteria for what is safe.
7678 2003-06-22  Andreas Schwab  <schwab@suse.de>
7680         * objects.texi (Symbol Type): Fix description of examples.
7682 2003-06-16  Andreas Schwab  <schwab@suse.de>
7684         * hash.texi (Creating Hash): Fix description of :weakness.
7686 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
7688         * files.texi (Changing Files): copy-file copies file modes, too.
7690 2003-05-28  Richard M. Stallman  <rms@gnu.org>
7692         * strings.texi (Creating Strings): Clarify split-string.
7694 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
7696         * strings.texi (Creating Strings): Update split-string specification
7697         and examples.
7699 2003-05-19  Richard M. Stallman  <rms@gnu.org>
7701         * elisp.texi: Correct invariant section names.
7703 2003-04-20  Richard M. Stallman  <rms@gnu.org>
7705         * os.texi (Timers): Explain about timers and quitting.
7707 2003-04-19  Richard M. Stallman  <rms@gnu.org>
7709         * internals.texi (Writing Emacs Primitives): Strings are
7710         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
7711         Explain GCPRO convention for varargs function args.
7713 2003-04-16  Richard M. Stallman  <rms@gnu.org>
7715         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7717 2003-04-08  Richard M. Stallman  <rms@gnu.org>
7719         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7721 2003-02-13  Kim F. Storm  <storm@cua.dk>
7723         * objects.texi (Character Type): New \s escape for space.
7725 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
7727         * os.texi (System Environment): Added cygwin system-type.
7729 2003-01-25  Richard M. Stallman  <rms@gnu.org>
7731         * keymaps.texi: Document that a symbol can act as a keymap.
7733 2003-01-13  Richard M. Stallman  <rms@gnu.org>
7735         * text.texi (Changing Properties): Say string indices are origin-0.
7737         * positions.texi (Screen Lines) <compute-motion>:
7738         Correct order of elts in return value.
7740         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7741         how to define a default binding.
7743 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
7745         * loading.texi (Unloading): Fix recent change for load-history.
7747         * customize.texi (Simple Types): Clarify description of custom
7748         type 'number.  Describe new custom type 'float.
7750 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
7752         * variables.texi (File Local Variables): Fix typo.
7754 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7756         From Michael Albinus <Michael.Albinus@alcatel.de>.
7758         * README: Target for Info file is `make info'.
7760         * files.texi (File Name Components): Fixed typos in
7761         `file-name-sans-extension'.
7762         (Magic File Names): Complete list of operations for magic file
7763         name handlers.
7765 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
7767         * variables.texi (File Local Variables): New function
7768         risky-local-variable-p.
7770 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
7772         * functions.texi (Function safety): New node about unsafep.
7774 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7776         * customize.texi (Splicing into Lists): Fixed example.
7777         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
7779 2002-06-17  Juanma Barranquero  <lektu@terra.es>
7781         * frames.texi (Display Feature Testing): Fix typo.
7783 2002-06-12  Andreas Schwab  <schwab@suse.de>
7785         * frames.texi (Initial Parameters, Resources): Fix references to
7786         the Emacs manual.
7788 2002-05-13  Kim F. Storm  <storm@cua.dk>
7790         * variables.texi (Intro to Buffer-Local): Updated warning and
7791         example relating to changing buffer inside let.
7793 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
7795         * os.texi (Session Management): New node about X Session management.
7797 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
7799         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
7800         to which the manual corresponds, and the copyright years.
7802         * Makefile.in (VERSION): Set to 2.9.
7804 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
7806         * elisp.texi: Change the category in @dircategory to "Emacs", to
7807         make it consistent with info/dir.
7809 2001-11-25  Miles Bader  <miles@gnu.org>
7811         * text.texi (Fields): Describe new `limit' arg in
7812         field-beginning/field-end.
7814 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
7816         * permute-index: Don't depend on csh-specific features.  Replace
7817         the interpreter name with /bin/sh.
7819         * two-volume-cross-refs.txt: New file.
7820         * two.el: New file.
7821         * spellfile: New file.
7823 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
7825         * permute-index: New file.
7827         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7828         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7829         8+3 restricted namespace.
7831         * Makefile.in (infodir): Define relative to $(srcdir).
7832         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7833         include directories list via -I switch to makeinfo.
7834         (index.texi): Use cp if both hard and symbolic links fail.
7836 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
7838         * Makefile.in (distclean): Add.
7840         The following changes make ELisp manual part of the Emacs
7841         distribution:
7843         * Makefile.in: Add Copyright notice.
7844         (prefix): Remove.
7845         (infodir): Change value to "../info".
7846         (VPATH): New variable.
7847         (MAKE): Don't define.
7848         (texmacrodir): Don't define.
7849         (texinputdir): Append the existing value of TEXINPUTS.
7850         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
7851         command to be compatible with man/Makefile.in, and to put the
7852         output into ../info.
7853         (info): Add target.
7854         (installall): Target removed.
7856 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
7858         * tips.texi (Coding Conventions): Fix typo.
7860 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
7862         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7864 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
7866         * files.texi (File Name Components): Update the description of
7867         file-name-sans-extension and file-name-extension, as they now
7868         ignore leading dots.
7870 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7872         * (Version 21.1 released.)
7874 2001-10-19  Miles Bader  <miles@gnu.org>
7876         * positions.texi (Text Lines): Describe behavior of
7877         `beginning-of-line'/`end-of-line' in the presence of field properties.
7879 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
7881         * Makefile.in (VERSION): Set to 2.8.
7882         (manual): Use `manual-21'.
7884         * elisp.texi (VERSION): Add and use it where the version
7885         number was used.  Set it to 2.8.
7887         * intro.texi: Likewise.
7889 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7891         * files.texi (File Name Completion): Document the significance of
7892         a trailing slash in elements of completion-ignored-extensions.
7894 2001-10-06  Miles Bader  <miles@gnu.org>
7896         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7898 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
7900         * variables.texi (Variable Aliases): New node.
7902 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
7904         * Branch for 21.1.
7906 2001-10-02  Miles Bader  <miles@gnu.org>
7908         * minibuf.texi (Minibuffer Misc): Add entries for
7909         `minibuffer-contents', `minibuffer-contents-no-properties', and
7910         `delete-minibuffer-contents'.
7911         Correct description for `minibuffer-prompt-end'.
7913         * text.texi (Property Search): Correct descriptions of
7914         `next-char-property-change' and `previous-char-property-change'.
7915         Add entries for `next-single-char-property-change' and
7916         `previous-single-char-property-change'.
7917         Make operand names a bit more consistent.
7919 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
7921         * frames.texi (Finding All Frames): Document that next-frame and
7922         previous-frame are local to current terminal.
7924 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
7926         * keymaps.texi (Creating Keymaps): Fix the description of the
7927         result of make-keymap.
7929 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
7931         * display.texi (Font Lookup, Attribute Functions)
7932         (Image Descriptors): Add cross-references to the definition of
7933         selected frame.
7935         * buffers.texi (The Buffer List): Add cross-references to the
7936         definition of selected frame.
7938         * frames.texi (Input Focus): Clarify which frame is _the_ selected
7939         frame at any given time.
7940         (Multiple Displays, Size and Position): Add a cross-reference to
7941         the definition of the selected frame.
7943 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
7945         * strings.texi (String Conversion) <string-to-number>: Document
7946         that a float is returned for integers that are too large.
7948         * frames.texi (Mouse Position): Document mouse-position-function.
7949         (Display Feature Testing): Document display-images-p.
7950         (Window Frame Parameters): Document the cursor-type variable.
7952         * numbers.texi (Integer Basics): Document CL style read syntax for
7953         integers in bases other than 10.
7955         * positions.texi (List Motion): Document
7956         open-paren-in-column-0-is-defun-start.
7958         * lists.texi (Sets And Lists): Document member-ignore-case.
7960         * internals.texi (Garbage Collection): Document the used and free
7961         strings report.
7962         (Memory Usage): Document strings-consed.
7964         * os.texi (Time of Day): Document float-time.
7965         (Recording Input): Document that clear-this-command-keys clears
7966         the vector to be returned by recent-keys.
7968         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7969         argument keymap can be a list.
7971         * nonascii.texi (User-Chosen Coding Systems)
7972         <select-safe-coding-system>: Document the new argument
7973         accept-default-p and the variable
7974         select-safe-coding-system-accept-default-p.  Tell what happens if
7975         buffer-file-coding-system is undecided.
7976         (Default Coding Systems): Document auto-coding-regexp-alist.
7978         * display.texi (The Echo Area) <message>: Document
7979         message-truncate-lines.
7980         (Glyphs): Document that the glyph table is unused on windowed
7981         displays.
7983         * help.texi (Describing Characters) <single-key-description>:
7984         Document the new argument no-angles.
7985         (Accessing Documentation) <documentation-property>: Document that
7986         a non-string property is evaluated.
7987         <documentation>: Document that the function-documentation property
7988         is looked for.
7990         * windows.texi (Selecting Windows): Document some-window.
7992         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7994         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7995         apropos-mode-hook.
7997         * commands.texi (Using Interactive): Document interactive-form.
7998         (Keyboard Macros): Document kbd-macro-termination-hook.
7999         (Command Loop Info): Document that clear-this-command-keys clears
8000         the vector to be returned by recent-keys.
8002 2001-09-04  Werner LEMBERG  <wl@gnu.org>
8004         * Makefile.in (srcdir, texinputdir): New variables.
8005         (srcs, index.texi, install): Use $(srcdir).
8006         (.PHONY): Remove elisp.dvi.
8007         (elisp): Use -I switch for makeinfo.
8008         (elisp.dvi): Use $(srcdir) and $(texinputdir).
8009         (installall, dist): Use $(srcdir).
8010         Fix path to texinfo.tex.
8011         (maintainer-clean): Add elisp.dvi and elisp.oaux.
8013 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
8015         * display.texi (Conditional Display): Adjust to API change.
8017         * configure: New file.
8019 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
8021         * commands.texi (Repeat Events): Add description of
8022         double-click-fuzz.
8024 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
8026         * syntax.texi (Syntax Class Table): Add the missing designator for
8027         comment and string fences.
8028         (Syntax Properties): Add a xref to syntax table internals.
8029         (Syntax Table Internals): Document string-to-syntax.
8031 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8033         * Makefile.in (install): Use install-info command line options
8034         like in Emacs' Makefile.in.
8036 2000-12-09  Miles Bader  <miles@gnu.org>
8038         * windows.texi (Window Start): Update documentation for
8039         `pos-visible-in-window-p'.
8041 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
8043         * lists.texi (Building Lists): Add footnote to explain how to add
8044         to the end of a list.
8046 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8048         * files.texi (Visiting Functions): Typos.
8050 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
8052         * files.texi (Visiting Functions): Return value of
8053         find-file-noselect may be a list of buffers if wildcards are used.
8055 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8057         * display.texi (Defining Faces): Document `graphic' display type
8058         in face specs.
8060 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8062         * hooks.texi (Standard Hooks): Replace obsolete
8063         `after-make-frame-hook' with `after-make-frame-functions'.
8065         * frames.texi (Creating Frames): Ditto.
8067         * variables.texi (Future Local Variables): Ditto.
8069 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8071         * display.texi (Other Image Types): Add description of :foreground
8072         and :background properties of mono PBM images.
8074 2000-08-17  Werner LEMBERG  <wl@gnu.org>
8076         * .cvsignore: New file.
8078 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
8080         * tindex.pl: New script.
8082 1999-12-03  Dave Love  <fx@gnu.org>
8084         * Makefile.in (MAKEINFO): New parameter.
8086 1999-09-17  Richard Stallman  <rms@gnu.org>
8088         * Makefile.in (srcs): Add hash.texi.
8089         (VERSION): Update to 20.6.
8091 1999-09-13  Richard Stallman  <rms@gnu.org>
8093         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8095 1998-08-29  Karl Heuer  <kwzh@gnu.org>
8097         * configure.in: New file.
8098         * Makefile.in: Renamed from Makefile.
8099         (prefix, infodir): Use value obtained from configure.
8100         (emacslibdir): Obsolete variable deleted.
8101         (dist): Distribute configure.in, configure, Makefile.in.
8103 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8105         * Makefile (INSTALL_INFO): New variable.
8106         (install): Run install-info.
8108 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8110         * Makefile (elisp.dvi): Add missing backslash.
8112 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
8114         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8115         Run texindex without `./'.  Always run texindex on elisp.tp.
8116         (elisp.tps): Target deleted.
8118 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
8120         * Makefile (srcs): Add nonascii.texi and customize.texi.
8121         (dist): Start by deleting `temp'.
8123 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
8125         * Makefile (makeinfo, texindex): Targets deleted.
8126         (makeinfo.o, texindex.o): Targets deleted.
8127         (clean, dist): Don't do anything with them or with getopt*.
8129 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
8131         * Makefile (SHELL): Defined.
8133 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
8135         * Makefile (elisp.tps): New target.
8136         (elisp.dvi): Depend on elisp.tps.
8138 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8140         * README: Update phone number.
8142         * Makefile (elisp): Make this be the default target.
8143         Depend on makeinfo.c instead of makeinfo.
8144         (install): Don't depend on elisp.dvi, since we don't install that.
8145         Use mkinstalldirs.
8146         (dist): Add mkinstalldirs.
8148 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8150         * Makefile (VERSION): Update version number.
8151         (maintainer-clean): Renamed from realclean.
8153 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8155         * Makefile (realclean): New target.
8156         (elisp): Remove any old elisp-* files first.
8158 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
8160         * Makefile (VERSION): New variable.
8161         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8162         Compressed file suffix should be `.gz', not `.z'.
8164 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8166         * Makefile (elisp): Depend on makeinfo.
8168 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
8170         * Makefile (srcs): Add anti.texi.
8172 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8174         * Makefile (infodir, prefix): New vars.
8175         (install): Use infodir.
8176         (emacsinfodir): Deleted.
8178 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8180         * Makefile (srcs): Add calendar.texi.
8182         * Makefile (dist): Copy texindex.c and makeinfo.c.
8183         Limit elisp-* files to those with one or two digits.
8185 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8187         * Makefile (dist): Changed to use Gzip instead of compress.
8189 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8191         * loading.texi (Unloading): define-function changed back to
8192         defalias.  It may not stay this way, but at least it's
8193         consistent with the known-good version of the code patch.
8195 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
8197         * modes.texi (Hooks): Document new optional arg of add-hook.
8199 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8201         * variables.texi: Document nil initial value of buffer-local variables.
8203         * tips.texi: Add new section on standard library headers.
8205 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8207         * Makefile (srcs): Add frame.texi to the list of sources.
8209 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8211         * Makefile (dist): Don't bother excluding autosave files; they'll
8212         never make it into the temp directory anyway, and the hash marks
8213         in the name are problematic for make and the Bourne shell.
8214         (srcs):
8216 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8218         * Makefile (dist): Don't include backup files or autosave files in
8219         the distribution tar file.
8221 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8223         * Makefile (srcs): Added index.perm.
8224         (elisp.dvi): Remove erroneous shell comment.
8225         Expect output of permute-index in permuted.fns.
8226         Save old elisp.aux in elisp.oaux.
8227         (clean): Added index.texi to be deleted.
8229 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8231         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8233 1990-06-26  David Lawrence  (tale@geech)
8235         * files.texi: Noted that completion-ignored-extensions is ignored
8236         when making *Completions*.
8238 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
8240         * Makefile  make dist now depends on elisp.dvi, since it tries
8241         to include it in the dist file.
8243 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
8245         * functions.texinfo (Mapping Functions): Add missing quote.
8247 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8249         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8250         (defunargs): Turn off \hyphenchar of \sl font temporarily.
8252 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8254         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8255         and @error{} are the terms now being used.  The files in the
8256         directory have been changed to reflect this.
8258         * All instances of @indentedresultt{} have been changed to
8259         `     @result{}', using 5 spaces at the begining of the line.
8261 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8263         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8264         experimental @indentedresult{}, @indentedexpandsto{} are part of
8265         the texinfo.tex in this directory.  These TeX macros are not
8266         stable yet.
8268 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8270         * texinfo.tex: Temporarily added
8271                 \let\result=\dblarrow
8272                 \def\error{{\it ERROR} \longdblarrow}
8273         We need to do this better soon.
8275 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8277         * Applied Karl Berry's patches to *.texinfo files, but not to
8278         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
8279         new title page format is also not applied, since it requires
8280         texinfo.tex changes.)
8282         * Cleaned up `Makefile' and defined the `emacslibdir' directory
8283         for the Project GNU development environment.
8285 ;; Local Variables:
8286 ;; coding: utf-8
8287 ;; add-log-time-zone-rule: t
8288 ;; End:
8290     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8291       2007, 2008, 2009  Free Software Foundation, Inc.
8293   This file is part of GNU Emacs.
8295   GNU Emacs is free software: you can redistribute it and/or modify
8296   it under the terms of the GNU General Public License as published by
8297   the Free Software Foundation, either version 3 of the License, or
8298   (at your option) any later version.
8300   GNU Emacs is distributed in the hope that it will be useful,
8301   but WITHOUT ANY WARRANTY; without even the implied warranty of
8302   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8303   GNU General Public License for more details.
8305   You should have received a copy of the GNU General Public License
8306   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8308 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda