*** empty log message ***
[emacs.git] / lispref / ChangeLog
blobb167ecdb405448ee2c12cdcc7fac731a1a08aaff
1 2005-03-01  Lute Kamstra  <lute@gnu.org>
3         * debugging.texi (Debugger Commands): Update `j'.
5 2005-02-28  Lute Kamstra  <lute@gnu.org>
7         * debugging.texi (Debugging): Fix typo.
8         (Error Debugging): Document eval-expression-debug-on-error.
9         (Function Debugging): Update example.
10         (Using Debugger): Mention starred stack frames.
11         (Debugger Commands): Document `j' and `l'.
12         (Invoking the Debugger): `d' and `j' exit recursive edit too.
13         Update the messages that the debugger displays.
14         (Internals of Debugger): Add cross reference.  Update example.
15         (Excess Open): Minor improvement.
16         (Excess Close): Minor improvement.
18 2005-02-26  Richard M. Stallman  <rms@gnu.org>
20         * tips.texi (Coding Conventions): Clarify.
21         Put all the major mode key reservations together.
22         Mention the Mouse-1 => Mouse-2 conventions.
24         * syntax.texi (Syntax Class Table): Clarify.
25         (Syntax Table Functions): syntax-after moved from here.
26         (Syntax Table Internals): syntax-after moved to here.
27         (Parsing Expressions): Update info on number of values
28         and what's meaningful in the STATE argument.
29         (Categories): Fix typo.
31         * sequences.texi (Arrays): Cleanup.
32         (Char-Tables): Clarify.
34         * processes.texi (Deleting Processes): Cleanups, add xref.
35         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
36         (Process Information): set-process-coding-system, some args optional.
37         (Input to Processes): Explain various types for PROCESS args.
38         Rename them from PROCESS-NAME to PROCESS.
39         (Signals to Processes): Likewise.
40         (Decoding Output): Cleanup.
41         (Query Before Exit): Clarify.
43         * os.texi (Startup Summary): Correct the options; add missing ones.
44         (Terminal Output, Batch Mode): Clarify.
45         (Flow Control): Node deleted.
47         * markers.texi (The Mark): Clarify.
49         * macros.texi (Expansion): Cleanup.
50         (Indenting Macros): indent-spec allows ints, not floats.
52         * keymaps.texi (Keymaps): Clarify.
53         (Format of Keymaps): Update lisp-mode-map example.
54         (Active Keymaps, Key Lookup): Clarify.
55         (Changing Key Bindings): Add xref to `kbd'.
56         (Key Binding Commands, Simple Menu Items): Clarify.
57         (Mouse Menus, Menu Bar): Clarify.
58         (Menu Example): Replace print example with menu-bar-replace-menu.
60         * help.texi (Documentation Basics): Add function-documentation prop.
62         * elisp.texi (Top): Don't refer to Flow Control node.
64         * commands.texi (Command Overview): Improve xrefs.
65         (Adjusting Point): Adjusting point applies to intangible and invis.
66         (Key Sequence Input): Doc extra read-key-sequence args.
67         Likewise for read-key-sequence-vector.
69         * backups.texi (Rename or Copy): Minor fix.
70         (Numbered Backups): For version-control, say the default.
71         (Auto-Saving): make-auto-save-file-name example is simplified.
73         * advice.texi (Advising Functions): Don't imply one part of Emacs
74         should advise another part.  Markup changes.
75         (Defining Advice): Move transitional para.
76         (Activation of Advice): Cleanup.
77         Explain if COMPILE is nil or negative.
79         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
81 2005-02-24  Lute Kamstra  <lute@gnu.org>
83         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
84         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
86 2005-02-23  Lute Kamstra  <lute@gnu.org>
88         * modes.texi (Defining Minor Modes): define-minor-mode can be used
89         to define global minor modes as well.
91         * display.texi (Managing Overlays): overlay-buffer returns nil for
92         deleted overlays.
94 2005-02-22  Kim F. Storm  <storm@cua.dk>
96         * minibuf.texi (Basic Completion): Allow symbols in addition to
97         strings in try-completion and all-completions.
99 2005-02-14  Lute Kamstra  <lute@gnu.org>
101         * elisp.texi (Top): Remove reference to deleted node.
103         * lists.texi (Lists): Remove reference to deleted node.
104         (Cons Cells): Fix typo.
106         * loading.texi (Where Defined): Fix typo.
108 2005-02-14  Richard M. Stallman  <rms@gnu.org>
110         * variables.texi (Creating Buffer-Local): change-major-mode-hook
111         is useful for discarding some minor modes.
113         * symbols.texi (Symbol Components): Reorder examples.
115         * streams.texi (Input Functions): State standard-input default.
116         (Output Variables): State standard-output default.
118         * objects.texi (Printed Representation): Clarify read syntax vs print.
119         (Floating Point Type): Explain meaning better.
120         (Symbol Type): Explain uniqueness better.
121         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
122         List examples sooner.
123         (Box Diagrams): New subnode broken out.
124         Some examples moved from old Lists as Boxes node.
125         (Dotted Pair Notation): Clarify intro.
126         (Array Type): Clarify.
127         (Type Predicates): Add hash-table-p.
129         * numbers.texi (Integer Basics): Clarify radix explanation.
130         (Predicates on Numbers): Minor clarification.
131         (Comparison of Numbers): Minor clarification.  Clarify eql.
132         Typos in min, max.
133         (Math Functions): Clarify overflow in expt.
135         * minibuf.texi (Text from Minibuffer): Minor clarification.
136         Mention arrow keys.
138         * loading.texi (Autoload): defun's doc string overrides autoload's
139         doc string.
140         (Repeated Loading): Modernize "add to list" examples.
141         (Where Defined): Finish updating table of load-history elts.
143         * lists.texi (List-related Predicates): Minor wording improvement.
144         (Lists as Boxes): Node deleted.
145         (Building Lists): Explain trivial cases of number-sequence.
147         * hash.texi (Hash Tables): Add desc to menu items.
148         (Creating Hash): Expain "full" means "make larger",
149         (Hash Access): Any object can be a key.
150         State value of maphash.
152         * functions.texi (What Is a Function): Wording cleanup.
153         (Function Documentation): Minor cleanup.
154         Explain purpose of calling convention at end of doc string.
155         (Function Names): Wording cleanup.
156         (Calling Functions): Wording cleanup.
157         Explain better how funcall calls the function.
158         (Function Cells): Delete example of saving and redefining function.
160         * control.texi (Combining Conditions): Wording cleanup.
161         (Iteration): dolist and dotimes bind VAR locally.
162         (Cleanups): Xref to Atomic Changes.
164         * compile.texi (Byte Compilation): Delete 19.29 info.
165         (Compilation Functions): Macros' difficulties don't affect defsubst.
166         (Docs and Compilation): Delete 19.29 info.
168 2005-02-10  Richard M. Stallman  <rms@gnu.org>
170         * objects.texi (Symbol Type): Minor correction.
172 2005-02-06  Lute Kamstra  <lute@gnu.org>
174         * modes.texi (Example Major Modes): Fix typos.
176 2005-02-06  Richard M. Stallman  <rms@gnu.org>
178         * text.texi (Margins): fill-nobreak-predicate can be one function.
180         * strings.texi (Modifying Strings): clear-string can make unibyte.
181         (Formatting Strings): format gives error if values missing.
183         * positions.texi (Character Motion): Mention default arg
184         for forward-char.  backward-char refers to forward-char.
185         (Word Motion): Mention default arg for forward-word.
186         (Buffer End Motion): Mention default arg for beginning-of-buffer.
187         Simplify end-of-buffer.
188         (Text Lines): Mention default arg for forward-line.
189         (List Motion): Mention default arg for beginning/end-of-defun.
190         (Skipping Characters): Minor fixes in explaining character-set.
192         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
193         Mode inheritance applies only when default-major-mode is nil.
194         Clarifications.
195         (Example Major Modes): Update Text mode and Lisp mode examples.
196         (Minor Mode Conventions): Mention define-minor-mode at top.
197         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
198         (Mode Line Format): Update mode line face display info.
199         (Properties in Mode): Mention effect of risky vars.
200         (Imenu): Define imenu-add-to-menubar.
201         (Font Lock Mode): Add descriptions to menu lines.
202         (Faces for Font Lock): Add font-lock-doc-face.
204 2005-02-05  Lute Kamstra  <lute@gnu.org>
206         * text.texi (Maintaining Undo): Remove obsolete function.
208 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
210         * frames.texi (Color Names): Add pointer to the X docs about RGB
211         color specifications.  Improve indexing
212         (Text Terminal Colors): Replace the description of RGB values by
213         an xref to "Color Names".
215 2005-02-03  Richard M. Stallman  <rms@gnu.org>
217         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
218         Clarify.
219         (Selecting Windows): Clarify save-selected-window.
220         (Cyclic Window Ordering): Clarify walk-windows.
221         (Window Point): Clarify.
222         (Window Start): Add comment to example.
223         (Resizing Windows): Add `interactive' specs in examples.
224         Document fit-window-to-buffer.
226         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
227         (Undo, Maintaining Undo): Clarify last change.
228         (Sorting): In sort-numeric-fields, explain about octal and hex.
229         Mention sort-numeric-base.
230         (Format Properties): Add xref for hard newlines.
232         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
233         (Pop-Up Menus): Fix typo.
234         (Color Names): Explain all types of color names.
235         Explain color-values on B&W terminal.
236         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
238         * files.texi (File Locks): Not supported on MS systems.
239         (Testing Accessibility): Clarify.
241         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
242         (Coverage Testing): Fix typo.
244         * commands.texi (Misc Events): Remove stray space.
246         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
247         (Modification Time): Clarify when visited-file-modtime returns 0.
248         (The Buffer List): Clarify bury-buffer.
249         (Killing Buffers): Clarify.
250         (Indirect Buffers): Add clone-indirect-buffer.
252 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
254         * edebug.texi (Printing in Edebug): Fix default value of
255         edebug-print-circle.
256         (Coverage Testing): Fix displayed frequency count data.
258 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
260         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
262 2005-02-02  Kim F. Storm  <storm@cua.dk>
264         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
266 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
268         * commands.texi (Misc Events): Describe the help-echo event.
270         * text.texi (Special Properties) <help-echo>: Use `pos'
271         consistently in description of the help-echo property.  Use
272         @code{nil} instead of @var{nil}.
274         * display.texi (Overlay Properties): Fix the index entry for
275         help-echo overlay property.
277         * customize.texi (Type Keywords): Uncomment the xref to the
278         help-echo property documentation.
280 2005-01-23  Kim F. Storm  <storm@cua.dk>
282         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
283         return value.  Third element FULLY replaced by PARTIAL which
284         specifies number of invisible pixels if row is only partially visible.
285         (Textual Scrolling): Mention auto-window-vscroll.
286         (Vertical Scrolling): New defvar auto-window-vscroll.
288 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
290         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
291         command remapping.
293 2005-01-15  Richard M. Stallman  <rms@gnu.org>
295         * display.texi (Defining Images): Mention DATA-P arg of create-image.
297 2005-01-14  Kim F. Storm  <storm@cua.dk>
299         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
301         * text.texi (Links and Mouse-1): Fix string and vector item.
303 2005-01-13  Richard M. Stallman  <rms@gnu.org>
305         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
306         descriptions of overriding-local-map and overriding-terminal-local-map.
308         * text.texi (Links and Mouse-1): Clarify text.
310 2005-01-13  Kim F. Storm  <storm@cua.dk>
312         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
314 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
316         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
318 2005-01-12  Kim F. Storm  <storm@cua.dk>
320         * text.texi (Links and Mouse-1): Rename section from Enabling
321         Mouse-1 to Following Links.  Change xrefs.
322         Add examples for define-button-type and define-widget.
324         * display.texi (Button Properties, Button Buffer Commands):
325         Clarify mouse-1 and follow-link functionality.
327 2005-01-12  Richard M. Stallman  <rms@gnu.org>
329         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
331         * display.texi (Beeping): Fix Texinfo usage.
333         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
335 2005-01-11  Kim F. Storm  <storm@cua.dk>
337         * display.texi (Button Properties, Button Buffer Commands):
338         Mention mouse-1 binding.  Add follow-link keyword.
340         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
341         (Enabling Mouse-1 to Follow Links): New subsection.
343 2005-01-06  Richard M. Stallman  <rms@gnu.org>
345         * text.texi (Special Properties): Minor change.
347         * os.texi (Timers): Clarify previous change.
349         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
351 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
353         * display.texi (Face Attributes): Correct xref to renamed node.
355 2005-01-01  Richard M. Stallman  <rms@gnu.org>
357         * display.texi (Face Attributes): Describe hex color specs.
359 2004-12-31  Richard M. Stallman  <rms@gnu.org>
361         * os.texi (Timers): Update previous change.
363 2004-12-30  Kim F. Storm  <storm@cua.dk>
365         * display.texi (Line Height): Total line-height is now specified
366         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
367         in cons cells.  (nil . RATIO) is relative to actual line height.
368         Use line-height `t' instead of `0' to get minimum height.
370 2004-12-29  Richard M. Stallman  <rms@gnu.org>
372         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
374 2004-12-28  Richard M. Stallman  <rms@gnu.org>
376         * commands.texi (Quitting): Clarify value of with-local-quit.
378         * elisp.texi (Top): Fix previous change.
380         * loading.texi (Loading): Fix previous change.
382 2004-12-27  Richard M. Stallman  <rms@gnu.org>
384         * Makefile.in (MAKEINFO): Specify --force.
386         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
388         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
390         * display.texi (Line Height): Further clarify.
392         * elisp.texi (Top): Update Loading submenu.
394         * loading.texi (Where Defined): New node.
395         (Unloading): load-history moved to Where Defined.
397 2004-12-21  Richard M. Stallman  <rms@gnu.org>
399         * commands.texi (Event Input Misc): Add while-no-input.
401 2004-12-11  Richard M. Stallman  <rms@gnu.org>
403         * display.texi (Line Height): Rewrite text for clarity.
405 2004-12-11  Kim F. Storm  <storm@cua.dk>
407         * display.texi (Display): Add node "Line Height" to menu.
408         (Line Height): New node.  Move full description of line-spacing
409         and line-height text properties here from text.texi.
410         (Scroll Bars): Add vertical-scroll-bar variable.
412         * frames.texi (Window Frame Parameters): Remove line-height defvar.
414         * locals.texi (Standard Buffer-Local Variables): Fix xref for
415         line-spacing and vertical-scroll-bar.
417         * text.texi (Special Properties): Just mention line-spacing and
418         line-height here, add xref to new "Line Height" node.
420 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
422         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
424         * locals.texi (Standard Buffer-Local Variables):
425         Add @xref for `line-spacing'.
427 2004-12-05  Richard M. Stallman  <rms@gnu.org>
429         * Makefile.in (maintainer-clean): Remove the info files
430         in $(infodir) where they are created.
432 2004-12-03  Richard M. Stallman  <rms@gnu.org>
434         * windows.texi (Selecting Windows): get-lru-window and
435         get-largest-window don't consider dedicated windows.
437         * text.texi (Undo): Document undo-in-progress.
439 2004-11-26  Richard M. Stallman  <rms@gnu.org>
441         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
442         Remove a few vars that are not always buffer-local.
444 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
446         * locals.texi (Standard Buffer-Local Variables): Comment out
447         xref's to non-existent node `Yet to be written'.
449 2004-11-24  Richard M. Stallman  <rms@gnu.org>
451         * processes.texi (Synchronous Processes): Grammar fix.
453         * numbers.texi (Comparison of Numbers): Add eql.
455         * locals.texi (Standard Buffer-Local Variables): Add many vars.
457         * intro.texi (Printing Notation): Fix previous change.
459         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
460         and default-indicate-buffer-boundaries from here.
461         (Usual Display): To here.
462         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
463         (Usual Display): Move tab-width up.
465         * customize.texi (Variable Definitions): Replace
466         show-paren-mode example with tooltip-mode.
467         (Simple Types, Composite Types, Defining New Types):
468         Minor cleanups.
470 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
472         * processes.texi (Synchronous Processes, Output from Processes):
473         Markup fix.
475 2004-11-20  Richard M. Stallman  <rms@gnu.org>
477         * positions.texi (Skipping Characters): skip-chars-forward
478         now handles char classes.
480         * intro.texi (Printing Notation): Avoid confusion of `print'
481         when explaining @print.
483         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
485         * display.texi (Display Table Format): Minor fix.
487         * streams.texi (Output Functions): Fix print example.
489         * Makefile.in (elisp): New target.
490         (dist): Depend on $(infodir)/elisp, not elisp.
491         Copy the info files from $(infodir).
493         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
494         read-from-minibuffer.
496         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
498 2004-11-19  Richard M. Stallman  <rms@gnu.org>
500         * searching.texi (Regexp Search): Add search-whitespace-regexp.
502 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
504         * tips.texi (Coding Conventions): Fix typo.
506 2004-11-16  Richard M. Stallman  <rms@gnu.org>
508         * tips.texi (Coding Conventions): Separate defvar and require
509         methods to avoid warnings.  Use require only when there are many
510         functions and variables from that package.
512         * minibuf.texi (Minibuffer Completion): When ignoring case,
513         predicate must not be case-sensitive.
515         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
516         (Test Coverage): Don't talk about "splotches".  Clarified.
518 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
520         * frames.texi (Window Frame Parameters): Fix typo.
522 2004-11-15  Kim F. Storm  <storm@cua.dk>
524         * symbols.texi (Other Plists): Note that plist-get may signal error.
525         Add safe-plist-get.
527 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
529         * modes.texi (Font Lock Basics): Fix typo.
531 2004-11-08  Richard M. Stallman  <rms@gnu.org>
533         * syntax.texi (Syntax Table Functions): Add syntax-after.
535 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
537         * os.texi (Processor Run Time): New section documenting
538         get-internal-run-time.
540 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
542         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
543         it nukes elisp-cover.texi.
544         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
545         elisp-0 etc.
547 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
549         * commands.texi (Keyboard Macros): Document `append' return value
550         of `defining-kbd-macro'.
552 2004-11-01  Richard M. Stallman  <rms@gnu.org>
554         * commands.texi (Interactive Call): Add called-interactively-p.
556 2004-10-29  Simon Josefsson  <jas@extundo.com>
558         * minibuf.texi (Reading a Password): Revert.
560 2004-10-28  Richard M. Stallman  <rms@gnu.org>
562         * frames.texi (Display Feature Testing): Explain about "vendor".
564 2004-10-27  Richard M. Stallman  <rms@gnu.org>
566         * commands.texi (Interactive Codes): `N' uses numeric prefix,
567         not raw.  Clarify `n'.
568         (Interactive Call): Rewrite interactive-p, focusing on when
569         and how to use it.
570         (Misc Events): Clarify previous change.
572         * advice.texi (Simple Advice): Clarify what job the example does.
573         (Around-Advice): Clarify ad-do-it.
574         (Activation of Advice): An option of ad-default-compilation-action
575         is `never', not `nil'.
577 2004-10-26  Kim F. Storm  <storm@cua.dk>
579         * commands.texi (Interactive Codes): Add U code letter.
581 2004-10-25  Simon Josefsson  <jas@extundo.com>
583         * minibuf.texi (Reading a Password): Add.
585 2004-10-24  Jason Rumney  <jasonr@gnu.org>
587         * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
588         and wheel-down.
590 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
592         * processes.texi (Synchronous Processes): Document process-file.
594 2004-10-22  Kenichi Handa  <handa@m17n.org>
596         * text.texi (translate-region): Document that it accepts also a
597         char-table.
599 2004-10-22  David Ponce  <david@dponce.com>
601         * windows.texi (Resizing Windows): Document the `preserve-before'
602         argument of the functions `enlarge-window' and `shrink-window'.
604 2004-10-19  Jason Rumney  <jasonr@gnu.org>
606         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
608 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
610         * text.texi (Filling): Add anchor for definition of
611         `sentence-end-double-space'.
613         * searching.texi (Regexp Example): Update description of how
614         Emacs currently recognizes the end of a sentence.
615         (Standard Regexps): Update definition of the variable
616         `sentence-end'.  Add definition of the function `sentence-end'.
618 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
620         * display.texi (Progress): New node.
622 2004-10-05  Kim F. Storm  <storm@cua.dk>
624         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
626 2004-09-29  Kim F. Storm  <storm@cua.dk>
628         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
629         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
630         fringe bitmap symbols, as they now have their own namespace.
631         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
632         vs. pixels.  Signal error if no free bitmap slots.
633         (Pixel Specification): Change IMAGE to @var{image}.
635 2004-09-28  Richard M. Stallman  <rms@gnu.org>
637         * text.texi (Special Properties): Clarify line-spacing and line-height.
639         * searching.texi (Regexp Search): Add looking-back.
641 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
643         * display.texi: Correct typos.
644         (Image Descriptors): Correct xref's.
646 2004-09-25  Richard M. Stallman  <rms@gnu.org>
648         * text.texi (Special Properties): Cleanups in `cursor'.
649         Rewrites in `line-height' and `line-spacing'; exchange them.
651         * display.texi (Fringes): Rewrite previous change.
652         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
653         (Display Fringe Bitmaps): Node deleted, text moved.
654         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
655         (Scroll Bars): Clarify set-window-scroll-bars.
656         (Pointer Shape): Rewrite.
657         (Specified Space): Clarify :align-to, etc.
658         (Pixel Specification): Use @var.  Clarify new text.
659         (Other Display Specs): Clarify `slice'.
660         (Image Descriptors): Cleanups.
661         (Showing Images): Cleanups.
663 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
665         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
667         * modes.texi: Various minor changes in addition to:
668         (Major Mode Conventions): Final call to `run-mode-hooks' should
669         not be inside the `delay-mode-hooks' form.
670         (Mode Hooks): New node.
671         (Hooks): Delete obsolete example.
672         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
673         node "Mode Hooks".
675 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
677         * display.texi: Correct various typos.
678         (Display): Rename node "Pointer Shapes" to "Pointer
679         Shape".  (There is already a node called "Pointer Shapes" in
680         frames.texi.)
681         (Images): Remove non-existent node "Image Slices" from menu.
683 2004-09-23  Kim F. Storm  <storm@cua.dk>
685         * text.texi (Special Properties): Add `cursor', `pointer',
686         `line-height', and `line-spacing' properties.
688         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
689         Shapes' to menu.
690         (Standard Faces): Doc fix for fringe face.
691         (Fringes): Add `overflow-newline-into-fringe' and
692         'indicate-buffer-boundaries'.
693         (Fringe Bitmaps, Pointer Shapes): New nodes.
694         (Display Property): Add 'Pixel Specification' and 'Display Fringe
695         Bitmaps' to menu.
696         (Specified Space): Describe pixel width and height.
697         (Pixel Specification): New node.
698         (Other Display Specs): Add `slice' property.
699         (Display Fringe Bitmaps): New node.
700         (Images): Add 'Image Slices' to menu.
701         (Image Descriptors): Add `:pointer' and `:map' properties.
702         (Showing Images): Add slice arg to `insert-image'.  Add
703         'insert-sliced-image'.
705 2004-09-20  Richard M. Stallman  <rms@gnu.org>
707         * commands.texi (Key Sequence Input):
708         Clarify downcasing in read-key-sequence.
710 2004-09-08  Juri Linkov  <juri@jurta.org>
712         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
714 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
716         * locals.texi (Standard Buffer-Local Variables): Add
717         `buffer-auto-save-file-format'.
718         * internals.texi (Buffer Internals): Describe new
719         auto_save_file_format field of the buffer structure.
720         * files.texi (Format Conversion): `auto-save-file-format' has been
721         renamed `buffer-auto-save-file-format'.
723 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
725         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
726         an integer or a marker.
727         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
729 2004-08-22  Richard M. Stallman  <rms@gnu.org>
731         * modes.texi (Major Mode Conventions): Discuss rebinding of
732         standard key bindings.
734 2004-08-18  Kim F. Storm  <storm@cua.dk>
736         * processes.texi (Accepting Output): Add `just-this-one' arg to
737         `accept-process-output'.
738         (Output from Processes): New var `process-adaptive-read-buffering'.
740 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
742         * keymaps.texi: Various changes in addition to:
743         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
744         Give more varied examples for `kbd'.
745         (Creating Keymaps): Char tables have slots for all characters
746         without modifiers.
747         (Active Keymaps): `overriding-local-map' and
748         `overriding-terminal-local-map' also override text property and
749         overlay keymaps.
750         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
751         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
752         to denote a prefix of no events.
753         `map-keymap' includes parent's bindings _recursively_.
754         Clarify and correct description of `where-is-internal'.
755         Mention BUFFER-OR-NAME arg to `describe-bindings'.
756         (Menu Example): For menus intended for use with the keyboard, the
757         menu items should be bound to characters or real function keys.
759 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
761         * objects.texi (Character Type): Reposition `@anchor' to prevent
762         double space inside sentence in Info.
764         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
765         renamed to `disabled-command-function'.
766         * commands.texi (Key Sequence Input): Remove unnecessary anchor,
767         (Command Loop Info): Replace reference to it.
768         (Disabling Commands): `disabled-command-hook' has been renamed to
769         `disabled-command-function'.
771 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
773         * os.texi (Translating Input): Only non-prefix bindings in
774         `key-translation-map' override actual key bindings.  Warn about
775         possible indirect effect of actual key bindings on non-prefix
776         bindings in `key-translation-map'.
778 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
780         * minibuf.texi (High-Level Completion): Add anchor for definition
781         of `read-variable'.
783         * commands.texi: Various changes in addition to:
784         (Using Interactive): Clarify description of `interactive-form'.
785         (Interactive Call): Mention default for KEYS argument to
786         `call-interactively'.
787         (Command Loop Info): Clarify description of `this-command-keys'.
788         Mention KEEP-RECORD argument to `clear-this-command-keys'.
789         Value of `last-event-frame' can be `macro'.
790         (Repeat Events): `double-click-fuzz' is also used to distinguish
791         clicks and drags.
792         (Classifying Events): Clarify descriptions of `event-modifiers'
793         `event-basic-type' and `event-convert-list'.
794         (Accessing Events): `posn-timestamp' takes POSITION argument.
795         (Quoted Character Input): Clarify description of
796         `read-quoted-char' and fix example.
797         (Quitting): Add `with-local-quit'.
798         (Disabling Commands):  Correct and clarify descriptions of
799         `enable-command' and `disable-command'.
800         Mention what happens if `disabled-command-hook' is nil.
801         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
802         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
804 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
806         * frames.texi: Various changes in addition to:
807         (Creating Frames): Expand and clarify description of `make-frame'.
808         (Window Frame Parameters): Either none or both of the `icon-left'
809         and `icon-top' parameters must be specified.  Put descriptions of
810         `menu-bar-lines' and `toolbar-lines' closer together and change
811         them accordingly.
812         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
813         except while processing `frame-title-format' or `icon-title-format'.
814         (Deleting Frames): Correct description of `delete-frame'.
815         Non-nil return values of `frame-live-p' are like those of `framep'.
816         (Frames and Windows): mention return value of
817         `set-frame-selected-window'.
818         (Visibility of Frames): Mention `force' argument to
819         `make-frame-invisible'.  `frame-visible-p' returns t for all
820         frames on text-only terminals.
821         (Frame Configurations): Restoring a frame configuration does not
822         restore deleted frames.
823         (Window System Selections): `x-set-selection' returns DATA.
824         (Resources): Add example.
825         (Display Feature Testing): Clarify descriptions of
826         `display-pixel-height', `display-pixel-width', `x-server-version'
827         and `x-server-vendor'.
829         * windows.texi (Choosing Window): Add anchor.
830         * minibuf.texi (Minibuffer Misc): Add anchor.
832 2004-07-23  John Paul Wallington  <jpw@gnu.org>
834         * macros.texi (Defining Macros): Declaration keyword for setting
835         Edebug spec is `debug' not `edebug'.
837 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
839         * windows.texi: Various small changes in addition to:
840         (Window Point): Mention return value of `set-window-point'.
841         (Window Start): `pos-visible-in-window-p' disregards horizontal
842         scrolling.  Explain return value if PARTIALLY is non-nil.
843         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
844         and `set-window-vscroll'.
845         (Size of Window): The argument WINDOW to `window-inside-edges',
846         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
847         (Resizing Windows): Explain return value of
848         `shrink-window-if-larger-than-buffer'.
849         `window-size-fixed' automatically becomes buffer local when set.
850         (Window Configurations): Explain return value of
851         `set-window-configuration'.
853         * minibuf.texi (Minibuffer Misc): Add anchor for
854         `minibuffer-scroll-window'.
856         * positions.texi (Text Lines): Add anchor for `count-lines'.
858 2004-07-17  Richard M. Stallman  <rms@gnu.org>
860         * display.texi (Overlay Properties): Adding `evaporate' prop
861         deletes empty overlay immediately.
863         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
864         fix example.
866 2004-07-16  Jim Blandy  <jimb@redhat.com>
868         * searching.texi (Regexp Backslash): Document new \_< and \_>
869         operators.
871 2004-07-16  Juanma Barranquero  <lektu@terra.es>
873         * display.texi (Images): Fix Texinfo usage.
875 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
877         * buffers.texi (Modification Time): `visited-file-modtime' now
878         returns a list of two integers, instead of a cons.
880 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
882         * windows.texi: Various changes in addition to:
883         (Splitting Windows): Add `split-window-keep-point'.
885 2004-07-09  Richard M. Stallman  <rms@gnu.org>
887         * frames.texi (Input Focus): Minor fix.
889 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
891         * frames.texi (Input Focus): Clarify descriptions of
892         `select-frame-set-input-focus' and `select-frame'.
894 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
896         * os.texi: Various small changes in addition to:
897         (Killing Emacs): Expand and clarify description of
898         `kill-emacs-query-functions' and `kill-emacs-hook'.
899         (System Environment): Expand and clarify description of `getenv'
900         and `setenv'.
901         (Timers): Clarify description of `run-at-time'.
902         (Translating Input): Correct description of
903         `extra-keyboard-modifiers'.
904         (Flow Control): Correct description of `enable-flow-control'.
906 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
908         * os.texi: Update copyright.
909         (Session Management): Grammar fix.
910         Clarify which Emacs does the restarting.
911         Use @samp for *scratch* buffer.
913 2004-07-04  Alan Mackenzie  <acm@muc.de>
915         * frames.texi (Input Focus): Add documentation for
916         `select-frame-set-input-focus'.  Replace refs to non-existent
917         `switch-frame' with `select-frame'.  Minor corrections and tidying
918         up of text-only terminal stuff.
920 2004-07-02  Richard M. Stallman  <rms@gnu.org>
922         * files.texi (Saving Buffers): Cleanup write-contents-function.
923         (Magic File Names): Cleanup file-remote-p.
925 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
927         * files.texi (Magic File Names): `file-remote-p' returns an
928         identifier of the remote system, not just t.
930 2004-07-02  David Kastrup  <dak@gnu.org>
932         * searching.texi (Entire Match Data): Add explanation about new
933         match-data behavior when @var{integers} is non-nil.
935 2004-06-24  Richard M. Stallman  <rms@gnu.org>
937         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
939         * customize.texi (Variable Definitions): Note about doc strings
940         and :set.
942         * keymaps.texi (Keymap Terminology): Document `kbd'.
943         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
945         * display.texi (Invisible Text): Setting buffer-invisibility-spec
946         makes it buffer-local.
948         * files.texi (Saving Buffers): Correct previous change.
950         * commands.texi (Accessing Events):
951         Clarify posn-col-row and posn-actual-col-row.
953 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
955         * commands.texi (Accessing Events): New functions
956         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
958 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
960         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
961         * frames.texi, buffers.texi, backups.texi, variables.texi:
962         * loading.texi, eval.texi, functions.texi, control.texi:
963         * symbols.texi, minibuf.texi: Reposition @anchor's.
965         * help.texi: Various small changes in addition to the following.
966         (Describing Characters): Describe PREFIX argument to
967         `key-description'.  Correct and clarify definition of
968         `text-char-description'.  Describe NEED-VECTOR argument to
969         `read-kbd-macro'.
970         (Help Functions): Clarify definition of `apropos'.
972 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
974         * files.texi (Saving Buffers): Correct description of
975         `write-contents-functions'.
977 2004-06-21  Juanma Barranquero  <lektu@terra.es>
979         * display.texi (Images): Remove redundant @vindex directives.
980         Rewrite `image-library-alist' doc in active voice.
982 2004-06-14  Juanma Barranquero  <lektu@terra.es>
984         * display.texi (Images): Document new delayed library loading,
985         variable `image-library-alist' and (existing but undocumented)
986         function `image-type-available-p'.
988 2004-06-05  Richard M. Stallman  <rms@gnu.org>
990         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
991         refer the user to the Initial Input node.
992         (Text from Minibuffer): Likewise.
993         (Initial Input): New node.  Document this feature
994         and say it is mostly deprecated.
996 2004-05-30  Richard M. Stallman  <rms@gnu.org>
998         * loading.texi (Named Features): Clarify return value
999         and meaning of NOERROR.
1001         * variables.texi (File Local Variables): Minor cleanup.
1003 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
1005         * files.texi (Magic File Names): Add `file-remote-p' as operation
1006         of file name handlers.
1008 2004-05-29  Richard M. Stallman  <rms@gnu.org>
1010         * modes.texi (Minor Mode Conventions): (-) has no special meaning
1011         as arg to a minor mode command.
1013 2004-05-22  Richard M. Stallman  <rms@gnu.org>
1015         * syntax.texi (Syntax Class Table): Word syntax not just for English.
1017         * streams.texi (Output Variables): Doc float-output-format.
1019         * searching.texi (Regexp Special): Nested repetition can be infloop.
1021         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1022         real stack overflow.
1024         * compile.texi: Minor cleanups.
1026 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
1028         * lists.texi (Cons Cells): Explain dotted lists, true lists,
1029         circular lists.
1030         (List Elements): Explain handling of circular and dotted lists.
1032 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
1034         * modes.texi (Search-based Fontification): Fix typo.
1036 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1038         * modes.texi (Mode Line Variables): Fix description of
1039         global-mode-string, which is now after which-func-mode, not the
1040         buffer name.
1042 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1044         * modes.texi (Desktop Save Mode): Add.
1045         (Modes): Add menu entry Desktop Save Mode.
1047         * hooks.texi: Add desktop-after-read-hook,
1048         desktop-no-desktop-file-hook and desktop-save-hook.
1050         * locals.texi: Add desktop-save-buffer.
1052 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
1054         * display.texi: emacs -> Emacs.
1056 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1058         * files.texi (Changing Files): Document set-file-times.
1060 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1062         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1064 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
1066         * tips.texi (Coding Conventions): defopt -> defcustom.
1068 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
1070         * sequences.texi: Various clarifications.
1072 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
1074         * buffers.texi (Read Only Buffers): Mention optional ARG to
1075         `toggle-read-only'.
1077 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
1079         * windows.texi (Selecting Windows): Note that get-lru-window
1080         returns a full-width window if possible.
1082 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
1084         * buffers.texi: Various changes in addition to:
1085         (Buffer File Name): Add `find-buffer-visiting'.
1086         (Buffer Modification): Mention optional ARG to `not-modified'.
1087         (Indirect Buffers): Mention optional CLONE argument to
1088         `make-indirect-buffer'.
1090         * files.texi: Various changes in addition to:
1091         (Visiting Functions): `find-file-hook' is now a normal hook.
1092         (File Name Expansion): Explain difference between the way that
1093         `expand-file-name' and `file-truename' treat `..'.
1094         (Contents of Directories): Mention optional ID-FORMAT argument to
1095         `directory-files-and-attributes'.
1096         (Format Conversion): Mention new optional CONFIRM argument to
1097         `format-write-file'.
1099 2004-04-12  Miles Bader  <miles@gnu.org>
1101         * macros.texi (Expansion): Add description of `macroexpand-all'.
1103 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1105         * variables.texi (Variable Aliases): Mention
1106         cyclic-variable-indirection.
1108         * errors.texi (Standard Errors): Ditto.
1110 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1112         * backups.texi:  Various small changes in addition to:
1113         (Making Backups): Mention return value of `backup-buffer'.
1114         (Auto-Saving): Mention optional FORCE argument to
1115         `delete-auto-save-file-if-necessary'.
1116         (Reverting): Mention optional PRESERVE-MODES argument to
1117         `revert-buffer'.  Correct description of `revert-buffer-function'.
1119 2004-03-22  Juri Linkov  <juri@jurta.org>
1121         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1122         with `Vector Functions'.
1124         * text.texi (Sorting): Add missing quote.
1126 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
1128         * intro.texi (Lisp History): Replace xref to `cl' manual with
1129         inforef.
1131 2004-03-12  Richard M. Stallman  <rms@gnu.org>
1133         * intro.texi (Version Info): Add arg to emacs-version.
1134         (Lisp History): Change xref to CL manual.
1136 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
1138         * minibuf.texi (Completion Commands): Add xref to Emacs manual
1139         for Partial Completion mode.
1141 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
1143         * customize.texi: Fix typo. Remove eol whitespace.
1145 2004-03-04  Richard M. Stallman  <rms@gnu.org>
1147         * processes.texi: Fix typos.
1149         * lists.texi (Building Lists): Minor clarification.
1151         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1152         in make-hash-table.
1154 2004-02-29  Juanma Barranquero  <lektu@terra.es>
1156         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1157         rm, and ignore exit code.
1159 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
1161         * display.texi (Defining Faces): Add description for min-colors.
1162         Update example.
1164 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
1166         * abbrevs.texi: Various corrections and clarifications in addition
1167         to the following:
1168         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1170 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1172         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1174 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
1176         * text.texi: Various small changes in addition to the following:
1177         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1178         to delete-horizontal-space.
1179         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1180         description of yank-handler text property at various places.
1182         * frames.texi (Window System Selections): Add anchor.
1184         * syntax.texi (Syntax Table Functions): Clarify and correct
1185         descriptions of make-syntax-table and copy-syntax-table.
1186         (Motion and Syntax): Clarify SYNTAXES argument to
1187         skip-syntax-forward.
1188         (Parsing Expressions): Mention that the return value of
1189         parse-partial-sexp is currently a list of ten rather than nine
1190         elements.
1191         (Categories): Various corrections and clarifications.
1193 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
1195         * markers.texi (Marker Insertion Types): Minor change.
1197         * locals.texi (Standard Buffer-Local Variables):
1198         * commands.texi (Interactive Codes, Using Interactive):
1199         * functions.texi (Related Topics): Fix xrefs.
1201 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1203         * lists.texi (Sets And Lists): Update description of delete-dups.
1205 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1207         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1209 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1211         * frames.texi (Parameter Access): frame-parameters arg is optional.
1212         modify-frame-parameters handles nil for FRAME.
1213         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1214         are all-or-nothing for certain toolkits.
1215         Mention parameter wait-for-wm.
1216         (Frames and Windows): In frame-first-window and frame-selected-window
1217         the arg is optional.
1218         (Input Focus): In redirect-frame-focus the second arg is optional.
1219         (Window System Selections): Mention selection type CLIPBOARD.
1220         Mention data-type UTF8_STRING.
1221         Mention numbering of cut buffers.
1222         (Resources): Describe x-resource-name.
1224 2004-02-16  Richard M. Stallman  <rms@gnu.org>
1226         * windows.texi (Buffers and Windows): Delete false table
1227         about all-frames.
1229         * syntax.texi (Parsing Expressions): Delete old caveat
1230         about parse-sexp-ignore-comments.
1232         * streams.texi (Output Variables): Add print-quoted.
1234         * lists.texi (Building Lists): Minor cleanup.
1236         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1238         * display.texi (Overlays): Explain overlays use markers.
1239         (Managing Overlays): Explain front-advance and rear-advance
1240         in more detail.
1242         * loading.texi (Unloading): Document unload-feature-special-hooks.
1243         Get rid of fns-NNN.el file.
1245 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1247         * help.texi (Describing Characters): Fix text-char-description
1248         example output.
1250         * edebug.texi (Using Edebug): Fix example.
1252         * debugging.texi (Internals of Debugger): Fix return value.
1254         * files.texi (Changing Files): Fix argname.
1256         * calendar.texi: Fix parens, and default values.
1258         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1259         * nonascii.texi, objects.texi, os.texi: Minor fixes.
1260         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1262         * positions.texi (Text Lines): Don't add -1 in current-line.
1264 2004-02-16  Richard M. Stallman  <rms@gnu.org>
1266         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1268 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1270         * processes.texi (Low-Level Network): Fix a typo.
1272 2004-02-12  Kim F. Storm  <storm@cua.dk>
1274         * display.texi (Fringes): Use consistent wording.
1275         Note that window-fringe's window arg is optional.
1276         (Scroll Bars): Use consistent wording.
1278 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
1280         * tips.texi (Comment Tips): Document the new conventions for
1281         commenting out code.
1283 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1285         * positions.texi (Text Lines): Added missing end defun.
1287 2004-02-07  Kim F. Storm  <storm@cua.dk>
1289         * positions.texi (Text Lines): Add line-number-at-pos.
1291 2004-02-06  John Paul Wallington  <jpw@gnu.org>
1293         * display.texi (Button Properties, Button Buffer Commands):
1294         mouse-2 invokes button, not down-mouse-1.
1296 2004-02-04  Jason Rumney  <jasonr@gnu.org>
1298         * makefile.w32-in: Sync with Makefile.in changes.
1300 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
1302         * minibuf.texi (Text from Minibuffer): Various corrections and
1303         clarifications.
1304         (Object from Minibuffer): Correct Lisp description of
1305         read-minibuffer.
1306         (Minibuffer History): Clarify description of cons values for
1307         HISTORY arguments.
1308         (Basic Completion): Various corrections and clarifications.  Add
1309         completion-regexp-list.
1310         (Minibuffer Completion): Correct and clarify description of
1311         completing-read.
1312         (Completion Commands): Mention Partial Completion mode.  Various
1313         other minor changes.
1314         (High-Level Completion): Various corrections and clarifications.
1315         (Reading File Names): Ditto.
1316         (Minibuffer Misc): Ditto.
1318 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1320         * strings.texi (Text Comparison): assoc-string also matches
1321         elements of alists that are strings instead of conses.
1322         (Formatting Strings): Standardize Texinfo usage.  Update index
1323         entries.
1325 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
1327         * lists.texi (Sets And Lists): Add delete-dups.
1329 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
1331         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
1332         special form.
1333         * macros.texi (Defining Macros): Update description of `declare',
1334         which now is a macro.
1335         (Wrong Time): Fix typos.
1337 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
1339         * compile.texi (Compilation Functions): Expand descriptions of
1340         `compile-defun', `byte-compile-file', `byte-recompile-directory'
1341         and `batch-byte-compile'.  In particular, mention and describe
1342         all optional arguments.
1343         (Disassembly): Correct and clarify the description of `disassemble'.
1345 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
1347         * searching.texi: Various small changes in addition to the
1348         following.
1349         (Regexp Example): Adapt to new value of `sentence-end'.
1350         (Regexp Functions): The PAREN argument to `regexp-opt' can be
1351         `words'.
1352         (Search and Replace): Add usage note for `perform-replace'.
1353         (Entire Match Data): Mention INTEGERS and REUSE arguments to
1354         `match-data'.
1355         (Standard Regexps): Update for new values of `paragraph-start'
1356         and `sentence-end'.
1358 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
1360         * files.texi (Saving Buffers): Clarify descriptions of
1361         `write-contents-functions' and `before-save-hook'.
1362         Make the defvar's for `before-save-hook' and `after-save-hook'
1363         into defopt's.
1365 2004-01-07  Kim F. Storm  <storm@cua.dk>
1367         * commands.texi (Click Events): Describe new image and
1368         width/height elements of click events.
1369         (Accessing Events): Add posn-string, posn-image, and
1370         posn-object-width-height.  Change posn-object to return either
1371         image or string object.
1373 2004-01-01  Simon Josefsson  <jas@extundo.com>
1375         * hooks.texi (Standard Hooks): Add before-save-hook.
1376         * files.texi (Saving Buffers): Likewise.
1378 2004-01-03  Richard M. Stallman  <rms@gnu.org>
1380         * frames.texi (Frames and Windows): Delete frame-root-window.
1382 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1384         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1386         * functions.texi: Various small changes in addition to the
1387         following.
1388         (What Is a Function): `functionp' returns nil for macros.  Clarify
1389         behavior of this and following functions for symbol arguments.
1390         (Function Documentation): Add `\' in front of (fn @var{arglist})
1391         and explain why.
1392         (Defining Functions): Mention DOCSTRING argument to `defalias'.
1393         Add anchor.
1394         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
1396 2004-01-01  Miles Bader  <miles@gnu.org>
1398         * display.texi (Buttons): New section.
1400 2003-12-31  Andreas Schwab  <schwab@suse.de>
1402         * numbers.texi (Math Functions): sqrt reports a domain-error
1403         error.
1404         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1406 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1408         * tips.texi (Documentation Tips): Update item on hyperlinks in
1409         documentation strings.
1411         * errors.texi (Standard Errors): Various small corrections and
1412         additions.
1414         * control.texi: Various small changes in addition to the
1415         following.
1416         (Signaling Errors): Provide some more details on how `signal'
1417         constructs the error message.  Add anchor to the definition of
1418         `signal'.
1419         (Error Symbols): Describe special treatment of `quit'.
1420         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1421         to emphasize that it has to be a single form.
1423         * buffers.texi: Add anchor.
1425 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1427         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
1428         (Window Configurations): Add window-configuration-frame.
1430         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
1432         * text.texi (Examining Properties): Add get-char-property-and-overlay.
1433         Change arg name in get-char-property.
1434         (Special Properties): Update handling of keymap property.
1436         * strings.texi (Modifying Strings): Add clear-string.
1437         (Text Comparison): Add assoc-string and remove
1438         assoc-ignore-case, assoc-ignore-representation.
1440         * os.texi (Time of Day): Add set-time-zone-rule.
1442         * numbers.texi (Math Functions): asin, acos, log, log10
1443         report domain-error errors.
1445         * nonascii.texi (Converting Representations):
1446         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
1447         (Encoding and I/O): Add file-name-coding-system.
1449         * modes.texi (Search-based Fontification): Explain that
1450         face specs are symbols with face names as values.
1452         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
1454         * lists.texi (Building Lists): remq moved elsewhere.
1455         (Sets And Lists): remq moved here.
1456         (Association Lists): Refer to assoc-string.
1458         * internals.texi (Garbage Collection): Add memory-use-counts.
1460         * frames.texi (Frames and Windows): Add set-frame-selected-window
1461         and frame-root-window.
1463         * files.texi (Contents of Directories):
1464         Add directory-files-and-attributes.
1466         * display.texi (Refresh Screen): Add force-window-update.
1467         (Invisible Text): Explain about moving point out of invis text.
1468         (Overlay Properties): Add overlay-properties.
1469         (Managing Overlays): Add overlayp.
1470         (GIF Images): Invalid image number displays a hollow box.
1472         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
1473         (Killing Buffers): Add buffer-live-p.
1475 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1477         * display.texi (Fringes): Fix typo "set-buffer-window".
1479 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
1481         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
1482         * nonascii.texi, processes.texi, tips.texi, variables.texi:
1483         Add or change various xrefs and anchors.
1485         * commands.texi: Replace all occurrences of @acronym{CAR} with
1486         @sc{car}, for consistency with the rest of the Elisp manual.
1487         `car' and `cdr' are historically acronyms, but are no longer
1488         widely thought of as such.
1490         * internals.texi (Pure Storage): Mention that `purecopy' does not
1491         copy text properties.
1492         (Object Internals): Now 29 bits are used (in most implementations)
1493         to address Lisp objects.
1495         * variables.texi (Variables with Restricted Values): New node.
1497         * objects.texi (Lisp Data Types): Mention that certain variables
1498         can only take on a restricted set of values and add an xref to
1499         the new node "Variables with Restricted Values".
1501         * eval.texi (Function Indirection): Describe the errors that
1502         `indirect-function' can signal.
1503         (Eval): Clarify the descriptions of `eval-region' and `values'.
1504         Describe `eval-buffer' instead of `eval-current-buffer' and
1505         mention `eval-current-buffer' as an alias for `current-buffer'.
1506         Correct the description and mention all optional arguments.
1508         * nonascii.texi: Various small changes in addition to the
1509         following.
1510         (Converting Representations): Clarify behavior of
1511         `string-make-multibyte' and `string-to-multibyte' for unibyte all
1512         ASCII arguments.
1513         (Character Sets): Document the variable `charset-list' and adapt
1514         the definition of the function `charset-list' accordingly.
1515         (Translation of Characters): Clarify use of generic characters in
1516         `make-translation-table'.  Clarify and correct the description of
1517         the use of translation tables in encoding and decoding.
1518         (User-Chosen Coding Systems): Correct and clarify the description
1519         of `select-safe-coding-system'.
1520         (Default Coding Systems): Clarify description of
1521         `file-coding-system-alist'.
1523 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
1525         * strings.texi (Text Comparison): Correctly describe when two
1526         strings are `equal'.  Combine and clarify descriptions of
1527         `assoc-ignore-case' and `assoc-ignore-representation'.
1529         * objects.texi (Non-ASCII in Strings): Clarify description of
1530         when a string is unibyte or multibyte.
1531         (Bool-Vector Type): Update examples.
1532         (Equality Predicates): Correctly describe when two strings are
1533         `equal'.
1535 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
1537         * lists.texi (Building Lists): `append' no longer accepts integer
1538         arguments.  Update the description of `number-sequence' to reflect
1539         recent changes.
1540         (Sets And Lists): Describe `member-ignore-case' after `member'.
1542 2003-11-27  Kim F. Storm  <storm@cua.dk>
1544         * commands.texi (Click Events): Click object may be an images.
1545         Describe (dx . dy) element of click positions.
1546         (Accessing Events): Remove duplicate posn-timestamp.
1547         New functions posn-object and posn-object-x-y.
1549 2003-11-23  Kim F. Storm  <storm@cua.dk>
1551         * commands.texi (Click Events): Describe enhancements to event
1552         position lists, including new text-pos and (col . row) items.
1553         Mention left-fringe and right-fringe area events.
1554         (Accessing Events): New functions posn-area and
1555         posn-actual-col-row.  Mention posn-timestamp.  Mention that
1556         posn-point in non-text area still returns buffer position.
1557         Clarify posn-col-row.
1559 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
1561         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1562         * anti.texi (File Attributes): Describe removed parameter
1563         ID-FORMAT.
1565 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
1567         * positions.texi (Positions): Mention that, if a marker is used as
1568         a position, its buffer is ignored.
1570         * markers.texi (Overview of Markers): Mention it here too.
1572 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
1574         * numbers.texi (Numeric Conversions): Not just `floor', but also
1575         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1577 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
1579         * markers.texi (Creating Markers): Specify insertion type of
1580         created markers.  Add xref to `Marker Insertion Types'.
1581         Second argument to `copy-marker' is optional.
1582         (Marker Insertion Types): Mention that most markers are created
1583         with insertion type nil.
1584         (The Mark): Correctly describe when `mark' signals an error.
1585         (The Region): Correctly describe when `region-beginning' and
1586         `region-end' signal an error.
1588 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
1590         * hash.texi (Creating Hash): Clarify description of `eql'.
1591         `makehash' is obsolete.
1592         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1594         * positions.texi (Point): Change description of `buffer-end', so
1595         that it is also correct for floating point arguments.
1596         (List Motion): Correct argument lists of `beginning-of-defun' and
1597         `end-of-defun'.
1598         (Excursions): Add xref to `Marker Insertion Types'.
1599         (Narrowing): Argument to `narrow-to-page' is optional.
1601 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
1603         * streams.texi (Output Streams): Clarify behavior of point for
1604         marker output streams.
1606 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
1608         * variables.texi (Defining Variables): Second argument to
1609         `defconst' is not optional.
1610         (Setting Variables): Mention optional argument APPEND to
1611         `add-to-list'.
1612         (Creating Buffer-Local): Expand description of
1613         `make-variable-buffer-local'.
1614         (Frame-Local Variables): Expand description of
1615         `make-variable-frame-local'.
1616         (Variable Aliases): Correct description of optional argument
1617         DOCSTRING to `defvaralias'.  Mention return value of
1618         `defvaralias'.
1619         (File Local Variables): Add xref to `File variables' in Emacs
1620         Manual.  Correct description of `hack-local-variables'.  Mention
1621         `safe-local-variable' property.  Mention optional second argument
1622         to `risky-local-variable-p'.
1624 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
1626         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1628 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1630         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1631         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1632         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1633         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1634         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
1635         lispref/processes.texi, lispref/searching.texi,
1636         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1637         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1638         @acronym{FOO}.
1640 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
1642         * strings.texi (Creating Strings): Argument START to `substring'
1643         can not be `nil'.  Expand description of
1644         `substring-no-properties'.  Correct description of `split-string',
1645         especially with respect to empty matches.  Prevent very bad line
1646         break in definition of `split-string-default-separators'.
1647         (Text Comparison): `string=' and `string<' also accept symbols as
1648         arguments.
1649         (String Conversion): More completely describe argument BASE in
1650         `string-to-number'.
1651         (Formatting Strings): `%s' and `%S' in `format' do require
1652         corresponding object.  Clarify behavior of numeric prefix after
1653         `%' in `format'.
1654         (Case Conversion): The argument to `upcase-initials' can be a
1655         character.
1657 2003-10-27  Kenichi Handa  <handa@m17n.org>
1659         * display.texi (Fontsets): Fix texinfo usage.
1661 2003-10-25  Kenichi Handa  <handa@m17n.org>
1663         * display.texi (Fontsets): Add description of the function
1664         set-fontset-font.
1666 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
1668         * display.texi (Temporary Displays): Add xref to `Documentation
1669         Tips'.
1671         * functions.texi (Function Safety): Use inforef instead of pxref
1672         for SES.
1674 2003-10-23  Andreas Schwab  <schwab@suse.de>
1676         * Makefile.in (TEX, texinputdir): Don't define.
1677         (TEXI2DVI): Define.
1678         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1679         add $(srcdir)/index.texi.
1680         ($(infodir)/elisp): Remove index.texi dependency.
1681         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
1682         (index.texi): Remove target.
1683         (dist): Don't link $(srcdir)/permute-index.
1684         (clean): Don't remove index.texi.
1686         * permute-index, index.perm: Remove.
1687         * index.texi: Rename from index.unperm.
1689 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
1691         * tips.texi (Documentation Tips): Document new behavior for face
1692         and variable hyperlinks in Help mode.
1694 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
1696         * objects.texi (Integer Type): Update for extra bit of integer range.
1697         (Character Type): Ditto.
1699 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
1701         * numbers.texi (Integer Basics): Add index entries for reading
1702         numbers in hex, octal, and binary.
1704 2003-10-16  Lute Kamstra  <lute@gnu.org>
1706         * modes.texi (Mode Line Format): Mention force-mode-line-update's
1707         argument.
1709 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
1711         * windows.texi (Choosing Window): Fix typo.
1712         * edebug.texi (Edebug Execution Modes): Fix typo.
1714 2003-10-13  Richard M. Stallman  <rms@gnu.org>
1716         * windows.texi (Basic Windows): A window has fringe settings,
1717         display margins and scroll-bar settings.
1718         (Splitting Windows): Doc split-window return value.
1719         Clean up one-window-p.
1720         (Selecting Windows): Fix typo.
1721         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1722         (Buffers and Windows): In set-window-buffer, explain effect
1723         on fringe settings and scroll bar settings.
1724         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1725         (Choosing Window): Use defopt for pop-up-frame-function.
1726         For special-display-buffer-names, explain same-window and same-frame.
1727         Clarify window-dedicated-p return value.
1728         (Textual Scrolling): scroll-up and scroll-down can get an error.
1729         (Horizontal Scrolling): Clarify auto-hscroll-mode.
1730         Clarify set-window-hscroll.
1731         (Size of Window): Don't mention tool bar in window-height.
1732         (Coordinates and Windows): Explain what coordinates-in-window-p
1733         returns for fringes and display margins.
1734         (Window Configurations): Explain saving fringes, etc.
1736         * tips.texi (Library Headers): Clean up Documentation.
1738         * syntax.texi (Parsing Expressions): Clean up forward-comment
1739         and parse-sexp-lookup-properties.
1741         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
1743         * os.texi (System Environment): Clean up text for load-average errors.
1745         * modes.texi (Hooks): Don't explain local hook details at front.
1746         Clarify run-hooks and run-hook-with-args a little.
1747         Clean up add-hook and remove-hook.
1749         * edebug.texi (Edebug Execution Modes): Clarify t.
1750         Document edebug-sit-for-seconds.
1751         (Coverage Testing): Document C-x X = and =.
1752         (Instrumenting Macro Calls): Fix typo.
1753         (Specification List): Don't index the specification keywords.
1755 2003-10-10  Kim F. Storm  <storm@cua.dk>
1757         * processes.texi (Network): Introduce make-network-process.
1759 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
1761         * tips.texi (Library Headers): Fix typo.
1763 2003-10-07  Juri Linkov  <juri@jurta.org>
1765         * modes.texi (Imenu): Mention imenu-create-index-function's
1766         default value.  Explain submenus better.
1768 2003-10-07  Lute Kamstra  <lute@gnu.org>
1770         * modes.texi (Faces for Font Lock): Fix typo.
1771         (Hooks): Explain how buffer-local hook variables can refer to
1772         global hook variables.
1773         Various minor clarifications.
1775 2003-10-06  Lute Kamstra  <lute@gnu.org>
1777         * tips.texi (Coding Conventions): Mention naming conventions for
1778         hooks.
1780 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
1782         * loading.texi (Library Search): Correct default value of
1783         load-suffixes.
1784         (Named Features): Fix typo.
1786 2003-10-05  Richard M. Stallman  <rms@gnu.org>
1788         * loading.texi (Named Features): In `provide',
1789         say how to test for subfeatures.
1790         (Unloading): In unload-feature, use new var name
1791         unload-feature-special-hooks.
1793 2003-10-03  Lute Kamstra  <lute@gnu.org>
1795         * modes.texi (Major Mode Conventions): Mention third way to set up
1796         Imenu.
1797         (Imenu): A number of small fixes.
1798         Delete documentation of internal variable imenu--index-alist.
1799         Document the return value format of imenu-create-index-function
1800         functions.
1802 2003-09-30  Richard M. Stallman  <rms@gnu.org>
1804         * processes.texi (Network): Say what stopped datagram connections do.
1806         * lists.texi (Association Lists): Clarify `assq-delete-all'.
1808         * display.texi (Overlay Properties): Clarify `evaporate' property.
1810 2003-09-29  Lute Kamstra  <lute@gnu.org>
1812         * modes.texi (Mode Line Data): Explain when symbols in mode-line
1813         constructs should be marked as risky.
1814         Change cons cell into proper list.
1815         (Mode Line Variables): Change cons cell into proper list.
1817 2003-09-26  Lute Kamstra  <lute@gnu.org>
1819         * modes.texi (Mode Line Data): Document the :propertize construct.
1820         (Mode Line Variables): Reorder the descriptions of the variables
1821         to match their order in the default mode-line-format.
1822         Describe the new variables mode-line-position and mode-line-modes.
1823         Update the default values of mode-line-frame-identification,
1824         minor-mode-alist, and default-mode-line-format.
1825         (Properties in Mode): Mention the :propertize construct.
1827 2003-09-26  Richard M. Stallman  <rms@gnu.org>
1829         * buffers.texi, commands.texi, debugging.texi, eval.texi:
1830         * loading.texi, minibuf.texi, text.texi, variables.texi:
1831         Avoid @strong{Note:}.
1833 2003-09-26  Richard M. Stallman  <rms@gnu.org>
1835         * keymaps.texi (Remapping Commands): Fix typo.
1837 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
1839         * processes.texi (Low-Level Network): Fix typo.
1841 2003-09-23  Kim F. Storm  <storm@cua.dk>
1843         * processes.texi (Network, Network Servers): Fix typos.
1844         (Low-Level Network): Add timeout value for :server keyword.
1845         Add new option keywords to make-network-process.
1846         Add set-network-process-options.
1847         Explain how to test availability of network options.
1849 2003-09-19  Richard M. Stallman  <rms@gnu.org>
1851         * text.texi (Motion by Indent): Arg to
1852         backward-to-indentation and forward-to-indentation is optional.
1854         * strings.texi (Creating Strings): Add substring-no-properties.
1856         * processes.texi
1857         (Process Information): Add list-processes arg QUERY-ONLY.
1858         Delete process-contact from here.
1859         Add new status values for process-status.
1860         Add process-get, process-put, process-plist, set-process-plist.
1861         (Synchronous Processes): Add call-process-shell-command.
1862         (Signals to Processes): signal-process allows process objects.
1863         (Network): Complete rewrite.
1864         (Network Servers, Datagrams, Low-Level Network): New nodes.
1866         * positions.texi (Word Motion): forward-word, backward-word
1867         arg is optional.  Reword.
1869         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
1871         * variables.texi (Creating Buffer-Local):
1872         Delete duplicate definition of buffer-local-value.
1873         (File Local Variables): Explain about discarding text props.
1875 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1877         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1878         changes variables that record input events.
1879         (Minibuffer Misc): Add minibuffer-selected-window.
1881         * lists.texi (Building Lists): Add copy-tree.
1883         * display.texi (Fontsets): Add char-displayable-p.
1884         (Scroll Bars): New node.
1886 2003-09-08  Lute Kamstra  <lute@gnu.org>
1888         * modes.texi (%-Constructs): Document new `%i' and `%I'
1889         constructs.
1891 2003-09-03  Peter Runestig  <peter@runestig.com>
1893         * makefile.w32-in: New file.
1895 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1897         * display.texi (Overlay Properties): Clarify how priorities
1898         affect use of the properties.
1900 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
1902         * customize.texi (Type Keywords): Correct the description of
1903         `:help-echo' in the case where `motion-doc' is a function.
1905 2003-08-14  John Paul Wallington  <jpw@gnu.org>
1907         * modes.texi (Emulating Mode Line): Subsection, not section.
1909 2003-08-13  Richard M. Stallman  <rms@gnu.org>
1911         * elisp.texi (Top): Update subnode lists in menu.
1913         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1914         (Kill Functions): kill-region has new arg yank-handler.
1915         (Yanking): New node.
1916         (Yank Commands): Add yank-undo-function.
1917         (Low-Level Kill Ring):
1918         kill-new and kill-append have new arg yank-handler.
1919         (Changing Properties): Add remove-list-of-text-properties.
1920         (Atomic Changes): New node.
1922         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1924         * streams.texi (Output Variables): Add eval-expression-print-length
1925         and eval-expression-print-level.
1927         * os.texi (Time Conversion): For encode-time, explain limits on year.
1929         * objects.texi (Character Type): Define anchor "modifier bits".
1931         * modes.texi (Emulating Mode Line): New node.
1932         (Search-based Fontification): Font Lock uses font-lock-face property.
1933         (Other Font Lock Variables): Likewise.
1935         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1936         not vectors.
1937         (Active Keymaps): Add emulation-mode-map-alists.
1938         (Functions for Key Lookup): key-binding has new arg no-remap.
1939         (Remapping Commands): New node.
1940         (Scanning Keymaps): where-is-internal has new arg no-remap.
1941         (Tool Bar): Add tool-bar-local-item-from-menu.
1942         Clarify when to use tool-bar-add-item-from-menu.
1944         * commands.texi (Interactive Call): commandp has new arg.
1945         (Command Loop Info): Add this-original-command.
1947 2003-08-06  John Paul Wallington  <jpw@gnu.org>
1949         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1951         * display.texi (Warning Basics): Fix typo.
1952         (Fringes): Add closing curly bracket and fix typo.
1954         * elisp.texi (Top): Fix typo.
1956 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1958         * elisp.texi: Update lists of subnodes.
1960         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1962         * variables.texi (Local Variables): Use lc for example variable names.
1964         * tips.texi (Library Headers): Explain where to put -*-.
1966         * strings.texi (Creating Strings): Fix xref for vconcat.
1968         * sequences.texi (Vector Functions):
1969         vconcat no longer allows integer args.
1971         * minibuf.texi (Reading File Names): read-file-name has new
1972         arg PREDICATE.  New function read-directory-name.
1974         * macros.texi (Defining Macros): Give definition of `declare'
1975         (Indenting Macros): New node.
1977         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1978         (Window Frame Parameters): Make separate table of parameters
1979         that are coupled with specific face attributes.
1980         (Deleting Frames): delete-frame-hooks renamed to
1981         delete-frame-functions.
1983         * files.texi (Magic File Names): Add file-remote-p.
1984         Clarify file-local-copy.
1986         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1987         here; instead xref Defining Macros.
1989         * display.texi (Warnings): New node, and subnodes.
1990         (Fringes): New node.
1992         * debugging.texi (Test Coverage): New node.
1994         * compile.texi (Compiler Errors): Explain with-no-warnings
1995         and other ways to suppress warnings.
1997         * commands.texi (Interactive Call): Minor clarification.
1999         * buffers.texi (Buffer File Name): set-visited-file-name
2000         renames the buffer too.
2002         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2004 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
2006         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2008 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
2010         * internals.texi (Garbage Collection): Fix previous change.
2012 2003-07-22  Richard M. Stallman  <rms@gnu.org>
2014         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2016         * display.texi (Width): Use \s syntax in example.
2017         (Font Selection): Add face-font-rescale-alist.
2019         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2020         Remove spurious indent in example.
2022         * lists.texi (Building Lists): Add number-sequence.
2024         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2026         * functions.texi (Function Documentation): Explain how to
2027         show calling convention explicitly in the doc string.
2029         * windows.texi (Selecting Windows): save-selected-window saves
2030         selected window of each frame.
2031         (Window Configurations): Minor change.
2033         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2035         * streams.texi (Output Variables): Add print-continuous-numbering
2036         and print-number-table.
2038         * processes.texi (Decoding Output): New node.
2040         * os.texi (Time Conversion): decode-time arg is optional.
2042         * objects.texi (Character Type): Don't use space as example for \.
2043         Make list of char names and \-sequences correspond.
2044         Explain that \s is not used in strings.  `\ ' needs space after.
2046         * nonascii.texi (Converting Representations): Add string-to-multibyte.
2047         (Translation of Characters): Add translation-table-for-input.
2048         (Default Coding Systems): Add auto-coding-functions.
2049         (Explicit Encoding): Add decode-coding-inserted-region.
2050         (Locales): Add locale-info.
2052         * minibuf.texi (Basic Completion): Describe test-completion.
2053         Collections can be lists of strings.
2054         Clean up lazy-completion-table.
2055         (Programmed Completion): Mention test-completion.
2056         Clarify why lambda expressions are not accepted.
2057         (Minibuffer Misc): Describe minibufferp.
2059 2003-07-14  Richard M. Stallman  <rms@gnu.org>
2061         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2063         * windows.texi (Selecting Windows): New arg to select-window.
2064         (Selecting Windows): Add with-selected-window.
2065         (Size of Window): Add window-inside-edges, etc.
2067         * internals.texi (Garbage Collection): Add post-gc-hook.
2069         * processes.texi (Subprocess Creation): Add exec-suffixes.
2071         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2072         (Scanning Keymaps): Add map-keymaps.
2073         (Defining Menus): Add keymap-prompt.
2075         * numbers.texi (Integer Basics): Add most-positive-fixnum,
2076         most-negative-fixnum.
2078         * compile.texi (Byte Compilation): Explain no-byte-compile
2079         (Compiler Errors): New node.
2081         * os.texi (User Identification): user-uid, user-real-uid
2082         can return float.
2084         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2085         and about derived modes.
2086         (Minor Modes): Add minor-mode-list.
2087         (Defining Minor Modes): Keyword args for define-minor-mode.
2088         (Search-based Fontification): Explain managing other properties.
2089         (Other Font Lock Variables): Add font-lock-extra-managed-props.
2090         (Faces for Font Lock): Add font-locl-preprocessor-face.
2091         (Hooks): Add run-mode-hooks and delay-mode-hooks.
2093         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
2094         (Variable Aliases): Clarify defvaralias.
2096         * loading.texi (Library Search): Add load-suffixes.
2098         * minibuf.texi (Basic Completion): Add lazy-completion-table.
2099         (Programmed Completion): Add dynamic-completion-table.
2101         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2102         (Magic File Names): Specify precedence order of handlers.
2104         * commands.texi (Command Overview): Emacs server runs pre-command-hook
2105         and post-command-hook.
2106         (Waiting): New calling convention for sit-for.
2108         * text.texi (Special Properties): local-map and keymap properties
2109         apply based on their stickiness.
2111 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2113         * modes.texi (Minor Mode Conventions): Specify only some kinds
2114         of list values as args to minor modes.
2116         * files.texi (File Name Expansion): Warn about iterative use
2117         of substitute-in-file-name.
2119         * advice.texi (Activation of Advice): Clean up previous change.
2121 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
2123         * advice.texi (Activation of Advice): Note that ad-start-advice is
2124         turned on by default.
2126 2003-06-30  Richard M. Stallman  <rms@gnu.org>
2128         * text.texi (Buffer Contents): Document current-word.
2129         (Change Hooks): Not called for *Messages*.
2131         * functions.texi (Defining Functions): Explain about redefining
2132         primitives.
2133         (Function Safety): Renamed.  Minor changes.
2134         Comment out the detailed criteria for what is safe.
2136 2003-06-22  Andreas Schwab  <schwab@suse.de>
2138         * objects.texi (Symbol Type): Fix description of examples.
2140 2003-06-16  Andreas Schwab  <schwab@suse.de>
2142         * hash.texi (Creating Hash): Fix description of :weakness.
2144 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2146         * files.texi (Changing Files): copy-file copies file modes, too.
2148 2003-05-28  Richard M. Stallman  <rms@gnu.org>
2150         * strings.texi (Creating Strings): Clarify split-string.
2152 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
2154         * strings.texi (Creating Strings): Update split-string specification
2155         and examples.
2157 2003-05-19  Richard M. Stallman  <rms@gnu.org>
2159         * elisp.texi: Correct invariant section names.
2161 2003-04-20  Richard M. Stallman  <rms@gnu.org>
2163         * os.texi (Timers): Explain about timers and quitting.
2165 2003-04-19  Richard M. Stallman  <rms@gnu.org>
2167         * internals.texi (Writing Emacs Primitives): Strings are
2168         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
2169         Explain GCPRO convention for varargs function args.
2171 2003-04-16  Richard M. Stallman  <rms@gnu.org>
2173         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2175 2003-04-08  Richard M. Stallman  <rms@gnu.org>
2177         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2179 2003-02-13  Kim F. Storm  <storm@cua.dk>
2181         * objects.texi (Character Type): New \s escape for space.
2183 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2185         * os.texi (System Environment): Added cygwin system-type.
2187 2003-01-25  Richard M. Stallman  <rms@gnu.org>
2189         * keymaps.texi: Document that a symbol can act as a keymap.
2191 2003-01-13  Richard M. Stallman  <rms@gnu.org>
2193         * text.texi (Changing Properties): Say string indices are origin-0.
2195         * positions.texi (Screen Lines) <compute-motion>:
2196         Correct order of elts in return value.
2198         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2199         how to define a default binding.
2201 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
2203         * loading.texi (Unloading): Fix recent change for load-history.
2205         * customize.texi (Simple Types): Clarify description of custom
2206         type 'number. Describe new custom type 'float.
2208 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
2210         * variables.texi (File Local Variables): Fix typo.
2212 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2214         From Michael Albinus <Michael.Albinus@alcatel.de>.
2216         * README: Target for Info file is `make info'.
2218         * files.texi (File Name Components): Fixed typos in
2219         `file-name-sans-extension'.
2220         (Magic File Names): Complete list of operations for magic file
2221         name handlers.
2223 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
2225         * variables.texi (File Local Variables): New function
2226         risky-local-variable-p.
2228 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
2230         * functions.texi (Function safety): New node about unsafep.
2232 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2234         * customize.texi (Splicing into Lists): Fixed example.
2235         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2237 2002-06-17  Juanma Barranquero  <lektu@terra.es>
2239         * frames.texi (Display Feature Testing): Fix typo.
2241 2002-06-12  Andreas Schwab  <schwab@suse.de>
2243         * frames.texi (Initial Parameters, Resources): Fix references to
2244         the Emacs manual.
2246 2002-05-13  Kim F. Storm  <storm@cua.dk>
2248         * variables.texi (Intro to Buffer-Local): Updated warning and
2249         example relating to changing buffer inside let.
2251 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2253         * os.texi (Session Management): New node about X Session management.
2255 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
2257         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
2258         to which the manual corresponds, and the copyright years.
2260         * Makefile.in (VERSION): Set to 2.9.
2262 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
2264         * elisp.texi: Change the category in @dircategory to "Emacs", to
2265         make it consistent with info/dir.
2267 2001-11-25  Miles Bader  <miles@gnu.org>
2269         * text.texi (Fields): Describe new `limit' arg in
2270         field-beginning/field-end.
2272 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
2274         * permute-index: Don't depend on csh-specific features.  Replace
2275         the interpreter name with /bin/sh.
2277         * two-volume-cross-refs.txt: New file.
2278         * two.el: New file.
2279         * spellfile: New file.
2281 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
2283         * permute-index: New file.
2285         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2286         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2287         8+3 restricted namespace.
2289         * Makefile.in (infodir): Define relative to $(srcdir).
2290         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2291         include directories list via -I switch to makeinfo.
2292         (index.texi): Use cp if both hard and symbolic links fail.
2294 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
2296         * Makefile.in (distclean): Add.
2298         The following changes make ELisp manual part of the Emacs
2299         distribution:
2301         * Makefile.in: Add Copyright notice.
2302         (prefix): Remove.
2303         (infodir): Change value to "../info".
2304         (VPATH): New variable.
2305         (MAKE): Don't define.
2306         (texmacrodir): Don't define.
2307         (texinputdir): Append the existing value of TEXINPUTS.
2308         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
2309         command to be compatible with man/Makefile.in, and to put the
2310         output into ../info.
2311         (info): Add target.
2312         (installall): Target removed.
2314 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2316         * tips.texi (Coding Conventions): Fix typo.
2318 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
2320         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
2322 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
2324         * files.texi (File Name Components): Update the description of
2325         file-name-sans-extension and file-name-extension, as they now
2326         ignore leading dots.
2328 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2330         * (Version 21.1 released.)
2332 2001-10-19  Miles Bader  <miles@gnu.org>
2334         * positions.texi (Text Lines): Describe behavior of
2335         `beginning-of-line'/`end-of-line' in the presence of field properties.
2337 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
2339         * Makefile.in (VERSION): Set to 2.8.
2340         (manual): Use `manual-21'.
2342         * elisp.texi (VERSION): Add and use it where the version
2343         number was used.  Set it to 2.8.
2345         * intro.texi: Likewise.
2347 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
2349         * files.texi (File Name Completion): Document the significance of
2350         a trailing slash in elements of completion-ignored-extensions.
2352 2001-10-06  Miles Bader  <miles@gnu.org>
2354         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
2356 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
2358         * variables.texi (Variable Aliases): New node.
2360 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
2362         * Branch for 21.1.
2364 2001-10-02  Miles Bader  <miles@gnu.org>
2366         * minibuf.texi (Minibuffer Misc): Add entries for
2367         `minibuffer-contents', `minibuffer-contents-no-properties', and
2368         `delete-minibuffer-contents'.
2369         Correct description for `minibuffer-prompt-end'.
2371         * text.texi (Property Search): Correct descriptions of
2372         `next-char-property-change' and `previous-char-property-change'.
2373         Add entries for `next-single-char-property-change' and
2374         `previous-single-char-property-change'.
2375         Make operand names a bit more consistent.
2377 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
2379         * frames.texi (Finding All Frames): Document that next-frame and
2380         previous-frame are local to current terminal.
2382 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
2384         * keymaps.texi (Creating Keymaps): Fix the description of the
2385         result of make-keymap.
2387 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
2389         * display.texi (Font Lookup, Attribute Functions)
2390         (Image Descriptors): Add cross-references to the definition of
2391         selected frame.
2393         * buffers.texi (The Buffer List): Add cross-references to the
2394         definition of selected frame.
2396         * frames.texi (Input Focus): Clarify which frame is _the_ selected
2397         frame at any given time.
2398         (Multiple Displays, Size and Position): Add a cross-reference to
2399         the definition of the selected frame.
2401 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2403         * strings.texi (String Conversion) <string-to-number>: Document
2404         that a float is returned for integers that are too large.
2406         * frames.texi (Mouse Position): Document mouse-position-function.
2407         (Display Feature Testing): Document display-images-p.
2408         (Window Frame Parameters): Document the cursor-type variable.
2410         * numbers.texi (Integer Basics): Document CL style read syntax for
2411         integers in bases other than 10.
2413         * positions.texi (List Motion): Document
2414         open-paren-in-column-0-is-defun-start.
2416         * lists.texi (Sets And Lists): Document member-ignore-case.
2418         * internals.texi (Garbage Collection): Document the used and free
2419         strings report.
2420         (Memory Usage): Document strings-consed.
2422         * os.texi (Time of Day): Document float-time.
2423         (Recording Input): Document that clear-this-command-keys clears
2424         the vector to be returned by recent-keys.
2426         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2427         argument keymap can be a list.
2429         * nonascii.texi (User-Chosen Coding Systems)
2430         <select-safe-coding-system>: Document the new argument
2431         accept-default-p and the variable
2432         select-safe-coding-system-accept-default-p.  Tell what happens if
2433         buffer-file-coding-system is undecided.
2434         (Default Coding Systems): Document auto-coding-regexp-alist.
2436         * display.texi (The Echo Area) <message>: Document
2437         message-truncate-lines.
2438         (Glyphs): Document that the glyph table is unused on windowed
2439         displays.
2441         * help.texi (Describing Characters) <single-key-description>:
2442         Document the new argument no-angles.
2443         (Accessing Documentation) <documentation-property>: Document that
2444         a non-string property is evaluated.
2445         <documentation>: Document that the function-documentation property
2446         is looked for.
2448         * windows.texi (Selecting Windows): Document some-window.
2450         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
2452         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
2453         apropos-mode-hook.
2455         * commands.texi (Using Interactive): Document interactive-form.
2456         (Keyboard Macros): Document kbd-macro-termination-hook.
2457         (Command Loop Info): Document that clear-this-command-keys clears
2458         the vector to be returned by recent-keys.
2460 2001-09-04  Werner LEMBERG  <wl@gnu.org>
2462         * Makefile.in (srcdir, texinputdir): New variables.
2463         (srcs, index.texi, install): Use $(srcdir).
2464         (.PHONY): Remove elisp.dvi.
2465         (elisp): Use -I switch for makeinfo.
2466         (elisp.dvi): Use $(srcdir) and $(texinputdir).
2467         (installall, dist): Use $(srcdir).
2468         Fix path to texinfo.tex.
2469         (maintainer-clean): Add elisp.dvi and elisp.oaux.
2471 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
2473         * display.texi (Conditional Display): Adjust to API change.
2475         * configure: New file.
2477 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
2479         * commands.texi (Repeat Events): Add description of
2480         double-click-fuzz.
2482 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
2484         * syntax.texi (Syntax Class Table): Add the missing designator for
2485         comment and string fences.
2486         (Syntax Properties): Add a xref to syntax table internals.
2487         (Syntax Table Internals): Document string-to-syntax.
2489 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
2491         * Makefile.in (install): Use install-info command line options
2492         like in Emacs' Makefile.in.
2494 2000-12-09  Miles Bader  <miles@gnu.org>
2496         * windows.texi (Window Start): Update documentation for
2497         `pos-visible-in-window-p'.
2499 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
2501         * lists.texi (Building Lists): Add footnote to explain how to add
2502         to the end of a list.
2504 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2506         * files.texi (Visiting Functions): Typos.
2508 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
2510         * files.texi (Visiting Functions): Return value of
2511         find-file-noselect may be a list of buffers if wildcards are used.
2513 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2515         * display.texi (Defining Faces): Document `graphic' display type
2516         in face specs.
2518 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2520         * hooks.texi (Standard Hooks): Replace obsolete
2521         `after-make-frame-hook' with `after-make-frame-functions'.
2523         * frames.texi (Creating Frames): Ditto.
2525         * variables.texi (Future Local Variables): Ditto.
2527 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
2529         * display.texi (Other Image Types): Add description of :foreground
2530         and :background properties of mono PBM images.
2532 2000-08-17  Werner LEMBERG  <wl@gnu.org>
2534         * .cvsignore: New file.
2536 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
2538         * tindex.pl: New script.
2540 1999-12-03  Dave Love  <fx@gnu.org>
2542         * Makefile.in (MAKEINFO): New parameter.
2544 1999-09-17  Richard Stallman  <rms@gnu.org>
2546         * Makefile.in (srcs): Add hash.texi.
2547         (VERSION): Update to 20.6.
2549 1999-09-13  Richard Stallman  <rms@gnu.org>
2551         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2553 1998-08-29  Karl Heuer  <kwzh@gnu.org>
2555         * configure.in: New file.
2556         * Makefile.in: Renamed from Makefile.
2557         (prefix, infodir): Use value obtained from configure.
2558         (emacslibdir): Obsolete variable deleted.
2559         (dist): Distribute configure.in, configure, Makefile.in.
2561 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
2563         * Makefile (INSTALL_INFO): New variable.
2564         (install): Run install-info.
2566 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
2568         * Makefile (elisp.dvi): Add missing backslash.
2570 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
2572         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2573         Run texindex without `./'.  Always run texindex on elisp.tp.
2574         (elisp.tps): Target deleted.
2576 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
2578         * Makefile (srcs): Add nonascii.texi and customize.texi.
2579         (dist): Start by deleting `temp'.
2581 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
2583         * Makefile (makeinfo, texindex): Targets deleted.
2584         (makeinfo.o, texindex.o): Targets deleted.
2585         (clean, dist): Don't do anything with them or with getopt*.
2587 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
2589         * Makefile (SHELL): Defined.
2591 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
2593         * Makefile (elisp.tps): New target.
2594         (elisp.dvi): Depend on elisp.tps.
2596 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2598         * README: Update phone number.
2600         * Makefile (elisp): Make this be the default target.
2601         Depend on makeinfo.c instead of makeinfo.
2602         (install): Don't depend on elisp.dvi, since we don't install that.
2603         Use mkinstalldirs.
2604         (dist): Add mkinstalldirs.
2606 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2608         * Makefile (VERSION): Update version number.
2609         (maintainer-clean): Renamed from realclean.
2611 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
2613         * Makefile (realclean): New target.
2614         (elisp): Remove any old elisp-* files first.
2616 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
2618         * Makefile (VERSION): New variable.
2619         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2620         Compressed file suffix should be `.gz', not `.z'.
2622 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2624         * Makefile (elisp): Depend on makeinfo.
2626 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
2628         * Makefile (srcs): Add anti.texi.
2630 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2632         * Makefile (infodir, prefix): New vars.
2633         (install): Use infodir.
2634         (emacsinfodir): Deleted.
2636 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2638         * Makefile (srcs): Add calendar.texi.
2640         * Makefile (dist): Copy texindex.c and makeinfo.c.
2641         Limit elisp-* files to those with one or two digits.
2643 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2645         * Makefile (dist): Changed to use Gzip instead of compress.
2647 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2649         * loading.texi (Unloading): define-function changed back to
2650         defalias.  It may not stay this way, but at least it's
2651         consistent with the known-good version of the code patch.
2653 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
2655         * modes.texi (Hooks): Document new optional arg of add-hook.
2657 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
2659         * variables.texi: Document nil initial value of buffer-local variables.
2661         * tips.texi: Add new section on standard library headers.
2663 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2665         * Makefile (srcs): Add frame.texi to the list of sources.
2667 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2669         * Makefile (dist): Don't bother excluding autosave files; they'll
2670         never make it into the temp directory anyway, and the hash marks
2671         in the name are problematic for make and the Bourne shell.
2672         (srcs):
2674 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
2676         * Makefile (dist): Don't include backup files or autosave files in
2677         the distribution tar file.
2679 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2681         * Makefile (srcs): Added index.perm.
2682         (elisp.dvi): Remove erroneous shell comment.
2683         Expect output of permute-index in permuted.fns.
2684         Save old elisp.aux in elisp.oaux.
2685         (clean): Added index.texi to be deleted.
2687 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
2689         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2691 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
2693         * files.texi:  Noted that completion-ignored-extensions is ignored
2694         when making *Completions*.
2696 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2698         * Makefile  make dist now depends on elisp.dvi, since it tries
2699         to include it in the dist file.
2701 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
2703         * functions.texinfo (Mapping Functions): Add missing quote
2705 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
2707         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2708         (defunargs): Turn off \hyphenchar of \sl font temporarily.
2710 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
2712         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2713         and @error{} are the terms now being used.  The files in the
2714         directory have been changed to reflect this.
2716         * All instances of @indentedresultt{} have been changed to
2717         `     @result{}', using 5 spaces at the begining of the line.
2719 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
2721         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2722         experimental @indentedresult{}, @indentedexpandsto{} are part of
2723         the texinfo.tex in this directory.  These TeX macros are not
2724         stable yet.
2726 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
2728         * texinfo.tex:  temporarily added
2729                 \let\result=\dblarrow
2730                 \def\error{{\it ERROR} \longdblarrow}
2731         We need to do this better soon.
2733 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
2735         * Applied Karl Berry's patches to *.texinfo files, but not to
2736         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
2737         new title page format is also not applied, since it requires
2738         texinfo.tex changes.)
2740         * Cleaned up `Makefile' and defined the `emacslibdir' directory
2741         for the Project GNU development environment.
2743 ;; Local Variables:
2744 ;; coding: iso-2022-7bit
2745 ;; End:
2747     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
2748   Copying and distribution of this file, with or without modification,
2749   are permitted provided the copyright notice and this notice are preserved.
2751 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda