*** empty log message ***
[emacs.git] / lispref / ChangeLog
blob65202b371aed5d0e394f4e4bb218164929f83428
1 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3         * buffers.texi (Modification Time): `visited-file-modtime' now
4         returns a list of two integers, instead of a cons.
6 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8         * windows.texi: Various changes in addition to:
9         (Splitting Windows): Add `split-window-keep-point'.
11 2004-07-09  Richard M. Stallman  <rms@gnu.org>
13         * frames.texi (Input Focus): Minor fix.
15 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17         * frames.texi (Input Focus): Clarify descriptions of
18         `select-frame-set-input-focus' and `select-frame'.
20 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
22         * os.texi: Various small changes in addition to:
23         (Killing Emacs): Expand and clarify description of
24         `kill-emacs-query-functions' and `kill-emacs-hook'.
25         (System Environment): Expand and clarify description of `getenv'
26         and `setenv'.
27         (Timers): Clarify description of `run-at-time'.
28         (Translating Input): Correct description of
29         `extra-keyboard-modifiers'.
30         (Flow Control): Correct description of `enable-flow-control'.
32 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
34         * os.texi: Update copyright.
35         (Session Management): Grammar fix.
36         Clarify which Emacs does the restarting.
37         Use @samp for *scratch* buffer.
39 2004-07-04  Alan Mackenzie  <acm@muc.de>
41         * frames.texi (Input Focus): Add documentation for
42         `select-frame-set-input-focus'.  Replace refs to non-existent
43         `switch-frame' with `select-frame'.  Minor corrections and tidying
44         up of text-only terminal stuff.
46 2004-07-02  Richard M. Stallman  <rms@gnu.org>
48         * files.texi (Saving Buffers): Cleanup write-contents-function.
49         (Magic File Names): Cleanup file-remote-p.
51 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
53         * files.texi (Magic File Names): `file-remote-p' returns an
54         identifier of the remote system, not just t.
56 2004-07-02  David Kastrup  <dak@gnu.org>
58         * searching.texi (Entire Match Data): Add explanation about new
59         match-data behavior when @var{integers} is non-nil.
61 2004-06-24  Richard M. Stallman  <rms@gnu.org>
63         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
65         * customize.texi (Variable Definitions): Note about doc strings
66         and :set.
68         * keymaps.texi (Keymap Terminology): Document `kbd'.
69         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
71         * display.texi (Invisible Text): Setting buffer-invisibility-spec
72         makes it buffer-local.
74         * files.texi (Saving Buffers): Correct previous change.
76         * commands.texi (Accessing Events):
77         Clarify posn-col-row and posn-actual-col-row.
79 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
81         * commands.texi (Accessing Events): New functions
82         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
84 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
86         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
87         * frames.texi, buffers.texi, backups.texi, variables.texi:
88         * loading.texi, eval.texi, functions.texi, control.texi:
89         * symbols.texi, minibuf.texi: Reposition @anchor's.
91         * help.texi: Various small changes in addition to the following.
92         (Describing Characters): Describe PREFIX argument to
93         `key-description'.  Correct and clarify definition of
94         `text-char-description'.  Describe NEED-VECTOR argument to
95         `read-kbd-macro'.
96         (Help Functions): Clarify definition of `apropos'.
98 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
100         * files.texi (Saving Buffers): Correct description of
101         `write-contents-functions'.
103 2004-06-21  Juanma Barranquero  <lektu@terra.es>
105         * display.texi (Images): Remove redundant @vindex directives.
106         Rewrite `image-library-alist' doc in active voice.
108 2004-06-14  Juanma Barranquero  <lektu@terra.es>
110         * display.texi (Images): Document new delayed library loading,
111         variable `image-library-alist' and (existing but undocumented)
112         function `image-type-available-p'.
114 2004-06-05  Richard M. Stallman  <rms@gnu.org>
116         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
117         refer the user to the Initial Input node.
118         (Text from Minibuffer): Likewise.
119         (Initial Input): New node.  Document this feature
120         and say it is mostly deprecated.
122 2004-05-30  Richard M. Stallman  <rms@gnu.org>
124         * loading.texi (Named Features): Clarify return value
125         and meaning of NOERROR.
127         * variables.texi (File Local Variables): Minor cleanup.
129 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
131         * files.texi (Magic File Names): Add `file-remote-p' as operation
132         of file name handlers.
134 2004-05-29  Richard M. Stallman  <rms@gnu.org>
136         * modes.texi (Minor Mode Conventions): (-) has no special meaning
137         as arg to a minor mode command.
139 2004-05-22  Richard M. Stallman  <rms@gnu.org>
141         * syntax.texi (Syntax Class Table): Word syntax not just for English.
143         * streams.texi (Output Variables): Doc float-output-format.
145         * searching.texi (Regexp Special): Nested repetition can be infloop.
147         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
148         real stack overflow.
150         * compile.texi: Minor cleanups.
152 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
154         * lists.texi (Cons Cells): Explain dotted lists, true lists,
155         circular lists.
156         (List Elements): Explain handling of circular and dotted lists.
158 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
160         * modes.texi (Search-based Fontification): Fix typo.
162 2004-05-10  Juanma Barranquero  <lektu@terra.es>
164         * modes.texi (Mode Line Variables): Fix description of
165         global-mode-string, which is now after which-func-mode, not the
166         buffer name.
168 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
170         * modes.texi (Desktop Save Mode): Add.
171         (Modes): Add menu entry Desktop Save Mode.
173         * hooks.texi: Add desktop-after-read-hook,
174         desktop-no-desktop-file-hook and desktop-save-hook.
176         * locals.texi: Add desktop-save-buffer.
178 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
180         * display.texi: emacs -> Emacs.
182 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
184         * files.texi (Changing Files): Document set-file-times.
186 2004-04-23  Juanma Barranquero  <lektu@terra.es>
188         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
190 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
192         * tips.texi (Coding Conventions): defopt -> defcustom.
194 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
196         * sequences.texi: Various clarifications.
198 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
200         * buffers.texi (Read Only Buffers): Mention optional ARG to
201         `toggle-read-only'.
203 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
205         * windows.texi (Selecting Windows): Note that get-lru-window
206         returns a full-width window if possible.
208 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
210         * buffers.texi: Various changes in addition to:
211         (Buffer File Name): Add `find-buffer-visiting'.
212         (Buffer Modification): Mention optional ARG to `not-modified'.
213         (Indirect Buffers): Mention optional CLONE argument to
214         `make-indirect-buffer'.
216         * files.texi: Various changes in addition to:
217         (Visiting Functions): `find-file-hook' is now a normal hook.
218         (File Name Expansion): Explain difference between the way that
219         `expand-file-name' and `file-truename' treat `..'.
220         (Contents of Directories): Mention optional ID-FORMAT argument to
221         `directory-files-and-attributes'.
222         (Format Conversion): Mention new optional CONFIRM argument to
223         `format-write-file'.
225 2004-04-12  Miles Bader  <miles@gnu.org>
227         * macros.texi (Expansion): Add description of `macroexpand-all'.
229 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
231         * variables.texi (Variable Aliases): Mention
232         cyclic-variable-indirection.
234         * errors.texi (Standard Errors): Ditto.
236 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
238         * backups.texi:  Various small changes in addition to:
239         (Making Backups): Mention return value of `backup-buffer'.
240         (Auto-Saving): Mention optional FORCE argument to
241         `delete-auto-save-file-if-necessary'.
242         (Reverting): Mention optional PRESERVE-MODES argument to
243         `revert-buffer'.  Correct description of `revert-buffer-function'.
245 2004-03-22  Juri Linkov  <juri@jurta.org>
247         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
248         with `Vector Functions'.
250         * text.texi (Sorting): Add missing quote.
252 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
254         * intro.texi (Lisp History): Replace xref to `cl' manual with
255         inforef.
257 2004-03-12  Richard M. Stallman  <rms@gnu.org>
259         * intro.texi (Version Info): Add arg to emacs-version.
260         (Lisp History): Change xref to CL manual.
262 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
264         * minibuf.texi (Completion Commands): Add xref to Emacs manual
265         for Partial Completion mode.
267 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
269         * customize.texi: Fix typo. Remove eol whitespace.
271 2004-03-04  Richard M. Stallman  <rms@gnu.org>
273         * processes.texi: Fix typos.
275         * lists.texi (Building Lists): Minor clarification.
277         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
278         in make-hash-table.
280 2004-02-29  Juanma Barranquero  <lektu@terra.es>
282         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
283         rm, and ignore exit code.
285 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
287         * display.texi (Defining Faces): Add description for min-colors.
288         Update example.
290 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
292         * abbrevs.texi: Various corrections and clarifications in addition
293         to the following:
294         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
296 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
298         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
300 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
302         * text.texi: Various small changes in addition to the following:
303         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
304         to delete-horizontal-space.
305         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
306         description of yank-handler text property at various places.
308         * frames.texi (Window System Selections): Add anchor.
310         * syntax.texi (Syntax Table Functions): Clarify and correct
311         descriptions of make-syntax-table and copy-syntax-table.
312         (Motion and Syntax): Clarify SYNTAXES argument to
313         skip-syntax-forward.
314         (Parsing Expressions): Mention that the return value of
315         parse-partial-sexp is currently a list of ten rather than nine
316         elements.
317         (Categories): Various corrections and clarifications.
319 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
321         * markers.texi (Marker Insertion Types): Minor change.
323         * locals.texi (Standard Buffer-Local Variables):
324         * commands.texi (Interactive Codes, Using Interactive):
325         * functions.texi (Related Topics): Fix xrefs.
327 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
329         * lists.texi (Sets And Lists): Update description of delete-dups.
331 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
333         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
335 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
337         * frames.texi (Parameter Access): frame-parameters arg is optional.
338         modify-frame-parameters handles nil for FRAME.
339         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
340         are all-or-nothing for certain toolkits.
341         Mention parameter wait-for-wm.
342         (Frames and Windows): In frame-first-window and frame-selected-window
343         the arg is optional.
344         (Input Focus): In redirect-frame-focus the second arg is optional.
345         (Window System Selections): Mention selection type CLIPBOARD.
346         Mention data-type UTF8_STRING.
347         Mention numbering of cut buffers.
348         (Resources): Describe x-resource-name.
350 2004-02-16  Richard M. Stallman  <rms@gnu.org>
352         * windows.texi (Buffers and Windows): Delete false table
353         about all-frames.
355         * syntax.texi (Parsing Expressions): Delete old caveat
356         about parse-sexp-ignore-comments.
358         * streams.texi (Output Variables): Add print-quoted.
360         * lists.texi (Building Lists): Minor cleanup.
362         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
364         * display.texi (Overlays): Explain overlays use markers.
365         (Managing Overlays): Explain front-advance and rear-advance
366         in more detail.
368         * loading.texi (Unloading): Document unload-feature-special-hooks.
369         Get rid of fns-NNN.el file.
371 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
373         * help.texi (Describing Characters): Fix text-char-description
374         example output.
376         * edebug.texi (Using Edebug): Fix example.
378         * debugging.texi (Internals of Debugger): Fix return value.
380         * files.texi (Changing Files): Fix argname.
382         * calendar.texi: Fix parens, and default values.
384         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
385         * nonascii.texi, objects.texi, os.texi: Minor fixes.
386         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
388         * positions.texi (Text Lines): Don't add -1 in current-line.
390 2004-02-16  Richard M. Stallman  <rms@gnu.org>
392         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
394 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
396         * processes.texi (Low-Level Network): Fix a typo.
398 2004-02-12  Kim F. Storm  <storm@cua.dk>
400         * display.texi (Fringes): Use consistent wording.
401         Note that window-fringe's window arg is optional.
402         (Scroll Bars): Use consistent wording.
404 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
406         * tips.texi (Comment Tips): Document the new conventions for
407         commenting out code.
409 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
411         * positions.texi (Text Lines): Added missing end defun.
413 2004-02-07  Kim F. Storm  <storm@cua.dk>
415         * positions.texi (Text Lines): Add line-number-at-pos.
417 2004-02-06  John Paul Wallington  <jpw@gnu.org>
419         * display.texi (Button Properties, Button Buffer Commands):
420         mouse-2 invokes button, not down-mouse-1.
422 2004-02-04  Jason Rumney  <jasonr@gnu.org>
424         * makefile.w32-in: Sync with Makefile.in changes.
426 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
428         * minibuf.texi (Text from Minibuffer): Various corrections and
429         clarifications.
430         (Object from Minibuffer): Correct Lisp description of
431         read-minibuffer.
432         (Minibuffer History): Clarify description of cons values for
433         HISTORY arguments.
434         (Basic Completion): Various corrections and clarifications.  Add
435         completion-regexp-list.
436         (Minibuffer Completion): Correct and clarify description of
437         completing-read.
438         (Completion Commands): Mention Partial Completion mode.  Various
439         other minor changes.
440         (High-Level Completion): Various corrections and clarifications.
441         (Reading File Names): Ditto.
442         (Minibuffer Misc): Ditto.
444 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
446         * strings.texi (Text Comparison): assoc-string also matches
447         elements of alists that are strings instead of conses.
448         (Formatting Strings): Standardize Texinfo usage.  Update index
449         entries.
451 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
453         * lists.texi (Sets And Lists): Add delete-dups.
455 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
457         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
458         special form.
459         * macros.texi (Defining Macros): Update description of `declare',
460         which now is a macro.
461         (Wrong Time): Fix typos.
463 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
465         * compile.texi (Compilation Functions): Expand descriptions of
466         `compile-defun', `byte-compile-file', `byte-recompile-directory'
467         and `batch-byte-compile'.  In particular, mention and describe
468         all optional arguments.
469         (Disassembly): Correct and clarify the description of `disassemble'.
471 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
473         * searching.texi: Various small changes in addition to the
474         following.
475         (Regexp Example): Adapt to new value of `sentence-end'.
476         (Regexp Functions): The PAREN argument to `regexp-opt' can be
477         `words'.
478         (Search and Replace): Add usage note for `perform-replace'.
479         (Entire Match Data): Mention INTEGERS and REUSE arguments to
480         `match-data'.
481         (Standard Regexps): Update for new values of `paragraph-start'
482         and `sentence-end'.
484 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
486         * files.texi (Saving Buffers): Clarify descriptions of
487         `write-contents-functions' and `before-save-hook'.
488         Make the defvar's for `before-save-hook' and `after-save-hook'
489         into defopt's.
491 2004-01-07  Kim F. Storm  <storm@cua.dk>
493         * commands.texi (Click Events): Describe new image and
494         width/height elements of click events.
495         (Accessing Events): Add posn-string, posn-image, and
496         posn-object-width-height.  Change posn-object to return either
497         image or string object.
499 2004-01-01  Simon Josefsson  <jas@extundo.com>
501         * hooks.texi (Standard Hooks): Add before-save-hook.
502         * files.texi (Saving Buffers): Likewise.
504 2004-01-03  Richard M. Stallman  <rms@gnu.org>
506         * frames.texi (Frames and Windows): Delete frame-root-window.
508 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
510         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
512         * functions.texi: Various small changes in addition to the
513         following.
514         (What Is a Function): `functionp' returns nil for macros.  Clarify
515         behavior of this and following functions for symbol arguments.
516         (Function Documentation): Add `\' in front of (fn @var{arglist})
517         and explain why.
518         (Defining Functions): Mention DOCSTRING argument to `defalias'.
519         Add anchor.
520         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
522 2004-01-01  Miles Bader  <miles@gnu.org>
524         * display.texi (Buttons): New section.
526 2003-12-31  Andreas Schwab  <schwab@suse.de>
528         * numbers.texi (Math Functions): sqrt reports a domain-error
529         error.
530         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
532 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
534         * tips.texi (Documentation Tips): Update item on hyperlinks in
535         documentation strings.
537         * errors.texi (Standard Errors): Various small corrections and
538         additions.
540         * control.texi: Various small changes in addition to the
541         following.
542         (Signaling Errors): Provide some more details on how `signal'
543         constructs the error message.  Add anchor to the definition of
544         `signal'.
545         (Error Symbols): Describe special treatment of `quit'.
546         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
547         to emphasize that it has to be a single form.
549         * buffers.texi: Add anchor.
551 2003-12-29  Richard M. Stallman  <rms@gnu.org>
553         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
554         (Window Configurations): Add window-configuration-frame.
556         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
558         * text.texi (Examining Properties): Add get-char-property-and-overlay.
559         Change arg name in get-char-property.
560         (Special Properties): Update handling of keymap property.
562         * strings.texi (Modifying Strings): Add clear-string.
563         (Text Comparison): Add assoc-string and remove
564         assoc-ignore-case, assoc-ignore-representation.
566         * os.texi (Time of Day): Add set-time-zone-rule.
568         * numbers.texi (Math Functions): asin, acos, log, log10
569         report domain-error errors.
571         * nonascii.texi (Converting Representations):
572         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
573         (Encoding and I/O): Add file-name-coding-system.
575         * modes.texi (Search-based Fontification): Explain that
576         face specs are symbols with face names as values.
578         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
580         * lists.texi (Building Lists): remq moved elsewhere.
581         (Sets And Lists): remq moved here.
582         (Association Lists): Refer to assoc-string.
584         * internals.texi (Garbage Collection): Add memory-use-counts.
586         * frames.texi (Frames and Windows): Add set-frame-selected-window
587         and frame-root-window.
589         * files.texi (Contents of Directories):
590         Add directory-files-and-attributes.
592         * display.texi (Refresh Screen): Add force-window-update.
593         (Invisible Text): Explain about moving point out of invis text.
594         (Overlay Properties): Add overlay-properties.
595         (Managing Overlays): Add overlayp.
596         (GIF Images): Invalid image number displays a hollow box.
598         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
599         (Killing Buffers): Add buffer-live-p.
601 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
603         * display.texi (Fringes): Fix typo "set-buffer-window".
605 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
607         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
608         * nonascii.texi, processes.texi, tips.texi, variables.texi:
609         Add or change various xrefs and anchors.
611         * commands.texi: Replace all occurrences of @acronym{CAR} with
612         @sc{car}, for consistency with the rest of the Elisp manual.
613         `car' and `cdr' are historically acronyms, but are no longer
614         widely thought of as such.
616         * internals.texi (Pure Storage): Mention that `purecopy' does not
617         copy text properties.
618         (Object Internals): Now 29 bits are used (in most implementations)
619         to address Lisp objects.
621         * variables.texi (Variables with Restricted Values): New node.
623         * objects.texi (Lisp Data Types): Mention that certain variables
624         can only take on a restricted set of values and add an xref to
625         the new node "Variables with Restricted Values".
627         * eval.texi (Function Indirection): Describe the errors that
628         `indirect-function' can signal.
629         (Eval): Clarify the descriptions of `eval-region' and `values'.
630         Describe `eval-buffer' instead of `eval-current-buffer' and
631         mention `eval-current-buffer' as an alias for `current-buffer'.
632         Correct the description and mention all optional arguments.
634         * nonascii.texi: Various small changes in addition to the
635         following.
636         (Converting Representations): Clarify behavior of
637         `string-make-multibyte' and `string-to-multibyte' for unibyte all
638         ASCII arguments.
639         (Character Sets): Document the variable `charset-list' and adapt
640         the definition of the function `charset-list' accordingly.
641         (Translation of Characters): Clarify use of generic characters in
642         `make-translation-table'.  Clarify and correct the description of
643         the use of translation tables in encoding and decoding.
644         (User-Chosen Coding Systems): Correct and clarify the description
645         of `select-safe-coding-system'.
646         (Default Coding Systems): Clarify description of
647         `file-coding-system-alist'.
649 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
651         * strings.texi (Text Comparison): Correctly describe when two
652         strings are `equal'.  Combine and clarify descriptions of
653         `assoc-ignore-case' and `assoc-ignore-representation'.
655         * objects.texi (Non-ASCII in Strings): Clarify description of
656         when a string is unibyte or multibyte.
657         (Bool-Vector Type): Update examples.
658         (Equality Predicates): Correctly describe when two strings are
659         `equal'.
661 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
663         * lists.texi (Building Lists): `append' no longer accepts integer
664         arguments.  Update the description of `number-sequence' to reflect
665         recent changes.
666         (Sets And Lists): Describe `member-ignore-case' after `member'.
668 2003-11-27  Kim F. Storm  <storm@cua.dk>
670         * commands.texi (Click Events): Click object may be an images.
671         Describe (dx . dy) element of click positions.
672         (Accessing Events): Remove duplicate posn-timestamp.
673         New functions posn-object and posn-object-x-y.
675 2003-11-23  Kim F. Storm  <storm@cua.dk>
677         * commands.texi (Click Events): Describe enhancements to event
678         position lists, including new text-pos and (col . row) items.
679         Mention left-fringe and right-fringe area events.
680         (Accessing Events): New functions posn-area and
681         posn-actual-col-row.  Mention posn-timestamp.  Mention that
682         posn-point in non-text area still returns buffer position.
683         Clarify posn-col-row.
685 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
687         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
688         * anti.texi (File Attributes): Describe removed parameter
689         ID-FORMAT.
691 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
693         * positions.texi (Positions): Mention that, if a marker is used as
694         a position, its buffer is ignored.
696         * markers.texi (Overview of Markers): Mention it here too.
698 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
700         * numbers.texi (Numeric Conversions): Not just `floor', but also
701         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
703 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
705         * markers.texi (Creating Markers): Specify insertion type of
706         created markers.  Add xref to `Marker Insertion Types'.
707         Second argument to `copy-marker' is optional.
708         (Marker Insertion Types): Mention that most markers are created
709         with insertion type nil.
710         (The Mark): Correctly describe when `mark' signals an error.
711         (The Region): Correctly describe when `region-beginning' and
712         `region-end' signal an error.
714 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
716         * hash.texi (Creating Hash): Clarify description of `eql'.
717         `makehash' is obsolete.
718         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
720         * positions.texi (Point): Change description of `buffer-end', so
721         that it is also correct for floating point arguments.
722         (List Motion): Correct argument lists of `beginning-of-defun' and
723         `end-of-defun'.
724         (Excursions): Add xref to `Marker Insertion Types'.
725         (Narrowing): Argument to `narrow-to-page' is optional.
727 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
729         * streams.texi (Output Streams): Clarify behavior of point for
730         marker output streams.
732 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
734         * variables.texi (Defining Variables): Second argument to
735         `defconst' is not optional.
736         (Setting Variables): Mention optional argument APPEND to
737         `add-to-list'.
738         (Creating Buffer-Local): Expand description of
739         `make-variable-buffer-local'.
740         (Frame-Local Variables): Expand description of
741         `make-variable-frame-local'.
742         (Variable Aliases): Correct description of optional argument
743         DOCSTRING to `defvaralias'.  Mention return value of
744         `defvaralias'.
745         (File Local Variables): Add xref to `File variables' in Emacs
746         Manual.  Correct description of `hack-local-variables'.  Mention
747         `safe-local-variable' property.  Mention optional second argument
748         to `risky-local-variable-p'.
750 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
752         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
754 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
756         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
757         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
758         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
759         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
760         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
761         lispref/processes.texi, lispref/searching.texi,
762         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
763         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
764         @acronym{FOO}.
766 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
768         * strings.texi (Creating Strings): Argument START to `substring'
769         can not be `nil'.  Expand description of
770         `substring-no-properties'.  Correct description of `split-string',
771         especially with respect to empty matches.  Prevent very bad line
772         break in definition of `split-string-default-separators'.
773         (Text Comparison): `string=' and `string<' also accept symbols as
774         arguments.
775         (String Conversion): More completely describe argument BASE in
776         `string-to-number'.
777         (Formatting Strings): `%s' and `%S' in `format' do require
778         corresponding object.  Clarify behavior of numeric prefix after
779         `%' in `format'.
780         (Case Conversion): The argument to `upcase-initials' can be a
781         character.
783 2003-10-27  Kenichi Handa  <handa@m17n.org>
785         * display.texi (Fontsets): Fix texinfo usage.
787 2003-10-25  Kenichi Handa  <handa@m17n.org>
789         * display.texi (Fontsets): Add description of the function
790         set-fontset-font.
792 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
794         * display.texi (Temporary Displays): Add xref to `Documentation
795         Tips'.
797         * functions.texi (Function Safety): Use inforef instead of pxref
798         for SES.
800 2003-10-23  Andreas Schwab  <schwab@suse.de>
802         * Makefile.in (TEX, texinputdir): Don't define.
803         (TEXI2DVI): Define.
804         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
805         add $(srcdir)/index.texi.
806         ($(infodir)/elisp): Remove index.texi dependency.
807         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
808         (index.texi): Remove target.
809         (dist): Don't link $(srcdir)/permute-index.
810         (clean): Don't remove index.texi.
812         * permute-index, index.perm: Remove.
813         * index.texi: Rename from index.unperm.
815 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
817         * tips.texi (Documentation Tips): Document new behavior for face
818         and variable hyperlinks in Help mode.
820 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
822         * objects.texi (Integer Type): Update for extra bit of integer range.
823         (Character Type): Ditto.
825 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
827         * numbers.texi (Integer Basics): Add index entries for reading
828         numbers in hex, octal, and binary.
830 2003-10-16  Lute Kamstra  <lute@gnu.org>
832         * modes.texi (Mode Line Format): Mention force-mode-line-update's
833         argument.
835 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
837         * windows.texi (Choosing Window): Fix typo.
838         * edebug.texi (Edebug Execution Modes): Fix typo.
840 2003-10-13  Richard M. Stallman  <rms@gnu.org>
842         * windows.texi (Basic Windows): A window has fringe settings,
843         display margins and scroll-bar settings.
844         (Splitting Windows): Doc split-window return value.
845         Clean up one-window-p.
846         (Selecting Windows): Fix typo.
847         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
848         (Buffers and Windows): In set-window-buffer, explain effect
849         on fringe settings and scroll bar settings.
850         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
851         (Choosing Window): Use defopt for pop-up-frame-function.
852         For special-display-buffer-names, explain same-window and same-frame.
853         Clarify window-dedicated-p return value.
854         (Textual Scrolling): scroll-up and scroll-down can get an error.
855         (Horizontal Scrolling): Clarify auto-hscroll-mode.
856         Clarify set-window-hscroll.
857         (Size of Window): Don't mention tool bar in window-height.
858         (Coordinates and Windows): Explain what coordinates-in-window-p
859         returns for fringes and display margins.
860         (Window Configurations): Explain saving fringes, etc.
862         * tips.texi (Library Headers): Clean up Documentation.
864         * syntax.texi (Parsing Expressions): Clean up forward-comment
865         and parse-sexp-lookup-properties.
867         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
869         * os.texi (System Environment): Clean up text for load-average errors.
871         * modes.texi (Hooks): Don't explain local hook details at front.
872         Clarify run-hooks and run-hook-with-args a little.
873         Clean up add-hook and remove-hook.
875         * edebug.texi (Edebug Execution Modes): Clarify t.
876         Document edebug-sit-for-seconds.
877         (Coverage Testing): Document C-x X = and =.
878         (Instrumenting Macro Calls): Fix typo.
879         (Specification List): Don't index the specification keywords.
881 2003-10-10  Kim F. Storm  <storm@cua.dk>
883         * processes.texi (Network): Introduce make-network-process.
885 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
887         * tips.texi (Library Headers): Fix typo.
889 2003-10-07  Juri Linkov  <juri@jurta.org>
891         * modes.texi (Imenu): Mention imenu-create-index-function's
892         default value.  Explain submenus better.
894 2003-10-07  Lute Kamstra  <lute@gnu.org>
896         * modes.texi (Faces for Font Lock): Fix typo.
897         (Hooks): Explain how buffer-local hook variables can refer to
898         global hook variables.
899         Various minor clarifications.
901 2003-10-06  Lute Kamstra  <lute@gnu.org>
903         * tips.texi (Coding Conventions): Mention naming conventions for
904         hooks.
906 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
908         * loading.texi (Library Search): Correct default value of
909         load-suffixes.
910         (Named Features): Fix typo.
912 2003-10-05  Richard M. Stallman  <rms@gnu.org>
914         * loading.texi (Named Features): In `provide',
915         say how to test for subfeatures.
916         (Unloading): In unload-feature, use new var name
917         unload-feature-special-hooks.
919 2003-10-03  Lute Kamstra  <lute@gnu.org>
921         * modes.texi (Major Mode Conventions): Mention third way to set up
922         Imenu.
923         (Imenu): A number of small fixes.
924         Delete documentation of internal variable imenu--index-alist.
925         Document the return value format of imenu-create-index-function
926         functions.
928 2003-09-30  Richard M. Stallman  <rms@gnu.org>
930         * processes.texi (Network): Say what stopped datagram connections do.
932         * lists.texi (Association Lists): Clarify `assq-delete-all'.
934         * display.texi (Overlay Properties): Clarify `evaporate' property.
936 2003-09-29  Lute Kamstra  <lute@gnu.org>
938         * modes.texi (Mode Line Data): Explain when symbols in mode-line
939         constructs should be marked as risky.
940         Change cons cell into proper list.
941         (Mode Line Variables): Change cons cell into proper list.
943 2003-09-26  Lute Kamstra  <lute@gnu.org>
945         * modes.texi (Mode Line Data): Document the :propertize construct.
946         (Mode Line Variables): Reorder the descriptions of the variables
947         to match their order in the default mode-line-format.
948         Describe the new variables mode-line-position and mode-line-modes.
949         Update the default values of mode-line-frame-identification,
950         minor-mode-alist, and default-mode-line-format.
951         (Properties in Mode): Mention the :propertize construct.
953 2003-09-26  Richard M. Stallman  <rms@gnu.org>
955         * buffers.texi, commands.texi, debugging.texi, eval.texi:
956         * loading.texi, minibuf.texi, text.texi, variables.texi:
957         Avoid @strong{Note:}.
959 2003-09-26  Richard M. Stallman  <rms@gnu.org>
961         * keymaps.texi (Remapping Commands): Fix typo.
963 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
965         * processes.texi (Low-Level Network): Fix typo.
967 2003-09-23  Kim F. Storm  <storm@cua.dk>
969         * processes.texi (Network, Network Servers): Fix typos.
970         (Low-Level Network): Add timeout value for :server keyword.
971         Add new option keywords to make-network-process.
972         Add set-network-process-options.
973         Explain how to test availability of network options.
975 2003-09-19  Richard M. Stallman  <rms@gnu.org>
977         * text.texi (Motion by Indent): Arg to
978         backward-to-indentation and forward-to-indentation is optional.
980         * strings.texi (Creating Strings): Add substring-no-properties.
982         * processes.texi
983         (Process Information): Add list-processes arg QUERY-ONLY.
984         Delete process-contact from here.
985         Add new status values for process-status.
986         Add process-get, process-put, process-plist, set-process-plist.
987         (Synchronous Processes): Add call-process-shell-command.
988         (Signals to Processes): signal-process allows process objects.
989         (Network): Complete rewrite.
990         (Network Servers, Datagrams, Low-Level Network): New nodes.
992         * positions.texi (Word Motion): forward-word, backward-word
993         arg is optional.  Reword.
995         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
997         * variables.texi (Creating Buffer-Local):
998         Delete duplicate definition of buffer-local-value.
999         (File Local Variables): Explain about discarding text props.
1001 2003-09-11  Richard M. Stallman  <rms@gnu.org>
1003         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1004         changes variables that record input events.
1005         (Minibuffer Misc): Add minibuffer-selected-window.
1007         * lists.texi (Building Lists): Add copy-tree.
1009         * display.texi (Fontsets): Add char-displayable-p.
1010         (Scroll Bars): New node.
1012 2003-09-08  Lute Kamstra  <lute@gnu.org>
1014         * modes.texi (%-Constructs): Document new `%i' and `%I'
1015         constructs.
1017 2003-09-03  Peter Runestig  <peter@runestig.com>
1019         * makefile.w32-in: New file.
1021 2003-08-29  Richard M. Stallman  <rms@gnu.org>
1023         * display.texi (Overlay Properties): Clarify how priorities
1024         affect use of the properties.
1026 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
1028         * customize.texi (Type Keywords): Correct the description of
1029         `:help-echo' in the case where `motion-doc' is a function.
1031 2003-08-14  John Paul Wallington  <jpw@gnu.org>
1033         * modes.texi (Emulating Mode Line): Subsection, not section.
1035 2003-08-13  Richard M. Stallman  <rms@gnu.org>
1037         * elisp.texi (Top): Update subnode lists in menu.
1039         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1040         (Kill Functions): kill-region has new arg yank-handler.
1041         (Yanking): New node.
1042         (Yank Commands): Add yank-undo-function.
1043         (Low-Level Kill Ring):
1044         kill-new and kill-append have new arg yank-handler.
1045         (Changing Properties): Add remove-list-of-text-properties.
1046         (Atomic Changes): New node.
1048         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1050         * streams.texi (Output Variables): Add eval-expression-print-length
1051         and eval-expression-print-level.
1053         * os.texi (Time Conversion): For encode-time, explain limits on year.
1055         * objects.texi (Character Type): Define anchor "modifier bits".
1057         * modes.texi (Emulating Mode Line): New node.
1058         (Search-based Fontification): Font Lock uses font-lock-face property.
1059         (Other Font Lock Variables): Likewise.
1061         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1062         not vectors.
1063         (Active Keymaps): Add emulation-mode-map-alists.
1064         (Functions for Key Lookup): key-binding has new arg no-remap.
1065         (Remapping Commands): New node.
1066         (Scanning Keymaps): where-is-internal has new arg no-remap.
1067         (Tool Bar): Add tool-bar-local-item-from-menu.
1068         Clarify when to use tool-bar-add-item-from-menu.
1070         * commands.texi (Interactive Call): commandp has new arg.
1071         (Command Loop Info): Add this-original-command.
1073 2003-08-06  John Paul Wallington  <jpw@gnu.org>
1075         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1077         * display.texi (Warning Basics): Fix typo.
1078         (Fringes): Add closing curly bracket and fix typo.
1080         * elisp.texi (Top): Fix typo.
1082 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1084         * elisp.texi: Update lists of subnodes.
1086         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1088         * variables.texi (Local Variables): Use lc for example variable names.
1090         * tips.texi (Library Headers): Explain where to put -*-.
1092         * strings.texi (Creating Strings): Fix xref for vconcat.
1094         * sequences.texi (Vector Functions):
1095         vconcat no longer allows integer args.
1097         * minibuf.texi (Reading File Names): read-file-name has new
1098         arg PREDICATE.  New function read-directory-name.
1100         * macros.texi (Defining Macros): Give definition of `declare'
1101         (Indenting Macros): New node.
1103         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1104         (Window Frame Parameters): Make separate table of parameters
1105         that are coupled with specific face attributes.
1106         (Deleting Frames): delete-frame-hooks renamed to
1107         delete-frame-functions.
1109         * files.texi (Magic File Names): Add file-remote-p.
1110         Clarify file-local-copy.
1112         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1113         here; instead xref Defining Macros.
1115         * display.texi (Warnings): New node, and subnodes.
1116         (Fringes): New node.
1118         * debugging.texi (Test Coverage): New node.
1120         * compile.texi (Compiler Errors): Explain with-no-warnings
1121         and other ways to suppress warnings.
1123         * commands.texi (Interactive Call): Minor clarification.
1125         * buffers.texi (Buffer File Name): set-visited-file-name
1126         renames the buffer too.
1128         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1130 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
1132         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1134 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
1136         * internals.texi (Garbage Collection): Fix previous change.
1138 2003-07-22  Richard M. Stallman  <rms@gnu.org>
1140         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1142         * display.texi (Width): Use \s syntax in example.
1143         (Font Selection): Add face-font-rescale-alist.
1145         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1146         Remove spurious indent in example.
1148         * lists.texi (Building Lists): Add number-sequence.
1150         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1152         * functions.texi (Function Documentation): Explain how to
1153         show calling convention explicitly in the doc string.
1155         * windows.texi (Selecting Windows): save-selected-window saves
1156         selected window of each frame.
1157         (Window Configurations): Minor change.
1159         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1161         * streams.texi (Output Variables): Add print-continuous-numbering
1162         and print-number-table.
1164         * processes.texi (Decoding Output): New node.
1166         * os.texi (Time Conversion): decode-time arg is optional.
1168         * objects.texi (Character Type): Don't use space as example for \.
1169         Make list of char names and \-sequences correspond.
1170         Explain that \s is not used in strings.  `\ ' needs space after.
1172         * nonascii.texi (Converting Representations): Add string-to-multibyte.
1173         (Translation of Characters): Add translation-table-for-input.
1174         (Default Coding Systems): Add auto-coding-functions.
1175         (Explicit Encoding): Add decode-coding-inserted-region.
1176         (Locales): Add locale-info.
1178         * minibuf.texi (Basic Completion): Describe test-completion.
1179         Collections can be lists of strings.
1180         Clean up lazy-completion-table.
1181         (Programmed Completion): Mention test-completion.
1182         Clarify why lambda expressions are not accepted.
1183         (Minibuffer Misc): Describe minibufferp.
1185 2003-07-14  Richard M. Stallman  <rms@gnu.org>
1187         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1189         * windows.texi (Selecting Windows): New arg to select-window.
1190         (Selecting Windows): Add with-selected-window.
1191         (Size of Window): Add window-inside-edges, etc.
1193         * internals.texi (Garbage Collection): Add post-gc-hook.
1195         * processes.texi (Subprocess Creation): Add exec-suffixes.
1197         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1198         (Scanning Keymaps): Add map-keymaps.
1199         (Defining Menus): Add keymap-prompt.
1201         * numbers.texi (Integer Basics): Add most-positive-fixnum,
1202         most-negative-fixnum.
1204         * compile.texi (Byte Compilation): Explain no-byte-compile
1205         (Compiler Errors): New node.
1207         * os.texi (User Identification): user-uid, user-real-uid
1208         can return float.
1210         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1211         and about derived modes.
1212         (Minor Modes): Add minor-mode-list.
1213         (Defining Minor Modes): Keyword args for define-minor-mode.
1214         (Search-based Fontification): Explain managing other properties.
1215         (Other Font Lock Variables): Add font-lock-extra-managed-props.
1216         (Faces for Font Lock): Add font-locl-preprocessor-face.
1217         (Hooks): Add run-mode-hooks and delay-mode-hooks.
1219         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1220         (Variable Aliases): Clarify defvaralias.
1222         * loading.texi (Library Search): Add load-suffixes.
1224         * minibuf.texi (Basic Completion): Add lazy-completion-table.
1225         (Programmed Completion): Add dynamic-completion-table.
1227         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1228         (Magic File Names): Specify precedence order of handlers.
1230         * commands.texi (Command Overview): Emacs server runs pre-command-hook
1231         and post-command-hook.
1232         (Waiting): New calling convention for sit-for.
1234         * text.texi (Special Properties): local-map and keymap properties
1235         apply based on their stickiness.
1237 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1239         * modes.texi (Minor Mode Conventions): Specify only some kinds
1240         of list values as args to minor modes.
1242         * files.texi (File Name Expansion): Warn about iterative use
1243         of substitute-in-file-name.
1245         * advice.texi (Activation of Advice): Clean up previous change.
1247 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
1249         * advice.texi (Activation of Advice): Note that ad-start-advice is
1250         turned on by default.
1252 2003-06-30  Richard M. Stallman  <rms@gnu.org>
1254         * text.texi (Buffer Contents): Document current-word.
1255         (Change Hooks): Not called for *Messages*.
1257         * functions.texi (Defining Functions): Explain about redefining
1258         primitives.
1259         (Function Safety): Renamed.  Minor changes.
1260         Comment out the detailed criteria for what is safe.
1262 2003-06-22  Andreas Schwab  <schwab@suse.de>
1264         * objects.texi (Symbol Type): Fix description of examples.
1266 2003-06-16  Andreas Schwab  <schwab@suse.de>
1268         * hash.texi (Creating Hash): Fix description of :weakness.
1270 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1272         * files.texi (Changing Files): copy-file copies file modes, too.
1274 2003-05-28  Richard M. Stallman  <rms@gnu.org>
1276         * strings.texi (Creating Strings): Clarify split-string.
1278 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
1280         * strings.texi (Creating Strings): Update split-string specification
1281         and examples.
1283 2003-05-19  Richard M. Stallman  <rms@gnu.org>
1285         * elisp.texi: Correct invariant section names.
1287 2003-04-20  Richard M. Stallman  <rms@gnu.org>
1289         * os.texi (Timers): Explain about timers and quitting.
1291 2003-04-19  Richard M. Stallman  <rms@gnu.org>
1293         * internals.texi (Writing Emacs Primitives): Strings are
1294         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
1295         Explain GCPRO convention for varargs function args.
1297 2003-04-16  Richard M. Stallman  <rms@gnu.org>
1299         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1301 2003-04-08  Richard M. Stallman  <rms@gnu.org>
1303         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1305 2003-02-13  Kim F. Storm  <storm@cua.dk>
1307         * objects.texi (Character Type): New \s escape for space.
1309 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1311         * os.texi (System Environment): Added cygwin system-type.
1313 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1315         * keymaps.texi: Document that a symbol can act as a keymap.
1317 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1319         * text.texi (Changing Properties): Say string indices are origin-0.
1321         * positions.texi (Screen Lines) <compute-motion>:
1322         Correct order of elts in return value.
1324         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1325         how to define a default binding.
1327 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1329         * loading.texi (Unloading): Fix recent change for load-history.
1331         * customize.texi (Simple Types): Clarify description of custom
1332         type 'number. Describe new custom type 'float.
1334 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1336         * variables.texi (File Local Variables): Fix typo.
1338 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1340         From Michael Albinus <Michael.Albinus@alcatel.de>.
1342         * README: Target for Info file is `make info'.
1344         * files.texi (File Name Components): Fixed typos in
1345         `file-name-sans-extension'.
1346         (Magic File Names): Complete list of operations for magic file
1347         name handlers.
1349 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1351         * variables.texi (File Local Variables): New function
1352         risky-local-variable-p.
1354 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1356         * functions.texi (Function safety): New node about unsafep.
1358 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1360         * customize.texi (Splicing into Lists): Fixed example.
1361         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1363 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1365         * frames.texi (Display Feature Testing): Fix typo.
1367 2002-06-12  Andreas Schwab  <schwab@suse.de>
1369         * frames.texi (Initial Parameters, Resources): Fix references to
1370         the Emacs manual.
1372 2002-05-13  Kim F. Storm  <storm@cua.dk>
1374         * variables.texi (Intro to Buffer-Local): Updated warning and
1375         example relating to changing buffer inside let.
1377 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1379         * os.texi (Session Management): New node about X Session management.
1381 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1383         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1384         to which the manual corresponds, and the copyright years.
1386         * Makefile.in (VERSION): Set to 2.9.
1388 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1390         * elisp.texi: Change the category in @dircategory to "Emacs", to
1391         make it consistent with info/dir.
1393 2001-11-25  Miles Bader  <miles@gnu.org>
1395         * text.texi (Fields): Describe new `limit' arg in
1396         field-beginning/field-end.
1398 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * permute-index: Don't depend on csh-specific features.  Replace
1401         the interpreter name with /bin/sh.
1403         * two-volume-cross-refs.txt: New file.
1404         * two.el: New file.
1405         * spellfile: New file.
1407 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1409         * permute-index: New file.
1411         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1412         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1413         8+3 restricted namespace.
1415         * Makefile.in (infodir): Define relative to $(srcdir).
1416         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1417         include directories list via -I switch to makeinfo.
1418         (index.texi): Use cp if both hard and symbolic links fail.
1420 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1422         * Makefile.in (distclean): Add.
1424         The following changes make ELisp manual part of the Emacs
1425         distribution:
1427         * Makefile.in: Add Copyright notice.
1428         (prefix): Remove.
1429         (infodir): Change value to "../info".
1430         (VPATH): New variable.
1431         (MAKE): Don't define.
1432         (texmacrodir): Don't define.
1433         (texinputdir): Append the existing value of TEXINPUTS.
1434         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1435         command to be compatible with man/Makefile.in, and to put the
1436         output into ../info.
1437         (info): Add target.
1438         (installall): Target removed.
1440 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1442         * tips.texi (Coding Conventions): Fix typo.
1444 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1446         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1448 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * files.texi (File Name Components): Update the description of
1451         file-name-sans-extension and file-name-extension, as they now
1452         ignore leading dots.
1454 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1456         * (Version 21.1 released.)
1458 2001-10-19  Miles Bader  <miles@gnu.org>
1460         * positions.texi (Text Lines): Describe behavior of
1461         `beginning-of-line'/`end-of-line' in the presence of field properties.
1463 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1465         * Makefile.in (VERSION): Set to 2.8.
1466         (manual): Use `manual-21'.
1468         * elisp.texi (VERSION): Add and use it where the version
1469         number was used.  Set it to 2.8.
1471         * intro.texi: Likewise.
1473 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * files.texi (File Name Completion): Document the significance of
1476         a trailing slash in elements of completion-ignored-extensions.
1478 2001-10-06  Miles Bader  <miles@gnu.org>
1480         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1482 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1484         * variables.texi (Variable Aliases): New node.
1486 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1488         * Branch for 21.1.
1490 2001-10-02  Miles Bader  <miles@gnu.org>
1492         * minibuf.texi (Minibuffer Misc): Add entries for
1493         `minibuffer-contents', `minibuffer-contents-no-properties', and
1494         `delete-minibuffer-contents'.
1495         Correct description for `minibuffer-prompt-end'.
1497         * text.texi (Property Search): Correct descriptions of
1498         `next-char-property-change' and `previous-char-property-change'.
1499         Add entries for `next-single-char-property-change' and
1500         `previous-single-char-property-change'.
1501         Make operand names a bit more consistent.
1503 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1505         * frames.texi (Finding All Frames): Document that next-frame and
1506         previous-frame are local to current terminal.
1508 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1510         * keymaps.texi (Creating Keymaps): Fix the description of the
1511         result of make-keymap.
1513 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1515         * display.texi (Font Lookup, Attribute Functions)
1516         (Image Descriptors): Add cross-references to the definition of
1517         selected frame.
1519         * buffers.texi (The Buffer List): Add cross-references to the
1520         definition of selected frame.
1522         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1523         frame at any given time.
1524         (Multiple Displays, Size and Position): Add a cross-reference to
1525         the definition of the selected frame.
1527 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1529         * strings.texi (String Conversion) <string-to-number>: Document
1530         that a float is returned for integers that are too large.
1532         * frames.texi (Mouse Position): Document mouse-position-function.
1533         (Display Feature Testing): Document display-images-p.
1534         (Window Frame Parameters): Document the cursor-type variable.
1536         * numbers.texi (Integer Basics): Document CL style read syntax for
1537         integers in bases other than 10.
1539         * positions.texi (List Motion): Document
1540         open-paren-in-column-0-is-defun-start.
1542         * lists.texi (Sets And Lists): Document member-ignore-case.
1544         * internals.texi (Garbage Collection): Document the used and free
1545         strings report.
1546         (Memory Usage): Document strings-consed.
1548         * os.texi (Time of Day): Document float-time.
1549         (Recording Input): Document that clear-this-command-keys clears
1550         the vector to be returned by recent-keys.
1552         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1553         argument keymap can be a list.
1555         * nonascii.texi (User-Chosen Coding Systems)
1556         <select-safe-coding-system>: Document the new argument
1557         accept-default-p and the variable
1558         select-safe-coding-system-accept-default-p.  Tell what happens if
1559         buffer-file-coding-system is undecided.
1560         (Default Coding Systems): Document auto-coding-regexp-alist.
1562         * display.texi (The Echo Area) <message>: Document
1563         message-truncate-lines.
1564         (Glyphs): Document that the glyph table is unused on windowed
1565         displays.
1567         * help.texi (Describing Characters) <single-key-description>:
1568         Document the new argument no-angles.
1569         (Accessing Documentation) <documentation-property>: Document that
1570         a non-string property is evaluated.
1571         <documentation>: Document that the function-documentation property
1572         is looked for.
1574         * windows.texi (Selecting Windows): Document some-window.
1576         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1578         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1579         apropos-mode-hook.
1581         * commands.texi (Using Interactive): Document interactive-form.
1582         (Keyboard Macros): Document kbd-macro-termination-hook.
1583         (Command Loop Info): Document that clear-this-command-keys clears
1584         the vector to be returned by recent-keys.
1586 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1588         * Makefile.in (srcdir, texinputdir): New variables.
1589         (srcs, index.texi, install): Use $(srcdir).
1590         (.PHONY): Remove elisp.dvi.
1591         (elisp): Use -I switch for makeinfo.
1592         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1593         (installall, dist): Use $(srcdir).
1594         Fix path to texinfo.tex.
1595         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1597 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1599         * display.texi (Conditional Display): Adjust to API change.
1601         * configure: New file.
1603 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1605         * commands.texi (Repeat Events): Add description of
1606         double-click-fuzz.
1608 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1610         * syntax.texi (Syntax Class Table): Add the missing designator for
1611         comment and string fences.
1612         (Syntax Properties): Add a xref to syntax table internals.
1613         (Syntax Table Internals): Document string-to-syntax.
1615 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1617         * Makefile.in (install): Use install-info command line options
1618         like in Emacs' Makefile.in.
1620 2000-12-09  Miles Bader  <miles@gnu.org>
1622         * windows.texi (Window Start): Update documentation for
1623         `pos-visible-in-window-p'.
1625 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1627         * lists.texi (Building Lists): Add footnote to explain how to add
1628         to the end of a list.
1630 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1632         * files.texi (Visiting Functions): Typos.
1634 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1636         * files.texi (Visiting Functions): Return value of
1637         find-file-noselect may be a list of buffers if wildcards are used.
1639 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1641         * display.texi (Defining Faces): Document `graphic' display type
1642         in face specs.
1644 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1646         * hooks.texi (Standard Hooks): Replace obsolete
1647         `after-make-frame-hook' with `after-make-frame-functions'.
1649         * frames.texi (Creating Frames): Ditto.
1651         * variables.texi (Future Local Variables): Ditto.
1653 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1655         * display.texi (Other Image Types): Add description of :foreground
1656         and :background properties of mono PBM images.
1658 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1660         * .cvsignore: New file.
1662 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1664         * tindex.pl: New script.
1666 1999-12-03  Dave Love  <fx@gnu.org>
1668         * Makefile.in (MAKEINFO): New parameter.
1670 1999-09-17  Richard Stallman  <rms@gnu.org>
1672         * Makefile.in (srcs): Add hash.texi.
1673         (VERSION): Update to 20.6.
1675 1999-09-13  Richard Stallman  <rms@gnu.org>
1677         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1679 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1681         * configure.in: New file.
1682         * Makefile.in: Renamed from Makefile.
1683         (prefix, infodir): Use value obtained from configure.
1684         (emacslibdir): Obsolete variable deleted.
1685         (dist): Distribute configure.in, configure, Makefile.in.
1687 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1689         * Makefile (INSTALL_INFO): New variable.
1690         (install): Run install-info.
1692 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1694         * Makefile (elisp.dvi): Add missing backslash.
1696 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1698         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1699         Run texindex without `./'.  Always run texindex on elisp.tp.
1700         (elisp.tps): Target deleted.
1702 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1704         * Makefile (srcs): Add nonascii.texi and customize.texi.
1705         (dist): Start by deleting `temp'.
1707 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1709         * Makefile (makeinfo, texindex): Targets deleted.
1710         (makeinfo.o, texindex.o): Targets deleted.
1711         (clean, dist): Don't do anything with them or with getopt*.
1713 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1715         * Makefile (SHELL): Defined.
1717 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1719         * Makefile (elisp.tps): New target.
1720         (elisp.dvi): Depend on elisp.tps.
1722 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1724         * README: Update phone number.
1726         * Makefile (elisp): Make this be the default target.
1727         Depend on makeinfo.c instead of makeinfo.
1728         (install): Don't depend on elisp.dvi, since we don't install that.
1729         Use mkinstalldirs.
1730         (dist): Add mkinstalldirs.
1732 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1734         * Makefile (VERSION): Update version number.
1735         (maintainer-clean): Renamed from realclean.
1737 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1739         * Makefile (realclean): New target.
1740         (elisp): Remove any old elisp-* files first.
1742 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1744         * Makefile (VERSION): New variable.
1745         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1746         Compressed file suffix should be `.gz', not `.z'.
1748 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1750         * Makefile (elisp): Depend on makeinfo.
1752 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1754         * Makefile (srcs): Add anti.texi.
1756 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1758         * Makefile (infodir, prefix): New vars.
1759         (install): Use infodir.
1760         (emacsinfodir): Deleted.
1762 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1764         * Makefile (srcs): Add calendar.texi.
1766         * Makefile (dist): Copy texindex.c and makeinfo.c.
1767         Limit elisp-* files to those with one or two digits.
1769 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1771         * Makefile (dist): Changed to use Gzip instead of compress.
1773 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1775         * loading.texi (Unloading): define-function changed back to
1776         defalias.  It may not stay this way, but at least it's
1777         consistent with the known-good version of the code patch.
1779 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1781         * modes.texi (Hooks): Document new optional arg of add-hook.
1783 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1785         * variables.texi: Document nil initial value of buffer-local variables.
1787         * tips.texi: Add new section on standard library headers.
1789 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1791         * Makefile (srcs): Add frame.texi to the list of sources.
1793 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1795         * Makefile (dist): Don't bother excluding autosave files; they'll
1796         never make it into the temp directory anyway, and the hash marks
1797         in the name are problematic for make and the Bourne shell.
1798         (srcs):
1800 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1802         * Makefile (dist): Don't include backup files or autosave files in
1803         the distribution tar file.
1805 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1807         * Makefile (srcs): Added index.perm.
1808         (elisp.dvi): Remove erroneous shell comment.
1809         Expect output of permute-index in permuted.fns.
1810         Save old elisp.aux in elisp.oaux.
1811         (clean): Added index.texi to be deleted.
1813 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1815         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1817 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1819         * files.texi:  Noted that completion-ignored-extensions is ignored
1820         when making *Completions*.
1822 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1824         * Makefile  make dist now depends on elisp.dvi, since it tries
1825         to include it in the dist file.
1827 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1829         * functions.texinfo (Mapping Functions): Add missing quote
1831 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1833         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1834         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1836 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1838         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1839         and @error{} are the terms now being used.  The files in the
1840         directory have been changed to reflect this.
1842         * All instances of @indentedresultt{} have been changed to
1843         `     @result{}', using 5 spaces at the begining of the line.
1845 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1847         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1848         experimental @indentedresult{}, @indentedexpandsto{} are part of
1849         the texinfo.tex in this directory.  These TeX macros are not
1850         stable yet.
1852 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1854         * texinfo.tex:  temporarily added
1855                 \let\result=\dblarrow
1856                 \def\error{{\it ERROR} \longdblarrow}
1857         We need to do this better soon.
1859 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1861         * Applied Karl Berry's patches to *.texinfo files, but not to
1862         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1863         new title page format is also not applied, since it requires
1864         texinfo.tex changes.)
1866         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1867         for the Project GNU development environment.
1869 ;; Local Variables:
1870 ;; coding: iso-2022-7bit
1871 ;; End:
1873     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1874   Copying and distribution of this file, with or without modification,
1875   are permitted provided the copyright notice and this notice are preserved.
1877 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda