Various clarifications.
[emacs.git] / lispref / ChangeLog
blob1e04943f4f261910ecc6d52b4858c5e33aaedd0a
1 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
3         * sequences.texi: Various clarifications.
5 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
7         * buffers.texi (Read Only Buffers): Mention optional ARG to
8         `toggle-read-only'.
10 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
12         * windows.texi (Selecting Windows): Note that get-lru-window
13         returns a full-width window if possible.
15 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17         * buffers.texi: Various changes in addition to:
18         (Buffer File Name): Add `find-buffer-visiting'.
19         (Buffer Modification): Mention optional ARG to `not-modified'.
20         (Indirect Buffers): Mention optional CLONE argument to
21         `make-indirect-buffer'.
23         * files.texi: Various changes in addition to:
24         (Visiting Functions): `find-file-hook' is now a normal hook.
25         (File Name Expansion): Explain difference between the way that
26         `expand-file-name' and `file-truename' treat `..'.
27         (Contents of Directories): Mention optional ID-FORMAT argument to
28         `directory-files-and-attributes'.
29         (Format Conversion): Mention new optional CONFIRM argument to
30         `format-write-file'.
32 2004-04-12  Miles Bader  <miles@gnu.org>
34         * macros.texi (Expansion): Add description of `macroexpand-all'.
36 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
38         * variables.texi (Variable Aliases): Mention
39         cyclic-variable-indirection.
41         * errors.texi (Standard Errors): Ditto.
43 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
45         * backups.texi:  Various small changes in addition to:
46         (Making Backups): Mention return value of `backup-buffer'.
47         (Auto-Saving): Mention optional FORCE argument to
48         `delete-auto-save-file-if-necessary'.
49         (Reverting): Mention optional PRESERVE-MODES argument to
50         `revert-buffer'.  Correct description of `revert-buffer-function'.
52 2004-03-22  Juri Linkov  <juri@jurta.org>
54         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
55         with `Vector Functions'.
57         * text.texi (Sorting): Add missing quote.
59 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
61         * intro.texi (Lisp History): Replace xref to `cl' manual with
62         inforef.
64 2004-03-12  Richard M. Stallman  <rms@gnu.org>
66         * intro.texi (Version Info): Add arg to emacs-version.
67         (Lisp History): Change xref to CL manual.
69 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
71         * minibuf.texi (Completion Commands): Add xref to Emacs manual
72         for Partial Completion mode.
74 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
76         * customize.texi: Fix typo. Remove eol whitespace.
78 2004-03-04  Richard M. Stallman  <rms@gnu.org>
80         * processes.texi: Fix typos.
82         * lists.texi (Building Lists): Minor clarification.
84         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
85         in make-hash-table.
87 2004-02-29  Juanma Barranquero  <lektu@terra.es>
89         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
90         rm, and ignore exit code.
92 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
94         * display.texi (Defining Faces): Add description for min-colors.
95         Update example.
97 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
99         * abbrevs.texi: Various corrections and clarifications in addition
100         to the following:
101         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
103 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
105         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
107 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
109         * text.texi: Various small changes in addition to the following:
110         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
111         to delete-horizontal-space.
112         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
113         description of yank-handler text property at various places.
115         * frames.texi (Window System Selections): Add anchor.
117         * syntax.texi (Syntax Table Functions): Clarify and correct
118         descriptions of make-syntax-table and copy-syntax-table.
119         (Motion and Syntax): Clarify SYNTAXES argument to
120         skip-syntax-forward.
121         (Parsing Expressions): Mention that the return value of
122         parse-partial-sexp is currently a list of ten rather than nine
123         elements.
124         (Categories): Various corrections and clarifications.
126 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
128         * markers.texi (Marker Insertion Types): Minor change.
130         * locals.texi (Standard Buffer-Local Variables):
131         * commands.texi (Interactive Codes, Using Interactive):
132         * functions.texi (Related Topics): Fix xrefs.
134 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
136         * lists.texi (Sets And Lists): Update description of delete-dups.
138 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
140         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
142 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
144         * frames.texi (Parameter Access): frame-parameters arg is optional.
145         modify-frame-parameters handles nil for FRAME.
146         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
147         are all-or-nothing for certain toolkits.
148         Mention parameter wait-for-wm.
149         (Frames and Windows): In frame-first-window and frame-selected-window
150         the arg is optional.
151         (Input Focus): In redirect-frame-focus the second arg is optional.
152         (Window System Selections): Mention selection type CLIPBOARD.
153         Mention data-type UTF8_STRING.
154         Mention numbering of cut buffers.
155         (Resources): Describe x-resource-name.
157 2004-02-16  Richard M. Stallman  <rms@gnu.org>
159         * windows.texi (Buffers and Windows): Delete false table
160         about all-frames.
162         * syntax.texi (Parsing Expressions): Delete old caveat
163         about parse-sexp-ignore-comments.
165         * streams.texi (Output Variables): Add print-quoted.
167         * lists.texi (Building Lists): Minor cleanup.
169         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
171         * display.texi (Overlays): Explain overlays use markers.
172         (Managing Overlays): Explain front-advance and rear-advance
173         in more detail.
175         * loading.texi (Unloading): Document unload-feature-special-hooks.
176         Get rid of fns-NNN.el file.
178 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
180         * help.texi (Describing Characters): Fix text-char-description
181         example output.
183         * edebug.texi (Using Edebug): Fix example.
185         * debugging.texi (Internals of Debugger): Fix return value.
187         * files.texi (Changing Files): Fix argname.
189         * calendar.texi: Fix parens, and default values.
191         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
192         * nonascii.texi, objects.texi, os.texi: Minor fixes.
193         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
195         * positions.texi (Text Lines): Don't add -1 in current-line.
197 2004-02-16  Richard M. Stallman  <rms@gnu.org>
199         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
201 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
203         * processes.texi (Low-Level Network): Fix a typo.
205 2004-02-12  Kim F. Storm  <storm@cua.dk>
207         * display.texi (Fringes): Use consistent wording.
208         Note that window-fringe's window arg is optional.
209         (Scroll Bars): Use consistent wording.
211 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
213         * tips.texi (Comment Tips): Document the new conventions for
214         commenting out code.
216 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
218         * positions.texi (Text Lines): Added missing end defun.
220 2004-02-07  Kim F. Storm  <storm@cua.dk>
222         * positions.texi (Text Lines): Add line-number-at-pos.
224 2004-02-06  John Paul Wallington  <jpw@gnu.org>
226         * display.texi (Button Properties, Button Buffer Commands):
227         mouse-2 invokes button, not down-mouse-1.
229 2004-02-04  Jason Rumney  <jasonr@gnu.org>
231         * makefile.w32-in: Sync with Makefile.in changes.
233 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
235         * minibuf.texi (Text from Minibuffer): Various corrections and
236         clarifications.
237         (Object from Minibuffer): Correct Lisp description of
238         read-minibuffer.
239         (Minibuffer History): Clarify description of cons values for
240         HISTORY arguments.
241         (Basic Completion): Various corrections and clarifications.  Add
242         completion-regexp-list.
243         (Minibuffer Completion): Correct and clarify description of
244         completing-read.
245         (Completion Commands): Mention Partial Completion mode.  Various
246         other minor changes.
247         (High-Level Completion): Various corrections and clarifications.
248         (Reading File Names): Ditto.
249         (Minibuffer Misc): Ditto.
251 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
253         * strings.texi (Text Comparison): assoc-string also matches
254         elements of alists that are strings instead of conses.
255         (Formatting Strings): Standardize Texinfo usage.  Update index
256         entries.
258 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
260         * lists.texi (Sets And Lists): Add delete-dups.
262 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
264         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
265         special form.
266         * macros.texi (Defining Macros): Update description of `declare',
267         which now is a macro.
268         (Wrong Time): Fix typos.
270 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
272         * compile.texi (Compilation Functions): Expand descriptions of
273         `compile-defun', `byte-compile-file', `byte-recompile-directory'
274         and `batch-byte-compile'.  In particular, mention and describe
275         all optional arguments.
276         (Disassembly): Correct and clarify the description of `disassemble'.
278 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
280         * searching.texi: Various small changes in addition to the
281         following.
282         (Regexp Example): Adapt to new value of `sentence-end'.
283         (Regexp Functions): The PAREN argument to `regexp-opt' can be
284         `words'.
285         (Search and Replace): Add usage note for `perform-replace'.
286         (Entire Match Data): Mention INTEGERS and REUSE arguments to
287         `match-data'.
288         (Standard Regexps): Update for new values of `paragraph-start'
289         and `sentence-end'.
291 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
293         * files.texi (Saving Buffers): Clarify descriptions of
294         `write-contents-functions' and `before-save-hook'.
295         Make the defvar's for `before-save-hook' and `after-save-hook'
296         into defopt's.
298 2004-01-07  Kim F. Storm  <storm@cua.dk>
300         * commands.texi (Click Events): Describe new image and
301         width/height elements of click events.
302         (Accessing Events): Add posn-string, posn-image, and
303         posn-object-width-height.  Change posn-object to return either
304         image or string object.
306 2004-01-01  Simon Josefsson  <jas@extundo.com>
308         * hooks.texi (Standard Hooks): Add before-save-hook.
309         * files.texi (Saving Buffers): Likewise.
311 2004-01-03  Richard M. Stallman  <rms@gnu.org>
313         * frames.texi (Frames and Windows): Delete frame-root-window.
315 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
317         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
319         * functions.texi: Various small changes in addition to the
320         following.
321         (What Is a Function): `functionp' returns nil for macros.  Clarify
322         behavior of this and following functions for symbol arguments.
323         (Function Documentation): Add `\' in front of (fn @var{arglist})
324         and explain why.
325         (Defining Functions): Mention DOCSTRING argument to `defalias'.
326         Add anchor.
327         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
329 2004-01-01  Miles Bader  <miles@gnu.org>
331         * display.texi (Buttons): New section.
333 2003-12-31  Andreas Schwab  <schwab@suse.de>
335         * numbers.texi (Math Functions): sqrt reports a domain-error
336         error.
337         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
339 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
341         * tips.texi (Documentation Tips): Update item on hyperlinks in
342         documentation strings.
344         * errors.texi (Standard Errors): Various small corrections and
345         additions.
347         * control.texi: Various small changes in addition to the
348         following.
349         (Signaling Errors): Provide some more details on how `signal'
350         constructs the error message.  Add anchor to the definition of
351         `signal'.
352         (Error Symbols): Describe special treatment of `quit'.
353         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
354         to emphasize that it has to be a single form.
356         * buffers.texi: Add anchor.
358 2003-12-29  Richard M. Stallman  <rms@gnu.org>
360         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
361         (Window Configurations): Add window-configuration-frame.
363         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
365         * text.texi (Examining Properties): Add get-char-property-and-overlay.
366         Change arg name in get-char-property.
367         (Special Properties): Update handling of keymap property.
369         * strings.texi (Modifying Strings): Add clear-string.
370         (Text Comparison): Add assoc-string and remove
371         assoc-ignore-case, assoc-ignore-representation.
373         * os.texi (Time of Day): Add set-time-zone-rule.
375         * numbers.texi (Math Functions): asin, acos, log, log10
376         report domain-error errors.
378         * nonascii.texi (Converting Representations):
379         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
380         (Encoding and I/O): Add file-name-coding-system.
382         * modes.texi (Search-based Fontification): Explain that
383         face specs are symbols with face names as values.
385         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
387         * lists.texi (Building Lists): remq moved elsewhere.
388         (Sets And Lists): remq moved here.
389         (Association Lists): Refer to assoc-string.
391         * internals.texi (Garbage Collection): Add memory-use-counts.
393         * frames.texi (Frames and Windows): Add set-frame-selected-window
394         and frame-root-window.
396         * files.texi (Contents of Directories):
397         Add directory-files-and-attributes.
399         * display.texi (Refresh Screen): Add force-window-update.
400         (Invisible Text): Explain about moving point out of invis text.
401         (Overlay Properties): Add overlay-properties.
402         (Managing Overlays): Add overlayp.
403         (GIF Images): Invalid image number displays a hollow box.
405         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
406         (Killing Buffers): Add buffer-live-p.
408 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
410         * display.texi (Fringes): Fix typo "set-buffer-window".
412 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
414         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
415         * nonascii.texi, processes.texi, tips.texi, variables.texi:
416         Add or change various xrefs and anchors.
418         * commands.texi: Replace all occurrences of @acronym{CAR} with
419         @sc{car}, for consistency with the rest of the Elisp manual.
420         `car' and `cdr' are historically acronyms, but are no longer
421         widely thought of as such.
423         * internals.texi (Pure Storage): Mention that `purecopy' does not
424         copy text properties.
425         (Object Internals): Now 29 bits are used (in most implementations)
426         to address Lisp objects.
428         * variables.texi (Variables with Restricted Values): New node.
430         * objects.texi (Lisp Data Types): Mention that certain variables
431         can only take on a restricted set of values and add an xref to
432         the new node "Variables with Restricted Values".
434         * eval.texi (Function Indirection): Describe the errors that
435         `indirect-function' can signal.
436         (Eval): Clarify the descriptions of `eval-region' and `values'.
437         Describe `eval-buffer' instead of `eval-current-buffer' and
438         mention `eval-current-buffer' as an alias for `current-buffer'.
439         Correct the description and mention all optional arguments.
441         * nonascii.texi: Various small changes in addition to the
442         following.
443         (Converting Representations): Clarify behavior of
444         `string-make-multibyte' and `string-to-multibyte' for unibyte all
445         ASCII arguments.
446         (Character Sets): Document the variable `charset-list' and adapt
447         the definition of the function `charset-list' accordingly.
448         (Translation of Characters): Clarify use of generic characters in
449         `make-translation-table'.  Clarify and correct the description of
450         the use of translation tables in encoding and decoding.
451         (User-Chosen Coding Systems): Correct and clarify the description
452         of `select-safe-coding-system'.
453         (Default Coding Systems): Clarify description of
454         `file-coding-system-alist'.
456 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
458         * strings.texi (Text Comparison): Correctly describe when two
459         strings are `equal'.  Combine and clarify descriptions of
460         `assoc-ignore-case' and `assoc-ignore-representation'.
462         * objects.texi (Non-ASCII in Strings): Clarify description of
463         when a string is unibyte or multibyte.
464         (Bool-Vector Type): Update examples.
465         (Equality Predicates): Correctly describe when two strings are
466         `equal'.
468 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
470         * lists.texi (Building Lists): `append' no longer accepts integer
471         arguments.  Update the description of `number-sequence' to reflect
472         recent changes.
473         (Sets And Lists): Describe `member-ignore-case' after `member'.
475 2003-11-27  Kim F. Storm  <storm@cua.dk>
477         * commands.texi (Click Events): Click object may be an images.
478         Describe (dx . dy) element of click positions.
479         (Accessing Events): Remove duplicate posn-timestamp.
480         New functions posn-object and posn-object-x-y.
482 2003-11-23  Kim F. Storm  <storm@cua.dk>
484         * commands.texi (Click Events): Describe enhancements to event
485         position lists, including new text-pos and (col . row) items.
486         Mention left-fringe and right-fringe area events.
487         (Accessing Events): New functions posn-area and
488         posn-actual-col-row.  Mention posn-timestamp.  Mention that
489         posn-point in non-text area still returns buffer position.
490         Clarify posn-col-row.
492 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
494         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
495         * anti.texi (File Attributes): Describe removed parameter
496         ID-FORMAT.
498 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
500         * positions.texi (Positions): Mention that, if a marker is used as
501         a position, its buffer is ignored.
503         * markers.texi (Overview of Markers): Mention it here too.
505 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
507         * numbers.texi (Numeric Conversions): Not just `floor', but also
508         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
510 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
512         * markers.texi (Creating Markers): Specify insertion type of
513         created markers.  Add xref to `Marker Insertion Types'.
514         Second argument to `copy-marker' is optional.
515         (Marker Insertion Types): Mention that most markers are created
516         with insertion type nil.
517         (The Mark): Correctly describe when `mark' signals an error.
518         (The Region): Correctly describe when `region-beginning' and
519         `region-end' signal an error.
521 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
523         * hash.texi (Creating Hash): Clarify description of `eql'.
524         `makehash' is obsolete.
525         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
527         * positions.texi (Point): Change description of `buffer-end', so
528         that it is also correct for floating point arguments.
529         (List Motion): Correct argument lists of `beginning-of-defun' and
530         `end-of-defun'.
531         (Excursions): Add xref to `Marker Insertion Types'.
532         (Narrowing): Argument to `narrow-to-page' is optional.
534 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
536         * streams.texi (Output Streams): Clarify behavior of point for
537         marker output streams.
539 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
541         * variables.texi (Defining Variables): Second argument to
542         `defconst' is not optional.
543         (Setting Variables): Mention optional argument APPEND to
544         `add-to-list'.
545         (Creating Buffer-Local): Expand description of
546         `make-variable-buffer-local'.
547         (Frame-Local Variables): Expand description of
548         `make-variable-frame-local'.
549         (Variable Aliases): Correct description of optional argument
550         DOCSTRING to `defvaralias'.  Mention return value of
551         `defvaralias'.
552         (File Local Variables): Add xref to `File variables' in Emacs
553         Manual.  Correct description of `hack-local-variables'.  Mention
554         `safe-local-variable' property.  Mention optional second argument
555         to `risky-local-variable-p'.
557 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
559         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
561 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
563         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
564         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
565         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
566         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
567         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
568         lispref/processes.texi, lispref/searching.texi,
569         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
570         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
571         @acronym{FOO}.
573 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
575         * strings.texi (Creating Strings): Argument START to `substring'
576         can not be `nil'.  Expand description of
577         `substring-no-properties'.  Correct description of `split-string',
578         especially with respect to empty matches.  Prevent very bad line
579         break in definition of `split-string-default-separators'.
580         (Text Comparison): `string=' and `string<' also accept symbols as
581         arguments.
582         (String Conversion): More completely describe argument BASE in
583         `string-to-number'.
584         (Formatting Strings): `%s' and `%S' in `format' do require
585         corresponding object.  Clarify behavior of numeric prefix after
586         `%' in `format'.
587         (Case Conversion): The argument to `upcase-initials' can be a
588         character.
590 2003-10-27  Kenichi Handa  <handa@m17n.org>
592         * display.texi (Fontsets): Fix texinfo usage.
594 2003-10-25  Kenichi Handa  <handa@m17n.org>
596         * display.texi (Fontsets): Add description of the function
597         set-fontset-font.
599 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
601         * display.texi (Temporary Displays): Add xref to `Documentation
602         Tips'.
604         * functions.texi (Function Safety): Use inforef instead of pxref
605         for SES.
607 2003-10-23  Andreas Schwab  <schwab@suse.de>
609         * Makefile.in (TEX, texinputdir): Don't define.
610         (TEXI2DVI): Define.
611         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
612         add $(srcdir)/index.texi.
613         ($(infodir)/elisp): Remove index.texi dependency.
614         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
615         (index.texi): Remove target.
616         (dist): Don't link $(srcdir)/permute-index.
617         (clean): Don't remove index.texi.
619         * permute-index, index.perm: Remove.
620         * index.texi: Rename from index.unperm.
622 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
624         * tips.texi (Documentation Tips): Document new behavior for face
625         and variable hyperlinks in Help mode.
627 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
629         * objects.texi (Integer Type): Update for extra bit of integer range.
630         (Character Type): Ditto.
632 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
634         * numbers.texi (Integer Basics): Add index entries for reading
635         numbers in hex, octal, and binary.
637 2003-10-16  Lute Kamstra  <lute@gnu.org>
639         * modes.texi (Mode Line Format): Mention force-mode-line-update's
640         argument.
642 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
644         * windows.texi (Choosing Window): Fix typo.
645         * edebug.texi (Edebug Execution Modes): Fix typo.
647 2003-10-13  Richard M. Stallman  <rms@gnu.org>
649         * windows.texi (Basic Windows): A window has fringe settings,
650         display margins and scroll-bar settings.
651         (Splitting Windows): Doc split-window return value.
652         Clean up one-window-p.
653         (Selecting Windows): Fix typo.
654         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
655         (Buffers and Windows): In set-window-buffer, explain effect
656         on fringe settings and scroll bar settings.
657         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
658         (Choosing Window): Use defopt for pop-up-frame-function.
659         For special-display-buffer-names, explain same-window and same-frame.
660         Clarify window-dedicated-p return value.
661         (Textual Scrolling): scroll-up and scroll-down can get an error.
662         (Horizontal Scrolling): Clarify auto-hscroll-mode.
663         Clarify set-window-hscroll.
664         (Size of Window): Don't mention tool bar in window-height.
665         (Coordinates and Windows): Explain what coordinates-in-window-p
666         returns for fringes and display margins.
667         (Window Configurations): Explain saving fringes, etc.
669         * tips.texi (Library Headers): Clean up Documentation.
671         * syntax.texi (Parsing Expressions): Clean up forward-comment
672         and parse-sexp-lookup-properties.
674         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
676         * os.texi (System Environment): Clean up text for load-average errors.
678         * modes.texi (Hooks): Don't explain local hook details at front.
679         Clarify run-hooks and run-hook-with-args a little.
680         Clean up add-hook and remove-hook.
682         * edebug.texi (Edebug Execution Modes): Clarify t.
683         Document edebug-sit-for-seconds.
684         (Coverage Testing): Document C-x X = and =.
685         (Instrumenting Macro Calls): Fix typo.
686         (Specification List): Don't index the specification keywords.
688 2003-10-10  Kim F. Storm  <storm@cua.dk>
690         * processes.texi (Network): Introduce make-network-process.
692 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
694         * tips.texi (Library Headers): Fix typo.
696 2003-10-07  Juri Linkov  <juri@jurta.org>
698         * modes.texi (Imenu): Mention imenu-create-index-function's
699         default value.  Explain submenus better.
701 2003-10-07  Lute Kamstra  <lute@gnu.org>
703         * modes.texi (Faces for Font Lock): Fix typo.
704         (Hooks): Explain how buffer-local hook variables can refer to
705         global hook variables.
706         Various minor clarifications.
708 2003-10-06  Lute Kamstra  <lute@gnu.org>
710         * tips.texi (Coding Conventions): Mention naming conventions for
711         hooks.
713 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
715         * loading.texi (Library Search): Correct default value of
716         load-suffixes.
717         (Named Features): Fix typo.
719 2003-10-05  Richard M. Stallman  <rms@gnu.org>
721         * loading.texi (Named Features): In `provide',
722         say how to test for subfeatures.
723         (Unloading): In unload-feature, use new var name
724         unload-feature-special-hooks.
726 2003-10-03  Lute Kamstra  <lute@gnu.org>
728         * modes.texi (Major Mode Conventions): Mention third way to set up
729         Imenu.
730         (Imenu): A number of small fixes.
731         Delete documentation of internal variable imenu--index-alist.
732         Document the return value format of imenu-create-index-function
733         functions.
735 2003-09-30  Richard M. Stallman  <rms@gnu.org>
737         * processes.texi (Network): Say what stopped datagram connections do.
739         * lists.texi (Association Lists): Clarify `assq-delete-all'.
741         * display.texi (Overlay Properties): Clarify `evaporate' property.
743 2003-09-29  Lute Kamstra  <lute@gnu.org>
745         * modes.texi (Mode Line Data): Explain when symbols in mode-line
746         constructs should be marked as risky.
747         Change cons cell into proper list.
748         (Mode Line Variables): Change cons cell into proper list.
750 2003-09-26  Lute Kamstra  <lute@gnu.org>
752         * modes.texi (Mode Line Data): Document the :propertize construct.
753         (Mode Line Variables): Reorder the descriptions of the variables
754         to match their order in the default mode-line-format.
755         Describe the new variables mode-line-position and mode-line-modes.
756         Update the default values of mode-line-frame-identification,
757         minor-mode-alist, and default-mode-line-format.
758         (Properties in Mode): Mention the :propertize construct.
760 2003-09-26  Richard M. Stallman  <rms@gnu.org>
762         * buffers.texi, commands.texi, debugging.texi, eval.texi:
763         * loading.texi, minibuf.texi, text.texi, variables.texi:
764         Avoid @strong{Note:}.
766 2003-09-26  Richard M. Stallman  <rms@gnu.org>
768         * keymaps.texi (Remapping Commands): Fix typo.
770 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
772         * processes.texi (Low-Level Network): Fix typo.
774 2003-09-23  Kim F. Storm  <storm@cua.dk>
776         * processes.texi (Network, Network Servers): Fix typos.
777         (Low-Level Network): Add timeout value for :server keyword.
778         Add new option keywords to make-network-process.
779         Add set-network-process-options.
780         Explain how to test availability of network options.
782 2003-09-19  Richard M. Stallman  <rms@gnu.org>
784         * text.texi (Motion by Indent): Arg to
785         backward-to-indentation and forward-to-indentation is optional.
787         * strings.texi (Creating Strings): Add substring-no-properties.
789         * processes.texi
790         (Process Information): Add list-processes arg QUERY-ONLY.
791         Delete process-contact from here.
792         Add new status values for process-status.
793         Add process-get, process-put, process-plist, set-process-plist.
794         (Synchronous Processes): Add call-process-shell-command.
795         (Signals to Processes): signal-process allows process objects.
796         (Network): Complete rewrite.
797         (Network Servers, Datagrams, Low-Level Network): New nodes.
799         * positions.texi (Word Motion): forward-word, backward-word
800         arg is optional.  Reword.
802         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
804         * variables.texi (Creating Buffer-Local):
805         Delete duplicate definition of buffer-local-value.
806         (File Local Variables): Explain about discarding text props.
808 2003-09-11  Richard M. Stallman  <rms@gnu.org>
810         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
811         changes variables that record input events.
812         (Minibuffer Misc): Add minibuffer-selected-window.
814         * lists.texi (Building Lists): Add copy-tree.
816         * display.texi (Fontsets): Add char-displayable-p.
817         (Scroll Bars): New node.
819 2003-09-08  Lute Kamstra  <lute@gnu.org>
821         * modes.texi (%-Constructs): Document new `%i' and `%I'
822         constructs.
824 2003-09-03  Peter Runestig  <peter@runestig.com>
826         * makefile.w32-in: New file.
828 2003-08-29  Richard M. Stallman  <rms@gnu.org>
830         * display.texi (Overlay Properties): Clarify how priorities
831         affect use of the properties.
833 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
835         * customize.texi (Type Keywords): Correct the description of
836         `:help-echo' in the case where `motion-doc' is a function.
838 2003-08-14  John Paul Wallington  <jpw@gnu.org>
840         * modes.texi (Emulating Mode Line): Subsection, not section.
842 2003-08-13  Richard M. Stallman  <rms@gnu.org>
844         * elisp.texi (Top): Update subnode lists in menu.
846         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
847         (Kill Functions): kill-region has new arg yank-handler.
848         (Yanking): New node.
849         (Yank Commands): Add yank-undo-function.
850         (Low-Level Kill Ring):
851         kill-new and kill-append have new arg yank-handler.
852         (Changing Properties): Add remove-list-of-text-properties.
853         (Atomic Changes): New node.
855         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
857         * streams.texi (Output Variables): Add eval-expression-print-length
858         and eval-expression-print-level.
860         * os.texi (Time Conversion): For encode-time, explain limits on year.
862         * objects.texi (Character Type): Define anchor "modifier bits".
864         * modes.texi (Emulating Mode Line): New node.
865         (Search-based Fontification): Font Lock uses font-lock-face property.
866         (Other Font Lock Variables): Likewise.
868         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
869         not vectors.
870         (Active Keymaps): Add emulation-mode-map-alists.
871         (Functions for Key Lookup): key-binding has new arg no-remap.
872         (Remapping Commands): New node.
873         (Scanning Keymaps): where-is-internal has new arg no-remap.
874         (Tool Bar): Add tool-bar-local-item-from-menu.
875         Clarify when to use tool-bar-add-item-from-menu.
877         * commands.texi (Interactive Call): commandp has new arg.
878         (Command Loop Info): Add this-original-command.
880 2003-08-06  John Paul Wallington  <jpw@gnu.org>
882         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
884         * display.texi (Warning Basics): Fix typo.
885         (Fringes): Add closing curly bracket and fix typo.
887         * elisp.texi (Top): Fix typo.
889 2003-08-05  Richard M. Stallman  <rms@gnu.org>
891         * elisp.texi: Update lists of subnodes.
893         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
895         * variables.texi (Local Variables): Use lc for example variable names.
897         * tips.texi (Library Headers): Explain where to put -*-.
899         * strings.texi (Creating Strings): Fix xref for vconcat.
901         * sequences.texi (Vector Functions):
902         vconcat no longer allows integer args.
904         * minibuf.texi (Reading File Names): read-file-name has new
905         arg PREDICATE.  New function read-directory-name.
907         * macros.texi (Defining Macros): Give definition of `declare'
908         (Indenting Macros): New node.
910         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
911         (Window Frame Parameters): Make separate table of parameters
912         that are coupled with specific face attributes.
913         (Deleting Frames): delete-frame-hooks renamed to
914         delete-frame-functions.
916         * files.texi (Magic File Names): Add file-remote-p.
917         Clarify file-local-copy.
919         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
920         here; instead xref Defining Macros.
922         * display.texi (Warnings): New node, and subnodes.
923         (Fringes): New node.
925         * debugging.texi (Test Coverage): New node.
927         * compile.texi (Compiler Errors): Explain with-no-warnings
928         and other ways to suppress warnings.
930         * commands.texi (Interactive Call): Minor clarification.
932         * buffers.texi (Buffer File Name): set-visited-file-name
933         renames the buffer too.
935         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
937 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
939         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
941 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
943         * internals.texi (Garbage Collection): Fix previous change.
945 2003-07-22  Richard M. Stallman  <rms@gnu.org>
947         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
949         * display.texi (Width): Use \s syntax in example.
950         (Font Selection): Add face-font-rescale-alist.
952         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
953         Remove spurious indent in example.
955         * lists.texi (Building Lists): Add number-sequence.
957         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
959         * functions.texi (Function Documentation): Explain how to
960         show calling convention explicitly in the doc string.
962         * windows.texi (Selecting Windows): save-selected-window saves
963         selected window of each frame.
964         (Window Configurations): Minor change.
966         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
968         * streams.texi (Output Variables): Add print-continuous-numbering
969         and print-number-table.
971         * processes.texi (Decoding Output): New node.
973         * os.texi (Time Conversion): decode-time arg is optional.
975         * objects.texi (Character Type): Don't use space as example for \.
976         Make list of char names and \-sequences correspond.
977         Explain that \s is not used in strings.  `\ ' needs space after.
979         * nonascii.texi (Converting Representations): Add string-to-multibyte.
980         (Translation of Characters): Add translation-table-for-input.
981         (Default Coding Systems): Add auto-coding-functions.
982         (Explicit Encoding): Add decode-coding-inserted-region.
983         (Locales): Add locale-info.
985         * minibuf.texi (Basic Completion): Describe test-completion.
986         Collections can be lists of strings.
987         Clean up lazy-completion-table.
988         (Programmed Completion): Mention test-completion.
989         Clarify why lambda expressions are not accepted.
990         (Minibuffer Misc): Describe minibufferp.
992 2003-07-14  Richard M. Stallman  <rms@gnu.org>
994         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
996         * windows.texi (Selecting Windows): New arg to select-window.
997         (Selecting Windows): Add with-selected-window.
998         (Size of Window): Add window-inside-edges, etc.
1000         * internals.texi (Garbage Collection): Add post-gc-hook.
1002         * processes.texi (Subprocess Creation): Add exec-suffixes.
1004         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1005         (Scanning Keymaps): Add map-keymaps.
1006         (Defining Menus): Add keymap-prompt.
1008         * numbers.texi (Integer Basics): Add most-positive-fixnum,
1009         most-negative-fixnum.
1011         * compile.texi (Byte Compilation): Explain no-byte-compile
1012         (Compiler Errors): New node.
1014         * os.texi (User Identification): user-uid, user-real-uid
1015         can return float.
1017         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1018         and about derived modes.
1019         (Minor Modes): Add minor-mode-list.
1020         (Defining Minor Modes): Keyword args for define-minor-mode.
1021         (Search-based Fontification): Explain managing other properties.
1022         (Other Font Lock Variables): Add font-lock-extra-managed-props.
1023         (Faces for Font Lock): Add font-locl-preprocessor-face.
1024         (Hooks): Add run-mode-hooks and delay-mode-hooks.
1026         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1027         (Variable Aliases): Clarify defvaralias.
1029         * loading.texi (Library Search): Add load-suffixes.
1031         * minibuf.texi (Basic Completion): Add lazy-completion-table.
1032         (Programmed Completion): Add dynamic-completion-table.
1034         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1035         (Magic File Names): Specify precedence order of handlers.
1037         * commands.texi (Command Overview): Emacs server runs pre-command-hook
1038         and post-command-hook.
1039         (Waiting): New calling convention for sit-for.
1041         * text.texi (Special Properties): local-map and keymap properties
1042         apply based on their stickiness.
1044 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1046         * modes.texi (Minor Mode Conventions): Specify only some kinds
1047         of list values as args to minor modes.
1049         * files.texi (File Name Expansion): Warn about iterative use
1050         of substitute-in-file-name.
1052         * advice.texi (Activation of Advice): Clean up previous change.
1054 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
1056         * advice.texi (Activation of Advice): Note that ad-start-advice is
1057         turned on by default.
1059 2003-06-30  Richard M. Stallman  <rms@gnu.org>
1061         * text.texi (Buffer Contents): Document current-word.
1062         (Change Hooks): Not called for *Messages*.
1064         * functions.texi (Defining Functions): Explain about redefining
1065         primitives.
1066         (Function Safety): Renamed.  Minor changes.
1067         Comment out the detailed criteria for what is safe.
1069 2003-06-22  Andreas Schwab  <schwab@suse.de>
1071         * objects.texi (Symbol Type): Fix description of examples.
1073 2003-06-16  Andreas Schwab  <schwab@suse.de>
1075         * hash.texi (Creating Hash): Fix description of :weakness.
1077 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1079         * files.texi (Changing Files): copy-file copies file modes, too.
1081 2003-05-28  Richard M. Stallman  <rms@gnu.org>
1083         * strings.texi (Creating Strings): Clarify split-string.
1085 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
1087         * strings.texi (Creating Strings): Update split-string specification
1088         and examples.
1090 2003-05-19  Richard M. Stallman  <rms@gnu.org>
1092         * elisp.texi: Correct invariant section names.
1094 2003-04-20  Richard M. Stallman  <rms@gnu.org>
1096         * os.texi (Timers): Explain about timers and quitting.
1098 2003-04-19  Richard M. Stallman  <rms@gnu.org>
1100         * internals.texi (Writing Emacs Primitives): Strings are
1101         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
1102         Explain GCPRO convention for varargs function args.
1104 2003-04-16  Richard M. Stallman  <rms@gnu.org>
1106         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1108 2003-04-08  Richard M. Stallman  <rms@gnu.org>
1110         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1112 2003-02-13  Kim F. Storm  <storm@cua.dk>
1114         * objects.texi (Character Type): New \s escape for space.
1116 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1118         * os.texi (System Environment): Added cygwin system-type.
1120 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1122         * keymaps.texi: Document that a symbol can act as a keymap.
1124 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1126         * text.texi (Changing Properties): Say string indices are origin-0.
1128         * positions.texi (Screen Lines) <compute-motion>:
1129         Correct order of elts in return value.
1131         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1132         how to define a default binding.
1134 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1136         * loading.texi (Unloading): Fix recent change for load-history.
1138         * customize.texi (Simple Types): Clarify description of custom
1139         type 'number. Describe new custom type 'float.
1141 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1143         * variables.texi (File Local Variables): Fix typo.
1145 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1147         From Michael Albinus <Michael.Albinus@alcatel.de>.
1149         * README: Target for Info file is `make info'.
1151         * files.texi (File Name Components): Fixed typos in
1152         `file-name-sans-extension'.
1153         (Magic File Names): Complete list of operations for magic file
1154         name handlers.
1156 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1158         * variables.texi (File Local Variables): New function
1159         risky-local-variable-p.
1161 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1163         * functions.texi (Function safety): New node about unsafep.
1165 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1167         * customize.texi (Splicing into Lists): Fixed example.
1168         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1170 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1172         * frames.texi (Display Feature Testing): Fix typo.
1174 2002-06-12  Andreas Schwab  <schwab@suse.de>
1176         * frames.texi (Initial Parameters, Resources): Fix references to
1177         the Emacs manual.
1179 2002-05-13  Kim F. Storm  <storm@cua.dk>
1181         * variables.texi (Intro to Buffer-Local): Updated warning and
1182         example relating to changing buffer inside let.
1184 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1186         * os.texi (Session Management): New node about X Session management.
1188 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1190         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1191         to which the manual corresponds, and the copyright years.
1193         * Makefile.in (VERSION): Set to 2.9.
1195 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1197         * elisp.texi: Change the category in @dircategory to "Emacs", to
1198         make it consistent with info/dir.
1200 2001-11-25  Miles Bader  <miles@gnu.org>
1202         * text.texi (Fields): Describe new `limit' arg in
1203         field-beginning/field-end.
1205 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1207         * permute-index: Don't depend on csh-specific features.  Replace
1208         the interpreter name with /bin/sh.
1210         * two-volume-cross-refs.txt: New file.
1211         * two.el: New file.
1212         * spellfile: New file.
1214 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1216         * permute-index: New file.
1218         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1219         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1220         8+3 restricted namespace.
1222         * Makefile.in (infodir): Define relative to $(srcdir).
1223         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1224         include directories list via -I switch to makeinfo.
1225         (index.texi): Use cp if both hard and symbolic links fail.
1227 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1229         * Makefile.in (distclean): Add.
1231         The following changes make ELisp manual part of the Emacs
1232         distribution:
1234         * Makefile.in: Add Copyright notice.
1235         (prefix): Remove.
1236         (infodir): Change value to "../info".
1237         (VPATH): New variable.
1238         (MAKE): Don't define.
1239         (texmacrodir): Don't define.
1240         (texinputdir): Append the existing value of TEXINPUTS.
1241         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1242         command to be compatible with man/Makefile.in, and to put the
1243         output into ../info.
1244         (info): Add target.
1245         (installall): Target removed.
1247 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1249         * tips.texi (Coding Conventions): Fix typo.
1251 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1253         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1255 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1257         * files.texi (File Name Components): Update the description of
1258         file-name-sans-extension and file-name-extension, as they now
1259         ignore leading dots.
1261 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1263         * (Version 21.1 released.)
1265 2001-10-19  Miles Bader  <miles@gnu.org>
1267         * positions.texi (Text Lines): Describe behavior of
1268         `beginning-of-line'/`end-of-line' in the presence of field properties.
1270 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1272         * Makefile.in (VERSION): Set to 2.8.
1273         (manual): Use `manual-21'.
1275         * elisp.texi (VERSION): Add and use it where the version
1276         number was used.  Set it to 2.8.
1278         * intro.texi: Likewise.
1280 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1282         * files.texi (File Name Completion): Document the significance of
1283         a trailing slash in elements of completion-ignored-extensions.
1285 2001-10-06  Miles Bader  <miles@gnu.org>
1287         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1289 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1291         * variables.texi (Variable Aliases): New node.
1293 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1295         * Branch for 21.1.
1297 2001-10-02  Miles Bader  <miles@gnu.org>
1299         * minibuf.texi (Minibuffer Misc): Add entries for
1300         `minibuffer-contents', `minibuffer-contents-no-properties', and
1301         `delete-minibuffer-contents'.
1302         Correct description for `minibuffer-prompt-end'.
1304         * text.texi (Property Search): Correct descriptions of
1305         `next-char-property-change' and `previous-char-property-change'.
1306         Add entries for `next-single-char-property-change' and
1307         `previous-single-char-property-change'.
1308         Make operand names a bit more consistent.
1310 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1312         * frames.texi (Finding All Frames): Document that next-frame and
1313         previous-frame are local to current terminal.
1315 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1317         * keymaps.texi (Creating Keymaps): Fix the description of the
1318         result of make-keymap.
1320 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1322         * display.texi (Font Lookup, Attribute Functions)
1323         (Image Descriptors): Add cross-references to the definition of
1324         selected frame.
1326         * buffers.texi (The Buffer List): Add cross-references to the
1327         definition of selected frame.
1329         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1330         frame at any given time.
1331         (Multiple Displays, Size and Position): Add a cross-reference to
1332         the definition of the selected frame.
1334 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1336         * strings.texi (String Conversion) <string-to-number>: Document
1337         that a float is returned for integers that are too large.
1339         * frames.texi (Mouse Position): Document mouse-position-function.
1340         (Display Feature Testing): Document display-images-p.
1341         (Window Frame Parameters): Document the cursor-type variable.
1343         * numbers.texi (Integer Basics): Document CL style read syntax for
1344         integers in bases other than 10.
1346         * positions.texi (List Motion): Document
1347         open-paren-in-column-0-is-defun-start.
1349         * lists.texi (Sets And Lists): Document member-ignore-case.
1351         * internals.texi (Garbage Collection): Document the used and free
1352         strings report.
1353         (Memory Usage): Document strings-consed.
1355         * os.texi (Time of Day): Document float-time.
1356         (Recording Input): Document that clear-this-command-keys clears
1357         the vector to be returned by recent-keys.
1359         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1360         argument keymap can be a list.
1362         * nonascii.texi (User-Chosen Coding Systems)
1363         <select-safe-coding-system>: Document the new argument
1364         accept-default-p and the variable
1365         select-safe-coding-system-accept-default-p.  Tell what happens if
1366         buffer-file-coding-system is undecided.
1367         (Default Coding Systems): Document auto-coding-regexp-alist.
1369         * display.texi (The Echo Area) <message>: Document
1370         message-truncate-lines.
1371         (Glyphs): Document that the glyph table is unused on windowed
1372         displays.
1374         * help.texi (Describing Characters) <single-key-description>:
1375         Document the new argument no-angles.
1376         (Accessing Documentation) <documentation-property>: Document that
1377         a non-string property is evaluated.
1378         <documentation>: Document that the function-documentation property
1379         is looked for.
1381         * windows.texi (Selecting Windows): Document some-window.
1383         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1385         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1386         apropos-mode-hook.
1388         * commands.texi (Using Interactive): Document interactive-form.
1389         (Keyboard Macros): Document kbd-macro-termination-hook.
1390         (Command Loop Info): Document that clear-this-command-keys clears
1391         the vector to be returned by recent-keys.
1393 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1395         * Makefile.in (srcdir, texinputdir): New variables.
1396         (srcs, index.texi, install): Use $(srcdir).
1397         (.PHONY): Remove elisp.dvi.
1398         (elisp): Use -I switch for makeinfo.
1399         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1400         (installall, dist): Use $(srcdir).
1401         Fix path to texinfo.tex.
1402         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1404 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1406         * display.texi (Conditional Display): Adjust to API change.
1408         * configure: New file.
1410 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1412         * commands.texi (Repeat Events): Add description of
1413         double-click-fuzz.
1415 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1417         * syntax.texi (Syntax Class Table): Add the missing designator for
1418         comment and string fences.
1419         (Syntax Properties): Add a xref to syntax table internals.
1420         (Syntax Table Internals): Document string-to-syntax.
1422 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1424         * Makefile.in (install): Use install-info command line options
1425         like in Emacs' Makefile.in.
1427 2000-12-09  Miles Bader  <miles@gnu.org>
1429         * windows.texi (Window Start): Update documentation for
1430         `pos-visible-in-window-p'.
1432 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1434         * lists.texi (Building Lists): Add footnote to explain how to add
1435         to the end of a list.
1437 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1439         * files.texi (Visiting Functions): Typos.
1441 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1443         * files.texi (Visiting Functions): Return value of
1444         find-file-noselect may be a list of buffers if wildcards are used.
1446 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1448         * display.texi (Defining Faces): Document `graphic' display type
1449         in face specs.
1451 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1453         * hooks.texi (Standard Hooks): Replace obsolete
1454         `after-make-frame-hook' with `after-make-frame-functions'.
1456         * frames.texi (Creating Frames): Ditto.
1458         * variables.texi (Future Local Variables): Ditto.
1460 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1462         * display.texi (Other Image Types): Add description of :foreground
1463         and :background properties of mono PBM images.
1465 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1467         * .cvsignore: New file.
1469 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1471         * tindex.pl: New script.
1473 1999-12-03  Dave Love  <fx@gnu.org>
1475         * Makefile.in (MAKEINFO): New parameter.
1477 1999-09-17  Richard Stallman  <rms@gnu.org>
1479         * Makefile.in (srcs): Add hash.texi.
1480         (VERSION): Update to 20.6.
1482 1999-09-13  Richard Stallman  <rms@gnu.org>
1484         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1486 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1488         * configure.in: New file.
1489         * Makefile.in: Renamed from Makefile.
1490         (prefix, infodir): Use value obtained from configure.
1491         (emacslibdir): Obsolete variable deleted.
1492         (dist): Distribute configure.in, configure, Makefile.in.
1494 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1496         * Makefile (INSTALL_INFO): New variable.
1497         (install): Run install-info.
1499 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1501         * Makefile (elisp.dvi): Add missing backslash.
1503 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1505         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1506         Run texindex without `./'.  Always run texindex on elisp.tp.
1507         (elisp.tps): Target deleted.
1509 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1511         * Makefile (srcs): Add nonascii.texi and customize.texi.
1512         (dist): Start by deleting `temp'.
1514 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1516         * Makefile (makeinfo, texindex): Targets deleted.
1517         (makeinfo.o, texindex.o): Targets deleted.
1518         (clean, dist): Don't do anything with them or with getopt*.
1520 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1522         * Makefile (SHELL): Defined.
1524 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1526         * Makefile (elisp.tps): New target.
1527         (elisp.dvi): Depend on elisp.tps.
1529 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1531         * README: Update phone number.
1533         * Makefile (elisp): Make this be the default target.
1534         Depend on makeinfo.c instead of makeinfo.
1535         (install): Don't depend on elisp.dvi, since we don't install that.
1536         Use mkinstalldirs.
1537         (dist): Add mkinstalldirs.
1539 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1541         * Makefile (VERSION): Update version number.
1542         (maintainer-clean): Renamed from realclean.
1544 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1546         * Makefile (realclean): New target.
1547         (elisp): Remove any old elisp-* files first.
1549 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1551         * Makefile (VERSION): New variable.
1552         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1553         Compressed file suffix should be `.gz', not `.z'.
1555 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1557         * Makefile (elisp): Depend on makeinfo.
1559 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1561         * Makefile (srcs): Add anti.texi.
1563 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1565         * Makefile (infodir, prefix): New vars.
1566         (install): Use infodir.
1567         (emacsinfodir): Deleted.
1569 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1571         * Makefile (srcs): Add calendar.texi.
1573         * Makefile (dist): Copy texindex.c and makeinfo.c.
1574         Limit elisp-* files to those with one or two digits.
1576 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1578         * Makefile (dist): Changed to use Gzip instead of compress.
1580 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1582         * loading.texi (Unloading): define-function changed back to
1583         defalias.  It may not stay this way, but at least it's
1584         consistent with the known-good version of the code patch.
1586 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1588         * modes.texi (Hooks): Document new optional arg of add-hook.
1590 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1592         * variables.texi: Document nil initial value of buffer-local variables.
1594         * tips.texi: Add new section on standard library headers.
1596 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1598         * Makefile (srcs): Add frame.texi to the list of sources.
1600 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1602         * Makefile (dist): Don't bother excluding autosave files; they'll
1603         never make it into the temp directory anyway, and the hash marks
1604         in the name are problematic for make and the Bourne shell.
1605         (srcs):
1607 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1609         * Makefile (dist): Don't include backup files or autosave files in
1610         the distribution tar file.
1612 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1614         * Makefile (srcs): Added index.perm.
1615         (elisp.dvi): Remove erroneous shell comment.
1616         Expect output of permute-index in permuted.fns.
1617         Save old elisp.aux in elisp.oaux.
1618         (clean): Added index.texi to be deleted.
1620 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1622         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1624 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1626         * files.texi:  Noted that completion-ignored-extensions is ignored
1627         when making *Completions*.
1629 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1631         * Makefile  make dist now depends on elisp.dvi, since it tries
1632         to include it in the dist file.
1634 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1636         * functions.texinfo (Mapping Functions): Add missing quote
1638 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1640         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1641         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1643 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1645         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1646         and @error{} are the terms now being used.  The files in the
1647         directory have been changed to reflect this.
1649         * All instances of @indentedresultt{} have been changed to
1650         `     @result{}', using 5 spaces at the begining of the line.
1652 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1654         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1655         experimental @indentedresult{}, @indentedexpandsto{} are part of
1656         the texinfo.tex in this directory.  These TeX macros are not
1657         stable yet.
1659 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1661         * texinfo.tex:  temporarily added
1662                 \let\result=\dblarrow
1663                 \def\error{{\it ERROR} \longdblarrow}
1664         We need to do this better soon.
1666 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1668         * Applied Karl Berry's patches to *.texinfo files, but not to
1669         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1670         new title page format is also not applied, since it requires
1671         texinfo.tex changes.)
1673         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1674         for the Project GNU development environment.
1676 ;; Local Variables:
1677 ;; coding: iso-2022-7bit
1678 ;; End:
1680     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1681   Copying and distribution of this file, with or without modification,
1682   are permitted provided the copyright notice and this notice are preserved.
1684 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda