Merged from emacs@sv.gnu.org
[emacs.git] / lispref / ChangeLog
bloba56517535f162311ef03ccd57d0b9731e1875e1d
1 2006-03-02  Kim F. Storm  <storm@cua.dk>
3         * keymaps.texi (Tool Bar): Add tool-bar-border.
5 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
7         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
9 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
11         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
13         * files.texi (Locating Files): Suggest additional values for the
14         SUFFIXES arg of `locate-file'.  Update pxref.
16         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
17         (How Programs Do Loading): Discuss the effects of Auto Compression
18         mode on `load'.
19         (Load Suffixes): New node.
20         (Library Search): Delete description of `load-suffixes'; it was
21         moved to "Load Suffixes".
22         (Autoload, Named Features): Mention `load-suffixes'.
24 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
26         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
28         * windows.texi (Window Tree): Fix typo.
30 2006-02-20  Kim F. Storm  <storm@cua.dk>
32         * display.texi (Fringe Indicators): New section.
33         Move indicate-empty-lines, indicate-buffer-boundaries, and
34         default-indicate-buffer-boundaries here.
35         Add fringe-indicator-alist and default-fringes-indicator-alist.
36         Add list of logical fringe indicator symbols.
37         Update list of standard bitmap names.
38         (Fringe Cursors): New section.
39         Move overflow-newline-into-fringe here.
40         Add fringe-cursor-alist and default-fringes-cursor-alist.
41         Add list of fringe cursor symbols.
43 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
45         * commands.texi (Using Interactive): Fix reference to node
46         "Minibuffers".
48 2006-02-19  Richard M. Stallman  <rms@gnu.org>
50         * minibuf.texi (High-Level Completion):
51         Add xref to read-input-method-name.
53         * files.texi (Relative File Names): Move file-relative-name here.
54         (File Name Expansion): From here.  Minor clarifications.
56         * commands.texi (Using Interactive): Add xrefs about reading input.
57         Clarify remarks about that moving point and mark.
58         Put string case before list case.
60 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
62         * display.texi (Other Display Specs, Image Descriptors): Revert
63         erroneous changes.  The previous description of image-descriptors
64         as `(image . PROPS)' was correct.
66 2006-02-14  Richard M. Stallman  <rms@gnu.org>
68         * variables.texi (File Local Variables): Clarifications.
70 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
72         * variables.texi (File Local Variables): Use @code for a cons
73         cell, not @var.
75 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
77         * variables.texi (File Local Variables): Document new file local
78         variable behavior.
80 2006-02-10  Kim F. Storm  <storm@cua.dk>
82         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
84 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
86         * modes.texi (%-Constructs): Remove obsolete info about
87         `global-mode-string'.
89 2006-02-07  Richard M. Stallman  <rms@gnu.org>
91         * commands.texi (Prefix Command Arguments): Minor cleanup.
93         * display.texi: "Graphical display", not window system.
95         * functions.texi (What Is a Function): Fix xref.
97         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
98         (Changing Key Bindings): Clarify when remapping is better than
99         substitute-key-definition.
101 2006-02-02  Richard M. Stallman  <rms@gnu.org>
103         * minibuf.texi (Basic Completion): Completion alists are risky.
105         * keymaps.texi (Active Keymaps): Clarifications.
106         (Searching Keymaps): New node.
107         (Keymaps): Update menu.
109         * frames.texi (Layout Parameters): Minor clarification.
110         (Drag and Drop): New node.
111         (Frames): Update menu.
113 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
115         * display.texi (Other Display Specs, Image Descriptors): Image
116         description is a list, not a cons cell.
118 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
120         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
121         list is not necessarily a list).
123 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
125         * frames.texi (Layout Parameters): border-width and
126         internal-border-width belong to the frame, not the window.
128 2006-01-19  Richard M. Stallman  <rms@gnu.org>
130         * nonascii.texi (Translation of Characters): Search cmds use
131         translation-table-for-input.  Automatically made local.
133         * markers.texi (Overview of Markers): Count insertion type
134         as one of a marker's attributes.
136         * keymaps.texi (Controlling Active Maps): New node, split out of
137         Active Keymaps.
138         (Keymaps): Menu updated.
139         (Active Keymaps): Give pseudocode to explain how the active
140         maps are searched.  current-active-maps and key-binding moved here.
141         (Functions for Key Lookup): current-active-maps and key-binding moved.
142         Clarifications.
143         (Searching the Keymaps): New subnode.
145         * elisp.texi (Top): Menu clarification.
147         * display.texi (Other Display Specs): Delete duplicate entry for
148         just a string as display spec.  Move text about recursive display
149         specs on such a string.
151         * commands.texi (Key Sequence Input): Clarify.
152         Move num-nonmacro-input-events out.
153         (Reading One Event): num-nonmacro-input-events moved here.
155 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
157         * advice.texi (Simple Advice): Update example to fit argument
158         change in previous-line.
160 2006-01-05  Richard M. Stallman  <rms@gnu.org>
162         * markers.texi (The Mark): Fix in `mark'.
164 2006-01-04  Richard M. Stallman  <rms@gnu.org>
166         * processes.texi (Misc Network, Make Network): Minor cleanups.
168 2006-01-04  Kim F. Storm  <storm@cua.dk>
170         * processes.texi (Make Network): Add IPv6 addresses and handling.
171         (Network Feature Testing): Mention (:family ipv6).
172         (Misc Network): Add IPv6 formats to format-network-address.
174 2005-12-30  Richard M. Stallman  <rms@gnu.org>
176         * text.texi (Changing Properties):
177         Don't use return value of set-text-properties.
179 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
181         * modes.texi (Mode Line Format): Correct typo in menu.
183 2005-12-29  Richard M. Stallman  <rms@gnu.org>
185         * modes.texi (Mode Line Top): New node.
186         (Mode Line Data): Some text moved to new node.
187         Explain the data structure more concretely.
188         (Mode Line Basics): Clarifications.
189         (Mode Line Variables): Clarify intro paragraph.
190         (%-Constructs): Clarify intro paragraph.
191         (Mode Line Format): Update menu.
193 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
195         * minibuf.texi (Basic Completion): Update lazy-completion-table
196         examples for removal of ARGS argument.
198 2005-12-23  Richard M. Stallman  <rms@gnu.org>
200         * text.texi (Undo): Restore some explanation from the version
201         that was deleted.
203 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
205         * text.texi (Undo): Remove dupliate descriptions of `apply
206         funname' and `apply delta' elements of the undo list.
208 2005-12-20  Richard M. Stallman  <rms@gnu.org>
210         * help.texi (Help Functions): Update documentation of `apropos'.
212 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
214         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
215         because it is confusing.  If the :help-echo keyword is a function,
216         it is not directly used as the :help-echo overlay property, as the
217         xref seems to suggest (it does not take the appropriate args).
219 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
221         * customize.texi (Common Keywords): Fix Texinfo usage.
222         (Group Definitions, Variable Definitions): Update for new
223         conventions for using `*' in docstrings.
225         * tips.texi (Documentation Tips): Update for new conventions for
226         using `*' in docstrings.
228 2005-12-16  Richard M. Stallman  <rms@gnu.org>
230         * minibuf.texi (Minibuffer Contents): Minor cleanup.
232 2005-12-16  Juri Linkov  <juri@jurta.org>
234         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
236 2005-12-14  Romain Francoise  <romain@orebokech.com>
238         * modes.texi (Customizing Keywords): Rename `append' to `how'.
239         Fix typo.
241 2005-12-11  Juri Linkov  <juri@jurta.org>
243         * minibuf.texi (Completion Commands): Add mention of read-file-name
244         for filename completion keymaps.
245         (Reading File Names): Add mention of filename completion keymaps
246         for read-file-name and xref to `Completion Commands'.
248 2005-12-10  Richard M. Stallman  <rms@gnu.org>
250         * customize.texi (Common Keywords): State caveats for use of :tag.
252 2005-12-08  Richard M. Stallman  <rms@gnu.org>
254         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
255         with xrefs and better explanation.
256         (Completion Commands): Add the filename completion maps.
258         * objects.texi (Character Type): Clarify that \s is not space
259         if a dash follows.
261 2005-12-05  Richard M. Stallman  <rms@gnu.org>
263         * windows.texi (Resizing Windows): Delete preserve-before args.
265 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
267         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
268         in full keymaps, since the quirk has been fixed.
270 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
272         * hooks.texi (Standard Hooks): Add index entries.  Mention
273         `compilation-finish-functions'.
275 2005-11-27  Richard M. Stallman  <rms@gnu.org>
277         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
279 2005-11-21  Juri Linkov  <juri@jurta.org>
281         * customize.texi (Common Keywords): Update links types
282         custom-manual and url-link.  Add link types emacs-library-link,
283         file-link, function-link, variable-link, custom-group-link.
285 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
287         * display.texi: Revert 2005-11-20 change.
289 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
291         * processes.texi (Bindat Functions):
292         Say "third" to refer to zero-based index "2".
294 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
296         * loading.texi (Library Search): Update the default value of
297         `load-suffixes'.
299 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
301         * display.texi (Attribute Functions): Mention :ignore-defface.
303 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
306         (Minor Mode Conventions): Mention the use of a hook.
308 2005-11-06  Richard M. Stallman  <rms@gnu.org>
310         * files.texi (Magic File Names): find-file-name-handler checks the
311         `operations' property of the handler.
313 2005-11-03  Richard M. Stallman  <rms@gnu.org>
315         * variables.texi (Frame-Local Variables): Small clarification.
317 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
319         * os.texi (Init File): Document ~/.emacs.d/init.el.
321 2005-10-29  Richard M. Stallman  <rms@gnu.org>
323         * internals.texi (Garbage Collection): Document memory-full.
325 2005-10-28  Bill Wohler  <wohler@newt.com>
327         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
328         for URLs.
330 2005-10-28  Richard M. Stallman  <rms@gnu.org>
332         * minibuf.texi (Completion Commands): Clean up prev change.
334 2005-10-26  Kevin Ryde  <user42@zip.com.au>
336         * compile.texi (Eval During Compile): Explain recommended uses
337         of eval-when-compile and eval-and-compile.
339 2005-10-27  Masatake YAMATO  <jet@gyve.org>
341         * minibuf.texi (Completion Commands):
342         Write about new optional argument for `display-completion-list'.
344 2005-10-23  Richard M. Stallman  <rms@gnu.org>
346         * display.texi (Overlay Arrow): Clarify about local bindings of
347         overlay-arrow-position.
349 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
351         * internals.texi (Building Emacs): Fix last change.
353 2005-10-22  Richard M. Stallman  <rms@gnu.org>
355         * internals.texi (Building Emacs): Document eval-at-startup.
357 2005-10-21  Richard M. Stallman  <rms@gnu.org>
359         * loading.texi (Where Defined): load-history contains abs file names.
360         symbol-file returns abs file names.
362 2005-10-19  Kim F. Storm  <storm@cua.dk>
364         * display.texi (Showing Images): Add max-image-size integer value.
366 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
368         * display.texi (Showing Images): Document max-image-size.
370 2005-10-17  Richard M. Stallman  <rms@gnu.org>
372         * commands.texi (Quitting): Minor clarification.
374         * processes.texi (Sentinels): Clarify about output and quitting.
375         (Filter Functions): Mention with-local-quit.
377 2005-10-17  Juri Linkov  <juri@jurta.org>
379         * buffers.texi (Current Buffer):
380         * commands.texi (Event Input Misc):
381         * compile.texi (Eval During Compile, Compiler Errors):
382         * customize.texi (Group Definitions):
383         * display.texi (Progress, Defining Faces):
384         * files.texi (Writing to Files):
385         * modes.texi (Mode Hooks, Defining Minor Modes):
386         * streams.texi (Output Functions):
387         * syntax.texi (Syntax Table Functions):
388         * text.texi (Change Hooks):
389         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
391         * commands.texi (Quitting): Replace arg `forms' with `body' in
392         `with-local-quit'.
394         * positions.texi (Excursions): Replace arg `forms' with `body' in
395         `save-excursion'.
397 2005-10-08  Kim F. Storm  <storm@cua.dk>
399         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
400         Rename manual section accordingly.
402 2005-10-04  Kim F. Storm  <storm@cua.dk>
404         * windows.texi (Window Split Tree): New section describing
405         new function window-split-tree function.
407 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
409         * display.texi (Fringe Size/Pos): Simplify and add detail.
411 2005-09-30  Romain Francoise  <romain@orebokech.com>
413         * minibuf.texi (High-Level Completion): Explain that the prompt
414         given to `read-buffer' should end with a colon and a space.
415         Update usage examples.
417 2005-09-29  Juri Linkov  <juri@jurta.org>
419         * display.texi (Displaying Messages): Rename argument name
420         `string' to `format-string' in functions `message', `message-box',
421         `message-or-box'.
423 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
425         * errors.texi (Standard Errors): Corrected xrefs.
427 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
429         * display.texi (Defining Images): Updated documentation for
430         `image-load-path'.
432 2005-09-17  Richard M. Stallman  <rms@gnu.org>
434         * display.texi (Defining Images): Clean up previous change.
436 2005-09-16  Romain Francoise  <romain@orebokech.com>
438         * elisp.texi: Specify GFDL version 1.2.
440         * doclicense.texi (GNU Free Documentation License): Update to
441         version 1.2.
443 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
445         * display.texi (Defining Images): Document `image-load-path'.
447 2005-09-15  Richard M. Stallman  <rms@gnu.org>
449         * objects.texi (Printed Representation): Minor cleanup.
450         (Box Diagrams): Minor fix.
451         (Cons Cell Type): Move (...) index item here.
452         (Box Diagrams): From here.
453         (Array Type): Minor fix.
454         (Type Predicates): Delete index "predicates".
455         (Hash Table Type): Clarify xref.
456         (Dotted Pair Notation): Minor fix.
458 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
460         * files.texi (Saving Buffers): Fix typo.
462 2005-09-08  Richard M. Stallman  <rms@gnu.org>
464         * tips.texi (Programming Tips): Correct the "default" prompt spec.
466 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
468         * locals.texi (Standard Buffer-Local Variables): Don't include
469         mode variables for minor modes.
470         Fix xrefs for buffer-display-count, buffer-display-table,
471         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
472         enable-multibyte-characters, fill-column, header-line-format,
473         left-fringe-width, left-margin, and right-fringe-width.
475         * hooks.texi (Standard Hooks): All hooks should conform to the
476         standard naming convention now.
477         Fix xref for `echo-area-clear-hook'.
479         * display.texi (Usual Display): Note that indicate-empty-lines and
480         tab-width are buffer-local.
482         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
484         * modes.texi (Mode Help): Note that major-mode is buffer-local.
486         * nonascii.texi (Encoding and I/O): Note that
487         buffer-file-coding-system is buffer-local.
489         * positions.texi (List Motion): Note that defun-prompt-regexp is
490         buffer-local.
492         * text.texi (Auto Filling): Note that auto-fill-function is
493         buffer-local.
494         (Undo): Note that buffer-undo-list is buffer-local.
496         * windows.texi (Buffers and Windows): Document
497         buffer-display-count.
499 2005-09-06  Richard M. Stallman  <rms@gnu.org>
501         * tips.texi (Coding Conventions): Sometimes it is ok to put the
502         package prefix elsewhere than at the start of the name.
504 2005-09-03  Richard M. Stallman  <rms@gnu.org>
506         * tips.texi (Programming Tips): Add conventions for minibuffer
507         questions and prompts.
509 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
511         * intro.texi (nil and t): Minor cleanup.
512         Delete spurious mention of keyword symbols.
513         (Evaluation Notation): Add index entry.
514         (A Sample Function Description): Minor cleanup.
515         (A Sample Variable Description): Not all vars can be set.
517 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
519         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
521         (Insertion): Document precise type of `insert-char' arg COUNT.
523 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * modes.texi (Other Font Lock Variables): Sync the default of
526         font-lock-lines-before.
528 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
530         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
532 2005-08-29  Richard M. Stallman  <rms@gnu.org>
534         * elisp.texi (Top): Update subnode menu.
536         * searching.texi (Searching and Matching): Move node.
537         Rearrange contents and add overall explanation.
538         (Searching and Case): Move node.
539         (Searching and Matching): Update menu.
541 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
543         * os.texi (Startup Summary): Fix the description of the initial
544         startup message display.
546 2005-08-25  Richard M. Stallman  <rms@gnu.org>
548         * searching.texi (Search and Replace): Add replace-regexp-in-string.
550 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
552         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
553         `next-overlay-change' example.
555 2005-08-22  Juri Linkov  <juri@jurta.org>
557         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
558         Fix invert-face.  Fix args of face-background.
560         * display.texi (Standard Faces): Delete node.
561         (Faces): Add xref to `(emacs)Standard Faces'.
562         (Displaying Faces): Fix xref to `Standard Faces'.
564         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
566 2005-08-20  Alan Mackenzie  <acm@muc.de>
568         * buffers.texi (The Buffer List): Clarify the manipulation of the
569         buffer list.
571 2005-08-14  Richard M. Stallman  <rms@gnu.org>
573         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
574         a regexp.
576 2005-08-11  Richard M. Stallman  <rms@gnu.org>
578         * elisp.texi (Top): Update subnode lists.
580         * display.texi (Inverse Video): Node deleted.
582         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
583         New nodes split out of Coding Conventions.
585         * searching.texi (Regular Expressions): Document re-builder.
587         * os.texi (Time Parsing): New node split out of Time Conversion.
589         * processes.texi (Misc Network, Network Feature Testing)
590         (Network Options, Make Network): New nodes split out of
591         Low-Level Network.
593 2005-08-09  Richard M. Stallman  <rms@gnu.org>
595         * frames.texi (Geometry): New node, split from Size and Position.
596         (Frame Parameters): Refer to Geometry.
598         * buffers.texi (The Buffer List): Fix xrefs.
600         * windows.texi (Splitting Windows): Fix xref.
602         * frames.texi (Layout Parameters): Add xref.
604         * display.texi (Line Height, Scroll Bars): Fix xrefs.
606         * keymaps.texi (Menu Bar): Fix xref.
608         * locals.texi (Standard Buffer-Local Variables): Fix xref.
610         * modes.texi (%-Constructs): Fix xref.
612         * frames.texi (Window Frame Parameters): Node split up.
613         (Basic Parameters, Position Parameters, Size Parameters)
614         (Layout Parameters, Buffer Parameters, Management Parameters)
615         (Cursor Parameters, Color Parameters): New subnodes.
617 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
619         * positions.texi (Screen Lines): Update xref for previous change
620         in minibuf.texi.
622         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
623         change in minibuf.texi.
625 2005-08-09  Richard M. Stallman  <rms@gnu.org>
627         * tips.texi (Coding Conventions): Minor cleanup.
629         * modes.texi (Defining Minor Modes): Explain when init-value
630         can be non-nil.
632         * elisp.texi (Top): Update submenu for Minibuffer.
634         * minibuf.texi (Minibuffer Misc): Node split up.
635         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
636         (Recursive Mini): New nodes split out from Minibuffer Misc.
637         (Minibuffer Misc): Document max-mini-window-height.
639         * hash.texi (Defining Hash): Delete stray paren in example.
641         * display.texi (Echo Area Customization): Don't define
642         max-mini-window-height here; xref instead.
644         * commands.texi (Event Input Misc): Update while-no-input.
646         * advice.texi (Advising Functions): Explain when to use advice
647         and when to use a hook.
649 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
651         * makefile.w32-in (info): Don't run install-info.
652         ($(infodir)/dir): New target, produced by running install-info.
654 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
656         * modes.texi (Defining Minor Modes): The keyword for the initial
657         value is :init-value, not :initial-value.
659 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
661         * loading.texi (Autoload): Make the `doctor' example be consistent
662         with what's in current loaddefs.el.  Describe the "fn" magic in
663         the usage portion of the doc string.
665 2005-07-22  Richard M. Stallman  <rms@gnu.org>
667         * internals.texi (Garbage Collection): Clarify previous change.
669 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
671         * internals.texi (Garbage Collection): Add gc-cons-percentage.
673 2005-07-18  Juri Linkov  <juri@jurta.org>
675         * commands.texi (Accessing Events):
676         * frames.texi (Text Terminal Colors, Resources):
677         * markers.texi (The Mark):
678         * modes.texi (Defining Minor Modes):
679         Delete duplicate duplicate words.
681 2005-07-16  Richard M. Stallman  <rms@gnu.org>
683         * display.texi (Managing Overlays): Clarify make-overlay
684         args for insertion types.
686 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
688         * customize.texi (Variable Definitions):
689         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
690         `standard-value' is a list too.
691         (Defining New Types): Use @key{RET} instead of @key{ret}.
693 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
695         * os.texi (Translating Input): Fix typo.
697 2005-07-08  Richard M. Stallman  <rms@gnu.org>
699         * README: Update edition number and size estimate.
701         * elisp.texi (VERSION): Set to 2.9.
703 2005-07-07  Richard M. Stallman  <rms@gnu.org>
705         * book-spine.texinfo: Update Emacs version.
707         * display.texi (Inverse Video): Delete mode-line-inverse-video.
709 2005-07-06  Richard M. Stallman  <rms@gnu.org>
711         * searching.texi (Regexp Search): Clarify what re-search-forward
712         does when the search fails.
714 2005-07-05  Lute Kamstra  <lute@gnu.org>
716         * Update FSF's address in GPL notices.
718         * doclicense.texi (GNU Free Documentation License):
719         * gpl.texi (GPL):
720         * tips.texi (Coding Conventions, Library Headers):
721         * vol1.texi:
722         * vol2.texi: Update FSF's address.
724 2005-07-04  Richard M. Stallman  <rms@gnu.org>
726         * hooks.texi (Standard Hooks): Add occur-hook.
728 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
730         * display.texi (The Echo Area): Correct menu.
732 2005-07-03  Richard M. Stallman  <rms@gnu.org>
734         * elisp.texi (Top): Update subnode menu for Display.
736         * display.texi (Displaying Messages): New node, with most
737         of what was in The Echo Area.
738         (Progress): Moved under The Echo Area.
739         (Logging Messages): New node with new text.
740         (Echo Area Customization): New node, the rest of what was
741         in The Echo Area.  Document message-truncate-lines with @defvar.
742         (Display): Update menu.
744         * windows.texi (Textual Scrolling): Doc 3 values for
745         scroll-preserve-screen-position.
747         * text.texi (Special Properties): Change hook functions
748         should bind inhibit-modification-hooks around altering buffer text.
750         * keymaps.texi (Key Binding Commands): Call binding BINDING
751         rather than DEFINITION.
753 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
755         * variables.texi (Defining Variables): `user-variable-p' returns t
756         for aliases of user options, nil for alias loops.
758 2005-06-28  Richard M. Stallman  <rms@gnu.org>
760         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
761         make-keymap.
763 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
765         * variables.texi (Setting Variables): Correct and clarify
766         description of `add-to-ordered-list'.
768 2005-06-26  Richard M. Stallman  <rms@gnu.org>
770         * display.texi (Faces): Minor cleanup.
772 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
774         * display.texi (Faces): `facep' returns t for strings that are
775         face names.
777 2005-06-25  Richard M. Stallman  <rms@gnu.org>
779         * objects.texi (Equality Predicates): Clarify meaning of equal.
781         * windows.texi (Selecting Windows): save-selected-window
782         and with-selected-window save and restore the current buffer.
784 2005-06-24  Richard M. Stallman  <rms@gnu.org>
786         * numbers.texi (Float Basics): Explain how to test for NaN,
787         and printing the sign of NaNs.
789 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
791         * makefile.w32-in (MAKEINFO): Use --force.
793 2005-06-23  Richard M. Stallman  <rms@gnu.org>
795         * display.texi (Face Functions): Correct Texinfo usage.
797 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
799         * lists.texi (Rings): `ring-elements' now returns the elements of
800         RING in order.
802 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
804         * markers.texi (The Mark): Texinfo usage fix.
806 2005-06-23  Kim F. Storm  <storm@cua.dk>
808         * searching.texi (Entire Match Data): Remove evaporate option for
809         match-data.  Do not mention evaporate option for set-match-data.
811 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
813         * display.texi (Face Functions): Mention face aliases.
815 2005-06-21  Richard M. Stallman  <rms@gnu.org>
817         * anti.texi (Antinews): Texinfo usage fix.
819 2005-06-21  Karl Berry  <karl@gnu.org>
821         * elisp.texi: Use @copying.
823         * elisp.texi: Put @summarycontents and @contents before the Top
824         node, instead of the end of the file, so that the contents appear
825         in the right place in the dvi/pdf output.
827 2005-06-21  Juri Linkov  <juri@jurta.org>
829         * display.texi (Defining Faces): Add `customized-face'.
831 2005-06-20  Kim F. Storm  <storm@cua.dk>
833         * variables.texi (Setting Variables): Any type of element can be
834         given order in add-to-ordered-list.  Compare elements with eq.
836         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
838 2005-06-20  Karl Berry  <karl@gnu.org>
840         * syntax.texi (Syntax Flags): Make last column very slightly wider
841         to avoid "generic comment" breaking on two lines and causing an
842         underfull box.
844 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
846         * lists.texi (Rings): Various minor clarifications and corrections.
848 2005-06-18  Richard M. Stallman  <rms@gnu.org>
850         * functions.texi (Obsolete Functions): Simplify.
852         * variables.texi (Variable Aliases): Simplify.
854         * anti.texi, backups.texi, compile.texi, customization.texi:
855         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
856         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
857         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
858         * variables.texi: Fix formatting ugliness.
860         * elisp.texi: Add links to Rings and Byte Packing.
861         Update version and copyright years.
863         * minibuf.texi: Fix formatting ugliness.
864         (Completion Commands): Move keymap vars to the end
865         and vars completing-read binds to the top.
867 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
869         * processes.texi: Fix typos.
870         (Bindat Spec): Correct Texinfo error.
871         (Byte Packing): Fix ungrammatical sentence.
873 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
875         * lists.texi (Rings): New node.
876         (Lists): Add it to menu.
878         * processes.texi (Byte Packing): New node.
879         (Processes): Add it to menu.
881 2005-06-17  Richard M. Stallman  <rms@gnu.org>
883         * syntax.texi (Parsing Expressions): Fix texinfo usage.
885         * help.texi (Documentation Basics): Explain the xref to
886         Documentation Tips.
888         * debugging.texi (Debugger Commands): Minor fix.
890 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
892         * edebug.texi (Instrumenting): Eliminate duplicate link.
893         (Specification List): Replace references to "below", referring to
894         a later node, with one @ref to that node.
896         * os.texi (Timers): Timers should save and restore the match data
897         if they change it.
899         * debugging.texi (Debugger Commands): Mention that the Lisp
900         debugger can not step through primitive functions.
902 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
904         * functions.texi (Obsolete Functions): Update argument names of
905         `make-obsolete' and `define-obsolete-function-alias'.
907         * variables.texi (Variable Aliases): Update argument names of
908         `defvaralias', `make-obsolete-variable' and
909         `define-obsolete-variable-alias'.
911 2005-06-15  Kim F. Storm  <storm@cua.dk>
913         * searching.texi (Entire Match Data): Rephrase warnings about
914         evaporate arg to match-data and set-match-data.
916 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
918         * elisp.texi (Top): Update detailed menu.
920         * edebug.texi (Edebug): Update menu.
921         (Instrumenting): Update xrefs.
922         (Edebug Execution Modes): Correct xref.
923         (Jumping): Clarify description of `h' command.
924         Eliminate redundant @ref.
925         (Breaks): New node.
926         (Breakpoints): is now a subsubsection.
927         (Global Break Condition): Mention `C-x X X'.
928         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
929         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
930         (Edebug Display Update): Correct pxref.
931         (Edebug and Macros): New node.
932         (Instrumenting Macro Calls): Is now a subsubsection.
933         Neither arg of `def-edebug-spec' is evaluated.
934         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
935         (Specification Examples): Fix typo.
937 2005-06-14  Lute Kamstra  <lute@gnu.org>
939         * debugging.texi (Function Debugging): Primitives can break on
940         entry too.
942 2005-06-14  Kim F. Storm  <storm@cua.dk>
944         * variables.texi (Setting Variables): Add add-to-ordered-list.
946 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * syntax.texi (Parsing Expressions): Document aux functions and vars of
949         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
951 2005-06-13  Lute Kamstra  <lute@gnu.org>
953         * text.texi (Special Properties): Fix cross reference.
955 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
957         * debugging.texi (Function Debugging): Delete mention of empty
958         string argument to `cancel-debug-on-entry'.  Delete inaccurate
959         description of the return value of that command.
961 2005-06-11  Alan Mackenzie  <acm@muc.de>
963         * text.texi (Adaptive Fill): Amplify the description of
964         fill-context-prefix.
966 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
968         * syntax.texi (Parsing Expressions): Fix Texinfo error.
970 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * syntax.texi (Parsing Expressions): Document syntax-ppss.
974 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
976         * debugging.texi (Error Debugging): Minor rewording.
977         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
978         is optional.
980 2005-06-10  Lute Kamstra  <lute@gnu.org>
982         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
983         (Top): Give it a title.  Correct version number.  Give the
984         detailed node listing a more prominent header.
985         * intro.texi: Don't set VERSION here a second time.
986         Mention Emacs's version too.
987         * anti.texi (Antinews): Use EMACSVER to refer to the current
988         version of Emacs.
990 2005-06-09  Kim F. Storm  <storm@cua.dk>
992         * searching.texi (Entire Match Data): Explain new `reseat' argument to
993         match-data and set-match-data.
995 2005-06-08  Richard M. Stallman  <rms@gnu.org>
997         * searching.texi (Entire Match Data): Clarify when match-data
998         returns markers and when integers.
1000         * display.texi (Defining Faces): Explain that face name should not
1001         end in `-face'.
1003         * modes.texi (Mode Line Data): Minor cleanup.
1004         (Customizing Keywords): Node split out of Search-based Fontification.
1005         Add example of using font-lock-add-keywords from a hook.
1006         Clarify when MODE should be non-nil, and when nil.
1008 2005-06-06  Richard M. Stallman  <rms@gnu.org>
1010         * modes.texi (Mode Line Data): Explain what happens when the car
1011         of a list is a void symbol.
1012         (Search-based Fontification): Explain MODE arg to
1013         font-lock-add-keywords and warn about calls from major modes.
1015 2005-06-08  Juri Linkov  <juri@jurta.org>
1017         * display.texi (Standard Faces): Add `shadow' face.
1019 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1021         * modes.texi (Major Mode Conventions): A derived mode only needs
1022         to put the call to the parent mode inside `delay-mode-hooks'.
1024 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1026         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1027         new, and what that implies.  Clarify.
1029         * files.texi (Locating Files): Clean up the text.
1031         * frames.texi (Window Frame Parameters): Document user-size.
1032         Shorten entry for top by referring to left.
1034 2005-05-26  Richard M. Stallman  <rms@gnu.org>
1036         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1037         is new, and what the implications are.  Other clarifications.
1039 2005-05-24  Richard M. Stallman  <rms@gnu.org>
1041         * frames.texi (Dialog Boxes): Minor fixes.
1043 2005-05-25  Masatake YAMATO  <jet@gyve.org>
1045         * display.texi (Standard Faces): Write about `mode-line-highlight'.
1047 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
1049         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1050         is optional.
1052 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
1054         * frames.texi (Dialog Boxes): Descibe new optional argument.
1056 2005-05-23  Lute Kamstra  <lute@gnu.org>
1058         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1059         syntax-begin-function over font-lock-beginning-of-syntax-function.
1061 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
1063         * minibuf.texi (Reading File Names): Update description of
1064         `read-directory-name'.
1066         * modes.texi (Derived Modes): Clarify :group keyword.
1068 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
1070         * files.texi (Locating Files): New subsection.
1071         Describe locate-file and executable-find.
1073 2005-05-21  Kevin Ryde  <user42@zip.com.au>
1075         * frames.texi (Initial Parameters): Update cross reference to
1076         "Emacs Invocation".
1078 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1080         * keymaps.texi (Active Keymaps): Add anchor.
1082         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1083         (Major Mode Conventions): Refer to `Auto Major Mode' in more
1084         appropriate place.
1085         (Derived Modes): Small clarifications.
1086         (Minor Mode Conventions, Keymaps and Minor Modes):
1087         Replace references to nodes with references to anchors.
1088         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1089         Clarify description of lists whose first element is an integer.
1090         (Mode Line Variables): Add anchor.
1091         (%-Constructs): Clarify description of integer after %.
1092         (Emulating Mode Line): Describe nil value for FACE.
1094 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
1096         * modes.texi (Derived Modes): Correct references to non-existing
1097         variable standard-syntax-table.
1099 2005-05-17  Lute Kamstra  <lute@gnu.org>
1101         * modes.texi (Defining Minor Modes): Mention the mode hook.
1103 2005-05-15  Kim F. Storm  <storm@cua.dk>
1105         * processes.texi (Network): Remove open-network-stream-nowait.
1106         (Network Servers): Remove open-network-stream-server.
1108 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
1110         * elisp.texi (Top): Update detailed menu.
1112         * variables.texi: Reorder nodes.
1113         (Variables): Update menu.
1114         (File Local Variables): Do not refer to the `-*-' line as
1115         a "local variables list".  Add pxref.
1117 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
1119         * elisp.texi (Top): Update detailed menu for node changes.
1121         * modes.texi (Modes): Update Menu.
1122         (Hooks):  Move to beginning of chapter.
1123         Most minor modes run mode hooks too.
1124         `add-hook' can handle void hooks or hooks whose value is a single
1125         function.
1126         (Major Modes): Update Menu.
1127         (Major Mode Basics): New node, split off from `Major Modes'.
1128         (Major Mode Conventions): Correct xref.  Explain how to handle
1129         auto-mode-alist if the major mode command has an autoload cookie.
1130         (Auto Major Mode): Major update.  Add magic-mode-alist.
1131         (Derived Modes): Major update.
1132         (Mode Line Format): Update Menu.
1133         (Mode Line Basics): New node, split off from `Mode Line Format'.
1135         * loading.texi (Autoload): Mention `autoload cookie' as synonym
1136         for `magic autoload comment'.  Add index entries and anchor.
1138 2005-05-14  Richard M. Stallman  <rms@gnu.org>
1140         * tips.texi (Coding Conventions): Explain how important it is
1141         that just loading certain files not change Emacs behavior.
1143         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1145 2005-05-12  Lute Kamstra  <lute@gnu.org>
1147         * modes.texi (Generic Modes): Update.
1148         (Major Modes): Refer to node "Generic Modes".
1150         * elisp.texi (Top): Update to the current structure of the manual.
1151         * processes.texi (Processes): Add menu description.
1152         * customize.texi (Customization): Add menu descriptions.
1154 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
1156         * processes.texi (Signals to Processes)
1157         (Low-Level Network): Fix typos.
1159 2005-05-11  Lute Kamstra  <lute@gnu.org>
1161         * elisp.texi (Top): Add some nodes from the chapter "Major and
1162         Minor Modes" to the detailed node listing.
1164 2005-05-10  Richard M. Stallman  <rms@gnu.org>
1166         * keymaps.texi (Extended Menu Items): Menu item filter functions
1167         can be called at any time.
1169 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
1171         * variables.texi (File Local Variables): `(hack-local-variables t)'
1172         now also checks whether a mode is specified in the local variables
1173         list.
1175 2005-05-05  Kevin Ryde  <user42@zip.com.au>
1177         * display.texi (The Echo Area): Correct format function cross
1178         reference.
1180 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
1182         * variables.texi (Variable Aliases): Change description of
1183         `define-obsolete-variable-alias'.
1185         * functions.texi (Functions): Add "Obsolete Functions" to menu.
1186         (Defining Functions): Add xref.
1187         (Obsolete Functions): New node.
1188         (Function Safety): Standardize capitalization of section title.
1190         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1191         (Dialog Boxes): Complete description of `x-popup-dialog'.
1193 2005-05-04  Richard M. Stallman  <rms@gnu.org>
1195         * commands.texi (Interactive Codes): Fix Texinfo usage.
1196         Document U more clearly.
1198 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1200         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1201         function and not a macro.
1203         * frames.texi (Pop-Up Menus): Correct and clarify description of
1204         `x-popup-menu'.
1205         (Dialog Boxes): Clarify description of `x-popup-dialog'.
1207 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1209         * edebug.texi (Checking Whether to Stop): Fix previous change.
1211 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1213         * display.texi: Fix typos and Texinfo usage.
1215         * edebug.texi (Checking Whether to Stop): executing-macro ->
1216         executing-kbd-macro.
1218 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1220         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1222 2005-04-30  Richard M. Stallman  <rms@gnu.org>
1224         * files.texi (Magic File Names): Document `operations' property.
1226 2005-04-29  Lute Kamstra  <lute@gnu.org>
1228         * modes.texi (Generic Modes): New node.
1229         (Major Modes): Add it to the menu.
1230         (Derived Modes): Add "derived mode" to concept index.
1232 2005-04-28  Lute Kamstra  <lute@gnu.org>
1234         * modes.texi (Defining Minor Modes): Fix previous change.
1235         (Font Lock Mode): Simplify.
1236         (Font Lock Basics): Say that font-lock-defaults is buffer-local
1237         when set and that some parts are optional.  Add cross references.
1238         (Search-based Fontification): Say how to specify font-lock-keywords.
1239         Add cross references.  Add font-lock-multiline to index.
1240         Move font-lock-keywords-case-fold-search here from node "Other Font
1241         Lock Variables".  Document font-lock-add-keywords and
1242         font-lock-remove-keywords.
1243         (Other Font Lock Variables): Move font-lock-keywords-only,
1244         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1245         and font-lock-syntactic-face-function to node "Syntactic Font
1246         Lock".  Move font-lock-keywords-case-fold-search to node
1247         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
1248         and font-lock-{,un}fontify-{buffer,region}-function.
1249         (Precalculated Fontification): Remove reference to deleted variable
1250         font-lock-core-only.
1251         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1252         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
1253         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1254         and font-lock-syntactic-face-function here from node "Other Font
1255         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
1256         Syntax Properties".  Add cross references.
1257         (Setting Syntax Properties): New node.
1258         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
1259         * syntax.texi (Syntax Properties): Add cross reference.
1260         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1262 2005-04-26  Richard M. Stallman  <rms@gnu.org>
1264         * display.texi (Defining Faces):
1265         Document `default' elements of defface spec.
1267         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1269         * variables.texi (Variable Aliases): Clarify text.
1271 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
1273         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1275 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1277         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1279 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
1281         * syntax.texi (Syntax Table Internals): Elaborate documentation of
1282         syntax-after and syntax-class.
1284         * files.texi (Changing Files): Fix last change's cross-reference.
1285         (Unique File Names): Don't mention "numbers" in the documentation
1286         of make-temp-file and make-temp-name.
1288 2005-04-23  Richard M. Stallman  <rms@gnu.org>
1290         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1292 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1294         * windows.texi (Cyclic Window Ordering): Clarify window-list.
1296 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1298         * variables.texi (Variable Aliases): Describe make-obsolete-variable
1299         and define-obsolete-variable-alias.
1301 2005-04-22  Kim F. Storm  <storm@cua.dk>
1303         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1304         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1306 2005-04-21  Lute Kamstra  <lute@gnu.org>
1308         * lists.texi (Association Lists): Document rassq-delete-all.
1310 2005-04-19  Richard M. Stallman  <rms@gnu.org>
1312         * modes.texi (Search-based Fontification): Explain that
1313         facespec is an expression to be evaluated.
1315 2005-04-19  Kevin Ryde  <user42@zip.com.au>
1317         * streams.texi (Output Functions): Fix xref.
1318         * strings.texi (String Conversion): Fix xref.
1320 2005-04-19  Kim F. Storm  <storm@cua.dk>
1322         * symbols.texi (Symbol Plists): Add safe-get.
1323         Mention that `get' may signal an error.
1325 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
1327         * customize.texi (Variable Definitions): Replace tooltip-mode
1328         example with save-place.
1330 2005-04-17  Richard M. Stallman  <rms@gnu.org>
1332         * buffers.texi (Indirect Buffers): Clarify.
1334         * positions.texi (Positions): Clarify converting marker to integer.
1336         * strings.texi (String Basics): Mention string-match; clarify.
1338 2005-04-08  Lute Kamstra  <lute@gnu.org>
1340         * modes.texi (Search-based Fontification): Fix cross references.
1341         Use consistent terminology.  Document anchored highlighting.
1343 2005-04-05  Lute Kamstra  <lute@gnu.org>
1345         * modes.texi (Defining Minor Modes): Document :group keyword
1346         argument and its default value.
1348 2005-04-03  Lute Kamstra  <lute@gnu.org>
1350         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
1351         references and/or descriptions.  Delete major mode hooks; mention
1352         them as a category instead.  Rename or delete obsolete hooks.
1354 2005-04-02  Richard M. Stallman  <rms@gnu.org>
1356         * nonascii.texi (Coding System Basics): Another wording cleanup.
1358 2005-04-01  Richard M. Stallman  <rms@gnu.org>
1360         * nonascii.texi (Coding System Basics): Clarify previous change.
1362 2005-04-01  Kenichi Handa  <handa@m17n.org>
1364         * nonascii.texi (Coding System Basics): Describe about rondtrip
1365         identity of coding systems.
1367 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
1369         * text.texi (Buffer Contents): Add filter-buffer-substring and
1370         buffer-substring-filters.
1372 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
1374         * anti.texi (Antinews): Mention `G' interactive code.
1376         * tips.texi (Compilation Tips): Mention benchmark.el.
1378 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
1380         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1381         is now bound to M-o M-o.
1383         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1385 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1387         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1388         in the Emacs Manual).
1389         * Makefile.in (srcs): Remove calendar.texi.
1390         * makefile.w32-in (srcs): Remove calendar.texi.
1391         * display.texi (Display): Change name of next node.
1392         * os.texi (System In): Change name of previous node.
1393         * elisp.texi (Top): Remove Calendar references.
1394         * vol1.texi (Top): Remove Calendar references.
1395         * vol2.texi (Top): Remove Calendar references.
1397 2005-03-25  Richard M. Stallman  <rms@gnu.org>
1399         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
1400         Cleanup previous change.
1402 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
1404         * display.texi (Face Attributes): Faces earlier in an :inherit
1405         list take precedence.
1406         (Scroll Bars): Fix description of vertical-scroll-bars.
1407         Document frame-current-scroll-bars and window-current-scroll-bars.
1409         * markers.texi (The Mark): Document temporary Transient Mark mode.
1411         * minibuf.texi (Reading File Names):
1412         Document read-file-name-completion-ignore-case.
1414         * positions.texi (Screen Lines): Document nil for width argument
1415         to compute-motion.
1417 2005-03-23  Kim F. Storm  <storm@cua.dk>
1419         * display.texi (Standard Faces): Other faces used in the fringe
1420         implicitly inherits from the fringe face.
1421         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1422         properties implicitly inherits from fringe face.
1423         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1425 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
1427         * display.texi (Invisible Text): State default value of
1428         line-move-ignore-invisible.
1429         (Managing Overlays): Document remove-overlays.
1430         (Standard Faces): Document escape-glyph face.
1432         * minibuf.texi (Reading File Names): Document read-file-name-function.
1434         * modes.texi (Other Font Lock Variables):
1435         Document font-lock-lines-before.
1437         * positions.texi (Skipping Characters): skip-chars-forward allows
1438         character classes.
1440 2005-03-18  Lute Kamstra  <lute@gnu.org>
1442         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1444 2005-03-17  Richard M. Stallman  <rms@gnu.org>
1446         * text.texi (Undo): Document extensible undo entries.
1448         * searching.texi (String Search, Regexp Search, Regexp Search):
1449         Cleanups.
1451         * nonascii.texi (Character Codes): Minor fix.
1453         * display.texi (Display Property): Explain the significance
1454         of having text properties that are eq.
1455         (Other Display Specs): Explain string as display spec.
1457         * commands.texi (Interactive Codes): Document G option.
1459 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
1461         * text.texi (Filling): Add sentence-end-without-period and
1462         sentence-end-without-space.
1463         (Changing Properties): Minor fix.
1465         * anti.texi: Total rewrite.
1467 2005-03-15  Lute Kamstra  <lute@gnu.org>
1469         * edebug.texi (Instrumenting Macro Calls): Fix typos.
1471 2005-03-08  Kim F. Storm  <storm@cua.dk>
1473         * display.texi (Specified Space): Property :width is support on
1474         non-graphic terminals, :height is not.
1476 2005-03-07  Richard M. Stallman  <rms@gnu.org>
1478         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1479         Now subnodes of Fringes.
1480         (Overlay Arrow): Document overlay-arrow-variable-list.
1481         (Fringe Size/Pos): New node, broken out of Fringes.
1482         (Display): Explain clearing vs redisplay better.
1483         (Truncation): Clarify use of bitmaps.
1484         (The Echo Area): Clarify the uses of the echo area.
1485         Add max-mini-window-height.
1486         (Progress): Clarify.
1487         (Invisible Text): Explain that main loop moves point out.
1488         (Selective Display): Say "hidden", not "invisible".
1489         (Managing Overlays): Move up.  Describe relation to Undo here.
1490         (Overlay Properties): Clarify intro.
1491         (Finding Overlays): Explain return values when nothing found.
1492         (Width): truncate-string-to-width has added arg.
1493         (Displaying Faces): Clarify and update mode line face handling.
1494         (Face Functions): Minor cleanup.
1495         (Conditional Display): Merge into Other Display Specs.
1496         (Pixel Specification, Other Display Specs): Minor cleanups.
1497         (Images, Image Descriptors): Minor cleanups.
1498         (GIF Images): Patents have expired.
1499         (Showing Images): Explain default text for insert-image.
1500         (Manipulating Button Types): Merge into Manipulating Buttons.
1501         (Making Buttons): Explain return values.
1502         (Button Buffer Commands): Add xref.
1503         (Inverse Video): Update mode-line-inverse-video.
1504         (Display Table Format): Clarify.
1505         (Active Display Table): Give defaults for window-display-table.
1507         * calendar.texi (Calendar Customizing): calendar-holiday-marker
1508         and calendar-today-marker are strings, not chars.
1509         (Holiday Customizing): Minor fix.
1511         * internals.texi (Writing Emacs Primitives): Update `or' example.
1512         Update limit on # args of subr.
1514         * edebug.texi (Using Edebug): Arrow is in fringe.
1515         (Instrumenting): Arg to eval-defun works without loading edebug.
1516         (Edebug Execution Modes): Add xref.
1518         * customize.texi (Common Keywords): Clarify :require.
1519         Mention :version here.
1520         (Variable Definitions, Group Definitions): Not here.
1521         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1523 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
1524         * nonascii.texi (Text Representations): Clarify position-bytes.
1525         (Character Sets): Add list-charset-chars.
1526         (Scanning Charsets): Add charset-after.
1527         (Encoding and I/O): Minor fix.
1529 2005-03-06  Richard M. Stallman  <rms@gnu.org>
1531         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1532         (Resizing Windows): Likewise.
1534         * text.texi (Change Hooks): Get rid of "Emacs 21".
1536         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1538         * streams.texi (Output Variables): Get rid of "Emacs 21".
1540         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1542         * os.texi (Translating Input): Replace flow-control example
1543         with a less obsolete example that uses `keyboard-translate'.
1545         * objects.texi (Hash Table Type, Circular Objects):
1546         Get rid of "Emacs 21".
1548         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1549         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1551         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1553         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1555         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1556         (Menu Bar): Fix when menu-bar-update-hook is called.
1558         * hash.texi (Hash Tables): Get rid of "Emacs 21".
1560         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1561         and make it read better.
1563         * files.texi (Writing to Files): Get rid of "Emacs 21".
1564         (Unique File Names): Likewise.
1566         * elisp.texi: Update Emacs version to 22.
1568         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1569         (Overlay Properties, Face Attributes): Likewise.
1570         (Managing Overlays): Fix punctuation.
1571         (Attribute Functions): Clarify set-face-font; get rid of
1572         info about old Emacs versions.
1573         (Auto Faces, Font Lookup, Display Property, Images):
1574         Get rid of "Emacs 21".
1576         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1578 2005-03-05  Richard M. Stallman  <rms@gnu.org>
1580         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1582 2005-03-04  Lute Kamstra  <lute@gnu.org>
1584         * debugging.texi (Error Debugging): Document stack-trace-on-error.
1586 2005-03-03  Lute Kamstra  <lute@gnu.org>
1588         * edebug.texi (Instrumenting Macro Calls): Fix typo.
1590 2005-03-01  Lute Kamstra  <lute@gnu.org>
1592         * debugging.texi (Debugger Commands): Update `j'.
1594 2005-02-28  Lute Kamstra  <lute@gnu.org>
1596         * debugging.texi (Debugging): Fix typo.
1597         (Error Debugging): Document eval-expression-debug-on-error.
1598         (Function Debugging): Update example.
1599         (Using Debugger): Mention starred stack frames.
1600         (Debugger Commands): Document `j' and `l'.
1601         (Invoking the Debugger): `d' and `j' exit recursive edit too.
1602         Update the messages that the debugger displays.
1603         (Internals of Debugger): Add cross reference.  Update example.
1604         (Excess Open): Minor improvement.
1605         (Excess Close): Minor improvement.
1607 2005-02-26  Richard M. Stallman  <rms@gnu.org>
1609         * tips.texi (Coding Conventions): Clarify.
1610         Put all the major mode key reservations together.
1611         Mention the Mouse-1 => Mouse-2 conventions.
1613         * syntax.texi (Syntax Class Table): Clarify.
1614         (Syntax Table Functions): syntax-after moved from here.
1615         (Syntax Table Internals): syntax-after moved to here.
1616         (Parsing Expressions): Update info on number of values
1617         and what's meaningful in the STATE argument.
1618         (Categories): Fix typo.
1620         * sequences.texi (Arrays): Cleanup.
1621         (Char-Tables): Clarify.
1623         * processes.texi (Deleting Processes): Cleanups, add xref.
1624         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
1625         (Process Information): set-process-coding-system, some args optional.
1626         (Input to Processes): Explain various types for PROCESS args.
1627         Rename them from PROCESS-NAME to PROCESS.
1628         (Signals to Processes): Likewise.
1629         (Decoding Output): Cleanup.
1630         (Query Before Exit): Clarify.
1632         * os.texi (Startup Summary): Correct the options; add missing ones.
1633         (Terminal Output, Batch Mode): Clarify.
1634         (Flow Control): Node deleted.
1636         * markers.texi (The Mark): Clarify.
1638         * macros.texi (Expansion): Cleanup.
1639         (Indenting Macros): indent-spec allows ints, not floats.
1641         * keymaps.texi (Keymaps): Clarify.
1642         (Format of Keymaps): Update lisp-mode-map example.
1643         (Active Keymaps, Key Lookup): Clarify.
1644         (Changing Key Bindings): Add xref to `kbd'.
1645         (Key Binding Commands, Simple Menu Items): Clarify.
1646         (Mouse Menus, Menu Bar): Clarify.
1647         (Menu Example): Replace print example with menu-bar-replace-menu.
1649         * help.texi (Documentation Basics): Add function-documentation prop.
1651         * elisp.texi (Top): Don't refer to Flow Control node.
1653         * commands.texi (Command Overview): Improve xrefs.
1654         (Adjusting Point): Adjusting point applies to intangible and invis.
1655         (Key Sequence Input): Doc extra read-key-sequence args.
1656         Likewise for read-key-sequence-vector.
1658         * backups.texi (Rename or Copy): Minor fix.
1659         (Numbered Backups): For version-control, say the default.
1660         (Auto-Saving): make-auto-save-file-name example is simplified.
1662         * advice.texi (Advising Functions): Don't imply one part of Emacs
1663         should advise another part.  Markup changes.
1664         (Defining Advice): Move transitional para.
1665         (Activation of Advice): Cleanup.
1666         Explain if COMPILE is nil or negative.
1668         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1670 2005-02-24  Lute Kamstra  <lute@gnu.org>
1672         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1673         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1675 2005-02-23  Lute Kamstra  <lute@gnu.org>
1677         * modes.texi (Defining Minor Modes): define-minor-mode can be used
1678         to define global minor modes as well.
1680         * display.texi (Managing Overlays): overlay-buffer returns nil for
1681         deleted overlays.
1683 2005-02-22  Kim F. Storm  <storm@cua.dk>
1685         * minibuf.texi (Basic Completion): Allow symbols in addition to
1686         strings in try-completion and all-completions.
1688 2005-02-14  Lute Kamstra  <lute@gnu.org>
1690         * elisp.texi (Top): Remove reference to deleted node.
1692         * lists.texi (Lists): Remove reference to deleted node.
1693         (Cons Cells): Fix typo.
1695         * loading.texi (Where Defined): Fix typo.
1697 2005-02-14  Richard M. Stallman  <rms@gnu.org>
1699         * variables.texi (Creating Buffer-Local): change-major-mode-hook
1700         is useful for discarding some minor modes.
1702         * symbols.texi (Symbol Components): Reorder examples.
1704         * streams.texi (Input Functions): State standard-input default.
1705         (Output Variables): State standard-output default.
1707         * objects.texi (Printed Representation): Clarify read syntax vs print.
1708         (Floating Point Type): Explain meaning better.
1709         (Symbol Type): Explain uniqueness better.
1710         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
1711         List examples sooner.
1712         (Box Diagrams): New subnode broken out.
1713         Some examples moved from old Lists as Boxes node.
1714         (Dotted Pair Notation): Clarify intro.
1715         (Array Type): Clarify.
1716         (Type Predicates): Add hash-table-p.
1718         * numbers.texi (Integer Basics): Clarify radix explanation.
1719         (Predicates on Numbers): Minor clarification.
1720         (Comparison of Numbers): Minor clarification.  Clarify eql.
1721         Typos in min, max.
1722         (Math Functions): Clarify overflow in expt.
1724         * minibuf.texi (Text from Minibuffer): Minor clarification.
1725         Mention arrow keys.
1727         * loading.texi (Autoload): defun's doc string overrides autoload's
1728         doc string.
1729         (Repeated Loading): Modernize "add to list" examples.
1730         (Where Defined): Finish updating table of load-history elts.
1732         * lists.texi (List-related Predicates): Minor wording improvement.
1733         (Lists as Boxes): Node deleted.
1734         (Building Lists): Explain trivial cases of number-sequence.
1736         * hash.texi (Hash Tables): Add desc to menu items.
1737         (Creating Hash): Expain "full" means "make larger",
1738         (Hash Access): Any object can be a key.
1739         State value of maphash.
1741         * functions.texi (What Is a Function): Wording cleanup.
1742         (Function Documentation): Minor cleanup.
1743         Explain purpose of calling convention at end of doc string.
1744         (Function Names): Wording cleanup.
1745         (Calling Functions): Wording cleanup.
1746         Explain better how funcall calls the function.
1747         (Function Cells): Delete example of saving and redefining function.
1749         * control.texi (Combining Conditions): Wording cleanup.
1750         (Iteration): dolist and dotimes bind VAR locally.
1751         (Cleanups): Xref to Atomic Changes.
1753         * compile.texi (Byte Compilation): Delete 19.29 info.
1754         (Compilation Functions): Macros' difficulties don't affect defsubst.
1755         (Docs and Compilation): Delete 19.29 info.
1757 2005-02-10  Richard M. Stallman  <rms@gnu.org>
1759         * objects.texi (Symbol Type): Minor correction.
1761 2005-02-06  Lute Kamstra  <lute@gnu.org>
1763         * modes.texi (Example Major Modes): Fix typos.
1765 2005-02-06  Richard M. Stallman  <rms@gnu.org>
1767         * text.texi (Margins): fill-nobreak-predicate can be one function.
1769         * strings.texi (Modifying Strings): clear-string can make unibyte.
1770         (Formatting Strings): format gives error if values missing.
1772         * positions.texi (Character Motion): Mention default arg
1773         for forward-char.  backward-char refers to forward-char.
1774         (Word Motion): Mention default arg for forward-word.
1775         (Buffer End Motion): Mention default arg for beginning-of-buffer.
1776         Simplify end-of-buffer.
1777         (Text Lines): Mention default arg for forward-line.
1778         (List Motion): Mention default arg for beginning/end-of-defun.
1779         (Skipping Characters): Minor fixes in explaining character-set.
1781         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1782         Mode inheritance applies only when default-major-mode is nil.
1783         Clarifications.
1784         (Example Major Modes): Update Text mode and Lisp mode examples.
1785         (Minor Mode Conventions): Mention define-minor-mode at top.
1786         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1787         (Mode Line Format): Update mode line face display info.
1788         (Properties in Mode): Mention effect of risky vars.
1789         (Imenu): Define imenu-add-to-menubar.
1790         (Font Lock Mode): Add descriptions to menu lines.
1791         (Faces for Font Lock): Add font-lock-doc-face.
1793 2005-02-05  Lute Kamstra  <lute@gnu.org>
1795         * text.texi (Maintaining Undo): Remove obsolete function.
1797 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
1799         * frames.texi (Color Names): Add pointer to the X docs about RGB
1800         color specifications.  Improve indexing
1801         (Text Terminal Colors): Replace the description of RGB values by
1802         an xref to "Color Names".
1804 2005-02-03  Richard M. Stallman  <rms@gnu.org>
1806         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1807         Clarify.
1808         (Selecting Windows): Clarify save-selected-window.
1809         (Cyclic Window Ordering): Clarify walk-windows.
1810         (Window Point): Clarify.
1811         (Window Start): Add comment to example.
1812         (Resizing Windows): Add `interactive' specs in examples.
1813         Document fit-window-to-buffer.
1815         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1816         (Undo, Maintaining Undo): Clarify last change.
1817         (Sorting): In sort-numeric-fields, explain about octal and hex.
1818         Mention sort-numeric-base.
1819         (Format Properties): Add xref for hard newlines.
1821         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1822         (Pop-Up Menus): Fix typo.
1823         (Color Names): Explain all types of color names.
1824         Explain color-values on B&W terminal.
1825         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
1827         * files.texi (File Locks): Not supported on MS systems.
1828         (Testing Accessibility): Clarify.
1830         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1831         (Coverage Testing): Fix typo.
1833         * commands.texi (Misc Events): Remove stray space.
1835         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1836         (Modification Time): Clarify when visited-file-modtime returns 0.
1837         (The Buffer List): Clarify bury-buffer.
1838         (Killing Buffers): Clarify.
1839         (Indirect Buffers): Add clone-indirect-buffer.
1841 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
1843         * edebug.texi (Printing in Edebug): Fix default value of
1844         edebug-print-circle.
1845         (Coverage Testing): Fix displayed frequency count data.
1847 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
1849         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1851 2005-02-02  Kim F. Storm  <storm@cua.dk>
1853         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1855 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
1857         * commands.texi (Misc Events): Describe the help-echo event.
1859         * text.texi (Special Properties) <help-echo>: Use `pos'
1860         consistently in description of the help-echo property.
1861         Use @code{nil} instead of @var{nil}.
1863         * display.texi (Overlay Properties): Fix the index entry for
1864         help-echo overlay property.
1866         * customize.texi (Type Keywords): Uncomment the xref to the
1867         help-echo property documentation.
1869 2005-01-23  Kim F. Storm  <storm@cua.dk>
1871         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1872         return value.  Third element FULLY replaced by PARTIAL which
1873         specifies number of invisible pixels if row is only partially visible.
1874         (Textual Scrolling): Mention auto-window-vscroll.
1875         (Vertical Scrolling): New defvar auto-window-vscroll.
1877 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
1879         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1880         command remapping.
1882 2005-01-15  Richard M. Stallman  <rms@gnu.org>
1884         * display.texi (Defining Images): Mention DATA-P arg of create-image.
1886 2005-01-14  Kim F. Storm  <storm@cua.dk>
1888         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1890         * text.texi (Links and Mouse-1): Fix string and vector item.
1892 2005-01-13  Richard M. Stallman  <rms@gnu.org>
1894         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1895         descriptions of overriding-local-map and overriding-terminal-local-map.
1897         * text.texi (Links and Mouse-1): Clarify text.
1899 2005-01-13  Kim F. Storm  <storm@cua.dk>
1901         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1903 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
1905         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1907 2005-01-12  Kim F. Storm  <storm@cua.dk>
1909         * text.texi (Links and Mouse-1): Rename section from Enabling
1910         Mouse-1 to Following Links.  Change xrefs.
1911         Add examples for define-button-type and define-widget.
1913         * display.texi (Button Properties, Button Buffer Commands):
1914         Clarify mouse-1 and follow-link functionality.
1916 2005-01-12  Richard M. Stallman  <rms@gnu.org>
1918         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1920         * display.texi (Beeping): Fix Texinfo usage.
1922         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1924 2005-01-11  Kim F. Storm  <storm@cua.dk>
1926         * display.texi (Button Properties, Button Buffer Commands):
1927         Mention mouse-1 binding.  Add follow-link keyword.
1929         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1930         (Enabling Mouse-1 to Follow Links): New subsection.
1932 2005-01-06  Richard M. Stallman  <rms@gnu.org>
1934         * text.texi (Special Properties): Minor change.
1936         * os.texi (Timers): Clarify previous change.
1938         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1940 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
1942         * display.texi (Face Attributes): Correct xref to renamed node.
1944 2005-01-01  Richard M. Stallman  <rms@gnu.org>
1946         * display.texi (Face Attributes): Describe hex color specs.
1948 2004-12-31  Richard M. Stallman  <rms@gnu.org>
1950         * os.texi (Timers): Update previous change.
1952 2004-12-30  Kim F. Storm  <storm@cua.dk>
1954         * display.texi (Line Height): Total line-height is now specified
1955         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
1956         in cons cells.  (nil . RATIO) is relative to actual line height.
1957         Use line-height `t' instead of `0' to get minimum height.
1959 2004-12-29  Richard M. Stallman  <rms@gnu.org>
1961         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1963 2004-12-28  Richard M. Stallman  <rms@gnu.org>
1965         * commands.texi (Quitting): Clarify value of with-local-quit.
1967         * elisp.texi (Top): Fix previous change.
1969         * loading.texi (Loading): Fix previous change.
1971 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1973         * Makefile.in (MAKEINFO): Specify --force.
1975         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1977         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1979         * display.texi (Line Height): Further clarify.
1981         * elisp.texi (Top): Update Loading submenu.
1983         * loading.texi (Where Defined): New node.
1984         (Unloading): load-history moved to Where Defined.
1986 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1988         * commands.texi (Event Input Misc): Add while-no-input.
1990 2004-12-11  Richard M. Stallman  <rms@gnu.org>
1992         * display.texi (Line Height): Rewrite text for clarity.
1994 2004-12-11  Kim F. Storm  <storm@cua.dk>
1996         * display.texi (Display): Add node "Line Height" to menu.
1997         (Line Height): New node.  Move full description of line-spacing
1998         and line-height text properties here from text.texi.
1999         (Scroll Bars): Add vertical-scroll-bar variable.
2001         * frames.texi (Window Frame Parameters): Remove line-height defvar.
2003         * locals.texi (Standard Buffer-Local Variables): Fix xref for
2004         line-spacing and vertical-scroll-bar.
2006         * text.texi (Special Properties): Just mention line-spacing and
2007         line-height here, add xref to new "Line Height" node.
2009 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
2011         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2013         * locals.texi (Standard Buffer-Local Variables):
2014         Add @xref for `line-spacing'.
2016 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2018         * Makefile.in (maintainer-clean): Remove the info files
2019         in $(infodir) where they are created.
2021 2004-12-03  Richard M. Stallman  <rms@gnu.org>
2023         * windows.texi (Selecting Windows): get-lru-window and
2024         get-largest-window don't consider dedicated windows.
2026         * text.texi (Undo): Document undo-in-progress.
2028 2004-11-26  Richard M. Stallman  <rms@gnu.org>
2030         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2031         Remove a few vars that are not always buffer-local.
2033 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
2035         * locals.texi (Standard Buffer-Local Variables): Comment out
2036         xref's to non-existent node `Yet to be written'.
2038 2004-11-24  Richard M. Stallman  <rms@gnu.org>
2040         * processes.texi (Synchronous Processes): Grammar fix.
2042         * numbers.texi (Comparison of Numbers): Add eql.
2044         * locals.texi (Standard Buffer-Local Variables): Add many vars.
2046         * intro.texi (Printing Notation): Fix previous change.
2048         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2049         and default-indicate-buffer-boundaries from here.
2050         (Usual Display): To here.
2051         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2052         (Usual Display): Move tab-width up.
2054         * customize.texi (Variable Definitions): Replace
2055         show-paren-mode example with tooltip-mode.
2056         (Simple Types, Composite Types, Defining New Types):
2057         Minor cleanups.
2059 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
2061         * processes.texi (Synchronous Processes, Output from Processes):
2062         Markup fix.
2064 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2066         * positions.texi (Skipping Characters): skip-chars-forward
2067         now handles char classes.
2069         * intro.texi (Printing Notation): Avoid confusion of `print'
2070         when explaining @print.
2072         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2074         * display.texi (Display Table Format): Minor fix.
2076         * streams.texi (Output Functions): Fix print example.
2078         * Makefile.in (elisp): New target.
2079         (dist): Depend on $(infodir)/elisp, not elisp.
2080         Copy the info files from $(infodir).
2082         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2083         read-from-minibuffer.
2085         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2087 2004-11-19  Richard M. Stallman  <rms@gnu.org>
2089         * searching.texi (Regexp Search): Add search-whitespace-regexp.
2091 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
2093         * tips.texi (Coding Conventions): Fix typo.
2095 2004-11-16  Richard M. Stallman  <rms@gnu.org>
2097         * tips.texi (Coding Conventions): Separate defvar and require
2098         methods to avoid warnings.  Use require only when there are many
2099         functions and variables from that package.
2101         * minibuf.texi (Minibuffer Completion): When ignoring case,
2102         predicate must not be case-sensitive.
2104         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2105         (Test Coverage): Don't talk about "splotches".  Clarified.
2107 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
2109         * frames.texi (Window Frame Parameters): Fix typo.
2111 2004-11-15  Kim F. Storm  <storm@cua.dk>
2113         * symbols.texi (Other Plists): Note that plist-get may signal error.
2114         Add safe-plist-get.
2116 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
2118         * modes.texi (Font Lock Basics): Fix typo.
2120 2004-11-08  Richard M. Stallman  <rms@gnu.org>
2122         * syntax.texi (Syntax Table Functions): Add syntax-after.
2124 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
2126         * os.texi (Processor Run Time): New section documenting
2127         get-internal-run-time.
2129 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
2131         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2132         it nukes elisp-cover.texi.
2133         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2134         elisp-0 etc.
2136 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
2138         * commands.texi (Keyboard Macros): Document `append' return value
2139         of `defining-kbd-macro'.
2141 2004-11-01  Richard M. Stallman  <rms@gnu.org>
2143         * commands.texi (Interactive Call): Add called-interactively-p.
2145 2004-10-29  Simon Josefsson  <jas@extundo.com>
2147         * minibuf.texi (Reading a Password): Revert.
2149 2004-10-28  Richard M. Stallman  <rms@gnu.org>
2151         * frames.texi (Display Feature Testing): Explain about "vendor".
2153 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2155         * commands.texi (Interactive Codes): `N' uses numeric prefix,
2156         not raw.  Clarify `n'.
2157         (Interactive Call): Rewrite interactive-p, focusing on when
2158         and how to use it.
2159         (Misc Events): Clarify previous change.
2161         * advice.texi (Simple Advice): Clarify what job the example does.
2162         (Around-Advice): Clarify ad-do-it.
2163         (Activation of Advice): An option of ad-default-compilation-action
2164         is `never', not `nil'.
2166 2004-10-26  Kim F. Storm  <storm@cua.dk>
2168         * commands.texi (Interactive Codes): Add U code letter.
2170 2004-10-25  Simon Josefsson  <jas@extundo.com>
2172         * minibuf.texi (Reading a Password): Add.
2174 2004-10-24  Jason Rumney  <jasonr@gnu.org>
2176         * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2177         and wheel-down.
2179 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
2181         * processes.texi (Synchronous Processes): Document process-file.
2183 2004-10-22  Kenichi Handa  <handa@m17n.org>
2185         * text.texi (translate-region): Document that it accepts also a
2186         char-table.
2188 2004-10-22  David Ponce  <david@dponce.com>
2190         * windows.texi (Resizing Windows): Document the `preserve-before'
2191         argument of the functions `enlarge-window' and `shrink-window'.
2193 2004-10-19  Jason Rumney  <jasonr@gnu.org>
2195         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2197 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
2199         * text.texi (Filling): Add anchor for definition of
2200         `sentence-end-double-space'.
2202         * searching.texi (Regexp Example): Update description of how
2203         Emacs currently recognizes the end of a sentence.
2204         (Standard Regexps): Update definition of the variable
2205         `sentence-end'.  Add definition of the function `sentence-end'.
2207 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
2209         * display.texi (Progress): New node.
2211 2004-10-05  Kim F. Storm  <storm@cua.dk>
2213         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2215 2004-09-29  Kim F. Storm  <storm@cua.dk>
2217         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2218         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
2219         fringe bitmap symbols, as they now have their own namespace.
2220         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2221         vs. pixels.  Signal error if no free bitmap slots.
2222         (Pixel Specification): Change IMAGE to @var{image}.
2224 2004-09-28  Richard M. Stallman  <rms@gnu.org>
2226         * text.texi (Special Properties): Clarify line-spacing and line-height.
2228         * searching.texi (Regexp Search): Add looking-back.
2230 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
2232         * display.texi: Correct typos.
2233         (Image Descriptors): Correct xref's.
2235 2004-09-25  Richard M. Stallman  <rms@gnu.org>
2237         * text.texi (Special Properties): Cleanups in `cursor'.
2238         Rewrites in `line-height' and `line-spacing'; exchange them.
2240         * display.texi (Fringes): Rewrite previous change.
2241         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
2242         (Display Fringe Bitmaps): Node deleted, text moved.
2243         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
2244         (Scroll Bars): Clarify set-window-scroll-bars.
2245         (Pointer Shape): Rewrite.
2246         (Specified Space): Clarify :align-to, etc.
2247         (Pixel Specification): Use @var.  Clarify new text.
2248         (Other Display Specs): Clarify `slice'.
2249         (Image Descriptors): Cleanups.
2250         (Showing Images): Cleanups.
2252 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
2254         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2256         * modes.texi: Various minor changes in addition to:
2257         (Major Mode Conventions): Final call to `run-mode-hooks' should
2258         not be inside the `delay-mode-hooks' form.
2259         (Mode Hooks): New node.
2260         (Hooks): Delete obsolete example.
2261         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2262         node "Mode Hooks".
2264 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
2266         * display.texi: Correct various typos.
2267         (Display): Rename node "Pointer Shapes" to "Pointer
2268         Shape".  (There is already a node called "Pointer Shapes" in
2269         frames.texi.)
2270         (Images): Remove non-existent node "Image Slices" from menu.
2272 2004-09-23  Kim F. Storm  <storm@cua.dk>
2274         * text.texi (Special Properties): Add `cursor', `pointer',
2275         `line-height', and `line-spacing' properties.
2277         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2278         Shapes' to menu.
2279         (Standard Faces): Doc fix for fringe face.
2280         (Fringes): Add `overflow-newline-into-fringe' and
2281         'indicate-buffer-boundaries'.
2282         (Fringe Bitmaps, Pointer Shapes): New nodes.
2283         (Display Property): Add 'Pixel Specification' and 'Display Fringe
2284         Bitmaps' to menu.
2285         (Specified Space): Describe pixel width and height.
2286         (Pixel Specification): New node.
2287         (Other Display Specs): Add `slice' property.
2288         (Display Fringe Bitmaps): New node.
2289         (Images): Add 'Image Slices' to menu.
2290         (Image Descriptors): Add `:pointer' and `:map' properties.
2291         (Showing Images): Add slice arg to `insert-image'.  Add
2292         'insert-sliced-image'.
2294 2004-09-20  Richard M. Stallman  <rms@gnu.org>
2296         * commands.texi (Key Sequence Input):
2297         Clarify downcasing in read-key-sequence.
2299 2004-09-08  Juri Linkov  <juri@jurta.org>
2301         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2303 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
2305         * locals.texi (Standard Buffer-Local Variables): Add
2306         `buffer-auto-save-file-format'.
2307         * internals.texi (Buffer Internals): Describe new
2308         auto_save_file_format field of the buffer structure.
2309         * files.texi (Format Conversion): `auto-save-file-format' has been
2310         renamed `buffer-auto-save-file-format'.
2312 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
2314         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2315         an integer or a marker.
2316         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2318 2004-08-22  Richard M. Stallman  <rms@gnu.org>
2320         * modes.texi (Major Mode Conventions): Discuss rebinding of
2321         standard key bindings.
2323 2004-08-18  Kim F. Storm  <storm@cua.dk>
2325         * processes.texi (Accepting Output): Add `just-this-one' arg to
2326         `accept-process-output'.
2327         (Output from Processes): New var `process-adaptive-read-buffering'.
2329 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
2331         * keymaps.texi: Various changes in addition to:
2332         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2333         Give more varied examples for `kbd'.
2334         (Creating Keymaps): Char tables have slots for all characters
2335         without modifiers.
2336         (Active Keymaps): `overriding-local-map' and
2337         `overriding-terminal-local-map' also override text property and
2338         overlay keymaps.
2339         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2340         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2341         to denote a prefix of no events.
2342         `map-keymap' includes parent's bindings _recursively_.
2343         Clarify and correct description of `where-is-internal'.
2344         Mention BUFFER-OR-NAME arg to `describe-bindings'.
2345         (Menu Example): For menus intended for use with the keyboard, the
2346         menu items should be bound to characters or real function keys.
2348 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2350         * objects.texi (Character Type): Reposition `@anchor' to prevent
2351         double space inside sentence in Info.
2353         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2354         renamed to `disabled-command-function'.
2355         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
2356         (Command Loop Info): Replace reference to it.
2357         (Disabling Commands): `disabled-command-hook' has been renamed to
2358         `disabled-command-function'.
2360 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
2362         * os.texi (Translating Input): Only non-prefix bindings in
2363         `key-translation-map' override actual key bindings.  Warn about
2364         possible indirect effect of actual key bindings on non-prefix
2365         bindings in `key-translation-map'.
2367 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
2369         * minibuf.texi (High-Level Completion): Add anchor for definition
2370         of `read-variable'.
2372         * commands.texi: Various changes in addition to:
2373         (Using Interactive): Clarify description of `interactive-form'.
2374         (Interactive Call): Mention default for KEYS argument to
2375         `call-interactively'.
2376         (Command Loop Info): Clarify description of `this-command-keys'.
2377         Mention KEEP-RECORD argument to `clear-this-command-keys'.
2378         Value of `last-event-frame' can be `macro'.
2379         (Repeat Events): `double-click-fuzz' is also used to distinguish
2380         clicks and drags.
2381         (Classifying Events): Clarify descriptions of `event-modifiers'
2382         `event-basic-type' and `event-convert-list'.
2383         (Accessing Events): `posn-timestamp' takes POSITION argument.
2384         (Quoted Character Input): Clarify description of
2385         `read-quoted-char' and fix example.
2386         (Quitting): Add `with-local-quit'.
2387         (Disabling Commands):  Correct and clarify descriptions of
2388         `enable-command' and `disable-command'.
2389         Mention what happens if `disabled-command-hook' is nil.
2390         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2391         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2393 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2395         * frames.texi: Various changes in addition to:
2396         (Creating Frames): Expand and clarify description of `make-frame'.
2397         (Window Frame Parameters): Either none or both of the `icon-left'
2398         and `icon-top' parameters must be specified.  Put descriptions of
2399         `menu-bar-lines' and `toolbar-lines' closer together and change
2400         them accordingly.
2401         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2402         except while processing `frame-title-format' or `icon-title-format'.
2403         (Deleting Frames): Correct description of `delete-frame'.
2404         Non-nil return values of `frame-live-p' are like those of `framep'.
2405         (Frames and Windows): mention return value of
2406         `set-frame-selected-window'.
2407         (Visibility of Frames): Mention `force' argument to
2408         `make-frame-invisible'.  `frame-visible-p' returns t for all
2409         frames on text-only terminals.
2410         (Frame Configurations): Restoring a frame configuration does not
2411         restore deleted frames.
2412         (Window System Selections): `x-set-selection' returns DATA.
2413         (Resources): Add example.
2414         (Display Feature Testing): Clarify descriptions of
2415         `display-pixel-height', `display-pixel-width', `x-server-version'
2416         and `x-server-vendor'.
2418         * windows.texi (Choosing Window): Add anchor.
2419         * minibuf.texi (Minibuffer Misc): Add anchor.
2421 2004-07-23  John Paul Wallington  <jpw@gnu.org>
2423         * macros.texi (Defining Macros): Declaration keyword for setting
2424         Edebug spec is `debug' not `edebug'.
2426 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
2428         * windows.texi: Various small changes in addition to:
2429         (Window Point): Mention return value of `set-window-point'.
2430         (Window Start): `pos-visible-in-window-p' disregards horizontal
2431         scrolling.  Explain return value if PARTIALLY is non-nil.
2432         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2433         and `set-window-vscroll'.
2434         (Size of Window): The argument WINDOW to `window-inside-edges',
2435         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2436         (Resizing Windows): Explain return value of
2437         `shrink-window-if-larger-than-buffer'.
2438         `window-size-fixed' automatically becomes buffer local when set.
2439         (Window Configurations): Explain return value of
2440         `set-window-configuration'.
2442         * minibuf.texi (Minibuffer Misc): Add anchor for
2443         `minibuffer-scroll-window'.
2445         * positions.texi (Text Lines): Add anchor for `count-lines'.
2447 2004-07-17  Richard M. Stallman  <rms@gnu.org>
2449         * display.texi (Overlay Properties): Adding `evaporate' prop
2450         deletes empty overlay immediately.
2452         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2453         fix example.
2455 2004-07-16  Jim Blandy  <jimb@redhat.com>
2457         * searching.texi (Regexp Backslash): Document new \_< and \_>
2458         operators.
2460 2004-07-16  Juanma Barranquero  <lektu@terra.es>
2462         * display.texi (Images): Fix Texinfo usage.
2464 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
2466         * buffers.texi (Modification Time): `visited-file-modtime' now
2467         returns a list of two integers, instead of a cons.
2469 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2471         * windows.texi: Various changes in addition to:
2472         (Splitting Windows): Add `split-window-keep-point'.
2474 2004-07-09  Richard M. Stallman  <rms@gnu.org>
2476         * frames.texi (Input Focus): Minor fix.
2478 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
2480         * frames.texi (Input Focus): Clarify descriptions of
2481         `select-frame-set-input-focus' and `select-frame'.
2483 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
2485         * os.texi: Various small changes in addition to:
2486         (Killing Emacs): Expand and clarify description of
2487         `kill-emacs-query-functions' and `kill-emacs-hook'.
2488         (System Environment): Expand and clarify description of `getenv'
2489         and `setenv'.
2490         (Timers): Clarify description of `run-at-time'.
2491         (Translating Input): Correct description of
2492         `extra-keyboard-modifiers'.
2493         (Flow Control): Correct description of `enable-flow-control'.
2495 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
2497         * os.texi: Update copyright.
2498         (Session Management): Grammar fix.
2499         Clarify which Emacs does the restarting.
2500         Use @samp for *scratch* buffer.
2502 2004-07-04  Alan Mackenzie  <acm@muc.de>
2504         * frames.texi (Input Focus): Add documentation for
2505         `select-frame-set-input-focus'.  Replace refs to non-existent
2506         `switch-frame' with `select-frame'.  Minor corrections and tidying
2507         up of text-only terminal stuff.
2509 2004-07-02  Richard M. Stallman  <rms@gnu.org>
2511         * files.texi (Saving Buffers): Cleanup write-contents-function.
2512         (Magic File Names): Cleanup file-remote-p.
2514 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
2516         * files.texi (Magic File Names): `file-remote-p' returns an
2517         identifier of the remote system, not just t.
2519 2004-07-02  David Kastrup  <dak@gnu.org>
2521         * searching.texi (Entire Match Data): Add explanation about new
2522         match-data behavior when @var{integers} is non-nil.
2524 2004-06-24  Richard M. Stallman  <rms@gnu.org>
2526         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2528         * customize.texi (Variable Definitions): Note about doc strings
2529         and :set.
2531         * keymaps.texi (Keymap Terminology): Document `kbd'.
2532         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2534         * display.texi (Invisible Text): Setting buffer-invisibility-spec
2535         makes it buffer-local.
2537         * files.texi (Saving Buffers): Correct previous change.
2539         * commands.texi (Accessing Events):
2540         Clarify posn-col-row and posn-actual-col-row.
2542 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
2544         * commands.texi (Accessing Events): New functions
2545         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
2547 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2549         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2550         * frames.texi, buffers.texi, backups.texi, variables.texi:
2551         * loading.texi, eval.texi, functions.texi, control.texi:
2552         * symbols.texi, minibuf.texi: Reposition @anchor's.
2554         * help.texi: Various small changes in addition to the following.
2555         (Describing Characters): Describe PREFIX argument to
2556         `key-description'.  Correct and clarify definition of
2557         `text-char-description'.  Describe NEED-VECTOR argument to
2558         `read-kbd-macro'.
2559         (Help Functions): Clarify definition of `apropos'.
2561 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
2563         * files.texi (Saving Buffers): Correct description of
2564         `write-contents-functions'.
2566 2004-06-21  Juanma Barranquero  <lektu@terra.es>
2568         * display.texi (Images): Remove redundant @vindex directives.
2569         Rewrite `image-library-alist' doc in active voice.
2571 2004-06-14  Juanma Barranquero  <lektu@terra.es>
2573         * display.texi (Images): Document new delayed library loading,
2574         variable `image-library-alist' and (existing but undocumented)
2575         function `image-type-available-p'.
2577 2004-06-05  Richard M. Stallman  <rms@gnu.org>
2579         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2580         refer the user to the Initial Input node.
2581         (Text from Minibuffer): Likewise.
2582         (Initial Input): New node.  Document this feature
2583         and say it is mostly deprecated.
2585 2004-05-30  Richard M. Stallman  <rms@gnu.org>
2587         * loading.texi (Named Features): Clarify return value
2588         and meaning of NOERROR.
2590         * variables.texi (File Local Variables): Minor cleanup.
2592 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
2594         * files.texi (Magic File Names): Add `file-remote-p' as operation
2595         of file name handlers.
2597 2004-05-29  Richard M. Stallman  <rms@gnu.org>
2599         * modes.texi (Minor Mode Conventions): (-) has no special meaning
2600         as arg to a minor mode command.
2602 2004-05-22  Richard M. Stallman  <rms@gnu.org>
2604         * syntax.texi (Syntax Class Table): Word syntax not just for English.
2606         * streams.texi (Output Variables): Doc float-output-format.
2608         * searching.texi (Regexp Special): Nested repetition can be infloop.
2610         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2611         real stack overflow.
2613         * compile.texi: Minor cleanups.
2615 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
2617         * lists.texi (Cons Cells): Explain dotted lists, true lists,
2618         circular lists.
2619         (List Elements): Explain handling of circular and dotted lists.
2621 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
2623         * modes.texi (Search-based Fontification): Fix typo.
2625 2004-05-10  Juanma Barranquero  <lektu@terra.es>
2627         * modes.texi (Mode Line Variables): Fix description of
2628         global-mode-string, which is now after which-func-mode, not the
2629         buffer name.
2631 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
2633         * modes.texi (Desktop Save Mode): Add.
2634         (Modes): Add menu entry Desktop Save Mode.
2636         * hooks.texi: Add desktop-after-read-hook,
2637         desktop-no-desktop-file-hook and desktop-save-hook.
2639         * locals.texi: Add desktop-save-buffer.
2641 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
2643         * display.texi: emacs -> Emacs.
2645 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
2647         * files.texi (Changing Files): Document set-file-times.
2649 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2651         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2653 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
2655         * tips.texi (Coding Conventions): defopt -> defcustom.
2657 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
2659         * sequences.texi: Various clarifications.
2661 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
2663         * buffers.texi (Read Only Buffers): Mention optional ARG to
2664         `toggle-read-only'.
2666 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
2668         * windows.texi (Selecting Windows): Note that get-lru-window
2669         returns a full-width window if possible.
2671 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
2673         * buffers.texi: Various changes in addition to:
2674         (Buffer File Name): Add `find-buffer-visiting'.
2675         (Buffer Modification): Mention optional ARG to `not-modified'.
2676         (Indirect Buffers): Mention optional CLONE argument to
2677         `make-indirect-buffer'.
2679         * files.texi: Various changes in addition to:
2680         (Visiting Functions): `find-file-hook' is now a normal hook.
2681         (File Name Expansion): Explain difference between the way that
2682         `expand-file-name' and `file-truename' treat `..'.
2683         (Contents of Directories): Mention optional ID-FORMAT argument to
2684         `directory-files-and-attributes'.
2685         (Format Conversion): Mention new optional CONFIRM argument to
2686         `format-write-file'.
2688 2004-04-12  Miles Bader  <miles@gnu.org>
2690         * macros.texi (Expansion): Add description of `macroexpand-all'.
2692 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2694         * variables.texi (Variable Aliases): Mention
2695         cyclic-variable-indirection.
2697         * errors.texi (Standard Errors): Ditto.
2699 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2701         * backups.texi:  Various small changes in addition to:
2702         (Making Backups): Mention return value of `backup-buffer'.
2703         (Auto-Saving): Mention optional FORCE argument to
2704         `delete-auto-save-file-if-necessary'.
2705         (Reverting): Mention optional PRESERVE-MODES argument to
2706         `revert-buffer'.  Correct description of `revert-buffer-function'.
2708 2004-03-22  Juri Linkov  <juri@jurta.org>
2710         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2711         with `Vector Functions'.
2713         * text.texi (Sorting): Add missing quote.
2715 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
2717         * intro.texi (Lisp History): Replace xref to `cl' manual with
2718         inforef.
2720 2004-03-12  Richard M. Stallman  <rms@gnu.org>
2722         * intro.texi (Version Info): Add arg to emacs-version.
2723         (Lisp History): Change xref to CL manual.
2725 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
2727         * minibuf.texi (Completion Commands): Add xref to Emacs manual
2728         for Partial Completion mode.
2730 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
2732         * customize.texi: Fix typo. Remove eol whitespace.
2734 2004-03-04  Richard M. Stallman  <rms@gnu.org>
2736         * processes.texi: Fix typos.
2738         * lists.texi (Building Lists): Minor clarification.
2740         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2741         in make-hash-table.
2743 2004-02-29  Juanma Barranquero  <lektu@terra.es>
2745         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2746         rm, and ignore exit code.
2748 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
2750         * display.texi (Defining Faces): Add description for min-colors.
2751         Update example.
2753 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
2755         * abbrevs.texi: Various corrections and clarifications in addition
2756         to the following:
2757         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2759 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2761         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2763 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
2765         * text.texi: Various small changes in addition to the following:
2766         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2767         to delete-horizontal-space.
2768         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2769         description of yank-handler text property at various places.
2771         * frames.texi (Window System Selections): Add anchor.
2773         * syntax.texi (Syntax Table Functions): Clarify and correct
2774         descriptions of make-syntax-table and copy-syntax-table.
2775         (Motion and Syntax): Clarify SYNTAXES argument to
2776         skip-syntax-forward.
2777         (Parsing Expressions): Mention that the return value of
2778         parse-partial-sexp is currently a list of ten rather than nine
2779         elements.
2780         (Categories): Various corrections and clarifications.
2782 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
2784         * markers.texi (Marker Insertion Types): Minor change.
2786         * locals.texi (Standard Buffer-Local Variables):
2787         * commands.texi (Interactive Codes, Using Interactive):
2788         * functions.texi (Related Topics): Fix xrefs.
2790 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
2792         * lists.texi (Sets And Lists): Update description of delete-dups.
2794 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2796         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2798 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2800         * frames.texi (Parameter Access): frame-parameters arg is optional.
2801         modify-frame-parameters handles nil for FRAME.
2802         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2803         are all-or-nothing for certain toolkits.
2804         Mention parameter wait-for-wm.
2805         (Frames and Windows): In frame-first-window and frame-selected-window
2806         the arg is optional.
2807         (Input Focus): In redirect-frame-focus the second arg is optional.
2808         (Window System Selections): Mention selection type CLIPBOARD.
2809         Mention data-type UTF8_STRING.
2810         Mention numbering of cut buffers.
2811         (Resources): Describe x-resource-name.
2813 2004-02-16  Richard M. Stallman  <rms@gnu.org>
2815         * windows.texi (Buffers and Windows): Delete false table
2816         about all-frames.
2818         * syntax.texi (Parsing Expressions): Delete old caveat
2819         about parse-sexp-ignore-comments.
2821         * streams.texi (Output Variables): Add print-quoted.
2823         * lists.texi (Building Lists): Minor cleanup.
2825         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2827         * display.texi (Overlays): Explain overlays use markers.
2828         (Managing Overlays): Explain front-advance and rear-advance
2829         in more detail.
2831         * loading.texi (Unloading): Document unload-feature-special-hooks.
2832         Get rid of fns-NNN.el file.
2834 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2836         * help.texi (Describing Characters): Fix text-char-description
2837         example output.
2839         * edebug.texi (Using Edebug): Fix example.
2841         * debugging.texi (Internals of Debugger): Fix return value.
2843         * files.texi (Changing Files): Fix argname.
2845         * calendar.texi: Fix parens, and default values.
2847         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2848         * nonascii.texi, objects.texi, os.texi: Minor fixes.
2849         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2851         * positions.texi (Text Lines): Don't add -1 in current-line.
2853 2004-02-16  Richard M. Stallman  <rms@gnu.org>
2855         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2857 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2859         * processes.texi (Low-Level Network): Fix a typo.
2861 2004-02-12  Kim F. Storm  <storm@cua.dk>
2863         * display.texi (Fringes): Use consistent wording.
2864         Note that window-fringe's window arg is optional.
2865         (Scroll Bars): Use consistent wording.
2867 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
2869         * tips.texi (Comment Tips): Document the new conventions for
2870         commenting out code.
2872 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2874         * positions.texi (Text Lines): Added missing end defun.
2876 2004-02-07  Kim F. Storm  <storm@cua.dk>
2878         * positions.texi (Text Lines): Add line-number-at-pos.
2880 2004-02-06  John Paul Wallington  <jpw@gnu.org>
2882         * display.texi (Button Properties, Button Buffer Commands):
2883         mouse-2 invokes button, not down-mouse-1.
2885 2004-02-04  Jason Rumney  <jasonr@gnu.org>
2887         * makefile.w32-in: Sync with Makefile.in changes.
2889 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
2891         * minibuf.texi (Text from Minibuffer): Various corrections and
2892         clarifications.
2893         (Object from Minibuffer): Correct Lisp description of
2894         read-minibuffer.
2895         (Minibuffer History): Clarify description of cons values for
2896         HISTORY arguments.
2897         (Basic Completion): Various corrections and clarifications.  Add
2898         completion-regexp-list.
2899         (Minibuffer Completion): Correct and clarify description of
2900         completing-read.
2901         (Completion Commands): Mention Partial Completion mode.  Various
2902         other minor changes.
2903         (High-Level Completion): Various corrections and clarifications.
2904         (Reading File Names): Ditto.
2905         (Minibuffer Misc): Ditto.
2907 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
2909         * strings.texi (Text Comparison): assoc-string also matches
2910         elements of alists that are strings instead of conses.
2911         (Formatting Strings): Standardize Texinfo usage.  Update index
2912         entries.
2914 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
2916         * lists.texi (Sets And Lists): Add delete-dups.
2918 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
2920         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2921         special form.
2922         * macros.texi (Defining Macros): Update description of `declare',
2923         which now is a macro.
2924         (Wrong Time): Fix typos.
2926 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
2928         * compile.texi (Compilation Functions): Expand descriptions of
2929         `compile-defun', `byte-compile-file', `byte-recompile-directory'
2930         and `batch-byte-compile'.  In particular, mention and describe
2931         all optional arguments.
2932         (Disassembly): Correct and clarify the description of `disassemble'.
2934 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2936         * searching.texi: Various small changes in addition to the
2937         following.
2938         (Regexp Example): Adapt to new value of `sentence-end'.
2939         (Regexp Functions): The PAREN argument to `regexp-opt' can be
2940         `words'.
2941         (Search and Replace): Add usage note for `perform-replace'.
2942         (Entire Match Data): Mention INTEGERS and REUSE arguments to
2943         `match-data'.
2944         (Standard Regexps): Update for new values of `paragraph-start'
2945         and `sentence-end'.
2947 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
2949         * files.texi (Saving Buffers): Clarify descriptions of
2950         `write-contents-functions' and `before-save-hook'.
2951         Make the defvar's for `before-save-hook' and `after-save-hook'
2952         into defopt's.
2954 2004-01-07  Kim F. Storm  <storm@cua.dk>
2956         * commands.texi (Click Events): Describe new image and
2957         width/height elements of click events.
2958         (Accessing Events): Add posn-string, posn-image, and
2959         posn-object-width-height.  Change posn-object to return either
2960         image or string object.
2962 2004-01-01  Simon Josefsson  <jas@extundo.com>
2964         * hooks.texi (Standard Hooks): Add before-save-hook.
2965         * files.texi (Saving Buffers): Likewise.
2967 2004-01-03  Richard M. Stallman  <rms@gnu.org>
2969         * frames.texi (Frames and Windows): Delete frame-root-window.
2971 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2973         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2975         * functions.texi: Various small changes in addition to the
2976         following.
2977         (What Is a Function): `functionp' returns nil for macros.  Clarify
2978         behavior of this and following functions for symbol arguments.
2979         (Function Documentation): Add `\' in front of (fn @var{arglist})
2980         and explain why.
2981         (Defining Functions): Mention DOCSTRING argument to `defalias'.
2982         Add anchor.
2983         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
2985 2004-01-01  Miles Bader  <miles@gnu.org>
2987         * display.texi (Buttons): New section.
2989 2003-12-31  Andreas Schwab  <schwab@suse.de>
2991         * numbers.texi (Math Functions): sqrt reports a domain-error
2992         error.
2993         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2995 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2997         * tips.texi (Documentation Tips): Update item on hyperlinks in
2998         documentation strings.
3000         * errors.texi (Standard Errors): Various small corrections and
3001         additions.
3003         * control.texi: Various small changes in addition to the
3004         following.
3005         (Signaling Errors): Provide some more details on how `signal'
3006         constructs the error message.  Add anchor to the definition of
3007         `signal'.
3008         (Error Symbols): Describe special treatment of `quit'.
3009         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3010         to emphasize that it has to be a single form.
3012         * buffers.texi: Add anchor.
3014 2003-12-29  Richard M. Stallman  <rms@gnu.org>
3016         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3017         (Window Configurations): Add window-configuration-frame.
3019         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3021         * text.texi (Examining Properties): Add get-char-property-and-overlay.
3022         Change arg name in get-char-property.
3023         (Special Properties): Update handling of keymap property.
3025         * strings.texi (Modifying Strings): Add clear-string.
3026         (Text Comparison): Add assoc-string and remove
3027         assoc-ignore-case, assoc-ignore-representation.
3029         * os.texi (Time of Day): Add set-time-zone-rule.
3031         * numbers.texi (Math Functions): asin, acos, log, log10
3032         report domain-error errors.
3034         * nonascii.texi (Converting Representations):
3035         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3036         (Encoding and I/O): Add file-name-coding-system.
3038         * modes.texi (Search-based Fontification): Explain that
3039         face specs are symbols with face names as values.
3041         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3043         * lists.texi (Building Lists): remq moved elsewhere.
3044         (Sets And Lists): remq moved here.
3045         (Association Lists): Refer to assoc-string.
3047         * internals.texi (Garbage Collection): Add memory-use-counts.
3049         * frames.texi (Frames and Windows): Add set-frame-selected-window
3050         and frame-root-window.
3052         * files.texi (Contents of Directories):
3053         Add directory-files-and-attributes.
3055         * display.texi (Refresh Screen): Add force-window-update.
3056         (Invisible Text): Explain about moving point out of invis text.
3057         (Overlay Properties): Add overlay-properties.
3058         (Managing Overlays): Add overlayp.
3059         (GIF Images): Invalid image number displays a hollow box.
3061         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3062         (Killing Buffers): Add buffer-live-p.
3064 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3066         * display.texi (Fringes): Fix typo "set-buffer-window".
3068 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
3070         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3071         * nonascii.texi, processes.texi, tips.texi, variables.texi:
3072         Add or change various xrefs and anchors.
3074         * commands.texi: Replace all occurrences of @acronym{CAR} with
3075         @sc{car}, for consistency with the rest of the Elisp manual.
3076         `car' and `cdr' are historically acronyms, but are no longer
3077         widely thought of as such.
3079         * internals.texi (Pure Storage): Mention that `purecopy' does not
3080         copy text properties.
3081         (Object Internals): Now 29 bits are used (in most implementations)
3082         to address Lisp objects.
3084         * variables.texi (Variables with Restricted Values): New node.
3086         * objects.texi (Lisp Data Types): Mention that certain variables
3087         can only take on a restricted set of values and add an xref to
3088         the new node "Variables with Restricted Values".
3090         * eval.texi (Function Indirection): Describe the errors that
3091         `indirect-function' can signal.
3092         (Eval): Clarify the descriptions of `eval-region' and `values'.
3093         Describe `eval-buffer' instead of `eval-current-buffer' and
3094         mention `eval-current-buffer' as an alias for `current-buffer'.
3095         Correct the description and mention all optional arguments.
3097         * nonascii.texi: Various small changes in addition to the
3098         following.
3099         (Converting Representations): Clarify behavior of
3100         `string-make-multibyte' and `string-to-multibyte' for unibyte all
3101         ASCII arguments.
3102         (Character Sets): Document the variable `charset-list' and adapt
3103         the definition of the function `charset-list' accordingly.
3104         (Translation of Characters): Clarify use of generic characters in
3105         `make-translation-table'.  Clarify and correct the description of
3106         the use of translation tables in encoding and decoding.
3107         (User-Chosen Coding Systems): Correct and clarify the description
3108         of `select-safe-coding-system'.
3109         (Default Coding Systems): Clarify description of
3110         `file-coding-system-alist'.
3112 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
3114         * strings.texi (Text Comparison): Correctly describe when two
3115         strings are `equal'.  Combine and clarify descriptions of
3116         `assoc-ignore-case' and `assoc-ignore-representation'.
3118         * objects.texi (Non-ASCII in Strings): Clarify description of
3119         when a string is unibyte or multibyte.
3120         (Bool-Vector Type): Update examples.
3121         (Equality Predicates): Correctly describe when two strings are
3122         `equal'.
3124 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3126         * lists.texi (Building Lists): `append' no longer accepts integer
3127         arguments.  Update the description of `number-sequence' to reflect
3128         recent changes.
3129         (Sets And Lists): Describe `member-ignore-case' after `member'.
3131 2003-11-27  Kim F. Storm  <storm@cua.dk>
3133         * commands.texi (Click Events): Click object may be an images.
3134         Describe (dx . dy) element of click positions.
3135         (Accessing Events): Remove duplicate posn-timestamp.
3136         New functions posn-object and posn-object-x-y.
3138 2003-11-23  Kim F. Storm  <storm@cua.dk>
3140         * commands.texi (Click Events): Describe enhancements to event
3141         position lists, including new text-pos and (col . row) items.
3142         Mention left-fringe and right-fringe area events.
3143         (Accessing Events): New functions posn-area and
3144         posn-actual-col-row.  Mention posn-timestamp.  Mention that
3145         posn-point in non-text area still returns buffer position.
3146         Clarify posn-col-row.
3148 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
3150         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3151         * anti.texi (File Attributes): Describe removed parameter
3152         ID-FORMAT.
3154 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
3156         * positions.texi (Positions): Mention that, if a marker is used as
3157         a position, its buffer is ignored.
3159         * markers.texi (Overview of Markers): Mention it here too.
3161 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
3163         * numbers.texi (Numeric Conversions): Not just `floor', but also
3164         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3166 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
3168         * markers.texi (Creating Markers): Specify insertion type of
3169         created markers.  Add xref to `Marker Insertion Types'.
3170         Second argument to `copy-marker' is optional.
3171         (Marker Insertion Types): Mention that most markers are created
3172         with insertion type nil.
3173         (The Mark): Correctly describe when `mark' signals an error.
3174         (The Region): Correctly describe when `region-beginning' and
3175         `region-end' signal an error.
3177 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
3179         * hash.texi (Creating Hash): Clarify description of `eql'.
3180         `makehash' is obsolete.
3181         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3183         * positions.texi (Point): Change description of `buffer-end', so
3184         that it is also correct for floating point arguments.
3185         (List Motion): Correct argument lists of `beginning-of-defun' and
3186         `end-of-defun'.
3187         (Excursions): Add xref to `Marker Insertion Types'.
3188         (Narrowing): Argument to `narrow-to-page' is optional.
3190 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
3192         * streams.texi (Output Streams): Clarify behavior of point for
3193         marker output streams.
3195 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
3197         * variables.texi (Defining Variables): Second argument to
3198         `defconst' is not optional.
3199         (Setting Variables): Mention optional argument APPEND to
3200         `add-to-list'.
3201         (Creating Buffer-Local): Expand description of
3202         `make-variable-buffer-local'.
3203         (Frame-Local Variables): Expand description of
3204         `make-variable-frame-local'.
3205         (Variable Aliases): Correct description of optional argument
3206         DOCSTRING to `defvaralias'.  Mention return value of
3207         `defvaralias'.
3208         (File Local Variables): Add xref to `File variables' in Emacs
3209         Manual.  Correct description of `hack-local-variables'.  Mention
3210         `safe-local-variable' property.  Mention optional second argument
3211         to `risky-local-variable-p'.
3213 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
3215         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3217 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3219         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3220         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3221         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3222         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3223         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
3224         lispref/processes.texi, lispref/searching.texi,
3225         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3226         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3227         @acronym{FOO}.
3229 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
3231         * strings.texi (Creating Strings): Argument START to `substring'
3232         can not be `nil'.  Expand description of
3233         `substring-no-properties'.  Correct description of `split-string',
3234         especially with respect to empty matches.  Prevent very bad line
3235         break in definition of `split-string-default-separators'.
3236         (Text Comparison): `string=' and `string<' also accept symbols as
3237         arguments.
3238         (String Conversion): More completely describe argument BASE in
3239         `string-to-number'.
3240         (Formatting Strings): `%s' and `%S' in `format' do require
3241         corresponding object.  Clarify behavior of numeric prefix after
3242         `%' in `format'.
3243         (Case Conversion): The argument to `upcase-initials' can be a
3244         character.
3246 2003-10-27  Kenichi Handa  <handa@m17n.org>
3248         * display.texi (Fontsets): Fix texinfo usage.
3250 2003-10-25  Kenichi Handa  <handa@m17n.org>
3252         * display.texi (Fontsets): Add description of the function
3253         set-fontset-font.
3255 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
3257         * display.texi (Temporary Displays): Add xref to `Documentation
3258         Tips'.
3260         * functions.texi (Function Safety): Use inforef instead of pxref
3261         for SES.
3263 2003-10-23  Andreas Schwab  <schwab@suse.de>
3265         * Makefile.in (TEX, texinputdir): Don't define.
3266         (TEXI2DVI): Define.
3267         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3268         add $(srcdir)/index.texi.
3269         ($(infodir)/elisp): Remove index.texi dependency.
3270         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
3271         (index.texi): Remove target.
3272         (dist): Don't link $(srcdir)/permute-index.
3273         (clean): Don't remove index.texi.
3275         * permute-index, index.perm: Remove.
3276         * index.texi: Rename from index.unperm.
3278 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
3280         * tips.texi (Documentation Tips): Document new behavior for face
3281         and variable hyperlinks in Help mode.
3283 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
3285         * objects.texi (Integer Type): Update for extra bit of integer range.
3286         (Character Type): Ditto.
3288 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
3290         * numbers.texi (Integer Basics): Add index entries for reading
3291         numbers in hex, octal, and binary.
3293 2003-10-16  Lute Kamstra  <lute@gnu.org>
3295         * modes.texi (Mode Line Format): Mention force-mode-line-update's
3296         argument.
3298 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
3300         * windows.texi (Choosing Window): Fix typo.
3301         * edebug.texi (Edebug Execution Modes): Fix typo.
3303 2003-10-13  Richard M. Stallman  <rms@gnu.org>
3305         * windows.texi (Basic Windows): A window has fringe settings,
3306         display margins and scroll-bar settings.
3307         (Splitting Windows): Doc split-window return value.
3308         Clean up one-window-p.
3309         (Selecting Windows): Fix typo.
3310         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3311         (Buffers and Windows): In set-window-buffer, explain effect
3312         on fringe settings and scroll bar settings.
3313         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3314         (Choosing Window): Use defopt for pop-up-frame-function.
3315         For special-display-buffer-names, explain same-window and same-frame.
3316         Clarify window-dedicated-p return value.
3317         (Textual Scrolling): scroll-up and scroll-down can get an error.
3318         (Horizontal Scrolling): Clarify auto-hscroll-mode.
3319         Clarify set-window-hscroll.
3320         (Size of Window): Don't mention tool bar in window-height.
3321         (Coordinates and Windows): Explain what coordinates-in-window-p
3322         returns for fringes and display margins.
3323         (Window Configurations): Explain saving fringes, etc.
3325         * tips.texi (Library Headers): Clean up Documentation.
3327         * syntax.texi (Parsing Expressions): Clean up forward-comment
3328         and parse-sexp-lookup-properties.
3330         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3332         * os.texi (System Environment): Clean up text for load-average errors.
3334         * modes.texi (Hooks): Don't explain local hook details at front.
3335         Clarify run-hooks and run-hook-with-args a little.
3336         Clean up add-hook and remove-hook.
3338         * edebug.texi (Edebug Execution Modes): Clarify t.
3339         Document edebug-sit-for-seconds.
3340         (Coverage Testing): Document C-x X = and =.
3341         (Instrumenting Macro Calls): Fix typo.
3342         (Specification List): Don't index the specification keywords.
3344 2003-10-10  Kim F. Storm  <storm@cua.dk>
3346         * processes.texi (Network): Introduce make-network-process.
3348 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3350         * tips.texi (Library Headers): Fix typo.
3352 2003-10-07  Juri Linkov  <juri@jurta.org>
3354         * modes.texi (Imenu): Mention imenu-create-index-function's
3355         default value.  Explain submenus better.
3357 2003-10-07  Lute Kamstra  <lute@gnu.org>
3359         * modes.texi (Faces for Font Lock): Fix typo.
3360         (Hooks): Explain how buffer-local hook variables can refer to
3361         global hook variables.
3362         Various minor clarifications.
3364 2003-10-06  Lute Kamstra  <lute@gnu.org>
3366         * tips.texi (Coding Conventions): Mention naming conventions for
3367         hooks.
3369 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
3371         * loading.texi (Library Search): Correct default value of
3372         load-suffixes.
3373         (Named Features): Fix typo.
3375 2003-10-05  Richard M. Stallman  <rms@gnu.org>
3377         * loading.texi (Named Features): In `provide',
3378         say how to test for subfeatures.
3379         (Unloading): In unload-feature, use new var name
3380         unload-feature-special-hooks.
3382 2003-10-03  Lute Kamstra  <lute@gnu.org>
3384         * modes.texi (Major Mode Conventions): Mention third way to set up
3385         Imenu.
3386         (Imenu): A number of small fixes.
3387         Delete documentation of internal variable imenu--index-alist.
3388         Document the return value format of imenu-create-index-function
3389         functions.
3391 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3393         * processes.texi (Network): Say what stopped datagram connections do.
3395         * lists.texi (Association Lists): Clarify `assq-delete-all'.
3397         * display.texi (Overlay Properties): Clarify `evaporate' property.
3399 2003-09-29  Lute Kamstra  <lute@gnu.org>
3401         * modes.texi (Mode Line Data): Explain when symbols in mode-line
3402         constructs should be marked as risky.
3403         Change cons cell into proper list.
3404         (Mode Line Variables): Change cons cell into proper list.
3406 2003-09-26  Lute Kamstra  <lute@gnu.org>
3408         * modes.texi (Mode Line Data): Document the :propertize construct.
3409         (Mode Line Variables): Reorder the descriptions of the variables
3410         to match their order in the default mode-line-format.
3411         Describe the new variables mode-line-position and mode-line-modes.
3412         Update the default values of mode-line-frame-identification,
3413         minor-mode-alist, and default-mode-line-format.
3414         (Properties in Mode): Mention the :propertize construct.
3416 2003-09-26  Richard M. Stallman  <rms@gnu.org>
3418         * buffers.texi, commands.texi, debugging.texi, eval.texi:
3419         * loading.texi, minibuf.texi, text.texi, variables.texi:
3420         Avoid @strong{Note:}.
3422 2003-09-26  Richard M. Stallman  <rms@gnu.org>
3424         * keymaps.texi (Remapping Commands): Fix typo.
3426 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
3428         * processes.texi (Low-Level Network): Fix typo.
3430 2003-09-23  Kim F. Storm  <storm@cua.dk>
3432         * processes.texi (Network, Network Servers): Fix typos.
3433         (Low-Level Network): Add timeout value for :server keyword.
3434         Add new option keywords to make-network-process.
3435         Add set-network-process-options.
3436         Explain how to test availability of network options.
3438 2003-09-19  Richard M. Stallman  <rms@gnu.org>
3440         * text.texi (Motion by Indent): Arg to
3441         backward-to-indentation and forward-to-indentation is optional.
3443         * strings.texi (Creating Strings): Add substring-no-properties.
3445         * processes.texi
3446         (Process Information): Add list-processes arg QUERY-ONLY.
3447         Delete process-contact from here.
3448         Add new status values for process-status.
3449         Add process-get, process-put, process-plist, set-process-plist.
3450         (Synchronous Processes): Add call-process-shell-command.
3451         (Signals to Processes): signal-process allows process objects.
3452         (Network): Complete rewrite.
3453         (Network Servers, Datagrams, Low-Level Network): New nodes.
3455         * positions.texi (Word Motion): forward-word, backward-word
3456         arg is optional.  Reword.
3458         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3460         * variables.texi (Creating Buffer-Local):
3461         Delete duplicate definition of buffer-local-value.
3462         (File Local Variables): Explain about discarding text props.
3464 2003-09-11  Richard M. Stallman  <rms@gnu.org>
3466         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3467         changes variables that record input events.
3468         (Minibuffer Misc): Add minibuffer-selected-window.
3470         * lists.texi (Building Lists): Add copy-tree.
3472         * display.texi (Fontsets): Add char-displayable-p.
3473         (Scroll Bars): New node.
3475 2003-09-08  Lute Kamstra  <lute@gnu.org>
3477         * modes.texi (%-Constructs): Document new `%i' and `%I'
3478         constructs.
3480 2003-09-03  Peter Runestig  <peter@runestig.com>
3482         * makefile.w32-in: New file.
3484 2003-08-29  Richard M. Stallman  <rms@gnu.org>
3486         * display.texi (Overlay Properties): Clarify how priorities
3487         affect use of the properties.
3489 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
3491         * customize.texi (Type Keywords): Correct the description of
3492         `:help-echo' in the case where `motion-doc' is a function.
3494 2003-08-14  John Paul Wallington  <jpw@gnu.org>
3496         * modes.texi (Emulating Mode Line): Subsection, not section.
3498 2003-08-13  Richard M. Stallman  <rms@gnu.org>
3500         * elisp.texi (Top): Update subnode lists in menu.
3502         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3503         (Kill Functions): kill-region has new arg yank-handler.
3504         (Yanking): New node.
3505         (Yank Commands): Add yank-undo-function.
3506         (Low-Level Kill Ring):
3507         kill-new and kill-append have new arg yank-handler.
3508         (Changing Properties): Add remove-list-of-text-properties.
3509         (Atomic Changes): New node.
3511         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3513         * streams.texi (Output Variables): Add eval-expression-print-length
3514         and eval-expression-print-level.
3516         * os.texi (Time Conversion): For encode-time, explain limits on year.
3518         * objects.texi (Character Type): Define anchor "modifier bits".
3520         * modes.texi (Emulating Mode Line): New node.
3521         (Search-based Fontification): Font Lock uses font-lock-face property.
3522         (Other Font Lock Variables): Likewise.
3524         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3525         not vectors.
3526         (Active Keymaps): Add emulation-mode-map-alists.
3527         (Functions for Key Lookup): key-binding has new arg no-remap.
3528         (Remapping Commands): New node.
3529         (Scanning Keymaps): where-is-internal has new arg no-remap.
3530         (Tool Bar): Add tool-bar-local-item-from-menu.
3531         Clarify when to use tool-bar-add-item-from-menu.
3533         * commands.texi (Interactive Call): commandp has new arg.
3534         (Command Loop Info): Add this-original-command.
3536 2003-08-06  John Paul Wallington  <jpw@gnu.org>
3538         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3540         * display.texi (Warning Basics): Fix typo.
3541         (Fringes): Add closing curly bracket and fix typo.
3543         * elisp.texi (Top): Fix typo.
3545 2003-08-05  Richard M. Stallman  <rms@gnu.org>
3547         * elisp.texi: Update lists of subnodes.
3549         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3551         * variables.texi (Local Variables): Use lc for example variable names.
3553         * tips.texi (Library Headers): Explain where to put -*-.
3555         * strings.texi (Creating Strings): Fix xref for vconcat.
3557         * sequences.texi (Vector Functions):
3558         vconcat no longer allows integer args.
3560         * minibuf.texi (Reading File Names): read-file-name has new
3561         arg PREDICATE.  New function read-directory-name.
3563         * macros.texi (Defining Macros): Give definition of `declare'
3564         (Indenting Macros): New node.
3566         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3567         (Window Frame Parameters): Make separate table of parameters
3568         that are coupled with specific face attributes.
3569         (Deleting Frames): delete-frame-hooks renamed to
3570         delete-frame-functions.
3572         * files.texi (Magic File Names): Add file-remote-p.
3573         Clarify file-local-copy.
3575         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3576         here; instead xref Defining Macros.
3578         * display.texi (Warnings): New node, and subnodes.
3579         (Fringes): New node.
3581         * debugging.texi (Test Coverage): New node.
3583         * compile.texi (Compiler Errors): Explain with-no-warnings
3584         and other ways to suppress warnings.
3586         * commands.texi (Interactive Call): Minor clarification.
3588         * buffers.texi (Buffer File Name): set-visited-file-name
3589         renames the buffer too.
3591         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3593 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
3595         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3597 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
3599         * internals.texi (Garbage Collection): Fix previous change.
3601 2003-07-22  Richard M. Stallman  <rms@gnu.org>
3603         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3605         * display.texi (Width): Use \s syntax in example.
3606         (Font Selection): Add face-font-rescale-alist.
3608         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3609         Remove spurious indent in example.
3611         * lists.texi (Building Lists): Add number-sequence.
3613         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3615         * functions.texi (Function Documentation): Explain how to
3616         show calling convention explicitly in the doc string.
3618         * windows.texi (Selecting Windows): save-selected-window saves
3619         selected window of each frame.
3620         (Window Configurations): Minor change.
3622         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3624         * streams.texi (Output Variables): Add print-continuous-numbering
3625         and print-number-table.
3627         * processes.texi (Decoding Output): New node.
3629         * os.texi (Time Conversion): decode-time arg is optional.
3631         * objects.texi (Character Type): Don't use space as example for \.
3632         Make list of char names and \-sequences correspond.
3633         Explain that \s is not used in strings.  `\ ' needs space after.
3635         * nonascii.texi (Converting Representations): Add string-to-multibyte.
3636         (Translation of Characters): Add translation-table-for-input.
3637         (Default Coding Systems): Add auto-coding-functions.
3638         (Explicit Encoding): Add decode-coding-inserted-region.
3639         (Locales): Add locale-info.
3641         * minibuf.texi (Basic Completion): Describe test-completion.
3642         Collections can be lists of strings.
3643         Clean up lazy-completion-table.
3644         (Programmed Completion): Mention test-completion.
3645         Clarify why lambda expressions are not accepted.
3646         (Minibuffer Misc): Describe minibufferp.
3648 2003-07-14  Richard M. Stallman  <rms@gnu.org>
3650         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3652         * windows.texi (Selecting Windows): New arg to select-window.
3653         (Selecting Windows): Add with-selected-window.
3654         (Size of Window): Add window-inside-edges, etc.
3656         * internals.texi (Garbage Collection): Add post-gc-hook.
3658         * processes.texi (Subprocess Creation): Add exec-suffixes.
3660         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3661         (Scanning Keymaps): Add map-keymaps.
3662         (Defining Menus): Add keymap-prompt.
3664         * numbers.texi (Integer Basics): Add most-positive-fixnum,
3665         most-negative-fixnum.
3667         * compile.texi (Byte Compilation): Explain no-byte-compile
3668         (Compiler Errors): New node.
3670         * os.texi (User Identification): user-uid, user-real-uid
3671         can return float.
3673         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3674         and about derived modes.
3675         (Minor Modes): Add minor-mode-list.
3676         (Defining Minor Modes): Keyword args for define-minor-mode.
3677         (Search-based Fontification): Explain managing other properties.
3678         (Other Font Lock Variables): Add font-lock-extra-managed-props.
3679         (Faces for Font Lock): Add font-locl-preprocessor-face.
3680         (Hooks): Add run-mode-hooks and delay-mode-hooks.
3682         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
3683         (Variable Aliases): Clarify defvaralias.
3685         * loading.texi (Library Search): Add load-suffixes.
3687         * minibuf.texi (Basic Completion): Add lazy-completion-table.
3688         (Programmed Completion): Add dynamic-completion-table.
3690         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3691         (Magic File Names): Specify precedence order of handlers.
3693         * commands.texi (Command Overview): Emacs server runs pre-command-hook
3694         and post-command-hook.
3695         (Waiting): New calling convention for sit-for.
3697         * text.texi (Special Properties): local-map and keymap properties
3698         apply based on their stickiness.
3700 2003-07-07  Richard M. Stallman  <rms@gnu.org>
3702         * modes.texi (Minor Mode Conventions): Specify only some kinds
3703         of list values as args to minor modes.
3705         * files.texi (File Name Expansion): Warn about iterative use
3706         of substitute-in-file-name.
3708         * advice.texi (Activation of Advice): Clean up previous change.
3710 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
3712         * advice.texi (Activation of Advice): Note that ad-start-advice is
3713         turned on by default.
3715 2003-06-30  Richard M. Stallman  <rms@gnu.org>
3717         * text.texi (Buffer Contents): Document current-word.
3718         (Change Hooks): Not called for *Messages*.
3720         * functions.texi (Defining Functions): Explain about redefining
3721         primitives.
3722         (Function Safety): Renamed.  Minor changes.
3723         Comment out the detailed criteria for what is safe.
3725 2003-06-22  Andreas Schwab  <schwab@suse.de>
3727         * objects.texi (Symbol Type): Fix description of examples.
3729 2003-06-16  Andreas Schwab  <schwab@suse.de>
3731         * hash.texi (Creating Hash): Fix description of :weakness.
3733 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3735         * files.texi (Changing Files): copy-file copies file modes, too.
3737 2003-05-28  Richard M. Stallman  <rms@gnu.org>
3739         * strings.texi (Creating Strings): Clarify split-string.
3741 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
3743         * strings.texi (Creating Strings): Update split-string specification
3744         and examples.
3746 2003-05-19  Richard M. Stallman  <rms@gnu.org>
3748         * elisp.texi: Correct invariant section names.
3750 2003-04-20  Richard M. Stallman  <rms@gnu.org>
3752         * os.texi (Timers): Explain about timers and quitting.
3754 2003-04-19  Richard M. Stallman  <rms@gnu.org>
3756         * internals.texi (Writing Emacs Primitives): Strings are
3757         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
3758         Explain GCPRO convention for varargs function args.
3760 2003-04-16  Richard M. Stallman  <rms@gnu.org>
3762         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3764 2003-04-08  Richard M. Stallman  <rms@gnu.org>
3766         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3768 2003-02-13  Kim F. Storm  <storm@cua.dk>
3770         * objects.texi (Character Type): New \s escape for space.
3772 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3774         * os.texi (System Environment): Added cygwin system-type.
3776 2003-01-25  Richard M. Stallman  <rms@gnu.org>
3778         * keymaps.texi: Document that a symbol can act as a keymap.
3780 2003-01-13  Richard M. Stallman  <rms@gnu.org>
3782         * text.texi (Changing Properties): Say string indices are origin-0.
3784         * positions.texi (Screen Lines) <compute-motion>:
3785         Correct order of elts in return value.
3787         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3788         how to define a default binding.
3790 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
3792         * loading.texi (Unloading): Fix recent change for load-history.
3794         * customize.texi (Simple Types): Clarify description of custom
3795         type 'number. Describe new custom type 'float.
3797 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
3799         * variables.texi (File Local Variables): Fix typo.
3801 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3803         From Michael Albinus <Michael.Albinus@alcatel.de>.
3805         * README: Target for Info file is `make info'.
3807         * files.texi (File Name Components): Fixed typos in
3808         `file-name-sans-extension'.
3809         (Magic File Names): Complete list of operations for magic file
3810         name handlers.
3812 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
3814         * variables.texi (File Local Variables): New function
3815         risky-local-variable-p.
3817 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
3819         * functions.texi (Function safety): New node about unsafep.
3821 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3823         * customize.texi (Splicing into Lists): Fixed example.
3824         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3826 2002-06-17  Juanma Barranquero  <lektu@terra.es>
3828         * frames.texi (Display Feature Testing): Fix typo.
3830 2002-06-12  Andreas Schwab  <schwab@suse.de>
3832         * frames.texi (Initial Parameters, Resources): Fix references to
3833         the Emacs manual.
3835 2002-05-13  Kim F. Storm  <storm@cua.dk>
3837         * variables.texi (Intro to Buffer-Local): Updated warning and
3838         example relating to changing buffer inside let.
3840 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3842         * os.texi (Session Management): New node about X Session management.
3844 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
3846         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
3847         to which the manual corresponds, and the copyright years.
3849         * Makefile.in (VERSION): Set to 2.9.
3851 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
3853         * elisp.texi: Change the category in @dircategory to "Emacs", to
3854         make it consistent with info/dir.
3856 2001-11-25  Miles Bader  <miles@gnu.org>
3858         * text.texi (Fields): Describe new `limit' arg in
3859         field-beginning/field-end.
3861 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3863         * permute-index: Don't depend on csh-specific features.  Replace
3864         the interpreter name with /bin/sh.
3866         * two-volume-cross-refs.txt: New file.
3867         * two.el: New file.
3868         * spellfile: New file.
3870 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
3872         * permute-index: New file.
3874         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3875         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3876         8+3 restricted namespace.
3878         * Makefile.in (infodir): Define relative to $(srcdir).
3879         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3880         include directories list via -I switch to makeinfo.
3881         (index.texi): Use cp if both hard and symbolic links fail.
3883 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
3885         * Makefile.in (distclean): Add.
3887         The following changes make ELisp manual part of the Emacs
3888         distribution:
3890         * Makefile.in: Add Copyright notice.
3891         (prefix): Remove.
3892         (infodir): Change value to "../info".
3893         (VPATH): New variable.
3894         (MAKE): Don't define.
3895         (texmacrodir): Don't define.
3896         (texinputdir): Append the existing value of TEXINPUTS.
3897         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
3898         command to be compatible with man/Makefile.in, and to put the
3899         output into ../info.
3900         (info): Add target.
3901         (installall): Target removed.
3903 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3905         * tips.texi (Coding Conventions): Fix typo.
3907 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3909         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3911 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
3913         * files.texi (File Name Components): Update the description of
3914         file-name-sans-extension and file-name-extension, as they now
3915         ignore leading dots.
3917 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
3919         * (Version 21.1 released.)
3921 2001-10-19  Miles Bader  <miles@gnu.org>
3923         * positions.texi (Text Lines): Describe behavior of
3924         `beginning-of-line'/`end-of-line' in the presence of field properties.
3926 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
3928         * Makefile.in (VERSION): Set to 2.8.
3929         (manual): Use `manual-21'.
3931         * elisp.texi (VERSION): Add and use it where the version
3932         number was used.  Set it to 2.8.
3934         * intro.texi: Likewise.
3936 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
3938         * files.texi (File Name Completion): Document the significance of
3939         a trailing slash in elements of completion-ignored-extensions.
3941 2001-10-06  Miles Bader  <miles@gnu.org>
3943         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3945 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
3947         * variables.texi (Variable Aliases): New node.
3949 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
3951         * Branch for 21.1.
3953 2001-10-02  Miles Bader  <miles@gnu.org>
3955         * minibuf.texi (Minibuffer Misc): Add entries for
3956         `minibuffer-contents', `minibuffer-contents-no-properties', and
3957         `delete-minibuffer-contents'.
3958         Correct description for `minibuffer-prompt-end'.
3960         * text.texi (Property Search): Correct descriptions of
3961         `next-char-property-change' and `previous-char-property-change'.
3962         Add entries for `next-single-char-property-change' and
3963         `previous-single-char-property-change'.
3964         Make operand names a bit more consistent.
3966 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
3968         * frames.texi (Finding All Frames): Document that next-frame and
3969         previous-frame are local to current terminal.
3971 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
3973         * keymaps.texi (Creating Keymaps): Fix the description of the
3974         result of make-keymap.
3976 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
3978         * display.texi (Font Lookup, Attribute Functions)
3979         (Image Descriptors): Add cross-references to the definition of
3980         selected frame.
3982         * buffers.texi (The Buffer List): Add cross-references to the
3983         definition of selected frame.
3985         * frames.texi (Input Focus): Clarify which frame is _the_ selected
3986         frame at any given time.
3987         (Multiple Displays, Size and Position): Add a cross-reference to
3988         the definition of the selected frame.
3990 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
3992         * strings.texi (String Conversion) <string-to-number>: Document
3993         that a float is returned for integers that are too large.
3995         * frames.texi (Mouse Position): Document mouse-position-function.
3996         (Display Feature Testing): Document display-images-p.
3997         (Window Frame Parameters): Document the cursor-type variable.
3999         * numbers.texi (Integer Basics): Document CL style read syntax for
4000         integers in bases other than 10.
4002         * positions.texi (List Motion): Document
4003         open-paren-in-column-0-is-defun-start.
4005         * lists.texi (Sets And Lists): Document member-ignore-case.
4007         * internals.texi (Garbage Collection): Document the used and free
4008         strings report.
4009         (Memory Usage): Document strings-consed.
4011         * os.texi (Time of Day): Document float-time.
4012         (Recording Input): Document that clear-this-command-keys clears
4013         the vector to be returned by recent-keys.
4015         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4016         argument keymap can be a list.
4018         * nonascii.texi (User-Chosen Coding Systems)
4019         <select-safe-coding-system>: Document the new argument
4020         accept-default-p and the variable
4021         select-safe-coding-system-accept-default-p.  Tell what happens if
4022         buffer-file-coding-system is undecided.
4023         (Default Coding Systems): Document auto-coding-regexp-alist.
4025         * display.texi (The Echo Area) <message>: Document
4026         message-truncate-lines.
4027         (Glyphs): Document that the glyph table is unused on windowed
4028         displays.
4030         * help.texi (Describing Characters) <single-key-description>:
4031         Document the new argument no-angles.
4032         (Accessing Documentation) <documentation-property>: Document that
4033         a non-string property is evaluated.
4034         <documentation>: Document that the function-documentation property
4035         is looked for.
4037         * windows.texi (Selecting Windows): Document some-window.
4039         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4041         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4042         apropos-mode-hook.
4044         * commands.texi (Using Interactive): Document interactive-form.
4045         (Keyboard Macros): Document kbd-macro-termination-hook.
4046         (Command Loop Info): Document that clear-this-command-keys clears
4047         the vector to be returned by recent-keys.
4049 2001-09-04  Werner LEMBERG  <wl@gnu.org>
4051         * Makefile.in (srcdir, texinputdir): New variables.
4052         (srcs, index.texi, install): Use $(srcdir).
4053         (.PHONY): Remove elisp.dvi.
4054         (elisp): Use -I switch for makeinfo.
4055         (elisp.dvi): Use $(srcdir) and $(texinputdir).
4056         (installall, dist): Use $(srcdir).
4057         Fix path to texinfo.tex.
4058         (maintainer-clean): Add elisp.dvi and elisp.oaux.
4060 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
4062         * display.texi (Conditional Display): Adjust to API change.
4064         * configure: New file.
4066 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
4068         * commands.texi (Repeat Events): Add description of
4069         double-click-fuzz.
4071 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
4073         * syntax.texi (Syntax Class Table): Add the missing designator for
4074         comment and string fences.
4075         (Syntax Properties): Add a xref to syntax table internals.
4076         (Syntax Table Internals): Document string-to-syntax.
4078 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
4080         * Makefile.in (install): Use install-info command line options
4081         like in Emacs' Makefile.in.
4083 2000-12-09  Miles Bader  <miles@gnu.org>
4085         * windows.texi (Window Start): Update documentation for
4086         `pos-visible-in-window-p'.
4088 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4090         * lists.texi (Building Lists): Add footnote to explain how to add
4091         to the end of a list.
4093 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4095         * files.texi (Visiting Functions): Typos.
4097 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
4099         * files.texi (Visiting Functions): Return value of
4100         find-file-noselect may be a list of buffers if wildcards are used.
4102 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
4104         * display.texi (Defining Faces): Document `graphic' display type
4105         in face specs.
4107 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4109         * hooks.texi (Standard Hooks): Replace obsolete
4110         `after-make-frame-hook' with `after-make-frame-functions'.
4112         * frames.texi (Creating Frames): Ditto.
4114         * variables.texi (Future Local Variables): Ditto.
4116 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4118         * display.texi (Other Image Types): Add description of :foreground
4119         and :background properties of mono PBM images.
4121 2000-08-17  Werner LEMBERG  <wl@gnu.org>
4123         * .cvsignore: New file.
4125 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
4127         * tindex.pl: New script.
4129 1999-12-03  Dave Love  <fx@gnu.org>
4131         * Makefile.in (MAKEINFO): New parameter.
4133 1999-09-17  Richard Stallman  <rms@gnu.org>
4135         * Makefile.in (srcs): Add hash.texi.
4136         (VERSION): Update to 20.6.
4138 1999-09-13  Richard Stallman  <rms@gnu.org>
4140         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4142 1998-08-29  Karl Heuer  <kwzh@gnu.org>
4144         * configure.in: New file.
4145         * Makefile.in: Renamed from Makefile.
4146         (prefix, infodir): Use value obtained from configure.
4147         (emacslibdir): Obsolete variable deleted.
4148         (dist): Distribute configure.in, configure, Makefile.in.
4150 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
4152         * Makefile (INSTALL_INFO): New variable.
4153         (install): Run install-info.
4155 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
4157         * Makefile (elisp.dvi): Add missing backslash.
4159 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
4161         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4162         Run texindex without `./'.  Always run texindex on elisp.tp.
4163         (elisp.tps): Target deleted.
4165 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
4167         * Makefile (srcs): Add nonascii.texi and customize.texi.
4168         (dist): Start by deleting `temp'.
4170 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
4172         * Makefile (makeinfo, texindex): Targets deleted.
4173         (makeinfo.o, texindex.o): Targets deleted.
4174         (clean, dist): Don't do anything with them or with getopt*.
4176 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
4178         * Makefile (SHELL): Defined.
4180 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
4182         * Makefile (elisp.tps): New target.
4183         (elisp.dvi): Depend on elisp.tps.
4185 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4187         * README: Update phone number.
4189         * Makefile (elisp): Make this be the default target.
4190         Depend on makeinfo.c instead of makeinfo.
4191         (install): Don't depend on elisp.dvi, since we don't install that.
4192         Use mkinstalldirs.
4193         (dist): Add mkinstalldirs.
4195 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4197         * Makefile (VERSION): Update version number.
4198         (maintainer-clean): Renamed from realclean.
4200 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
4202         * Makefile (realclean): New target.
4203         (elisp): Remove any old elisp-* files first.
4205 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
4207         * Makefile (VERSION): New variable.
4208         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4209         Compressed file suffix should be `.gz', not `.z'.
4211 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4213         * Makefile (elisp): Depend on makeinfo.
4215 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
4217         * Makefile (srcs): Add anti.texi.
4219 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4221         * Makefile (infodir, prefix): New vars.
4222         (install): Use infodir.
4223         (emacsinfodir): Deleted.
4225 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4227         * Makefile (srcs): Add calendar.texi.
4229         * Makefile (dist): Copy texindex.c and makeinfo.c.
4230         Limit elisp-* files to those with one or two digits.
4232 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4234         * Makefile (dist): Changed to use Gzip instead of compress.
4236 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4238         * loading.texi (Unloading): define-function changed back to
4239         defalias.  It may not stay this way, but at least it's
4240         consistent with the known-good version of the code patch.
4242 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4244         * modes.texi (Hooks): Document new optional arg of add-hook.
4246 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4248         * variables.texi: Document nil initial value of buffer-local variables.
4250         * tips.texi: Add new section on standard library headers.
4252 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4254         * Makefile (srcs): Add frame.texi to the list of sources.
4256 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4258         * Makefile (dist): Don't bother excluding autosave files; they'll
4259         never make it into the temp directory anyway, and the hash marks
4260         in the name are problematic for make and the Bourne shell.
4261         (srcs):
4263 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4265         * Makefile (dist): Don't include backup files or autosave files in
4266         the distribution tar file.
4268 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4270         * Makefile (srcs): Added index.perm.
4271         (elisp.dvi): Remove erroneous shell comment.
4272         Expect output of permute-index in permuted.fns.
4273         Save old elisp.aux in elisp.oaux.
4274         (clean): Added index.texi to be deleted.
4276 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4278         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4280 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
4282         * files.texi:  Noted that completion-ignored-extensions is ignored
4283         when making *Completions*.
4285 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4287         * Makefile  make dist now depends on elisp.dvi, since it tries
4288         to include it in the dist file.
4290 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
4292         * functions.texinfo (Mapping Functions): Add missing quote
4294 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4296         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4297         (defunargs): Turn off \hyphenchar of \sl font temporarily.
4299 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4301         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4302         and @error{} are the terms now being used.  The files in the
4303         directory have been changed to reflect this.
4305         * All instances of @indentedresultt{} have been changed to
4306         `     @result{}', using 5 spaces at the begining of the line.
4308 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4310         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4311         experimental @indentedresult{}, @indentedexpandsto{} are part of
4312         the texinfo.tex in this directory.  These TeX macros are not
4313         stable yet.
4315 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4317         * texinfo.tex:  temporarily added
4318                 \let\result=\dblarrow
4319                 \def\error{{\it ERROR} \longdblarrow}
4320         We need to do this better soon.
4322 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
4324         * Applied Karl Berry's patches to *.texinfo files, but not to
4325         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4326         new title page format is also not applied, since it requires
4327         texinfo.tex changes.)
4329         * Cleaned up `Makefile' and defined the `emacslibdir' directory
4330         for the Project GNU development environment.
4332 ;; Local Variables:
4333 ;; coding: iso-2022-7bit
4334 ;; End:
4336     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4337       2005, 2006 Free Software Foundation, Inc.
4338   Copying and distribution of this file, with or without modification,
4339   are permitted provided the copyright notice and this notice are preserved.
4341 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda