*** empty log message ***
[emacs.git] / lispref / ChangeLog
blob365d0e4392dc9ea7660f0fe7f19f18a8005eb226
1 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3         * files.texi (Changing Files): Document set-file-times.
5 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
11         * tips.texi (Coding Conventions): defopt -> defcustom.
13 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
15         * sequences.texi: Various clarifications.
17 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
19         * buffers.texi (Read Only Buffers): Mention optional ARG to
20         `toggle-read-only'.
22 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
24         * windows.texi (Selecting Windows): Note that get-lru-window
25         returns a full-width window if possible.
27 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29         * buffers.texi: Various changes in addition to:
30         (Buffer File Name): Add `find-buffer-visiting'.
31         (Buffer Modification): Mention optional ARG to `not-modified'.
32         (Indirect Buffers): Mention optional CLONE argument to
33         `make-indirect-buffer'.
35         * files.texi: Various changes in addition to:
36         (Visiting Functions): `find-file-hook' is now a normal hook.
37         (File Name Expansion): Explain difference between the way that
38         `expand-file-name' and `file-truename' treat `..'.
39         (Contents of Directories): Mention optional ID-FORMAT argument to
40         `directory-files-and-attributes'.
41         (Format Conversion): Mention new optional CONFIRM argument to
42         `format-write-file'.
44 2004-04-12  Miles Bader  <miles@gnu.org>
46         * macros.texi (Expansion): Add description of `macroexpand-all'.
48 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
50         * variables.texi (Variable Aliases): Mention
51         cyclic-variable-indirection.
53         * errors.texi (Standard Errors): Ditto.
55 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
57         * backups.texi:  Various small changes in addition to:
58         (Making Backups): Mention return value of `backup-buffer'.
59         (Auto-Saving): Mention optional FORCE argument to
60         `delete-auto-save-file-if-necessary'.
61         (Reverting): Mention optional PRESERVE-MODES argument to
62         `revert-buffer'.  Correct description of `revert-buffer-function'.
64 2004-03-22  Juri Linkov  <juri@jurta.org>
66         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
67         with `Vector Functions'.
69         * text.texi (Sorting): Add missing quote.
71 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
73         * intro.texi (Lisp History): Replace xref to `cl' manual with
74         inforef.
76 2004-03-12  Richard M. Stallman  <rms@gnu.org>
78         * intro.texi (Version Info): Add arg to emacs-version.
79         (Lisp History): Change xref to CL manual.
81 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
83         * minibuf.texi (Completion Commands): Add xref to Emacs manual
84         for Partial Completion mode.
86 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
88         * customize.texi: Fix typo. Remove eol whitespace.
90 2004-03-04  Richard M. Stallman  <rms@gnu.org>
92         * processes.texi: Fix typos.
94         * lists.texi (Building Lists): Minor clarification.
96         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
97         in make-hash-table.
99 2004-02-29  Juanma Barranquero  <lektu@terra.es>
101         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
102         rm, and ignore exit code.
104 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
106         * display.texi (Defining Faces): Add description for min-colors.
107         Update example.
109 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
111         * abbrevs.texi: Various corrections and clarifications in addition
112         to the following:
113         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
115 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
117         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
119 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
121         * text.texi: Various small changes in addition to the following:
122         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
123         to delete-horizontal-space.
124         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
125         description of yank-handler text property at various places.
127         * frames.texi (Window System Selections): Add anchor.
129         * syntax.texi (Syntax Table Functions): Clarify and correct
130         descriptions of make-syntax-table and copy-syntax-table.
131         (Motion and Syntax): Clarify SYNTAXES argument to
132         skip-syntax-forward.
133         (Parsing Expressions): Mention that the return value of
134         parse-partial-sexp is currently a list of ten rather than nine
135         elements.
136         (Categories): Various corrections and clarifications.
138 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
140         * markers.texi (Marker Insertion Types): Minor change.
142         * locals.texi (Standard Buffer-Local Variables):
143         * commands.texi (Interactive Codes, Using Interactive):
144         * functions.texi (Related Topics): Fix xrefs.
146 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
148         * lists.texi (Sets And Lists): Update description of delete-dups.
150 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
152         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
154 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
156         * frames.texi (Parameter Access): frame-parameters arg is optional.
157         modify-frame-parameters handles nil for FRAME.
158         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
159         are all-or-nothing for certain toolkits.
160         Mention parameter wait-for-wm.
161         (Frames and Windows): In frame-first-window and frame-selected-window
162         the arg is optional.
163         (Input Focus): In redirect-frame-focus the second arg is optional.
164         (Window System Selections): Mention selection type CLIPBOARD.
165         Mention data-type UTF8_STRING.
166         Mention numbering of cut buffers.
167         (Resources): Describe x-resource-name.
169 2004-02-16  Richard M. Stallman  <rms@gnu.org>
171         * windows.texi (Buffers and Windows): Delete false table
172         about all-frames.
174         * syntax.texi (Parsing Expressions): Delete old caveat
175         about parse-sexp-ignore-comments.
177         * streams.texi (Output Variables): Add print-quoted.
179         * lists.texi (Building Lists): Minor cleanup.
181         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
183         * display.texi (Overlays): Explain overlays use markers.
184         (Managing Overlays): Explain front-advance and rear-advance
185         in more detail.
187         * loading.texi (Unloading): Document unload-feature-special-hooks.
188         Get rid of fns-NNN.el file.
190 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
192         * help.texi (Describing Characters): Fix text-char-description
193         example output.
195         * edebug.texi (Using Edebug): Fix example.
197         * debugging.texi (Internals of Debugger): Fix return value.
199         * files.texi (Changing Files): Fix argname.
201         * calendar.texi: Fix parens, and default values.
203         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
204         * nonascii.texi, objects.texi, os.texi: Minor fixes.
205         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
207         * positions.texi (Text Lines): Don't add -1 in current-line.
209 2004-02-16  Richard M. Stallman  <rms@gnu.org>
211         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
213 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
215         * processes.texi (Low-Level Network): Fix a typo.
217 2004-02-12  Kim F. Storm  <storm@cua.dk>
219         * display.texi (Fringes): Use consistent wording.
220         Note that window-fringe's window arg is optional.
221         (Scroll Bars): Use consistent wording.
223 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
225         * tips.texi (Comment Tips): Document the new conventions for
226         commenting out code.
228 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
230         * positions.texi (Text Lines): Added missing end defun.
232 2004-02-07  Kim F. Storm  <storm@cua.dk>
234         * positions.texi (Text Lines): Add line-number-at-pos.
236 2004-02-06  John Paul Wallington  <jpw@gnu.org>
238         * display.texi (Button Properties, Button Buffer Commands):
239         mouse-2 invokes button, not down-mouse-1.
241 2004-02-04  Jason Rumney  <jasonr@gnu.org>
243         * makefile.w32-in: Sync with Makefile.in changes.
245 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
247         * minibuf.texi (Text from Minibuffer): Various corrections and
248         clarifications.
249         (Object from Minibuffer): Correct Lisp description of
250         read-minibuffer.
251         (Minibuffer History): Clarify description of cons values for
252         HISTORY arguments.
253         (Basic Completion): Various corrections and clarifications.  Add
254         completion-regexp-list.
255         (Minibuffer Completion): Correct and clarify description of
256         completing-read.
257         (Completion Commands): Mention Partial Completion mode.  Various
258         other minor changes.
259         (High-Level Completion): Various corrections and clarifications.
260         (Reading File Names): Ditto.
261         (Minibuffer Misc): Ditto.
263 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
265         * strings.texi (Text Comparison): assoc-string also matches
266         elements of alists that are strings instead of conses.
267         (Formatting Strings): Standardize Texinfo usage.  Update index
268         entries.
270 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
272         * lists.texi (Sets And Lists): Add delete-dups.
274 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
276         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
277         special form.
278         * macros.texi (Defining Macros): Update description of `declare',
279         which now is a macro.
280         (Wrong Time): Fix typos.
282 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
284         * compile.texi (Compilation Functions): Expand descriptions of
285         `compile-defun', `byte-compile-file', `byte-recompile-directory'
286         and `batch-byte-compile'.  In particular, mention and describe
287         all optional arguments.
288         (Disassembly): Correct and clarify the description of `disassemble'.
290 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
292         * searching.texi: Various small changes in addition to the
293         following.
294         (Regexp Example): Adapt to new value of `sentence-end'.
295         (Regexp Functions): The PAREN argument to `regexp-opt' can be
296         `words'.
297         (Search and Replace): Add usage note for `perform-replace'.
298         (Entire Match Data): Mention INTEGERS and REUSE arguments to
299         `match-data'.
300         (Standard Regexps): Update for new values of `paragraph-start'
301         and `sentence-end'.
303 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
305         * files.texi (Saving Buffers): Clarify descriptions of
306         `write-contents-functions' and `before-save-hook'.
307         Make the defvar's for `before-save-hook' and `after-save-hook'
308         into defopt's.
310 2004-01-07  Kim F. Storm  <storm@cua.dk>
312         * commands.texi (Click Events): Describe new image and
313         width/height elements of click events.
314         (Accessing Events): Add posn-string, posn-image, and
315         posn-object-width-height.  Change posn-object to return either
316         image or string object.
318 2004-01-01  Simon Josefsson  <jas@extundo.com>
320         * hooks.texi (Standard Hooks): Add before-save-hook.
321         * files.texi (Saving Buffers): Likewise.
323 2004-01-03  Richard M. Stallman  <rms@gnu.org>
325         * frames.texi (Frames and Windows): Delete frame-root-window.
327 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
329         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
331         * functions.texi: Various small changes in addition to the
332         following.
333         (What Is a Function): `functionp' returns nil for macros.  Clarify
334         behavior of this and following functions for symbol arguments.
335         (Function Documentation): Add `\' in front of (fn @var{arglist})
336         and explain why.
337         (Defining Functions): Mention DOCSTRING argument to `defalias'.
338         Add anchor.
339         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
341 2004-01-01  Miles Bader  <miles@gnu.org>
343         * display.texi (Buttons): New section.
345 2003-12-31  Andreas Schwab  <schwab@suse.de>
347         * numbers.texi (Math Functions): sqrt reports a domain-error
348         error.
349         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
351 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
353         * tips.texi (Documentation Tips): Update item on hyperlinks in
354         documentation strings.
356         * errors.texi (Standard Errors): Various small corrections and
357         additions.
359         * control.texi: Various small changes in addition to the
360         following.
361         (Signaling Errors): Provide some more details on how `signal'
362         constructs the error message.  Add anchor to the definition of
363         `signal'.
364         (Error Symbols): Describe special treatment of `quit'.
365         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
366         to emphasize that it has to be a single form.
368         * buffers.texi: Add anchor.
370 2003-12-29  Richard M. Stallman  <rms@gnu.org>
372         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
373         (Window Configurations): Add window-configuration-frame.
375         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
377         * text.texi (Examining Properties): Add get-char-property-and-overlay.
378         Change arg name in get-char-property.
379         (Special Properties): Update handling of keymap property.
381         * strings.texi (Modifying Strings): Add clear-string.
382         (Text Comparison): Add assoc-string and remove
383         assoc-ignore-case, assoc-ignore-representation.
385         * os.texi (Time of Day): Add set-time-zone-rule.
387         * numbers.texi (Math Functions): asin, acos, log, log10
388         report domain-error errors.
390         * nonascii.texi (Converting Representations):
391         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
392         (Encoding and I/O): Add file-name-coding-system.
394         * modes.texi (Search-based Fontification): Explain that
395         face specs are symbols with face names as values.
397         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
399         * lists.texi (Building Lists): remq moved elsewhere.
400         (Sets And Lists): remq moved here.
401         (Association Lists): Refer to assoc-string.
403         * internals.texi (Garbage Collection): Add memory-use-counts.
405         * frames.texi (Frames and Windows): Add set-frame-selected-window
406         and frame-root-window.
408         * files.texi (Contents of Directories):
409         Add directory-files-and-attributes.
411         * display.texi (Refresh Screen): Add force-window-update.
412         (Invisible Text): Explain about moving point out of invis text.
413         (Overlay Properties): Add overlay-properties.
414         (Managing Overlays): Add overlayp.
415         (GIF Images): Invalid image number displays a hollow box.
417         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
418         (Killing Buffers): Add buffer-live-p.
420 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
422         * display.texi (Fringes): Fix typo "set-buffer-window".
424 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
426         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
427         * nonascii.texi, processes.texi, tips.texi, variables.texi:
428         Add or change various xrefs and anchors.
430         * commands.texi: Replace all occurrences of @acronym{CAR} with
431         @sc{car}, for consistency with the rest of the Elisp manual.
432         `car' and `cdr' are historically acronyms, but are no longer
433         widely thought of as such.
435         * internals.texi (Pure Storage): Mention that `purecopy' does not
436         copy text properties.
437         (Object Internals): Now 29 bits are used (in most implementations)
438         to address Lisp objects.
440         * variables.texi (Variables with Restricted Values): New node.
442         * objects.texi (Lisp Data Types): Mention that certain variables
443         can only take on a restricted set of values and add an xref to
444         the new node "Variables with Restricted Values".
446         * eval.texi (Function Indirection): Describe the errors that
447         `indirect-function' can signal.
448         (Eval): Clarify the descriptions of `eval-region' and `values'.
449         Describe `eval-buffer' instead of `eval-current-buffer' and
450         mention `eval-current-buffer' as an alias for `current-buffer'.
451         Correct the description and mention all optional arguments.
453         * nonascii.texi: Various small changes in addition to the
454         following.
455         (Converting Representations): Clarify behavior of
456         `string-make-multibyte' and `string-to-multibyte' for unibyte all
457         ASCII arguments.
458         (Character Sets): Document the variable `charset-list' and adapt
459         the definition of the function `charset-list' accordingly.
460         (Translation of Characters): Clarify use of generic characters in
461         `make-translation-table'.  Clarify and correct the description of
462         the use of translation tables in encoding and decoding.
463         (User-Chosen Coding Systems): Correct and clarify the description
464         of `select-safe-coding-system'.
465         (Default Coding Systems): Clarify description of
466         `file-coding-system-alist'.
468 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
470         * strings.texi (Text Comparison): Correctly describe when two
471         strings are `equal'.  Combine and clarify descriptions of
472         `assoc-ignore-case' and `assoc-ignore-representation'.
474         * objects.texi (Non-ASCII in Strings): Clarify description of
475         when a string is unibyte or multibyte.
476         (Bool-Vector Type): Update examples.
477         (Equality Predicates): Correctly describe when two strings are
478         `equal'.
480 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
482         * lists.texi (Building Lists): `append' no longer accepts integer
483         arguments.  Update the description of `number-sequence' to reflect
484         recent changes.
485         (Sets And Lists): Describe `member-ignore-case' after `member'.
487 2003-11-27  Kim F. Storm  <storm@cua.dk>
489         * commands.texi (Click Events): Click object may be an images.
490         Describe (dx . dy) element of click positions.
491         (Accessing Events): Remove duplicate posn-timestamp.
492         New functions posn-object and posn-object-x-y.
494 2003-11-23  Kim F. Storm  <storm@cua.dk>
496         * commands.texi (Click Events): Describe enhancements to event
497         position lists, including new text-pos and (col . row) items.
498         Mention left-fringe and right-fringe area events.
499         (Accessing Events): New functions posn-area and
500         posn-actual-col-row.  Mention posn-timestamp.  Mention that
501         posn-point in non-text area still returns buffer position.
502         Clarify posn-col-row.
504 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
506         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
507         * anti.texi (File Attributes): Describe removed parameter
508         ID-FORMAT.
510 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
512         * positions.texi (Positions): Mention that, if a marker is used as
513         a position, its buffer is ignored.
515         * markers.texi (Overview of Markers): Mention it here too.
517 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
519         * numbers.texi (Numeric Conversions): Not just `floor', but also
520         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
522 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
524         * markers.texi (Creating Markers): Specify insertion type of
525         created markers.  Add xref to `Marker Insertion Types'.
526         Second argument to `copy-marker' is optional.
527         (Marker Insertion Types): Mention that most markers are created
528         with insertion type nil.
529         (The Mark): Correctly describe when `mark' signals an error.
530         (The Region): Correctly describe when `region-beginning' and
531         `region-end' signal an error.
533 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
535         * hash.texi (Creating Hash): Clarify description of `eql'.
536         `makehash' is obsolete.
537         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
539         * positions.texi (Point): Change description of `buffer-end', so
540         that it is also correct for floating point arguments.
541         (List Motion): Correct argument lists of `beginning-of-defun' and
542         `end-of-defun'.
543         (Excursions): Add xref to `Marker Insertion Types'.
544         (Narrowing): Argument to `narrow-to-page' is optional.
546 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
548         * streams.texi (Output Streams): Clarify behavior of point for
549         marker output streams.
551 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
553         * variables.texi (Defining Variables): Second argument to
554         `defconst' is not optional.
555         (Setting Variables): Mention optional argument APPEND to
556         `add-to-list'.
557         (Creating Buffer-Local): Expand description of
558         `make-variable-buffer-local'.
559         (Frame-Local Variables): Expand description of
560         `make-variable-frame-local'.
561         (Variable Aliases): Correct description of optional argument
562         DOCSTRING to `defvaralias'.  Mention return value of
563         `defvaralias'.
564         (File Local Variables): Add xref to `File variables' in Emacs
565         Manual.  Correct description of `hack-local-variables'.  Mention
566         `safe-local-variable' property.  Mention optional second argument
567         to `risky-local-variable-p'.
569 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
571         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
573 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
575         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
576         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
577         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
578         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
579         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
580         lispref/processes.texi, lispref/searching.texi,
581         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
582         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
583         @acronym{FOO}.
585 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
587         * strings.texi (Creating Strings): Argument START to `substring'
588         can not be `nil'.  Expand description of
589         `substring-no-properties'.  Correct description of `split-string',
590         especially with respect to empty matches.  Prevent very bad line
591         break in definition of `split-string-default-separators'.
592         (Text Comparison): `string=' and `string<' also accept symbols as
593         arguments.
594         (String Conversion): More completely describe argument BASE in
595         `string-to-number'.
596         (Formatting Strings): `%s' and `%S' in `format' do require
597         corresponding object.  Clarify behavior of numeric prefix after
598         `%' in `format'.
599         (Case Conversion): The argument to `upcase-initials' can be a
600         character.
602 2003-10-27  Kenichi Handa  <handa@m17n.org>
604         * display.texi (Fontsets): Fix texinfo usage.
606 2003-10-25  Kenichi Handa  <handa@m17n.org>
608         * display.texi (Fontsets): Add description of the function
609         set-fontset-font.
611 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
613         * display.texi (Temporary Displays): Add xref to `Documentation
614         Tips'.
616         * functions.texi (Function Safety): Use inforef instead of pxref
617         for SES.
619 2003-10-23  Andreas Schwab  <schwab@suse.de>
621         * Makefile.in (TEX, texinputdir): Don't define.
622         (TEXI2DVI): Define.
623         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
624         add $(srcdir)/index.texi.
625         ($(infodir)/elisp): Remove index.texi dependency.
626         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
627         (index.texi): Remove target.
628         (dist): Don't link $(srcdir)/permute-index.
629         (clean): Don't remove index.texi.
631         * permute-index, index.perm: Remove.
632         * index.texi: Rename from index.unperm.
634 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
636         * tips.texi (Documentation Tips): Document new behavior for face
637         and variable hyperlinks in Help mode.
639 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
641         * objects.texi (Integer Type): Update for extra bit of integer range.
642         (Character Type): Ditto.
644 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
646         * numbers.texi (Integer Basics): Add index entries for reading
647         numbers in hex, octal, and binary.
649 2003-10-16  Lute Kamstra  <lute@gnu.org>
651         * modes.texi (Mode Line Format): Mention force-mode-line-update's
652         argument.
654 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
656         * windows.texi (Choosing Window): Fix typo.
657         * edebug.texi (Edebug Execution Modes): Fix typo.
659 2003-10-13  Richard M. Stallman  <rms@gnu.org>
661         * windows.texi (Basic Windows): A window has fringe settings,
662         display margins and scroll-bar settings.
663         (Splitting Windows): Doc split-window return value.
664         Clean up one-window-p.
665         (Selecting Windows): Fix typo.
666         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
667         (Buffers and Windows): In set-window-buffer, explain effect
668         on fringe settings and scroll bar settings.
669         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
670         (Choosing Window): Use defopt for pop-up-frame-function.
671         For special-display-buffer-names, explain same-window and same-frame.
672         Clarify window-dedicated-p return value.
673         (Textual Scrolling): scroll-up and scroll-down can get an error.
674         (Horizontal Scrolling): Clarify auto-hscroll-mode.
675         Clarify set-window-hscroll.
676         (Size of Window): Don't mention tool bar in window-height.
677         (Coordinates and Windows): Explain what coordinates-in-window-p
678         returns for fringes and display margins.
679         (Window Configurations): Explain saving fringes, etc.
681         * tips.texi (Library Headers): Clean up Documentation.
683         * syntax.texi (Parsing Expressions): Clean up forward-comment
684         and parse-sexp-lookup-properties.
686         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
688         * os.texi (System Environment): Clean up text for load-average errors.
690         * modes.texi (Hooks): Don't explain local hook details at front.
691         Clarify run-hooks and run-hook-with-args a little.
692         Clean up add-hook and remove-hook.
694         * edebug.texi (Edebug Execution Modes): Clarify t.
695         Document edebug-sit-for-seconds.
696         (Coverage Testing): Document C-x X = and =.
697         (Instrumenting Macro Calls): Fix typo.
698         (Specification List): Don't index the specification keywords.
700 2003-10-10  Kim F. Storm  <storm@cua.dk>
702         * processes.texi (Network): Introduce make-network-process.
704 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
706         * tips.texi (Library Headers): Fix typo.
708 2003-10-07  Juri Linkov  <juri@jurta.org>
710         * modes.texi (Imenu): Mention imenu-create-index-function's
711         default value.  Explain submenus better.
713 2003-10-07  Lute Kamstra  <lute@gnu.org>
715         * modes.texi (Faces for Font Lock): Fix typo.
716         (Hooks): Explain how buffer-local hook variables can refer to
717         global hook variables.
718         Various minor clarifications.
720 2003-10-06  Lute Kamstra  <lute@gnu.org>
722         * tips.texi (Coding Conventions): Mention naming conventions for
723         hooks.
725 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
727         * loading.texi (Library Search): Correct default value of
728         load-suffixes.
729         (Named Features): Fix typo.
731 2003-10-05  Richard M. Stallman  <rms@gnu.org>
733         * loading.texi (Named Features): In `provide',
734         say how to test for subfeatures.
735         (Unloading): In unload-feature, use new var name
736         unload-feature-special-hooks.
738 2003-10-03  Lute Kamstra  <lute@gnu.org>
740         * modes.texi (Major Mode Conventions): Mention third way to set up
741         Imenu.
742         (Imenu): A number of small fixes.
743         Delete documentation of internal variable imenu--index-alist.
744         Document the return value format of imenu-create-index-function
745         functions.
747 2003-09-30  Richard M. Stallman  <rms@gnu.org>
749         * processes.texi (Network): Say what stopped datagram connections do.
751         * lists.texi (Association Lists): Clarify `assq-delete-all'.
753         * display.texi (Overlay Properties): Clarify `evaporate' property.
755 2003-09-29  Lute Kamstra  <lute@gnu.org>
757         * modes.texi (Mode Line Data): Explain when symbols in mode-line
758         constructs should be marked as risky.
759         Change cons cell into proper list.
760         (Mode Line Variables): Change cons cell into proper list.
762 2003-09-26  Lute Kamstra  <lute@gnu.org>
764         * modes.texi (Mode Line Data): Document the :propertize construct.
765         (Mode Line Variables): Reorder the descriptions of the variables
766         to match their order in the default mode-line-format.
767         Describe the new variables mode-line-position and mode-line-modes.
768         Update the default values of mode-line-frame-identification,
769         minor-mode-alist, and default-mode-line-format.
770         (Properties in Mode): Mention the :propertize construct.
772 2003-09-26  Richard M. Stallman  <rms@gnu.org>
774         * buffers.texi, commands.texi, debugging.texi, eval.texi:
775         * loading.texi, minibuf.texi, text.texi, variables.texi:
776         Avoid @strong{Note:}.
778 2003-09-26  Richard M. Stallman  <rms@gnu.org>
780         * keymaps.texi (Remapping Commands): Fix typo.
782 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
784         * processes.texi (Low-Level Network): Fix typo.
786 2003-09-23  Kim F. Storm  <storm@cua.dk>
788         * processes.texi (Network, Network Servers): Fix typos.
789         (Low-Level Network): Add timeout value for :server keyword.
790         Add new option keywords to make-network-process.
791         Add set-network-process-options.
792         Explain how to test availability of network options.
794 2003-09-19  Richard M. Stallman  <rms@gnu.org>
796         * text.texi (Motion by Indent): Arg to
797         backward-to-indentation and forward-to-indentation is optional.
799         * strings.texi (Creating Strings): Add substring-no-properties.
801         * processes.texi
802         (Process Information): Add list-processes arg QUERY-ONLY.
803         Delete process-contact from here.
804         Add new status values for process-status.
805         Add process-get, process-put, process-plist, set-process-plist.
806         (Synchronous Processes): Add call-process-shell-command.
807         (Signals to Processes): signal-process allows process objects.
808         (Network): Complete rewrite.
809         (Network Servers, Datagrams, Low-Level Network): New nodes.
811         * positions.texi (Word Motion): forward-word, backward-word
812         arg is optional.  Reword.
814         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
816         * variables.texi (Creating Buffer-Local):
817         Delete duplicate definition of buffer-local-value.
818         (File Local Variables): Explain about discarding text props.
820 2003-09-11  Richard M. Stallman  <rms@gnu.org>
822         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
823         changes variables that record input events.
824         (Minibuffer Misc): Add minibuffer-selected-window.
826         * lists.texi (Building Lists): Add copy-tree.
828         * display.texi (Fontsets): Add char-displayable-p.
829         (Scroll Bars): New node.
831 2003-09-08  Lute Kamstra  <lute@gnu.org>
833         * modes.texi (%-Constructs): Document new `%i' and `%I'
834         constructs.
836 2003-09-03  Peter Runestig  <peter@runestig.com>
838         * makefile.w32-in: New file.
840 2003-08-29  Richard M. Stallman  <rms@gnu.org>
842         * display.texi (Overlay Properties): Clarify how priorities
843         affect use of the properties.
845 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
847         * customize.texi (Type Keywords): Correct the description of
848         `:help-echo' in the case where `motion-doc' is a function.
850 2003-08-14  John Paul Wallington  <jpw@gnu.org>
852         * modes.texi (Emulating Mode Line): Subsection, not section.
854 2003-08-13  Richard M. Stallman  <rms@gnu.org>
856         * elisp.texi (Top): Update subnode lists in menu.
858         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
859         (Kill Functions): kill-region has new arg yank-handler.
860         (Yanking): New node.
861         (Yank Commands): Add yank-undo-function.
862         (Low-Level Kill Ring):
863         kill-new and kill-append have new arg yank-handler.
864         (Changing Properties): Add remove-list-of-text-properties.
865         (Atomic Changes): New node.
867         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
869         * streams.texi (Output Variables): Add eval-expression-print-length
870         and eval-expression-print-level.
872         * os.texi (Time Conversion): For encode-time, explain limits on year.
874         * objects.texi (Character Type): Define anchor "modifier bits".
876         * modes.texi (Emulating Mode Line): New node.
877         (Search-based Fontification): Font Lock uses font-lock-face property.
878         (Other Font Lock Variables): Likewise.
880         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
881         not vectors.
882         (Active Keymaps): Add emulation-mode-map-alists.
883         (Functions for Key Lookup): key-binding has new arg no-remap.
884         (Remapping Commands): New node.
885         (Scanning Keymaps): where-is-internal has new arg no-remap.
886         (Tool Bar): Add tool-bar-local-item-from-menu.
887         Clarify when to use tool-bar-add-item-from-menu.
889         * commands.texi (Interactive Call): commandp has new arg.
890         (Command Loop Info): Add this-original-command.
892 2003-08-06  John Paul Wallington  <jpw@gnu.org>
894         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
896         * display.texi (Warning Basics): Fix typo.
897         (Fringes): Add closing curly bracket and fix typo.
899         * elisp.texi (Top): Fix typo.
901 2003-08-05  Richard M. Stallman  <rms@gnu.org>
903         * elisp.texi: Update lists of subnodes.
905         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
907         * variables.texi (Local Variables): Use lc for example variable names.
909         * tips.texi (Library Headers): Explain where to put -*-.
911         * strings.texi (Creating Strings): Fix xref for vconcat.
913         * sequences.texi (Vector Functions):
914         vconcat no longer allows integer args.
916         * minibuf.texi (Reading File Names): read-file-name has new
917         arg PREDICATE.  New function read-directory-name.
919         * macros.texi (Defining Macros): Give definition of `declare'
920         (Indenting Macros): New node.
922         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
923         (Window Frame Parameters): Make separate table of parameters
924         that are coupled with specific face attributes.
925         (Deleting Frames): delete-frame-hooks renamed to
926         delete-frame-functions.
928         * files.texi (Magic File Names): Add file-remote-p.
929         Clarify file-local-copy.
931         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
932         here; instead xref Defining Macros.
934         * display.texi (Warnings): New node, and subnodes.
935         (Fringes): New node.
937         * debugging.texi (Test Coverage): New node.
939         * compile.texi (Compiler Errors): Explain with-no-warnings
940         and other ways to suppress warnings.
942         * commands.texi (Interactive Call): Minor clarification.
944         * buffers.texi (Buffer File Name): set-visited-file-name
945         renames the buffer too.
947         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
949 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
951         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
953 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
955         * internals.texi (Garbage Collection): Fix previous change.
957 2003-07-22  Richard M. Stallman  <rms@gnu.org>
959         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
961         * display.texi (Width): Use \s syntax in example.
962         (Font Selection): Add face-font-rescale-alist.
964         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
965         Remove spurious indent in example.
967         * lists.texi (Building Lists): Add number-sequence.
969         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
971         * functions.texi (Function Documentation): Explain how to
972         show calling convention explicitly in the doc string.
974         * windows.texi (Selecting Windows): save-selected-window saves
975         selected window of each frame.
976         (Window Configurations): Minor change.
978         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
980         * streams.texi (Output Variables): Add print-continuous-numbering
981         and print-number-table.
983         * processes.texi (Decoding Output): New node.
985         * os.texi (Time Conversion): decode-time arg is optional.
987         * objects.texi (Character Type): Don't use space as example for \.
988         Make list of char names and \-sequences correspond.
989         Explain that \s is not used in strings.  `\ ' needs space after.
991         * nonascii.texi (Converting Representations): Add string-to-multibyte.
992         (Translation of Characters): Add translation-table-for-input.
993         (Default Coding Systems): Add auto-coding-functions.
994         (Explicit Encoding): Add decode-coding-inserted-region.
995         (Locales): Add locale-info.
997         * minibuf.texi (Basic Completion): Describe test-completion.
998         Collections can be lists of strings.
999         Clean up lazy-completion-table.
1000         (Programmed Completion): Mention test-completion.
1001         Clarify why lambda expressions are not accepted.
1002         (Minibuffer Misc): Describe minibufferp.
1004 2003-07-14  Richard M. Stallman  <rms@gnu.org>
1006         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1008         * windows.texi (Selecting Windows): New arg to select-window.
1009         (Selecting Windows): Add with-selected-window.
1010         (Size of Window): Add window-inside-edges, etc.
1012         * internals.texi (Garbage Collection): Add post-gc-hook.
1014         * processes.texi (Subprocess Creation): Add exec-suffixes.
1016         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1017         (Scanning Keymaps): Add map-keymaps.
1018         (Defining Menus): Add keymap-prompt.
1020         * numbers.texi (Integer Basics): Add most-positive-fixnum,
1021         most-negative-fixnum.
1023         * compile.texi (Byte Compilation): Explain no-byte-compile
1024         (Compiler Errors): New node.
1026         * os.texi (User Identification): user-uid, user-real-uid
1027         can return float.
1029         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1030         and about derived modes.
1031         (Minor Modes): Add minor-mode-list.
1032         (Defining Minor Modes): Keyword args for define-minor-mode.
1033         (Search-based Fontification): Explain managing other properties.
1034         (Other Font Lock Variables): Add font-lock-extra-managed-props.
1035         (Faces for Font Lock): Add font-locl-preprocessor-face.
1036         (Hooks): Add run-mode-hooks and delay-mode-hooks.
1038         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1039         (Variable Aliases): Clarify defvaralias.
1041         * loading.texi (Library Search): Add load-suffixes.
1043         * minibuf.texi (Basic Completion): Add lazy-completion-table.
1044         (Programmed Completion): Add dynamic-completion-table.
1046         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1047         (Magic File Names): Specify precedence order of handlers.
1049         * commands.texi (Command Overview): Emacs server runs pre-command-hook
1050         and post-command-hook.
1051         (Waiting): New calling convention for sit-for.
1053         * text.texi (Special Properties): local-map and keymap properties
1054         apply based on their stickiness.
1056 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1058         * modes.texi (Minor Mode Conventions): Specify only some kinds
1059         of list values as args to minor modes.
1061         * files.texi (File Name Expansion): Warn about iterative use
1062         of substitute-in-file-name.
1064         * advice.texi (Activation of Advice): Clean up previous change.
1066 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
1068         * advice.texi (Activation of Advice): Note that ad-start-advice is
1069         turned on by default.
1071 2003-06-30  Richard M. Stallman  <rms@gnu.org>
1073         * text.texi (Buffer Contents): Document current-word.
1074         (Change Hooks): Not called for *Messages*.
1076         * functions.texi (Defining Functions): Explain about redefining
1077         primitives.
1078         (Function Safety): Renamed.  Minor changes.
1079         Comment out the detailed criteria for what is safe.
1081 2003-06-22  Andreas Schwab  <schwab@suse.de>
1083         * objects.texi (Symbol Type): Fix description of examples.
1085 2003-06-16  Andreas Schwab  <schwab@suse.de>
1087         * hash.texi (Creating Hash): Fix description of :weakness.
1089 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1091         * files.texi (Changing Files): copy-file copies file modes, too.
1093 2003-05-28  Richard M. Stallman  <rms@gnu.org>
1095         * strings.texi (Creating Strings): Clarify split-string.
1097 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
1099         * strings.texi (Creating Strings): Update split-string specification
1100         and examples.
1102 2003-05-19  Richard M. Stallman  <rms@gnu.org>
1104         * elisp.texi: Correct invariant section names.
1106 2003-04-20  Richard M. Stallman  <rms@gnu.org>
1108         * os.texi (Timers): Explain about timers and quitting.
1110 2003-04-19  Richard M. Stallman  <rms@gnu.org>
1112         * internals.texi (Writing Emacs Primitives): Strings are
1113         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
1114         Explain GCPRO convention for varargs function args.
1116 2003-04-16  Richard M. Stallman  <rms@gnu.org>
1118         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1120 2003-04-08  Richard M. Stallman  <rms@gnu.org>
1122         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1124 2003-02-13  Kim F. Storm  <storm@cua.dk>
1126         * objects.texi (Character Type): New \s escape for space.
1128 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1130         * os.texi (System Environment): Added cygwin system-type.
1132 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1134         * keymaps.texi: Document that a symbol can act as a keymap.
1136 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1138         * text.texi (Changing Properties): Say string indices are origin-0.
1140         * positions.texi (Screen Lines) <compute-motion>:
1141         Correct order of elts in return value.
1143         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1144         how to define a default binding.
1146 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1148         * loading.texi (Unloading): Fix recent change for load-history.
1150         * customize.texi (Simple Types): Clarify description of custom
1151         type 'number. Describe new custom type 'float.
1153 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1155         * variables.texi (File Local Variables): Fix typo.
1157 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1159         From Michael Albinus <Michael.Albinus@alcatel.de>.
1161         * README: Target for Info file is `make info'.
1163         * files.texi (File Name Components): Fixed typos in
1164         `file-name-sans-extension'.
1165         (Magic File Names): Complete list of operations for magic file
1166         name handlers.
1168 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1170         * variables.texi (File Local Variables): New function
1171         risky-local-variable-p.
1173 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1175         * functions.texi (Function safety): New node about unsafep.
1177 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1179         * customize.texi (Splicing into Lists): Fixed example.
1180         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1182 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1184         * frames.texi (Display Feature Testing): Fix typo.
1186 2002-06-12  Andreas Schwab  <schwab@suse.de>
1188         * frames.texi (Initial Parameters, Resources): Fix references to
1189         the Emacs manual.
1191 2002-05-13  Kim F. Storm  <storm@cua.dk>
1193         * variables.texi (Intro to Buffer-Local): Updated warning and
1194         example relating to changing buffer inside let.
1196 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1198         * os.texi (Session Management): New node about X Session management.
1200 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1202         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1203         to which the manual corresponds, and the copyright years.
1205         * Makefile.in (VERSION): Set to 2.9.
1207 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1209         * elisp.texi: Change the category in @dircategory to "Emacs", to
1210         make it consistent with info/dir.
1212 2001-11-25  Miles Bader  <miles@gnu.org>
1214         * text.texi (Fields): Describe new `limit' arg in
1215         field-beginning/field-end.
1217 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1219         * permute-index: Don't depend on csh-specific features.  Replace
1220         the interpreter name with /bin/sh.
1222         * two-volume-cross-refs.txt: New file.
1223         * two.el: New file.
1224         * spellfile: New file.
1226 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1228         * permute-index: New file.
1230         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1231         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1232         8+3 restricted namespace.
1234         * Makefile.in (infodir): Define relative to $(srcdir).
1235         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1236         include directories list via -I switch to makeinfo.
1237         (index.texi): Use cp if both hard and symbolic links fail.
1239 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1241         * Makefile.in (distclean): Add.
1243         The following changes make ELisp manual part of the Emacs
1244         distribution:
1246         * Makefile.in: Add Copyright notice.
1247         (prefix): Remove.
1248         (infodir): Change value to "../info".
1249         (VPATH): New variable.
1250         (MAKE): Don't define.
1251         (texmacrodir): Don't define.
1252         (texinputdir): Append the existing value of TEXINPUTS.
1253         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1254         command to be compatible with man/Makefile.in, and to put the
1255         output into ../info.
1256         (info): Add target.
1257         (installall): Target removed.
1259 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1261         * tips.texi (Coding Conventions): Fix typo.
1263 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1265         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1267 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1269         * files.texi (File Name Components): Update the description of
1270         file-name-sans-extension and file-name-extension, as they now
1271         ignore leading dots.
1273 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1275         * (Version 21.1 released.)
1277 2001-10-19  Miles Bader  <miles@gnu.org>
1279         * positions.texi (Text Lines): Describe behavior of
1280         `beginning-of-line'/`end-of-line' in the presence of field properties.
1282 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1284         * Makefile.in (VERSION): Set to 2.8.
1285         (manual): Use `manual-21'.
1287         * elisp.texi (VERSION): Add and use it where the version
1288         number was used.  Set it to 2.8.
1290         * intro.texi: Likewise.
1292 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1294         * files.texi (File Name Completion): Document the significance of
1295         a trailing slash in elements of completion-ignored-extensions.
1297 2001-10-06  Miles Bader  <miles@gnu.org>
1299         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1301 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1303         * variables.texi (Variable Aliases): New node.
1305 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1307         * Branch for 21.1.
1309 2001-10-02  Miles Bader  <miles@gnu.org>
1311         * minibuf.texi (Minibuffer Misc): Add entries for
1312         `minibuffer-contents', `minibuffer-contents-no-properties', and
1313         `delete-minibuffer-contents'.
1314         Correct description for `minibuffer-prompt-end'.
1316         * text.texi (Property Search): Correct descriptions of
1317         `next-char-property-change' and `previous-char-property-change'.
1318         Add entries for `next-single-char-property-change' and
1319         `previous-single-char-property-change'.
1320         Make operand names a bit more consistent.
1322 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1324         * frames.texi (Finding All Frames): Document that next-frame and
1325         previous-frame are local to current terminal.
1327 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1329         * keymaps.texi (Creating Keymaps): Fix the description of the
1330         result of make-keymap.
1332 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1334         * display.texi (Font Lookup, Attribute Functions)
1335         (Image Descriptors): Add cross-references to the definition of
1336         selected frame.
1338         * buffers.texi (The Buffer List): Add cross-references to the
1339         definition of selected frame.
1341         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1342         frame at any given time.
1343         (Multiple Displays, Size and Position): Add a cross-reference to
1344         the definition of the selected frame.
1346 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1348         * strings.texi (String Conversion) <string-to-number>: Document
1349         that a float is returned for integers that are too large.
1351         * frames.texi (Mouse Position): Document mouse-position-function.
1352         (Display Feature Testing): Document display-images-p.
1353         (Window Frame Parameters): Document the cursor-type variable.
1355         * numbers.texi (Integer Basics): Document CL style read syntax for
1356         integers in bases other than 10.
1358         * positions.texi (List Motion): Document
1359         open-paren-in-column-0-is-defun-start.
1361         * lists.texi (Sets And Lists): Document member-ignore-case.
1363         * internals.texi (Garbage Collection): Document the used and free
1364         strings report.
1365         (Memory Usage): Document strings-consed.
1367         * os.texi (Time of Day): Document float-time.
1368         (Recording Input): Document that clear-this-command-keys clears
1369         the vector to be returned by recent-keys.
1371         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1372         argument keymap can be a list.
1374         * nonascii.texi (User-Chosen Coding Systems)
1375         <select-safe-coding-system>: Document the new argument
1376         accept-default-p and the variable
1377         select-safe-coding-system-accept-default-p.  Tell what happens if
1378         buffer-file-coding-system is undecided.
1379         (Default Coding Systems): Document auto-coding-regexp-alist.
1381         * display.texi (The Echo Area) <message>: Document
1382         message-truncate-lines.
1383         (Glyphs): Document that the glyph table is unused on windowed
1384         displays.
1386         * help.texi (Describing Characters) <single-key-description>:
1387         Document the new argument no-angles.
1388         (Accessing Documentation) <documentation-property>: Document that
1389         a non-string property is evaluated.
1390         <documentation>: Document that the function-documentation property
1391         is looked for.
1393         * windows.texi (Selecting Windows): Document some-window.
1395         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1397         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1398         apropos-mode-hook.
1400         * commands.texi (Using Interactive): Document interactive-form.
1401         (Keyboard Macros): Document kbd-macro-termination-hook.
1402         (Command Loop Info): Document that clear-this-command-keys clears
1403         the vector to be returned by recent-keys.
1405 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1407         * Makefile.in (srcdir, texinputdir): New variables.
1408         (srcs, index.texi, install): Use $(srcdir).
1409         (.PHONY): Remove elisp.dvi.
1410         (elisp): Use -I switch for makeinfo.
1411         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1412         (installall, dist): Use $(srcdir).
1413         Fix path to texinfo.tex.
1414         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1416 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1418         * display.texi (Conditional Display): Adjust to API change.
1420         * configure: New file.
1422 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1424         * commands.texi (Repeat Events): Add description of
1425         double-click-fuzz.
1427 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1429         * syntax.texi (Syntax Class Table): Add the missing designator for
1430         comment and string fences.
1431         (Syntax Properties): Add a xref to syntax table internals.
1432         (Syntax Table Internals): Document string-to-syntax.
1434 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1436         * Makefile.in (install): Use install-info command line options
1437         like in Emacs' Makefile.in.
1439 2000-12-09  Miles Bader  <miles@gnu.org>
1441         * windows.texi (Window Start): Update documentation for
1442         `pos-visible-in-window-p'.
1444 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1446         * lists.texi (Building Lists): Add footnote to explain how to add
1447         to the end of a list.
1449 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1451         * files.texi (Visiting Functions): Typos.
1453 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1455         * files.texi (Visiting Functions): Return value of
1456         find-file-noselect may be a list of buffers if wildcards are used.
1458 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1460         * display.texi (Defining Faces): Document `graphic' display type
1461         in face specs.
1463 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1465         * hooks.texi (Standard Hooks): Replace obsolete
1466         `after-make-frame-hook' with `after-make-frame-functions'.
1468         * frames.texi (Creating Frames): Ditto.
1470         * variables.texi (Future Local Variables): Ditto.
1472 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1474         * display.texi (Other Image Types): Add description of :foreground
1475         and :background properties of mono PBM images.
1477 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1479         * .cvsignore: New file.
1481 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1483         * tindex.pl: New script.
1485 1999-12-03  Dave Love  <fx@gnu.org>
1487         * Makefile.in (MAKEINFO): New parameter.
1489 1999-09-17  Richard Stallman  <rms@gnu.org>
1491         * Makefile.in (srcs): Add hash.texi.
1492         (VERSION): Update to 20.6.
1494 1999-09-13  Richard Stallman  <rms@gnu.org>
1496         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1498 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1500         * configure.in: New file.
1501         * Makefile.in: Renamed from Makefile.
1502         (prefix, infodir): Use value obtained from configure.
1503         (emacslibdir): Obsolete variable deleted.
1504         (dist): Distribute configure.in, configure, Makefile.in.
1506 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1508         * Makefile (INSTALL_INFO): New variable.
1509         (install): Run install-info.
1511 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1513         * Makefile (elisp.dvi): Add missing backslash.
1515 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1517         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1518         Run texindex without `./'.  Always run texindex on elisp.tp.
1519         (elisp.tps): Target deleted.
1521 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1523         * Makefile (srcs): Add nonascii.texi and customize.texi.
1524         (dist): Start by deleting `temp'.
1526 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1528         * Makefile (makeinfo, texindex): Targets deleted.
1529         (makeinfo.o, texindex.o): Targets deleted.
1530         (clean, dist): Don't do anything with them or with getopt*.
1532 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1534         * Makefile (SHELL): Defined.
1536 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1538         * Makefile (elisp.tps): New target.
1539         (elisp.dvi): Depend on elisp.tps.
1541 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1543         * README: Update phone number.
1545         * Makefile (elisp): Make this be the default target.
1546         Depend on makeinfo.c instead of makeinfo.
1547         (install): Don't depend on elisp.dvi, since we don't install that.
1548         Use mkinstalldirs.
1549         (dist): Add mkinstalldirs.
1551 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1553         * Makefile (VERSION): Update version number.
1554         (maintainer-clean): Renamed from realclean.
1556 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1558         * Makefile (realclean): New target.
1559         (elisp): Remove any old elisp-* files first.
1561 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1563         * Makefile (VERSION): New variable.
1564         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1565         Compressed file suffix should be `.gz', not `.z'.
1567 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1569         * Makefile (elisp): Depend on makeinfo.
1571 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1573         * Makefile (srcs): Add anti.texi.
1575 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1577         * Makefile (infodir, prefix): New vars.
1578         (install): Use infodir.
1579         (emacsinfodir): Deleted.
1581 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1583         * Makefile (srcs): Add calendar.texi.
1585         * Makefile (dist): Copy texindex.c and makeinfo.c.
1586         Limit elisp-* files to those with one or two digits.
1588 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1590         * Makefile (dist): Changed to use Gzip instead of compress.
1592 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1594         * loading.texi (Unloading): define-function changed back to
1595         defalias.  It may not stay this way, but at least it's
1596         consistent with the known-good version of the code patch.
1598 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1600         * modes.texi (Hooks): Document new optional arg of add-hook.
1602 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1604         * variables.texi: Document nil initial value of buffer-local variables.
1606         * tips.texi: Add new section on standard library headers.
1608 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1610         * Makefile (srcs): Add frame.texi to the list of sources.
1612 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1614         * Makefile (dist): Don't bother excluding autosave files; they'll
1615         never make it into the temp directory anyway, and the hash marks
1616         in the name are problematic for make and the Bourne shell.
1617         (srcs):
1619 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1621         * Makefile (dist): Don't include backup files or autosave files in
1622         the distribution tar file.
1624 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1626         * Makefile (srcs): Added index.perm.
1627         (elisp.dvi): Remove erroneous shell comment.
1628         Expect output of permute-index in permuted.fns.
1629         Save old elisp.aux in elisp.oaux.
1630         (clean): Added index.texi to be deleted.
1632 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1634         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1636 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1638         * files.texi:  Noted that completion-ignored-extensions is ignored
1639         when making *Completions*.
1641 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1643         * Makefile  make dist now depends on elisp.dvi, since it tries
1644         to include it in the dist file.
1646 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1648         * functions.texinfo (Mapping Functions): Add missing quote
1650 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1652         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1653         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1655 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1657         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1658         and @error{} are the terms now being used.  The files in the
1659         directory have been changed to reflect this.
1661         * All instances of @indentedresultt{} have been changed to
1662         `     @result{}', using 5 spaces at the begining of the line.
1664 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1666         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1667         experimental @indentedresult{}, @indentedexpandsto{} are part of
1668         the texinfo.tex in this directory.  These TeX macros are not
1669         stable yet.
1671 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1673         * texinfo.tex:  temporarily added
1674                 \let\result=\dblarrow
1675                 \def\error{{\it ERROR} \longdblarrow}
1676         We need to do this better soon.
1678 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1680         * Applied Karl Berry's patches to *.texinfo files, but not to
1681         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1682         new title page format is also not applied, since it requires
1683         texinfo.tex changes.)
1685         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1686         for the Project GNU development environment.
1688 ;; Local Variables:
1689 ;; coding: iso-2022-7bit
1690 ;; End:
1692     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1693   Copying and distribution of this file, with or without modification,
1694   are permitted provided the copyright notice and this notice are preserved.
1696 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda