(thumbs-thumbname): The resulting thubname includes a hash value to improve its
[emacs.git] / lispref / ChangeLog
blob6077deea9bb15bc82e92a8a4e8f0a17e9e90260a
1 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3         * modes.texi (Major Mode Conventions): A derived mode only needs
4         to put the call to the parent mode inside `delay-mode-hooks'.
6 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9         new, and what that implies.  Clarify.
11         * files.texi (Locating Files): Clean up the text.
13         * frames.texi (Window Frame Parameters): Document user-size.
14         Shorten entry for top by referring to left.
16 2005-05-26  Richard M. Stallman  <rms@gnu.org>
18         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
19         is new, and what the implications are.  Other clarifications.
21 2005-05-24  Richard M. Stallman  <rms@gnu.org>
23         * frames.texi (Dialog Boxes): Minor fixes.
25 2005-05-25  Masatake YAMATO  <jet@gyve.org>
27         * display.texi (Standard Faces): Write about `mode-line-highlight'.
29 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
31         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
32         is optional.
34 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
36         * frames.texi (Dialog Boxes): Descibe new optional argument.
38 2005-05-23  Lute Kamstra  <lute@gnu.org>
40         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
41         syntax-begin-function over font-lock-beginning-of-syntax-function.
43 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
45         * minibuf.texi (Reading File Names): Update description of
46         `read-directory-name'.
48         * modes.texi (Derived Modes): Clarify :group keyword.
50 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
52         * files.texi (Locating Files): New subsection.  Describe
53         locate-file and executable-find.
55 2005-05-21  Kevin Ryde  <user42@zip.com.au>
57         * frames.texi (Initial Parameters): Update cross reference to
58         "Emacs Invocation".
60 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
62         * keymaps.texi (Active Keymaps): Add anchor.
64         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
65         (Major Mode Conventions): Refer to `Auto Major Mode' in more
66         appropriate place.
67         (Derived Modes): Small clarifications.
68         (Minor Mode Conventions, Keymaps and Minor Modes): Replace
69         references to nodes with references to anchors.
70         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
71         Clarify description of lists whose first element is an integer.
72         (Mode Line Variables): Add anchor.
73         (%-Constructs): Clarify description of integer after %.
74         (Emulating Mode Line): Describe nil value for FACE.
76 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
78         * modes.texi (Derived Modes): Correct references to non-existing
79         variable standard-syntax-table.
81 2005-05-17  Lute Kamstra  <lute@gnu.org>
83         * modes.texi (Defining Minor Modes): Mention the mode hook.
85 2005-05-15  Kim F. Storm  <storm@cua.dk>
87         * processes.texi (Network): Remove open-network-stream-nowait.
88         (Network Servers): Remove open-network-stream-server.
90 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
92         * elisp.texi (Top): Update detailed menu.
94         * variables.texi: Reorder nodes.
95         (Variables): Update menu.
96         (File Local Variables): Do not refer to the `-*-' line as
97         a "local variables list".  Add pxref.
99 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
101         * elisp.texi (Top): Update detailed menu for node changes.
103         * modes.texi (Modes): Update Menu.
104         (Hooks):  Move to beginning of chapter.
105         Most minor modes run mode hooks too.
106         `add-hook' can handle void hooks or hooks whose value is a single
107         function.
108         (Major Modes): Update Menu.
109         (Major Mode Basics): New node, split off from `Major Modes'.
110         (Major Mode Conventions): Correct xref.  Explain how to handle
111         auto-mode-alist if the major mode command has an autoload cookie.
112         (Auto Major Mode): Major update.  Add magic-mode-alist.
113         (Derived Modes): Major update.
114         (Mode Line Format): Update Menu.
115         (Mode Line Basics): New node, split off from `Mode Line Format'.
117         * loading.texi (Autoload): Mention `autoload cookie' as synonym
118         for `magic autoload comment'.  Add index entries and anchor.
120 2005-05-14  Richard M. Stallman  <rms@gnu.org>
122         * tips.texi (Coding Conventions): Explain how important it is
123         that just loading certain files not change Emacs behavior.
125         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
127 2005-05-12  Lute Kamstra  <lute@gnu.org>
129         * modes.texi (Generic Modes): Update.
130         (Major Modes): Refer to node "Generic Modes".
132         * elisp.texi (Top): Update to the current structure of the manual.
133         * processes.texi (Processes): Add menu description.
134         * customize.texi (Customization): Add menu descriptions.
136 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
138         * processes.texi (Signals to Processes)
139         (Low-Level Network): Fix typos.
141 2005-05-11  Lute Kamstra  <lute@gnu.org>
143         * elisp.texi (Top): Add some nodes from the chapter "Major and
144         Minor Modes" to the detailed node listing.
146 2005-05-10  Richard M. Stallman  <rms@gnu.org>
148         * keymaps.texi (Extended Menu Items): Menu item filter functions
149         can be called at any time.
151 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
153         * variables.texi (File Local Variables): `(hack-local-variables t)'
154         now also checks whether a mode is specified in the local variables
155         list.
157 2005-05-05  Kevin Ryde  <user42@zip.com.au>
159         * display.texi (The Echo Area): Correct format function cross
160         reference.
162 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
164         * variables.texi (Variable Aliases): Change description of
165         `define-obsolete-variable-alias'.
167         * functions.texi (Functions): Add "Obsolete Functions" to menu.
168         (Defining Functions): Add xref.
169         (Obsolete Functions): New node.
170         (Function Safety): Standardize capitalization of section title.
172         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
173         (Dialog Boxes): Complete description of `x-popup-dialog'.
175 2005-05-04  Richard M. Stallman  <rms@gnu.org>
177         * commands.texi (Interactive Codes): Fix Texinfo usage.
178         Document U more clearly.
180 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
182         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
183         function and not a macro.
185         * frames.texi (Pop-Up Menus): Correct and clarify description of
186         `x-popup-menu'.
187         (Dialog Boxes): Clarify description of `x-popup-dialog'.
189 2005-05-01  Richard M. Stallman  <rms@gnu.org>
191         * edebug.texi (Checking Whether to Stop): Fix previous change.
193 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
195         * display.texi: Fix typos and Texinfo usage.
197         * edebug.texi (Checking Whether to Stop): executing-macro ->
198         executing-kbd-macro.
200 2005-05-01  Richard M. Stallman  <rms@gnu.org>
202         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
204 2005-04-30  Richard M. Stallman  <rms@gnu.org>
206         * files.texi (Magic File Names): Document `operations' property.
208 2005-04-29  Lute Kamstra  <lute@gnu.org>
210         * modes.texi (Generic Modes): New node.
211         (Major Modes): Add it to the menu.
212         (Derived Modes): Add "derived mode" to concept index.
214 2005-04-28  Lute Kamstra  <lute@gnu.org>
216         * modes.texi (Defining Minor Modes): Fix previous change.
217         (Font Lock Mode): Simplify.
218         (Font Lock Basics): Say that font-lock-defaults is buffer-local
219         when set and that some parts are optional.  Add cross references.
220         (Search-based Fontification): Say how to specify font-lock-keywords.
221         Add cross references.  Add font-lock-multiline to index.  Move
222         font-lock-keywords-case-fold-search here from node "Other Font
223         Lock Variables".  Document font-lock-add-keywords and
224         font-lock-remove-keywords
225         (Other Font Lock Variables): Move font-lock-keywords-only,
226         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
227         and font-lock-syntactic-face-function to node "Syntactic Font
228         Lock".  Move font-lock-keywords-case-fold-search to node
229         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
230         and font-lock-{,un}fontify-{buffer,region}-function.
231         (Precalculated Fontification): Remove reference to deleted variable
232         font-lock-core-only.
233         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
234         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
235         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
236         and font-lock-syntactic-face-function here from node "Other Font
237         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
238         Syntax Properties".  Add cross references.
239         (Setting Syntax Properties): New node.  Move
240         font-lock-syntactic-keywords here from "Syntactic Font Lock".
241         * syntax.texi (Syntax Properties): Add cross reference.
242         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
244 2005-04-26  Richard M. Stallman  <rms@gnu.org>
246         * display.texi (Defining Faces):
247         Document `default' elements of defface spec.
249         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
251         * variables.texi (Variable Aliases): Clarify text.
253 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
255         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
257 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
259         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
261 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
263         * syntax.texi (Syntax Table Internals): Elaborate documentation of
264         syntax-after and syntax-class.
266         * files.texi (Changing Files): Fix last change's cross-reference.
267         (Unique File Names): Don't mention "numbers" in the documentation
268         of make-temp-file and make-temp-name.
270 2005-04-23  Richard M. Stallman  <rms@gnu.org>
272         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
274 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
276         * windows.texi (Cyclic Window Ordering): Clarify window-list.
278 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
280         * variables.texi (Variable Aliases): Describe make-obsolete-variable
281         and define-obsolete-variable-alias.
283 2005-04-22  Kim F. Storm  <storm@cua.dk>
285         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
286         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
288 2005-04-21  Lute Kamstra  <lute@gnu.org>
290         * lists.texi (Association Lists): Document rassq-delete-all.
292 2005-04-19  Richard M. Stallman  <rms@gnu.org>
294         * modes.texi (Search-based Fontification): Explain that
295         facespec is an expression to be evaluated.
297 2005-04-19  Kevin Ryde  <user42@zip.com.au>
299         * streams.texi (Output Functions): Fix xref.
300         * strings.texi (String Conversion): Fix xref.
302 2005-04-19  Kim F. Storm  <storm@cua.dk>
304         * symbols.texi (Symbol Plists): Add safe-get.
305         Mention that `get' may signal an error.
307 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
309         * customize.texi (Variable Definitions): Replace tooltip-mode
310         example with save-place.
312 2005-04-17  Richard M. Stallman  <rms@gnu.org>
314         * buffers.texi (Indirect Buffers): Clarify.
316         * positions.texi (Positions): Clarify converting marker to integer.
318         * strings.texi (String Basics): Mention string-match; clarify.
320 2005-04-08  Lute Kamstra  <lute@gnu.org>
322         * modes.texi (Search-based Fontification): Fix cross references.
323         Use consistent terminology.  Document anchored highlighting.
325 2005-04-05  Lute Kamstra  <lute@gnu.org>
327         * modes.texi (Defining Minor Modes): Document :group keyword
328         argument and its default value.
330 2005-04-03  Lute Kamstra  <lute@gnu.org>
332         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
333         references and/or descriptions.  Delete major mode hooks; mention
334         them as a category instead.  Rename or delete obsolete hooks.
336 2005-04-02  Richard M. Stallman  <rms@gnu.org>
338         * nonascii.texi (Coding System Basics): Another wording cleanup.
340 2005-04-01  Richard M. Stallman  <rms@gnu.org>
342         * nonascii.texi (Coding System Basics): Clarify previous change.
344 2005-04-01  Kenichi Handa  <handa@m17n.org>
346         * nonascii.texi (Coding System Basics): Describe about rondtrip
347         identity of coding systems.
349 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
351         * text.texi (Buffer Contents): Add filter-buffer-substring and
352         buffer-substring-filters.
354 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
356         * anti.texi (Antinews): Mention `G' interactive code.
358         * tips.texi (Compilation Tips): Mention benchmark.el.
360 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
362         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
363         is now bound to M-o M-o.
365         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
367 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
369         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
370         in the Emacs Manual).
371         * Makefile.in (srcs): Remove calendar.texi.
372         * makefile.w32-in (srcs): Remove calendar.texi.
373         * display.texi (Display): Change name of next node.
374         * os.texi (System In): Change name of previous node.
375         * elisp.texi (Top): Remove Calendar references.
376         * vol1.texi (Top): Remove Calendar references.
377         * vol2.texi (Top): Remove Calendar references.
379 2005-03-25  Richard M. Stallman  <rms@gnu.org>
381         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
382         Cleanup previous change.
384 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
386         * display.texi (Face Attributes): Faces earlier in an :inherit
387         list take precedence.
388         (Scroll Bars): Fix description of vertical-scroll-bars.
389         Document frame-current-scroll-bars and window-current-scroll-bars.
391         * markers.texi (The Mark): Document temporary Transient Mark mode.
393         * minibuf.texi (Reading File Names): Document
394         read-file-name-completion-ignore-case.
396         * positions.texi (Screen Lines): Document nil for width argument
397         to compute-motion.
399 2005-03-23  Kim F. Storm  <storm@cua.dk>
401         * display.texi (Standard Faces): Other faces used in the fringe
402         implicitly inherits from the fringe face.
403         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
404         properties implicitly inherits from fringe face.
405         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
407 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
409         * display.texi (Invisible Text): State default value of
410         line-move-ignore-invisible.
411         (Managing Overlays): Document remove-overlays.
412         (Standard Faces): Document escape-glyph face.
414         * minibuf.texi (Reading File Names): Document
415         read-file-name-function.
417         * modes.texi (Other Font Lock Variables): Document
418         font-lock-lines-before.
420         * positions.texi (Skipping Characters): skip-chars-forward allows
421         character classes.
423 2005-03-18  Lute Kamstra  <lute@gnu.org>
425         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
427 2005-03-17  Richard M. Stallman  <rms@gnu.org>
429         * text.texi (Undo): Document extensible undo entries.
431         * searching.texi (String Search, Regexp Search, Regexp Search):
432         Cleanups.
434         * nonascii.texi (Character Codes): Minor fix.
436         * display.texi (Display Property): Explain the significance
437         of having text properties that are eq.
438         (Other Display Specs): Explain string as display spec.
440         * commands.texi (Interactive Codes): Document G option.
442 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
444         * text.texi (Filling): Add sentence-end-without-period and
445         sentence-end-without-space.
446         (Changing Properties): Minor fix.
448         * anti.texi: Total rewrite.
450 2005-03-15  Lute Kamstra  <lute@gnu.org>
452         * edebug.texi (Instrumenting Macro Calls): Fix typos.
454 2005-03-08  Kim F. Storm  <storm@cua.dk>
456         * display.texi (Specified Space): Property :width is support on
457         non-graphic terminals, :height is not.
459 2005-03-07  Richard M. Stallman  <rms@gnu.org>
461         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
462         Now subnodes of Fringes.
463         (Overlay Arrow): Document overlay-arrow-variable-list.
464         (Fringe Size/Pos): New node, broken out of Fringes.
465         (Display): Explain clearing vs redisplay better.
466         (Truncation): Clarify use of bitmaps.
467         (The Echo Area): Clarify the uses of the echo area.
468         Add max-mini-window-height.
469         (Progress): Clarify.
470         (Invisible Text): Explain that main loop moves point out.
471         (Selective Display): Say "hidden", not "invisible".
472         (Managing Overlays): Moved up.  Describe relation to Undo here.
473         (Overlay Properties): Clarify intro.
474         (Finding Overlays): Explain return values when nothing found.
475         (Width): truncate-string-to-width has added arg.
476         (Displaying Faces): Clarify and update mode line face handling.
477         (Face Functions): Minor cleanup.
478         (Conditional Display): Merged into Other Display Specs.
479         (Pixel Specification, Other Display Specs): Minor cleanups.
480         (Images, Image Descriptors): Minor cleanups.
481         (GIF Images): Patents have expired.
482         (Showing Images): Explain default text for insert-image.
483         (Manipulating Button Types): Merged into Manipulating Buttons.
484         (Making Buttons): Explain return values.
485         (Button Buffer Commands): Add xref.
486         (Inverse Video): Update mode-line-inverse-video.
487         (Display Table Format): Clarify.
488         (Active Display Table): Give defaults for window-display-table.
490         * calendar.texi (Calendar Customizing): calendar-holiday-marker
491         and calendar-today-marker are strings, not chars.
492         (Holiday Customizing): Minor fix.
494         * internals.texi (Writing Emacs Primitives): Update `or' example.
495         Update limit on # args of subr.
497         * edebug.texi (Using Edebug): Arrow is in fringe.
498         (Instrumenting): Arg to eval-defun works without loading edebug.
499         (Edebug Execution Modes): Add xref.
501         * customize.texi (Common Keywords): Clarify :require.
502         Mention :version here.
503         (Variable Definitions, Group Definitions): Not here.
504         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
506 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
507         * nonascii.texi (Text Representations): Clarify position-bytes.
508         (Character Sets): Add list-charset-chars.
509         (Scanning Charsets): Add charset-after.
510         (Encoding and I/O): Minor fix.
512 2005-03-06  Richard M. Stallman  <rms@gnu.org>
514         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
515         (Resizing Windows): Likewise.
517         * text.texi (Change Hooks): Get rid of "Emacs 21".
519         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
521         * streams.texi (Output Variables): Get rid of "Emacs 21".
523         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
525         * os.texi (Translating Input): Replace flow-control example
526         with a less obsolete example that uses `keyboard-translate'.
528         * objects.texi (Hash Table Type, Circular Objects):
529         Get rid of "Emacs 21".
531         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
532         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
534         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
536         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
538         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
539         (Menu Bar): Fix when menu-bar-update-hook is called.
541         * hash.texi (Hash Tables): Get rid of "Emacs 21".
543         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
544         and make it read better.
546         * files.texi (Writing to Files): Get rid of "Emacs 21".
547         (Unique File Names): Likewise.
549         * elisp.texi: Update Emacs version to 22.
551         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
552         (Overlay Properties, Face Attributes): Likewise.
553         (Managing Overlays): Fix punctuation.
554         (Attribute Functions): Clarify set-face-font; get rid of
555         info about old Emacs versions.
556         (Auto Faces, Font Lookup, Display Property, Images):
557         Get rid of "Emacs 21".
559         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
561 2005-03-05  Richard M. Stallman  <rms@gnu.org>
563         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
565 2005-03-04  Lute Kamstra  <lute@gnu.org>
567         * debugging.texi (Error Debugging): Document stack-trace-on-error.
569 2005-03-03  Lute Kamstra  <lute@gnu.org>
571         * edebug.texi (Instrumenting Macro Calls): Fix typo.
573 2005-03-01  Lute Kamstra  <lute@gnu.org>
575         * debugging.texi (Debugger Commands): Update `j'.
577 2005-02-28  Lute Kamstra  <lute@gnu.org>
579         * debugging.texi (Debugging): Fix typo.
580         (Error Debugging): Document eval-expression-debug-on-error.
581         (Function Debugging): Update example.
582         (Using Debugger): Mention starred stack frames.
583         (Debugger Commands): Document `j' and `l'.
584         (Invoking the Debugger): `d' and `j' exit recursive edit too.
585         Update the messages that the debugger displays.
586         (Internals of Debugger): Add cross reference.  Update example.
587         (Excess Open): Minor improvement.
588         (Excess Close): Minor improvement.
590 2005-02-26  Richard M. Stallman  <rms@gnu.org>
592         * tips.texi (Coding Conventions): Clarify.
593         Put all the major mode key reservations together.
594         Mention the Mouse-1 => Mouse-2 conventions.
596         * syntax.texi (Syntax Class Table): Clarify.
597         (Syntax Table Functions): syntax-after moved from here.
598         (Syntax Table Internals): syntax-after moved to here.
599         (Parsing Expressions): Update info on number of values
600         and what's meaningful in the STATE argument.
601         (Categories): Fix typo.
603         * sequences.texi (Arrays): Cleanup.
604         (Char-Tables): Clarify.
606         * processes.texi (Deleting Processes): Cleanups, add xref.
607         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
608         (Process Information): set-process-coding-system, some args optional.
609         (Input to Processes): Explain various types for PROCESS args.
610         Rename them from PROCESS-NAME to PROCESS.
611         (Signals to Processes): Likewise.
612         (Decoding Output): Cleanup.
613         (Query Before Exit): Clarify.
615         * os.texi (Startup Summary): Correct the options; add missing ones.
616         (Terminal Output, Batch Mode): Clarify.
617         (Flow Control): Node deleted.
619         * markers.texi (The Mark): Clarify.
621         * macros.texi (Expansion): Cleanup.
622         (Indenting Macros): indent-spec allows ints, not floats.
624         * keymaps.texi (Keymaps): Clarify.
625         (Format of Keymaps): Update lisp-mode-map example.
626         (Active Keymaps, Key Lookup): Clarify.
627         (Changing Key Bindings): Add xref to `kbd'.
628         (Key Binding Commands, Simple Menu Items): Clarify.
629         (Mouse Menus, Menu Bar): Clarify.
630         (Menu Example): Replace print example with menu-bar-replace-menu.
632         * help.texi (Documentation Basics): Add function-documentation prop.
634         * elisp.texi (Top): Don't refer to Flow Control node.
636         * commands.texi (Command Overview): Improve xrefs.
637         (Adjusting Point): Adjusting point applies to intangible and invis.
638         (Key Sequence Input): Doc extra read-key-sequence args.
639         Likewise for read-key-sequence-vector.
641         * backups.texi (Rename or Copy): Minor fix.
642         (Numbered Backups): For version-control, say the default.
643         (Auto-Saving): make-auto-save-file-name example is simplified.
645         * advice.texi (Advising Functions): Don't imply one part of Emacs
646         should advise another part.  Markup changes.
647         (Defining Advice): Move transitional para.
648         (Activation of Advice): Cleanup.
649         Explain if COMPILE is nil or negative.
651         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
653 2005-02-24  Lute Kamstra  <lute@gnu.org>
655         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
656         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
658 2005-02-23  Lute Kamstra  <lute@gnu.org>
660         * modes.texi (Defining Minor Modes): define-minor-mode can be used
661         to define global minor modes as well.
663         * display.texi (Managing Overlays): overlay-buffer returns nil for
664         deleted overlays.
666 2005-02-22  Kim F. Storm  <storm@cua.dk>
668         * minibuf.texi (Basic Completion): Allow symbols in addition to
669         strings in try-completion and all-completions.
671 2005-02-14  Lute Kamstra  <lute@gnu.org>
673         * elisp.texi (Top): Remove reference to deleted node.
675         * lists.texi (Lists): Remove reference to deleted node.
676         (Cons Cells): Fix typo.
678         * loading.texi (Where Defined): Fix typo.
680 2005-02-14  Richard M. Stallman  <rms@gnu.org>
682         * variables.texi (Creating Buffer-Local): change-major-mode-hook
683         is useful for discarding some minor modes.
685         * symbols.texi (Symbol Components): Reorder examples.
687         * streams.texi (Input Functions): State standard-input default.
688         (Output Variables): State standard-output default.
690         * objects.texi (Printed Representation): Clarify read syntax vs print.
691         (Floating Point Type): Explain meaning better.
692         (Symbol Type): Explain uniqueness better.
693         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
694         List examples sooner.
695         (Box Diagrams): New subnode broken out.
696         Some examples moved from old Lists as Boxes node.
697         (Dotted Pair Notation): Clarify intro.
698         (Array Type): Clarify.
699         (Type Predicates): Add hash-table-p.
701         * numbers.texi (Integer Basics): Clarify radix explanation.
702         (Predicates on Numbers): Minor clarification.
703         (Comparison of Numbers): Minor clarification.  Clarify eql.
704         Typos in min, max.
705         (Math Functions): Clarify overflow in expt.
707         * minibuf.texi (Text from Minibuffer): Minor clarification.
708         Mention arrow keys.
710         * loading.texi (Autoload): defun's doc string overrides autoload's
711         doc string.
712         (Repeated Loading): Modernize "add to list" examples.
713         (Where Defined): Finish updating table of load-history elts.
715         * lists.texi (List-related Predicates): Minor wording improvement.
716         (Lists as Boxes): Node deleted.
717         (Building Lists): Explain trivial cases of number-sequence.
719         * hash.texi (Hash Tables): Add desc to menu items.
720         (Creating Hash): Expain "full" means "make larger",
721         (Hash Access): Any object can be a key.
722         State value of maphash.
724         * functions.texi (What Is a Function): Wording cleanup.
725         (Function Documentation): Minor cleanup.
726         Explain purpose of calling convention at end of doc string.
727         (Function Names): Wording cleanup.
728         (Calling Functions): Wording cleanup.
729         Explain better how funcall calls the function.
730         (Function Cells): Delete example of saving and redefining function.
732         * control.texi (Combining Conditions): Wording cleanup.
733         (Iteration): dolist and dotimes bind VAR locally.
734         (Cleanups): Xref to Atomic Changes.
736         * compile.texi (Byte Compilation): Delete 19.29 info.
737         (Compilation Functions): Macros' difficulties don't affect defsubst.
738         (Docs and Compilation): Delete 19.29 info.
740 2005-02-10  Richard M. Stallman  <rms@gnu.org>
742         * objects.texi (Symbol Type): Minor correction.
744 2005-02-06  Lute Kamstra  <lute@gnu.org>
746         * modes.texi (Example Major Modes): Fix typos.
748 2005-02-06  Richard M. Stallman  <rms@gnu.org>
750         * text.texi (Margins): fill-nobreak-predicate can be one function.
752         * strings.texi (Modifying Strings): clear-string can make unibyte.
753         (Formatting Strings): format gives error if values missing.
755         * positions.texi (Character Motion): Mention default arg
756         for forward-char.  backward-char refers to forward-char.
757         (Word Motion): Mention default arg for forward-word.
758         (Buffer End Motion): Mention default arg for beginning-of-buffer.
759         Simplify end-of-buffer.
760         (Text Lines): Mention default arg for forward-line.
761         (List Motion): Mention default arg for beginning/end-of-defun.
762         (Skipping Characters): Minor fixes in explaining character-set.
764         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
765         Mode inheritance applies only when default-major-mode is nil.
766         Clarifications.
767         (Example Major Modes): Update Text mode and Lisp mode examples.
768         (Minor Mode Conventions): Mention define-minor-mode at top.
769         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
770         (Mode Line Format): Update mode line face display info.
771         (Properties in Mode): Mention effect of risky vars.
772         (Imenu): Define imenu-add-to-menubar.
773         (Font Lock Mode): Add descriptions to menu lines.
774         (Faces for Font Lock): Add font-lock-doc-face.
776 2005-02-05  Lute Kamstra  <lute@gnu.org>
778         * text.texi (Maintaining Undo): Remove obsolete function.
780 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
782         * frames.texi (Color Names): Add pointer to the X docs about RGB
783         color specifications.  Improve indexing
784         (Text Terminal Colors): Replace the description of RGB values by
785         an xref to "Color Names".
787 2005-02-03  Richard M. Stallman  <rms@gnu.org>
789         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
790         Clarify.
791         (Selecting Windows): Clarify save-selected-window.
792         (Cyclic Window Ordering): Clarify walk-windows.
793         (Window Point): Clarify.
794         (Window Start): Add comment to example.
795         (Resizing Windows): Add `interactive' specs in examples.
796         Document fit-window-to-buffer.
798         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
799         (Undo, Maintaining Undo): Clarify last change.
800         (Sorting): In sort-numeric-fields, explain about octal and hex.
801         Mention sort-numeric-base.
802         (Format Properties): Add xref for hard newlines.
804         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
805         (Pop-Up Menus): Fix typo.
806         (Color Names): Explain all types of color names.
807         Explain color-values on B&W terminal.
808         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
810         * files.texi (File Locks): Not supported on MS systems.
811         (Testing Accessibility): Clarify.
813         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
814         (Coverage Testing): Fix typo.
816         * commands.texi (Misc Events): Remove stray space.
818         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
819         (Modification Time): Clarify when visited-file-modtime returns 0.
820         (The Buffer List): Clarify bury-buffer.
821         (Killing Buffers): Clarify.
822         (Indirect Buffers): Add clone-indirect-buffer.
824 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
826         * edebug.texi (Printing in Edebug): Fix default value of
827         edebug-print-circle.
828         (Coverage Testing): Fix displayed frequency count data.
830 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
832         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
834 2005-02-02  Kim F. Storm  <storm@cua.dk>
836         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
838 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
840         * commands.texi (Misc Events): Describe the help-echo event.
842         * text.texi (Special Properties) <help-echo>: Use `pos'
843         consistently in description of the help-echo property.  Use
844         @code{nil} instead of @var{nil}.
846         * display.texi (Overlay Properties): Fix the index entry for
847         help-echo overlay property.
849         * customize.texi (Type Keywords): Uncomment the xref to the
850         help-echo property documentation.
852 2005-01-23  Kim F. Storm  <storm@cua.dk>
854         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
855         return value.  Third element FULLY replaced by PARTIAL which
856         specifies number of invisible pixels if row is only partially visible.
857         (Textual Scrolling): Mention auto-window-vscroll.
858         (Vertical Scrolling): New defvar auto-window-vscroll.
860 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
862         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
863         command remapping.
865 2005-01-15  Richard M. Stallman  <rms@gnu.org>
867         * display.texi (Defining Images): Mention DATA-P arg of create-image.
869 2005-01-14  Kim F. Storm  <storm@cua.dk>
871         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
873         * text.texi (Links and Mouse-1): Fix string and vector item.
875 2005-01-13  Richard M. Stallman  <rms@gnu.org>
877         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
878         descriptions of overriding-local-map and overriding-terminal-local-map.
880         * text.texi (Links and Mouse-1): Clarify text.
882 2005-01-13  Kim F. Storm  <storm@cua.dk>
884         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
886 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
888         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
890 2005-01-12  Kim F. Storm  <storm@cua.dk>
892         * text.texi (Links and Mouse-1): Rename section from Enabling
893         Mouse-1 to Following Links.  Change xrefs.
894         Add examples for define-button-type and define-widget.
896         * display.texi (Button Properties, Button Buffer Commands):
897         Clarify mouse-1 and follow-link functionality.
899 2005-01-12  Richard M. Stallman  <rms@gnu.org>
901         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
903         * display.texi (Beeping): Fix Texinfo usage.
905         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
907 2005-01-11  Kim F. Storm  <storm@cua.dk>
909         * display.texi (Button Properties, Button Buffer Commands):
910         Mention mouse-1 binding.  Add follow-link keyword.
912         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
913         (Enabling Mouse-1 to Follow Links): New subsection.
915 2005-01-06  Richard M. Stallman  <rms@gnu.org>
917         * text.texi (Special Properties): Minor change.
919         * os.texi (Timers): Clarify previous change.
921         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
923 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
925         * display.texi (Face Attributes): Correct xref to renamed node.
927 2005-01-01  Richard M. Stallman  <rms@gnu.org>
929         * display.texi (Face Attributes): Describe hex color specs.
931 2004-12-31  Richard M. Stallman  <rms@gnu.org>
933         * os.texi (Timers): Update previous change.
935 2004-12-30  Kim F. Storm  <storm@cua.dk>
937         * display.texi (Line Height): Total line-height is now specified
938         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
939         in cons cells.  (nil . RATIO) is relative to actual line height.
940         Use line-height `t' instead of `0' to get minimum height.
942 2004-12-29  Richard M. Stallman  <rms@gnu.org>
944         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
946 2004-12-28  Richard M. Stallman  <rms@gnu.org>
948         * commands.texi (Quitting): Clarify value of with-local-quit.
950         * elisp.texi (Top): Fix previous change.
952         * loading.texi (Loading): Fix previous change.
954 2004-12-27  Richard M. Stallman  <rms@gnu.org>
956         * Makefile.in (MAKEINFO): Specify --force.
958         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
960         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
962         * display.texi (Line Height): Further clarify.
964         * elisp.texi (Top): Update Loading submenu.
966         * loading.texi (Where Defined): New node.
967         (Unloading): load-history moved to Where Defined.
969 2004-12-21  Richard M. Stallman  <rms@gnu.org>
971         * commands.texi (Event Input Misc): Add while-no-input.
973 2004-12-11  Richard M. Stallman  <rms@gnu.org>
975         * display.texi (Line Height): Rewrite text for clarity.
977 2004-12-11  Kim F. Storm  <storm@cua.dk>
979         * display.texi (Display): Add node "Line Height" to menu.
980         (Line Height): New node.  Move full description of line-spacing
981         and line-height text properties here from text.texi.
982         (Scroll Bars): Add vertical-scroll-bar variable.
984         * frames.texi (Window Frame Parameters): Remove line-height defvar.
986         * locals.texi (Standard Buffer-Local Variables): Fix xref for
987         line-spacing and vertical-scroll-bar.
989         * text.texi (Special Properties): Just mention line-spacing and
990         line-height here, add xref to new "Line Height" node.
992 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
994         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
996         * locals.texi (Standard Buffer-Local Variables):
997         Add @xref for `line-spacing'.
999 2004-12-05  Richard M. Stallman  <rms@gnu.org>
1001         * Makefile.in (maintainer-clean): Remove the info files
1002         in $(infodir) where they are created.
1004 2004-12-03  Richard M. Stallman  <rms@gnu.org>
1006         * windows.texi (Selecting Windows): get-lru-window and
1007         get-largest-window don't consider dedicated windows.
1009         * text.texi (Undo): Document undo-in-progress.
1011 2004-11-26  Richard M. Stallman  <rms@gnu.org>
1013         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1014         Remove a few vars that are not always buffer-local.
1016 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
1018         * locals.texi (Standard Buffer-Local Variables): Comment out
1019         xref's to non-existent node `Yet to be written'.
1021 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1023         * processes.texi (Synchronous Processes): Grammar fix.
1025         * numbers.texi (Comparison of Numbers): Add eql.
1027         * locals.texi (Standard Buffer-Local Variables): Add many vars.
1029         * intro.texi (Printing Notation): Fix previous change.
1031         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1032         and default-indicate-buffer-boundaries from here.
1033         (Usual Display): To here.
1034         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1035         (Usual Display): Move tab-width up.
1037         * customize.texi (Variable Definitions): Replace
1038         show-paren-mode example with tooltip-mode.
1039         (Simple Types, Composite Types, Defining New Types):
1040         Minor cleanups.
1042 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
1044         * processes.texi (Synchronous Processes, Output from Processes):
1045         Markup fix.
1047 2004-11-20  Richard M. Stallman  <rms@gnu.org>
1049         * positions.texi (Skipping Characters): skip-chars-forward
1050         now handles char classes.
1052         * intro.texi (Printing Notation): Avoid confusion of `print'
1053         when explaining @print.
1055         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1057         * display.texi (Display Table Format): Minor fix.
1059         * streams.texi (Output Functions): Fix print example.
1061         * Makefile.in (elisp): New target.
1062         (dist): Depend on $(infodir)/elisp, not elisp.
1063         Copy the info files from $(infodir).
1065         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1066         read-from-minibuffer.
1068         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1070 2004-11-19  Richard M. Stallman  <rms@gnu.org>
1072         * searching.texi (Regexp Search): Add search-whitespace-regexp.
1074 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
1076         * tips.texi (Coding Conventions): Fix typo.
1078 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1080         * tips.texi (Coding Conventions): Separate defvar and require
1081         methods to avoid warnings.  Use require only when there are many
1082         functions and variables from that package.
1084         * minibuf.texi (Minibuffer Completion): When ignoring case,
1085         predicate must not be case-sensitive.
1087         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1088         (Test Coverage): Don't talk about "splotches".  Clarified.
1090 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
1092         * frames.texi (Window Frame Parameters): Fix typo.
1094 2004-11-15  Kim F. Storm  <storm@cua.dk>
1096         * symbols.texi (Other Plists): Note that plist-get may signal error.
1097         Add safe-plist-get.
1099 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
1101         * modes.texi (Font Lock Basics): Fix typo.
1103 2004-11-08  Richard M. Stallman  <rms@gnu.org>
1105         * syntax.texi (Syntax Table Functions): Add syntax-after.
1107 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
1109         * os.texi (Processor Run Time): New section documenting
1110         get-internal-run-time.
1112 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
1114         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1115         it nukes elisp-cover.texi.
1116         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1117         elisp-0 etc.
1119 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
1121         * commands.texi (Keyboard Macros): Document `append' return value
1122         of `defining-kbd-macro'.
1124 2004-11-01  Richard M. Stallman  <rms@gnu.org>
1126         * commands.texi (Interactive Call): Add called-interactively-p.
1128 2004-10-29  Simon Josefsson  <jas@extundo.com>
1130         * minibuf.texi (Reading a Password): Revert.
1132 2004-10-28  Richard M. Stallman  <rms@gnu.org>
1134         * frames.texi (Display Feature Testing): Explain about "vendor".
1136 2004-10-27  Richard M. Stallman  <rms@gnu.org>
1138         * commands.texi (Interactive Codes): `N' uses numeric prefix,
1139         not raw.  Clarify `n'.
1140         (Interactive Call): Rewrite interactive-p, focusing on when
1141         and how to use it.
1142         (Misc Events): Clarify previous change.
1144         * advice.texi (Simple Advice): Clarify what job the example does.
1145         (Around-Advice): Clarify ad-do-it.
1146         (Activation of Advice): An option of ad-default-compilation-action
1147         is `never', not `nil'.
1149 2004-10-26  Kim F. Storm  <storm@cua.dk>
1151         * commands.texi (Interactive Codes): Add U code letter.
1153 2004-10-25  Simon Josefsson  <jas@extundo.com>
1155         * minibuf.texi (Reading a Password): Add.
1157 2004-10-24  Jason Rumney  <jasonr@gnu.org>
1159         * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1160         and wheel-down.
1162 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
1164         * processes.texi (Synchronous Processes): Document process-file.
1166 2004-10-22  Kenichi Handa  <handa@m17n.org>
1168         * text.texi (translate-region): Document that it accepts also a
1169         char-table.
1171 2004-10-22  David Ponce  <david@dponce.com>
1173         * windows.texi (Resizing Windows): Document the `preserve-before'
1174         argument of the functions `enlarge-window' and `shrink-window'.
1176 2004-10-19  Jason Rumney  <jasonr@gnu.org>
1178         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1180 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
1182         * text.texi (Filling): Add anchor for definition of
1183         `sentence-end-double-space'.
1185         * searching.texi (Regexp Example): Update description of how
1186         Emacs currently recognizes the end of a sentence.
1187         (Standard Regexps): Update definition of the variable
1188         `sentence-end'.  Add definition of the function `sentence-end'.
1190 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
1192         * display.texi (Progress): New node.
1194 2004-10-05  Kim F. Storm  <storm@cua.dk>
1196         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1198 2004-09-29  Kim F. Storm  <storm@cua.dk>
1200         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1201         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
1202         fringe bitmap symbols, as they now have their own namespace.
1203         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1204         vs. pixels.  Signal error if no free bitmap slots.
1205         (Pixel Specification): Change IMAGE to @var{image}.
1207 2004-09-28  Richard M. Stallman  <rms@gnu.org>
1209         * text.texi (Special Properties): Clarify line-spacing and line-height.
1211         * searching.texi (Regexp Search): Add looking-back.
1213 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
1215         * display.texi: Correct typos.
1216         (Image Descriptors): Correct xref's.
1218 2004-09-25  Richard M. Stallman  <rms@gnu.org>
1220         * text.texi (Special Properties): Cleanups in `cursor'.
1221         Rewrites in `line-height' and `line-spacing'; exchange them.
1223         * display.texi (Fringes): Rewrite previous change.
1224         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
1225         (Display Fringe Bitmaps): Node deleted, text moved.
1226         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
1227         (Scroll Bars): Clarify set-window-scroll-bars.
1228         (Pointer Shape): Rewrite.
1229         (Specified Space): Clarify :align-to, etc.
1230         (Pixel Specification): Use @var.  Clarify new text.
1231         (Other Display Specs): Clarify `slice'.
1232         (Image Descriptors): Cleanups.
1233         (Showing Images): Cleanups.
1235 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
1237         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1239         * modes.texi: Various minor changes in addition to:
1240         (Major Mode Conventions): Final call to `run-mode-hooks' should
1241         not be inside the `delay-mode-hooks' form.
1242         (Mode Hooks): New node.
1243         (Hooks): Delete obsolete example.
1244         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1245         node "Mode Hooks".
1247 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
1249         * display.texi: Correct various typos.
1250         (Display): Rename node "Pointer Shapes" to "Pointer
1251         Shape".  (There is already a node called "Pointer Shapes" in
1252         frames.texi.)
1253         (Images): Remove non-existent node "Image Slices" from menu.
1255 2004-09-23  Kim F. Storm  <storm@cua.dk>
1257         * text.texi (Special Properties): Add `cursor', `pointer',
1258         `line-height', and `line-spacing' properties.
1260         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1261         Shapes' to menu.
1262         (Standard Faces): Doc fix for fringe face.
1263         (Fringes): Add `overflow-newline-into-fringe' and
1264         'indicate-buffer-boundaries'.
1265         (Fringe Bitmaps, Pointer Shapes): New nodes.
1266         (Display Property): Add 'Pixel Specification' and 'Display Fringe
1267         Bitmaps' to menu.
1268         (Specified Space): Describe pixel width and height.
1269         (Pixel Specification): New node.
1270         (Other Display Specs): Add `slice' property.
1271         (Display Fringe Bitmaps): New node.
1272         (Images): Add 'Image Slices' to menu.
1273         (Image Descriptors): Add `:pointer' and `:map' properties.
1274         (Showing Images): Add slice arg to `insert-image'.  Add
1275         'insert-sliced-image'.
1277 2004-09-20  Richard M. Stallman  <rms@gnu.org>
1279         * commands.texi (Key Sequence Input):
1280         Clarify downcasing in read-key-sequence.
1282 2004-09-08  Juri Linkov  <juri@jurta.org>
1284         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1286 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
1288         * locals.texi (Standard Buffer-Local Variables): Add
1289         `buffer-auto-save-file-format'.
1290         * internals.texi (Buffer Internals): Describe new
1291         auto_save_file_format field of the buffer structure.
1292         * files.texi (Format Conversion): `auto-save-file-format' has been
1293         renamed `buffer-auto-save-file-format'.
1295 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
1297         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1298         an integer or a marker.
1299         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1301 2004-08-22  Richard M. Stallman  <rms@gnu.org>
1303         * modes.texi (Major Mode Conventions): Discuss rebinding of
1304         standard key bindings.
1306 2004-08-18  Kim F. Storm  <storm@cua.dk>
1308         * processes.texi (Accepting Output): Add `just-this-one' arg to
1309         `accept-process-output'.
1310         (Output from Processes): New var `process-adaptive-read-buffering'.
1312 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
1314         * keymaps.texi: Various changes in addition to:
1315         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1316         Give more varied examples for `kbd'.
1317         (Creating Keymaps): Char tables have slots for all characters
1318         without modifiers.
1319         (Active Keymaps): `overriding-local-map' and
1320         `overriding-terminal-local-map' also override text property and
1321         overlay keymaps.
1322         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1323         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1324         to denote a prefix of no events.
1325         `map-keymap' includes parent's bindings _recursively_.
1326         Clarify and correct description of `where-is-internal'.
1327         Mention BUFFER-OR-NAME arg to `describe-bindings'.
1328         (Menu Example): For menus intended for use with the keyboard, the
1329         menu items should be bound to characters or real function keys.
1331 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
1333         * objects.texi (Character Type): Reposition `@anchor' to prevent
1334         double space inside sentence in Info.
1336         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1337         renamed to `disabled-command-function'.
1338         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
1339         (Command Loop Info): Replace reference to it.
1340         (Disabling Commands): `disabled-command-hook' has been renamed to
1341         `disabled-command-function'.
1343 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
1345         * os.texi (Translating Input): Only non-prefix bindings in
1346         `key-translation-map' override actual key bindings.  Warn about
1347         possible indirect effect of actual key bindings on non-prefix
1348         bindings in `key-translation-map'.
1350 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
1352         * minibuf.texi (High-Level Completion): Add anchor for definition
1353         of `read-variable'.
1355         * commands.texi: Various changes in addition to:
1356         (Using Interactive): Clarify description of `interactive-form'.
1357         (Interactive Call): Mention default for KEYS argument to
1358         `call-interactively'.
1359         (Command Loop Info): Clarify description of `this-command-keys'.
1360         Mention KEEP-RECORD argument to `clear-this-command-keys'.
1361         Value of `last-event-frame' can be `macro'.
1362         (Repeat Events): `double-click-fuzz' is also used to distinguish
1363         clicks and drags.
1364         (Classifying Events): Clarify descriptions of `event-modifiers'
1365         `event-basic-type' and `event-convert-list'.
1366         (Accessing Events): `posn-timestamp' takes POSITION argument.
1367         (Quoted Character Input): Clarify description of
1368         `read-quoted-char' and fix example.
1369         (Quitting): Add `with-local-quit'.
1370         (Disabling Commands):  Correct and clarify descriptions of
1371         `enable-command' and `disable-command'.
1372         Mention what happens if `disabled-command-hook' is nil.
1373         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1374         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1376 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
1378         * frames.texi: Various changes in addition to:
1379         (Creating Frames): Expand and clarify description of `make-frame'.
1380         (Window Frame Parameters): Either none or both of the `icon-left'
1381         and `icon-top' parameters must be specified.  Put descriptions of
1382         `menu-bar-lines' and `toolbar-lines' closer together and change
1383         them accordingly.
1384         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1385         except while processing `frame-title-format' or `icon-title-format'.
1386         (Deleting Frames): Correct description of `delete-frame'.
1387         Non-nil return values of `frame-live-p' are like those of `framep'.
1388         (Frames and Windows): mention return value of
1389         `set-frame-selected-window'.
1390         (Visibility of Frames): Mention `force' argument to
1391         `make-frame-invisible'.  `frame-visible-p' returns t for all
1392         frames on text-only terminals.
1393         (Frame Configurations): Restoring a frame configuration does not
1394         restore deleted frames.
1395         (Window System Selections): `x-set-selection' returns DATA.
1396         (Resources): Add example.
1397         (Display Feature Testing): Clarify descriptions of
1398         `display-pixel-height', `display-pixel-width', `x-server-version'
1399         and `x-server-vendor'.
1401         * windows.texi (Choosing Window): Add anchor.
1402         * minibuf.texi (Minibuffer Misc): Add anchor.
1404 2004-07-23  John Paul Wallington  <jpw@gnu.org>
1406         * macros.texi (Defining Macros): Declaration keyword for setting
1407         Edebug spec is `debug' not `edebug'.
1409 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
1411         * windows.texi: Various small changes in addition to:
1412         (Window Point): Mention return value of `set-window-point'.
1413         (Window Start): `pos-visible-in-window-p' disregards horizontal
1414         scrolling.  Explain return value if PARTIALLY is non-nil.
1415         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1416         and `set-window-vscroll'.
1417         (Size of Window): The argument WINDOW to `window-inside-edges',
1418         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1419         (Resizing Windows): Explain return value of
1420         `shrink-window-if-larger-than-buffer'.
1421         `window-size-fixed' automatically becomes buffer local when set.
1422         (Window Configurations): Explain return value of
1423         `set-window-configuration'.
1425         * minibuf.texi (Minibuffer Misc): Add anchor for
1426         `minibuffer-scroll-window'.
1428         * positions.texi (Text Lines): Add anchor for `count-lines'.
1430 2004-07-17  Richard M. Stallman  <rms@gnu.org>
1432         * display.texi (Overlay Properties): Adding `evaporate' prop
1433         deletes empty overlay immediately.
1435         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1436         fix example.
1438 2004-07-16  Jim Blandy  <jimb@redhat.com>
1440         * searching.texi (Regexp Backslash): Document new \_< and \_>
1441         operators.
1443 2004-07-16  Juanma Barranquero  <lektu@terra.es>
1445         * display.texi (Images): Fix Texinfo usage.
1447 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
1449         * buffers.texi (Modification Time): `visited-file-modtime' now
1450         returns a list of two integers, instead of a cons.
1452 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1454         * windows.texi: Various changes in addition to:
1455         (Splitting Windows): Add `split-window-keep-point'.
1457 2004-07-09  Richard M. Stallman  <rms@gnu.org>
1459         * frames.texi (Input Focus): Minor fix.
1461 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
1463         * frames.texi (Input Focus): Clarify descriptions of
1464         `select-frame-set-input-focus' and `select-frame'.
1466 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
1468         * os.texi: Various small changes in addition to:
1469         (Killing Emacs): Expand and clarify description of
1470         `kill-emacs-query-functions' and `kill-emacs-hook'.
1471         (System Environment): Expand and clarify description of `getenv'
1472         and `setenv'.
1473         (Timers): Clarify description of `run-at-time'.
1474         (Translating Input): Correct description of
1475         `extra-keyboard-modifiers'.
1476         (Flow Control): Correct description of `enable-flow-control'.
1478 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
1480         * os.texi: Update copyright.
1481         (Session Management): Grammar fix.
1482         Clarify which Emacs does the restarting.
1483         Use @samp for *scratch* buffer.
1485 2004-07-04  Alan Mackenzie  <acm@muc.de>
1487         * frames.texi (Input Focus): Add documentation for
1488         `select-frame-set-input-focus'.  Replace refs to non-existent
1489         `switch-frame' with `select-frame'.  Minor corrections and tidying
1490         up of text-only terminal stuff.
1492 2004-07-02  Richard M. Stallman  <rms@gnu.org>
1494         * files.texi (Saving Buffers): Cleanup write-contents-function.
1495         (Magic File Names): Cleanup file-remote-p.
1497 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
1499         * files.texi (Magic File Names): `file-remote-p' returns an
1500         identifier of the remote system, not just t.
1502 2004-07-02  David Kastrup  <dak@gnu.org>
1504         * searching.texi (Entire Match Data): Add explanation about new
1505         match-data behavior when @var{integers} is non-nil.
1507 2004-06-24  Richard M. Stallman  <rms@gnu.org>
1509         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1511         * customize.texi (Variable Definitions): Note about doc strings
1512         and :set.
1514         * keymaps.texi (Keymap Terminology): Document `kbd'.
1515         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1517         * display.texi (Invisible Text): Setting buffer-invisibility-spec
1518         makes it buffer-local.
1520         * files.texi (Saving Buffers): Correct previous change.
1522         * commands.texi (Accessing Events):
1523         Clarify posn-col-row and posn-actual-col-row.
1525 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
1527         * commands.texi (Accessing Events): New functions
1528         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
1530 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1532         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1533         * frames.texi, buffers.texi, backups.texi, variables.texi:
1534         * loading.texi, eval.texi, functions.texi, control.texi:
1535         * symbols.texi, minibuf.texi: Reposition @anchor's.
1537         * help.texi: Various small changes in addition to the following.
1538         (Describing Characters): Describe PREFIX argument to
1539         `key-description'.  Correct and clarify definition of
1540         `text-char-description'.  Describe NEED-VECTOR argument to
1541         `read-kbd-macro'.
1542         (Help Functions): Clarify definition of `apropos'.
1544 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
1546         * files.texi (Saving Buffers): Correct description of
1547         `write-contents-functions'.
1549 2004-06-21  Juanma Barranquero  <lektu@terra.es>
1551         * display.texi (Images): Remove redundant @vindex directives.
1552         Rewrite `image-library-alist' doc in active voice.
1554 2004-06-14  Juanma Barranquero  <lektu@terra.es>
1556         * display.texi (Images): Document new delayed library loading,
1557         variable `image-library-alist' and (existing but undocumented)
1558         function `image-type-available-p'.
1560 2004-06-05  Richard M. Stallman  <rms@gnu.org>
1562         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1563         refer the user to the Initial Input node.
1564         (Text from Minibuffer): Likewise.
1565         (Initial Input): New node.  Document this feature
1566         and say it is mostly deprecated.
1568 2004-05-30  Richard M. Stallman  <rms@gnu.org>
1570         * loading.texi (Named Features): Clarify return value
1571         and meaning of NOERROR.
1573         * variables.texi (File Local Variables): Minor cleanup.
1575 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
1577         * files.texi (Magic File Names): Add `file-remote-p' as operation
1578         of file name handlers.
1580 2004-05-29  Richard M. Stallman  <rms@gnu.org>
1582         * modes.texi (Minor Mode Conventions): (-) has no special meaning
1583         as arg to a minor mode command.
1585 2004-05-22  Richard M. Stallman  <rms@gnu.org>
1587         * syntax.texi (Syntax Class Table): Word syntax not just for English.
1589         * streams.texi (Output Variables): Doc float-output-format.
1591         * searching.texi (Regexp Special): Nested repetition can be infloop.
1593         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1594         real stack overflow.
1596         * compile.texi: Minor cleanups.
1598 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
1600         * lists.texi (Cons Cells): Explain dotted lists, true lists,
1601         circular lists.
1602         (List Elements): Explain handling of circular and dotted lists.
1604 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
1606         * modes.texi (Search-based Fontification): Fix typo.
1608 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1610         * modes.texi (Mode Line Variables): Fix description of
1611         global-mode-string, which is now after which-func-mode, not the
1612         buffer name.
1614 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1616         * modes.texi (Desktop Save Mode): Add.
1617         (Modes): Add menu entry Desktop Save Mode.
1619         * hooks.texi: Add desktop-after-read-hook,
1620         desktop-no-desktop-file-hook and desktop-save-hook.
1622         * locals.texi: Add desktop-save-buffer.
1624 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
1626         * display.texi: emacs -> Emacs.
1628 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1630         * files.texi (Changing Files): Document set-file-times.
1632 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1634         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1636 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
1638         * tips.texi (Coding Conventions): defopt -> defcustom.
1640 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
1642         * sequences.texi: Various clarifications.
1644 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
1646         * buffers.texi (Read Only Buffers): Mention optional ARG to
1647         `toggle-read-only'.
1649 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
1651         * windows.texi (Selecting Windows): Note that get-lru-window
1652         returns a full-width window if possible.
1654 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
1656         * buffers.texi: Various changes in addition to:
1657         (Buffer File Name): Add `find-buffer-visiting'.
1658         (Buffer Modification): Mention optional ARG to `not-modified'.
1659         (Indirect Buffers): Mention optional CLONE argument to
1660         `make-indirect-buffer'.
1662         * files.texi: Various changes in addition to:
1663         (Visiting Functions): `find-file-hook' is now a normal hook.
1664         (File Name Expansion): Explain difference between the way that
1665         `expand-file-name' and `file-truename' treat `..'.
1666         (Contents of Directories): Mention optional ID-FORMAT argument to
1667         `directory-files-and-attributes'.
1668         (Format Conversion): Mention new optional CONFIRM argument to
1669         `format-write-file'.
1671 2004-04-12  Miles Bader  <miles@gnu.org>
1673         * macros.texi (Expansion): Add description of `macroexpand-all'.
1675 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
1677         * variables.texi (Variable Aliases): Mention
1678         cyclic-variable-indirection.
1680         * errors.texi (Standard Errors): Ditto.
1682 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
1684         * backups.texi:  Various small changes in addition to:
1685         (Making Backups): Mention return value of `backup-buffer'.
1686         (Auto-Saving): Mention optional FORCE argument to
1687         `delete-auto-save-file-if-necessary'.
1688         (Reverting): Mention optional PRESERVE-MODES argument to
1689         `revert-buffer'.  Correct description of `revert-buffer-function'.
1691 2004-03-22  Juri Linkov  <juri@jurta.org>
1693         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1694         with `Vector Functions'.
1696         * text.texi (Sorting): Add missing quote.
1698 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
1700         * intro.texi (Lisp History): Replace xref to `cl' manual with
1701         inforef.
1703 2004-03-12  Richard M. Stallman  <rms@gnu.org>
1705         * intro.texi (Version Info): Add arg to emacs-version.
1706         (Lisp History): Change xref to CL manual.
1708 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
1710         * minibuf.texi (Completion Commands): Add xref to Emacs manual
1711         for Partial Completion mode.
1713 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
1715         * customize.texi: Fix typo. Remove eol whitespace.
1717 2004-03-04  Richard M. Stallman  <rms@gnu.org>
1719         * processes.texi: Fix typos.
1721         * lists.texi (Building Lists): Minor clarification.
1723         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1724         in make-hash-table.
1726 2004-02-29  Juanma Barranquero  <lektu@terra.es>
1728         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1729         rm, and ignore exit code.
1731 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
1733         * display.texi (Defining Faces): Add description for min-colors.
1734         Update example.
1736 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
1738         * abbrevs.texi: Various corrections and clarifications in addition
1739         to the following:
1740         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1742 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1744         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1746 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
1748         * text.texi: Various small changes in addition to the following:
1749         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1750         to delete-horizontal-space.
1751         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1752         description of yank-handler text property at various places.
1754         * frames.texi (Window System Selections): Add anchor.
1756         * syntax.texi (Syntax Table Functions): Clarify and correct
1757         descriptions of make-syntax-table and copy-syntax-table.
1758         (Motion and Syntax): Clarify SYNTAXES argument to
1759         skip-syntax-forward.
1760         (Parsing Expressions): Mention that the return value of
1761         parse-partial-sexp is currently a list of ten rather than nine
1762         elements.
1763         (Categories): Various corrections and clarifications.
1765 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
1767         * markers.texi (Marker Insertion Types): Minor change.
1769         * locals.texi (Standard Buffer-Local Variables):
1770         * commands.texi (Interactive Codes, Using Interactive):
1771         * functions.texi (Related Topics): Fix xrefs.
1773 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1775         * lists.texi (Sets And Lists): Update description of delete-dups.
1777 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1779         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1781 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1783         * frames.texi (Parameter Access): frame-parameters arg is optional.
1784         modify-frame-parameters handles nil for FRAME.
1785         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1786         are all-or-nothing for certain toolkits.
1787         Mention parameter wait-for-wm.
1788         (Frames and Windows): In frame-first-window and frame-selected-window
1789         the arg is optional.
1790         (Input Focus): In redirect-frame-focus the second arg is optional.
1791         (Window System Selections): Mention selection type CLIPBOARD.
1792         Mention data-type UTF8_STRING.
1793         Mention numbering of cut buffers.
1794         (Resources): Describe x-resource-name.
1796 2004-02-16  Richard M. Stallman  <rms@gnu.org>
1798         * windows.texi (Buffers and Windows): Delete false table
1799         about all-frames.
1801         * syntax.texi (Parsing Expressions): Delete old caveat
1802         about parse-sexp-ignore-comments.
1804         * streams.texi (Output Variables): Add print-quoted.
1806         * lists.texi (Building Lists): Minor cleanup.
1808         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1810         * display.texi (Overlays): Explain overlays use markers.
1811         (Managing Overlays): Explain front-advance and rear-advance
1812         in more detail.
1814         * loading.texi (Unloading): Document unload-feature-special-hooks.
1815         Get rid of fns-NNN.el file.
1817 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1819         * help.texi (Describing Characters): Fix text-char-description
1820         example output.
1822         * edebug.texi (Using Edebug): Fix example.
1824         * debugging.texi (Internals of Debugger): Fix return value.
1826         * files.texi (Changing Files): Fix argname.
1828         * calendar.texi: Fix parens, and default values.
1830         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1831         * nonascii.texi, objects.texi, os.texi: Minor fixes.
1832         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1834         * positions.texi (Text Lines): Don't add -1 in current-line.
1836 2004-02-16  Richard M. Stallman  <rms@gnu.org>
1838         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1840 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1842         * processes.texi (Low-Level Network): Fix a typo.
1844 2004-02-12  Kim F. Storm  <storm@cua.dk>
1846         * display.texi (Fringes): Use consistent wording.
1847         Note that window-fringe's window arg is optional.
1848         (Scroll Bars): Use consistent wording.
1850 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
1852         * tips.texi (Comment Tips): Document the new conventions for
1853         commenting out code.
1855 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1857         * positions.texi (Text Lines): Added missing end defun.
1859 2004-02-07  Kim F. Storm  <storm@cua.dk>
1861         * positions.texi (Text Lines): Add line-number-at-pos.
1863 2004-02-06  John Paul Wallington  <jpw@gnu.org>
1865         * display.texi (Button Properties, Button Buffer Commands):
1866         mouse-2 invokes button, not down-mouse-1.
1868 2004-02-04  Jason Rumney  <jasonr@gnu.org>
1870         * makefile.w32-in: Sync with Makefile.in changes.
1872 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
1874         * minibuf.texi (Text from Minibuffer): Various corrections and
1875         clarifications.
1876         (Object from Minibuffer): Correct Lisp description of
1877         read-minibuffer.
1878         (Minibuffer History): Clarify description of cons values for
1879         HISTORY arguments.
1880         (Basic Completion): Various corrections and clarifications.  Add
1881         completion-regexp-list.
1882         (Minibuffer Completion): Correct and clarify description of
1883         completing-read.
1884         (Completion Commands): Mention Partial Completion mode.  Various
1885         other minor changes.
1886         (High-Level Completion): Various corrections and clarifications.
1887         (Reading File Names): Ditto.
1888         (Minibuffer Misc): Ditto.
1890 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
1892         * strings.texi (Text Comparison): assoc-string also matches
1893         elements of alists that are strings instead of conses.
1894         (Formatting Strings): Standardize Texinfo usage.  Update index
1895         entries.
1897 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
1899         * lists.texi (Sets And Lists): Add delete-dups.
1901 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
1903         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
1904         special form.
1905         * macros.texi (Defining Macros): Update description of `declare',
1906         which now is a macro.
1907         (Wrong Time): Fix typos.
1909 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
1911         * compile.texi (Compilation Functions): Expand descriptions of
1912         `compile-defun', `byte-compile-file', `byte-recompile-directory'
1913         and `batch-byte-compile'.  In particular, mention and describe
1914         all optional arguments.
1915         (Disassembly): Correct and clarify the description of `disassemble'.
1917 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
1919         * searching.texi: Various small changes in addition to the
1920         following.
1921         (Regexp Example): Adapt to new value of `sentence-end'.
1922         (Regexp Functions): The PAREN argument to `regexp-opt' can be
1923         `words'.
1924         (Search and Replace): Add usage note for `perform-replace'.
1925         (Entire Match Data): Mention INTEGERS and REUSE arguments to
1926         `match-data'.
1927         (Standard Regexps): Update for new values of `paragraph-start'
1928         and `sentence-end'.
1930 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
1932         * files.texi (Saving Buffers): Clarify descriptions of
1933         `write-contents-functions' and `before-save-hook'.
1934         Make the defvar's for `before-save-hook' and `after-save-hook'
1935         into defopt's.
1937 2004-01-07  Kim F. Storm  <storm@cua.dk>
1939         * commands.texi (Click Events): Describe new image and
1940         width/height elements of click events.
1941         (Accessing Events): Add posn-string, posn-image, and
1942         posn-object-width-height.  Change posn-object to return either
1943         image or string object.
1945 2004-01-01  Simon Josefsson  <jas@extundo.com>
1947         * hooks.texi (Standard Hooks): Add before-save-hook.
1948         * files.texi (Saving Buffers): Likewise.
1950 2004-01-03  Richard M. Stallman  <rms@gnu.org>
1952         * frames.texi (Frames and Windows): Delete frame-root-window.
1954 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1956         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1958         * functions.texi: Various small changes in addition to the
1959         following.
1960         (What Is a Function): `functionp' returns nil for macros.  Clarify
1961         behavior of this and following functions for symbol arguments.
1962         (Function Documentation): Add `\' in front of (fn @var{arglist})
1963         and explain why.
1964         (Defining Functions): Mention DOCSTRING argument to `defalias'.
1965         Add anchor.
1966         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
1968 2004-01-01  Miles Bader  <miles@gnu.org>
1970         * display.texi (Buttons): New section.
1972 2003-12-31  Andreas Schwab  <schwab@suse.de>
1974         * numbers.texi (Math Functions): sqrt reports a domain-error
1975         error.
1976         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1978 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1980         * tips.texi (Documentation Tips): Update item on hyperlinks in
1981         documentation strings.
1983         * errors.texi (Standard Errors): Various small corrections and
1984         additions.
1986         * control.texi: Various small changes in addition to the
1987         following.
1988         (Signaling Errors): Provide some more details on how `signal'
1989         constructs the error message.  Add anchor to the definition of
1990         `signal'.
1991         (Error Symbols): Describe special treatment of `quit'.
1992         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1993         to emphasize that it has to be a single form.
1995         * buffers.texi: Add anchor.
1997 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1999         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2000         (Window Configurations): Add window-configuration-frame.
2002         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2004         * text.texi (Examining Properties): Add get-char-property-and-overlay.
2005         Change arg name in get-char-property.
2006         (Special Properties): Update handling of keymap property.
2008         * strings.texi (Modifying Strings): Add clear-string.
2009         (Text Comparison): Add assoc-string and remove
2010         assoc-ignore-case, assoc-ignore-representation.
2012         * os.texi (Time of Day): Add set-time-zone-rule.
2014         * numbers.texi (Math Functions): asin, acos, log, log10
2015         report domain-error errors.
2017         * nonascii.texi (Converting Representations):
2018         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2019         (Encoding and I/O): Add file-name-coding-system.
2021         * modes.texi (Search-based Fontification): Explain that
2022         face specs are symbols with face names as values.
2024         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2026         * lists.texi (Building Lists): remq moved elsewhere.
2027         (Sets And Lists): remq moved here.
2028         (Association Lists): Refer to assoc-string.
2030         * internals.texi (Garbage Collection): Add memory-use-counts.
2032         * frames.texi (Frames and Windows): Add set-frame-selected-window
2033         and frame-root-window.
2035         * files.texi (Contents of Directories):
2036         Add directory-files-and-attributes.
2038         * display.texi (Refresh Screen): Add force-window-update.
2039         (Invisible Text): Explain about moving point out of invis text.
2040         (Overlay Properties): Add overlay-properties.
2041         (Managing Overlays): Add overlayp.
2042         (GIF Images): Invalid image number displays a hollow box.
2044         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2045         (Killing Buffers): Add buffer-live-p.
2047 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2049         * display.texi (Fringes): Fix typo "set-buffer-window".
2051 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
2053         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2054         * nonascii.texi, processes.texi, tips.texi, variables.texi:
2055         Add or change various xrefs and anchors.
2057         * commands.texi: Replace all occurrences of @acronym{CAR} with
2058         @sc{car}, for consistency with the rest of the Elisp manual.
2059         `car' and `cdr' are historically acronyms, but are no longer
2060         widely thought of as such.
2062         * internals.texi (Pure Storage): Mention that `purecopy' does not
2063         copy text properties.
2064         (Object Internals): Now 29 bits are used (in most implementations)
2065         to address Lisp objects.
2067         * variables.texi (Variables with Restricted Values): New node.
2069         * objects.texi (Lisp Data Types): Mention that certain variables
2070         can only take on a restricted set of values and add an xref to
2071         the new node "Variables with Restricted Values".
2073         * eval.texi (Function Indirection): Describe the errors that
2074         `indirect-function' can signal.
2075         (Eval): Clarify the descriptions of `eval-region' and `values'.
2076         Describe `eval-buffer' instead of `eval-current-buffer' and
2077         mention `eval-current-buffer' as an alias for `current-buffer'.
2078         Correct the description and mention all optional arguments.
2080         * nonascii.texi: Various small changes in addition to the
2081         following.
2082         (Converting Representations): Clarify behavior of
2083         `string-make-multibyte' and `string-to-multibyte' for unibyte all
2084         ASCII arguments.
2085         (Character Sets): Document the variable `charset-list' and adapt
2086         the definition of the function `charset-list' accordingly.
2087         (Translation of Characters): Clarify use of generic characters in
2088         `make-translation-table'.  Clarify and correct the description of
2089         the use of translation tables in encoding and decoding.
2090         (User-Chosen Coding Systems): Correct and clarify the description
2091         of `select-safe-coding-system'.
2092         (Default Coding Systems): Clarify description of
2093         `file-coding-system-alist'.
2095 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
2097         * strings.texi (Text Comparison): Correctly describe when two
2098         strings are `equal'.  Combine and clarify descriptions of
2099         `assoc-ignore-case' and `assoc-ignore-representation'.
2101         * objects.texi (Non-ASCII in Strings): Clarify description of
2102         when a string is unibyte or multibyte.
2103         (Bool-Vector Type): Update examples.
2104         (Equality Predicates): Correctly describe when two strings are
2105         `equal'.
2107 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
2109         * lists.texi (Building Lists): `append' no longer accepts integer
2110         arguments.  Update the description of `number-sequence' to reflect
2111         recent changes.
2112         (Sets And Lists): Describe `member-ignore-case' after `member'.
2114 2003-11-27  Kim F. Storm  <storm@cua.dk>
2116         * commands.texi (Click Events): Click object may be an images.
2117         Describe (dx . dy) element of click positions.
2118         (Accessing Events): Remove duplicate posn-timestamp.
2119         New functions posn-object and posn-object-x-y.
2121 2003-11-23  Kim F. Storm  <storm@cua.dk>
2123         * commands.texi (Click Events): Describe enhancements to event
2124         position lists, including new text-pos and (col . row) items.
2125         Mention left-fringe and right-fringe area events.
2126         (Accessing Events): New functions posn-area and
2127         posn-actual-col-row.  Mention posn-timestamp.  Mention that
2128         posn-point in non-text area still returns buffer position.
2129         Clarify posn-col-row.
2131 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
2133         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2134         * anti.texi (File Attributes): Describe removed parameter
2135         ID-FORMAT.
2137 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
2139         * positions.texi (Positions): Mention that, if a marker is used as
2140         a position, its buffer is ignored.
2142         * markers.texi (Overview of Markers): Mention it here too.
2144 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
2146         * numbers.texi (Numeric Conversions): Not just `floor', but also
2147         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2149 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
2151         * markers.texi (Creating Markers): Specify insertion type of
2152         created markers.  Add xref to `Marker Insertion Types'.
2153         Second argument to `copy-marker' is optional.
2154         (Marker Insertion Types): Mention that most markers are created
2155         with insertion type nil.
2156         (The Mark): Correctly describe when `mark' signals an error.
2157         (The Region): Correctly describe when `region-beginning' and
2158         `region-end' signal an error.
2160 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
2162         * hash.texi (Creating Hash): Clarify description of `eql'.
2163         `makehash' is obsolete.
2164         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2166         * positions.texi (Point): Change description of `buffer-end', so
2167         that it is also correct for floating point arguments.
2168         (List Motion): Correct argument lists of `beginning-of-defun' and
2169         `end-of-defun'.
2170         (Excursions): Add xref to `Marker Insertion Types'.
2171         (Narrowing): Argument to `narrow-to-page' is optional.
2173 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
2175         * streams.texi (Output Streams): Clarify behavior of point for
2176         marker output streams.
2178 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
2180         * variables.texi (Defining Variables): Second argument to
2181         `defconst' is not optional.
2182         (Setting Variables): Mention optional argument APPEND to
2183         `add-to-list'.
2184         (Creating Buffer-Local): Expand description of
2185         `make-variable-buffer-local'.
2186         (Frame-Local Variables): Expand description of
2187         `make-variable-frame-local'.
2188         (Variable Aliases): Correct description of optional argument
2189         DOCSTRING to `defvaralias'.  Mention return value of
2190         `defvaralias'.
2191         (File Local Variables): Add xref to `File variables' in Emacs
2192         Manual.  Correct description of `hack-local-variables'.  Mention
2193         `safe-local-variable' property.  Mention optional second argument
2194         to `risky-local-variable-p'.
2196 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
2198         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2200 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2202         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2203         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2204         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2205         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2206         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
2207         lispref/processes.texi, lispref/searching.texi,
2208         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2209         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2210         @acronym{FOO}.
2212 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
2214         * strings.texi (Creating Strings): Argument START to `substring'
2215         can not be `nil'.  Expand description of
2216         `substring-no-properties'.  Correct description of `split-string',
2217         especially with respect to empty matches.  Prevent very bad line
2218         break in definition of `split-string-default-separators'.
2219         (Text Comparison): `string=' and `string<' also accept symbols as
2220         arguments.
2221         (String Conversion): More completely describe argument BASE in
2222         `string-to-number'.
2223         (Formatting Strings): `%s' and `%S' in `format' do require
2224         corresponding object.  Clarify behavior of numeric prefix after
2225         `%' in `format'.
2226         (Case Conversion): The argument to `upcase-initials' can be a
2227         character.
2229 2003-10-27  Kenichi Handa  <handa@m17n.org>
2231         * display.texi (Fontsets): Fix texinfo usage.
2233 2003-10-25  Kenichi Handa  <handa@m17n.org>
2235         * display.texi (Fontsets): Add description of the function
2236         set-fontset-font.
2238 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
2240         * display.texi (Temporary Displays): Add xref to `Documentation
2241         Tips'.
2243         * functions.texi (Function Safety): Use inforef instead of pxref
2244         for SES.
2246 2003-10-23  Andreas Schwab  <schwab@suse.de>
2248         * Makefile.in (TEX, texinputdir): Don't define.
2249         (TEXI2DVI): Define.
2250         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2251         add $(srcdir)/index.texi.
2252         ($(infodir)/elisp): Remove index.texi dependency.
2253         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
2254         (index.texi): Remove target.
2255         (dist): Don't link $(srcdir)/permute-index.
2256         (clean): Don't remove index.texi.
2258         * permute-index, index.perm: Remove.
2259         * index.texi: Rename from index.unperm.
2261 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
2263         * tips.texi (Documentation Tips): Document new behavior for face
2264         and variable hyperlinks in Help mode.
2266 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
2268         * objects.texi (Integer Type): Update for extra bit of integer range.
2269         (Character Type): Ditto.
2271 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
2273         * numbers.texi (Integer Basics): Add index entries for reading
2274         numbers in hex, octal, and binary.
2276 2003-10-16  Lute Kamstra  <lute@gnu.org>
2278         * modes.texi (Mode Line Format): Mention force-mode-line-update's
2279         argument.
2281 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
2283         * windows.texi (Choosing Window): Fix typo.
2284         * edebug.texi (Edebug Execution Modes): Fix typo.
2286 2003-10-13  Richard M. Stallman  <rms@gnu.org>
2288         * windows.texi (Basic Windows): A window has fringe settings,
2289         display margins and scroll-bar settings.
2290         (Splitting Windows): Doc split-window return value.
2291         Clean up one-window-p.
2292         (Selecting Windows): Fix typo.
2293         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2294         (Buffers and Windows): In set-window-buffer, explain effect
2295         on fringe settings and scroll bar settings.
2296         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2297         (Choosing Window): Use defopt for pop-up-frame-function.
2298         For special-display-buffer-names, explain same-window and same-frame.
2299         Clarify window-dedicated-p return value.
2300         (Textual Scrolling): scroll-up and scroll-down can get an error.
2301         (Horizontal Scrolling): Clarify auto-hscroll-mode.
2302         Clarify set-window-hscroll.
2303         (Size of Window): Don't mention tool bar in window-height.
2304         (Coordinates and Windows): Explain what coordinates-in-window-p
2305         returns for fringes and display margins.
2306         (Window Configurations): Explain saving fringes, etc.
2308         * tips.texi (Library Headers): Clean up Documentation.
2310         * syntax.texi (Parsing Expressions): Clean up forward-comment
2311         and parse-sexp-lookup-properties.
2313         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2315         * os.texi (System Environment): Clean up text for load-average errors.
2317         * modes.texi (Hooks): Don't explain local hook details at front.
2318         Clarify run-hooks and run-hook-with-args a little.
2319         Clean up add-hook and remove-hook.
2321         * edebug.texi (Edebug Execution Modes): Clarify t.
2322         Document edebug-sit-for-seconds.
2323         (Coverage Testing): Document C-x X = and =.
2324         (Instrumenting Macro Calls): Fix typo.
2325         (Specification List): Don't index the specification keywords.
2327 2003-10-10  Kim F. Storm  <storm@cua.dk>
2329         * processes.texi (Network): Introduce make-network-process.
2331 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
2333         * tips.texi (Library Headers): Fix typo.
2335 2003-10-07  Juri Linkov  <juri@jurta.org>
2337         * modes.texi (Imenu): Mention imenu-create-index-function's
2338         default value.  Explain submenus better.
2340 2003-10-07  Lute Kamstra  <lute@gnu.org>
2342         * modes.texi (Faces for Font Lock): Fix typo.
2343         (Hooks): Explain how buffer-local hook variables can refer to
2344         global hook variables.
2345         Various minor clarifications.
2347 2003-10-06  Lute Kamstra  <lute@gnu.org>
2349         * tips.texi (Coding Conventions): Mention naming conventions for
2350         hooks.
2352 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
2354         * loading.texi (Library Search): Correct default value of
2355         load-suffixes.
2356         (Named Features): Fix typo.
2358 2003-10-05  Richard M. Stallman  <rms@gnu.org>
2360         * loading.texi (Named Features): In `provide',
2361         say how to test for subfeatures.
2362         (Unloading): In unload-feature, use new var name
2363         unload-feature-special-hooks.
2365 2003-10-03  Lute Kamstra  <lute@gnu.org>
2367         * modes.texi (Major Mode Conventions): Mention third way to set up
2368         Imenu.
2369         (Imenu): A number of small fixes.
2370         Delete documentation of internal variable imenu--index-alist.
2371         Document the return value format of imenu-create-index-function
2372         functions.
2374 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2376         * processes.texi (Network): Say what stopped datagram connections do.
2378         * lists.texi (Association Lists): Clarify `assq-delete-all'.
2380         * display.texi (Overlay Properties): Clarify `evaporate' property.
2382 2003-09-29  Lute Kamstra  <lute@gnu.org>
2384         * modes.texi (Mode Line Data): Explain when symbols in mode-line
2385         constructs should be marked as risky.
2386         Change cons cell into proper list.
2387         (Mode Line Variables): Change cons cell into proper list.
2389 2003-09-26  Lute Kamstra  <lute@gnu.org>
2391         * modes.texi (Mode Line Data): Document the :propertize construct.
2392         (Mode Line Variables): Reorder the descriptions of the variables
2393         to match their order in the default mode-line-format.
2394         Describe the new variables mode-line-position and mode-line-modes.
2395         Update the default values of mode-line-frame-identification,
2396         minor-mode-alist, and default-mode-line-format.
2397         (Properties in Mode): Mention the :propertize construct.
2399 2003-09-26  Richard M. Stallman  <rms@gnu.org>
2401         * buffers.texi, commands.texi, debugging.texi, eval.texi:
2402         * loading.texi, minibuf.texi, text.texi, variables.texi:
2403         Avoid @strong{Note:}.
2405 2003-09-26  Richard M. Stallman  <rms@gnu.org>
2407         * keymaps.texi (Remapping Commands): Fix typo.
2409 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
2411         * processes.texi (Low-Level Network): Fix typo.
2413 2003-09-23  Kim F. Storm  <storm@cua.dk>
2415         * processes.texi (Network, Network Servers): Fix typos.
2416         (Low-Level Network): Add timeout value for :server keyword.
2417         Add new option keywords to make-network-process.
2418         Add set-network-process-options.
2419         Explain how to test availability of network options.
2421 2003-09-19  Richard M. Stallman  <rms@gnu.org>
2423         * text.texi (Motion by Indent): Arg to
2424         backward-to-indentation and forward-to-indentation is optional.
2426         * strings.texi (Creating Strings): Add substring-no-properties.
2428         * processes.texi
2429         (Process Information): Add list-processes arg QUERY-ONLY.
2430         Delete process-contact from here.
2431         Add new status values for process-status.
2432         Add process-get, process-put, process-plist, set-process-plist.
2433         (Synchronous Processes): Add call-process-shell-command.
2434         (Signals to Processes): signal-process allows process objects.
2435         (Network): Complete rewrite.
2436         (Network Servers, Datagrams, Low-Level Network): New nodes.
2438         * positions.texi (Word Motion): forward-word, backward-word
2439         arg is optional.  Reword.
2441         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2443         * variables.texi (Creating Buffer-Local):
2444         Delete duplicate definition of buffer-local-value.
2445         (File Local Variables): Explain about discarding text props.
2447 2003-09-11  Richard M. Stallman  <rms@gnu.org>
2449         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2450         changes variables that record input events.
2451         (Minibuffer Misc): Add minibuffer-selected-window.
2453         * lists.texi (Building Lists): Add copy-tree.
2455         * display.texi (Fontsets): Add char-displayable-p.
2456         (Scroll Bars): New node.
2458 2003-09-08  Lute Kamstra  <lute@gnu.org>
2460         * modes.texi (%-Constructs): Document new `%i' and `%I'
2461         constructs.
2463 2003-09-03  Peter Runestig  <peter@runestig.com>
2465         * makefile.w32-in: New file.
2467 2003-08-29  Richard M. Stallman  <rms@gnu.org>
2469         * display.texi (Overlay Properties): Clarify how priorities
2470         affect use of the properties.
2472 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
2474         * customize.texi (Type Keywords): Correct the description of
2475         `:help-echo' in the case where `motion-doc' is a function.
2477 2003-08-14  John Paul Wallington  <jpw@gnu.org>
2479         * modes.texi (Emulating Mode Line): Subsection, not section.
2481 2003-08-13  Richard M. Stallman  <rms@gnu.org>
2483         * elisp.texi (Top): Update subnode lists in menu.
2485         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2486         (Kill Functions): kill-region has new arg yank-handler.
2487         (Yanking): New node.
2488         (Yank Commands): Add yank-undo-function.
2489         (Low-Level Kill Ring):
2490         kill-new and kill-append have new arg yank-handler.
2491         (Changing Properties): Add remove-list-of-text-properties.
2492         (Atomic Changes): New node.
2494         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2496         * streams.texi (Output Variables): Add eval-expression-print-length
2497         and eval-expression-print-level.
2499         * os.texi (Time Conversion): For encode-time, explain limits on year.
2501         * objects.texi (Character Type): Define anchor "modifier bits".
2503         * modes.texi (Emulating Mode Line): New node.
2504         (Search-based Fontification): Font Lock uses font-lock-face property.
2505         (Other Font Lock Variables): Likewise.
2507         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2508         not vectors.
2509         (Active Keymaps): Add emulation-mode-map-alists.
2510         (Functions for Key Lookup): key-binding has new arg no-remap.
2511         (Remapping Commands): New node.
2512         (Scanning Keymaps): where-is-internal has new arg no-remap.
2513         (Tool Bar): Add tool-bar-local-item-from-menu.
2514         Clarify when to use tool-bar-add-item-from-menu.
2516         * commands.texi (Interactive Call): commandp has new arg.
2517         (Command Loop Info): Add this-original-command.
2519 2003-08-06  John Paul Wallington  <jpw@gnu.org>
2521         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2523         * display.texi (Warning Basics): Fix typo.
2524         (Fringes): Add closing curly bracket and fix typo.
2526         * elisp.texi (Top): Fix typo.
2528 2003-08-05  Richard M. Stallman  <rms@gnu.org>
2530         * elisp.texi: Update lists of subnodes.
2532         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2534         * variables.texi (Local Variables): Use lc for example variable names.
2536         * tips.texi (Library Headers): Explain where to put -*-.
2538         * strings.texi (Creating Strings): Fix xref for vconcat.
2540         * sequences.texi (Vector Functions):
2541         vconcat no longer allows integer args.
2543         * minibuf.texi (Reading File Names): read-file-name has new
2544         arg PREDICATE.  New function read-directory-name.
2546         * macros.texi (Defining Macros): Give definition of `declare'
2547         (Indenting Macros): New node.
2549         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2550         (Window Frame Parameters): Make separate table of parameters
2551         that are coupled with specific face attributes.
2552         (Deleting Frames): delete-frame-hooks renamed to
2553         delete-frame-functions.
2555         * files.texi (Magic File Names): Add file-remote-p.
2556         Clarify file-local-copy.
2558         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2559         here; instead xref Defining Macros.
2561         * display.texi (Warnings): New node, and subnodes.
2562         (Fringes): New node.
2564         * debugging.texi (Test Coverage): New node.
2566         * compile.texi (Compiler Errors): Explain with-no-warnings
2567         and other ways to suppress warnings.
2569         * commands.texi (Interactive Call): Minor clarification.
2571         * buffers.texi (Buffer File Name): set-visited-file-name
2572         renames the buffer too.
2574         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2576 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
2578         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2580 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
2582         * internals.texi (Garbage Collection): Fix previous change.
2584 2003-07-22  Richard M. Stallman  <rms@gnu.org>
2586         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2588         * display.texi (Width): Use \s syntax in example.
2589         (Font Selection): Add face-font-rescale-alist.
2591         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2592         Remove spurious indent in example.
2594         * lists.texi (Building Lists): Add number-sequence.
2596         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2598         * functions.texi (Function Documentation): Explain how to
2599         show calling convention explicitly in the doc string.
2601         * windows.texi (Selecting Windows): save-selected-window saves
2602         selected window of each frame.
2603         (Window Configurations): Minor change.
2605         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2607         * streams.texi (Output Variables): Add print-continuous-numbering
2608         and print-number-table.
2610         * processes.texi (Decoding Output): New node.
2612         * os.texi (Time Conversion): decode-time arg is optional.
2614         * objects.texi (Character Type): Don't use space as example for \.
2615         Make list of char names and \-sequences correspond.
2616         Explain that \s is not used in strings.  `\ ' needs space after.
2618         * nonascii.texi (Converting Representations): Add string-to-multibyte.
2619         (Translation of Characters): Add translation-table-for-input.
2620         (Default Coding Systems): Add auto-coding-functions.
2621         (Explicit Encoding): Add decode-coding-inserted-region.
2622         (Locales): Add locale-info.
2624         * minibuf.texi (Basic Completion): Describe test-completion.
2625         Collections can be lists of strings.
2626         Clean up lazy-completion-table.
2627         (Programmed Completion): Mention test-completion.
2628         Clarify why lambda expressions are not accepted.
2629         (Minibuffer Misc): Describe minibufferp.
2631 2003-07-14  Richard M. Stallman  <rms@gnu.org>
2633         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2635         * windows.texi (Selecting Windows): New arg to select-window.
2636         (Selecting Windows): Add with-selected-window.
2637         (Size of Window): Add window-inside-edges, etc.
2639         * internals.texi (Garbage Collection): Add post-gc-hook.
2641         * processes.texi (Subprocess Creation): Add exec-suffixes.
2643         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2644         (Scanning Keymaps): Add map-keymaps.
2645         (Defining Menus): Add keymap-prompt.
2647         * numbers.texi (Integer Basics): Add most-positive-fixnum,
2648         most-negative-fixnum.
2650         * compile.texi (Byte Compilation): Explain no-byte-compile
2651         (Compiler Errors): New node.
2653         * os.texi (User Identification): user-uid, user-real-uid
2654         can return float.
2656         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2657         and about derived modes.
2658         (Minor Modes): Add minor-mode-list.
2659         (Defining Minor Modes): Keyword args for define-minor-mode.
2660         (Search-based Fontification): Explain managing other properties.
2661         (Other Font Lock Variables): Add font-lock-extra-managed-props.
2662         (Faces for Font Lock): Add font-locl-preprocessor-face.
2663         (Hooks): Add run-mode-hooks and delay-mode-hooks.
2665         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
2666         (Variable Aliases): Clarify defvaralias.
2668         * loading.texi (Library Search): Add load-suffixes.
2670         * minibuf.texi (Basic Completion): Add lazy-completion-table.
2671         (Programmed Completion): Add dynamic-completion-table.
2673         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2674         (Magic File Names): Specify precedence order of handlers.
2676         * commands.texi (Command Overview): Emacs server runs pre-command-hook
2677         and post-command-hook.
2678         (Waiting): New calling convention for sit-for.
2680         * text.texi (Special Properties): local-map and keymap properties
2681         apply based on their stickiness.
2683 2003-07-07  Richard M. Stallman  <rms@gnu.org>
2685         * modes.texi (Minor Mode Conventions): Specify only some kinds
2686         of list values as args to minor modes.
2688         * files.texi (File Name Expansion): Warn about iterative use
2689         of substitute-in-file-name.
2691         * advice.texi (Activation of Advice): Clean up previous change.
2693 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
2695         * advice.texi (Activation of Advice): Note that ad-start-advice is
2696         turned on by default.
2698 2003-06-30  Richard M. Stallman  <rms@gnu.org>
2700         * text.texi (Buffer Contents): Document current-word.
2701         (Change Hooks): Not called for *Messages*.
2703         * functions.texi (Defining Functions): Explain about redefining
2704         primitives.
2705         (Function Safety): Renamed.  Minor changes.
2706         Comment out the detailed criteria for what is safe.
2708 2003-06-22  Andreas Schwab  <schwab@suse.de>
2710         * objects.texi (Symbol Type): Fix description of examples.
2712 2003-06-16  Andreas Schwab  <schwab@suse.de>
2714         * hash.texi (Creating Hash): Fix description of :weakness.
2716 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2718         * files.texi (Changing Files): copy-file copies file modes, too.
2720 2003-05-28  Richard M. Stallman  <rms@gnu.org>
2722         * strings.texi (Creating Strings): Clarify split-string.
2724 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
2726         * strings.texi (Creating Strings): Update split-string specification
2727         and examples.
2729 2003-05-19  Richard M. Stallman  <rms@gnu.org>
2731         * elisp.texi: Correct invariant section names.
2733 2003-04-20  Richard M. Stallman  <rms@gnu.org>
2735         * os.texi (Timers): Explain about timers and quitting.
2737 2003-04-19  Richard M. Stallman  <rms@gnu.org>
2739         * internals.texi (Writing Emacs Primitives): Strings are
2740         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
2741         Explain GCPRO convention for varargs function args.
2743 2003-04-16  Richard M. Stallman  <rms@gnu.org>
2745         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2747 2003-04-08  Richard M. Stallman  <rms@gnu.org>
2749         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2751 2003-02-13  Kim F. Storm  <storm@cua.dk>
2753         * objects.texi (Character Type): New \s escape for space.
2755 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2757         * os.texi (System Environment): Added cygwin system-type.
2759 2003-01-25  Richard M. Stallman  <rms@gnu.org>
2761         * keymaps.texi: Document that a symbol can act as a keymap.
2763 2003-01-13  Richard M. Stallman  <rms@gnu.org>
2765         * text.texi (Changing Properties): Say string indices are origin-0.
2767         * positions.texi (Screen Lines) <compute-motion>:
2768         Correct order of elts in return value.
2770         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2771         how to define a default binding.
2773 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
2775         * loading.texi (Unloading): Fix recent change for load-history.
2777         * customize.texi (Simple Types): Clarify description of custom
2778         type 'number. Describe new custom type 'float.
2780 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
2782         * variables.texi (File Local Variables): Fix typo.
2784 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2786         From Michael Albinus <Michael.Albinus@alcatel.de>.
2788         * README: Target for Info file is `make info'.
2790         * files.texi (File Name Components): Fixed typos in
2791         `file-name-sans-extension'.
2792         (Magic File Names): Complete list of operations for magic file
2793         name handlers.
2795 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
2797         * variables.texi (File Local Variables): New function
2798         risky-local-variable-p.
2800 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
2802         * functions.texi (Function safety): New node about unsafep.
2804 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2806         * customize.texi (Splicing into Lists): Fixed example.
2807         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2809 2002-06-17  Juanma Barranquero  <lektu@terra.es>
2811         * frames.texi (Display Feature Testing): Fix typo.
2813 2002-06-12  Andreas Schwab  <schwab@suse.de>
2815         * frames.texi (Initial Parameters, Resources): Fix references to
2816         the Emacs manual.
2818 2002-05-13  Kim F. Storm  <storm@cua.dk>
2820         * variables.texi (Intro to Buffer-Local): Updated warning and
2821         example relating to changing buffer inside let.
2823 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2825         * os.texi (Session Management): New node about X Session management.
2827 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
2829         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
2830         to which the manual corresponds, and the copyright years.
2832         * Makefile.in (VERSION): Set to 2.9.
2834 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
2836         * elisp.texi: Change the category in @dircategory to "Emacs", to
2837         make it consistent with info/dir.
2839 2001-11-25  Miles Bader  <miles@gnu.org>
2841         * text.texi (Fields): Describe new `limit' arg in
2842         field-beginning/field-end.
2844 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
2846         * permute-index: Don't depend on csh-specific features.  Replace
2847         the interpreter name with /bin/sh.
2849         * two-volume-cross-refs.txt: New file.
2850         * two.el: New file.
2851         * spellfile: New file.
2853 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
2855         * permute-index: New file.
2857         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2858         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2859         8+3 restricted namespace.
2861         * Makefile.in (infodir): Define relative to $(srcdir).
2862         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2863         include directories list via -I switch to makeinfo.
2864         (index.texi): Use cp if both hard and symbolic links fail.
2866 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
2868         * Makefile.in (distclean): Add.
2870         The following changes make ELisp manual part of the Emacs
2871         distribution:
2873         * Makefile.in: Add Copyright notice.
2874         (prefix): Remove.
2875         (infodir): Change value to "../info".
2876         (VPATH): New variable.
2877         (MAKE): Don't define.
2878         (texmacrodir): Don't define.
2879         (texinputdir): Append the existing value of TEXINPUTS.
2880         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
2881         command to be compatible with man/Makefile.in, and to put the
2882         output into ../info.
2883         (info): Add target.
2884         (installall): Target removed.
2886 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2888         * tips.texi (Coding Conventions): Fix typo.
2890 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
2892         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
2894 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
2896         * files.texi (File Name Components): Update the description of
2897         file-name-sans-extension and file-name-extension, as they now
2898         ignore leading dots.
2900 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2902         * (Version 21.1 released.)
2904 2001-10-19  Miles Bader  <miles@gnu.org>
2906         * positions.texi (Text Lines): Describe behavior of
2907         `beginning-of-line'/`end-of-line' in the presence of field properties.
2909 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
2911         * Makefile.in (VERSION): Set to 2.8.
2912         (manual): Use `manual-21'.
2914         * elisp.texi (VERSION): Add and use it where the version
2915         number was used.  Set it to 2.8.
2917         * intro.texi: Likewise.
2919 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
2921         * files.texi (File Name Completion): Document the significance of
2922         a trailing slash in elements of completion-ignored-extensions.
2924 2001-10-06  Miles Bader  <miles@gnu.org>
2926         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
2928 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
2930         * variables.texi (Variable Aliases): New node.
2932 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
2934         * Branch for 21.1.
2936 2001-10-02  Miles Bader  <miles@gnu.org>
2938         * minibuf.texi (Minibuffer Misc): Add entries for
2939         `minibuffer-contents', `minibuffer-contents-no-properties', and
2940         `delete-minibuffer-contents'.
2941         Correct description for `minibuffer-prompt-end'.
2943         * text.texi (Property Search): Correct descriptions of
2944         `next-char-property-change' and `previous-char-property-change'.
2945         Add entries for `next-single-char-property-change' and
2946         `previous-single-char-property-change'.
2947         Make operand names a bit more consistent.
2949 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
2951         * frames.texi (Finding All Frames): Document that next-frame and
2952         previous-frame are local to current terminal.
2954 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
2956         * keymaps.texi (Creating Keymaps): Fix the description of the
2957         result of make-keymap.
2959 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
2961         * display.texi (Font Lookup, Attribute Functions)
2962         (Image Descriptors): Add cross-references to the definition of
2963         selected frame.
2965         * buffers.texi (The Buffer List): Add cross-references to the
2966         definition of selected frame.
2968         * frames.texi (Input Focus): Clarify which frame is _the_ selected
2969         frame at any given time.
2970         (Multiple Displays, Size and Position): Add a cross-reference to
2971         the definition of the selected frame.
2973 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2975         * strings.texi (String Conversion) <string-to-number>: Document
2976         that a float is returned for integers that are too large.
2978         * frames.texi (Mouse Position): Document mouse-position-function.
2979         (Display Feature Testing): Document display-images-p.
2980         (Window Frame Parameters): Document the cursor-type variable.
2982         * numbers.texi (Integer Basics): Document CL style read syntax for
2983         integers in bases other than 10.
2985         * positions.texi (List Motion): Document
2986         open-paren-in-column-0-is-defun-start.
2988         * lists.texi (Sets And Lists): Document member-ignore-case.
2990         * internals.texi (Garbage Collection): Document the used and free
2991         strings report.
2992         (Memory Usage): Document strings-consed.
2994         * os.texi (Time of Day): Document float-time.
2995         (Recording Input): Document that clear-this-command-keys clears
2996         the vector to be returned by recent-keys.
2998         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2999         argument keymap can be a list.
3001         * nonascii.texi (User-Chosen Coding Systems)
3002         <select-safe-coding-system>: Document the new argument
3003         accept-default-p and the variable
3004         select-safe-coding-system-accept-default-p.  Tell what happens if
3005         buffer-file-coding-system is undecided.
3006         (Default Coding Systems): Document auto-coding-regexp-alist.
3008         * display.texi (The Echo Area) <message>: Document
3009         message-truncate-lines.
3010         (Glyphs): Document that the glyph table is unused on windowed
3011         displays.
3013         * help.texi (Describing Characters) <single-key-description>:
3014         Document the new argument no-angles.
3015         (Accessing Documentation) <documentation-property>: Document that
3016         a non-string property is evaluated.
3017         <documentation>: Document that the function-documentation property
3018         is looked for.
3020         * windows.texi (Selecting Windows): Document some-window.
3022         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3024         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3025         apropos-mode-hook.
3027         * commands.texi (Using Interactive): Document interactive-form.
3028         (Keyboard Macros): Document kbd-macro-termination-hook.
3029         (Command Loop Info): Document that clear-this-command-keys clears
3030         the vector to be returned by recent-keys.
3032 2001-09-04  Werner LEMBERG  <wl@gnu.org>
3034         * Makefile.in (srcdir, texinputdir): New variables.
3035         (srcs, index.texi, install): Use $(srcdir).
3036         (.PHONY): Remove elisp.dvi.
3037         (elisp): Use -I switch for makeinfo.
3038         (elisp.dvi): Use $(srcdir) and $(texinputdir).
3039         (installall, dist): Use $(srcdir).
3040         Fix path to texinfo.tex.
3041         (maintainer-clean): Add elisp.dvi and elisp.oaux.
3043 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
3045         * display.texi (Conditional Display): Adjust to API change.
3047         * configure: New file.
3049 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
3051         * commands.texi (Repeat Events): Add description of
3052         double-click-fuzz.
3054 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
3056         * syntax.texi (Syntax Class Table): Add the missing designator for
3057         comment and string fences.
3058         (Syntax Properties): Add a xref to syntax table internals.
3059         (Syntax Table Internals): Document string-to-syntax.
3061 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
3063         * Makefile.in (install): Use install-info command line options
3064         like in Emacs' Makefile.in.
3066 2000-12-09  Miles Bader  <miles@gnu.org>
3068         * windows.texi (Window Start): Update documentation for
3069         `pos-visible-in-window-p'.
3071 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3073         * lists.texi (Building Lists): Add footnote to explain how to add
3074         to the end of a list.
3076 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3078         * files.texi (Visiting Functions): Typos.
3080 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
3082         * files.texi (Visiting Functions): Return value of
3083         find-file-noselect may be a list of buffers if wildcards are used.
3085 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3087         * display.texi (Defining Faces): Document `graphic' display type
3088         in face specs.
3090 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3092         * hooks.texi (Standard Hooks): Replace obsolete
3093         `after-make-frame-hook' with `after-make-frame-functions'.
3095         * frames.texi (Creating Frames): Ditto.
3097         * variables.texi (Future Local Variables): Ditto.
3099 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
3101         * display.texi (Other Image Types): Add description of :foreground
3102         and :background properties of mono PBM images.
3104 2000-08-17  Werner LEMBERG  <wl@gnu.org>
3106         * .cvsignore: New file.
3108 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
3110         * tindex.pl: New script.
3112 1999-12-03  Dave Love  <fx@gnu.org>
3114         * Makefile.in (MAKEINFO): New parameter.
3116 1999-09-17  Richard Stallman  <rms@gnu.org>
3118         * Makefile.in (srcs): Add hash.texi.
3119         (VERSION): Update to 20.6.
3121 1999-09-13  Richard Stallman  <rms@gnu.org>
3123         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3125 1998-08-29  Karl Heuer  <kwzh@gnu.org>
3127         * configure.in: New file.
3128         * Makefile.in: Renamed from Makefile.
3129         (prefix, infodir): Use value obtained from configure.
3130         (emacslibdir): Obsolete variable deleted.
3131         (dist): Distribute configure.in, configure, Makefile.in.
3133 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
3135         * Makefile (INSTALL_INFO): New variable.
3136         (install): Run install-info.
3138 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
3140         * Makefile (elisp.dvi): Add missing backslash.
3142 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
3144         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3145         Run texindex without `./'.  Always run texindex on elisp.tp.
3146         (elisp.tps): Target deleted.
3148 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
3150         * Makefile (srcs): Add nonascii.texi and customize.texi.
3151         (dist): Start by deleting `temp'.
3153 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
3155         * Makefile (makeinfo, texindex): Targets deleted.
3156         (makeinfo.o, texindex.o): Targets deleted.
3157         (clean, dist): Don't do anything with them or with getopt*.
3159 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
3161         * Makefile (SHELL): Defined.
3163 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
3165         * Makefile (elisp.tps): New target.
3166         (elisp.dvi): Depend on elisp.tps.
3168 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
3170         * README: Update phone number.
3172         * Makefile (elisp): Make this be the default target.
3173         Depend on makeinfo.c instead of makeinfo.
3174         (install): Don't depend on elisp.dvi, since we don't install that.
3175         Use mkinstalldirs.
3176         (dist): Add mkinstalldirs.
3178 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3180         * Makefile (VERSION): Update version number.
3181         (maintainer-clean): Renamed from realclean.
3183 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
3185         * Makefile (realclean): New target.
3186         (elisp): Remove any old elisp-* files first.
3188 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
3190         * Makefile (VERSION): New variable.
3191         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3192         Compressed file suffix should be `.gz', not `.z'.
3194 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3196         * Makefile (elisp): Depend on makeinfo.
3198 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
3200         * Makefile (srcs): Add anti.texi.
3202 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3204         * Makefile (infodir, prefix): New vars.
3205         (install): Use infodir.
3206         (emacsinfodir): Deleted.
3208 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3210         * Makefile (srcs): Add calendar.texi.
3212         * Makefile (dist): Copy texindex.c and makeinfo.c.
3213         Limit elisp-* files to those with one or two digits.
3215 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3217         * Makefile (dist): Changed to use Gzip instead of compress.
3219 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
3221         * loading.texi (Unloading): define-function changed back to
3222         defalias.  It may not stay this way, but at least it's
3223         consistent with the known-good version of the code patch.
3225 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
3227         * modes.texi (Hooks): Document new optional arg of add-hook.
3229 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
3231         * variables.texi: Document nil initial value of buffer-local variables.
3233         * tips.texi: Add new section on standard library headers.
3235 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3237         * Makefile (srcs): Add frame.texi to the list of sources.
3239 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3241         * Makefile (dist): Don't bother excluding autosave files; they'll
3242         never make it into the temp directory anyway, and the hash marks
3243         in the name are problematic for make and the Bourne shell.
3244         (srcs):
3246 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3248         * Makefile (dist): Don't include backup files or autosave files in
3249         the distribution tar file.
3251 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3253         * Makefile (srcs): Added index.perm.
3254         (elisp.dvi): Remove erroneous shell comment.
3255         Expect output of permute-index in permuted.fns.
3256         Save old elisp.aux in elisp.oaux.
3257         (clean): Added index.texi to be deleted.
3259 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
3261         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3263 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
3265         * files.texi:  Noted that completion-ignored-extensions is ignored
3266         when making *Completions*.
3268 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3270         * Makefile  make dist now depends on elisp.dvi, since it tries
3271         to include it in the dist file.
3273 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
3275         * functions.texinfo (Mapping Functions): Add missing quote
3277 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
3279         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3280         (defunargs): Turn off \hyphenchar of \sl font temporarily.
3282 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
3284         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3285         and @error{} are the terms now being used.  The files in the
3286         directory have been changed to reflect this.
3288         * All instances of @indentedresultt{} have been changed to
3289         `     @result{}', using 5 spaces at the begining of the line.
3291 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
3293         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3294         experimental @indentedresult{}, @indentedexpandsto{} are part of
3295         the texinfo.tex in this directory.  These TeX macros are not
3296         stable yet.
3298 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
3300         * texinfo.tex:  temporarily added
3301                 \let\result=\dblarrow
3302                 \def\error{{\it ERROR} \longdblarrow}
3303         We need to do this better soon.
3305 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
3307         * Applied Karl Berry's patches to *.texinfo files, but not to
3308         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3309         new title page format is also not applied, since it requires
3310         texinfo.tex changes.)
3312         * Cleaned up `Makefile' and defined the `emacslibdir' directory
3313         for the Project GNU development environment.
3315 ;; Local Variables:
3316 ;; coding: iso-2022-7bit
3317 ;; End:
3319     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3320   Copying and distribution of this file, with or without modification,
3321   are permitted provided the copyright notice and this notice are preserved.
3323 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda