*** empty log message ***
[emacs.git] / lispref / ChangeLog
blob9dbd6a3e3127bd68afb2d22c7d300b60833dcea0
1 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
7         * text.texi: Various small changes in addition to the following:
8         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9         to delete-horizontal-space.
10         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
11         description of yank-handler text property at various places.
13         * frames.texi (Window System Selections): Add anchor.
15         * syntax.texi (Syntax Table Functions): Clarify and correct
16         descriptions of make-syntax-table and copy-syntax-table.
17         (Motion and Syntax): Clarify SYNTAXES argument to
18         skip-syntax-forward.
19         (Parsing Expressions): Mention that the return value of
20         parse-partial-sexp is currently a list of ten rather than nine
21         elements.
22         (Categories): Various corrections and clarifications.
24 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
26         * markers.texi (Marker Insertion Types): Minor change.
28         * locals.texi (Standard Buffer-Local Variables):
29         * commands.texi (Interactive Codes, Using Interactive):
30         * functions.texi (Related Topics): Fix xrefs.
32 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34         * lists.texi (Sets And Lists): Update description of delete-dups.
36 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
38         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
40 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
42         * frames.texi (Parameter Access): frame-parameters arg is optional.
43         modify-frame-parameters handles nil for FRAME.
44         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
45         are all-or-nothing for certain toolkits.
46         Mention parameter wait-for-wm.
47         (Frames and Windows): In frame-first-window and frame-selected-window
48         the arg is optional.
49         (Input Focus): In redirect-frame-focus the second arg is optional.
50         (Window System Selections): Mention selection type CLIPBOARD.
51         Mention data-type UTF8_STRING.
52         Mention numbering of cut buffers.
53         (Resources): Describe x-resource-name.
55 2004-02-16  Richard M. Stallman  <rms@gnu.org>
57         * windows.texi (Buffers and Windows): Delete false table
58         about all-frames.
60         * syntax.texi (Parsing Expressions): Delete old caveat
61         about parse-sexp-ignore-comments.
63         * streams.texi (Output Variables): Add print-quoted.
65         * lists.texi (Building Lists): Minor cleanup.
67         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
69         * display.texi (Overlays): Explain overlays use markers.
70         (Managing Overlays): Explain front-advance and rear-advance
71         in more detail.
73         * loading.texi (Unloading): Document unload-feature-special-hooks.
74         Get rid of fns-NNN.el file.
76 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
78         * help.texi (Describing Characters): Fix text-char-description
79         example output.
81         * edebug.texi (Using Edebug): Fix example.
83         * debugging.texi (Internals of Debugger): Fix return value.
85         * files.texi (Changing Files): Fix argname.
87         * calendar.texi: Fix parens, and default values.
89         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
90         * nonascii.texi, objects.texi, os.texi: Minor fixes.
91         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
93         * positions.texi (Text Lines): Don't add -1 in current-line.
95 2004-02-16  Richard M. Stallman  <rms@gnu.org>
97         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
99 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
101         * processes.texi (Low-Level Network): Fix a typo.
103 2004-02-12  Kim F. Storm  <storm@cua.dk>
105         * display.texi (Fringes): Use consistent wording.
106         Note that window-fringe's window arg is optional.
107         (Scroll Bars): Use consistent wording.
109 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
111         * tips.texi (Comment Tips): Document the new conventions for
112         commenting out code.
114 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
116         * positions.texi (Text Lines): Added missing end defun.
118 2004-02-07  Kim F. Storm  <storm@cua.dk>
120         * positions.texi (Text Lines): Add line-number-at-pos.
122 2004-02-06  John Paul Wallington  <jpw@gnu.org>
124         * display.texi (Button Properties, Button Buffer Commands):
125         mouse-2 invokes button, not down-mouse-1.
127 2004-02-04  Jason Rumney  <jasonr@gnu.org>
129         * makefile.w32-in: Sync with Makefile.in changes.
131 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
133         * minibuf.texi (Text from Minibuffer): Various corrections and
134         clarifications.
135         (Object from Minibuffer): Correct Lisp description of
136         read-minibuffer.
137         (Minibuffer History): Clarify description of cons values for
138         HISTORY arguments.
139         (Basic Completion): Various corrections and clarifications.  Add
140         completion-regexp-list.
141         (Minibuffer Completion): Correct and clarify description of
142         completing-read.
143         (Completion Commands): Mention Partial Completion mode.  Various
144         other minor changes.
145         (High-Level Completion): Various corrections and clarifications.
146         (Reading File Names): Ditto.
147         (Minibuffer Misc): Ditto.
149 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
151         * strings.texi (Text Comparison): assoc-string also matches
152         elements of alists that are strings instead of conses.
153         (Formatting Strings): Standardize Texinfo usage.  Update index
154         entries.
156 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
158         * lists.texi (Sets And Lists): Add delete-dups.
160 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
162         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
163         special form.
164         * macros.texi (Defining Macros): Update description of `declare',
165         which now is a macro.
166         (Wrong Time): Fix typos.
168 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
170         * compile.texi (Compilation Functions): Expand descriptions of
171         `compile-defun', `byte-compile-file', `byte-recompile-directory'
172         and `batch-byte-compile'.  In particular, mention and describe
173         all optional arguments.
174         (Disassembly): Correct and clarify the description of `disassemble'.
176 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
178         * searching.texi: Various small changes in addition to the
179         following.
180         (Regexp Example): Adapt to new value of `sentence-end'.
181         (Regexp Functions): The PAREN argument to `regexp-opt' can be
182         `words'.
183         (Search and Replace): Add usage note for `perform-replace'.
184         (Entire Match Data): Mention INTEGERS and REUSE arguments to
185         `match-data'.
186         (Standard Regexps): Update for new values of `paragraph-start'
187         and `sentence-end'.
189 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
191         * files.texi (Saving Buffers): Clarify descriptions of
192         `write-contents-functions' and `before-save-hook'.
193         Make the defvar's for `before-save-hook' and `after-save-hook'
194         into defopt's.
196 2004-01-07  Kim F. Storm  <storm@cua.dk>
198         * commands.texi (Click Events): Describe new image and
199         width/height elements of click events.
200         (Accessing Events): Add posn-string, posn-image, and
201         posn-object-width-height.  Change posn-object to return either
202         image or string object.
204 2004-01-01  Simon Josefsson  <jas@extundo.com>
206         * hooks.texi (Standard Hooks): Add before-save-hook.
207         * files.texi (Saving Buffers): Likewise.
209 2004-01-03  Richard M. Stallman  <rms@gnu.org>
211         * frames.texi (Frames and Windows): Delete frame-root-window.
213 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
215         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
217         * functions.texi: Various small changes in addition to the
218         following.
219         (What Is a Function): `functionp' returns nil for macros.  Clarify
220         behavior of this and following functions for symbol arguments.
221         (Function Documentation): Add `\' in front of (fn @var{arglist})
222         and explain why.
223         (Defining Functions): Mention DOCSTRING argument to `defalias'.
224         Add anchor.
225         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
227 2004-01-01  Miles Bader  <miles@gnu.org>
229         * display.texi (Buttons): New section.
231 2003-12-31  Andreas Schwab  <schwab@suse.de>
233         * numbers.texi (Math Functions): sqrt reports a domain-error
234         error.
235         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
237 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
239         * tips.texi (Documentation Tips): Update item on hyperlinks in
240         documentation strings.
242         * errors.texi (Standard Errors): Various small corrections and
243         additions.
245         * control.texi: Various small changes in addition to the
246         following.
247         (Signaling Errors): Provide some more details on how `signal'
248         constructs the error message.  Add anchor to the definition of
249         `signal'.
250         (Error Symbols): Describe special treatment of `quit'.
251         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
252         to emphasize that it has to be a single form.
254         * buffers.texi: Add anchor.
256 2003-12-29  Richard M. Stallman  <rms@gnu.org>
258         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
259         (Window Configurations): Add window-configuration-frame.
261         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
263         * text.texi (Examining Properties): Add get-char-property-and-overlay.
264         Change arg name in get-char-property.
265         (Special Properties): Update handling of keymap property.
267         * strings.texi (Modifying Strings): Add clear-string.
268         (Text Comparison): Add assoc-string and remove
269         assoc-ignore-case, assoc-ignore-representation.
271         * os.texi (Time of Day): Add set-time-zone-rule.
273         * numbers.texi (Math Functions): asin, acos, log, log10
274         report domain-error errors.
276         * nonascii.texi (Converting Representations):
277         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
278         (Encoding and I/O): Add file-name-coding-system.
280         * modes.texi (Search-based Fontification): Explain that
281         face specs are symbols with face names as values.
283         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
285         * lists.texi (Building Lists): remq moved elsewhere.
286         (Sets And Lists): remq moved here.
287         (Association Lists): Refer to assoc-string.
289         * internals.texi (Garbage Collection): Add memory-use-counts.
291         * frames.texi (Frames and Windows): Add set-frame-selected-window
292         and frame-root-window.
294         * files.texi (Contents of Directories):
295         Add directory-files-and-attributes.
297         * display.texi (Refresh Screen): Add force-window-update.
298         (Invisible Text): Explain about moving point out of invis text.
299         (Overlay Properties): Add overlay-properties.
300         (Managing Overlays): Add overlayp.
301         (GIF Images): Invalid image number displays a hollow box.
303         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
304         (Killing Buffers): Add buffer-live-p.
306 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
308         * display.texi (Fringes): Fix typo "set-buffer-window".
310 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
312         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
313         * nonascii.texi, processes.texi, tips.texi, variables.texi:
314         Add or change various xrefs and anchors.
316         * commands.texi: Replace all occurrences of @acronym{CAR} with
317         @sc{car}, for consistency with the rest of the Elisp manual.
318         `car' and `cdr' are historically acronyms, but are no longer
319         widely thought of as such.
321         * internals.texi (Pure Storage): Mention that `purecopy' does not
322         copy text properties.
323         (Object Internals): Now 29 bits are used (in most implementations)
324         to address Lisp objects.
326         * variables.texi (Variables with Restricted Values): New node.
328         * objects.texi (Lisp Data Types): Mention that certain variables
329         can only take on a restricted set of values and add an xref to
330         the new node "Variables with Restricted Values".
332         * eval.texi (Function Indirection): Describe the errors that
333         `indirect-function' can signal.
334         (Eval): Clarify the descriptions of `eval-region' and `values'.
335         Describe `eval-buffer' instead of `eval-current-buffer' and
336         mention `eval-current-buffer' as an alias for `current-buffer'.
337         Correct the description and mention all optional arguments.
339         * nonascii.texi: Various small changes in addition to the
340         following.
341         (Converting Representations): Clarify behavior of
342         `string-make-multibyte' and `string-to-multibyte' for unibyte all
343         ASCII arguments.
344         (Character Sets): Document the variable `charset-list' and adapt
345         the definition of the function `charset-list' accordingly.
346         (Translation of Characters): Clarify use of generic characters in
347         `make-translation-table'.  Clarify and correct the description of
348         the use of translation tables in encoding and decoding.
349         (User-Chosen Coding Systems): Correct and clarify the description
350         of `select-safe-coding-system'.
351         (Default Coding Systems): Clarify description of
352         `file-coding-system-alist'.
354 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
356         * strings.texi (Text Comparison): Correctly describe when two
357         strings are `equal'.  Combine and clarify descriptions of
358         `assoc-ignore-case' and `assoc-ignore-representation'.
360         * objects.texi (Non-ASCII in Strings): Clarify description of
361         when a string is unibyte or multibyte.
362         (Bool-Vector Type): Update examples.
363         (Equality Predicates): Correctly describe when two strings are
364         `equal'.
366 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
368         * lists.texi (Building Lists): `append' no longer accepts integer
369         arguments.  Update the description of `number-sequence' to reflect
370         recent changes.
371         (Sets And Lists): Describe `member-ignore-case' after `member'.
373 2003-11-27  Kim F. Storm  <storm@cua.dk>
375         * commands.texi (Click Events): Click object may be an images.
376         Describe (dx . dy) element of click positions.
377         (Accessing Events): Remove duplicate posn-timestamp.
378         New functions posn-object and posn-object-x-y.
380 2003-11-23  Kim F. Storm  <storm@cua.dk>
382         * commands.texi (Click Events): Describe enhancements to event
383         position lists, including new text-pos and (col . row) items.
384         Mention left-fringe and right-fringe area events.
385         (Accessing Events): New functions posn-area and
386         posn-actual-col-row.  Mention posn-timestamp.  Mention that
387         posn-point in non-text area still returns buffer position.
388         Clarify posn-col-row.
390 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
392         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
393         * anti.texi (File Attributes): Describe removed parameter
394         ID-FORMAT.
396 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
398         * positions.texi (Positions): Mention that, if a marker is used as
399         a position, its buffer is ignored.
401         * markers.texi (Overview of Markers): Mention it here too.
403 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
405         * numbers.texi (Numeric Conversions): Not just `floor', but also
406         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
408 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
410         * markers.texi (Creating Markers): Specify insertion type of
411         created markers.  Add xref to `Marker Insertion Types'.
412         Second argument to `copy-marker' is optional.
413         (Marker Insertion Types): Mention that most markers are created
414         with insertion type nil.
415         (The Mark): Correctly describe when `mark' signals an error.
416         (The Region): Correctly describe when `region-beginning' and
417         `region-end' signal an error.
419 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
421         * hash.texi (Creating Hash): Clarify description of `eql'.
422         `makehash' is obsolete.
423         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
425         * positions.texi (Point): Change description of `buffer-end', so
426         that it is also correct for floating point arguments.
427         (List Motion): Correct argument lists of `beginning-of-defun' and
428         `end-of-defun'.
429         (Excursions): Add xref to `Marker Insertion Types'.
430         (Narrowing): Argument to `narrow-to-page' is optional.
432 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
434         * streams.texi (Output Streams): Clarify behavior of point for
435         marker output streams.
437 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
439         * variables.texi (Defining Variables): Second argument to
440         `defconst' is not optional.
441         (Setting Variables): Mention optional argument APPEND to
442         `add-to-list'.
443         (Creating Buffer-Local): Expand description of
444         `make-variable-buffer-local'.
445         (Frame-Local Variables): Expand description of
446         `make-variable-frame-local'.
447         (Variable Aliases): Correct description of optional argument
448         DOCSTRING to `defvaralias'.  Mention return value of
449         `defvaralias'.
450         (File Local Variables): Add xref to `File variables' in Emacs
451         Manual.  Correct description of `hack-local-variables'.  Mention
452         `safe-local-variable' property.  Mention optional second argument
453         to `risky-local-variable-p'.
455 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
457         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
459 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
461         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
462         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
463         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
464         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
465         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
466         lispref/processes.texi, lispref/searching.texi,
467         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
468         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
469         @acronym{FOO}.
471 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
473         * strings.texi (Creating Strings): Argument START to `substring'
474         can not be `nil'.  Expand description of
475         `substring-no-properties'.  Correct description of `split-string',
476         especially with respect to empty matches.  Prevent very bad line
477         break in definition of `split-string-default-separators'.
478         (Text Comparison): `string=' and `string<' also accept symbols as
479         arguments.
480         (String Conversion): More completely describe argument BASE in
481         `string-to-number'.
482         (Formatting Strings): `%s' and `%S" in `format' do require
483         corresponding object.  Clarify behavior of numeric prefix after
484         `%' in `format'.
485         (Case Conversion): The argument to `upcase-initials' can be a
486         character.
488 2003-10-27  Kenichi Handa  <handa@m17n.org>
490         * display.texi (Fontsets): Fix texinfo usage.
492 2003-10-25  Kenichi Handa  <handa@m17n.org>
494         * display.texi (Fontsets): Add description of the function
495         set-fontset-font.
497 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
499         * display.texi (Temporary Displays): Add xref to `Documentation
500         Tips'.
502         * functions.texi (Function Safety): Use inforef instead of pxref
503         for SES.
505 2003-10-23  Andreas Schwab  <schwab@suse.de>
507         * Makefile.in (TEX, texinputdir): Don't define.
508         (TEXI2DVI): Define.
509         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
510         add $(srcdir)/index.texi.
511         ($(infodir)/elisp): Remove index.texi dependency.
512         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
513         (index.texi): Remove target.
514         (dist): Don't link $(srcdir)/permute-index.
515         (clean): Don't remove index.texi.
517         * permute-index, index.perm: Remove.
518         * index.texi: Rename from index.unperm.
520 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
522         * tips.texi (Documentation Tips): Document new behavior for face
523         and variable hyperlinks in Help mode.
525 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
527         * objects.texi (Integer Type): Update for extra bit of integer range.
528         (Character Type): Ditto.
530 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
532         * numbers.texi (Integer Basics): Add index entries for reading
533         numbers in hex, octal, and binary.
535 2003-10-16  Lute Kamstra  <lute@gnu.org>
537         * modes.texi (Mode Line Format): Mention force-mode-line-update's
538         argument.
540 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
542         * windows.texi (Choosing Window): Fix typo.
543         * edebug.texi (Edebug Execution Modes): Fix typo.
545 2003-10-13  Richard M. Stallman  <rms@gnu.org>
547         * windows.texi (Basic Windows): A window has fringe settings,
548         display margins and scroll-bar settings.
549         (Splitting Windows): Doc split-window return value.
550         Clean up one-window-p.
551         (Selecting Windows): Fix typo.
552         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
553         (Buffers and Windows): In set-window-buffer, explain effect
554         on fringe settings and scroll bar settings.
555         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
556         (Choosing Window): Use defopt for pop-up-frame-function.
557         For special-display-buffer-names, explain same-window and same-frame.
558         Clarify window-dedicated-p return value.
559         (Textual Scrolling): scroll-up and scroll-down can get an error.
560         (Horizontal Scrolling): Clarify auto-hscroll-mode.
561         Clarify set-window-hscroll.
562         (Size of Window): Don't mention tool bar in window-height.
563         (Coordinates and Windows): Explain what coordinates-in-window-p
564         returns for fringes and display margins.
565         (Window Configurations): Explain saving fringes, etc.
567         * tips.texi (Library Headers): Clean up Documentation.
569         * syntax.texi (Parsing Expressions): Clean up forward-comment
570         and parse-sexp-lookup-properties.
572         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
574         * os.texi (System Environment): Clean up text for load-average errors.
576         * modes.texi (Hooks): Don't explain local hook details at front.
577         Clarify run-hooks and run-hook-with-args a little.
578         Clean up add-hook and remove-hook.
580         * edebug.texi (Edebug Execution Modes): Clarify t.
581         Document edebug-sit-for-seconds.
582         (Coverage Testing): Document C-x X = and =.
583         (Instrumenting Macro Calls): Fix typo.
584         (Specification List): Don't index the specification keywords.
586 2003-10-10  Kim F. Storm  <storm@cua.dk>
588         * processes.texi (Network): Introduce make-network-process.
590 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
592         * tips.texi (Library Headers): Fix typo.
594 2003-10-07  Juri Linkov  <juri@jurta.org>
596         * modes.texi (Imenu): Mention imenu-create-index-function's
597         default value.  Explain submenus better.
599 2003-10-07  Lute Kamstra  <lute@gnu.org>
601         * modes.texi (Faces for Font Lock): Fix typo.
602         (Hooks): Explain how buffer-local hook variables can refer to
603         global hook variables.
604         Various minor clarifications.
606 2003-10-06  Lute Kamstra  <lute@gnu.org>
608         * tips.texi (Coding Conventions): Mention naming conventions for
609         hooks.
611 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
613         * loading.texi (Library Search): Correct default value of
614         load-suffixes.
615         (Named Features): Fix typo.
617 2003-10-05  Richard M. Stallman  <rms@gnu.org>
619         * loading.texi (Named Features): In `provide',
620         say how to test for subfeatures.
621         (Unloading): In unload-feature, use new var name
622         unload-feature-special-hooks.
624 2003-10-03  Lute Kamstra  <lute@gnu.org>
626         * modes.texi (Major Mode Conventions): Mention third way to set up
627         Imenu.
628         (Imenu): A number of small fixes.
629         Delete documentation of internal variable imenu--index-alist.
630         Document the return value format of imenu-create-index-function
631         functions.
633 2003-09-30  Richard M. Stallman  <rms@gnu.org>
635         * processes.texi (Network): Say what stopped datagram connections do.
637         * lists.texi (Association Lists): Clarify `assq-delete-all'.
639         * display.texi (Overlay Properties): Clarify `evaporate' property.
641 2003-09-29  Lute Kamstra  <lute@gnu.org>
643         * modes.texi (Mode Line Data): Explain when symbols in mode-line
644         constructs should be marked as risky.
645         Change cons cell into proper list.
646         (Mode Line Variables): Change cons cell into proper list.
648 2003-09-26  Lute Kamstra  <lute@gnu.org>
650         * modes.texi (Mode Line Data): Document the :propertize construct.
651         (Mode Line Variables): Reorder the descriptions of the variables
652         to match their order in the default mode-line-format.
653         Describe the new variables mode-line-position and mode-line-modes.
654         Update the default values of mode-line-frame-identification,
655         minor-mode-alist, and default-mode-line-format.
656         (Properties in Mode): Mention the :propertize construct.
658 2003-09-26  Richard M. Stallman  <rms@gnu.org>
660         * buffers.texi, commands.texi, debugging.texi, eval.texi:
661         * loading.texi, minibuf.texi, text.texi, variables.texi:
662         Avoid @strong{Note:}.
664 2003-09-26  Richard M. Stallman  <rms@gnu.org>
666         * keymaps.texi (Remapping Commands): Fix typo.
668 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
670         * processes.texi (Low-Level Network): Fix typo.
672 2003-09-23  Kim F. Storm  <storm@cua.dk>
674         * processes.texi (Network, Network Servers): Fix typos.
675         (Low-Level Network): Add timeout value for :server keyword.
676         Add new option keywords to make-network-process.
677         Add set-network-process-options.
678         Explain how to test availability of network options.
680 2003-09-19  Richard M. Stallman  <rms@gnu.org>
682         * text.texi (Motion by Indent): Arg to
683         backward-to-indentation and forward-to-indentation is optional.
685         * strings.texi (Creating Strings): Add substring-no-properties.
687         * processes.texi
688         (Process Information): Add list-processes arg QUERY-ONLY.
689         Delete process-contact from here.
690         Add new status values for process-status.
691         Add process-get, process-put, process-plist, set-process-plist.
692         (Synchronous Processes): Add call-process-shell-command.
693         (Signals to Processes): signal-process allows process objects.
694         (Network): Complete rewrite.
695         (Network Servers, Datagrams, Low-Level Network): New nodes.
697         * positions.texi (Word Motion): forward-word, backward-word
698         arg is optional.  Reword.
700         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
702         * variables.texi (Creating Buffer-Local):
703         Delete duplicate definition of buffer-local-value.
704         (File Local Variables): Explain about discarding text props.
706 2003-09-11  Richard M. Stallman  <rms@gnu.org>
708         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
709         changes variables that record input events.
710         (Minibuffer Misc): Add minibuffer-selected-window.
712         * lists.texi (Building Lists): Add copy-tree.
714         * display.texi (Fontsets): Add char-displayable-p.
715         (Scroll Bars): New node.
717 2003-09-08  Lute Kamstra  <lute@gnu.org>
719         * modes.texi (%-Constructs): Document new `%i' and `%I'
720         constructs.
722 2003-09-03  Peter Runestig  <peter@runestig.com>
724         * makefile.w32-in: New file.
726 2003-08-29  Richard M. Stallman  <rms@gnu.org>
728         * display.texi (Overlay Properties): Clarify how priorities
729         affect use of the properties.
731 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
733         * customize.texi (Type Keywords): Correct the description of
734         `:help-echo' in the case where `motion-doc' is a function.
736 2003-08-14  John Paul Wallington  <jpw@gnu.org>
738         * modes.texi (Emulating Mode Line): Subsection, not section.
740 2003-08-13  Richard M. Stallman  <rms@gnu.org>
742         * elisp.texi (Top): Update subnode lists in menu.
744         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
745         (Kill Functions): kill-region has new arg yank-handler.
746         (Yanking): New node.
747         (Yank Commands): Add yank-undo-function.
748         (Low-Level Kill Ring):
749         kill-new and kill-append have new arg yank-handler.
750         (Changing Properties): Add remove-list-of-text-properties.
751         (Atomic Changes): New node.
753         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
755         * streams.texi (Output Variables): Add eval-expression-print-length
756         and eval-expression-print-level.
758         * os.texi (Time Conversion): For encode-time, explain limits on year.
760         * objects.texi (Character Type): Define anchor "modifier bits".
762         * modes.texi (Emulating Mode Line): New node.
763         (Search-based Fontification): Font Lock uses font-lock-face property.
764         (Other Font Lock Variables): Likewise.
766         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
767         not vectors.
768         (Active Keymaps): Add emulation-mode-map-alists.
769         (Functions for Key Lookup): key-binding has new arg no-remap.
770         (Remapping Commands): New node.
771         (Scanning Keymaps): where-is-internal has new arg no-remap.
772         (Tool Bar): Add tool-bar-local-item-from-menu.
773         Clarify when to use tool-bar-add-item-from-menu.
775         * commands.texi (Interactive Call): commandp has new arg.
776         (Command Loop Info): Add this-original-command.
778 2003-08-06  John Paul Wallington  <jpw@gnu.org>
780         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
782         * display.texi (Warning Basics): Fix typo.
783         (Fringes): Add closing curly bracket and fix typo.
785         * elisp.texi (Top): Fix typo.
787 2003-08-05  Richard M. Stallman  <rms@gnu.org>
789         * elisp.texi: Update lists of subnodes.
791         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
793         * variables.texi (Local Variables): Use lc for example variable names.
795         * tips.texi (Library Headers): Explain where to put -*-.
797         * strings.texi (Creating Strings): Fix xref for vconcat.
799         * sequences.texi (Vector Functions):
800         vconcat no longer allows integer args.
802         * minibuf.texi (Reading File Names): read-file-name has new
803         arg PREDICATE.  New function read-directory-name.
805         * macros.texi (Defining Macros): Give definition of `declare'
806         (Indenting Macros): New node.
808         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
809         (Window Frame Parameters): Make separate table of parameters
810         that are coupled with specific face attributes.
811         (Deleting Frames): delete-frame-hooks renamed to
812         delete-frame-functions.
814         * files.texi (Magic File Names): Add file-remote-p.
815         Clarify file-local-copy.
817         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
818         here; instead xref Defining Macros.
820         * display.texi (Warnings): New node, and subnodes.
821         (Fringes): New node.
823         * debugging.texi (Test Coverage): New node.
825         * compile.texi (Compiler Errors): Explain with-no-warnings
826         and other ways to suppress warnings.
828         * commands.texi (Interactive Call): Minor clarification.
830         * buffers.texi (Buffer File Name): set-visited-file-name
831         renames the buffer too.
833         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
835 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
837         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
839 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
841         * internals.texi (Garbage Collection): Fix previous change.
843 2003-07-22  Richard M. Stallman  <rms@gnu.org>
845         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
847         * display.texi (Width): Use \s syntax in example.
848         (Font Selection): Add face-font-rescale-alist.
850         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
851         Remove spurious indent in example.
853         * lists.texi (Building Lists): Add number-sequence.
855         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
857         * functions.texi (Function Documentation): Explain how to
858         show calling convention explicitly in the doc string.
860         * windows.texi (Selecting Windows): save-selected-window saves
861         selected window of each frame.
862         (Window Configurations): Minor change.
864         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
866         * streams.texi (Output Variables): Add print-continuous-numbering
867         and print-number-table.
869         * processes.texi (Decoding Output): New node.
871         * os.texi (Time Conversion): decode-time arg is optional.
873         * objects.texi (Character Type): Don't use space as example for \.
874         Make list of char names and \-sequences correspond.
875         Explain that \s is not used in strings.  `\ ' needs space after.
877         * nonascii.texi (Converting Representations): Add string-to-multibyte.
878         (Translation of Characters): Add translation-table-for-input.
879         (Default Coding Systems): Add auto-coding-functions.
880         (Explicit Encoding): Add decode-coding-inserted-region.
881         (Locales): Add locale-info.
883         * minibuf.texi (Basic Completion): Describe test-completion.
884         Collections can be lists of strings.
885         Clean up lazy-completion-table.
886         (Programmed Completion): Mention test-completion.
887         Clarify why lambda expressions are not accepted.
888         (Minibuffer Misc): Describe minibufferp.
890 2003-07-14  Richard M. Stallman  <rms@gnu.org>
892         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
894         * windows.texi (Selecting Windows): New arg to select-window.
895         (Selecting Windows): Add with-selected-window.
896         (Size of Window): Add window-inside-edges, etc.
898         * internals.texi (Garbage Collection): Add post-gc-hook.
900         * processes.texi (Subprocess Creation): Add exec-suffixes.
902         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
903         (Scanning Keymaps): Add map-keymaps.
904         (Defining Menus): Add keymap-prompt.
906         * numbers.texi (Integer Basics): Add most-positive-fixnum,
907         most-negative-fixnum.
909         * compile.texi (Byte Compilation): Explain no-byte-compile
910         (Compiler Errors): New node.
912         * os.texi (User Identification): user-uid, user-real-uid
913         can return float.
915         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
916         and about derived modes.
917         (Minor Modes): Add minor-mode-list.
918         (Defining Minor Modes): Keyword args for define-minor-mode.
919         (Search-based Fontification): Explain managing other properties.
920         (Other Font Lock Variables): Add font-lock-extra-managed-props.
921         (Faces for Font Lock): Add font-locl-preprocessor-face.
922         (Hooks): Add run-mode-hooks and delay-mode-hooks.
924         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
925         (Variable Aliases): Clarify defvaralias.
927         * loading.texi (Library Search): Add load-suffixes.
929         * minibuf.texi (Basic Completion): Add lazy-completion-table.
930         (Programmed Completion): Add dynamic-completion-table.
932         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
933         (Magic File Names): Specify precedence order of handlers.
935         * commands.texi (Command Overview): Emacs server runs pre-command-hook
936         and post-command-hook.
937         (Waiting): New calling convention for sit-for.
939         * text.texi (Special Properties): local-map and keymap properties
940         apply based on their stickiness.
942 2003-07-07  Richard M. Stallman  <rms@gnu.org>
944         * modes.texi (Minor Mode Conventions): Specify only some kinds
945         of list values as args to minor modes.
947         * files.texi (File Name Expansion): Warn about iterative use
948         of substitute-in-file-name.
950         * advice.texi (Activation of Advice): Clean up previous change.
952 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
954         * advice.texi (Activation of Advice): Note that ad-start-advice is
955         turned on by default.
957 2003-06-30  Richard M. Stallman  <rms@gnu.org>
959         * text.texi (Buffer Contents): Document current-word.
960         (Change Hooks): Not called for *Messages*.
962         * functions.texi (Defining Functions): Explain about redefining
963         primitives.
964         (Function Safety): Renamed.  Minor changes.
965         Comment out the detailed criteria for what is safe.
967 2003-06-22  Andreas Schwab  <schwab@suse.de>
969         * objects.texi (Symbol Type): Fix description of examples.
971 2003-06-16  Andreas Schwab  <schwab@suse.de>
973         * hash.texi (Creating Hash): Fix description of :weakness.
975 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
977         * files.texi (Changing Files): copy-file copies file modes, too.
979 2003-05-28  Richard M. Stallman  <rms@gnu.org>
981         * strings.texi (Creating Strings): Clarify split-string.
983 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
985         * strings.texi (Creating Strings): Update split-string specification
986         and examples.
988 2003-05-19  Richard M. Stallman  <rms@gnu.org>
990         * elisp.texi: Correct invariant section names.
992 2003-04-20  Richard M. Stallman  <rms@gnu.org>
994         * os.texi (Timers): Explain about timers and quitting.
996 2003-04-19  Richard M. Stallman  <rms@gnu.org>
998         * internals.texi (Writing Emacs Primitives): Strings are
999         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
1000         Explain GCPRO convention for varargs function args.
1002 2003-04-16  Richard M. Stallman  <rms@gnu.org>
1004         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1006 2003-04-08  Richard M. Stallman  <rms@gnu.org>
1008         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1010 2003-02-13  Kim F. Storm  <storm@cua.dk>
1012         * objects.texi (Character Type): New \s escape for space.
1014 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1016         * os.texi (System Environment): Added cygwin system-type.
1018 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1020         * keymaps.texi: Document that a symbol can act as a keymap.
1022 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1024         * text.texi (Changing Properties): Say string indices are origin-0.
1026         * positions.texi (Screen Lines) <compute-motion>:
1027         Correct order of elts in return value.
1029         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1030         how to define a default binding.
1032 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1034         * loading.texi (Unloading): Fix recent change for load-history.
1036         * customize.texi (Simple Types): Clarify description of custom
1037         type 'number. Describe new custom type 'float.
1039 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1041         * variables.texi (File Local Variables): Fix typo.
1043 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1045         From Michael Albinus <Michael.Albinus@alcatel.de>.
1047         * README: Target for Info file is `make info'.
1049         * files.texi (File Name Components): Fixed typos in
1050         `file-name-sans-extension'.
1051         (Magic File Names): Complete list of operations for magic file
1052         name handlers.
1054 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1056         * variables.texi (File Local Variables): New function
1057         risky-local-variable-p.
1059 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1061         * functions.texi (Function safety): New node about unsafep.
1063 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1065         * customize.texi (Splicing into Lists): Fixed example.
1066         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1068 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1070         * frames.texi (Display Feature Testing): Fix typo.
1072 2002-06-12  Andreas Schwab  <schwab@suse.de>
1074         * frames.texi (Initial Parameters, Resources): Fix references to
1075         the Emacs manual.
1077 2002-05-13  Kim F. Storm  <storm@cua.dk>
1079         * variables.texi (Intro to Buffer-Local): Updated warning and
1080         example relating to changing buffer inside let.
1082 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1084         * os.texi (Session Management): New node about X Session management.
1086 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1088         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1089         to which the manual corresponds, and the copyright years.
1091         * Makefile.in (VERSION): Set to 2.9.
1093 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1095         * elisp.texi: Change the category in @dircategory to "Emacs", to
1096         make it consistent with info/dir.
1098 2001-11-25  Miles Bader  <miles@gnu.org>
1100         * text.texi (Fields): Describe new `limit' arg in
1101         field-beginning/field-end.
1103 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1105         * permute-index: Don't depend on csh-specific features.  Replace
1106         the interpreter name with /bin/sh.
1108         * two-volume-cross-refs.txt: New file.
1109         * two.el: New file.
1110         * spellfile: New file.
1112 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1114         * permute-index: New file.
1116         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1117         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1118         8+3 restricted namespace.
1120         * Makefile.in (infodir): Define relative to $(srcdir).
1121         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1122         include directories list via -I switch to makeinfo.
1123         (index.texi): Use cp if both hard and symbolic links fail.
1125 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1127         * Makefile.in (distclean): Add.
1129         The following changes make ELisp manual part of the Emacs
1130         distribution:
1132         * Makefile.in: Add Copyright notice.
1133         (prefix): Remove.
1134         (infodir): Change value to "../info".
1135         (VPATH): New variable.
1136         (MAKE): Don't define.
1137         (texmacrodir): Don't define.
1138         (texinputdir): Append the existing value of TEXINPUTS.
1139         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1140         command to be compatible with man/Makefile.in, and to put the
1141         output into ../info.
1142         (info): Add target.
1143         (installall): Target removed.
1145 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1147         * tips.texi (Coding Conventions): Fix typo.
1149 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1151         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1153 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1155         * files.texi (File Name Components): Update the description of
1156         file-name-sans-extension and file-name-extension, as they now
1157         ignore leading dots.
1159 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1161         * (Version 21.1 released.)
1163 2001-10-19  Miles Bader  <miles@gnu.org>
1165         * positions.texi (Text Lines): Describe behavior of
1166         `beginning-of-line'/`end-of-line' in the presence of field properties.
1168 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1170         * Makefile.in (VERSION): Set to 2.8.
1171         (manual): Use `manual-21'.
1173         * elisp.texi (VERSION): Add and use it where the version
1174         number was used.  Set it to 2.8.
1176         * intro.texi: Likewise.
1178 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1180         * files.texi (File Name Completion): Document the significance of
1181         a trailing slash in elements of completion-ignored-extensions.
1183 2001-10-06  Miles Bader  <miles@gnu.org>
1185         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1187 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1189         * variables.texi (Variable Aliases): New node.
1191 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1193         * Branch for 21.1.
1195 2001-10-02  Miles Bader  <miles@gnu.org>
1197         * minibuf.texi (Minibuffer Misc): Add entries for
1198         `minibuffer-contents', `minibuffer-contents-no-properties', and
1199         `delete-minibuffer-contents'.
1200         Correct description for `minibuffer-prompt-end'.
1202         * text.texi (Property Search): Correct descriptions of
1203         `next-char-property-change' and `previous-char-property-change'.
1204         Add entries for `next-single-char-property-change' and
1205         `previous-single-char-property-change'.
1206         Make operand names a bit more consistent.
1208 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1210         * frames.texi (Finding All Frames): Document that next-frame and
1211         previous-frame are local to current terminal.
1213 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1215         * keymaps.texi (Creating Keymaps): Fix the description of the
1216         result of make-keymap.
1218 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1220         * display.texi (Font Lookup, Attribute Functions)
1221         (Image Descriptors): Add cross-references to the definition of
1222         selected frame.
1224         * buffers.texi (The Buffer List): Add cross-references to the
1225         definition of selected frame.
1227         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1228         frame at any given time.
1229         (Multiple Displays, Size and Position): Add a cross-reference to
1230         the definition of the selected frame.
1232 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1234         * strings.texi (String Conversion) <string-to-number>: Document
1235         that a float is returned for integers that are too large.
1237         * frames.texi (Mouse Position): Document mouse-position-function.
1238         (Display Feature Testing): Document display-images-p.
1239         (Window Frame Parameters): Document the cursor-type variable.
1241         * numbers.texi (Integer Basics): Document CL style read syntax for
1242         integers in bases other than 10.
1244         * positions.texi (List Motion): Document
1245         open-paren-in-column-0-is-defun-start.
1247         * lists.texi (Sets And Lists): Document member-ignore-case.
1249         * internals.texi (Garbage Collection): Document the used and free
1250         strings report.
1251         (Memory Usage): Document strings-consed.
1253         * os.texi (Time of Day): Document float-time.
1254         (Recording Input): Document that clear-this-command-keys clears
1255         the vector to be returned by recent-keys.
1257         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1258         argument keymap can be a list.
1260         * nonascii.texi (User-Chosen Coding Systems)
1261         <select-safe-coding-system>: Document the new argument
1262         accept-default-p and the variable
1263         select-safe-coding-system-accept-default-p.  Tell what happens if
1264         buffer-file-coding-system is undecided.
1265         (Default Coding Systems): Document auto-coding-regexp-alist.
1267         * display.texi (The Echo Area) <message>: Document
1268         message-truncate-lines.
1269         (Glyphs): Document that the glyph table is unused on windowed
1270         displays.
1272         * help.texi (Describing Characters) <single-key-description>:
1273         Document the new argument no-angles.
1274         (Accessing Documentation) <documentation-property>: Document that
1275         a non-string property is evaluated.
1276         <documentation>: Document that the function-documentation property
1277         is looked for.
1279         * windows.texi (Selecting Windows): Document some-window.
1281         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1283         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1284         apropos-mode-hook.
1286         * commands.texi (Using Interactive): Document interactive-form.
1287         (Keyboard Macros): Document kbd-macro-termination-hook.
1288         (Command Loop Info): Document that clear-this-command-keys clears
1289         the vector to be returned by recent-keys.
1291 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1293         * Makefile.in (srcdir, texinputdir): New variables.
1294         (srcs, index.texi, install): Use $(srcdir).
1295         (.PHONY): Remove elisp.dvi.
1296         (elisp): Use -I switch for makeinfo.
1297         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1298         (installall, dist): Use $(srcdir).
1299         Fix path to texinfo.tex.
1300         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1302 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1304         * display.texi (Conditional Display): Adjust to API change.
1306         * configure: New file.
1308 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1310         * commands.texi (Repeat Events): Add description of
1311         double-click-fuzz.
1313 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1315         * syntax.texi (Syntax Class Table): Add the missing designator for
1316         comment and string fences.
1317         (Syntax Properties): Add a xref to syntax table internals.
1318         (Syntax Table Internals): Document string-to-syntax.
1320 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1322         * Makefile.in (install): Use install-info command line options
1323         like in Emacs' Makefile.in.
1325 2000-12-09  Miles Bader  <miles@gnu.org>
1327         * windows.texi (Window Start): Update documentation for
1328         `pos-visible-in-window-p'.
1330 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1332         * lists.texi (Building Lists): Add footnote to explain how to add
1333         to the end of a list.
1335 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1337         * files.texi (Visiting Functions): Typos.
1339 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1341         * files.texi (Visiting Functions): Return value of
1342         find-file-noselect may be a list of buffers if wildcards are used.
1344 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1346         * display.texi (Defining Faces): Document `graphic' display type
1347         in face specs.
1349 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1351         * hooks.texi (Standard Hooks): Replace obsolete
1352         `after-make-frame-hook' with `after-make-frame-functions'.
1354         * frames.texi (Creating Frames): Ditto.
1356         * variables.texi (Future Local Variables): Ditto.
1358 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1360         * display.texi (Other Image Types): Add description of :foreground
1361         and :background properties of mono PBM images.
1363 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1365         * .cvsignore: New file.
1367 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1369         * tindex.pl: New script.
1371 1999-12-03  Dave Love  <fx@gnu.org>
1373         * Makefile.in (MAKEINFO): New parameter.
1375 1999-09-17  Richard Stallman  <rms@gnu.org>
1377         * Makefile.in (srcs): Add hash.texi.
1378         (VERSION): Update to 20.6.
1380 1999-09-13  Richard Stallman  <rms@gnu.org>
1382         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1384 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1386         * configure.in: New file.
1387         * Makefile.in: Renamed from Makefile.
1388         (prefix, infodir): Use value obtained from configure.
1389         (emacslibdir): Obsolete variable deleted.
1390         (dist): Distribute configure.in, configure, Makefile.in.
1392 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1394         * Makefile (INSTALL_INFO): New variable.
1395         (install): Run install-info.
1397 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1399         * Makefile (elisp.dvi): Add missing backslash.
1401 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1403         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1404         Run texindex without `./'.  Always run texindex on elisp.tp.
1405         (elisp.tps): Target deleted.
1407 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1409         * Makefile (srcs): Add nonascii.texi and customize.texi.
1410         (dist): Start by deleting `temp'.
1412 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1414         * Makefile (makeinfo, texindex): Targets deleted.
1415         (makeinfo.o, texindex.o): Targets deleted.
1416         (clean, dist): Don't do anything with them or with getopt*.
1418 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1420         * Makefile (SHELL): Defined.
1422 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1424         * Makefile (elisp.tps): New target.
1425         (elisp.dvi): Depend on elisp.tps.
1427 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1429         * README: Update phone number.
1431         * Makefile (elisp): Make this be the default target.
1432         Depend on makeinfo.c instead of makeinfo.
1433         (install): Don't depend on elisp.dvi, since we don't install that.
1434         Use mkinstalldirs.
1435         (dist): Add mkinstalldirs.
1437 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1439         * Makefile (VERSION): Update version number.
1440         (maintainer-clean): Renamed from realclean.
1442 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1444         * Makefile (realclean): New target.
1445         (elisp): Remove any old elisp-* files first.
1447 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1449         * Makefile (VERSION): New variable.
1450         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1451         Compressed file suffix should be `.gz', not `.z'.
1453 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1455         * Makefile (elisp): Depend on makeinfo.
1457 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1459         * Makefile (srcs): Add anti.texi.
1461 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1463         * Makefile (infodir, prefix): New vars.
1464         (install): Use infodir.
1465         (emacsinfodir): Deleted.
1467 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1469         * Makefile (srcs): Add calendar.texi.
1471         * Makefile (dist): Copy texindex.c and makeinfo.c.
1472         Limit elisp-* files to those with one or two digits.
1474 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1476         * Makefile (dist): Changed to use Gzip instead of compress.
1478 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1480         * loading.texi (Unloading): define-function changed back to
1481         defalias.  It may not stay this way, but at least it's
1482         consistent with the known-good version of the code patch.
1484 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1486         * modes.texi (Hooks): Document new optional arg of add-hook.
1488 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1490         * variables.texi: Document nil initial value of buffer-local variables.
1492         * tips.texi: Add new section on standard library headers.
1494 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1496         * Makefile (srcs): Add frame.texi to the list of sources.
1498 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1500         * Makefile (dist): Don't bother excluding autosave files; they'll
1501         never make it into the temp directory anyway, and the hash marks
1502         in the name are problematic for make and the Bourne shell.
1503         (srcs):
1505 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1507         * Makefile (dist): Don't include backup files or autosave files in
1508         the distribution tar file.
1510 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1512         * Makefile (srcs): Added index.perm.
1513         (elisp.dvi): Remove erroneous shell comment.
1514         Expect output of permute-index in permuted.fns.
1515         Save old elisp.aux in elisp.oaux.
1516         (clean): Added index.texi to be deleted.
1518 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1520         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1522 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1524         * files.texi:  Noted that completion-ignored-extensions is ignored
1525         when making *Completions*.
1527 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1529         * Makefile  make dist now depends on elisp.dvi, since it tries
1530         to include it in the dist file.
1532 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1534         * functions.texinfo (Mapping Functions): Add missing quote
1536 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1538         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1539         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1541 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1543         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1544         and @error{} are the terms now being used.  The files in the
1545         directory have been changed to reflect this.
1547         * All instances of @indentedresultt{} have been changed to
1548         `     @result{}', using 5 spaces at the begining of the line.
1550 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1552         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1553         experimental @indentedresult{}, @indentedexpandsto{} are part of
1554         the texinfo.tex in this directory.  These TeX macros are not
1555         stable yet.
1557 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1559         * texinfo.tex:  temporarily added
1560                 \let\result=\dblarrow
1561                 \def\error{{\it ERROR} \longdblarrow}
1562         We need to do this better soon.
1564 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1566         * Applied Karl Berry's patches to *.texinfo files, but not to
1567         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1568         new title page format is also not applied, since it requires
1569         texinfo.tex changes.)
1571         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1572         for the Project GNU development environment.
1574 ;; Local Variables:
1575 ;; coding: iso-2022-7bit
1576 ;; End:
1578     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1579   Copying and distribution of this file, with or without modification,
1580   are permitted provided the copyright notice and this notice are preserved.
1582 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda