(ad-compile-function): Suppress byte-compiler warnings, since it is annoying
[emacs.git] / doc / lispref / ChangeLog
blobf155c9575fad7cb707b60503556050689b791a3e
1 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * display.texi (Line Height): Avoid obsolete special default variables
4         like default-major-mode.
6 2010-01-28  Alan Mackenzie  <acm@muc.de>
8         * display.texi (Auto Faces): Say fontification-functions is called
9         whether or not Font Lock is enabled.  Tidy up the wording a bit.
11 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13         * elisp.texi: Remove duplicate edition information (Bug#5407).
15 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
17         * two.el (volume-header-toc-markup): Fix typos in docstring.
19 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21         Avoid dubious uses of save-excursions.
22         * positions.texi (Excursions): Recommend the use of
23         save-current-buffer if applicable.
24         * text.texi (Clickable Text): Fix the example code which used
25         save-excursion in a naive way which sometimes preserves point and
26         sometimes not.
27         * variables.texi (Creating Buffer-Local):
28         * os.texi (Session Management):
29         * display.texi (GIF Images):
30         * control.texi (Cleanups): Use (save|with)-current-buffer.
32 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
34         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
36 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
38         * nonascii.texi (Text Representations, Character Codes)
39         (Converting Representations, Explicit Encoding)
40         (Translation of Characters): Use hex notation consistently.
41         (Character Sets): Fix map-charset-chars doc (Bug#5197).
43 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
45         * loading.texi (Where Defined): Make it clearer that these are
46         loaded files (Bug#5068).
48 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
50         * minibuf.texi (Completion Styles): Document `initials' style.
52 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
54         * frames.texi (Resources): Describe inhibit-x-resources.
55         (Size Parameters): Copyedit.
57         * hash.texi (Creating Hash):
58         * objects.texi (Hash Table Type): Document the new hash table
59         printed representation.
61         * minibuf.texi (Basic Completion): 4th arg to all-completions is
62         obsolete.
64         * processes.texi (Process Buffers): Document
65         process-kill-buffer-query-function.
67 2009-12-05  Glenn Morris  <rgm@gnu.org>
69         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
70         diary-display-function, and no longer recommended to be a hook.
71         Update for changes in the names of calendar and diary hooks.
72         diary-print-entries-hook has changed section.
74 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
76         * text.texi (Special Properties): More accurate description of
77         what the `cursor' property does.
79 2009-11-26  Kevin Ryde  <user42@zip.com.au>
81         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
82         mouse-wheel-down-event, the closest thing to a definition for them.
83         * os.texi (Startup Summary): vindex inhibit-startup-message and
84         inhibit-splash-screen.
85         (Command-Line Arguments): vindex argv.
86         (Suspending Emacs): vindex suspend-tty-functions and
87         resume-tty-functions.  Don't want to index every hook, but having
88         the programming ones is helpful.
90 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
92         * commands.texi (Motion Events): Fix typo (Bug#4907).
94 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
96         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
97         are affected by case-fold-search (Bug#4483).
99 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
101         * minibuf.texi (Reading File Names): Note that read-file-name may
102         use a graphical file dialog.
104 2009-10-31  Glenn Morris  <rgm@gnu.org>
106         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
108 2009-10-16  Kevin Ryde  <user42@zip.com.au>
110         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
111         in particular so `info-lookup-symbol' can find its docs.
113 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
115         * variables.texi (Constant Variables): Distinguish from defconst
116         variables.
117         (Defining Variables): Add cindex.
119 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
121         * os.texi (Time of Day): Clarify that the microsecond part is
122         ignored (Bug#4637).
124 2009-10-11  Glenn Morris  <rgm@gnu.org>
126         * frames.texi (Size and Position): Clarify what is included in the frame
127         height.  (Bug#4535)
129 2009-10-10  Glenn Morris  <rgm@gnu.org>
131         * windows.texi (Size of Window): The relationship between window and
132         frame heights is not so simple.  (Bug#4535)
133         Mention window-full-height-p.
135 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
138         used from Lisp.
140 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
142         * files.texi (Directory Names) <abbreviate-file-name>:
143         Document that root home directories are not replaced with "~".
145 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
147         * text.texi (Special Properties): Document the meaning of the
148         `cursor' text property whose value is an integer.
150 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
152         * files.texi (Magic File Names): Add `copy-directory'.
154 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
156         * files.texi (File Attributes): Fix description of file
157         attributes.  (Bug#4638) Update attributes of files.texi example to
158         be more representative.
160 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
162         * files.texi (Create/Delete Dirs): New command copy-directory.
164 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
166         * anti.texi (Antinews):
167         * macros.texi (Indenting Macros):
168         * strings.texi (Creating Strings, Case Conversion):
169         Remove duplicate words.
171 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
173         * files.texi (Create/Delete Dirs): delete-directory has an
174         optional parameter RECURSIVE.
176 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * buffers.texi (Swapping Text): Minor clarification.
180 2009-10-01  Glenn Morris  <rgm@gnu.org>
182         * functions.texi (Declaring Functions): Mention that we also search for
183         ".m" files in the src/ directory.
185 2009-09-25  David Engster  <deng@randomsample.de>
187         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
189 2009-09-22  Glenn Morris  <rgm@gnu.org>
191         * internals.texi (Building Emacs): Mention preloaded-file-list.
193 2009-09-14  Alan Mackenzie  <acm@muc.de>
195         * os.texi (Terminal Output): Put "@code{}" around "stdout".
197 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
199         * functions.texi (Anonymous Functions): Rearrange discussion,
200         giving usage of unquoted lambda forms first.  Mention that
201         `function' and `#'' are no longer required (Bug#4290).
203 2009-09-11  Alan Mackenzie  <acm@muc.de>
205         * os.texi (Terminal Output): Document `send-string-to-terminal' in
206         batch mode.
208 2009-09-01  Glenn Morris  <rgm@gnu.org>
210         * display.texi (Face Functions): Mention define-obsolete-face-alias.
212 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
214         * nonascii.texi (Character Codes): Fix typos.
216 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
218         * processes.texi (Synchronous Processes): New defvar
219         process-file-side-effects.
221 2009-08-25  Glenn Morris  <rgm@gnu.org>
223         * display.texi (Fontsets): Fix typo.
225         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
227 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * processes.texi (Asynchronous Processes): Adjust arglist of
230         start-process-shell-command and start-file-process-shell-command.
232 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
234         * advice.texi (Argument Access in Advice): Note that argument
235         positions are zero-based (Bug#3932).
237         * commands.texi (Distinguish Interactive): Minor copyedit.
239         * display.texi (Face Attributes): Add xref to Displaying Faces for
240         explanation of "underlying face".
242         * customize.texi (Common Keywords): Add xref to Loading.
244         * loading.texi (How Programs Do Loading): Add xref to Lisp
245         Libraries node in the Emacs manual.
247 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
249         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
251 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
253         * processes.texi (Shell Arguments): Copyedits.
255 2009-07-18  Glenn Morris  <rgm@gnu.org>
257         * loading.texi (Repeated Loading): Fix typo.
259 2009-07-16  Richard Stallman  <rms@gnu.org>
261         * buffers.texi (Swapping Text): Recommend setting
262         write-region-annotate-functions and buffer-saved-size.
264         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
266 2009-07-15  Glenn Morris  <rgm@gnu.org>
268         * edebug.texi: Minor re-phrasings throughout.
269         (Edebug Execution Modes): Sit-for affects continue mode too.
270         (Jumping): Use `forward-sexp' rather than its keybinding.
271         (Edebug Misc): Fix Q binding.
272         (Edebug Eval): Remove cl version.
273         (Printing in Edebug): Clarify print-length etc.
274         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
275         (Specification List): Remove edebug-unwrap findex entry.
276         (Specification Examples): defmacro is actually not the same as defun.
277         Escape "`" in example.
279 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
281         * markers.texi (The Mark): Document optional arg to
282         deactivate-mark.
284 2009-07-11  Kevin Ryde  <user42@zip.com.au>
286         * hooks.texi (Standard Hooks): Fix cross-references.
288         * loading.texi (Named Features): Refer to eval-after-load.
290 2009-07-11  Glenn Morris  <rgm@gnu.org>
292         * Makefile.in (TEXI2PDF): New.
293         (elisp.pdf): New target.
295         * searching.texi (Regexp Backslash): Fix typo.
297         * elisp.texi (Top): Display copyright notice at start of non-TeX.
299 2009-07-10  Glenn Morris  <rgm@gnu.org>
301         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
303         * customize.texi (Customization Types):
304         * display.texi (Abstract Display):
305         * objects.texi (Character Type, String Type):
306         Merge in some menu descriptions from elisp.texi.
308         * hash.texi (Hash Tables):
309         * modes.texi (Multiline Font Lock):
310         End menu description with period.
312 2009-07-09  Glenn Morris  <rgm@gnu.org>
314         * back.texi: Don't hard-code texinfo location.
316         * two-volume.make (texinfodir): New, with location of texinfo.tex.
317         (tex): Add texinfodir to TEXINPUTS.
318         (elisp1med-init, elisp2med-init): Use texinfodir.
320         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
321         (clean): Add two-volume.make intermediate files.
323         * elisp.texi, vol1.texi, vol2.texi:
324         Use a DATE variable with the publication date, and update it.
325         Fix antinews menu description.
327         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
328         Update the detailed node listing to match elisp.texi.
330         * README: Update edition to match elisp.texi.
332         * objects.texi (General Escape Syntax):
333         * nonascii.texi (Character Sets):
334         Use consistent case for "Unicode Standard".
336         * anti.texi (Antinews):
337         * customize.texi (Variable Definitions):
338         * functions.texi (Declaring Functions):
339         * nonascii.texi (Character Properties):
340         * processes.texi (Serial Ports):
341         * text.texi (Special Properties):
342         * tips.texi (Coding Conventions):
343         Minor rearrangements to improve TeX line-filling.
345         * commands.texi (Using Interactive): Fix cross-reference.
347 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
349         * frames.texi (Management Parameters): Mention sticky.
351 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
353         * help.texi (Help Functions): Fix description of help-buffer and
354         help-setup-xref to use @defun instead of @deffn.
356 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
358         * frames.texi (Size Parameters): Mention maximized for fullscreen.
360 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
362         * display.texi (Window Systems): Add ns to the list.
364 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
366         * Branch for 23.1.
368 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
370         * windows.texi (Dedicated Windows): Fix typo.
371         (Resizing Windows): Replace @defun by @deffn.
373 2009-06-17  Glenn Morris  <rgm@gnu.org>
375         * variables.texi (Directory Local Variables):
376         Update for 2009-04-11 name-change of dir-locals-directory-alist.
378 2009-06-09  Kenichi Handa  <handa@m17n.org>
380         * nonascii.texi (Character Sets): State clearly that FROM and TO
381         are codepoints of CHARSET.
383 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
385         * minibuf.texi (Reading File Names): Fix introductory text.
386         Suggested by stan@derbycityprints.com.
387         (High-Level Completion): Fix typo.
389 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
391         * frames.texi (Text Terminal Colors): Multi-tty is already
392         implemented, but tty-local colors are not.
394 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
396         * hooks.texi (Standard Hooks): Remove mention of obsolete
397         redisplay-end-trigger-functions.
399         * internals.texi (Window Internals): Remove mention of obsolete
400         redisplay-end-trigger-functions.
402 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
404         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
406         * backups.texi (Making Backups): backup-directory-alist and
407         make-backup-file-name-function are options.
408         (Auto-Saving): auto-save-list-file-prefix is an option.
410         * buffers.texi (Killing Buffers): buffer-offer-save is an
411         option.
413         * display.texi (Refresh Screen): no-redraw-on-reenter is an
414         option.
415         (Echo Area Customization): echo-keystrokes is an option.
416         (Selective Display): selective-display-ellipses is an option.
417         (Temporary Displays): temp-buffer-show-function is an option.
418         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
419         are options.
420         (Font Selection): face-font-family-alternatives,
421         face-font-selection-order, face-font-registry-alternatives, and
422         scalable-fonts-allowed are options.
423         (Fringe Indicators): indicate-buffer-boundaries is an option.
424         (Fringe Cursors): overflow-newline-into-fringe is an option.
425         (Scroll Bars): scroll-bar-mode is an option.
427         * eval.texi (Eval): max-lisp-eval-depth is an option.
429         * files.texi (Visiting Functions): find-file-hook is an option.
430         (Directory Names): directory-abbrev-alist is an option.
431         (Unique File Names): temporary-file-directory and
432         small-temporary-file-directory are options.
434         * frames.texi (Initial Parameters): initial-frame-alist,
435         minibuffer-frame-alist and default-frame-alist are options.
436         (Cursor Parameters): blink-cursor-alist and
437         cursor-in-non-selected-windows ar options.
438         (Window System Selections): selection-coding-system is an
439         option.
440         (Display Feature Testing): display-mm-dimensions-alist is an
441         option.
443         * help.texi (Help Functions): help-char and help-event-list are
444         options.
446         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
447         an option.
449         * minibuf.texi (Minibuffer History): history-length and
450         history-delete-duplicates are options.
451         (High-Level Completion): read-buffer-function and
452         read-buffer-completion-ignore-case are options.
453         (Reading File Names): read-file-name-completion-ignore-case is
454         an option.
456         * modes.texi (Mode Line Top): mode-line-format is an option.
457         (Mode Line Variables): mode-line-position and mode-line-modes
458         are options.
460         * nonascii.texi (Text Representations):
461         enable-multibyte-characters is an option.
462         (Default Coding Systems): auto-coding-regexp-alist,
463         file-coding-system-alist, auto-coding-alist and
464         auto-coding-functions are options.
465         (Specifying Coding Systems): inhibit-eol-conversion is an
466         option.
468         * os.texi (Init File): site-run-file is an option.
469         (System Environment): mail-host-address is an option.
470         (User Identification): user-mail-address is an option.
471         (Terminal Output): baud-rate is an option.
473         * positions.texi (Word Motion): words-include-escapes is an
474         option.
476         * searching.texi (Standard Regexps): page-delimiter,
477         paragraph-separate, paragraph-separate and sentence-end are
478         options.
480         * text.texi (Margins): left-margin and fill-nobreak-predicate
481         are options.
483         * variables.texi (Local Variables): max-specpdl-size is an
484         option.
486         * windows.texi (Choosing Window):
487         split-window-preferred-function, special-display-function and
488         display-buffer-function are options.
490 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
492         Fix errors spotted by Martin Rudalics.
494         * syntax.texi (Position Parse): Document rationale for ignored
495         arguments to syntax-ppss-flush-cache.
497         * processes.texi (Input to Processes): Mark PROCESS arg to
498         process-running-child-p as optional.
499         (Network Options): Document NO-ERROR arg to
500         set-network-process-option.
502         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
503         command.
505         * searching.texi (POSIX Regexps): Mark posix-search-forward and
506         posix-search-backward as commands.
508         * os.texi (Killing Emacs): Mark kill-emacs as a command.
509         (Suspending Emacs): Mark suspend-emacs as a command.
510         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
511         commands.
512         (Terminal Output): Remove obsolete function baud-rate.  Document
513         TERMINAL arg for send-string-to-terminal.
515         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
516         terminal-coding-system and set-terminal-coding-system.
517         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
518         as optional.
519         (Character Sets): Document RESTRICTION arg of char-charset.
520         (Character Codes): Mark POS argument to get-byte as optional.
522         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
523         minibuffer-message.
525         * files.texi (Create/Delete Dirs): Mark make-directory and
526         delete-directory as commands.
528         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
530         * text.texi (Base 64): Mark base64-decode-string and
531         base64-encode-string as commands.
532         (Columns): Mark move-to-column as a command.
533         (Mode-Specific Indent): Document RIGID arg to
534         indent-for-tab-command.
535         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
536         Mark indent-code-rigidly as a command.
537         (Substitution): Mark translate-region as a command.
539         * frames.texi (Size and Position): Remove obsolete functions
540         screen-height and screen-width.
542 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
544         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
545         (Displaying Buffers, Resizing Windows): Correct mistakes;
546         next-window, previous-window, and pop-to-buffer are not commands,
547         and fit-window-to-buffer" is a command.  (Pointed out by Martin
548         Rudalics.)
550 2009-05-17  Richard M Stallman  <rms@gnu.org>
552         * modes.texi (Precalculated Fontification): Clarify text.
554 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
556         * windows.texi (Selecting Windows): Clarify descriptions of
557         with-selected-window and get-lru-window.
558         (Cyclic Window Ordering): Refer to particular frame when talking
559         about how splitting affects the ordering.
560         (Displaying Buffers): Fix descriptions of switch-to-buffer and
561         switch-to-buffer-other-window.  Explain how setting of
562         display-buffer-reuse-frames affects pop-to-buffer.
563         (Choosing Window): Clarify some details in descriptions of
564         display-buffer-reuse-frames, pop-up-frames, and
565         pop-up-frame-function.
566         (Dedicated Windows): Clarify some details.
567         (Textual Scrolling): Replace term vscroll by term vertical
568         scroll position.
569         (Vertical Scrolling): Fix typo.
570         (Window Hooks): Relate text on jit-lock-register to window
571         scrolling and size changes.
573 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
575         * frames.texi (Initial Parameters): Clarify what the initial
576         minibuffer frame is.
577         (Buffer Parameters): Note that the minibuffer parameter can not be
578         altered.
580         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
581         Document display-buffer changes.
583 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
585         * anti.texi (Antinews): Rewrite for Emacs 22.
587         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
588         obarrays are first mentioned.  Define "system abbrev" more
589         prominently, and add it to the index.
590         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
591         Copyedits.
592         (Abbrev Expansion): Document abbrev-insert.
594 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
596         * frames.texi (Font and Color Parameters): Rename from Color
597         Parameters.  Document font-backend parameter.
599         * vol2.texi (Top): Update node listing.
600         * vol1.texi (Top): Update node listing.
601         * elisp.texi (Top): Update node listing.
603 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
605         * windows.texi (Choosing Window): Don't explicitly refer to
606         split-window-sensibly's window argument in descriptions of
607         split-height-threshold and split-width-threshold.
609 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
611         * windows.texi (Choosing Window): Fix rewrite of window
612         splitting section.
614 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
616         * nonascii.texi (Default Coding Systems): Document
617         find-auto-coding, set-auto-coding, and auto-coding-alist.  Add
618         indexing.
619         (Lisp and Coding Systems): Add index entries.
621 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
623         * windows.texi (Choosing Window): Describe split-window-sensibly
624         and rewrite section on window splitting accordingly.
625         (Textual Scrolling): Replace `...' by @code{...}.
627 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
629         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
630         Remove obsoleted pre-abbrev-expand-hook.
632         * locals.texi (Standard Buffer-Local Variables): Consolidate table
633         entries.
635         * internals.texi (Object Internals): Don't assume 32-bit machines
636         are the norm.
637         (Buffer Internals): Consolidate table entries for readability.
638         (Window Internals): Synch field names to window.h.
639         (Process Internals): Synch field names to process.h.
641 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
643         * variables.texi (File Local Variables): Note that read-circle is
644         bound to nil when reading file-local variables.
646         * streams.texi (Input Functions): Document read-circle.
647         (Output Variables): Add xref to Circular Objects.
649 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
651         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
652         Features and Coding System Basics.  Node that "p" stands for
653         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
654         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
655         mouse-appearance-menu.
656         (Programming Tips): Add xref to Progress.
658 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
660         * os.texi (Command-Line Arguments): Document
661         command-line-args-left.
662         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
663         terminal objects for tty arguments.
664         (Startup Summary): Add xref to Session Management.
665         (Session Management): Mention emacs-session-restore.  Copyedits.
667 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
669         * os.texi (Startup Summary): Copyedits.  The init file is not
670         necessarily named .emacs now.  Document initial-buffer-choice and
671         initial-scratch-message.  Note where Emacs exits in batch mode.
672         Document inhibit-splash-screen as an alias.
673         (Init File): Be neutral about which init file name to use.
675 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
677         * os.texi (System Interface): Fix Texinfo usage.
679 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
681         * searching.texi (Regexp Backslash): Also refer to shy groups as
682         non-capturing or unnumbered groups.
683         (Regexp Functions): Add cross-reference to Regexp Backslash.
685         * display.texi (Truncation): Overlays can use line-prefix and
686         wrap-prefix too.
687         (Overlay Properties): Document wrap-prefix and line-prefix.
688         (Face Attributes): Document underline-minimum-offset.
689         (Face Remapping): Copyedits.
690         (Low-Level Font): Copyedits.
691         (Image Cache): Note that the image cache is shared between frames.
692         (Line Height): Emphasize that line-spacing only takes effect on
693         graphical terminals.
695 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
697         * display.texi (Refresh Screen): Note that a passage about screen
698         refreshing is text terminal only.
699         (Forcing Redisplay): Delete misleading comment---sit-for calls
700         redisplay, not the other way around.
701         (Truncation): Note new values of truncate-partial-width-windows.
702         Copyedits.
703         (Invisible Text): Document invisible-p.
705 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
707         * display.texi (Overlays): Overlays don't scale well.  See
708         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
710 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
712         * syntax.texi (Syntax Table Functions): Document cons cell
713         argument for modify-syntax-entry.
714         (Categories): Document cons cell argument for
715         modify-category-entry.
717         * searching.texi (String Search): Document word-search-forward-lax
718         and word-search-backward-lax.
719         (Searching and Case): Describe isearch behavior more precisely.
721         * keymaps.texi (Tool Bar): Mention that some platforms do not
722         support multi-line toolbars.  Suggested by Stephen Eglen.
724         * frames.texi (Layout Parameters): Mention that Nextstep also
725         allows only one tool-bar line.  Suggested by Stephen Eglen.
727         * nonascii.texi (Text Representations): Copyedits.
728         (Coding System Basics): Also mention utf-8-emacs.
729         (Converting Representations, Selecting a Representation)
730         (Scanning Charsets, Translation of Characters, Encoding and I/O):
731         Copyedits.
732         (Character Codes): Mention role of codepoints 1114112 to 4194175.
734 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
736         * text.texi (Yank Commands): Note that yank uses push-mark.
737         (Filling): Clarify REGION argument of fill-paragraph.  Document
738         fill-forward-paragraph-function.
739         (Special Properties): Remove "new in Emacs 22" declaration.
740         (Clickable Text): Merge with Links and Mouse-1 node.
742         * display.texi (Button Properties, Button Buffer Commands): Change
743         xref to Clickable Text.
745         * tips.texi (Key Binding Conventions): Change xref to Clickable
746         Text.
748         * elisp.texi (Top): Update node listing.
750 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
752         * markers.texi (The Mark): Copyedits.  Improve description of
753         handle-shift-selection.
754         (The Region): Move use-region-p here from The Mark.
756         * positions.texi (Screen Lines): Document (cols . lines) argument
757         for vertical-motion.
759 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
761         * frames.texi (Frames): Clean up introduction.  Document `ns'
762         return value for framep.
763         (Creating Frames): Note how the terminal is chosen.
764         (Multiple Terminals, Multiple Displays): Merge into a single node.
765         (Color Parameters): Fix typo.
767         * variables.texi (Local Variables, Buffer-Local Variables)
768         (Creating Buffer-Local): Change link to Multiple Terminals.
770         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
772         * keymaps.texi (Controlling Active Maps): Change link to Multiple
773         Terminals.
775         * commands.texi (Command Loop Info, Keyboard Macros): Change link
776         to Multiple Terminals.
778         * elisp.texi (Top): Update node listing.
779         * vol2.texi (Top): Update node listing.
780         * vol1.texi (Top): Update node listing.
782         * buffers.texi (Current Buffer): Note that the append-to-buffer
783         example is no longer in synch with the latest code.  Tie the two
784         examples together.
786         * files.texi (File Attributes): Move note about MS-DOS from
787         Changing Files to File Attributes.
788         (Create/Delete Dirs): Note that mkdir is an alias for this.
790 2009-04-01  Markus Triska  <triska@gmx.at>
792         * processes.texi (Filter Functions): Suggest how to handle output
793         batches.
795 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
797         * help.texi (Accessing Documentation): Update example to use
798         help-setup-xref and with-help-window.
799         (Help Functions): Remove print-help-return-message, which is
800         semi-obsolete due to with-help-window.  Document help-buffer and
801         help-setup-xref.
803 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
805         * help.texi (Accessing Documentation, Help Functions): Remove
806         information about long-obsolete Emacs versions.
808         * modes.texi (Mode Line Variables): The default values of the mode
809         line variables are now more complicated.
811 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
813         * modes.texi (Major Mode Conventions): Note that specialness is
814         inherited.
815         (Derived Modes): Note that define-derive-mode sets the mode-class
816         property.
818         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
819         goto-map.  Add search-map to the list.
821 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
823         * os.texi (System Environment): Update the list of system-type
824         values.
826         * markers.texi (The Mark) <handle-shift-selection>: Update for
827         removal of the optional argument DEACTIVATE.
829 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
831         * commands.texi (Focus Events): Most X window managers don't use
832         focus-follows-mouse nowadays.
834 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
836         * commands.texi (Defining Commands): Clarify introduction.
837         (Using Interactive): Not that interactive can be put in a symbol
838         property.
839         (Interactive Call): Note that a symbol with a non-nil
840         interactive-form property satisfies commandp.
842 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
844         * minibuf.texi (Intro to Minibuffers): Fix typos.
846 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
848         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
849         about minibuffers in old Emacs versions.  Copyedits.  Emphasize
850         that enable-recursive-minibuffers defaults to nil.
851         (Text from Minibuffer): Simplify introduction.
853 2009-03-22  Alan Mackenzie  <acm@muc.de>
855         * commands.texi (Using Interactive): Clarify string argument to
856         `interactive' - even promptless elements need \n separators.
858 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
860         * minibuf.texi (Completion Styles): New node.
862         * elisp.texi (Top): Update node listing.
864 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
866         * minibuf.texi (Basic Completion): Note that
867         read-file-name-completion-ignore-case and
868         read-buffer-completion-ignore-case can override
869         completion-ignore-case.
870         (Minibuffer Completion): Document completing-read changes.
871         (Completion Commands): Avoid mentioning partial completion mode.
872         Document minibuffer-completion-confirm changes, and
873         minibuffer-confirm-exit-commands.
874         (High-Level Completion): Document new require-match behavior for
875         read-buffer.  Document read-buffer-completion-ignore-case.
876         (Reading File Names): Document new require-match behavior for
877         read-file-name.
879 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
881         * debugging.texi (Error Debugging): Don't mislead the reader into
882         thinking that debug-on-error enters debugger for C-f at EOB.
883         (Error Debugging): Setting debug-on-init within the init file
884         works, and has for some time.
886 2009-03-13  Kenichi Handa  <handa@m17n.org>
888         * display.texi (Fontsets): Update the description.
890 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
892         * advice.texi (Advising Primitives): Link to What Is a Function.
894 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
896         * compile.texi (Speed of Byte-Code): Update example.
897         (Disassembly): Update examples.
899         * loading.texi (Repeated Loading): Simplify examples.
901         * customize.texi (Common Keywords): It's not necessary to use :tag
902         to remove hyphens, as custom-unlispify-tag-name does it
903         automatically.
904         (Variable Definitions): Link to File Local Variables.  Document
905         customized-value symbol property.
906         (Customization Types): Move menu to end of node.
908 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
910         * macros.texi (Compiling Macros): Omit misleading sentence, which
911         implied that macros can only be used in the same file they are
912         defined.
913         (Backquote): Remove obsolete information about Emacs 19.
915 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
917         * display.texi (Display Margins): Fix paren typo.
919 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
921         * elisp.texi (Top): Update node listing.
923         * variables.texi (Variables): Clarify introduction.
924         (Global Variables): Mention that setq is a special form.
925         (Local Variables): Use active voice.
926         (Tips for Defining): Mention marking variables as safe.
927         (Buffer-Local Variables): Mention terminal-local and frame-local
928         variables together.
929         (File Local Variables): Copyedits.
930         (Frame-Local Variables): Note that they are not really useful.
931         (Future Local Variables): Node deleted.
933         * objects.texi (General Escape Syntax): Update explanation of
934         unicode escape syntax.
936 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
938         * control.texi (Control Structures): Add cindex entry for "textual
939         order".
941         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
942         instead of "expression" throughout.
943         (Function Indirection): Copyedits.  Use active voice.
944         (Eval): The default value of max-lisp-eval-depth is now 400.
946 2009-02-23  Miles Bader  <miles@gnu.org>
948         * processes.texi (System Processes): Rename `system-process-attributes'
949         to `process-attributes'.
951 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
953         * symbols.texi (Property Lists): Emphasize that property lists are
954         not restricted to symbol cells.
955         (Other Plists): Copyedit.
957         * sequences.texi (Sequences Arrays Vectors): Make introduction
958         more concise.
959         (Arrays): Mention char-tables and bool-vectors too.
960         (Vectors): Don't repeat information given in Arrays node.  Link to
961         nodes that explain the vector usage examples.
962         (Char-Tables): Note that char-table elements can have arbitrary
963         type.  Explain effect of omitted char-table-extra-slots property.
964         Link to Property Lists node.
966 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
968         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
969         `append'.
970         (List Elements): Copyedits.
972         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
973         of `vconcat'.
975         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
976         Emacs 20 usage of `concat'.
977         (Case Conversion): Copyedits.
979 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
981         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
982         Minor edits.
983         (Frame Configuration Type): Emphasize that it is not primitive.
984         (Font Type): New node.
985         (Type Predicates): Add fontp; type-of now recognizes font object
986         types.
988         * intro.texi (Version Info): Update version numbers in examples.
989         (Acknowledgements): List more contributors.
991         * elisp.texi: Bump version number to 3.0.
992         (Top): Link to Font Type node.
994 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
996         * modes.texi (Major Mode Conventions): Remove duplicate words.
997         (Customizing Keywords): Fix typo.
999 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1001         * nonascii.texi (User-Chosen Coding Systems): Document that
1002         select-safe-coding-system suggests raw-text if there are raw bytes
1003         in the region.
1004         (Explicit Encoding): Warn not to use `undecided' when encoding.
1006 2009-02-11  Glenn Morris  <rgm@gnu.org>
1008         * frames.texi (Visibility of Frames): Mention the effect multiple
1009         workspaces/desktops can have on visibility.
1011 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1013         * text.texi (Commands for Insertion):
1014         * commands.texi (Event Mod):
1015         * keymaps.texi (Searching Keymaps):
1016         * nonascii.texi (Translation of Characters): Reinstate
1017         documentation of translation-table-for-input.
1018         (Explicit Encoding): Document the `charset' text property produced
1019         by decode-coding-region and decode-coding-string.
1021 2009-01-27  Alan Mackenzie  <acm@muc.de>
1023         * modes.texi (Search-based Fontification): Correct a typo.
1025 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
1027         * abbrevs.texi (Abbrev Table Properties): Fix typo.
1028         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
1030 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
1032         * display.texi (Window Systems): Document the value of
1033         `initial-window-system' under --daemon.
1035         * os.texi (System Environment): Remove description of the
1036         `environment' function which has been deleted.
1038 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
1040         * frames.texi (Multiple Displays): Remove documentation for
1041         removed function make-frame-on-tty.
1043 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
1045         * files.texi (Format Conversion Piecemeal): Clarify behavior of
1046         write-region-annotate-functions.  Document
1047         write-region-post-annotation-function.
1049 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
1051         * display.texi (Font Lookup): Document WIDTH argument of
1052         x-list-fonts.
1054 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
1056         * maps.texi (Standard Keymaps): Rename function-key-map to
1057         local-function-key-map.
1059         * keymaps.texi (Translation Keymaps): Rename function-key-map to
1060         local-function-key-map.
1062         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1063         and `set-keyboard-coding-system' now accept an optional terminal
1064         argument.
1066         * commands.texi (Event Mod): `keyboard-translate-table' is now
1067         terminal-local.
1068         (Function Keys): Rename function-key-map to
1069         local-function-key-map.
1071         * elisp.texi (Top): Make @detailmenu be consistent with changes in
1072         frames.texi.
1074         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
1075         `delete-terminal-functions', `suspend-tty-functions' and
1076         `resume-tty-functions'.
1078         * frames.texi (Frames): Document `frame-terminal' and
1079         `terminal-live-p'.
1080         (Multiple Displays): Document `make-frame-on-tty'.
1081         (Multiple Terminals): Document `terminal-list', `delete-terminal',
1082         `terminal-name', and `get-device-terminal'.
1083         (Terminal Parameters): Document `terminal-parameters',
1084         `terminal-parameter', and `set-terminal-parameter'.
1086         * os.texi (System Environment): Document `environment' and
1087         `initial-environment'.
1088         (Suspending Emacs): Update for multi-tty; document
1089         `suspend-tty', `resume-tty', and `controlling-tty-p'.
1091         * nonascii.texi (Coding System Basics): More accurate description
1092         of `raw-text'.
1094 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
1096         * display.texi (Low-Level Font): Fix typo.
1098 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
1100         * elisp.texi (Top): Update node listing.
1102         * display.texi (PostScript Images): Node deleted.
1104 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
1106         * processes.texi (Decoding Output): Document that null bytes force
1107         no-conversion for reading process output.
1109         * files.texi (Reading from Files): Document that null bytes force
1110         no-conversion when visiting files.
1112         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
1114         * nonascii.texi (Lisp and Coding Systems): Document
1115         inhibit-null-byte-detection and inhibit-iso-escape-detection.
1116         (Character Properties): Improve wording.
1118 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
1120         * display.texi (Font Lookup): Remove obsolete function
1121         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
1122         (Low-Level Font): Rename from Fonts, move to end of Faces section.
1123         (Font Selection): Reorder order of variable descriptions.  Minor
1124         clarifications.
1126         * elisp.texi (Top): Update node listing.
1128 2009-01-09  Glenn Morris  <rgm@gnu.org>
1130         * commands.texi (Command Loop Info): Say that last-command-char and
1131         last-input-char are obsolete aliases.
1133         * edebug.texi (Edebug Recursive Edit): Remove separate references to
1134         last-input-char and last-command-char, since they are just aliases for
1135         last-input-event and last-command-event.
1137         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1138         last-command-char.
1140 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1142         * elisp.texi: Update node listing.
1144         * display.texi (Faces): Put Font Selection node after Auto Faces.
1145         (Face Attributes): Don't link to Font Lookup.  Document
1146         font-family-list.
1147         (Fonts): New node.
1149 2009-01-08  Jason Rumney  <jasonr@gnu.org>
1151         * frames.texi (Pointer Shape): Clarify that only X supports
1152         changing the standard pointer shapes.  (Bug#1485)
1154 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1156         * display.texi (Attribute Functions): Note that a function value
1157         :height is relative, and that compatibility functions work by
1158         calling set-face-attribute.
1159         (Displaying Faces): Reorder list in order of increasing priority.
1160         (Face Remapping): New node.  Content moved here from Displaying
1161         Faces.
1162         (Glyphs): Link to Face Functions.
1164 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
1166         * display.texi (Faces): Don't discuss face id here.  facep does
1167         not return t.
1168         (Defining Faces): Minor clarification.
1169         (Face Attributes): Rearrange items to match docstring of
1170         set-face-attribute.  Add :foundry attribute.  Document new role of
1171         :font attribute.  Texinfo usage fix.
1172         (Attribute Functions): Copyedits.
1173         (Face Functions): Note that face number is seldom used.
1175 2009-01-05  Richard M Stallman  <rms@gnu.org>
1177         * strings.texi (Predicates for Strings): Minor clarification.
1179         * functions.texi (Function Safety): Texinfo usage fix.
1181 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
1183         * objects.texi (General Escape Syntax): Fix typo.
1185 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
1187         * windows.texi (Choosing Window): Say that pop-up-frame-alist
1188         works via the default value of pop-up-frame-function.
1190 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
1192         * processes.texi (System Processes): Document the `time' and
1193         `ctime' attributes of `system-process-attributes'.
1195 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
1197         * display.texi (Face Attributes): Clarify :height attribute.
1199 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
1201         * buffers.texi (The Buffer List): Clarify what moves a buffer to
1202         the front of the buffer list.  Add entries for `last-buffer' and
1203         `unbury-buffer'.
1205 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
1207         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1208         and its subsections.
1210         * frames.texi (Multiple Terminals, Low-level Terminal)
1211         (Terminal Parameters, Frames on Other TTY devices): New sections.
1212         (Frames): Add an xref to "Multiple Terminals".
1214         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1216         * objects.texi (Terminal Type): New node.
1217         (Editing Types): Add it to the menu.
1219         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1220         Variables".
1222         * variables.texi (Directory Local Variables): New node.
1223         (Variables): Add a menu item for it.
1225         * loading.texi (Autoload): Document `generate-autoload-cookie' and
1226         `generated-autoload-file'.
1228 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
1230         * os.texi (Startup Summary): Add xref to documentation of
1231         `initial-window-system'.
1233         * display.texi (Window Systems): Document `window-system' the
1234         function.  The variable `window-system' is now frame-local.
1235         Document `initial-window-system'.
1237 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
1239         * windows.texi (Windows): Rewrite description of
1240         fit-window-to-buffer.
1242 2008-12-13  Glenn Morris  <rgm@gnu.org>
1244         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
1245         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1247 2008-12-12  Glenn Morris  <rgm@gnu.org>
1249         * debugging.texi (Error Debugging): Refer forwards to
1250         eval-expression-debug-on-error.
1252 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
1254         * strings.texi (String Basics): Only unibyte strings that
1255         represent key sequences hold 8-bit raw bytes.
1257         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1258         paragraph to speak about `undecided'.
1259         (Character Properties): Don't explain the meaning of each
1260         property; instead, identify their Unicode Standard names.
1261         (Character Sets): Document `map-charset-chars'.
1263 2008-12-02  Glenn Morris  <rgm@gnu.org>
1265         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1266         section yet again.
1268 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1270         * nonascii.texi (Character Properties): New Section.
1271         (Specifying Coding Systems): Document
1272         `coding-system-priority-list', `set-coding-system-priority', and
1273         `with-coding-priority'.
1274         (Lisp and Coding Systems): Document `check-coding-systems-region'
1275         and `coding-system-charset-list'.
1276         (Coding System Basics): Document `coding-system-aliases'.
1278         * elisp.texi (Top): Add a @detailmenu entry for "Character
1279         Properties".
1281         * objects.texi (Character Type): Correct the range of Emacs
1282         characters.  Add an @xref to "Character Codes".
1284         * strings.texi (String Basics): Add an @xref to "Character Codes".
1286         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1288         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1289         (Character Codes): Document `max-char'.
1291 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
1293         * nonascii.texi (Text Representations, Converting Representations)
1294         (Character Sets, Scanning Charsets, Translation of Characters):
1295         Make text more accurate.
1297 2008-11-28  Glenn Morris  <rgm@gnu.org>
1299         * files.texi (Format Conversion Round-Trip): Improve previous change.
1301 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
1303         * modes.texi (Auto Major Mode): Fix example.
1305 2008-11-25  Glenn Morris  <rgm@gnu.org>
1307         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1309         * files.texi (Format Conversion Round-Trip):
1310         Use active voice for previous change.
1312 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
1314         * os.texi (Processor Run Time):
1315         * processes.texi (Transaction Queues):
1316         * markers.texi (The Mark):
1317         * windows.texi (Choosing Window, Selecting Windows):
1318         * files.texi (Changing Files, Magic File Names):
1319         * commands.texi (Key Sequence Input):
1320         * functions.texi (Declaring Functions):
1321         * strings.texi (Predicates for Strings):
1322         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1324 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
1326         * help.texi (Accessing Documentation): Update example.
1328         * variables.texi (Defining Variables): Note that `*' is not
1329         necessary if defcustom is used.
1331 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1333         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1334         Characters" from @detailmenu.
1336         * nonascii.texi (Character Codes, Character Sets)
1337         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1338         (Chars and Bytes, Splitting Characters): Sections removed.
1340 2008-11-22  Lute Kamstra  <lute@gnu.org>
1342         * positions.texi (Text Lines): Update goto-line documentation.
1344 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
1346         * frames.texi (Frames): Fix typo, add cross references, reword.
1347         (Initial Parameters): Reword special-display-frame-alist text.
1348         (Frames and Windows): Reword.  Describe argument norecord for
1349         set-frame-selected-window.
1350         (Input Focus): Describe argument norecord for select-frame.
1351         Remove comment on MS-Windows behavior for focus-follows-mouse.
1352         (Raising and Lowering): Mention windows-frames dichotomy in
1353         metaphor.
1355         * windows.texi (Displaying Buffers, Vertical Scrolling)
1356         (Horizontal Scrolling): Fix indenting and rewording issues
1357         introduced with 2008-11-07 change.
1359 2008-11-20  Glenn Morris  <rgm@gnu.org>
1361         * files.texi (Format Conversion Round-Trip): Mention `preserve'
1362         element of `format-alist'.
1364 2008-11-19  Glenn Morris  <rgm@gnu.org>
1366         * doclicense.texi: Update to FDL 1.3.
1367         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1369 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
1371         * windows.texi (Window Hooks): Remove *-end-trigger-functions
1372         vars, which are obsolete.  Mention jit-lock-register.
1374         * modes.texi (Other Font Lock Variables): Document
1375         jit-lock-register and jit-lock-unregister.
1377         * frames.texi (Color Parameters): Document alpha parameter.
1379 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
1381         * windows.texi (Splitting Windows, Deleting Windows)
1382         (Selecting Windows, Cyclic Window Ordering)
1383         (Buffers and Windows, Displaying Buffers, Choosing Window)
1384         (Dedicated Windows, Window Point, Window Start and End)
1385         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1386         (Size of Window, Resizing Windows, Window Configurations)
1387         (Window Parameters): Avoid @var at beginning of sentences and
1388         reword accordingly.
1390 2008-11-11  Lute Kamstra  <lute@gnu.org>
1392         * files.texi (File Name Components): Fix file-name-extension
1393         documentation.
1395 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1397         * frames.texi (Basic Parameters): Remove display-environment-variable
1398         and term-environment-variable.
1400 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1402         * windows.texi (Basic Windows, Splitting Windows)
1403         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1404         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
1405         (Resizing Windows, Window Configurations, Window Parameters):
1406         Fix wording and markup.
1408 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
1410         * windows.texi (Windows): Update entries.
1411         (Basic Windows): Remove listing of attributes.  Reword.
1412         (Splitting Windows, Deleting Windows): Reword.
1413         (Selecting Windows, Cyclic Window Ordering): Reword with special
1414         emphasis on order of recently selected windows and buffer list.
1415         (Buffers and Windows, Choosing Window): Reword with special
1416         emphasis on dedicated windows.
1417         (Displaying Buffers): Reword.  For switch-to-buffer mention that
1418         it may fall back on pop-to-buffer.  For other-window try to
1419         explain how it treats the cyclic ordering of windows.
1420         (Dedicated Windows): New node and section discussing dedicated
1421         windows and associated functions.
1422         (Window Point): Add entry for window-point-insertion-type.  Reword.
1423         (Window Start and End): Rename node and section title.  Reword.
1424         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1425         Minor rewording.
1426         (Size of Window): Reword, in particular text on window-width.
1427         (Resizing Windows): Reword.  Add text on balancing windows.
1428         (Window Configurations): Reword.  Mention window parameters.
1429         (Window Parameters): New node and section on window parameters.
1430         (Window Hooks): Reword.  Mention that
1431         window-configuration-change-hook is run "buffer-locally".
1432         * elisp.texi (Top): Update Windows entries in @detailmenu
1433         section.
1435 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1437         * searching.texi (Regexp Search): Fix typo.
1439 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1441         * searching.texi (Regexp Search): Document GREEDY arg.
1442         (Simple Match Data): Fix return value.
1444 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
1446         * nonascii.texi (Text Representations): Rewrite to make consistent
1447         with Emacs 23 internal representation of characters.  Document
1448         `unibyte-string'.
1450 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
1452         * processes.texi (Process Information): Note that process-status
1453         does not accept buffer names.
1455 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
1457         * positions.texi (Skipping Characters): Correct return value of
1458         skip-chars-forward.
1460 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1462         * windows.texi (Deleting Windows): Update documentation of
1463         delete-windows-on.
1464         (Buffers and Windows): Update documentations of
1465         get-buffer-window and get-buffer-window-list.
1466         (Displaying Buffers): Update documentation of
1467         replace-buffer-in-windows.
1469         * buffers.texi (Current Buffer): Reword set-buffer and
1470         with-current-buffer documentations.
1471         (Creating Buffers): Reword documentation of get-buffer-create.
1473 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
1475         * buffers.texi (Current Buffer): Reword documentation of
1476         set-buffer.
1477         (Buffer Names): Reword documentation of buffer-name.
1478         (The Buffer List): For bury-buffer explain what happens with the
1479         buffer's window.
1480         (Creating Buffers): Say that get-buffer-create's arg is called
1481         buffer-or-name.
1483 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1485         * advice.texi (Computed Advice): Explain what DEFINITION is.
1487         * nonascii.texi (Character Codes): Remove obsolete function
1488         char-valid-p, and document characterp instead.
1490 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
1492         * windows.texi (Displaying Buffers): Reword documentation of
1493         pop-to-buffer.
1494         (Choosing Window): Rewrite documentation of display-buffer and
1495         its options.
1497         * buffers.texi (Killing Buffers): Update documentation of
1498         kill-buffer.
1500 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
1502         * processes.texi (Serial Ports): Fix wording and improve markup.
1504         * searching.texi (Regexp Search): Document `string-match-p' and
1505         `looking-at-p'.
1506         (POSIX Regexps): Add an xref for "non-greedy".
1507         (Regexp Special): Add @cindex entry for "non-greedy".
1509         * display.texi (Attribute Functions): Document `face-all-attributes'.
1510         (Image Cache) <image-refresh>: Minor wording fixes.
1512         * frames.texi (Color Names): Add an xref to `read-color'.
1514         * minibuf.texi (High-Level Completion): Document `read-color'.
1516         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1518         * positions.texi (Narrowing): Add an xref to "Swapping Text".
1520         * buffers.texi (Swapping Text): New section, documents
1521         `buffer-swap-text'.
1523 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
1525         * windows.texi (Resizing Windows): Minor wording fix.
1527 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1529         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1530         and `combine-and-quote-strings'.
1532         * strings.texi (Creating Strings): Add xrefs for them.
1534 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1536         * elisp.texi (Top): Make descriptive text for "Reading File Names"
1537         match the corresponding menu in minibuf.texi.
1539         * minibuf.texi (Reading File Names): Document `read-shell-command'
1540         and `minibuffer-local-shell-command-map'.
1542 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1544         * windows.texi (Resizing Windows): Remove var{} around "window" in
1545         documentation of enlarge-window.
1546         Rewrite documentation of window-min-height and window-min-width.
1548 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1550         * functions.texi (Calling Functions): Document `apply-partially'.
1552         * hooks.texi (Standard Hooks): Mention
1553         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1555         * variables.texi (File Local Variables): Document
1556         `file-local-variables-alist', `before-hack-local-variables-hook'
1557         and `hack-local-variables-hook'.
1559         * processes.texi (Synchronous Processes): Document `process-lines'.
1561         * customize.texi (Variable Definitions): Document
1562         `custom-reevaluate-setting'.
1564 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
1566         * windows.texi (Choosing Window, Deleting Windows)
1567         (Displaying Buffers): Expand documentation of dedicated windows.
1569 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1571         * files.texi (Changing Files): Document symbolic input of file
1572         modes to `set-file-modes'.  Document `read-file-modes' and
1573         `file-modes-symbolic-to-number'.
1575         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1576         and `search-map'.
1578         * searching.texi (Search and Replace): Document
1579         `replace-search-function' and `replace-re-search-function'.
1580         Document `multi-query-replace-map'.
1582         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1583         (Completion Commands, Reading File Names): Rename
1584         `minibuffer-local-must-match-filename-map' to
1585         `minibuffer-local-filename-must-match-map'.
1586         (Minibuffer Completion): The `require-match' argument to
1587         `completing-read' can now have the value `confirm-only'.
1589         * windows.texi (Displaying Buffers): Minor wording fix.
1590         (Choosing Window): `split-height-threshold' can now be nil.
1591         Document `split-width-threshold'.  `pop-up-frames' can have the
1592         value `graphic-only'.
1594 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
1596         * os.texi (Startup Summary): Document `before-init-time' and
1597         `after-init-time'.  Document `initial-window-system' and
1598         `window-system-initialization-alist'.  Document reading the
1599         abbrevs file.  Document the call to `server-start' under --daemon.
1600         Rearrange a bit to be consistent with the code flow.
1601         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1602         (Time Parsing): Document `format-seconds'.
1604 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
1606         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1607         and reword.
1609 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
1611         * markers.texi (The Mark): Document use-region-p.
1613 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
1615         * internals.texi (Writing Emacs Primitives): The interactive spec
1616         of a primitive can be a Lisp form.
1618         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1619         values of transient-mark-mode.  Document handle-shift-selection.
1621         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1622         (Interactive Examples): Show an example of `^'.
1623         (Key Sequence Input): Document this-command-keys-shift-translated.
1624         (Defining Commands, Using Interactive): The interactive-form of a
1625         function can be added via its symbol's property.
1627         * positions.texi (List Motion): beginning-of-defun-function can
1628         now accept an argument.
1630         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1631         now return a list of strings.
1633         * control.texi (Handling Errors): Document ignore-errors.
1635         * frames.texi (Creating Frames): Document frame-inherited-parameters.
1636         (Parameter Access): Document set-frame-parameter.
1638         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1639         Hooks" for the effect of kill-all-local-variables on local hook
1640         functions.
1642         * modes.texi (Major Mode Conventions, Mode Line Variables):
1643         `mode-name' need not be a string.  xref to "Mode Line Data" for
1644         details, and to "Emulating Mode Line" for computing a string
1645         value.
1647 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
1649         * processes.texi (System Processes): New section.
1650         (Processes, Signals to Processes): Add xrefs to it.
1652         * objects.texi (Editing Types): A `process' is a subprocess of
1653         Emacs, not just any process running on the OS.
1655         * elisp.texi (Top): Adjust the @detailmenu for the above two
1656         changes.
1658         * sequences.texi (Char-Tables): Remove documentation of
1659         set-char-table-default, which has no effect since Emacs 23.
1660         <char-table-range, set-char-table-range>: Don't mention generic
1661         characters and charsets.  Add a cons cell as a possible argument.
1663         * nonascii.texi (Splitting Characters)
1664         (Translation of Characters): Don't mention generic characters.
1666         * display.texi (Fontsets): Don't mention generic characters.
1668         * sequences.texi (Char-Tables): `map-char-table' can now call its
1669         argument FUNCTION with a cons cell as KEY.
1671 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
1673         * objects.texi (Primitive Function Type): Move "@cindex special
1674         forms" from here...
1676         * eval.texi (Special Forms): ...to here.
1678         * functions.texi (What Is a Function): `functionp' returns nil for
1679         special forms.  Add an xref.
1681         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1682         Variables".
1684         * variables.texi (Frame-Local Variables): New section.
1685         (Buffer-Local Variables): Add an xref to it.
1686         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1687         have both frame-local and buffer-local binding.
1689         * frames.texi (Frames): Mention multiple tty frames.
1690         (Frame Parameters, Parameter Access): Mention frame-local variable
1691         bindings.
1693 2008-09-20  Glenn Morris  <rgm@gnu.org>
1695         * display.texi (Defining Faces): Recommend against face variables.
1697 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
1699         * display.texi (Echo Area Customization): Fix typo.
1701 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
1703         * loading.texi (Where Defined): Add `defface' item.
1705 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
1707         * loading.texi (Where Defined): Fix description of symbol-file.
1709 2008-08-26  Jason Rumney  <jasonr@gnu.org>
1711         * display.texi (TIFF Images): New section describing :index property.
1713 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
1715         * display.texi (Temporary Displays): Remove unnecessary comment
1716         about usage of temp-buffer-show-hook.
1718 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
1720         * symbols.texi (Other Plists): Fix incorrect example.
1721         Suggested by Florian Beck.
1723 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
1725         * os.texi: Fix previous change.
1727 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1729         * os.texi:
1730         * intro.texi:
1731         * files.texi: Remove VMS support.
1733 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1735         * os.texi:
1736         * frames.texi:
1737         * display.texi: Remove mentions of Mac Carbon.
1739 2008-07-01  Miles Bader  <miles@gnu.org>
1741         * text.texi (Special Properties):
1742         * display.texi (Truncation): Add wrap-prefix and line-prefix.
1744 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
1746         * display.texi (Other Image Types): Fix copy/paste error; say
1747         "PBM", not "XBM".
1749 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1751         * os.texi: Remove references to obsolete systems.
1753 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
1755         * makefile.w32-in (distclean): Remove makefile.
1757 2008-06-17  Glenn Morris  <rgm@gnu.org>
1759         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1760         (elisp, dist): Remove rules and variables that are obsolete now
1761         the lisp manual is no longer distributed separately.
1763 2008-06-16  Glenn Morris  <rgm@gnu.org>
1765         * configure, configure.in, mkinstalldirs: Remove unused files.
1767         * book-spine.texinfo: Set version to 23.0.60.
1768         * vol1.texi (EMACSVER):
1769         * vol2.texi (EMACSVER): Set to 23.0.60.
1771         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1772         as per maintain.info.
1774 2008-06-15  Glenn Morris  <rgm@gnu.org>
1776         * makefile.w32-in (manual): Use "23" rather than "21".
1778         * Makefile.in (emacsver): New, set by configure.
1779         (manual): Use emacsver.
1781         * intro.texi: Report bugs using M-x report-emacs-bug.
1783         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1785 2008-06-13  Daniel Engeler  <engeler@gmail.com>
1787         * elisp.texi, internals.texi, processes.texi: Add documentation
1788         about serial port access.
1790 2008-06-05  Miles Bader  <miles@gnu.org>
1792         * display.texi (Displaying Faces): Update to reflect function
1793         renamings in face-remap.el.
1795 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
1797         * display.texi (Fontsets): Fix typos.
1799 2008-06-03  Miles Bader  <miles@gnu.org>
1801         * display.texi (Displaying Faces): Add add-relative-face-remapping,
1802         remove-relative-face-remapping, set-base-face-remapping,
1803         and set-default-base-face-remapping.
1805 2008-06-01  Miles Bader  <miles@gnu.org>
1807         * display.texi (Displaying Faces): Add face-remapping-alist.
1809 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1812         variable names.
1814 2008-05-03  Eric S. Raymond  <esr@golux>
1816         * keymaps.texi: Clarify that (current-local-map) and
1817         (current-global-map) return references, not copies.
1819 2008-05-02  Juri Linkov  <juri@jurta.org>
1821         * minibuf.texi (Text from Minibuffer): Document a list of
1822         default values for `read-from-minibuffer'.
1824 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
1826         * nonascii.texi (Translation of Characters): Fix previous change.
1828 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
1830         * display.texi (Overlay Properties): Clarify role of underlying
1831         textprop and overlay keymaps for display strings.
1833         * keymaps.texi (Active Keymaps): Ditto.
1835 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * minibuf.texi (Programmed Completion):
1838         Replace dynamic-completion-table with the new completion-table-dynamic.
1840 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
1842         * intro.texi (Some Terms): Change "fonts in this manual" index
1843         entry to "typographic conventions".
1845 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1847         * objects.texi (Text Props and Strings): Add indexing for read
1848         syntax of text properties.
1850 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * processes.texi (Decoding Output): Remove process-filter-multibyte
1853         functions.
1855 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
1857         * display.texi (Finding Overlays): Say that empty overlays at
1858         the end of the buffer are reported too.
1860 2008-03-13  Glenn Morris  <rgm@gnu.org>
1862         * elisp.texi (EMACSVER): Set to 23.0.60.
1864 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
1866         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
1868 2008-02-22  Glenn Morris  <rgm@gnu.org>
1870         * frames.texi (Position Parameters): Clarify the description of
1871         `left' and `top', using information from "Geometry".
1872         (Geometry): Give a pointer to "Position Parameters", rather than
1873         repeating information.
1875 2008-02-11  Glenn Morris  <rgm@gnu.org>
1877         * objects.texi (Equality Predicates): No longer talk about "two"
1878         functions.
1880 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1882         * objects.texi (Equality Predicates): Add defun for
1883         equal-including-properties.
1885 2008-02-10  Glenn Morris  <rgm@gnu.org>
1887         * objects.texi (Equality Predicates):
1888         Mention equal-including-properties.
1890 2008-02-07  Richard Stallman  <rms@gnu.org>
1892         * windows.texi (Window Start): Mention the feature of moving
1893         window-start to start of line.
1895 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
1897         * keymaps.texi (Tool Bar): Document rtl property.
1899 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1901         * display.texi (Button Types):
1902         For define-button-type, clarify type of NAME.
1904 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
1906         * buffers.texi (Buffer Modification): Fix typo.
1908 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1910         * os.texi (System Environment): Remove references to OSes that are
1911         not supported anymore.
1913 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1915         * os.texi (System Environment): Remove mention for Masscomp.
1917 2008-01-04  Richard Stallman  <rms@gnu.org>
1919         * display.texi (Faces): Don't talk about internal face vector as arg
1920         to facep.
1922         * customize.texi (Type Keywords): Fix previous change.
1924         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1925         * elisp.texi (Top): Fix menu for commands.texi change.
1927 2007-12-30  Richard Stallman  <rms@gnu.org>
1929         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1930         (Accessing Scroll): New node broken out of Accessing Mouse.
1932 2007-12-28  Richard Stallman  <rms@gnu.org>
1934         * frames.texi (Size Parameters): Fix typo.
1935         (Basic Parameters): For `title', refer to title bar.
1936         (Size and Position): Explain meaning of frame pixel width and height.
1938 2007-12-23  Richard Stallman  <rms@gnu.org>
1940         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1941         Improve some of the commented-out keywords' text too.
1943 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
1945         * nonascii.texi (Encoding and I/O): Reword to avoid saying
1946         "visit the current buffer".
1948         * os.texi (System Interface): Fix typo.
1950 2007-12-04  Richard Stallman  <rms@gnu.org>
1952         * objects.texi (Symbol Type): Fix typo.
1954 2007-12-03  Richard Stallman  <rms@gnu.org>
1956         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1958 2007-12-01  Glenn Morris  <rgm@gnu.org>
1960         * functions.texi (Declaring Functions): Improve previous change.
1962 2007-11-30  Glenn Morris  <rgm@gnu.org>
1964         * functions.texi (Declaring Functions): Add optional fourth
1965         argument of declare-function, and setting third argument to `t'.
1967 2007-11-29  Richard Stallman  <rms@gnu.org>
1969         * customize.texi (Composite Types): Document `group' type.
1971 2007-11-29  Glenn Morris  <rgm@gnu.org>
1973         * functions.texi (Declaring Functions): Add findex.  Mention
1974         `external' files.
1976 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1978         * functions.texi (Declaring Functions): Fix directive.
1980 2007-11-25  Richard Stallman  <rms@gnu.org>
1982         * help.texi (Help Functions): Clean up last change.
1984         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1986         * loading.texi (Named Features): Minor cleanup.
1988         * macros.texi (Eval During Expansion): Minor cleanup.
1990         * variables.texi (Variable Aliases): Minor cleanup.
1992 2007-11-24  Richard Stallman  <rms@gnu.org>
1994         * functions.texi (Declaring Functions): Clarify previous change.
1996         * compile.texi (Compiler Errors): Clarify previous change.
1998 2007-11-24  Richard Stallman  <rms@gnu.org>
2000         * display.texi (Refresh Screen, Forcing Redisplay):
2001         Clarify the text and move items around.
2003 2007-11-24  Glenn Morris  <rgm@gnu.org>
2005         * functions.texi (Declaring Functions): New section.
2006         * compile.texi (Compiler Errors): Mention declaring functions,
2007         defvar with no initvalue, and byte-compile-warnings.
2009 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
2011         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2012         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2014 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
2016         * help.texi (Help Functions): Document new macro `with-help-window'.
2018 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2020         * searching.texi (Replacing Match): Describe new
2021         `match-substitute-replacement'.
2023 2007-10-31  Richard Stallman  <rms@gnu.org>
2025         * strings.texi (Creating Strings): Null strings from concat not unique.
2027 2007-10-26  Richard Stallman  <rms@gnu.org>
2029         * objects.texi (Equality Predicates): Null strings are uniquified.
2031         * minibuf.texi: Minor clarifications in previous change.
2033 2007-10-25  Glenn Morris  <rgm@gnu.org>
2035         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2037 2007-10-24  Richard Stallman  <rms@gnu.org>
2039         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2041         * variables.texi (Frame-Local Variables): Node deleted.
2042         (Variables): Delete Frame-Local Variables from menu.
2043         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2044         (Default Value): Don't mention frame-local vars.
2046         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2048         * loading.texi (Unloading): Document FEATURE-unload-function
2049         instead of FEATURE-unload-hook.
2051         * frames.texi (Multiple Displays): Don't mention frame-local vars.
2053 2007-10-22  Juri Linkov  <juri@jurta.org>
2055         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2056         (High-Level Completion): Document a list of default value strings
2057         in the DEFAULT argument, for which minibuffer functions return the
2058         first element.
2060 2007-10-17  Juri Linkov  <juri@jurta.org>
2062         * text.texi (Filling): Update arguments of fill-paragraph.
2063         fill-paragraph operates on the active region in Transient Mark mode.
2064         Remove fill-paragraph-or-region.
2066 2007-10-13  Karl Berry  <karl@gnu.org>
2068         * elisp.texi (@dircategory): Move to after @copying,
2069         since we want @copying as close as possible to the beginning of
2070         the output.
2072 2007-10-12  Richard Stallman  <rms@gnu.org>
2074         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2076         * commands.texi (Distinguish Interactive): New node,
2077         broken out from Interactive Call and rewritten.
2078         (Command Loop): Put Distinguish Interactive in menu.
2080 2007-10-09  Richard Stallman  <rms@gnu.org>
2082         * text.texi (Examining Properties): Mention overlay priority.
2084         * display.texi (Display Margins): Correct the description
2085         of margin display specifications.
2086         (Replacing Specs): New subnode broken out of Display Property.
2088 2007-10-06  Juri Linkov  <juri@jurta.org>
2090         * text.texi (Filling): Document fill-paragraph-or-region.
2092 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2094         * display.texi (Auto Faces): Fix typo.
2096 2007-10-02  Richard Stallman  <rms@gnu.org>
2098         * display.texi (Display Property): Explain some display specs
2099         don't let you move point in.
2101         * frames.texi (Cursor Parameters): Describe
2102         cursor-in-non-selected-windows here.  Explain more values.
2104         * windows.texi (Basic Windows): Don't describe
2105         cursor-in-non-selected-windows here.
2107 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
2109         * processes.texi (Misc Network): Note that these functions are
2110         supported only on some systems.
2112 2007-10-01  Richard Stallman  <rms@gnu.org>
2114         * display.texi (Overlay Properties): Explain nil as priority.
2115         Explain that conflicts are unpredictable if not resolved by
2116         priorities.
2118 2007-09-23  Richard Stallman  <rms@gnu.org>
2120         * macros.texi (Backquote): Minor clarification.
2122 2007-09-19  Richard Stallman  <rms@gnu.org>
2124         * display.texi (Display Property): Explain multiple display specs.
2125         Clarify when they work in parallel and when one overrides.
2126         Fix error in example.
2128 2007-09-06  Glenn Morris  <rgm@gnu.org>
2130         Move from lispref/ to doc/lispref/.  Change all setfilename
2131         commands to use ../../info.
2132         * Makefile.in (infodir): Go up one more level.
2133         (usermanualdir): Change from ../man to ../emacs.
2134         (miscmanualdir): New.
2135         (dist): Use new variable miscmanualdir.
2136         * makefile.w32-in (infodir, texinputdir): Go up one more level.
2137         (usermanualdir): Change from ../man to ../emacs.
2139 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2141         * commands.texi (Command Loop Info): Advise against changing
2142         most variables described here.  Explain new variable
2143         last-repeatable-command.
2145 2007-08-29  Glenn Morris  <rgm@gnu.org>
2147         * elisp.texi (EMACSVER): Increase to 23.0.50.
2149 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2151         * frames.texi (Basic Parameters): Add display-environment-variable
2152         and term-environment-variable.
2154 2007-08-28  Juri Linkov  <juri@jurta.org>
2156         * display.texi (Image Formats, Other Image Types): Add SVG.
2158 2007-08-28  Juri Linkov  <juri@jurta.org>
2160         * display.texi (Images): Move formats-related text to new node
2161         "Image Formats".
2162         (Image Formats): New node.
2164 2007-08-27  Richard Stallman  <rms@gnu.org>
2166         * windows.texi (Window Configurations): Clarify what
2167         a window configuration saves.
2169 2007-08-25  Richard Stallman  <rms@gnu.org>
2171         * display.texi (Images): Delete redundant @findex.
2173 2007-08-16  Richard Stallman  <rms@gnu.org>
2175         * processes.texi (Asynchronous Processes): Clarify
2176         doc of start-file-process.
2178 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2180         * modes.texi (Example Major Modes): Fix typo.
2182 2007-08-08  Glenn Morris  <rgm@gnu.org>
2184         * intro.texi (nil and t): Do not use `iff' in documentation.
2186         * tips.texi (Documentation Tips): Recommend against `iff'.
2188 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2190         * display.texi (Image Cache): Document image-refresh.
2192 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
2194         * windows.texi (Size of Window): Document window-full-width-p.
2196 2007-07-25  Glenn Morris  <rgm@gnu.org>
2198         * gpl.texi (GPL): Replace license with GPLv3.
2200         * Relicense all FSF files to GPLv3 or later.
2202 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
2204         * processes.texi (Synchronous Processes):
2205         Add `process-file-shell-command'.
2206         (Asynchronous Processes): Mention restricted use of
2207         `process-filter' and `process-sentinel' in
2208         `start-file-process'.  Add `start-file-process-shell-command'.
2210 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
2212         * files.texi (Magic File Names): Introduce optional parameter
2213         IDENTIFICATION for `file-remote-p'.
2215 2007-07-16  Richard Stallman  <rms@gnu.org>
2217         * display.texi (Defining Faces): Fix previous change.
2219 2007-07-14  Richard Stallman  <rms@gnu.org>
2221         * control.texi (Handling Errors): Document `debug' in handler list.
2223 2007-07-10  Richard Stallman  <rms@gnu.org>
2225         * display.texi (Defining Faces): Explain C-M-x feature for defface.
2227 2007-07-09  Richard Stallman  <rms@gnu.org>
2229         * files.texi (Magic File Names): Rewrite previous change.
2231 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
2233         * files.texi (Magic File Names): Introduce optional parameter
2234         CONNECTED for `file-remote-p'.
2236 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2238         * processes.texi (Asynchronous Processes):
2239         * files.texi (Magic File Names): Add `start-file-process'.
2241 2007-06-27  Richard Stallman  <rms@gnu.org>
2243         * files.texi (Format Conversion Piecemeal): Clarify
2244         `after-insert-file-functions' calling convention.
2246 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
2248         * files.texi (Magic File Names): Remove `dired-call-process'.
2249         Add `process-file'.
2251 2007-06-27  Kenichi Handa  <handa@m17n.org>
2253         * text.texi (Special Properties): Fix description about
2254         `composition' property.
2256 2007-06-26  Kenichi Handa  <handa@m17n.org>
2258         * nonascii.texi (Default Coding Systems): Document about the
2259         return value `undecided'.
2261 2007-06-25  David Kastrup  <dak@gnu.org>
2263         * keymaps.texi (Active Keymaps): Document new POSITION argument of
2264         `current-active-maps'.
2266 2007-06-24  Karl Berry  <karl@gnu.org>
2268         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2270 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
2272         * display.texi (Overlay Arrow): Doc fix.
2274 2007-06-14  Karl Berry  <karl@tug.org>
2276         * anti.texi (Antinews): Typo.
2278 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2280         * display.texi (Image Cache): Document image-refresh.
2282 2007-06-12  Karl Berry  <karl@gnu.org>
2284         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2285         * two-volume.make: New file.
2286         * .cvsignore: Ignore two-volume files.
2288 2007-06-12  Tom Tromey  <tromey@redhat.com>
2290         * os.texi (Init File): Document user-emacs-directory.
2292 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
2294         * commands.texi (Click Events): Describe width and height when
2295         object is nil.
2297 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
2299         * commands.texi (Click Events): Layout more logically.  Describe
2300         width and height.
2301         (Drag Events, Motion Events): Update to new format for position.
2303 2007-06-02  Richard Stallman  <rms@gnu.org>
2305         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2307 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2309         * Version 22.1 released.
2311 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * text.texi (Special Properties): Correct meaning of fontified face.
2315 2007-05-30  Richard Stallman  <rms@gnu.org>
2317         * text.texi (Special Properties): Add link to Adjusting Point.
2319 2007-05-12  Richard Stallman  <rms@gnu.org>
2321         * text.texi (Margins): indent-to-left-margin is not the default.
2322         (Mode-Specific Indent): For indent-line-function, the default
2323         is indent-relative.
2325         * modes.texi (Example Major Modes): Explain last line of text-mode
2326         is redundant.
2328 2007-05-10  Richard Stallman  <rms@gnu.org>
2330         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2332         * help.texi (Keys in Documentation): Add reference to
2333         Documentation Tips.
2335         * files.texi (Format Conversion): TO-FN gets three arguments.
2337         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2339 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2341         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2342         * files.texi (Format Conversion): Expand intro; add menu.
2343         (Format Conversion Overview, Format Conversion Round-Trip)
2344         (Format Conversion Piecemeal): New nodes/subsections.
2345         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2346         * text.texi (Text Properties): Remove "Saving Properties" from menu.
2347         (Saving Properties): Delete node/subsection.
2349 2007-05-07  Karl Berry  <karl@gnu.org>
2351         * elisp.texi (EMACSVER): Back to 22.
2353 2007-05-06  Richard Stallman  <rms@gnu.org>
2355         * processes.texi (Accepting Output): Revert most of previous change.
2357 2007-05-05  Richard Stallman  <rms@gnu.org>
2359         * processes.texi (Accepting Output): accept-process-output
2360         uses microseconds, not milliseconds.  But that arg is obsolete.
2362 2007-05-04  Karl Berry  <karl@tug.org>
2364         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2366 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
2368         * tips.texi (Documentation Tips): Rearrange items to place the
2369         more important ones first.  Add an index entry for hyperlinks.
2371 2007-05-03  Karl Berry  <karl@gnu.org>
2373         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2374         (EMACSVER) [smallbook]: 22 for printed version.
2376         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2377         so restore anchor to normal position after defun.  Found by Kevin Ryde.
2379 2007-04-26  Glenn Morris  <rgm@gnu.org>
2381         * elisp.texi (EMACSVER): Increase to 22.1.50.
2383 2007-04-28  Karl Berry  <karl@gnu.org>
2385         * elisp.texi: Improve line breaks on copyright page,
2386         similar layout to emacs manual, 8.5x11 by default.
2388 2007-04-24  Richard Stallman  <rms@gnu.org>
2390         * text.texi (Special Properties): Add xref to Overlay Properties.
2392         * display.texi (Overlay Properties): Add xref to Special Properties.
2394 2007-04-22  Richard Stallman  <rms@gnu.org>
2396         * keymaps.texi (Extended Menu Items): Move the info about
2397         format with cached keyboard binding.
2399 2007-04-21  Richard Stallman  <rms@gnu.org>
2401         * text.texi (Special Properties): Clarify previous change.
2403         * files.texi (File Name Expansion): Clarify previous change.
2405         * display.texi (Attribute Functions): Fix example for
2406         face-attribute-relative-p.
2408 2007-04-19  Kenichi Handa  <handa@m17n.org>
2410         * text.texi (Special Properties): Document composition property.
2412 2007-04-19  Glenn Morris  <rgm@gnu.org>
2414         * files.texi (File Name Expansion): Mention "superroot".
2416 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2418         * frames.texi (Multiple Displays): Add note about "multi-monitor"
2419         setups.
2420         (Display Feature Testing): Note that display refers to all
2421         physical monitors for multi-monitor setups.
2423 2007-04-14  Richard Stallman  <rms@gnu.org>
2425         * lists.texi (Sets And Lists): Clarify `delete' examples.
2426         Remove spurious xref to same node.
2427         Clarify xref for add-to-list.
2429 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2431         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2432         value of lisp-mode-map.
2434 2007-04-11  Karl Berry  <karl@gnu.org>
2436         * anti.texi (Antinews):
2437         * display.texi (Overlay Properties, Defining Images):
2438         * processes.texi (Synchronous Processes, Sentinels):
2439         * syntax.texi (Syntax Table Internals):
2440         * searching.texi (Regexp Special):
2441         * nonascii.texi (Default Coding Systems):
2442         * text.texi (Special Properties):
2443         * minibuf.texi (Basic Completion): Wording to improve breaks in
2444         8.5x11 format.
2445         * elisp.texi (smallbook): New @set to more easily switch between
2446         smallbook and 8.5x11.
2448 2007-04-11  Richard Stallman  <rms@gnu.org>
2450         * text.texi (Lazy Properties): Minor fix.
2452 2007-04-08  Karl Berry  <karl@gnu.org>
2454         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2455         * macros.texi (Backquote): Downcase Backquote in index entries for
2456         consistency.
2458 2007-04-08  Richard Stallman  <rms@gnu.org>
2460         * text.texi (Adaptive Fill): Just describe default,
2461         don't show it (since it contains non-ASCII chars).
2463 2007-04-07  Karl Berry  <karl@gnu.org>
2465         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2466         adaptive-fill-regexp's value, since they are not in the standard
2467         TeX fonts.
2469 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
2471         * display.texi (Defining Faces): Fix example.
2473 2007-04-07  Karl Berry  <karl@gnu.org>
2475         * display.texi (Button Buffer Commands): Improve page break.
2477 2007-04-07  Richard Stallman  <rms@gnu.org>
2479         * advice.texi (Activation of Advice): Remove redundant index entry.
2481         * backups.texi: Improve index entries.  Remove redundant ones.
2483         * compile.texi (Byte Compilation): Improve index entry.
2485         * hash.texi (Creating Hash): Improve index entry.
2487         * symbols.texi (Definitions): Improve index entry.
2489         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
2491         * maps.texi (Standard Keymaps): Remove useless index entry.
2493         * help.texi (Documentation Basics): Remove redundant index entries.
2495         * customize.texi: Improve index entries.
2496         Remove redundant/useless ones.
2498         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2500         * streams.texi (Output Variables): Improve index entry.
2502         * abbrevs.texi (Abbrevs): Remove useless index entry.
2504         * macros.texi (Expansion): Remove useless index entry.
2506         * text.texi: Improve index entries.  Remove redundant/useless ones.
2507         (Text Properties, Examining Properties)
2508         (Special Properties): Use "property category" instead of "category"
2509         to refer to the `category' property.
2511         * positions.texi: Improve index entries.  Remove useless one.
2513         * lists.texi: Improve index entries.  Remove redundant/useless ones.
2515         * os.texi: Improve index entries.
2516         (Timers): Fix previous change.
2518         * buffers.texi: Improve index entries.
2519         (Modification Time): Get rid of term "obsolete buffer".
2521         * debugging.texi: Improve index entries.
2522         (Test Coverage): Add xref to other test coverage ftr.
2524         * eval.texi: Improve index entry.  Remove redundant ones.
2526         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
2528         * files.texi: Improve index entries.  Remove redundant/useless ones.
2530         * objects.texi: Improve index entries.
2532         * processes.texi: Improve index entries.
2534         * modes.texi: Improve index entry.  Remove redundant one.
2536         * nonascii.texi: Improve index entries.
2538         * internals.texi: Improve index entries.
2540         * syntax.texi: Improve index entries.
2542         * keymaps.texi (Active Keymaps): Improve index entries.
2544         * commands.texi: Improve index entries.  Remove redundant/useless ones.
2546         * frames.texi: Improve index entries.  Remove redundant/useless ones.
2548         * markers.texi: Improve index entries.  Remove redundant ones.
2550         * tips.texi: Improve index entries.
2552         * loading.texi (Unloading): Improve index entry.
2554         * variables.texi: Improve index entries.  Remove redundant one.
2556         * sequences.texi: Improve index entry.
2558         * display.texi: Improve index entries.  Remove redundant ones.
2560         * windows.texi: Improve index entries.
2562         * searching.texi: Improve index entries.  Remove redundant one.
2564         * strings.texi (Case Tables): Improve last change.
2566 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2568         * strings.texi (Case Tables): Document with-case-table and
2569         ascii-case-table.
2571 2007-04-03  Karl Berry  <karl@gnu.org>
2573         * processes.texi (Network): Reword to improve page break.
2575 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2577         * functions.texi (Inline Functions): Describe more disadvantages
2578         of defsubst, and make advice against it stronger.
2580 2007-04-02  Karl Berry  <karl@gnu.org>
2582         * backups.texi (Backup Names): Avoid widow words.
2583         * modes.texi (Example Major Modes): Align last comment.
2585 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2587         * keymaps.texi (Remapping Commands): Document new arg to
2588         command-remapping.
2590 2007-04-01  Karl Berry  <karl@gnu.org>
2592         * processes.texi (Low-Level Network): Typo.
2593         * loading.texi (Hooks for Loading): Avoid double "the".
2594         * keymaps.texi (Key Sequences): No double "and".
2595         (Changing Key Bindings): Shorten to improve line break.
2597 2007-03-31  Glenn Morris  <rgm@gnu.org>
2599         * os.texi (Timers): Fix description of run-at-time TIME formats.
2601 2007-03-31  Richard Stallman  <rms@gnu.org>
2603         * display.texi (Invisible Text): Correct buffer-invisibility-spec
2604         regarding ellipsis.
2606 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2608         * intro.texi (nil and t):
2609         * symbols.texi (Plists and Alists):
2610         * variables.texi (Variable Aliases, Constant Variables):
2611         * functions.texi (Defining Functions):
2612         * advice.texi (Advising Primitives):
2613         * debugging.texi (Syntax Errors, Compilation Errors):
2614         * minibuf.texi (Minibuffer Windows):
2615         * commands.texi (Adjusting Point):
2616         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2617         (Auto Major Mode, Major Mode Conventions):
2618         * help.texi (Describing Characters):
2619         * files.texi (Create/Delete Dirs, Information about Files)
2620         (File Locks, Writing to Files, Reading from Files)
2621         (Saving Buffers):
2622         * windows.texi (Resizing Windows, Cyclic Window Ordering):
2623         * frames.texi (Finding All Frames):
2624         * positions.texi (Buffer End, Motion):
2625         * markers.texi (The Region):
2626         * text.texi (Deletion, Near Point):
2627         * display.texi (Displaying Messages, Truncation):
2628         * os.texi (Processor Run Time):
2629         * tips.texi (Key Binding Conventions, Programming Tips)
2630         (Warning Tips, Documentation Tips, Comment Tips):
2631         * internals.texi (Memory Usage): Improve indexing.
2633         * variables.texi (Frame-Local Variables):
2634         * functions.texi (Argument List):
2635         * loading.texi (Library Search):
2636         * streams.texi (Output Variables):
2637         * keymaps.texi (Translation Keymaps, Searching Keymaps):
2638         * searching.texi (Replacing Match, Search and Replace):
2639         * processes.texi (Byte Packing, Decoding Output)
2640         (Accepting Output, Network Servers, Shell Arguments):
2641         * display.texi (Abstract Display, Image Cache, Scroll Bars):
2642         * windows.texi (Window Point, Window Start):
2643         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2644         * commands.texi (Reading Input, Keyboard Events):
2645         * minibuf.texi (Reading File Names, Minibuffer Completion)
2646         (Recursive Mini):
2647         * positions.texi (List Motion):
2648         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2649         * numbers.texi (Arithmetic Operations, Math Functions)
2650         (Predicates on Numbers, Comparison of Numbers):
2651         (Numeric Conversions):
2652         * locals.texi (Standard Buffer-Local Variables):
2653         * maps.texi (Standard Keymaps):
2654         * os.texi (User Identification, System Environment, Recording Input)
2655         (X11 Keysyms):
2656         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2657         * backups.texi (Backups and Auto-Saving):
2658         * customize.texi (Customization, Group Definitions)
2659         (Variable Definitions):
2660         * compile.texi (Byte Compilation): Improve index entries.
2662 2007-03-31  Karl Berry  <karl@gnu.org>
2664         * macros.texi (Defining Macros): Avoid widow syllable.
2666 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2668         * elisp.texi (Top): Postscript -> PostScript.
2670         * display.texi (Images, Postscript Images): Postscript -> PostScript.
2672 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2674         * internals.texi (Writing Emacs Primitives): Untabify `For'.
2676 2007-03-30  Karl Berry  <karl@gnu.org>
2678         * lists.texi (List-related Predicates): Remove spurious @need.
2679         (Setcdr): Use @smallexample to improve page break.
2680         (Association Lists) <assoc>: Reword to improve page break.
2682         * strings.texi (String Conversion): Insert blank line to improve
2683         page break.
2685         * numbers.texi (Random Numbers): Use @minus{}.
2686         (Math Functions): Use @minus{}.
2688         * intro.texi (Acknowledgements): Avoid line breaks before middle
2689         initials.
2691 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
2693         * errors.texi (Standard Errors): Add an index entry.
2695 2007-03-19  Richard Stallman  <rms@gnu.org>
2697         * os.texi (Recording Input): recent-keys now gives 300 keys.
2699 2007-03-12  Glenn Morris  <rgm@gnu.org>
2701         * os.texi: Replace "daylight savings" with "daylight saving"
2702         throughout.
2704 2007-03-05  Richard Stallman  <rms@gnu.org>
2706         * variables.texi (File Local Variables): Update
2707         enable-local-variables values.
2709 2007-03-04  Richard Stallman  <rms@gnu.org>
2711         * syntax.texi (Control Parsing): Minor clarification.
2713         * strings.texi (Formatting Strings): Clarify width, precision, flags.
2715         * sequences.texi (Sequence Functions): Move string-bytes away,
2716         add xref.
2718         * nonascii.texi (Text Representations): Move string-bytes here.
2720         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2722         * minibuf.texi (Basic Completion): Minor clarification.
2724         * markers.texi (The Mark): Clarify existence vs activation of mark.
2725         Other cleanup.
2727         * display.texi (Finding Overlays): Write better example.
2729         * compile.texi (Eval During Compile): Clarify putting macros
2730         in eval-when-compile.
2732 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
2734         * loading.texi (How Programs Do Loading): Fix anchor position at
2735         load-read-function definition doc.
2737 2007-02-21  Kim F. Storm  <storm@cua.dk>
2739         * strings.texi (Text Comparison): Mention that assoc-string
2740         converts symbols to strings before testing.
2742 2007-02-17  Kim F. Storm  <storm@cua.dk>
2744         * processes.texi (Bindat Spec): Vector types can have optional
2745         element type.
2746         (Bindat Examples): Fix example.  Add vector with element type.
2748 2007-02-16  Andreas Schwab  <schwab@suse.de>
2750         * strings.texi (Formatting Strings): Document '+' flag.
2752 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
2754         * strings.texi (Modifying Strings): Clarify that `clear-string'
2755         always converts the string to unibyte.
2757 2007-02-14  Kim F. Storm  <storm@cua.dk>
2759         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2760         Rewrite glyph code description to refer to these functions.
2761         Remove details of encoding face number and char into integer code.
2763 2007-02-03  Alan Mackenzie  <acm@muc.de>
2765         * loading.texi (Hooks for Loading): Make the description of
2766         `eval-after-load' more detailed, and amend the description of
2767         after-load-alist, in accordance with changes from 2006-05.
2769 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2771         * modes.texi (Defining Minor Modes): Document that a :require
2772         keyword or similar may be required to make saved customization
2773         variables work.
2775 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2777         * elisp.texi (Top): Make the detailed menu headers compliant with
2778         Texinfo guidelines and with what texnfo-upd.el expects.  Add
2779         comments to prevent people from inadvertently modifying the key
2780         parts needed by `texinfo-multiple-files-update'.
2782 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2784         * elisp.texi (Top): Update the top-level menus.
2786         * syntax.texi (Categories): Add index entries.
2788 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2790         * display.texi (Attribute Functions): Fix name and description of
2791         the UNDERLINE arg of `set-face-underline-p'.
2793 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
2795         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2796         Variables", and "Standard Keymaps" to the detailed menu.
2798         * variables.texi (Future Local Variables): Add index entry.
2800 2007-01-28  Richard Stallman  <rms@gnu.org>
2802         * tips.texi (Coding Conventions): Clarify the tip about macros
2803         that define a function or a variable.
2805         * files.texi (File Attributes): UID and GID can be floats.
2806         (Magic File Names): Explain why deferring all operations to
2807         the standard handler does not work.
2809 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2811         * backups.texi (Reverting): Use "buffer" instead of "file"
2812         when talking about major and minor modes.
2814 2007-01-21  Richard Stallman  <rms@gnu.org>
2816         * help.texi (Documentation): Add xref to Documentation Tips.
2818 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2820         * tips.texi (Coding Conventions): Fix typos.
2822 2007-01-05  Richard Stallman  <rms@gnu.org>
2824         * modes.texi (Defining Minor Modes): Fix previous change.
2826 2007-01-03  Richard Stallman  <rms@gnu.org>
2828         * customize.texi (Variable Definitions, Customization Types):
2829         Don't use * in doc string for defcustom.
2831 2007-01-02  Richard Stallman  <rms@gnu.org>
2833         * variables.texi (Variable Aliases): Clarify that aliases vars
2834         always have the same value.
2836         * processes.texi (Bindat Spec): Fix Texinfo usage.
2838         * modes.texi (Defining Minor Modes): Explain effect of command
2839         defined with define-global-minor-mode on new buffers.
2841 2006-12-30  Kim F. Storm  <storm@cua.dk>
2843         * keymaps.texi (Tool Bar): Describe `grow-only' value of
2844         `auto-resize-tool-bars'.
2846 2006-12-30  Richard Stallman  <rms@gnu.org>
2848         * keymaps.texi (Active Keymaps): Fix previous change.
2850 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
2852         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2854 2006-12-30  Kim F. Storm  <storm@cua.dk>
2856         * processes.texi (Bindat Spec): Clarify using field names in
2857         length specifications.
2859 2006-12-29  Kim F. Storm  <storm@cua.dk>
2861         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2862         Add count and index variables for eval forms in repeat blocks.
2864 2006-12-24  Richard Stallman  <rms@gnu.org>
2866         * customize.texi (Variable Definitions): Document
2867         new name custom-add-frequent-value.
2869 2006-12-19  Kim F. Storm  <storm@cua.dk>
2871         * commands.texi (Misc Events): User signals now result in sigusr1
2872         and sigusr2 events which are handled through special-event-map.
2873         (Special Events): User signals and drag-n-drop are special.
2875 2006-12-17  Richard Stallman  <rms@gnu.org>
2877         * loading.texi (Named Features): Explain subfeatures better.
2879         * customize.texi: Use "option" only for user options.
2880         For the keyword values inside defcustom etc, say "keywords".
2881         For :options value's elements, say "elements".
2882         :group should not be omitted.
2884         * syntax.texi (Parsing Expressions): Split up node.
2885         (Motion via Parsing, Position Parse, Parser State)
2886         (Low-Level Parsing, Control Parsing): New subnodes.
2887         (Parser State): Document syntax-ppss-toplevel-pos.
2889         * positions.texi (List Motion): Punctuation fix.
2891         * files.texi (File Name Completion): Document PREDICATE arg
2892         to file-name-completion.
2894 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
2896         * internals.texi (Building Emacs, Writing Emacs Primitives):
2897         Add index entries.
2899 2006-12-11  Richard Stallman  <rms@gnu.org>
2901         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2902         affects face menu.  Explain how to make it non-nil without enabling
2903         any fontification.
2905 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2907         * modes.texi (Font Lock Basics): Document nil value of
2908         font-lock-defaults.
2910 2006-12-10  Glenn Morris  <rgm@gnu.org>
2912         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2913         value for system-flag argument.  Abbrev tables may not be empty
2914         when major modes are loaded.
2916 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2918         * makefile.w32-in (maintainer-clean): Partially revert last
2919         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2920         to protect elisp-covers.texi.
2922 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
2924         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2925         Don't remove elisp* info files; they are already deleted by the
2926         `clean' and `distclean' targets, and they are in the $(infodir)
2927         directory, not the current one.
2929 2006-12-04  Kim F. Storm  <storm@cua.dk>
2931         * commands.texi (Misc Events): Update signal events.
2932         (Event Examples): Add signal example.
2934 2006-11-29  Richard Stallman  <rms@gnu.org>
2936         * frames.texi (Visibility of Frames): Explain visible windows
2937         can be covered by others.  Add xref for raise-frame.
2939 2006-11-28  Richard Stallman  <rms@gnu.org>
2941         * searching.texi (Regexp Special): Update when ^ is special.
2943 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
2945         * customize.texi (Customization, Common Keywords)
2946         (Group Definitions, Variable Definitions, Composite Types)
2947         (Type Keywords, Customization Types): Add index entries for
2948         various customization keywords.
2950 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2954 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
2956         * frames.texi (Window System Selections): Remove clipboard from
2957         description of selection-coding-system.
2959 2006-11-06  Richard Stallman  <rms@gnu.org>
2961         * lists.texi (List Variables): Document COMPARE-FN.
2963         * keymaps.texi: Avoid use of "binding" to mean a relation;
2964         use it only to refer to the meaning associated with a key.
2965         (Keymaps): Change menu node description.
2967         * elisp.texi (Top): Change menu node description.
2969         * display.texi (Managing Overlays): Document overlay-recenter.
2971 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
2973         * Makefile.in: Use relative paths to avoid advertising filesystem
2974         contents during compilation.
2976 2006-10-23  Kim F. Storm  <storm@cua.dk>
2978         * commands.texi (Event Input Misc): Update unread-command-events.
2980 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
2982         * lists.texi (Sets And Lists): Fix typos.
2984 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
2986         * control.texi (Processing of Errors): Use @var for an argument,
2987         not @code.
2989 2006-10-16  Richard Stallman  <rms@gnu.org>
2991         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2993         * keymaps.texi (Format of Keymaps): Show all the keymap element
2994         patterns that result from menu items.
2995         (Key Lookup): Minor cleanups.
2997         * modes.texi (Precalculated Fontification): Don't say that
2998         not setting font-lock-defaults avoids loading font-lock.
3000         * help.texi (Documentation): Move xref to Emacs Manual here.
3001         (Documentation Basics): From here.
3002         Also doc emacs-lisp-docstring-fill-column.
3004         * elisp.texi: Update version and ISBN.
3006         * commands.texi (Interactive Call): Clarify KEYS arg to
3007         call-interactively is a vector.
3008         (Command Loop Info): Delete anchor in this-command-keys.
3009         Add anchor in this-command-keys-vector.
3010         (Recursive Editing): Document how recursive-edit
3011         handles the current buffer.
3013 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
3015         * frames.texi (Frame Titles): %c and %l are ignored in
3016         frame-title-format.
3018 2006-10-11  Richard Stallman  <rms@gnu.org>
3020         * keymaps.texi (Key Sequences): Clarify use of kbd.
3022 2006-10-10  Kim F. Storm  <storm@cua.dk>
3024         * lists.texi (Sets And Lists): Add memql.
3026 2006-10-03  Richard Stallman  <rms@gnu.org>
3028         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3029         Clarify :ascii: and :nonascii:.
3031 2006-09-29  Juri Linkov  <juri@jurta.org>
3033         * modes.texi (%-Constructs): Reorder coding systems in the
3034         documentation of %z to the real order displayed in the modeline.
3036 2006-09-25  Richard Stallman  <rms@gnu.org>
3038         * os.texi (Timers): Describe timer-max-repeats.
3040 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3042         * os.texi (Timers): Mention with-local-quit.
3044 2006-09-24  Richard Stallman  <rms@gnu.org>
3046         * searching.texi (Searching and Matching): Mention property search.
3048         * commands.texi (Command Loop Info): Explain how read-event affects
3049         this-command-keys.
3051 2006-09-20  Richard Stallman  <rms@gnu.org>
3053         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3055         * windows.texi (Window Start): Minor cleanups.
3057 2006-09-20  Kim F. Storm  <storm@cua.dk>
3059         * windows.texi (Window Start): pos-visible-in-window-p allows
3060         specifying t for position to mean "end of window".
3061         Add window-line-height.
3063         * anti.texi (Antinews): Mention window-line-height.
3065 2006-09-19  David Kastrup  <dak@gnu.org>
3067         * keymaps.texi (Searching Keymaps): Small clarification.
3069 2006-09-18  Richard Stallman  <rms@gnu.org>
3071         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3072         cause keyboard menus.
3073         (Menu Keymaps): Likewise.
3074         (Defining Menus, Keyboard Menus): Clarify.
3076         * text.texi (Fields): Clarify explanation of constrain-to-field.
3078 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
3080         * variables.texi (Tips for Defining): Fix a typo.
3082 2006-09-15  Richard Stallman  <rms@gnu.org>
3084         * keymaps.texi (Remapping Commands, Searching Keymaps)
3085         (Active Keymaps): Clean up previous change.
3087 2006-09-15  Jay Belanger  <belanger@truman.edu>
3089         * gpl.texi: Replace "Library Public License" by "Lesser Public
3090         License" throughout.
3092 2006-09-15  David Kastrup  <dak@gnu.org>
3094         * keymaps.texi (Active Keymaps): Adapt description to use
3095         `get-char-property' instead `get-text-property'.  Explain how
3096         mouse events change this.  Explain the new optional argument of
3097         `key-binding' and its mouse-dependent lookup.
3098         (Searching Keymaps): Adapt description similarly.
3099         (Remapping Commands): Explain the new optional argument of
3100         `command-remapping'.
3102 2006-09-14  Richard Stallman  <rms@gnu.org>
3104         * keymaps.texi (Searching Keymaps): Clarification.
3105         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3107 2006-09-13  Richard Stallman  <rms@gnu.org>
3109         * objects.texi (Character Type): Node split.
3110         Add xref to Describing Characters.
3111         (Basic Char Syntax, General Escape Syntax)
3112         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3114 2006-09-11  Richard Stallman  <rms@gnu.org>
3116         * display.texi (Display Table Format): Wording clarification.
3117         (Glyphs): Clarifications.
3119 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
3121         * keymaps.texi (Active Keymaps): Mention that key-binding checks
3122         local maps.
3124 2006-09-10  Kim F. Storm  <storm@cua.dk>
3126         * display.texi (Forcing Redisplay): Document return value of
3127         function redisplay.
3129 2006-09-09  Richard Stallman  <rms@gnu.org>
3131         * windows.texi (Window Hooks): Explain limits of
3132         window-scroll-functions.
3134         * display.texi (Fringe Indicators): Update for last change in
3135         indicate-buffer-boundaries.
3137 2006-09-08  Richard Stallman  <rms@gnu.org>
3139         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3141 2006-09-06  Kim F. Storm  <storm@cua.dk>
3143         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3145         * windows.texi (Window Start): Update pos-visible-in-window-p.
3147 2006-09-04  Richard Stallman  <rms@gnu.org>
3149         * processes.texi (Accepting Output): Explain SECONDS=0 for
3150         accept-process-output.
3152         * os.texi (Idle Timers): Explain why timer functions should not
3153         loop until (input-pending-p).
3155 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
3157         * makefile.w32-in (usermanualdir): New variable.
3158         (elisp.dvi): Use it.
3160 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
3162         * buffers.texi (Buffer Modification): Fix last change.
3164 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
3166         * buffers.texi (Buffer Modification): Document
3167         buffer-chars-modified-tick.
3169 2006-08-31  Richard Stallman  <rms@gnu.org>
3171         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3173 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
3175         * modes.texi (Syntactic Font Lock):
3176         Mention font-lock-syntactic-face-function
3177         instead of specific faces.
3179 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
3181         * display.texi (Images): Add xrref to display-images-p.
3183 2006-08-28  Kenichi Handa  <handa@m17n.org>
3185         * nonascii.texi (Lisp and Coding Systems): Fix description of
3186         detect-coding-region.
3188 2006-08-27  Michael Olson  <mwolson@gnu.org>
3190         * processes.texi (Transaction Queues): Remove stray quote
3191         character.
3193 2006-08-25  Richard Stallman  <rms@gnu.org>
3195         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3196         Add xref.
3198 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
3200         * os.texi (Timers): Avoid waiting inside timers.
3202 2006-08-21  Lute Kamstra  <lute@gnu.org>
3204         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3206 2006-08-20  Richard Stallman  <rms@gnu.org>
3208         * os.texi (Idle Timers): New node, split out from Timers.
3209         Document current-idle-time.
3210         * commands.texi (Reading One Event): Update xref.
3211         * elisp.texi (Top): Update subnode menu.
3213 2006-08-16  Richard Stallman  <rms@gnu.org>
3215         * keymaps.texi (Extended Menu Items): Show format of cached
3216         bindings in extended menu items.
3218         * customize.texi (Variable Definitions): Explain when the
3219         standard value expression is evaluated.
3221 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
3223         * commands.texi (Reading One Event): Explain idleness in
3224         `read-event'.
3226 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
3228         * text.texi (Near Point): Say "cursor" not "terminal cursor".
3229         (Commands for Insertion): Removed split-line since it's not
3230         relevant for Lisp programming.
3231         (Yank Commands): Rewrite introduction.
3232         (Undo): Clarify.
3233         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
3234         (Filling): Remove redundant comment.  Clarify return value of
3235         current-justification.
3236         (Margins): Minor clarifications.
3237         (Adaptive Fill): Update default value of adaptive-fill-regexp.
3238         (Sorting): Update definition of sort-lines.
3239         (Columns): Clarify behavior of sort-columns.
3240         (Indent Tabs): Link to Tab Stops in Emacs manual.
3241         (Special Properties): Clarify.
3242         (Clickable Text): Mention Buttons package.
3244 2006-08-12  Kevin Ryde  <user42@zip.com.au>
3246         * os.texi (Time Parsing): Add %z to description of
3247         format-time-string, as per docstring.  Add cross reference to
3248         glibc manual for strftime.
3250 2006-08-08  Richard Stallman  <rms@gnu.org>
3252         * modes.texi: Clean up wording in previous change.
3254 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
3256         * modes.texi (Hooks): Clarify.
3257         (Major Mode Basics): Mention define-derived-mode explicitly.
3258         (Major Mode Conventions): Rebinding RET is OK for some modes.
3259         Mention change-major-mode-hook and after-change-major-mode-hook.
3260         (Example Major Modes): Moved to end of Modes section.
3261         (Mode Line Basics): Clarify.
3262         (Mode Line Data): Mention help-echo and local-map in strings.
3263         Explain reason for treatment of non-risky variables.
3264         (Properties in Mode): Clarify.
3265         (Faces for Font Lock): Add font-lock-negation-char-face.
3267 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
3269         * strings.texi (Formatting Strings): Warn against arbitrary
3270         strings as first arg to `format'.
3272 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
3274         * text.texi (Clickable Text): Mention `help-echo' text property.
3275         Update intro, examples and associated explanations.
3277 2006-07-31  Richard Stallman  <rms@gnu.org>
3279         * commands.texi: Update xrefs.
3280         (Event Mod): New node, cut out from old Translating Input.
3282         * maps.texi: Update xrefs.
3284         * keymaps.texi (Translation Keymaps): New node.
3285         Update xrefs from Translating Input to Translation Keymaps.
3287         * elisp.texi (Top): Update subnode menu.
3289         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3291         * os.texi (System Interface): Fix menu descriptions of some nodes.
3292         (Translating Input): Node deleted.
3294 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3296         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3298         * lists.texi (Sets And Lists): Likewise.
3300 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
3302         * text.texi (Fields): Mention POS
3303         requirement when narrowing is in effect.
3305 2006-07-28  Richard Stallman  <rms@gnu.org>
3307         * display.texi (Face Attributes): Simplify wording.
3308         (Attribute Functions): Clarify meaning of new-frame default
3309         attribute settings.
3311         * customize.texi (Common Keywords): Document how to use
3312         :package-version in a package not in Emacs.
3314 2006-07-28  Kim F. Storm  <storm@cua.dk>
3316         * commands.texi (Reading One Event): Fix last change.
3318 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
3320         * commands.texi (Reading One Event): Document SECONDS argument for
3321         read-event, read-char, and read-char-exclusive.
3323 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3325         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3326         to ensure correct identification.
3328 2006-07-24  Richard Stallman  <rms@gnu.org>
3330         * text.texi (Clickable Text): Clarify.
3332         * sequences.texi (Vector Functions): Delete duplicate xref.
3334         * objects.texi (Function Type): Clarify.
3336         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3337         modes.
3339         * lists.texi (List Variables): New node.
3340         Material moved from other nodes.
3342         * variables.texi (Setting Variables): add-to-list and
3343         add-to-ordered-list moved to List Variables node.
3345 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
3347         * text.texi (Links and Mouse-1):
3348         For mouse-on-link-p, expand on arg POS.
3350 2006-07-21  Kim F. Storm  <storm@cua.dk>
3352         * display.texi (Forcing Redisplay): Don't mention systems which
3353         don't support sub-second timers for redisplay-preemption-period.
3355         * os.texi (Terminal Output): Clarify text vs graphical terminal.
3357 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
3359         * frames.texi (Input Focus): Document that focus-follows-mouse has
3360         no effect on MS-Windows.
3362 2006-07-18  Richard Stallman  <rms@gnu.org>
3364         * display.texi (Forcing Redisplay): Cleanups in previous change.
3366         * processes.texi (Low-Level Network): Make menu more convenient.
3368 2006-07-18  Kim F. Storm  <storm@cua.dk>
3370         * display.texi (Forcing Redisplay): redisplay-preemption-period
3371         only used on window systems.  Add xref to Terminal Output.
3373         * os.texi (Terminal Output): baud-rate only controls preemption on
3374         non-window systems.  Add xref to Forcing Redisplay.
3376         * processes.texi (Low-Level Network): Rename node "Make Network"
3377         to "Network Processes".
3379 2006-07-18  Karl Berry  <karl@gnu.org>
3381         * variables.texi, functions.texi, customize.texi, loading.texi:
3382         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3384 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
3386         * commands.texi (Waiting): Document batch-mode sit-for behavior.
3388 2006-07-17  Richard Stallman  <rms@gnu.org>
3390         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3391         Put period and comma inside quotes.
3393         * loading.texi, markers.texi: Use real doublequote inside menus.
3395         * windows.texi: Put point and comma inside quotes.
3396         (Textual Scrolling): Use @samp for error message.
3398         * variables.texi, tips.texi, syntax.texi, symbols.texi:
3399         * strings.texi, streams.texi, processes.texi, os.texi:
3400         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3401         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3402         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3403         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3404         Put point and comma inside quotes.
3406         * control.texi (Processing of Errors): Add command-error-function.
3408         * variables.texi (File Local Variables): Clarify that
3409         file local variables make buffer-local bindings.
3411         * modes.texi (Syntactic Font Lock): Give default for
3412         font-lock-syntax-table.
3414 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
3416         * text.texi (Special Properties): Clean up previous change.
3418 2006-07-16  Karl Berry  <karl@gnu.org>
3420         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3421         * control.texi: Fix bad page breaks through chapter 10 (control).
3423         * anti.texi (Antinews): Reorder face-attribute fns to avoid
3424         underfull hbox.
3426 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
3428         * text.texi (Special Properties): Describe fontified text property
3429         in relation to a character (not text).
3431 2006-07-15  Kim F. Storm  <storm@cua.dk>
3433         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3434         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3435         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3437         * anti.texi (Antinews): Mention redisplay function.
3438         The kbd macro existed, but was not documented, before 22.x.
3439         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3441 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
3443         * display.texi (Displaying Messages): Add anchor.
3445         * frames.texi (Dialog Boxes): Use it.
3447 2006-07-12  Richard Stallman  <rms@gnu.org>
3449         * objects.texi (Frame Type): Explain nature of frames better.
3451         * frames.texi (Frames): Explain nature of frames better.
3453 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
3455         * tips.texi (Coding Conventions): Explain why use cl at compile time.
3457 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3459         * frames.texi (Window System Selections): Mention scrap support for Mac.
3460         Default value of x-select-enable-clipboard is t on Mac.
3462         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3464 2006-07-11  Kim F. Storm  <storm@cua.dk>
3466         * display.texi (Forcing Redisplay): Add `redisplay' function.
3467         Don't mention (sit-for -1) -- use (redisplay t) instead.
3469         * commands.texi (Waiting): (sit-for -1) is no longer special.
3470         (sit-for 0) is equivalent to (redisplay).
3471         Iconifying/deiconifying no longer makes sit-for return.
3473 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
3475         * display.texi (Buttons): Fix typo.
3477         * index.texi, elisp.texi (New Symbols): Comment node out.
3479 2006-07-09  Richard Stallman  <rms@gnu.org>
3481         * display.texi (Truncation): Clean up previous change.
3483 2006-07-08  Richard Stallman  <rms@gnu.org>
3485         * commands.texi (Interactive Call): Use 3 as prefix in example
3486         for execute-extended-command.
3488         * display.texi (Attribute Functions): Move paragraph about
3489         compatibility with Emacs < 21.
3491 2006-07-09  Kim F. Storm  <storm@cua.dk>
3493         * display.texi (Refresh Screen): Clarify force-window-update.
3494         (Truncation): "Normally" indicated by fringe arrows.
3496 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
3498         * windows.texi (Textual Scrolling, Resizing Windows):
3499         * variables.texi (Constant Variables):
3500         * text.texi (Buffer Contents, Deletion, Changing Properties)
3501         (Property Search, Special Properties, Sticky Properties)
3502         (Links and Mouse-1, Fields, Change Hooks):
3503         * syntax.texi (Syntax Table Functions, Parsing Expressions)
3504         (Categories):
3505         * symbols.texi (Other Plists):
3506         * streams.texi (Output Variables):
3507         * processes.texi (Input to Processes, Query Before Exit):
3508         * positions.texi (Word Motion, Text Lines, List Motion):
3509         * os.texi (Init File, System Environment, Sound Output)
3510         (Session Management):
3511         * nonascii.texi (Text Representations, Character Sets)
3512         (Chars and Bytes, Locales):
3513         * modes.texi (Defining Minor Modes, Header Lines):
3514         * minibuf.texi (Minibuffer Contents):
3515         * markers.texi (Information from Markers):
3516         * lists.texi (List Elements, Building Lists, Association Lists):
3517         * keymaps.texi (Tool Bar):
3518         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3519         * functions.texi (What Is a Function, Mapping Functions):
3520         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3521         (Color Names, Text Terminal Colors, Display Feature Testing):
3522         * files.texi (Visiting Functions, File Name Components)
3523         (Unique File Names, Contents of Directories):
3524         * display.texi (Forcing Redisplay, Displaying Messages)
3525         (Temporary Displays, Font Selection, Auto Faces)
3526         (Font Lookup, Fringe Indicators, Display Margins)
3527         (Image Descriptors, Showing Images, Image Cache, Button Types)
3528         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3529         (Display Table Format, Glyphs):
3530         * control.texi (Iteration):
3531         * commands.texi (Command Loop Info, Adjusting Point):
3532         * backups.texi (Making Backups, Auto-Saving):
3533         Remove @tindex entries.
3535 2006-07-07  Kim F. Storm  <storm@cua.dk>
3537         * display.texi (Fringe Cursors): Fix typo.
3538         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3539         (Overlay Arrow): Default is overlay-arrow fringe indicator.
3541 2006-07-05  Richard Stallman  <rms@gnu.org>
3543         * text.texi (Buffer Contents): Add example of text props
3544         in result of buffer-substring.
3545         (Text Properties): Explain better about use of specific property names.
3546         (Property Search): Some cleanups; reorder some functions.
3548         * keymaps.texi (Changing Key Bindings): Cleanup.
3549         Add xref to Key Binding Conventions.
3551         * display.texi (Attribute Functions): Add examples for
3552         face-attribute-relative-p.
3554         * tips.texi (Coding Conventions): Cleanup last change.
3556 2006-07-05  Karl Berry  <karl@gnu.org>
3558         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3559         Remove @setchapternewpage odd.
3560         Result is 1013 pages, down from 1100.
3562         * anti.texi, customize.texi, display.texi, internals.texi:
3563         * minibuf.texi, modes.texi, tips.texi:
3564         Fix overfull/underfull boxes.
3566 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
3568         * edebug.texi (Instrumenting):
3569         Add Edebug-specific findex for eval-buffer.
3570         * loading.texi (Loading):
3571         Replace eval-current-buffer with eval-buffer.
3573 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
3575         * locals.texi (Standard Buffer-Local Variables): Update the list
3576         of variables.
3578 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
3580         * files.texi (File Name Completion): Point user to the node
3581         "Reading File Names".
3583 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
3585         * files.texi (Contents of Directories): Document case-insensitive
3586         behavior on respective filesystems.
3588         * objects.texi (Character Type): Document that Emacs signals an
3589         error for unsupported Unicode characters specified as \uNNNN.
3591 2006-06-19  Richard Stallman  <rms@gnu.org>
3593         * processes.texi (Bindat Spec): Clarify previous change.
3595 2006-06-16  Richard Stallman  <rms@gnu.org>
3597         * tips.texi (Coding Conventions): Better explain conventions
3598         for definition constructs.
3600         * text.texi (Special Properties): String value of `read-only'
3601         serves as the error message.
3603         * objects.texi (Character Type): Clarify prev. change.
3604         (Non-ASCII in Strings): Mention \u and \U.
3606         * commands.texi (Using Interactive): Explain problem of
3607         markers, etc., in command-history.
3609 2006-06-14  Kim F. Storm  <storm@cua.dk>
3611         * commands.texi (Waiting): Negative arg to sit-for forces
3612         redisplay even if input is pending.
3614         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3615         redisplay.  Remove incorrect example of binding redisplay-dont-pause
3616         around (sit-for 0).
3618 2006-06-13  Richard Stallman  <rms@gnu.org>
3620         * display.texi (Forcing Redisplay): Clarify previous change.
3622 2006-06-13  Romain Francoise  <romain@orebokech.com>
3624         * display.texi (Forcing Redisplay): Fix typo.
3626 2006-06-13  Kim F. Storm  <storm@cua.dk>
3628         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3630 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3632         * tips.texi (Coding Conventions): Add `@end itemize'.
3634 2006-06-10  Richard Stallman  <rms@gnu.org>
3636         * tips.texi (Coding Conventions): Explain use of coding systems
3637         to ensure one decoding for strings.
3639 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
3641         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3642         syntax.
3644 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
3646         * display.texi (Font Selection): Remove description of
3647         clear-face-cache.
3649         * compile.texi (Eval During Compile): Fix a typo.  Add index
3650         entries for possible uses of eval-when-compile.
3652 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
3654         * display.texi (Abstract Display): Fix typo.
3656 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
3658         * minibuf.texi (Minibuffer History) <history-add-new-input>:
3659         Reword variable's description.
3661 2006-06-01  Richard Stallman  <rms@gnu.org>
3663         * windows.texi (Splitting Windows): Clarify splitting nonselected
3664         window.
3666 2006-05-31  Juri Linkov  <juri@jurta.org>
3668         * minibuf.texi (Minibuffer History): Add history-add-new-input.
3670 2006-05-30  Richard Stallman  <rms@gnu.org>
3672         * display.texi (Line Height): Fix errors in description of
3673         default line height and line-height property.
3675         * nonascii.texi (Default Coding Systems): Further clarification.
3677 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3679         * internals.texi (Pure Storage): Mention that an overflow in pure
3680         space causes a memory leak.
3681         (Garbage Collection): If there was an overflow in pure space,
3682         `garbage-collect' returns nil.
3684 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
3686         * nonascii.texi (Default Coding Systems): Fix it some more.
3688 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
3690         * nonascii.texi (Default Coding Systems): Fix last change.
3692 2006-05-29  Kenichi Handa  <handa@m17n.org>
3694         * nonascii.texi (find-operation-coding-system): Describe the new
3695         argument format (FILENAME . BUFFER).
3697 2006-05-28  Richard Stallman  <rms@gnu.org>
3699         * tips.texi (Coding Conventions): Better explain reasons not to
3700         advise other packages or use `eval-after-load'.
3702 2006-05-29  Kim F. Storm  <storm@cua.dk>
3704         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3705         `bindat-idx' and `bindat-raw' for clarity.
3707 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3709         * processes.texi (Bindat Spec): Expand on `repeat' handler.
3711         * display.texi (Display): Add "Abstract Display" to menu.
3712         (Abstract Display, Abstract Display Functions)
3713         (Abstract Display Example): New nodes.
3714         * elisp.texi (Top): Add "Abstract Display" to menu.
3716 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3718         * keymaps.texi (Key Sequences): Link to input events definition.
3719         (Format of Keymaps): Delete material duplicated in Keymap Basics.
3721         * files.texi (Changing Files): Document updated argument list for
3722         copy-file.
3724 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3726         * processes.texi (Bindat Functions): Explain term "total length".
3727         Use it in bindat-length and bindat-pack descriptions.
3729 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3731         * tips.texi (Coding Conventions): Advise against using
3732         eval-after-load in packages.  Add an index entry.
3734 2006-05-25  Juri Linkov  <juri@jurta.org>
3736         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3738         * modes.texi (%-Constructs): Add %e, %z, %Z.
3740 2006-05-25  Richard Stallman  <rms@gnu.org>
3742         * elisp.texi (Top): Update subnode menu.
3744         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3745         (Keymaps): Update menu.
3747 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3749         * keymaps.texi (Key Sequences): Some clarifications.
3751 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3753         * processes.texi (Bindat Functions): Say "unibyte string"
3754         explicitly for bindat-unpack and bindat-pack descriptions.
3755         (Bindat Examples): Don't call `string-make-unibyte' in example.
3757 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3759         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
3760         Explain string and vector representations of key sequences.
3762         * keymaps.texi (Changing Key Bindings):
3763         * commands.texi (Interactive Codes):
3764         * help.texi (Describing Characters): Refer to it.
3766 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
3768         * frames.texi (Pointer Shape): @end table -> @end defvar.
3770 2006-05-22  Richard Stallman  <rms@gnu.org>
3772         * elisp.texi (Top): Update subnode menus.
3774         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3775         Contents rewritten; material from old Pointer Shape node moved here.
3777         * display.texi (Pointer Shape): Node deleted.
3778         (Image Descriptors): Minor cleanup.
3780 2006-05-21  Richard Stallman  <rms@gnu.org>
3782         * syntax.texi (Parsing Expressions): Update info on which STATE
3783         elements are ignored.
3785 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3787         * hooks.texi (Standard Hooks): Correct typo.
3789         * gpl.texi (GPL): ifinfo -> ifnottex.
3791 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
3793         * searching.texi (Simple Match Data): Warn about match data being
3794         set anew by every search.
3796 2006-05-17  Richard Stallman  <rms@gnu.org>
3798         * minibuf.texi (Minibuffer History): Clarify.
3800         * searching.texi (Regexp Special): Clarify nested regexp warning.
3802 2006-05-16  Kim F. Storm  <storm@cua.dk>
3804         * minibuf.texi (Minibuffer History): Update add-to-history.
3806 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
3808         * nonascii.texi (Explicit Encoding): Fix
3809         typo (encoding<->decoding).
3811 2006-05-14  Richard Stallman  <rms@gnu.org>
3813         * buffers.texi (Creating Buffers): Cleanup.
3815         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3817 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
3819         * buffers.texi (Current Buffer): Document that with-temp-buffer
3820         disables undo.
3822         * os.texi (Terminal-Specific): More accurate description of how
3823         Emacs searches for the terminal-specific libraries.
3825 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
3827         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3828         emacs-xtra to @inforef's.
3830         * text.texi (Undo): Document that undo is turned off in buffers
3831         whose names begin with a space.
3833         * buffers.texi (Buffer Names): Add index entries for buffers whose
3834         names begin with a space.
3835         (Creating Buffers): Document that undo is turned off in buffers
3836         whose names begin with a space.
3838         * files.texi (Visiting Functions, Reading from Files)
3839         (Saving Buffers): Mention code and EOL conversions by file I/O
3840         primitives and subroutines.
3842         * nonascii.texi (Lisp and Coding Systems): Document
3843         coding-system-eol-type.  Add index entries for eol conversion.
3845         * display.texi (Defining Faces): Mention `mac', and add an xref to
3846         where window-system is described.
3848 2006-05-10  Richard Stallman  <rms@gnu.org>
3850         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3852 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3854         * variables.texi (File Local Variables): Recommend to quote lambda
3855         expressions in safe-local-variable property.
3857 2006-05-09  Richard Stallman  <rms@gnu.org>
3859         * variables.texi (File Local Variables): Document
3860         safe-local-eval-forms and safe-local-eval-function.
3862 2006-05-07  Kim F. Storm  <storm@cua.dk>
3864         * minibuf.texi (Minibuffer History): Remove keep-dups arg
3865         from add-to-history.
3867 2006-05-07  Romain Francoise  <romain@orebokech.com>
3869         * commands.texi (Event Input Misc):
3870         * compile.texi (Eval During Compile):
3871         * internals.texi (Buffer Internals):
3872         * minibuf.texi (Initial Input):
3873         * nonascii.texi (Scanning Charsets):
3874         * numbers.texi (Comparison of Numbers):
3875         * windows.texi (Textual Scrolling, Vertical Scrolling):
3876         Fix various typos.
3878 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3880         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3881         conditional xref's to either emacs or emacs-xtra, depending on
3882         @iftex/@ifnottex.
3884         * minibuf.texi (Minibuffer History): Document add-to-history.
3886 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3888         * internals.texi (Pure Storage): Mention the pure overflow message
3889         at startup.
3891 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
3893         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3894         (Searching Keymaps): Fix pseudo-Lisp description of keymap
3895         search.
3897 2006-05-01  Richard Stallman  <rms@gnu.org>
3899         * intro.texi (nil and t): Clarify.
3901         * variables.texi (File Local Variables): Suggest using booleanp.
3903 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
3905         * objects.texi (Type Predicates): Fix typos.
3907 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3909         * intro.texi (nil and t): Add booleanp.
3911         * objects.texi (Type Predicates): Add links for booleanp and
3912         string-or-null-p.
3914 2006-04-29  Richard Stallman  <rms@gnu.org>
3916         * modes.texi (Multiline Font Lock): Rename from
3917         Multi line Font Lock Elements.  Much clarification.
3918         (Font Lock Multiline, Region to Fontify): Much clarification.
3920 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3922         * variables.texi (File Local Variables): Remove the special case t for
3923         safe-local-variable.
3925 2006-04-26  Richard Stallman  <rms@gnu.org>
3927         * syntax.texi (Parsing Expressions): Minor cleanup.
3929 2006-04-18  Richard Stallman  <rms@gnu.org>
3931         * tips.texi (Coding Conventions): Explain when the package's
3932         prefix should appear later on (not at the start of the name).
3934         * searching.texi (String Search): Clarify effect of NOERROR.
3936         * modes.texi (Imenu): Clarify what special items do.
3938         * hooks.texi (Standard Hooks): Delete text about old hook names.
3940 2006-04-17  Romain Francoise  <romain@orebokech.com>
3942         * variables.texi (Local Variables): Update the default value of
3943         `max-specpdl-size'.
3945 2006-04-15  Michael Olson  <mwolson@gnu.org>
3947         * processes.texi (Transaction Queues): Mention the new optional
3948         `delay-question' argument for `tq-enqueue'.
3950 2006-04-13  Bill Wohler  <wohler@newt.com>
3952         * customize.texi (Common Keywords): Use dotted notation for
3953         :package-version value.  Specify its values.  Improve documentation
3954         for customize-package-emacs-version-alist.
3956 2006-04-12  Bill Wohler  <wohler@newt.com>
3958         * customize.texi (Common Keywords): Move description of
3959         customize-package-emacs-version-alist to @defvar.
3961 2006-04-10  Bill Wohler  <wohler@newt.com>
3963         * customize.texi (Common Keywords): Add :package-version.
3965 2006-04-10  Kim F. Storm  <storm@cua.dk>
3967         * text.texi (Buffer Contents): Add NOPROPS arg to
3968         filter-buffer-substring.
3970 2006-04-08  Kevin Ryde  <user42@zip.com.au>
3972         * os.texi (Command-Line Arguments): Update xref to emacs manual
3973         "Command Arguments" -> "Emacs Invocation", per change there.
3975 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
3977         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3978         be on one line to help makeinfo not render two spaces after the dot.
3980 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3982         * strings.texi (Predicates for Strings): Add string-or-null-p.
3984 2006-03-28  Kim F. Storm  <storm@cua.dk>
3986         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3987         remarks about systems that don't support fractional seconds.
3989 2006-03-25  Karl Berry  <karl@gnu.org>
3991         * elisp.texi: Use @copyright{} instead of (C), and do not indent
3992         the year list.
3994 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3996         * display.texi (Fringe Indicators): Fix typos.
3998 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4000         * tips.texi (Documentation Tips): One can now also write `program'
4001         in front of a quoted symbol in a docstring to prevent making a
4002         hyperlink.
4004 2006-03-19  Alan Mackenzie  <acm@muc.de>
4006         * text.texi (Special Properties): Clarify `fontified' property.
4008 2006-03-16  Richard Stallman  <rms@gnu.org>
4010         * display.texi (Defining Images): Minor cleanup.
4012 2006-03-16  Bill Wohler  <wohler@newt.com>
4014         * display.texi (Defining Images): In image-load-path-for-library,
4015         prefer user's images.
4017 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4021 2006-03-15  Bill Wohler  <wohler@newt.com>
4023         * display.texi (Defining Images): Fix example in
4024         image-load-path-for-library by not recommending that one binds
4025         image-load-path.  Just defvar it to placate compiler and only use
4026         it if previously defined.
4028 2006-03-14  Bill Wohler  <wohler@newt.com>
4030         * display.texi (Defining Images): In image-load-path-for-library,
4031         always return list of directories.  Update example.
4033 2006-03-14  Alan Mackenzie  <acm@muc.de>
4035         * modes.texi: New node, "Region to Fontify" (for Font Lock).
4036         This describes font-lock-extend-region-function.
4037         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4038         the new node "Region to Fontify".
4040 2006-03-13  Richard Stallman  <rms@gnu.org>
4042         * display.texi (Invisible Text): The impossible position is
4043         now before the invisible text, not after.
4044         (Defining Images): Clean up last change.
4046 2006-03-11  Bill Wohler  <wohler@newt.com>
4048         * display.texi (Defining Images): Add image-load-path-for-library.
4050 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4052         * text.texi (Adaptive Fill): Fix Texinfo usage.
4054         * strings.texi (Creating Strings): Fix Texinfo usage.
4056         * searching.texi (Regexp Special): Use @samp for regular
4057         expressions that are not in Lisp syntax.
4059 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
4061         * searching.texi (Regexp Special): Put remark between parentheses
4062         to avoid misreading.
4064 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
4066         * searching.texi (Syntax of Regexps): More accurately describe
4067         which characters are special in which situations.
4068         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4069         are not special.  Describe in detail when `[' and `]' are special.
4070         (Regexp Backslash): Plenty of regexps with unbalanced square
4071         brackets are valid, so reword that statement.
4073 2006-03-02  Kim F. Storm  <storm@cua.dk>
4075         * keymaps.texi (Tool Bar): Add tool-bar-border.
4077 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
4079         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
4081 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4083         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4085         * files.texi (Locating Files): Suggest additional values for the
4086         SUFFIXES arg of `locate-file'.  Update pxref.
4088         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4089         (How Programs Do Loading): Discuss the effects of Auto Compression
4090         mode on `load'.
4091         (Load Suffixes): New node.
4092         (Library Search): Delete description of `load-suffixes'; it was
4093         moved to "Load Suffixes".
4094         (Autoload, Named Features): Mention `load-suffixes'.
4096 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4098         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4100         * windows.texi (Window Tree): Fix typo.
4102 2006-02-20  Kim F. Storm  <storm@cua.dk>
4104         * display.texi (Fringe Indicators): New section.
4105         Move indicate-empty-lines, indicate-buffer-boundaries, and
4106         default-indicate-buffer-boundaries here.
4107         Add fringe-indicator-alist and default-fringes-indicator-alist.
4108         Add list of logical fringe indicator symbols.
4109         Update list of standard bitmap names.
4110         (Fringe Cursors): New section.
4111         Move overflow-newline-into-fringe here.
4112         Add fringe-cursor-alist and default-fringes-cursor-alist.
4113         Add list of fringe cursor symbols.
4115 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
4117         * commands.texi (Using Interactive): Fix reference to node
4118         "Minibuffers".
4120 2006-02-19  Richard M. Stallman  <rms@gnu.org>
4122         * minibuf.texi (High-Level Completion):
4123         Add xref to read-input-method-name.
4125         * files.texi (Relative File Names): Move file-relative-name here.
4126         (File Name Expansion): From here.  Minor clarifications.
4128         * commands.texi (Using Interactive): Add xrefs about reading input.
4129         Clarify remarks about that moving point and mark.
4130         Put string case before list case.
4132 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
4134         * display.texi (Other Display Specs, Image Descriptors):
4135         Revert erroneous changes.  The previous description of
4136         image-descriptors as `(image . PROPS)' was correct.
4138 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4140         * variables.texi (File Local Variables): Clarifications.
4142 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4144         * variables.texi (File Local Variables): Use @code for a cons
4145         cell, not @var.
4147 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4149         * variables.texi (File Local Variables): Document new file local
4150         variable behavior.
4152 2006-02-10  Kim F. Storm  <storm@cua.dk>
4154         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4156 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
4158         * modes.texi (%-Constructs): Remove obsolete info about
4159         `global-mode-string'.
4161 2006-02-07  Richard M. Stallman  <rms@gnu.org>
4163         * commands.texi (Prefix Command Arguments): Minor cleanup.
4165         * display.texi: "Graphical display", not window system.
4167         * functions.texi (What Is a Function): Fix xref.
4169         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4170         (Changing Key Bindings): Clarify when remapping is better than
4171         substitute-key-definition.
4173 2006-02-02  Richard M. Stallman  <rms@gnu.org>
4175         * minibuf.texi (Basic Completion): Completion alists are risky.
4177         * keymaps.texi (Active Keymaps): Clarifications.
4178         (Searching Keymaps): New node.
4179         (Keymaps): Update menu.
4181         * frames.texi (Layout Parameters): Minor clarification.
4182         (Drag and Drop): New node.
4183         (Frames): Update menu.
4185 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
4187         * display.texi (Other Display Specs, Image Descriptors):
4188         Image description is a list, not a cons cell.
4190 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
4192         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4193         list is not necessarily a list).
4195 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
4197         * frames.texi (Layout Parameters): border-width and
4198         internal-border-width belong to the frame, not the window.
4200 2006-01-19  Richard M. Stallman  <rms@gnu.org>
4202         * nonascii.texi (Translation of Characters): Search cmds use
4203         translation-table-for-input.  Automatically made local.
4205         * markers.texi (Overview of Markers): Count insertion type
4206         as one of a marker's attributes.
4208         * keymaps.texi (Controlling Active Maps): New node, split out of
4209         Active Keymaps.
4210         (Keymaps): Menu updated.
4211         (Active Keymaps): Give pseudocode to explain how the active
4212         maps are searched.  current-active-maps and key-binding moved here.
4213         (Functions for Key Lookup): current-active-maps and key-binding moved.
4214         Clarifications.
4215         (Searching the Keymaps): New subnode.
4217         * elisp.texi (Top): Menu clarification.
4219         * display.texi (Other Display Specs): Delete duplicate entry for
4220         just a string as display spec.  Move text about recursive display
4221         specs on such a string.
4223         * commands.texi (Key Sequence Input): Clarify.
4224         Move num-nonmacro-input-events out.
4225         (Reading One Event): num-nonmacro-input-events moved here.
4227 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
4229         * advice.texi (Simple Advice): Update example to fit argument
4230         change in previous-line.
4232 2006-01-05  Richard M. Stallman  <rms@gnu.org>
4234         * markers.texi (The Mark): Fix in `mark'.
4236 2006-01-04  Richard M. Stallman  <rms@gnu.org>
4238         * processes.texi (Misc Network, Make Network): Minor cleanups.
4240 2006-01-04  Kim F. Storm  <storm@cua.dk>
4242         * processes.texi (Make Network): Add IPv6 addresses and handling.
4243         (Network Feature Testing): Mention (:family ipv6).
4244         (Misc Network): Add IPv6 formats to format-network-address.
4246 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4248         * text.texi (Changing Properties):
4249         Don't use return value of set-text-properties.
4251 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4253         * modes.texi (Mode Line Format): Correct typo in menu.
4255 2005-12-29  Richard M. Stallman  <rms@gnu.org>
4257         * modes.texi (Mode Line Top): New node.
4258         (Mode Line Data): Some text moved to new node.
4259         Explain the data structure more concretely.
4260         (Mode Line Basics): Clarifications.
4261         (Mode Line Variables): Clarify intro paragraph.
4262         (%-Constructs): Clarify intro paragraph.
4263         (Mode Line Format): Update menu.
4265 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4267         * minibuf.texi (Basic Completion): Update lazy-completion-table
4268         examples for removal of ARGS argument.
4270 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4272         * text.texi (Undo): Restore some explanation from the version
4273         that was deleted.
4275 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
4277         * text.texi (Undo): Remove duplicate descriptions of `apply
4278         funname' and `apply delta' elements of the undo list.
4280 2005-12-20  Richard M. Stallman  <rms@gnu.org>
4282         * help.texi (Help Functions): Update documentation of `apropos'.
4284 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
4286         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4287         because it is confusing.  If the :help-echo keyword is a function,
4288         it is not directly used as the :help-echo overlay property, as the
4289         xref seems to suggest (it does not take the appropriate args).
4291 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4293         * customize.texi (Common Keywords): Fix Texinfo usage.
4294         (Group Definitions, Variable Definitions): Update for new
4295         conventions for using `*' in docstrings.
4297         * tips.texi (Documentation Tips): Update for new conventions for
4298         using `*' in docstrings.
4300 2005-12-16  Richard M. Stallman  <rms@gnu.org>
4302         * minibuf.texi (Minibuffer Contents): Minor cleanup.
4304 2005-12-16  Juri Linkov  <juri@jurta.org>
4306         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4308 2005-12-14  Romain Francoise  <romain@orebokech.com>
4310         * modes.texi (Customizing Keywords): Rename `append' to `how'.
4311         Fix typo.
4313 2005-12-11  Juri Linkov  <juri@jurta.org>
4315         * minibuf.texi (Completion Commands): Add mention of read-file-name
4316         for filename completion keymaps.
4317         (Reading File Names): Add mention of filename completion keymaps
4318         for read-file-name and xref to `Completion Commands'.
4320 2005-12-10  Richard M. Stallman  <rms@gnu.org>
4322         * customize.texi (Common Keywords): State caveats for use of :tag.
4324 2005-12-08  Richard M. Stallman  <rms@gnu.org>
4326         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4327         with xrefs and better explanation.
4328         (Completion Commands): Add the filename completion maps.
4330         * objects.texi (Character Type): Clarify that \s is not space
4331         if a dash follows.
4333 2005-12-05  Richard M. Stallman  <rms@gnu.org>
4335         * windows.texi (Resizing Windows): Delete preserve-before args.
4337 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4339         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4340         in full keymaps, since the quirk has been fixed.
4342 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4344         * hooks.texi (Standard Hooks): Add index entries.  Mention
4345         `compilation-finish-functions'.
4347 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4349         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4351 2005-11-21  Juri Linkov  <juri@jurta.org>
4353         * customize.texi (Common Keywords): Update links types
4354         custom-manual and url-link.  Add link types emacs-library-link,
4355         file-link, function-link, variable-link, custom-group-link.
4357 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4359         * display.texi: Revert 2005-11-20 change.
4361 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
4363         * processes.texi (Bindat Functions):
4364         Say "third" to refer to zero-based index "2".
4366 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
4368         * loading.texi (Library Search): Update the default value of
4369         `load-suffixes'.
4371 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4373         * display.texi (Attribute Functions): Mention :ignore-defface.
4375 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4377         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4378         (Minor Mode Conventions): Mention the use of a hook.
4380 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4382         * files.texi (Magic File Names): find-file-name-handler checks the
4383         `operations' property of the handler.
4385 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4387         * variables.texi (Frame-Local Variables): Small clarification.
4389 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4391         * os.texi (Init File): Document ~/.emacs.d/init.el.
4393 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4395         * internals.texi (Garbage Collection): Document memory-full.
4397 2005-10-28  Bill Wohler  <wohler@newt.com>
4399         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4400         for URLs.
4402 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4404         * minibuf.texi (Completion Commands): Clean up prev change.
4406 2005-10-26  Kevin Ryde  <user42@zip.com.au>
4408         * compile.texi (Eval During Compile): Explain recommended uses
4409         of eval-when-compile and eval-and-compile.
4411 2005-10-27  Masatake YAMATO  <jet@gyve.org>
4413         * minibuf.texi (Completion Commands):
4414         Write about new optional argument for `display-completion-list'.
4416 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4418         * display.texi (Overlay Arrow): Clarify about local bindings of
4419         overlay-arrow-position.
4421 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
4423         * internals.texi (Building Emacs): Fix last change.
4425 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4427         * internals.texi (Building Emacs): Document eval-at-startup.
4429 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4431         * loading.texi (Where Defined): load-history contains abs file names.
4432         symbol-file returns abs file names.
4434 2005-10-19  Kim F. Storm  <storm@cua.dk>
4436         * display.texi (Showing Images): Add max-image-size integer value.
4438 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4440         * display.texi (Showing Images): Document max-image-size.
4442 2005-10-17  Richard M. Stallman  <rms@gnu.org>
4444         * commands.texi (Quitting): Minor clarification.
4446         * processes.texi (Sentinels): Clarify about output and quitting.
4447         (Filter Functions): Mention with-local-quit.
4449 2005-10-17  Juri Linkov  <juri@jurta.org>
4451         * buffers.texi (Current Buffer):
4452         * commands.texi (Event Input Misc):
4453         * compile.texi (Eval During Compile, Compiler Errors):
4454         * customize.texi (Group Definitions):
4455         * display.texi (Progress, Defining Faces):
4456         * files.texi (Writing to Files):
4457         * modes.texi (Mode Hooks, Defining Minor Modes):
4458         * streams.texi (Output Functions):
4459         * syntax.texi (Syntax Table Functions):
4460         * text.texi (Change Hooks):
4461         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4463         * commands.texi (Quitting): Replace arg `forms' with `body' in
4464         `with-local-quit'.
4466         * positions.texi (Excursions): Replace arg `forms' with `body' in
4467         `save-excursion'.
4469 2005-10-08  Kim F. Storm  <storm@cua.dk>
4471         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4472         Rename manual section accordingly.
4474 2005-10-04  Kim F. Storm  <storm@cua.dk>
4476         * windows.texi (Window Split Tree): New section describing
4477         new function window-split-tree function.
4479 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
4481         * display.texi (Fringe Size/Pos): Simplify and add detail.
4483 2005-09-30  Romain Francoise  <romain@orebokech.com>
4485         * minibuf.texi (High-Level Completion): Explain that the prompt
4486         given to `read-buffer' should end with a colon and a space.
4487         Update usage examples.
4489 2005-09-29  Juri Linkov  <juri@jurta.org>
4491         * display.texi (Displaying Messages): Rename argument name
4492         `string' to `format-string' in functions `message', `message-box',
4493         `message-or-box'.
4495 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
4497         * errors.texi (Standard Errors): Correct xrefs.
4499 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4501         * display.texi (Defining Images): Update documentation for
4502         `image-load-path'.
4504 2005-09-17  Richard M. Stallman  <rms@gnu.org>
4506         * display.texi (Defining Images): Clean up previous change.
4508 2005-09-16  Romain Francoise  <romain@orebokech.com>
4510         * elisp.texi: Specify GFDL version 1.2.
4512         * doclicense.texi (GNU Free Documentation License): Update to
4513         version 1.2.
4515 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4517         * display.texi (Defining Images): Document `image-load-path'.
4519 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4521         * objects.texi (Printed Representation): Minor cleanup.
4522         (Box Diagrams): Minor fix.
4523         (Cons Cell Type): Move (...) index item here.
4524         (Box Diagrams): From here.
4525         (Array Type): Minor fix.
4526         (Type Predicates): Delete index "predicates".
4527         (Hash Table Type): Clarify xref.
4528         (Dotted Pair Notation): Minor fix.
4530 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
4532         * files.texi (Saving Buffers): Fix typo.
4534 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4536         * tips.texi (Programming Tips): Correct the "default" prompt spec.
4538 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4540         * locals.texi (Standard Buffer-Local Variables): Don't include
4541         mode variables for minor modes.
4542         Fix xrefs for buffer-display-count, buffer-display-table,
4543         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4544         enable-multibyte-characters, fill-column, header-line-format,
4545         left-fringe-width, left-margin, and right-fringe-width.
4547         * hooks.texi (Standard Hooks): All hooks should conform to the
4548         standard naming convention now.
4549         Fix xref for `echo-area-clear-hook'.
4551         * display.texi (Usual Display): Note that indicate-empty-lines and
4552         tab-width are buffer-local.
4554         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4556         * modes.texi (Mode Help): Note that major-mode is buffer-local.
4558         * nonascii.texi (Encoding and I/O): Note that
4559         buffer-file-coding-system is buffer-local.
4561         * positions.texi (List Motion): Note that defun-prompt-regexp is
4562         buffer-local.
4564         * text.texi (Auto Filling): Note that auto-fill-function is
4565         buffer-local.
4566         (Undo): Note that buffer-undo-list is buffer-local.
4568         * windows.texi (Buffers and Windows): Document
4569         buffer-display-count.
4571 2005-09-06  Richard M. Stallman  <rms@gnu.org>
4573         * tips.texi (Coding Conventions): Sometimes it is ok to put the
4574         package prefix elsewhere than at the start of the name.
4576 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4578         * tips.texi (Programming Tips): Add conventions for minibuffer
4579         questions and prompts.
4581 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
4583         * intro.texi (nil and t): Minor cleanup.
4584         Delete spurious mention of keyword symbols.
4585         (Evaluation Notation): Add index entry.
4586         (A Sample Function Description): Minor cleanup.
4587         (A Sample Variable Description): Not all vars can be set.
4589 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
4591         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4593         (Insertion): Document precise type of `insert-char' arg COUNT.
4595 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4597         * modes.texi (Other Font Lock Variables): Sync the default of
4598         font-lock-lines-before.
4600 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4602         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4604 2005-08-29  Richard M. Stallman  <rms@gnu.org>
4606         * elisp.texi (Top): Update subnode menu.
4608         * searching.texi (Searching and Matching): Move node.
4609         Rearrange contents and add overall explanation.
4610         (Searching and Case): Move node.
4611         (Searching and Matching): Update menu.
4613 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4615         * os.texi (Startup Summary): Fix the description of the initial
4616         startup message display.
4618 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4620         * searching.texi (Search and Replace): Add replace-regexp-in-string.
4622 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
4624         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4625         `next-overlay-change' example.
4627 2005-08-22  Juri Linkov  <juri@jurta.org>
4629         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4630         Fix invert-face.  Fix args of face-background.
4632         * display.texi (Standard Faces): Delete node.
4633         (Faces): Add xref to `(emacs)Standard Faces'.
4634         (Displaying Faces): Fix xref to `Standard Faces'.
4636         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4638 2005-08-20  Alan Mackenzie  <acm@muc.de>
4640         * buffers.texi (The Buffer List): Clarify the manipulation of the
4641         buffer list.
4643 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4645         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4646         a regexp.
4648 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4650         * elisp.texi (Top): Update subnode lists.
4652         * display.texi (Inverse Video): Node deleted.
4654         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4655         New nodes split out of Coding Conventions.
4657         * searching.texi (Regular Expressions): Document re-builder.
4659         * os.texi (Time Parsing): New node split out of Time Conversion.
4661         * processes.texi (Misc Network, Network Feature Testing)
4662         (Network Options, Make Network): New nodes split out of
4663         Low-Level Network.
4665 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4667         * frames.texi (Geometry): New node, split from Size and Position.
4668         (Frame Parameters): Refer to Geometry.
4670         * buffers.texi (The Buffer List): Fix xrefs.
4672         * windows.texi (Splitting Windows): Fix xref.
4674         * frames.texi (Layout Parameters): Add xref.
4676         * display.texi (Line Height, Scroll Bars): Fix xrefs.
4678         * keymaps.texi (Menu Bar): Fix xref.
4680         * locals.texi (Standard Buffer-Local Variables): Fix xref.
4682         * modes.texi (%-Constructs): Fix xref.
4684         * frames.texi (Window Frame Parameters): Node split up.
4685         (Basic Parameters, Position Parameters, Size Parameters)
4686         (Layout Parameters, Buffer Parameters, Management Parameters)
4687         (Cursor Parameters, Color Parameters): New subnodes.
4689 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4691         * positions.texi (Screen Lines): Update xref for previous change
4692         in minibuf.texi.
4694         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4695         change in minibuf.texi.
4697 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4699         * tips.texi (Coding Conventions): Minor cleanup.
4701         * modes.texi (Defining Minor Modes): Explain when init-value
4702         can be non-nil.
4704         * elisp.texi (Top): Update submenu for Minibuffer.
4706         * minibuf.texi (Minibuffer Misc): Node split up.
4707         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4708         (Recursive Mini): New nodes split out from Minibuffer Misc.
4709         (Minibuffer Misc): Document max-mini-window-height.
4711         * hash.texi (Defining Hash): Delete stray paren in example.
4713         * display.texi (Echo Area Customization): Don't define
4714         max-mini-window-height here; xref instead.
4716         * commands.texi (Event Input Misc): Update while-no-input.
4718         * advice.texi (Advising Functions): Explain when to use advice
4719         and when to use a hook.
4721 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
4723         * makefile.w32-in (info): Don't run install-info.
4724         ($(infodir)/dir): New target, produced by running install-info.
4726 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
4728         * modes.texi (Defining Minor Modes): The keyword for the initial
4729         value is :init-value, not :initial-value.
4731 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
4733         * loading.texi (Autoload): Make the `doctor' example be consistent
4734         with what's in current loaddefs.el.  Describe the "fn" magic in
4735         the usage portion of the doc string.
4737 2005-07-22  Richard M. Stallman  <rms@gnu.org>
4739         * internals.texi (Garbage Collection): Clarify previous change.
4741 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         * internals.texi (Garbage Collection): Add gc-cons-percentage.
4745 2005-07-18  Juri Linkov  <juri@jurta.org>
4747         * commands.texi (Accessing Events):
4748         * frames.texi (Text Terminal Colors, Resources):
4749         * markers.texi (The Mark):
4750         * modes.texi (Defining Minor Modes):
4751         Delete duplicate duplicate words.
4753 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4755         * display.texi (Managing Overlays): Clarify make-overlay
4756         args for insertion types.
4758 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4760         * customize.texi (Variable Definitions):
4761         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4762         `standard-value' is a list too.
4763         (Defining New Types): Use @key{RET} instead of @key{ret}.
4765 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4767         * os.texi (Translating Input): Fix typo.
4769 2005-07-08  Richard M. Stallman  <rms@gnu.org>
4771         * README: Update edition number and size estimate.
4773         * elisp.texi (VERSION): Set to 2.9.
4775 2005-07-07  Richard M. Stallman  <rms@gnu.org>
4777         * book-spine.texinfo: Update Emacs version.
4779         * display.texi (Inverse Video): Delete mode-line-inverse-video.
4781 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4783         * searching.texi (Regexp Search): Clarify what re-search-forward
4784         does when the search fails.
4786 2005-07-05  Lute Kamstra  <lute@gnu.org>
4788         * Update FSF's address in GPL notices.
4790         * doclicense.texi (GNU Free Documentation License):
4791         * gpl.texi (GPL):
4792         * tips.texi (Coding Conventions, Library Headers):
4793         * vol1.texi:
4794         * vol2.texi: Update FSF's address.
4796 2005-07-04  Richard M. Stallman  <rms@gnu.org>
4798         * hooks.texi (Standard Hooks): Add occur-hook.
4800 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
4802         * display.texi (The Echo Area): Correct menu.
4804 2005-07-03  Richard M. Stallman  <rms@gnu.org>
4806         * elisp.texi (Top): Update subnode menu for Display.
4808         * display.texi (Displaying Messages): New node, with most
4809         of what was in The Echo Area.
4810         (Progress): Moved under The Echo Area.
4811         (Logging Messages): New node with new text.
4812         (Echo Area Customization): New node, the rest of what was
4813         in The Echo Area.  Document message-truncate-lines with @defvar.
4814         (Display): Update menu.
4816         * windows.texi (Textual Scrolling): Doc 3 values for
4817         scroll-preserve-screen-position.
4819         * text.texi (Special Properties): Change hook functions
4820         should bind inhibit-modification-hooks around altering buffer text.
4822         * keymaps.texi (Key Binding Commands): Call binding BINDING
4823         rather than DEFINITION.
4825 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4827         * variables.texi (Defining Variables): `user-variable-p' returns t
4828         for aliases of user options, nil for alias loops.
4830 2005-06-28  Richard M. Stallman  <rms@gnu.org>
4832         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4833         make-keymap.
4835 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
4837         * variables.texi (Setting Variables): Correct and clarify
4838         description of `add-to-ordered-list'.
4840 2005-06-26  Richard M. Stallman  <rms@gnu.org>
4842         * display.texi (Faces): Minor cleanup.
4844 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
4846         * display.texi (Faces): `facep' returns t for strings that are
4847         face names.
4849 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4851         * objects.texi (Equality Predicates): Clarify meaning of equal.
4853         * windows.texi (Selecting Windows): save-selected-window
4854         and with-selected-window save and restore the current buffer.
4856 2005-06-24  Richard M. Stallman  <rms@gnu.org>
4858         * numbers.texi (Float Basics): Explain how to test for NaN,
4859         and printing the sign of NaNs.
4861 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
4863         * makefile.w32-in (MAKEINFO): Use --force.
4865 2005-06-23  Richard M. Stallman  <rms@gnu.org>
4867         * display.texi (Face Functions): Correct Texinfo usage.
4869 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4871         * lists.texi (Rings): `ring-elements' now returns the elements of
4872         RING in order.
4874 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
4876         * markers.texi (The Mark): Texinfo usage fix.
4878 2005-06-23  Kim F. Storm  <storm@cua.dk>
4880         * searching.texi (Entire Match Data): Remove evaporate option for
4881         match-data.  Do not mention evaporate option for set-match-data.
4883 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
4885         * display.texi (Face Functions): Mention face aliases.
4887 2005-06-21  Richard M. Stallman  <rms@gnu.org>
4889         * anti.texi (Antinews): Texinfo usage fix.
4891 2005-06-21  Karl Berry  <karl@gnu.org>
4893         * elisp.texi: Use @copying.
4895         * elisp.texi: Put @summarycontents and @contents before the Top
4896         node, instead of the end of the file, so that the contents appear
4897         in the right place in the dvi/pdf output.
4899 2005-06-21  Juri Linkov  <juri@jurta.org>
4901         * display.texi (Defining Faces): Add `customized-face'.
4903 2005-06-20  Kim F. Storm  <storm@cua.dk>
4905         * variables.texi (Setting Variables): Any type of element can be
4906         given order in add-to-ordered-list.  Compare elements with eq.
4908         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4910 2005-06-20  Karl Berry  <karl@gnu.org>
4912         * syntax.texi (Syntax Flags): Make last column very slightly wider
4913         to avoid "generic comment" breaking on two lines and causing an
4914         underfull box.
4916 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4918         * lists.texi (Rings): Various minor clarifications and corrections.
4920 2005-06-18  Richard M. Stallman  <rms@gnu.org>
4922         * functions.texi (Obsolete Functions): Simplify.
4924         * variables.texi (Variable Aliases): Simplify.
4926         * anti.texi, backups.texi, compile.texi, customization.texi:
4927         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4928         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4929         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4930         * variables.texi: Fix formatting ugliness.
4932         * elisp.texi: Add links to Rings and Byte Packing.
4933         Update version and copyright years.
4935         * minibuf.texi: Fix formatting ugliness.
4936         (Completion Commands): Move keymap vars to the end
4937         and vars completing-read binds to the top.
4939 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4941         * processes.texi: Fix typos.
4942         (Bindat Spec): Correct Texinfo error.
4943         (Byte Packing): Fix ungrammatical sentence.
4945 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
4947         * lists.texi (Rings): New node.
4948         (Lists): Add it to menu.
4950         * processes.texi (Byte Packing): New node.
4951         (Processes): Add it to menu.
4953 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4955         * syntax.texi (Parsing Expressions): Fix texinfo usage.
4957         * help.texi (Documentation Basics): Explain the xref to
4958         Documentation Tips.
4960         * debugging.texi (Debugger Commands): Minor fix.
4962 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
4964         * edebug.texi (Instrumenting): Eliminate duplicate link.
4965         (Specification List): Replace references to "below", referring to
4966         a later node, with one @ref to that node.
4968         * os.texi (Timers): Timers should save and restore the match data
4969         if they change it.
4971         * debugging.texi (Debugger Commands): Mention that the Lisp
4972         debugger can not step through primitive functions.
4974 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4976         * functions.texi (Obsolete Functions): Update argument names of
4977         `make-obsolete' and `define-obsolete-function-alias'.
4979         * variables.texi (Variable Aliases): Update argument names of
4980         `defvaralias', `make-obsolete-variable' and
4981         `define-obsolete-variable-alias'.
4983 2005-06-15  Kim F. Storm  <storm@cua.dk>
4985         * searching.texi (Entire Match Data): Rephrase warnings about
4986         evaporate arg to match-data and set-match-data.
4988 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4990         * elisp.texi (Top): Update detailed menu.
4992         * edebug.texi (Edebug): Update menu.
4993         (Instrumenting): Update xrefs.
4994         (Edebug Execution Modes): Correct xref.
4995         (Jumping): Clarify description of `h' command.
4996         Eliminate redundant @ref.
4997         (Breaks): New node.
4998         (Breakpoints): Is now a subsubsection.
4999         (Global Break Condition): Mention `C-x X X'.
5000         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
5001         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5002         (Edebug Display Update): Correct pxref.
5003         (Edebug and Macros): New node.
5004         (Instrumenting Macro Calls): Is now a subsubsection.
5005         Neither arg of `def-edebug-spec' is evaluated.
5006         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5007         (Specification Examples): Fix typo.
5009 2005-06-14  Lute Kamstra  <lute@gnu.org>
5011         * debugging.texi (Function Debugging): Primitives can break on
5012         entry too.
5014 2005-06-14  Kim F. Storm  <storm@cua.dk>
5016         * variables.texi (Setting Variables): Add add-to-ordered-list.
5018 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * syntax.texi (Parsing Expressions): Document aux functions and vars of
5021         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5023 2005-06-13  Lute Kamstra  <lute@gnu.org>
5025         * text.texi (Special Properties): Fix cross reference.
5027 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5029         * debugging.texi (Function Debugging): Delete mention of empty
5030         string argument to `cancel-debug-on-entry'.  Delete inaccurate
5031         description of the return value of that command.
5033 2005-06-11  Alan Mackenzie  <acm@muc.de>
5035         * text.texi (Adaptive Fill): Amplify the description of
5036         fill-context-prefix.
5038 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5040         * syntax.texi (Parsing Expressions): Fix Texinfo error.
5042 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5044         * syntax.texi (Parsing Expressions): Document syntax-ppss.
5046 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5048         * debugging.texi (Error Debugging): Minor rewording.
5049         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5050         is optional.
5052 2005-06-10  Lute Kamstra  <lute@gnu.org>
5054         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5055         (Top): Give it a title.  Correct version number.  Give the
5056         detailed node listing a more prominent header.
5057         * intro.texi: Don't set VERSION here a second time.
5058         Mention Emacs's version too.
5059         * anti.texi (Antinews): Use EMACSVER to refer to the current
5060         version of Emacs.
5062 2005-06-09  Kim F. Storm  <storm@cua.dk>
5064         * searching.texi (Entire Match Data): Explain new `reseat' argument to
5065         match-data and set-match-data.
5067 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5069         * searching.texi (Entire Match Data): Clarify when match-data
5070         returns markers and when integers.
5072         * display.texi (Defining Faces): Explain that face name should not
5073         end in `-face'.
5075         * modes.texi (Mode Line Data): Minor cleanup.
5076         (Customizing Keywords): Node split out of Search-based Fontification.
5077         Add example of using font-lock-add-keywords from a hook.
5078         Clarify when MODE should be non-nil, and when nil.
5080 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5082         * modes.texi (Mode Line Data): Explain what happens when the car
5083         of a list is a void symbol.
5084         (Search-based Fontification): Explain MODE arg to
5085         font-lock-add-keywords and warn about calls from major modes.
5087 2005-06-08  Juri Linkov  <juri@jurta.org>
5089         * display.texi (Standard Faces): Add `shadow' face.
5091 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5093         * modes.texi (Major Mode Conventions): A derived mode only needs
5094         to put the call to the parent mode inside `delay-mode-hooks'.
5096 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5098         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5099         new, and what that implies.  Clarify.
5101         * files.texi (Locating Files): Clean up the text.
5103         * frames.texi (Window Frame Parameters): Document user-size.
5104         Shorten entry for top by referring to left.
5106 2005-05-26  Richard M. Stallman  <rms@gnu.org>
5108         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5109         is new, and what the implications are.  Other clarifications.
5111 2005-05-24  Richard M. Stallman  <rms@gnu.org>
5113         * frames.texi (Dialog Boxes): Minor fixes.
5115 2005-05-25  Masatake YAMATO  <jet@gyve.org>
5117         * display.texi (Standard Faces): Write about `mode-line-highlight'.
5119 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5121         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5122         is optional.
5124 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5126         * frames.texi (Dialog Boxes): Describe new optional argument.
5128 2005-05-23  Lute Kamstra  <lute@gnu.org>
5130         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5131         syntax-begin-function over font-lock-beginning-of-syntax-function.
5133 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5135         * minibuf.texi (Reading File Names): Update description of
5136         `read-directory-name'.
5138         * modes.texi (Derived Modes): Clarify :group keyword.
5140 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5142         * files.texi (Locating Files): New subsection.
5143         Describe locate-file and executable-find.
5145 2005-05-21  Kevin Ryde  <user42@zip.com.au>
5147         * frames.texi (Initial Parameters): Update cross reference to
5148         "Emacs Invocation".
5150 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5152         * keymaps.texi (Active Keymaps): Add anchor.
5154         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5155         (Major Mode Conventions): Refer to `Auto Major Mode' in more
5156         appropriate place.
5157         (Derived Modes): Small clarifications.
5158         (Minor Mode Conventions, Keymaps and Minor Modes):
5159         Replace references to nodes with references to anchors.
5160         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5161         Clarify description of lists whose first element is an integer.
5162         (Mode Line Variables): Add anchor.
5163         (%-Constructs): Clarify description of integer after %.
5164         (Emulating Mode Line): Describe nil value for FACE.
5166 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5168         * modes.texi (Derived Modes): Correct references to non-existing
5169         variable standard-syntax-table.
5171 2005-05-17  Lute Kamstra  <lute@gnu.org>
5173         * modes.texi (Defining Minor Modes): Mention the mode hook.
5175 2005-05-15  Kim F. Storm  <storm@cua.dk>
5177         * processes.texi (Network): Remove open-network-stream-nowait.
5178         (Network Servers): Remove open-network-stream-server.
5180 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
5182         * elisp.texi (Top): Update detailed menu.
5184         * variables.texi: Reorder nodes.
5185         (Variables): Update menu.
5186         (File Local Variables): Do not refer to the `-*-' line as
5187         a "local variables list".  Add pxref.
5189 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5191         * elisp.texi (Top): Update detailed menu for node changes.
5193         * modes.texi (Modes): Update Menu.
5194         (Hooks): Move to beginning of chapter.
5195         Most minor modes run mode hooks too.
5196         `add-hook' can handle void hooks or hooks whose value is a single
5197         function.
5198         (Major Modes): Update Menu.
5199         (Major Mode Basics): New node, split off from `Major Modes'.
5200         (Major Mode Conventions): Correct xref.  Explain how to handle
5201         auto-mode-alist if the major mode command has an autoload cookie.
5202         (Auto Major Mode): Major update.  Add magic-mode-alist.
5203         (Derived Modes): Major update.
5204         (Mode Line Format): Update Menu.
5205         (Mode Line Basics): New node, split off from `Mode Line Format'.
5207         * loading.texi (Autoload): Mention `autoload cookie' as synonym
5208         for `magic autoload comment'.  Add index entries and anchor.
5210 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5212         * tips.texi (Coding Conventions): Explain how important it is
5213         that just loading certain files not change Emacs behavior.
5215         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5217 2005-05-12  Lute Kamstra  <lute@gnu.org>
5219         * modes.texi (Generic Modes): Update.
5220         (Major Modes): Refer to node "Generic Modes".
5222         * elisp.texi (Top): Update to the current structure of the manual.
5223         * processes.texi (Processes): Add menu description.
5224         * customize.texi (Customization): Add menu descriptions.
5226 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
5228         * processes.texi (Signals to Processes)
5229         (Low-Level Network): Fix typos.
5231 2005-05-11  Lute Kamstra  <lute@gnu.org>
5233         * elisp.texi (Top): Add some nodes from the chapter "Major and
5234         Minor Modes" to the detailed node listing.
5236 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5238         * keymaps.texi (Extended Menu Items): Menu item filter functions
5239         can be called at any time.
5241 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5243         * variables.texi (File Local Variables): `(hack-local-variables t)'
5244         now also checks whether a mode is specified in the local variables
5245         list.
5247 2005-05-05  Kevin Ryde  <user42@zip.com.au>
5249         * display.texi (The Echo Area): Correct format function cross
5250         reference.
5252 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5254         * variables.texi (Variable Aliases): Change description of
5255         `define-obsolete-variable-alias'.
5257         * functions.texi (Functions): Add "Obsolete Functions" to menu.
5258         (Defining Functions): Add xref.
5259         (Obsolete Functions): New node.
5260         (Function Safety): Standardize capitalization of section title.
5262         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5263         (Dialog Boxes): Complete description of `x-popup-dialog'.
5265 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5267         * commands.texi (Interactive Codes): Fix Texinfo usage.
5268         Document U more clearly.
5270 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5272         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5273         function and not a macro.
5275         * frames.texi (Pop-Up Menus): Correct and clarify description of
5276         `x-popup-menu'.
5277         (Dialog Boxes): Clarify description of `x-popup-dialog'.
5279 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5281         * edebug.texi (Checking Whether to Stop): Fix previous change.
5283 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5285         * display.texi: Fix typos and Texinfo usage.
5287         * edebug.texi (Checking Whether to Stop): executing-macro ->
5288         executing-kbd-macro.
5290 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5292         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5294 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5296         * files.texi (Magic File Names): Document `operations' property.
5298 2005-04-29  Lute Kamstra  <lute@gnu.org>
5300         * modes.texi (Generic Modes): New node.
5301         (Major Modes): Add it to the menu.
5302         (Derived Modes): Add "derived mode" to concept index.
5304 2005-04-28  Lute Kamstra  <lute@gnu.org>
5306         * modes.texi (Defining Minor Modes): Fix previous change.
5307         (Font Lock Mode): Simplify.
5308         (Font Lock Basics): Say that font-lock-defaults is buffer-local
5309         when set and that some parts are optional.  Add cross references.
5310         (Search-based Fontification): Say how to specify font-lock-keywords.
5311         Add cross references.  Add font-lock-multiline to index.
5312         Move font-lock-keywords-case-fold-search here from node "Other Font
5313         Lock Variables".  Document font-lock-add-keywords and
5314         font-lock-remove-keywords.
5315         (Other Font Lock Variables): Move font-lock-keywords-only,
5316         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5317         and font-lock-syntactic-face-function to node "Syntactic Font
5318         Lock".  Move font-lock-keywords-case-fold-search to node
5319         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
5320         and font-lock-{,un}fontify-{buffer,region}-function.
5321         (Precalculated Fontification): Remove reference to deleted variable
5322         font-lock-core-only.
5323         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5324         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
5325         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5326         and font-lock-syntactic-face-function here from node "Other Font
5327         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
5328         Syntax Properties".  Add cross references.
5329         (Setting Syntax Properties): New node.
5330         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5331         * syntax.texi (Syntax Properties): Add cross reference.
5332         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5334 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5336         * display.texi (Defining Faces):
5337         Document `default' elements of defface spec.
5339         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5341         * variables.texi (Variable Aliases): Clarify text.
5343 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
5345         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5347 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5349         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5351 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5353         * syntax.texi (Syntax Table Internals): Elaborate documentation of
5354         syntax-after and syntax-class.
5356         * files.texi (Changing Files): Fix last change's cross-reference.
5357         (Unique File Names): Don't mention "numbers" in the documentation
5358         of make-temp-file and make-temp-name.
5360 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5362         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5364 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5366         * windows.texi (Cyclic Window Ordering): Clarify window-list.
5368 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5370         * variables.texi (Variable Aliases): Describe make-obsolete-variable
5371         and define-obsolete-variable-alias.
5373 2005-04-22  Kim F. Storm  <storm@cua.dk>
5375         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5376         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5378 2005-04-21  Lute Kamstra  <lute@gnu.org>
5380         * lists.texi (Association Lists): Document rassq-delete-all.
5382 2005-04-19  Richard M. Stallman  <rms@gnu.org>
5384         * modes.texi (Search-based Fontification): Explain that
5385         facespec is an expression to be evaluated.
5387 2005-04-19  Kevin Ryde  <user42@zip.com.au>
5389         * streams.texi (Output Functions): Fix xref.
5390         * strings.texi (String Conversion): Fix xref.
5392 2005-04-19  Kim F. Storm  <storm@cua.dk>
5394         * symbols.texi (Symbol Plists): Add safe-get.
5395         Mention that `get' may signal an error.
5397 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5399         * customize.texi (Variable Definitions): Replace tooltip-mode
5400         example with save-place.
5402 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5404         * buffers.texi (Indirect Buffers): Clarify.
5406         * positions.texi (Positions): Clarify converting marker to integer.
5408         * strings.texi (String Basics): Mention string-match; clarify.
5410 2005-04-08  Lute Kamstra  <lute@gnu.org>
5412         * modes.texi (Search-based Fontification): Fix cross references.
5413         Use consistent terminology.  Document anchored highlighting.
5415 2005-04-05  Lute Kamstra  <lute@gnu.org>
5417         * modes.texi (Defining Minor Modes): Document :group keyword
5418         argument and its default value.
5420 2005-04-03  Lute Kamstra  <lute@gnu.org>
5422         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
5423         references and/or descriptions.  Delete major mode hooks; mention
5424         them as a category instead.  Rename or delete obsolete hooks.
5426 2005-04-02  Richard M. Stallman  <rms@gnu.org>
5428         * nonascii.texi (Coding System Basics): Another wording cleanup.
5430 2005-04-01  Richard M. Stallman  <rms@gnu.org>
5432         * nonascii.texi (Coding System Basics): Clarify previous change.
5434 2005-04-01  Kenichi Handa  <handa@m17n.org>
5436         * nonascii.texi (Coding System Basics): Describe about roundtrip
5437         identity of coding systems.
5439 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5441         * text.texi (Buffer Contents): Add filter-buffer-substring and
5442         buffer-substring-filters.
5444 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
5446         * anti.texi (Antinews): Mention `G' interactive code.
5448         * tips.texi (Compilation Tips): Mention benchmark.el.
5450 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
5452         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5453         is now bound to M-o M-o.
5455         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5457 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5459         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5460         in the Emacs Manual).
5461         * Makefile.in (srcs): Remove calendar.texi.
5462         * makefile.w32-in (srcs): Remove calendar.texi.
5463         * display.texi (Display): Change name of next node.
5464         * os.texi (System In): Change name of previous node.
5465         * elisp.texi (Top): Remove Calendar references.
5466         * vol1.texi (Top): Remove Calendar references.
5467         * vol2.texi (Top): Remove Calendar references.
5469 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5471         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5472         Cleanup previous change.
5474 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
5476         * display.texi (Face Attributes): Faces earlier in an :inherit
5477         list take precedence.
5478         (Scroll Bars): Fix description of vertical-scroll-bars.
5479         Document frame-current-scroll-bars and window-current-scroll-bars.
5481         * markers.texi (The Mark): Document temporary Transient Mark mode.
5483         * minibuf.texi (Reading File Names):
5484         Document read-file-name-completion-ignore-case.
5486         * positions.texi (Screen Lines): Document nil for width argument
5487         to compute-motion.
5489 2005-03-23  Kim F. Storm  <storm@cua.dk>
5491         * display.texi (Standard Faces): Other faces used in the fringe
5492         implicitly inherits from the fringe face.
5493         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5494         properties implicitly inherits from fringe face.
5495         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5497 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
5499         * display.texi (Invisible Text): State default value of
5500         line-move-ignore-invisible.
5501         (Managing Overlays): Document remove-overlays.
5502         (Standard Faces): Document escape-glyph face.
5504         * minibuf.texi (Reading File Names): Document read-file-name-function.
5506         * modes.texi (Other Font Lock Variables):
5507         Document font-lock-lines-before.
5509         * positions.texi (Skipping Characters): skip-chars-forward allows
5510         character classes.
5512 2005-03-18  Lute Kamstra  <lute@gnu.org>
5514         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5516 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5518         * text.texi (Undo): Document extensible undo entries.
5520         * searching.texi (String Search, Regexp Search): Cleanups.
5522         * nonascii.texi (Character Codes): Minor fix.
5524         * display.texi (Display Property): Explain the significance
5525         of having text properties that are eq.
5526         (Other Display Specs): Explain string as display spec.
5528         * commands.texi (Interactive Codes): Document G option.
5530 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
5532         * text.texi (Filling): Add sentence-end-without-period and
5533         sentence-end-without-space.
5534         (Changing Properties): Minor fix.
5536         * anti.texi: Total rewrite.
5538 2005-03-15  Lute Kamstra  <lute@gnu.org>
5540         * edebug.texi (Instrumenting Macro Calls): Fix typos.
5542 2005-03-08  Kim F. Storm  <storm@cua.dk>
5544         * display.texi (Specified Space): Property :width is support on
5545         non-graphic terminals, :height is not.
5547 2005-03-07  Richard M. Stallman  <rms@gnu.org>
5549         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5550         Now subnodes of Fringes.
5551         (Overlay Arrow): Document overlay-arrow-variable-list.
5552         (Fringe Size/Pos): New node, broken out of Fringes.
5553         (Display): Explain clearing vs redisplay better.
5554         (Truncation): Clarify use of bitmaps.
5555         (The Echo Area): Clarify the uses of the echo area.
5556         Add max-mini-window-height.
5557         (Progress): Clarify.
5558         (Invisible Text): Explain that main loop moves point out.
5559         (Selective Display): Say "hidden", not "invisible".
5560         (Managing Overlays): Move up.  Describe relation to Undo here.
5561         (Overlay Properties): Clarify intro.
5562         (Finding Overlays): Explain return values when nothing found.
5563         (Width): truncate-string-to-width has added arg.
5564         (Displaying Faces): Clarify and update mode line face handling.
5565         (Face Functions): Minor cleanup.
5566         (Conditional Display): Merge into Other Display Specs.
5567         (Pixel Specification, Other Display Specs): Minor cleanups.
5568         (Images, Image Descriptors): Minor cleanups.
5569         (GIF Images): Patents have expired.
5570         (Showing Images): Explain default text for insert-image.
5571         (Manipulating Button Types): Merge into Manipulating Buttons.
5572         (Making Buttons): Explain return values.
5573         (Button Buffer Commands): Add xref.
5574         (Inverse Video): Update mode-line-inverse-video.
5575         (Display Table Format): Clarify.
5576         (Active Display Table): Give defaults for window-display-table.
5578         * calendar.texi (Calendar Customizing): calendar-holiday-marker
5579         and calendar-today-marker are strings, not chars.
5580         (Holiday Customizing): Minor fix.
5582         * internals.texi (Writing Emacs Primitives): Update `or' example.
5583         Update limit on # args of subr.
5585         * edebug.texi (Using Edebug): Arrow is in fringe.
5586         (Instrumenting): Arg to eval-defun works without loading edebug.
5587         (Edebug Execution Modes): Add xref.
5589         * customize.texi (Common Keywords): Clarify :require.
5590         Mention :version here.
5591         (Variable Definitions, Group Definitions): Not here.
5592         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5594 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
5595         * nonascii.texi (Text Representations): Clarify position-bytes.
5596         (Character Sets): Add list-charset-chars.
5597         (Scanning Charsets): Add charset-after.
5598         (Encoding and I/O): Minor fix.
5600 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5602         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5603         (Resizing Windows): Likewise.
5605         * text.texi (Change Hooks): Get rid of "Emacs 21".
5607         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5609         * streams.texi (Output Variables): Get rid of "Emacs 21".
5611         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5613         * os.texi (Translating Input): Replace flow-control example
5614         with a less obsolete example that uses `keyboard-translate'.
5616         * objects.texi (Hash Table Type, Circular Objects):
5617         Get rid of "Emacs 21".
5619         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5620         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5622         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5624         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5626         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5627         (Menu Bar): Fix when menu-bar-update-hook is called.
5629         * hash.texi (Hash Tables): Get rid of "Emacs 21".
5631         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5632         and make it read better.
5634         * files.texi (Writing to Files): Get rid of "Emacs 21".
5635         (Unique File Names): Likewise.
5637         * elisp.texi: Update Emacs version to 22.
5639         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5640         (Overlay Properties, Face Attributes): Likewise.
5641         (Managing Overlays): Fix punctuation.
5642         (Attribute Functions): Clarify set-face-font; get rid of
5643         info about old Emacs versions.
5644         (Auto Faces, Font Lookup, Display Property, Images):
5645         Get rid of "Emacs 21".
5647         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5649 2005-03-05  Richard M. Stallman  <rms@gnu.org>
5651         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5653 2005-03-04  Lute Kamstra  <lute@gnu.org>
5655         * debugging.texi (Error Debugging): Document stack-trace-on-error.
5657 2005-03-03  Lute Kamstra  <lute@gnu.org>
5659         * edebug.texi (Instrumenting Macro Calls): Fix typo.
5661 2005-03-01  Lute Kamstra  <lute@gnu.org>
5663         * debugging.texi (Debugger Commands): Update `j'.
5665 2005-02-28  Lute Kamstra  <lute@gnu.org>
5667         * debugging.texi (Debugging): Fix typo.
5668         (Error Debugging): Document eval-expression-debug-on-error.
5669         (Function Debugging): Update example.
5670         (Using Debugger): Mention starred stack frames.
5671         (Debugger Commands): Document `j' and `l'.
5672         (Invoking the Debugger): `d' and `j' exit recursive edit too.
5673         Update the messages that the debugger displays.
5674         (Internals of Debugger): Add cross reference.  Update example.
5675         (Excess Open): Minor improvement.
5676         (Excess Close): Minor improvement.
5678 2005-02-26  Richard M. Stallman  <rms@gnu.org>
5680         * tips.texi (Coding Conventions): Clarify.
5681         Put all the major mode key reservations together.
5682         Mention the Mouse-1 => Mouse-2 conventions.
5684         * syntax.texi (Syntax Class Table): Clarify.
5685         (Syntax Table Functions): syntax-after moved from here.
5686         (Syntax Table Internals): syntax-after moved to here.
5687         (Parsing Expressions): Update info on number of values
5688         and what's meaningful in the STATE argument.
5689         (Categories): Fix typo.
5691         * sequences.texi (Arrays): Cleanup.
5692         (Char-Tables): Clarify.
5694         * processes.texi (Deleting Processes): Cleanups, add xref.
5695         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
5696         (Process Information): set-process-coding-system, some args optional.
5697         (Input to Processes): Explain various types for PROCESS args.
5698         Rename them from PROCESS-NAME to PROCESS.
5699         (Signals to Processes): Likewise.
5700         (Decoding Output): Cleanup.
5701         (Query Before Exit): Clarify.
5703         * os.texi (Startup Summary): Correct the options; add missing ones.
5704         (Terminal Output, Batch Mode): Clarify.
5705         (Flow Control): Node deleted.
5707         * markers.texi (The Mark): Clarify.
5709         * macros.texi (Expansion): Cleanup.
5710         (Indenting Macros): indent-spec allows ints, not floats.
5712         * keymaps.texi (Keymaps): Clarify.
5713         (Format of Keymaps): Update lisp-mode-map example.
5714         (Active Keymaps, Key Lookup): Clarify.
5715         (Changing Key Bindings): Add xref to `kbd'.
5716         (Key Binding Commands, Simple Menu Items): Clarify.
5717         (Mouse Menus, Menu Bar): Clarify.
5718         (Menu Example): Replace print example with menu-bar-replace-menu.
5720         * help.texi (Documentation Basics): Add function-documentation prop.
5722         * elisp.texi (Top): Don't refer to Flow Control node.
5724         * commands.texi (Command Overview): Improve xrefs.
5725         (Adjusting Point): Adjusting point applies to intangible and invis.
5726         (Key Sequence Input): Doc extra read-key-sequence args.
5727         Likewise for read-key-sequence-vector.
5729         * backups.texi (Rename or Copy): Minor fix.
5730         (Numbered Backups): For version-control, say the default.
5731         (Auto-Saving): make-auto-save-file-name example is simplified.
5733         * advice.texi (Advising Functions): Don't imply one part of Emacs
5734         should advise another part.  Markup changes.
5735         (Defining Advice): Move transitional para.
5736         (Activation of Advice): Cleanup.
5737         Explain if COMPILE is nil or negative.
5739         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5741 2005-02-24  Lute Kamstra  <lute@gnu.org>
5743         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5744         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5746 2005-02-23  Lute Kamstra  <lute@gnu.org>
5748         * modes.texi (Defining Minor Modes): define-minor-mode can be used
5749         to define global minor modes as well.
5751         * display.texi (Managing Overlays): overlay-buffer returns nil for
5752         deleted overlays.
5754 2005-02-22  Kim F. Storm  <storm@cua.dk>
5756         * minibuf.texi (Basic Completion): Allow symbols in addition to
5757         strings in try-completion and all-completions.
5759 2005-02-14  Lute Kamstra  <lute@gnu.org>
5761         * elisp.texi (Top): Remove reference to deleted node.
5763         * lists.texi (Lists): Remove reference to deleted node.
5764         (Cons Cells): Fix typo.
5766         * loading.texi (Where Defined): Fix typo.
5768 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5770         * variables.texi (Creating Buffer-Local): change-major-mode-hook
5771         is useful for discarding some minor modes.
5773         * symbols.texi (Symbol Components): Reorder examples.
5775         * streams.texi (Input Functions): State standard-input default.
5776         (Output Variables): State standard-output default.
5778         * objects.texi (Printed Representation): Clarify read syntax vs print.
5779         (Floating Point Type): Explain meaning better.
5780         (Symbol Type): Explain uniqueness better.
5781         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
5782         List examples sooner.
5783         (Box Diagrams): New subnode broken out.
5784         Some examples moved from old Lists as Boxes node.
5785         (Dotted Pair Notation): Clarify intro.
5786         (Array Type): Clarify.
5787         (Type Predicates): Add hash-table-p.
5789         * numbers.texi (Integer Basics): Clarify radix explanation.
5790         (Predicates on Numbers): Minor clarification.
5791         (Comparison of Numbers): Minor clarification.  Clarify eql.
5792         Typos in min, max.
5793         (Math Functions): Clarify overflow in expt.
5795         * minibuf.texi (Text from Minibuffer): Minor clarification.
5796         Mention arrow keys.
5798         * loading.texi (Autoload): defun's doc string overrides autoload's
5799         doc string.
5800         (Repeated Loading): Modernize "add to list" examples.
5801         (Where Defined): Finish updating table of load-history elts.
5803         * lists.texi (List-related Predicates): Minor wording improvement.
5804         (Lists as Boxes): Node deleted.
5805         (Building Lists): Explain trivial cases of number-sequence.
5807         * hash.texi (Hash Tables): Add desc to menu items.
5808         (Creating Hash): Explain "full" means "make larger".
5809         (Hash Access): Any object can be a key.
5810         State value of maphash.
5812         * functions.texi (What Is a Function): Wording cleanup.
5813         (Function Documentation): Minor cleanup.
5814         Explain purpose of calling convention at end of doc string.
5815         (Function Names): Wording cleanup.
5816         (Calling Functions): Wording cleanup.
5817         Explain better how funcall calls the function.
5818         (Function Cells): Delete example of saving and redefining function.
5820         * control.texi (Combining Conditions): Wording cleanup.
5821         (Iteration): dolist and dotimes bind VAR locally.
5822         (Cleanups): Xref to Atomic Changes.
5824         * compile.texi (Byte Compilation): Delete 19.29 info.
5825         (Compilation Functions): Macros' difficulties don't affect defsubst.
5826         (Docs and Compilation): Delete 19.29 info.
5828 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5830         * objects.texi (Symbol Type): Minor correction.
5832 2005-02-06  Lute Kamstra  <lute@gnu.org>
5834         * modes.texi (Example Major Modes): Fix typos.
5836 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5838         * text.texi (Margins): fill-nobreak-predicate can be one function.
5840         * strings.texi (Modifying Strings): clear-string can make unibyte.
5841         (Formatting Strings): format gives error if values missing.
5843         * positions.texi (Character Motion): Mention default arg
5844         for forward-char.  backward-char refers to forward-char.
5845         (Word Motion): Mention default arg for forward-word.
5846         (Buffer End Motion): Mention default arg for beginning-of-buffer.
5847         Simplify end-of-buffer.
5848         (Text Lines): Mention default arg for forward-line.
5849         (List Motion): Mention default arg for beginning/end-of-defun.
5850         (Skipping Characters): Minor fixes in explaining character-set.
5852         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5853         Mode inheritance applies only when default-major-mode is nil.
5854         Clarifications.
5855         (Example Major Modes): Update Text mode and Lisp mode examples.
5856         (Minor Mode Conventions): Mention define-minor-mode at top.
5857         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5858         (Mode Line Format): Update mode line face display info.
5859         (Properties in Mode): Mention effect of risky vars.
5860         (Imenu): Define imenu-add-to-menubar.
5861         (Font Lock Mode): Add descriptions to menu lines.
5862         (Faces for Font Lock): Add font-lock-doc-face.
5864 2005-02-05  Lute Kamstra  <lute@gnu.org>
5866         * text.texi (Maintaining Undo): Remove obsolete function.
5868 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5870         * frames.texi (Color Names): Add pointer to the X docs about RGB
5871         color specifications.  Improve indexing
5872         (Text Terminal Colors): Replace the description of RGB values by
5873         an xref to "Color Names".
5875 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5877         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5878         Clarify.
5879         (Selecting Windows): Clarify save-selected-window.
5880         (Cyclic Window Ordering): Clarify walk-windows.
5881         (Window Point): Clarify.
5882         (Window Start): Add comment to example.
5883         (Resizing Windows): Add `interactive' specs in examples.
5884         Document fit-window-to-buffer.
5886         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5887         (Undo, Maintaining Undo): Clarify last change.
5888         (Sorting): In sort-numeric-fields, explain about octal and hex.
5889         Mention sort-numeric-base.
5890         (Format Properties): Add xref for hard newlines.
5892         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5893         (Pop-Up Menus): Fix typo.
5894         (Color Names): Explain all types of color names.
5895         Explain color-values on B&W terminal.
5896         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
5898         * files.texi (File Locks): Not supported on MS systems.
5899         (Testing Accessibility): Clarify.
5901         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5902         (Coverage Testing): Fix typo.
5904         * commands.texi (Misc Events): Remove stray space.
5906         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5907         (Modification Time): Clarify when visited-file-modtime returns 0.
5908         (The Buffer List): Clarify bury-buffer.
5909         (Killing Buffers): Clarify.
5910         (Indirect Buffers): Add clone-indirect-buffer.
5912 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
5914         * edebug.texi (Printing in Edebug): Fix default value of
5915         edebug-print-circle.
5916         (Coverage Testing): Fix displayed frequency count data.
5918 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5920         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5922 2005-02-02  Kim F. Storm  <storm@cua.dk>
5924         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5926 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5928         * commands.texi (Misc Events): Describe the help-echo event.
5930         * text.texi (Special Properties) <help-echo>: Use `pos'
5931         consistently in description of the help-echo property.
5932         Use @code{nil} instead of @var{nil}.
5934         * display.texi (Overlay Properties): Fix the index entry for
5935         help-echo overlay property.
5937         * customize.texi (Type Keywords): Uncomment the xref to the
5938         help-echo property documentation.
5940 2005-01-23  Kim F. Storm  <storm@cua.dk>
5942         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5943         return value.  Third element FULLY replaced by PARTIAL which
5944         specifies number of invisible pixels if row is only partially visible.
5945         (Textual Scrolling): Mention auto-window-vscroll.
5946         (Vertical Scrolling): New defvar auto-window-vscroll.
5948 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5950         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5951         command remapping.
5953 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5955         * display.texi (Defining Images): Mention DATA-P arg of create-image.
5957 2005-01-14  Kim F. Storm  <storm@cua.dk>
5959         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5961         * text.texi (Links and Mouse-1): Fix string and vector item.
5963 2005-01-13  Richard M. Stallman  <rms@gnu.org>
5965         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5966         descriptions of overriding-local-map and overriding-terminal-local-map.
5968         * text.texi (Links and Mouse-1): Clarify text.
5970 2005-01-13  Kim F. Storm  <storm@cua.dk>
5972         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5974 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5976         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5978 2005-01-12  Kim F. Storm  <storm@cua.dk>
5980         * text.texi (Links and Mouse-1): Rename section from Enabling
5981         Mouse-1 to Following Links.  Change xrefs.
5982         Add examples for define-button-type and define-widget.
5984         * display.texi (Button Properties, Button Buffer Commands):
5985         Clarify mouse-1 and follow-link functionality.
5987 2005-01-12  Richard M. Stallman  <rms@gnu.org>
5989         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5991         * display.texi (Beeping): Fix Texinfo usage.
5993         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5995 2005-01-11  Kim F. Storm  <storm@cua.dk>
5997         * display.texi (Button Properties, Button Buffer Commands):
5998         Mention mouse-1 binding.  Add follow-link keyword.
6000         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6001         (Enabling Mouse-1 to Follow Links): New subsection.
6003 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6005         * text.texi (Special Properties): Minor change.
6007         * os.texi (Timers): Clarify previous change.
6009         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6011 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
6013         * display.texi (Face Attributes): Correct xref to renamed node.
6015 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6017         * display.texi (Face Attributes): Describe hex color specs.
6019 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6021         * os.texi (Timers): Update previous change.
6023 2004-12-30  Kim F. Storm  <storm@cua.dk>
6025         * display.texi (Line Height): Total line-height is now specified
6026         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
6027         in cons cells.  (nil . RATIO) is relative to actual line height.
6028         Use line-height `t' instead of `0' to get minimum height.
6030 2004-12-29  Richard M. Stallman  <rms@gnu.org>
6032         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6034 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6036         * commands.texi (Quitting): Clarify value of with-local-quit.
6038         * elisp.texi (Top): Fix previous change.
6040         * loading.texi (Loading): Fix previous change.
6042 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6044         * Makefile.in (MAKEINFO): Specify --force.
6046         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6048         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6050         * display.texi (Line Height): Further clarify.
6052         * elisp.texi (Top): Update Loading submenu.
6054         * loading.texi (Where Defined): New node.
6055         (Unloading): load-history moved to Where Defined.
6057 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6059         * commands.texi (Event Input Misc): Add while-no-input.
6061 2004-12-11  Richard M. Stallman  <rms@gnu.org>
6063         * display.texi (Line Height): Rewrite text for clarity.
6065 2004-12-11  Kim F. Storm  <storm@cua.dk>
6067         * display.texi (Display): Add node "Line Height" to menu.
6068         (Line Height): New node.  Move full description of line-spacing
6069         and line-height text properties here from text.texi.
6070         (Scroll Bars): Add vertical-scroll-bar variable.
6072         * frames.texi (Window Frame Parameters): Remove line-height defvar.
6074         * locals.texi (Standard Buffer-Local Variables): Fix xref for
6075         line-spacing and vertical-scroll-bar.
6077         * text.texi (Special Properties): Just mention line-spacing and
6078         line-height here, add xref to new "Line Height" node.
6080 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
6082         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6084         * locals.texi (Standard Buffer-Local Variables):
6085         Add @xref for `line-spacing'.
6087 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6089         * Makefile.in (maintainer-clean): Remove the info files
6090         in $(infodir) where they are created.
6092 2004-12-03  Richard M. Stallman  <rms@gnu.org>
6094         * windows.texi (Selecting Windows): get-lru-window and
6095         get-largest-window don't consider dedicated windows.
6097         * text.texi (Undo): Document undo-in-progress.
6099 2004-11-26  Richard M. Stallman  <rms@gnu.org>
6101         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6102         Remove a few vars that are not always buffer-local.
6104 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
6106         * locals.texi (Standard Buffer-Local Variables): Comment out
6107         xref's to non-existent node `Yet to be written'.
6109 2004-11-24  Richard M. Stallman  <rms@gnu.org>
6111         * processes.texi (Synchronous Processes): Grammar fix.
6113         * numbers.texi (Comparison of Numbers): Add eql.
6115         * locals.texi (Standard Buffer-Local Variables): Add many vars.
6117         * intro.texi (Printing Notation): Fix previous change.
6119         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6120         and default-indicate-buffer-boundaries from here.
6121         (Usual Display): To here.
6122         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6123         (Usual Display): Move tab-width up.
6125         * customize.texi (Variable Definitions): Replace
6126         show-paren-mode example with tooltip-mode.
6127         (Simple Types, Composite Types, Defining New Types):
6128         Minor cleanups.
6130 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
6132         * processes.texi (Synchronous Processes, Output from Processes):
6133         Markup fix.
6135 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6137         * positions.texi (Skipping Characters): skip-chars-forward
6138         now handles char classes.
6140         * intro.texi (Printing Notation): Avoid confusion of `print'
6141         when explaining @print.
6143         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6145         * display.texi (Display Table Format): Minor fix.
6147         * streams.texi (Output Functions): Fix print example.
6149         * Makefile.in (elisp): New target.
6150         (dist): Depend on $(infodir)/elisp, not elisp.
6151         Copy the info files from $(infodir).
6153         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6154         read-from-minibuffer.
6156         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6158 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6160         * searching.texi (Regexp Search): Add search-whitespace-regexp.
6162 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
6164         * tips.texi (Coding Conventions): Fix typo.
6166 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6168         * tips.texi (Coding Conventions): Separate defvar and require
6169         methods to avoid warnings.  Use require only when there are many
6170         functions and variables from that package.
6172         * minibuf.texi (Minibuffer Completion): When ignoring case,
6173         predicate must not be case-sensitive.
6175         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6176         (Test Coverage): Don't talk about "splotches".  Clarified.
6178 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
6180         * frames.texi (Window Frame Parameters): Fix typo.
6182 2004-11-15  Kim F. Storm  <storm@cua.dk>
6184         * symbols.texi (Other Plists): Note that plist-get may signal error.
6185         Add safe-plist-get.
6187 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6189         * modes.texi (Font Lock Basics): Fix typo.
6191 2004-11-08  Richard M. Stallman  <rms@gnu.org>
6193         * syntax.texi (Syntax Table Functions): Add syntax-after.
6195 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
6197         * os.texi (Processor Run Time): New section documenting
6198         get-internal-run-time.
6200 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6202         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6203         it nukes elisp-cover.texi.
6204         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6205         elisp-0 etc.
6207 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6209         * commands.texi (Keyboard Macros): Document `append' return value
6210         of `defining-kbd-macro'.
6212 2004-11-01  Richard M. Stallman  <rms@gnu.org>
6214         * commands.texi (Interactive Call): Add called-interactively-p.
6216 2004-10-29  Simon Josefsson  <jas@extundo.com>
6218         * minibuf.texi (Reading a Password): Revert.
6220 2004-10-28  Richard M. Stallman  <rms@gnu.org>
6222         * frames.texi (Display Feature Testing): Explain about "vendor".
6224 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6226         * commands.texi (Interactive Codes): `N' uses numeric prefix,
6227         not raw.  Clarify `n'.
6228         (Interactive Call): Rewrite interactive-p, focusing on when
6229         and how to use it.
6230         (Misc Events): Clarify previous change.
6232         * advice.texi (Simple Advice): Clarify what job the example does.
6233         (Around-Advice): Clarify ad-do-it.
6234         (Activation of Advice): An option of ad-default-compilation-action
6235         is `never', not `nil'.
6237 2004-10-26  Kim F. Storm  <storm@cua.dk>
6239         * commands.texi (Interactive Codes): Add U code letter.
6241 2004-10-25  Simon Josefsson  <jas@extundo.com>
6243         * minibuf.texi (Reading a Password): Add.
6245 2004-10-24  Jason Rumney  <jasonr@gnu.org>
6247         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
6248         and wheel-down.
6250 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6252         * processes.texi (Synchronous Processes): Document process-file.
6254 2004-10-22  Kenichi Handa  <handa@m17n.org>
6256         * text.texi (translate-region): Document that it accepts also a
6257         char-table.
6259 2004-10-22  David Ponce  <david@dponce.com>
6261         * windows.texi (Resizing Windows): Document the `preserve-before'
6262         argument of the functions `enlarge-window' and `shrink-window'.
6264 2004-10-19  Jason Rumney  <jasonr@gnu.org>
6266         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6268 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6270         * text.texi (Filling): Add anchor for definition of
6271         `sentence-end-double-space'.
6273         * searching.texi (Regexp Example): Update description of how
6274         Emacs currently recognizes the end of a sentence.
6275         (Standard Regexps): Update definition of the variable
6276         `sentence-end'.  Add definition of the function `sentence-end'.
6278 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
6280         * display.texi (Progress): New node.
6282 2004-10-05  Kim F. Storm  <storm@cua.dk>
6284         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6286 2004-09-29  Kim F. Storm  <storm@cua.dk>
6288         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6289         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
6290         fringe bitmap symbols, as they now have their own namespace.
6291         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6292         vs. pixels.  Signal error if no free bitmap slots.
6293         (Pixel Specification): Change IMAGE to @var{image}.
6295 2004-09-28  Richard M. Stallman  <rms@gnu.org>
6297         * text.texi (Special Properties): Clarify line-spacing and line-height.
6299         * searching.texi (Regexp Search): Add looking-back.
6301 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
6303         * display.texi: Correct typos.
6304         (Image Descriptors): Correct xref's.
6306 2004-09-25  Richard M. Stallman  <rms@gnu.org>
6308         * text.texi (Special Properties): Cleanups in `cursor'.
6309         Rewrites in `line-height' and `line-spacing'; exchange them.
6311         * display.texi (Fringes): Rewrite previous change.
6312         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
6313         (Display Fringe Bitmaps): Node deleted, text moved.
6314         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
6315         (Scroll Bars): Clarify set-window-scroll-bars.
6316         (Pointer Shape): Rewrite.
6317         (Specified Space): Clarify :align-to, etc.
6318         (Pixel Specification): Use @var.  Clarify new text.
6319         (Other Display Specs): Clarify `slice'.
6320         (Image Descriptors): Cleanups.
6321         (Showing Images): Cleanups.
6323 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
6325         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6327         * modes.texi: Various minor changes in addition to:
6328         (Major Mode Conventions): Final call to `run-mode-hooks' should
6329         not be inside the `delay-mode-hooks' form.
6330         (Mode Hooks): New node.
6331         (Hooks): Delete obsolete example.
6332         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6333         node "Mode Hooks".
6335 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
6337         * display.texi: Correct various typos.
6338         (Display): Rename node "Pointer Shapes" to "Pointer
6339         Shape".  (There is already a node called "Pointer Shapes" in
6340         frames.texi.)
6341         (Images): Remove non-existent node "Image Slices" from menu.
6343 2004-09-23  Kim F. Storm  <storm@cua.dk>
6345         * text.texi (Special Properties): Add `cursor', `pointer',
6346         `line-height', and `line-spacing' properties.
6348         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6349         Shapes' to menu.
6350         (Standard Faces): Doc fix for fringe face.
6351         (Fringes): Add `overflow-newline-into-fringe' and
6352         'indicate-buffer-boundaries'.
6353         (Fringe Bitmaps, Pointer Shapes): New nodes.
6354         (Display Property): Add 'Pixel Specification' and 'Display Fringe
6355         Bitmaps' to menu.
6356         (Specified Space): Describe pixel width and height.
6357         (Pixel Specification): New node.
6358         (Other Display Specs): Add `slice' property.
6359         (Display Fringe Bitmaps): New node.
6360         (Images): Add 'Image Slices' to menu.
6361         (Image Descriptors): Add `:pointer' and `:map' properties.
6362         (Showing Images): Add slice arg to `insert-image'.  Add
6363         'insert-sliced-image'.
6365 2004-09-20  Richard M. Stallman  <rms@gnu.org>
6367         * commands.texi (Key Sequence Input):
6368         Clarify downcasing in read-key-sequence.
6370 2004-09-08  Juri Linkov  <juri@jurta.org>
6372         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6374 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6376         * locals.texi (Standard Buffer-Local Variables): Add
6377         `buffer-auto-save-file-format'.
6378         * internals.texi (Buffer Internals): Describe new
6379         auto_save_file_format field of the buffer structure.
6380         * files.texi (Format Conversion): `auto-save-file-format' has been
6381         renamed `buffer-auto-save-file-format'.
6383 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
6385         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6386         an integer or a marker.
6387         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6389 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6391         * modes.texi (Major Mode Conventions): Discuss rebinding of
6392         standard key bindings.
6394 2004-08-18  Kim F. Storm  <storm@cua.dk>
6396         * processes.texi (Accepting Output): Add `just-this-one' arg to
6397         `accept-process-output'.
6398         (Output from Processes): New var `process-adaptive-read-buffering'.
6400 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
6402         * keymaps.texi: Various changes in addition to:
6403         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6404         Give more varied examples for `kbd'.
6405         (Creating Keymaps): Char tables have slots for all characters
6406         without modifiers.
6407         (Active Keymaps): `overriding-local-map' and
6408         `overriding-terminal-local-map' also override text property and
6409         overlay keymaps.
6410         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6411         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6412         to denote a prefix of no events.
6413         `map-keymap' includes parent's bindings _recursively_.
6414         Clarify and correct description of `where-is-internal'.
6415         Mention BUFFER-OR-NAME arg to `describe-bindings'.
6416         (Menu Example): For menus intended for use with the keyboard, the
6417         menu items should be bound to characters or real function keys.
6419 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6421         * objects.texi (Character Type): Reposition `@anchor' to prevent
6422         double space inside sentence in Info.
6424         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6425         renamed to `disabled-command-function'.
6426         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6427         (Command Loop Info): Replace reference to it.
6428         (Disabling Commands): `disabled-command-hook' has been renamed to
6429         `disabled-command-function'.
6431 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
6433         * os.texi (Translating Input): Only non-prefix bindings in
6434         `key-translation-map' override actual key bindings.  Warn about
6435         possible indirect effect of actual key bindings on non-prefix
6436         bindings in `key-translation-map'.
6438 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
6440         * minibuf.texi (High-Level Completion): Add anchor for definition
6441         of `read-variable'.
6443         * commands.texi: Various changes in addition to:
6444         (Using Interactive): Clarify description of `interactive-form'.
6445         (Interactive Call): Mention default for KEYS argument to
6446         `call-interactively'.
6447         (Command Loop Info): Clarify description of `this-command-keys'.
6448         Mention KEEP-RECORD argument to `clear-this-command-keys'.
6449         Value of `last-event-frame' can be `macro'.
6450         (Repeat Events): `double-click-fuzz' is also used to distinguish
6451         clicks and drags.
6452         (Classifying Events): Clarify descriptions of `event-modifiers'
6453         `event-basic-type' and `event-convert-list'.
6454         (Accessing Events): `posn-timestamp' takes POSITION argument.
6455         (Quoted Character Input): Clarify description of
6456         `read-quoted-char' and fix example.
6457         (Quitting): Add `with-local-quit'.
6458         (Disabling Commands): Correct and clarify descriptions of
6459         `enable-command' and `disable-command'.
6460         Mention what happens if `disabled-command-hook' is nil.
6461         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6462         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6464 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6466         * frames.texi: Various changes in addition to:
6467         (Creating Frames): Expand and clarify description of `make-frame'.
6468         (Window Frame Parameters): Either none or both of the `icon-left'
6469         and `icon-top' parameters must be specified.  Put descriptions of
6470         `menu-bar-lines' and `toolbar-lines' closer together and change
6471         them accordingly.
6472         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6473         except while processing `frame-title-format' or `icon-title-format'.
6474         (Deleting Frames): Correct description of `delete-frame'.
6475         Non-nil return values of `frame-live-p' are like those of `framep'.
6476         (Frames and Windows): Mention return value of
6477         `set-frame-selected-window'.
6478         (Visibility of Frames): Mention `force' argument to
6479         `make-frame-invisible'.  `frame-visible-p' returns t for all
6480         frames on text-only terminals.
6481         (Frame Configurations): Restoring a frame configuration does not
6482         restore deleted frames.
6483         (Window System Selections): `x-set-selection' returns DATA.
6484         (Resources): Add example.
6485         (Display Feature Testing): Clarify descriptions of
6486         `display-pixel-height', `display-pixel-width', `x-server-version'
6487         and `x-server-vendor'.
6489         * windows.texi (Choosing Window): Add anchor.
6490         * minibuf.texi (Minibuffer Misc): Add anchor.
6492 2004-07-23  John Paul Wallington  <jpw@gnu.org>
6494         * macros.texi (Defining Macros): Declaration keyword for setting
6495         Edebug spec is `debug' not `edebug'.
6497 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
6499         * windows.texi: Various small changes in addition to:
6500         (Window Point): Mention return value of `set-window-point'.
6501         (Window Start): `pos-visible-in-window-p' disregards horizontal
6502         scrolling.  Explain return value if PARTIALLY is non-nil.
6503         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6504         and `set-window-vscroll'.
6505         (Size of Window): The argument WINDOW to `window-inside-edges',
6506         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6507         (Resizing Windows): Explain return value of
6508         `shrink-window-if-larger-than-buffer'.
6509         `window-size-fixed' automatically becomes buffer local when set.
6510         (Window Configurations): Explain return value of
6511         `set-window-configuration'.
6513         * minibuf.texi (Minibuffer Misc): Add anchor for
6514         `minibuffer-scroll-window'.
6516         * positions.texi (Text Lines): Add anchor for `count-lines'.
6518 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6520         * display.texi (Overlay Properties): Adding `evaporate' prop
6521         deletes empty overlay immediately.
6523         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6524         fix example.
6526 2004-07-16  Jim Blandy  <jimb@redhat.com>
6528         * searching.texi (Regexp Backslash): Document new \_< and \_>
6529         operators.
6531 2004-07-16  Juanma Barranquero  <lektu@terra.es>
6533         * display.texi (Images): Fix Texinfo usage.
6535 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6537         * buffers.texi (Modification Time): `visited-file-modtime' now
6538         returns a list of two integers, instead of a cons.
6540 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6542         * windows.texi: Various changes in addition to:
6543         (Splitting Windows): Add `split-window-keep-point'.
6545 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6547         * frames.texi (Input Focus): Minor fix.
6549 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6551         * frames.texi (Input Focus): Clarify descriptions of
6552         `select-frame-set-input-focus' and `select-frame'.
6554 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
6556         * os.texi: Various small changes in addition to:
6557         (Killing Emacs): Expand and clarify description of
6558         `kill-emacs-query-functions' and `kill-emacs-hook'.
6559         (System Environment): Expand and clarify description of `getenv'
6560         and `setenv'.
6561         (Timers): Clarify description of `run-at-time'.
6562         (Translating Input): Correct description of
6563         `extra-keyboard-modifiers'.
6564         (Flow Control): Correct description of `enable-flow-control'.
6566 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
6568         * os.texi: Update copyright.
6569         (Session Management): Grammar fix.
6570         Clarify which Emacs does the restarting.
6571         Use @samp for *scratch* buffer.
6573 2004-07-04  Alan Mackenzie  <acm@muc.de>
6575         * frames.texi (Input Focus): Add documentation for
6576         `select-frame-set-input-focus'.  Replace refs to non-existent
6577         `switch-frame' with `select-frame'.  Minor corrections and tidying
6578         up of text-only terminal stuff.
6580 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6582         * files.texi (Saving Buffers): Cleanup write-contents-function.
6583         (Magic File Names): Cleanup file-remote-p.
6585 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
6587         * files.texi (Magic File Names): `file-remote-p' returns an
6588         identifier of the remote system, not just t.
6590 2004-07-02  David Kastrup  <dak@gnu.org>
6592         * searching.texi (Entire Match Data): Add explanation about new
6593         match-data behavior when @var{integers} is non-nil.
6595 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6597         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6599         * customize.texi (Variable Definitions): Note about doc strings
6600         and :set.
6602         * keymaps.texi (Keymap Terminology): Document `kbd'.
6603         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6605         * display.texi (Invisible Text): Setting buffer-invisibility-spec
6606         makes it buffer-local.
6608         * files.texi (Saving Buffers): Correct previous change.
6610         * commands.texi (Accessing Events):
6611         Clarify posn-col-row and posn-actual-col-row.
6613 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
6615         * commands.texi (Accessing Events): New functions
6616         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
6618 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6620         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6621         * frames.texi, buffers.texi, backups.texi, variables.texi:
6622         * loading.texi, eval.texi, functions.texi, control.texi:
6623         * symbols.texi, minibuf.texi: Reposition @anchor's.
6625         * help.texi: Various small changes in addition to the following.
6626         (Describing Characters): Describe PREFIX argument to
6627         `key-description'.  Correct and clarify definition of
6628         `text-char-description'.  Describe NEED-VECTOR argument to
6629         `read-kbd-macro'.
6630         (Help Functions): Clarify definition of `apropos'.
6632 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6634         * files.texi (Saving Buffers): Correct description of
6635         `write-contents-functions'.
6637 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6639         * display.texi (Images): Remove redundant @vindex directives.
6640         Rewrite `image-library-alist' doc in active voice.
6642 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6644         * display.texi (Images): Document new delayed library loading,
6645         variable `image-library-alist' and (existing but undocumented)
6646         function `image-type-available-p'.
6648 2004-06-05  Richard M. Stallman  <rms@gnu.org>
6650         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6651         refer the user to the Initial Input node.
6652         (Text from Minibuffer): Likewise.
6653         (Initial Input): New node.  Document this feature
6654         and say it is mostly deprecated.
6656 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6658         * loading.texi (Named Features): Clarify return value
6659         and meaning of NOERROR.
6661         * variables.texi (File Local Variables): Minor cleanup.
6663 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6665         * files.texi (Magic File Names): Add `file-remote-p' as operation
6666         of file name handlers.
6668 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6670         * modes.texi (Minor Mode Conventions): (-) has no special meaning
6671         as arg to a minor mode command.
6673 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6675         * syntax.texi (Syntax Class Table): Word syntax not just for English.
6677         * streams.texi (Output Variables): Doc float-output-format.
6679         * searching.texi (Regexp Special): Nested repetition can be infloop.
6681         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6682         real stack overflow.
6684         * compile.texi: Minor cleanups.
6686 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
6688         * lists.texi (Cons Cells): Explain dotted lists, true lists,
6689         circular lists.
6690         (List Elements): Explain handling of circular and dotted lists.
6692 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
6694         * modes.texi (Search-based Fontification): Fix typo.
6696 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6698         * modes.texi (Mode Line Variables): Fix description of
6699         global-mode-string, which is now after which-func-mode, not the
6700         buffer name.
6702 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6704         * modes.texi (Desktop Save Mode): Add.
6705         (Modes): Add menu entry Desktop Save Mode.
6707         * hooks.texi: Add desktop-after-read-hook,
6708         desktop-no-desktop-file-hook and desktop-save-hook.
6710         * locals.texi: Add desktop-save-buffer.
6712 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
6714         * display.texi: emacs -> Emacs.
6716 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6718         * files.texi (Changing Files): Document set-file-times.
6720 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6722         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6724 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
6726         * tips.texi (Coding Conventions): defopt -> defcustom.
6728 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
6730         * sequences.texi: Various clarifications.
6732 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
6734         * buffers.texi (Read Only Buffers): Mention optional ARG to
6735         `toggle-read-only'.
6737 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
6739         * windows.texi (Selecting Windows): Note that get-lru-window
6740         returns a full-width window if possible.
6742 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6744         * buffers.texi: Various changes in addition to:
6745         (Buffer File Name): Add `find-buffer-visiting'.
6746         (Buffer Modification): Mention optional ARG to `not-modified'.
6747         (Indirect Buffers): Mention optional CLONE argument to
6748         `make-indirect-buffer'.
6750         * files.texi: Various changes in addition to:
6751         (Visiting Functions): `find-file-hook' is now a normal hook.
6752         (File Name Expansion): Explain difference between the way that
6753         `expand-file-name' and `file-truename' treat `..'.
6754         (Contents of Directories): Mention optional ID-FORMAT argument to
6755         `directory-files-and-attributes'.
6756         (Format Conversion): Mention new optional CONFIRM argument to
6757         `format-write-file'.
6759 2004-04-12  Miles Bader  <miles@gnu.org>
6761         * macros.texi (Expansion): Add description of `macroexpand-all'.
6763 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
6765         * variables.texi (Variable Aliases): Mention
6766         cyclic-variable-indirection.
6768         * errors.texi (Standard Errors): Ditto.
6770 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6772         * backups.texi: Various small changes in addition to:
6773         (Making Backups): Mention return value of `backup-buffer'.
6774         (Auto-Saving): Mention optional FORCE argument to
6775         `delete-auto-save-file-if-necessary'.
6776         (Reverting): Mention optional PRESERVE-MODES argument to
6777         `revert-buffer'.  Correct description of `revert-buffer-function'.
6779 2004-03-22  Juri Linkov  <juri@jurta.org>
6781         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6782         with `Vector Functions'.
6784         * text.texi (Sorting): Add missing quote.
6786 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
6788         * intro.texi (Lisp History): Replace xref to `cl' manual with
6789         inforef.
6791 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6793         * intro.texi (Version Info): Add arg to emacs-version.
6794         (Lisp History): Change xref to CL manual.
6796 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
6798         * minibuf.texi (Completion Commands): Add xref to Emacs manual
6799         for Partial Completion mode.
6801 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
6803         * customize.texi: Fix typo.  Remove eol whitespace.
6805 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6807         * processes.texi: Fix typos.
6809         * lists.texi (Building Lists): Minor clarification.
6811         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6812         in make-hash-table.
6814 2004-02-29  Juanma Barranquero  <lektu@terra.es>
6816         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6817         rm, and ignore exit code.
6819 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
6821         * display.texi (Defining Faces): Add description for min-colors.
6822         Update example.
6824 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
6826         * abbrevs.texi: Various corrections and clarifications in addition
6827         to the following:
6828         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6830 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6832         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6834 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
6836         * text.texi: Various small changes in addition to the following:
6837         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6838         to delete-horizontal-space.
6839         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6840         description of yank-handler text property at various places.
6842         * frames.texi (Window System Selections): Add anchor.
6844         * syntax.texi (Syntax Table Functions): Clarify and correct
6845         descriptions of make-syntax-table and copy-syntax-table.
6846         (Motion and Syntax): Clarify SYNTAXES argument to
6847         skip-syntax-forward.
6848         (Parsing Expressions): Mention that the return value of
6849         parse-partial-sexp is currently a list of ten rather than nine
6850         elements.
6851         (Categories): Various corrections and clarifications.
6853 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
6855         * markers.texi (Marker Insertion Types): Minor change.
6857         * locals.texi (Standard Buffer-Local Variables):
6858         * commands.texi (Interactive Codes, Using Interactive):
6859         * functions.texi (Related Topics): Fix xrefs.
6861 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6863         * lists.texi (Sets And Lists): Update description of delete-dups.
6865 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6867         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6869 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
6871         * frames.texi (Parameter Access): frame-parameters arg is optional.
6872         modify-frame-parameters handles nil for FRAME.
6873         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6874         are all-or-nothing for certain toolkits.
6875         Mention parameter wait-for-wm.
6876         (Frames and Windows): In frame-first-window and frame-selected-window
6877         the arg is optional.
6878         (Input Focus): In redirect-frame-focus the second arg is optional.
6879         (Window System Selections): Mention selection type CLIPBOARD.
6880         Mention data-type UTF8_STRING.
6881         Mention numbering of cut buffers.
6882         (Resources): Describe x-resource-name.
6884 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6886         * windows.texi (Buffers and Windows): Delete false table
6887         about all-frames.
6889         * syntax.texi (Parsing Expressions): Delete old caveat
6890         about parse-sexp-ignore-comments.
6892         * streams.texi (Output Variables): Add print-quoted.
6894         * lists.texi (Building Lists): Minor cleanup.
6896         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6898         * display.texi (Overlays): Explain overlays use markers.
6899         (Managing Overlays): Explain front-advance and rear-advance
6900         in more detail.
6902         * loading.texi (Unloading): Document unload-feature-special-hooks.
6903         Get rid of fns-NNN.el file.
6905 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6907         * help.texi (Describing Characters): Fix text-char-description
6908         example output.
6910         * edebug.texi (Using Edebug): Fix example.
6912         * debugging.texi (Internals of Debugger): Fix return value.
6914         * files.texi (Changing Files): Fix argname.
6916         * calendar.texi: Fix parens, and default values.
6918         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6919         * nonascii.texi, objects.texi, os.texi: Minor fixes.
6920         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
6922         * positions.texi (Text Lines): Don't add -1 in current-line.
6924 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6926         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6928 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6930         * processes.texi (Low-Level Network): Fix a typo.
6932 2004-02-12  Kim F. Storm  <storm@cua.dk>
6934         * display.texi (Fringes): Use consistent wording.
6935         Note that window-fringe's window arg is optional.
6936         (Scroll Bars): Use consistent wording.
6938 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
6940         * tips.texi (Comment Tips): Document the new conventions for
6941         commenting out code.
6943 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
6945         * positions.texi (Text Lines): Added missing end defun.
6947 2004-02-07  Kim F. Storm  <storm@cua.dk>
6949         * positions.texi (Text Lines): Add line-number-at-pos.
6951 2004-02-06  John Paul Wallington  <jpw@gnu.org>
6953         * display.texi (Button Properties, Button Buffer Commands):
6954         mouse-2 invokes button, not down-mouse-1.
6956 2004-02-04  Jason Rumney  <jasonr@gnu.org>
6958         * makefile.w32-in: Sync with Makefile.in changes.
6960 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
6962         * minibuf.texi (Text from Minibuffer): Various corrections and
6963         clarifications.
6964         (Object from Minibuffer): Correct Lisp description of
6965         read-minibuffer.
6966         (Minibuffer History): Clarify description of cons values for
6967         HISTORY arguments.
6968         (Basic Completion): Various corrections and clarifications.  Add
6969         completion-regexp-list.
6970         (Minibuffer Completion): Correct and clarify description of
6971         completing-read.
6972         (Completion Commands): Mention Partial Completion mode.  Various
6973         other minor changes.
6974         (High-Level Completion): Various corrections and clarifications.
6975         (Reading File Names): Ditto.
6976         (Minibuffer Misc): Ditto.
6978 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
6980         * strings.texi (Text Comparison): assoc-string also matches
6981         elements of alists that are strings instead of conses.
6982         (Formatting Strings): Standardize Texinfo usage.  Update index
6983         entries.
6985 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
6987         * lists.texi (Sets And Lists): Add delete-dups.
6989 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
6991         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6992         special form.
6993         * macros.texi (Defining Macros): Update description of `declare',
6994         which now is a macro.
6995         (Wrong Time): Fix typos.
6997 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6999         * compile.texi (Compilation Functions): Expand descriptions of
7000         `compile-defun', `byte-compile-file', `byte-recompile-directory'
7001         and `batch-byte-compile'.  In particular, mention and describe
7002         all optional arguments.
7003         (Disassembly): Correct and clarify the description of `disassemble'.
7005 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7007         * searching.texi: Various small changes in addition to the
7008         following.
7009         (Regexp Example): Adapt to new value of `sentence-end'.
7010         (Regexp Functions): The PAREN argument to `regexp-opt' can be
7011         `words'.
7012         (Search and Replace): Add usage note for `perform-replace'.
7013         (Entire Match Data): Mention INTEGERS and REUSE arguments to
7014         `match-data'.
7015         (Standard Regexps): Update for new values of `paragraph-start'
7016         and `sentence-end'.
7018 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
7020         * files.texi (Saving Buffers): Clarify descriptions of
7021         `write-contents-functions' and `before-save-hook'.
7022         Make the defvar's for `before-save-hook' and `after-save-hook'
7023         into defopt's.
7025 2004-01-07  Kim F. Storm  <storm@cua.dk>
7027         * commands.texi (Click Events): Describe new image and
7028         width/height elements of click events.
7029         (Accessing Events): Add posn-string, posn-image, and
7030         posn-object-width-height.  Change posn-object to return either
7031         image or string object.
7033 2004-01-01  Simon Josefsson  <jas@extundo.com>
7035         * hooks.texi (Standard Hooks): Add before-save-hook.
7036         * files.texi (Saving Buffers): Likewise.
7038 2004-01-03  Richard M. Stallman  <rms@gnu.org>
7040         * frames.texi (Frames and Windows): Delete frame-root-window.
7042 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7044         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7046         * functions.texi: Various small changes in addition to the
7047         following.
7048         (What Is a Function): `functionp' returns nil for macros.  Clarify
7049         behavior of this and following functions for symbol arguments.
7050         (Function Documentation): Add `\' in front of (fn @var{arglist})
7051         and explain why.
7052         (Defining Functions): Mention DOCSTRING argument to `defalias'.
7053         Add anchor.
7054         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
7056 2004-01-01  Miles Bader  <miles@gnu.org>
7058         * display.texi (Buttons): New section.
7060 2003-12-31  Andreas Schwab  <schwab@suse.de>
7062         * numbers.texi (Math Functions): sqrt reports a domain-error
7063         error.
7064         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7066 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7068         * tips.texi (Documentation Tips): Update item on hyperlinks in
7069         documentation strings.
7071         * errors.texi (Standard Errors): Various small corrections and
7072         additions.
7074         * control.texi: Various small changes in addition to the
7075         following.
7076         (Signaling Errors): Provide some more details on how `signal'
7077         constructs the error message.  Add anchor to the definition of
7078         `signal'.
7079         (Error Symbols): Describe special treatment of `quit'.
7080         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7081         to emphasize that it has to be a single form.
7083         * buffers.texi: Add anchor.
7085 2003-12-29  Richard M. Stallman  <rms@gnu.org>
7087         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7088         (Window Configurations): Add window-configuration-frame.
7090         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7092         * text.texi (Examining Properties): Add get-char-property-and-overlay.
7093         Change arg name in get-char-property.
7094         (Special Properties): Update handling of keymap property.
7096         * strings.texi (Modifying Strings): Add clear-string.
7097         (Text Comparison): Add assoc-string and remove
7098         assoc-ignore-case, assoc-ignore-representation.
7100         * os.texi (Time of Day): Add set-time-zone-rule.
7102         * numbers.texi (Math Functions): asin, acos, log, log10
7103         report domain-error errors.
7105         * nonascii.texi (Converting Representations):
7106         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7107         (Encoding and I/O): Add file-name-coding-system.
7109         * modes.texi (Search-based Fontification): Explain that
7110         face specs are symbols with face names as values.
7112         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7114         * lists.texi (Building Lists): remq moved elsewhere.
7115         (Sets And Lists): remq moved here.
7116         (Association Lists): Refer to assoc-string.
7118         * internals.texi (Garbage Collection): Add memory-use-counts.
7120         * frames.texi (Frames and Windows): Add set-frame-selected-window
7121         and frame-root-window.
7123         * files.texi (Contents of Directories):
7124         Add directory-files-and-attributes.
7126         * display.texi (Refresh Screen): Add force-window-update.
7127         (Invisible Text): Explain about moving point out of invis text.
7128         (Overlay Properties): Add overlay-properties.
7129         (Managing Overlays): Add overlayp.
7130         (GIF Images): Invalid image number displays a hollow box.
7132         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7133         (Killing Buffers): Add buffer-live-p.
7135 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7137         * display.texi (Fringes): Fix typo "set-buffer-window".
7139 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
7141         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7142         * nonascii.texi, processes.texi, tips.texi, variables.texi:
7143         Add or change various xrefs and anchors.
7145         * commands.texi: Replace all occurrences of @acronym{CAR} with
7146         @sc{car}, for consistency with the rest of the Elisp manual.
7147         `car' and `cdr' are historically acronyms, but are no longer
7148         widely thought of as such.
7150         * internals.texi (Pure Storage): Mention that `purecopy' does not
7151         copy text properties.
7152         (Object Internals): Now 29 bits are used (in most implementations)
7153         to address Lisp objects.
7155         * variables.texi (Variables with Restricted Values): New node.
7157         * objects.texi (Lisp Data Types): Mention that certain variables
7158         can only take on a restricted set of values and add an xref to
7159         the new node "Variables with Restricted Values".
7161         * eval.texi (Function Indirection): Describe the errors that
7162         `indirect-function' can signal.
7163         (Eval): Clarify the descriptions of `eval-region' and `values'.
7164         Describe `eval-buffer' instead of `eval-current-buffer' and
7165         mention `eval-current-buffer' as an alias for `current-buffer'.
7166         Correct the description and mention all optional arguments.
7168         * nonascii.texi: Various small changes in addition to the
7169         following.
7170         (Converting Representations): Clarify behavior of
7171         `string-make-multibyte' and `string-to-multibyte' for unibyte all
7172         ASCII arguments.
7173         (Character Sets): Document the variable `charset-list' and adapt
7174         the definition of the function `charset-list' accordingly.
7175         (Translation of Characters): Clarify use of generic characters in
7176         `make-translation-table'.  Clarify and correct the description of
7177         the use of translation tables in encoding and decoding.
7178         (User-Chosen Coding Systems): Correct and clarify the description
7179         of `select-safe-coding-system'.
7180         (Default Coding Systems): Clarify description of
7181         `file-coding-system-alist'.
7183 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
7185         * strings.texi (Text Comparison): Correctly describe when two
7186         strings are `equal'.  Combine and clarify descriptions of
7187         `assoc-ignore-case' and `assoc-ignore-representation'.
7189         * objects.texi (Non-ASCII in Strings): Clarify description of
7190         when a string is unibyte or multibyte.
7191         (Bool-Vector Type): Update examples.
7192         (Equality Predicates): Correctly describe when two strings are
7193         `equal'.
7195 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7197         * lists.texi (Building Lists): `append' no longer accepts integer
7198         arguments.  Update the description of `number-sequence' to reflect
7199         recent changes.
7200         (Sets And Lists): Describe `member-ignore-case' after `member'.
7202 2003-11-27  Kim F. Storm  <storm@cua.dk>
7204         * commands.texi (Click Events): Click object may be an images.
7205         Describe (dx . dy) element of click positions.
7206         (Accessing Events): Remove duplicate posn-timestamp.
7207         New functions posn-object and posn-object-x-y.
7209 2003-11-23  Kim F. Storm  <storm@cua.dk>
7211         * commands.texi (Click Events): Describe enhancements to event
7212         position lists, including new text-pos and (col . row) items.
7213         Mention left-fringe and right-fringe area events.
7214         (Accessing Events): New functions posn-area and
7215         posn-actual-col-row.  Mention posn-timestamp.  Mention that
7216         posn-point in non-text area still returns buffer position.
7217         Clarify posn-col-row.
7219 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
7221         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7222         * anti.texi (File Attributes): Describe removed parameter
7223         ID-FORMAT.
7225 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7227         * positions.texi (Positions): Mention that, if a marker is used as
7228         a position, its buffer is ignored.
7230         * markers.texi (Overview of Markers): Mention it here too.
7232 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
7234         * numbers.texi (Numeric Conversions): Not just `floor', but also
7235         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7237 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
7239         * markers.texi (Creating Markers): Specify insertion type of
7240         created markers.  Add xref to `Marker Insertion Types'.
7241         Second argument to `copy-marker' is optional.
7242         (Marker Insertion Types): Mention that most markers are created
7243         with insertion type nil.
7244         (The Mark): Correctly describe when `mark' signals an error.
7245         (The Region): Correctly describe when `region-beginning' and
7246         `region-end' signal an error.
7248 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
7250         * hash.texi (Creating Hash): Clarify description of `eql'.
7251         `makehash' is obsolete.
7252         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7254         * positions.texi (Point): Change description of `buffer-end', so
7255         that it is also correct for floating point arguments.
7256         (List Motion): Correct argument lists of `beginning-of-defun' and
7257         `end-of-defun'.
7258         (Excursions): Add xref to `Marker Insertion Types'.
7259         (Narrowing): Argument to `narrow-to-page' is optional.
7261 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
7263         * streams.texi (Output Streams): Clarify behavior of point for
7264         marker output streams.
7266 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
7268         * variables.texi (Defining Variables): Second argument to
7269         `defconst' is not optional.
7270         (Setting Variables): Mention optional argument APPEND to
7271         `add-to-list'.
7272         (Creating Buffer-Local): Expand description of
7273         `make-variable-buffer-local'.
7274         (Frame-Local Variables): Expand description of
7275         `make-variable-frame-local'.
7276         (Variable Aliases): Correct description of optional argument
7277         DOCSTRING to `defvaralias'.  Mention return value of
7278         `defvaralias'.
7279         (File Local Variables): Add xref to `File variables' in Emacs
7280         Manual.  Correct description of `hack-local-variables'.  Mention
7281         `safe-local-variable' property.  Mention optional second argument
7282         to `risky-local-variable-p'.
7284 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
7286         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7288 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7290         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7291         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7292         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7293         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7294         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7295         lispref/processes.texi, lispref/searching.texi,
7296         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7297         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7298         @acronym{FOO}.
7300 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
7302         * strings.texi (Creating Strings): Argument START to `substring'
7303         can not be `nil'.  Expand description of
7304         `substring-no-properties'.  Correct description of `split-string',
7305         especially with respect to empty matches.  Prevent very bad line
7306         break in definition of `split-string-default-separators'.
7307         (Text Comparison): `string=' and `string<' also accept symbols as
7308         arguments.
7309         (String Conversion): More completely describe argument BASE in
7310         `string-to-number'.
7311         (Formatting Strings): `%s' and `%S' in `format' do require
7312         corresponding object.  Clarify behavior of numeric prefix after
7313         `%' in `format'.
7314         (Case Conversion): The argument to `upcase-initials' can be a
7315         character.
7317 2003-10-27  Kenichi Handa  <handa@m17n.org>
7319         * display.texi (Fontsets): Fix texinfo usage.
7321 2003-10-25  Kenichi Handa  <handa@m17n.org>
7323         * display.texi (Fontsets): Add description of the function
7324         set-fontset-font.
7326 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
7328         * display.texi (Temporary Displays): Add xref to `Documentation
7329         Tips'.
7331         * functions.texi (Function Safety): Use inforef instead of pxref
7332         for SES.
7334 2003-10-23  Andreas Schwab  <schwab@suse.de>
7336         * Makefile.in (TEX, texinputdir): Don't define.
7337         (TEXI2DVI): Define.
7338         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7339         add $(srcdir)/index.texi.
7340         ($(infodir)/elisp): Remove index.texi dependency.
7341         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
7342         (index.texi): Remove target.
7343         (dist): Don't link $(srcdir)/permute-index.
7344         (clean): Don't remove index.texi.
7346         * permute-index, index.perm: Remove.
7347         * index.texi: Rename from index.unperm.
7349 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
7351         * tips.texi (Documentation Tips): Document new behavior for face
7352         and variable hyperlinks in Help mode.
7354 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
7356         * objects.texi (Integer Type): Update for extra bit of integer range.
7357         (Character Type): Ditto.
7359 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
7361         * numbers.texi (Integer Basics): Add index entries for reading
7362         numbers in hex, octal, and binary.
7364 2003-10-16  Lute Kamstra  <lute@gnu.org>
7366         * modes.texi (Mode Line Format): Mention force-mode-line-update's
7367         argument.
7369 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
7371         * windows.texi (Choosing Window): Fix typo.
7372         * edebug.texi (Edebug Execution Modes): Fix typo.
7374 2003-10-13  Richard M. Stallman  <rms@gnu.org>
7376         * windows.texi (Basic Windows): A window has fringe settings,
7377         display margins and scroll-bar settings.
7378         (Splitting Windows): Doc split-window return value.
7379         Clean up one-window-p.
7380         (Selecting Windows): Fix typo.
7381         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7382         (Buffers and Windows): In set-window-buffer, explain effect
7383         on fringe settings and scroll bar settings.
7384         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7385         (Choosing Window): Use defopt for pop-up-frame-function.
7386         For special-display-buffer-names, explain same-window and same-frame.
7387         Clarify window-dedicated-p return value.
7388         (Textual Scrolling): scroll-up and scroll-down can get an error.
7389         (Horizontal Scrolling): Clarify auto-hscroll-mode.
7390         Clarify set-window-hscroll.
7391         (Size of Window): Don't mention tool bar in window-height.
7392         (Coordinates and Windows): Explain what coordinates-in-window-p
7393         returns for fringes and display margins.
7394         (Window Configurations): Explain saving fringes, etc.
7396         * tips.texi (Library Headers): Clean up Documentation.
7398         * syntax.texi (Parsing Expressions): Clean up forward-comment
7399         and parse-sexp-lookup-properties.
7401         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7403         * os.texi (System Environment): Clean up text for load-average errors.
7405         * modes.texi (Hooks): Don't explain local hook details at front.
7406         Clarify run-hooks and run-hook-with-args a little.
7407         Clean up add-hook and remove-hook.
7409         * edebug.texi (Edebug Execution Modes): Clarify t.
7410         Document edebug-sit-for-seconds.
7411         (Coverage Testing): Document C-x X = and =.
7412         (Instrumenting Macro Calls): Fix typo.
7413         (Specification List): Don't index the specification keywords.
7415 2003-10-10  Kim F. Storm  <storm@cua.dk>
7417         * processes.texi (Network): Introduce make-network-process.
7419 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7421         * tips.texi (Library Headers): Fix typo.
7423 2003-10-07  Juri Linkov  <juri@jurta.org>
7425         * modes.texi (Imenu): Mention imenu-create-index-function's
7426         default value.  Explain submenus better.
7428 2003-10-07  Lute Kamstra  <lute@gnu.org>
7430         * modes.texi (Faces for Font Lock): Fix typo.
7431         (Hooks): Explain how buffer-local hook variables can refer to
7432         global hook variables.
7433         Various minor clarifications.
7435 2003-10-06  Lute Kamstra  <lute@gnu.org>
7437         * tips.texi (Coding Conventions): Mention naming conventions for
7438         hooks.
7440 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
7442         * loading.texi (Library Search): Correct default value of
7443         load-suffixes.
7444         (Named Features): Fix typo.
7446 2003-10-05  Richard M. Stallman  <rms@gnu.org>
7448         * loading.texi (Named Features): In `provide',
7449         say how to test for subfeatures.
7450         (Unloading): In unload-feature, use new var name
7451         unload-feature-special-hooks.
7453 2003-10-03  Lute Kamstra  <lute@gnu.org>
7455         * modes.texi (Major Mode Conventions): Mention third way to set up
7456         Imenu.
7457         (Imenu): A number of small fixes.
7458         Delete documentation of internal variable imenu--index-alist.
7459         Document the return value format of imenu-create-index-function
7460         functions.
7462 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7464         * processes.texi (Network): Say what stopped datagram connections do.
7466         * lists.texi (Association Lists): Clarify `assq-delete-all'.
7468         * display.texi (Overlay Properties): Clarify `evaporate' property.
7470 2003-09-29  Lute Kamstra  <lute@gnu.org>
7472         * modes.texi (Mode Line Data): Explain when symbols in mode-line
7473         constructs should be marked as risky.
7474         Change cons cell into proper list.
7475         (Mode Line Variables): Change cons cell into proper list.
7477 2003-09-26  Lute Kamstra  <lute@gnu.org>
7479         * modes.texi (Mode Line Data): Document the :propertize construct.
7480         (Mode Line Variables): Reorder the descriptions of the variables
7481         to match their order in the default mode-line-format.
7482         Describe the new variables mode-line-position and mode-line-modes.
7483         Update the default values of mode-line-frame-identification,
7484         minor-mode-alist, and default-mode-line-format.
7485         (Properties in Mode): Mention the :propertize construct.
7487 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7489         * buffers.texi, commands.texi, debugging.texi, eval.texi:
7490         * loading.texi, minibuf.texi, text.texi, variables.texi:
7491         Avoid @strong{Note:}.
7493 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7495         * keymaps.texi (Remapping Commands): Fix typo.
7497 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
7499         * processes.texi (Low-Level Network): Fix typo.
7501 2003-09-23  Kim F. Storm  <storm@cua.dk>
7503         * processes.texi (Network, Network Servers): Fix typos.
7504         (Low-Level Network): Add timeout value for :server keyword.
7505         Add new option keywords to make-network-process.
7506         Add set-network-process-options.
7507         Explain how to test availability of network options.
7509 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7511         * text.texi (Motion by Indent): Arg to
7512         backward-to-indentation and forward-to-indentation is optional.
7514         * strings.texi (Creating Strings): Add substring-no-properties.
7516         * processes.texi
7517         (Process Information): Add list-processes arg QUERY-ONLY.
7518         Delete process-contact from here.
7519         Add new status values for process-status.
7520         Add process-get, process-put, process-plist, set-process-plist.
7521         (Synchronous Processes): Add call-process-shell-command.
7522         (Signals to Processes): signal-process allows process objects.
7523         (Network): Complete rewrite.
7524         (Network Servers, Datagrams, Low-Level Network): New nodes.
7526         * positions.texi (Word Motion): forward-word, backward-word
7527         arg is optional.  Reword.
7529         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7531         * variables.texi (Creating Buffer-Local):
7532         Delete duplicate definition of buffer-local-value.
7533         (File Local Variables): Explain about discarding text props.
7535 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7537         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7538         changes variables that record input events.
7539         (Minibuffer Misc): Add minibuffer-selected-window.
7541         * lists.texi (Building Lists): Add copy-tree.
7543         * display.texi (Fontsets): Add char-displayable-p.
7544         (Scroll Bars): New node.
7546 2003-09-08  Lute Kamstra  <lute@gnu.org>
7548         * modes.texi (%-Constructs): Document new `%i' and `%I'
7549         constructs.
7551 2003-09-03  Peter Runestig  <peter@runestig.com>
7553         * makefile.w32-in: New file.
7555 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7557         * display.texi (Overlay Properties): Clarify how priorities
7558         affect use of the properties.
7560 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
7562         * customize.texi (Type Keywords): Correct the description of
7563         `:help-echo' in the case where `motion-doc' is a function.
7565 2003-08-14  John Paul Wallington  <jpw@gnu.org>
7567         * modes.texi (Emulating Mode Line): Subsection, not section.
7569 2003-08-13  Richard M. Stallman  <rms@gnu.org>
7571         * elisp.texi (Top): Update subnode lists in menu.
7573         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7574         (Kill Functions): kill-region has new arg yank-handler.
7575         (Yanking): New node.
7576         (Yank Commands): Add yank-undo-function.
7577         (Low-Level Kill Ring):
7578         kill-new and kill-append have new arg yank-handler.
7579         (Changing Properties): Add remove-list-of-text-properties.
7580         (Atomic Changes): New node.
7582         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7584         * streams.texi (Output Variables): Add eval-expression-print-length
7585         and eval-expression-print-level.
7587         * os.texi (Time Conversion): For encode-time, explain limits on year.
7589         * objects.texi (Character Type): Define anchor "modifier bits".
7591         * modes.texi (Emulating Mode Line): New node.
7592         (Search-based Fontification): Font Lock uses font-lock-face property.
7593         (Other Font Lock Variables): Likewise.
7595         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7596         not vectors.
7597         (Active Keymaps): Add emulation-mode-map-alists.
7598         (Functions for Key Lookup): key-binding has new arg no-remap.
7599         (Remapping Commands): New node.
7600         (Scanning Keymaps): where-is-internal has new arg no-remap.
7601         (Tool Bar): Add tool-bar-local-item-from-menu.
7602         Clarify when to use tool-bar-add-item-from-menu.
7604         * commands.texi (Interactive Call): commandp has new arg.
7605         (Command Loop Info): Add this-original-command.
7607 2003-08-06  John Paul Wallington  <jpw@gnu.org>
7609         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7611         * display.texi (Warning Basics): Fix typo.
7612         (Fringes): Add closing curly bracket and fix typo.
7614         * elisp.texi (Top): Fix typo.
7616 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7618         * elisp.texi: Update lists of subnodes.
7620         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7622         * variables.texi (Local Variables): Use lc for example variable names.
7624         * tips.texi (Library Headers): Explain where to put -*-.
7626         * strings.texi (Creating Strings): Fix xref for vconcat.
7628         * sequences.texi (Vector Functions):
7629         vconcat no longer allows integer args.
7631         * minibuf.texi (Reading File Names): read-file-name has new
7632         arg PREDICATE.  New function read-directory-name.
7634         * macros.texi (Defining Macros): Give definition of `declare'
7635         (Indenting Macros): New node.
7637         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7638         (Window Frame Parameters): Make separate table of parameters
7639         that are coupled with specific face attributes.
7640         (Deleting Frames): delete-frame-hooks renamed to
7641         delete-frame-functions.
7643         * files.texi (Magic File Names): Add file-remote-p.
7644         Clarify file-local-copy.
7646         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7647         here; instead xref Defining Macros.
7649         * display.texi (Warnings): New node, and subnodes.
7650         (Fringes): New node.
7652         * debugging.texi (Test Coverage): New node.
7654         * compile.texi (Compiler Errors): Explain with-no-warnings
7655         and other ways to suppress warnings.
7657         * commands.texi (Interactive Call): Minor clarification.
7659         * buffers.texi (Buffer File Name): set-visited-file-name
7660         renames the buffer too.
7662         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7664 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
7666         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7668 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
7670         * internals.texi (Garbage Collection): Fix previous change.
7672 2003-07-22  Richard M. Stallman  <rms@gnu.org>
7674         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7676         * display.texi (Width): Use \s syntax in example.
7677         (Font Selection): Add face-font-rescale-alist.
7679         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7680         Remove spurious indent in example.
7682         * lists.texi (Building Lists): Add number-sequence.
7684         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7686         * functions.texi (Function Documentation): Explain how to
7687         show calling convention explicitly in the doc string.
7689         * windows.texi (Selecting Windows): save-selected-window saves
7690         selected window of each frame.
7691         (Window Configurations): Minor change.
7693         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7695         * streams.texi (Output Variables): Add print-continuous-numbering
7696         and print-number-table.
7698         * processes.texi (Decoding Output): New node.
7700         * os.texi (Time Conversion): decode-time arg is optional.
7702         * objects.texi (Character Type): Don't use space as example for \.
7703         Make list of char names and \-sequences correspond.
7704         Explain that \s is not used in strings.  `\ ' needs space after.
7706         * nonascii.texi (Converting Representations): Add string-to-multibyte.
7707         (Translation of Characters): Add translation-table-for-input.
7708         (Default Coding Systems): Add auto-coding-functions.
7709         (Explicit Encoding): Add decode-coding-inserted-region.
7710         (Locales): Add locale-info.
7712         * minibuf.texi (Basic Completion): Describe test-completion.
7713         Collections can be lists of strings.
7714         Clean up lazy-completion-table.
7715         (Programmed Completion): Mention test-completion.
7716         Clarify why lambda expressions are not accepted.
7717         (Minibuffer Misc): Describe minibufferp.
7719 2003-07-14  Richard M. Stallman  <rms@gnu.org>
7721         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7723         * windows.texi (Selecting Windows): New arg to select-window.
7724         (Selecting Windows): Add with-selected-window.
7725         (Size of Window): Add window-inside-edges, etc.
7727         * internals.texi (Garbage Collection): Add post-gc-hook.
7729         * processes.texi (Subprocess Creation): Add exec-suffixes.
7731         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7732         (Scanning Keymaps): Add map-keymaps.
7733         (Defining Menus): Add keymap-prompt.
7735         * numbers.texi (Integer Basics): Add most-positive-fixnum,
7736         most-negative-fixnum.
7738         * compile.texi (Byte Compilation): Explain no-byte-compile
7739         (Compiler Errors): New node.
7741         * os.texi (User Identification): user-uid, user-real-uid
7742         can return float.
7744         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7745         and about derived modes.
7746         (Minor Modes): Add minor-mode-list.
7747         (Defining Minor Modes): Keyword args for define-minor-mode.
7748         (Search-based Fontification): Explain managing other properties.
7749         (Other Font Lock Variables): Add font-lock-extra-managed-props.
7750         (Faces for Font Lock): Add font-lock-preprocessor-face.
7751         (Hooks): Add run-mode-hooks and delay-mode-hooks.
7753         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7754         (Variable Aliases): Clarify defvaralias.
7756         * loading.texi (Library Search): Add load-suffixes.
7758         * minibuf.texi (Basic Completion): Add lazy-completion-table.
7759         (Programmed Completion): Add dynamic-completion-table.
7761         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7762         (Magic File Names): Specify precedence order of handlers.
7764         * commands.texi (Command Overview): Emacs server runs pre-command-hook
7765         and post-command-hook.
7766         (Waiting): New calling convention for sit-for.
7768         * text.texi (Special Properties): local-map and keymap properties
7769         apply based on their stickiness.
7771 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7773         * modes.texi (Minor Mode Conventions): Specify only some kinds
7774         of list values as args to minor modes.
7776         * files.texi (File Name Expansion): Warn about iterative use
7777         of substitute-in-file-name.
7779         * advice.texi (Activation of Advice): Clean up previous change.
7781 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
7783         * advice.texi (Activation of Advice): Note that ad-start-advice is
7784         turned on by default.
7786 2003-06-30  Richard M. Stallman  <rms@gnu.org>
7788         * text.texi (Buffer Contents): Document current-word.
7789         (Change Hooks): Not called for *Messages*.
7791         * functions.texi (Defining Functions): Explain about redefining
7792         primitives.
7793         (Function Safety): Renamed.  Minor changes.
7794         Comment out the detailed criteria for what is safe.
7796 2003-06-22  Andreas Schwab  <schwab@suse.de>
7798         * objects.texi (Symbol Type): Fix description of examples.
7800 2003-06-16  Andreas Schwab  <schwab@suse.de>
7802         * hash.texi (Creating Hash): Fix description of :weakness.
7804 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
7806         * files.texi (Changing Files): copy-file copies file modes, too.
7808 2003-05-28  Richard M. Stallman  <rms@gnu.org>
7810         * strings.texi (Creating Strings): Clarify split-string.
7812 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
7814         * strings.texi (Creating Strings): Update split-string specification
7815         and examples.
7817 2003-05-19  Richard M. Stallman  <rms@gnu.org>
7819         * elisp.texi: Correct invariant section names.
7821 2003-04-20  Richard M. Stallman  <rms@gnu.org>
7823         * os.texi (Timers): Explain about timers and quitting.
7825 2003-04-19  Richard M. Stallman  <rms@gnu.org>
7827         * internals.texi (Writing Emacs Primitives): Strings are
7828         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
7829         Explain GCPRO convention for varargs function args.
7831 2003-04-16  Richard M. Stallman  <rms@gnu.org>
7833         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7835 2003-04-08  Richard M. Stallman  <rms@gnu.org>
7837         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7839 2003-02-13  Kim F. Storm  <storm@cua.dk>
7841         * objects.texi (Character Type): New \s escape for space.
7843 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
7845         * os.texi (System Environment): Added cygwin system-type.
7847 2003-01-25  Richard M. Stallman  <rms@gnu.org>
7849         * keymaps.texi: Document that a symbol can act as a keymap.
7851 2003-01-13  Richard M. Stallman  <rms@gnu.org>
7853         * text.texi (Changing Properties): Say string indices are origin-0.
7855         * positions.texi (Screen Lines) <compute-motion>:
7856         Correct order of elts in return value.
7858         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7859         how to define a default binding.
7861 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
7863         * loading.texi (Unloading): Fix recent change for load-history.
7865         * customize.texi (Simple Types): Clarify description of custom
7866         type 'number.  Describe new custom type 'float.
7868 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
7870         * variables.texi (File Local Variables): Fix typo.
7872 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7874         From Michael Albinus <Michael.Albinus@alcatel.de>.
7876         * README: Target for Info file is `make info'.
7878         * files.texi (File Name Components): Fixed typos in
7879         `file-name-sans-extension'.
7880         (Magic File Names): Complete list of operations for magic file
7881         name handlers.
7883 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
7885         * variables.texi (File Local Variables): New function
7886         risky-local-variable-p.
7888 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
7890         * functions.texi (Function safety): New node about unsafep.
7892 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7894         * customize.texi (Splicing into Lists): Fixed example.
7895         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
7897 2002-06-17  Juanma Barranquero  <lektu@terra.es>
7899         * frames.texi (Display Feature Testing): Fix typo.
7901 2002-06-12  Andreas Schwab  <schwab@suse.de>
7903         * frames.texi (Initial Parameters, Resources): Fix references to
7904         the Emacs manual.
7906 2002-05-13  Kim F. Storm  <storm@cua.dk>
7908         * variables.texi (Intro to Buffer-Local): Updated warning and
7909         example relating to changing buffer inside let.
7911 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
7913         * os.texi (Session Management): New node about X Session management.
7915 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
7917         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
7918         to which the manual corresponds, and the copyright years.
7920         * Makefile.in (VERSION): Set to 2.9.
7922 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
7924         * elisp.texi: Change the category in @dircategory to "Emacs", to
7925         make it consistent with info/dir.
7927 2001-11-25  Miles Bader  <miles@gnu.org>
7929         * text.texi (Fields): Describe new `limit' arg in
7930         field-beginning/field-end.
7932 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
7934         * permute-index: Don't depend on csh-specific features.  Replace
7935         the interpreter name with /bin/sh.
7937         * two-volume-cross-refs.txt: New file.
7938         * two.el: New file.
7939         * spellfile: New file.
7941 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
7943         * permute-index: New file.
7945         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7946         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7947         8+3 restricted namespace.
7949         * Makefile.in (infodir): Define relative to $(srcdir).
7950         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7951         include directories list via -I switch to makeinfo.
7952         (index.texi): Use cp if both hard and symbolic links fail.
7954 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
7956         * Makefile.in (distclean): Add.
7958         The following changes make ELisp manual part of the Emacs
7959         distribution:
7961         * Makefile.in: Add Copyright notice.
7962         (prefix): Remove.
7963         (infodir): Change value to "../info".
7964         (VPATH): New variable.
7965         (MAKE): Don't define.
7966         (texmacrodir): Don't define.
7967         (texinputdir): Append the existing value of TEXINPUTS.
7968         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
7969         command to be compatible with man/Makefile.in, and to put the
7970         output into ../info.
7971         (info): Add target.
7972         (installall): Target removed.
7974 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
7976         * tips.texi (Coding Conventions): Fix typo.
7978 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
7980         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7982 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
7984         * files.texi (File Name Components): Update the description of
7985         file-name-sans-extension and file-name-extension, as they now
7986         ignore leading dots.
7988 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7990         * (Version 21.1 released.)
7992 2001-10-19  Miles Bader  <miles@gnu.org>
7994         * positions.texi (Text Lines): Describe behavior of
7995         `beginning-of-line'/`end-of-line' in the presence of field properties.
7997 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
7999         * Makefile.in (VERSION): Set to 2.8.
8000         (manual): Use `manual-21'.
8002         * elisp.texi (VERSION): Add and use it where the version
8003         number was used.  Set it to 2.8.
8005         * intro.texi: Likewise.
8007 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8009         * files.texi (File Name Completion): Document the significance of
8010         a trailing slash in elements of completion-ignored-extensions.
8012 2001-10-06  Miles Bader  <miles@gnu.org>
8014         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8016 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8018         * variables.texi (Variable Aliases): New node.
8020 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
8022         * Branch for 21.1.
8024 2001-10-02  Miles Bader  <miles@gnu.org>
8026         * minibuf.texi (Minibuffer Misc): Add entries for
8027         `minibuffer-contents', `minibuffer-contents-no-properties', and
8028         `delete-minibuffer-contents'.
8029         Correct description for `minibuffer-prompt-end'.
8031         * text.texi (Property Search): Correct descriptions of
8032         `next-char-property-change' and `previous-char-property-change'.
8033         Add entries for `next-single-char-property-change' and
8034         `previous-single-char-property-change'.
8035         Make operand names a bit more consistent.
8037 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
8039         * frames.texi (Finding All Frames): Document that next-frame and
8040         previous-frame are local to current terminal.
8042 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
8044         * keymaps.texi (Creating Keymaps): Fix the description of the
8045         result of make-keymap.
8047 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
8049         * display.texi (Font Lookup, Attribute Functions)
8050         (Image Descriptors): Add cross-references to the definition of
8051         selected frame.
8053         * buffers.texi (The Buffer List): Add cross-references to the
8054         definition of selected frame.
8056         * frames.texi (Input Focus): Clarify which frame is _the_ selected
8057         frame at any given time.
8058         (Multiple Displays, Size and Position): Add a cross-reference to
8059         the definition of the selected frame.
8061 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
8063         * strings.texi (String Conversion) <string-to-number>: Document
8064         that a float is returned for integers that are too large.
8066         * frames.texi (Mouse Position): Document mouse-position-function.
8067         (Display Feature Testing): Document display-images-p.
8068         (Window Frame Parameters): Document the cursor-type variable.
8070         * numbers.texi (Integer Basics): Document CL style read syntax for
8071         integers in bases other than 10.
8073         * positions.texi (List Motion): Document
8074         open-paren-in-column-0-is-defun-start.
8076         * lists.texi (Sets And Lists): Document member-ignore-case.
8078         * internals.texi (Garbage Collection): Document the used and free
8079         strings report.
8080         (Memory Usage): Document strings-consed.
8082         * os.texi (Time of Day): Document float-time.
8083         (Recording Input): Document that clear-this-command-keys clears
8084         the vector to be returned by recent-keys.
8086         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8087         argument keymap can be a list.
8089         * nonascii.texi (User-Chosen Coding Systems)
8090         <select-safe-coding-system>: Document the new argument
8091         accept-default-p and the variable
8092         select-safe-coding-system-accept-default-p.  Tell what happens if
8093         buffer-file-coding-system is undecided.
8094         (Default Coding Systems): Document auto-coding-regexp-alist.
8096         * display.texi (The Echo Area) <message>: Document
8097         message-truncate-lines.
8098         (Glyphs): Document that the glyph table is unused on windowed
8099         displays.
8101         * help.texi (Describing Characters) <single-key-description>:
8102         Document the new argument no-angles.
8103         (Accessing Documentation) <documentation-property>: Document that
8104         a non-string property is evaluated.
8105         <documentation>: Document that the function-documentation property
8106         is looked for.
8108         * windows.texi (Selecting Windows): Document some-window.
8110         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8112         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8113         apropos-mode-hook.
8115         * commands.texi (Using Interactive): Document interactive-form.
8116         (Keyboard Macros): Document kbd-macro-termination-hook.
8117         (Command Loop Info): Document that clear-this-command-keys clears
8118         the vector to be returned by recent-keys.
8120 2001-09-04  Werner LEMBERG  <wl@gnu.org>
8122         * Makefile.in (srcdir, texinputdir): New variables.
8123         (srcs, index.texi, install): Use $(srcdir).
8124         (.PHONY): Remove elisp.dvi.
8125         (elisp): Use -I switch for makeinfo.
8126         (elisp.dvi): Use $(srcdir) and $(texinputdir).
8127         (installall, dist): Use $(srcdir).
8128         Fix path to texinfo.tex.
8129         (maintainer-clean): Add elisp.dvi and elisp.oaux.
8131 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
8133         * display.texi (Conditional Display): Adjust to API change.
8135         * configure: New file.
8137 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
8139         * commands.texi (Repeat Events): Add description of
8140         double-click-fuzz.
8142 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
8144         * syntax.texi (Syntax Class Table): Add the missing designator for
8145         comment and string fences.
8146         (Syntax Properties): Add a xref to syntax table internals.
8147         (Syntax Table Internals): Document string-to-syntax.
8149 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8151         * Makefile.in (install): Use install-info command line options
8152         like in Emacs' Makefile.in.
8154 2000-12-09  Miles Bader  <miles@gnu.org>
8156         * windows.texi (Window Start): Update documentation for
8157         `pos-visible-in-window-p'.
8159 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
8161         * lists.texi (Building Lists): Add footnote to explain how to add
8162         to the end of a list.
8164 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8166         * files.texi (Visiting Functions): Typos.
8168 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
8170         * files.texi (Visiting Functions): Return value of
8171         find-file-noselect may be a list of buffers if wildcards are used.
8173 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8175         * display.texi (Defining Faces): Document `graphic' display type
8176         in face specs.
8178 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8180         * hooks.texi (Standard Hooks): Replace obsolete
8181         `after-make-frame-hook' with `after-make-frame-functions'.
8183         * frames.texi (Creating Frames): Ditto.
8185         * variables.texi (Future Local Variables): Ditto.
8187 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8189         * display.texi (Other Image Types): Add description of :foreground
8190         and :background properties of mono PBM images.
8192 2000-08-17  Werner LEMBERG  <wl@gnu.org>
8194         * .cvsignore: New file.
8196 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
8198         * tindex.pl: New script.
8200 1999-12-03  Dave Love  <fx@gnu.org>
8202         * Makefile.in (MAKEINFO): New parameter.
8204 1999-09-17  Richard Stallman  <rms@gnu.org>
8206         * Makefile.in (srcs): Add hash.texi.
8207         (VERSION): Update to 20.6.
8209 1999-09-13  Richard Stallman  <rms@gnu.org>
8211         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8213 1998-08-29  Karl Heuer  <kwzh@gnu.org>
8215         * configure.in: New file.
8216         * Makefile.in: Renamed from Makefile.
8217         (prefix, infodir): Use value obtained from configure.
8218         (emacslibdir): Obsolete variable deleted.
8219         (dist): Distribute configure.in, configure, Makefile.in.
8221 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8223         * Makefile (INSTALL_INFO): New variable.
8224         (install): Run install-info.
8226 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8228         * Makefile (elisp.dvi): Add missing backslash.
8230 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
8232         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8233         Run texindex without `./'.  Always run texindex on elisp.tp.
8234         (elisp.tps): Target deleted.
8236 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
8238         * Makefile (srcs): Add nonascii.texi and customize.texi.
8239         (dist): Start by deleting `temp'.
8241 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
8243         * Makefile (makeinfo, texindex): Targets deleted.
8244         (makeinfo.o, texindex.o): Targets deleted.
8245         (clean, dist): Don't do anything with them or with getopt*.
8247 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
8249         * Makefile (SHELL): Defined.
8251 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
8253         * Makefile (elisp.tps): New target.
8254         (elisp.dvi): Depend on elisp.tps.
8256 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8258         * README: Update phone number.
8260         * Makefile (elisp): Make this be the default target.
8261         Depend on makeinfo.c instead of makeinfo.
8262         (install): Don't depend on elisp.dvi, since we don't install that.
8263         Use mkinstalldirs.
8264         (dist): Add mkinstalldirs.
8266 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8268         * Makefile (VERSION): Update version number.
8269         (maintainer-clean): Renamed from realclean.
8271 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8273         * Makefile (realclean): New target.
8274         (elisp): Remove any old elisp-* files first.
8276 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
8278         * Makefile (VERSION): New variable.
8279         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8280         Compressed file suffix should be `.gz', not `.z'.
8282 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8284         * Makefile (elisp): Depend on makeinfo.
8286 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
8288         * Makefile (srcs): Add anti.texi.
8290 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8292         * Makefile (infodir, prefix): New vars.
8293         (install): Use infodir.
8294         (emacsinfodir): Deleted.
8296 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8298         * Makefile (srcs): Add calendar.texi.
8300         * Makefile (dist): Copy texindex.c and makeinfo.c.
8301         Limit elisp-* files to those with one or two digits.
8303 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8305         * Makefile (dist): Changed to use Gzip instead of compress.
8307 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8309         * loading.texi (Unloading): define-function changed back to
8310         defalias.  It may not stay this way, but at least it's
8311         consistent with the known-good version of the code patch.
8313 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
8315         * modes.texi (Hooks): Document new optional arg of add-hook.
8317 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
8319         * variables.texi: Document nil initial value of buffer-local variables.
8321         * tips.texi: Add new section on standard library headers.
8323 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8325         * Makefile (srcs): Add frame.texi to the list of sources.
8327 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8329         * Makefile (dist): Don't bother excluding autosave files; they'll
8330         never make it into the temp directory anyway, and the hash marks
8331         in the name are problematic for make and the Bourne shell.
8332         (srcs):
8334 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8336         * Makefile (dist): Don't include backup files or autosave files in
8337         the distribution tar file.
8339 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8341         * Makefile (srcs): Added index.perm.
8342         (elisp.dvi): Remove erroneous shell comment.
8343         Expect output of permute-index in permuted.fns.
8344         Save old elisp.aux in elisp.oaux.
8345         (clean): Added index.texi to be deleted.
8347 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8349         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8351 1990-06-26  David Lawrence  (tale@geech)
8353         * files.texi: Noted that completion-ignored-extensions is ignored
8354         when making *Completions*.
8356 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
8358         * Makefile  make dist now depends on elisp.dvi, since it tries
8359         to include it in the dist file.
8361 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
8363         * functions.texinfo (Mapping Functions): Add missing quote.
8365 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8367         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8368         (defunargs): Turn off \hyphenchar of \sl font temporarily.
8370 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8372         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8373         and @error{} are the terms now being used.  The files in the
8374         directory have been changed to reflect this.
8376         * All instances of @indentedresultt{} have been changed to
8377         `     @result{}', using 5 spaces at the begining of the line.
8379 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8381         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8382         experimental @indentedresult{}, @indentedexpandsto{} are part of
8383         the texinfo.tex in this directory.  These TeX macros are not
8384         stable yet.
8386 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8388         * texinfo.tex: Temporarily added
8389                 \let\result=\dblarrow
8390                 \def\error{{\it ERROR} \longdblarrow}
8391         We need to do this better soon.
8393 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8395         * Applied Karl Berry's patches to *.texinfo files, but not to
8396         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
8397         new title page format is also not applied, since it requires
8398         texinfo.tex changes.)
8400         * Cleaned up `Makefile' and defined the `emacslibdir' directory
8401         for the Project GNU development environment.
8403 ;; Local Variables:
8404 ;; coding: utf-8
8405 ;; add-log-time-zone-rule: t
8406 ;; End:
8408     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8409       2007, 2008, 2009, 2010  Free Software Foundation, Inc.
8411   This file is part of GNU Emacs.
8413   GNU Emacs is free software: you can redistribute it and/or modify
8414   it under the terms of the GNU General Public License as published by
8415   the Free Software Foundation, either version 3 of the License, or
8416   (at your option) any later version.
8418   GNU Emacs is distributed in the hope that it will be useful,
8419   but WITHOUT ANY WARRANTY; without even the implied warranty of
8420   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8421   GNU General Public License for more details.
8423   You should have received a copy of the GNU General Public License
8424   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8426 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda