(describe-categories): Doc fix.
[emacs.git] / lispref / ChangeLog
blob5879c3a459696f747ceebe950770f65c802145d3
1 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
3         * markers.texi (Marker Insertion Types): Minor change.
5         * locals.texi (Standard Buffer-Local Variables):
6         * commands.texi (Interactive Codes, Using Interactive):
7         * functions.texi (Related Topics): Fix xrefs.
9 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11         * lists.texi (Sets And Lists): Update description of delete-dups.
13 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
17 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19         * frames.texi (Parameter Access): frame-parameters arg is optional.
20         modify-frame-parameters handles nil for FRAME.
21         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
22         are all-or-nothing for certain toolkits.
23         Mention parameter wait-for-wm.
24         (Frames and Windows): In frame-first-window and frame-selected-window
25         the arg is optional.
26         (Input Focus): In redirect-frame-focus the second arg is optional.
27         (Window System Selections): Mention selection type CLIPBOARD.
28         Mention data-type UTF8_STRING.
29         Mention numbering of cut buffers.
30         (Resources): Describe x-resource-name.
32 2004-02-16  Richard M. Stallman  <rms@gnu.org>
34         * windows.texi (Buffers and Windows): Delete false table
35         about all-frames.
37         * syntax.texi (Parsing Expressions): Delete old caveat
38         about parse-sexp-ignore-comments.
40         * streams.texi (Output Variables): Add print-quoted.
42         * lists.texi (Building Lists): Minor cleanup.
44         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
46         * display.texi (Overlays): Explain overlays use markers.
47         (Managing Overlays): Explain front-advance and rear-advance
48         in more detail.
50         * loading.texi (Unloading): Document unload-feature-special-hooks.
51         Get rid of fns-NNN.el file.
53 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
55         * help.texi (Describing Characters): Fix text-char-description
56         example output.
58         * edebug.texi (Using Edebug): Fix example.
60         * debugging.texi (Internals of Debugger): Fix return value.
62         * files.texi (Changing Files): Fix argname.
64         * calendar.texi: Fix parens, and default values.
66         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
67         * nonascii.texi, objects.texi, os.texi: Minor fixes.
68         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
70         * positions.texi (Text Lines): Don't add -1 in current-line.
72 2004-02-16  Richard M. Stallman  <rms@gnu.org>
74         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
76 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
78         * processes.texi (Low-Level Network): Fix a typo.
80 2004-02-12  Kim F. Storm  <storm@cua.dk>
82         * display.texi (Fringes): Use consistent wording.
83         Note that window-fringe's window arg is optional.
84         (Scroll Bars): Use consistent wording.
86 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
88         * tips.texi (Comment Tips): Document the new conventions for
89         commenting out code.
91 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
93         * positions.texi (Text Lines): Added missing end defun.
95 2004-02-07  Kim F. Storm  <storm@cua.dk>
97         * positions.texi (Text Lines): Add line-number-at-pos.
99 2004-02-06  John Paul Wallington  <jpw@gnu.org>
101         * display.texi (Button Properties, Button Buffer Commands):
102         mouse-2 invokes button, not down-mouse-1.
104 2004-02-04  Jason Rumney  <jasonr@gnu.org>
106         * makefile.w32-in: Sync with Makefile.in changes.
108 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
110         * minibuf.texi (Text from Minibuffer): Various corrections and
111         clarifications.
112         (Object from Minibuffer): Correct Lisp description of
113         read-minibuffer.
114         (Minibuffer History): Clarify description of cons values for
115         HISTORY arguments.
116         (Basic Completion): Various corrections and clarifications.  Add
117         completion-regexp-list.
118         (Minibuffer Completion): Correct and clarify description of
119         completing-read.
120         (Completion Commands): Mention Partial Completion mode.  Various
121         other minor changes.
122         (High-Level Completion): Various corrections and clarifications.
123         (Reading File Names): Ditto.
124         (Minibuffer Misc): Ditto.
126 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
128         * strings.texi (Text Comparison): assoc-string also matches
129         elements of alists that are strings instead of conses.
130         (Formatting Strings): Standardize Texinfo usage.  Update index
131         entries.
133 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
135         * lists.texi (Sets And Lists): Add delete-dups.
137 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
139         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
140         special form.
141         * macros.texi (Defining Macros): Update description of `declare',
142         which now is a macro.
143         (Wrong Time): Fix typos.
145 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
147         * compile.texi (Compilation Functions): Expand descriptions of
148         `compile-defun', `byte-compile-file', `byte-recompile-directory'
149         and `batch-byte-compile'.  In particular, mention and describe
150         all optional arguments.
151         (Disassembly): Correct and clarify the description of `disassemble'.
153 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
155         * searching.texi: Various small changes in addition to the
156         following.
157         (Regexp Example): Adapt to new value of `sentence-end'.
158         (Regexp Functions): The PAREN argument to `regexp-opt' can be
159         `words'.
160         (Search and Replace): Add usage note for `perform-replace'.
161         (Entire Match Data): Mention INTEGERS and REUSE arguments to
162         `match-data'.
163         (Standard Regexps): Update for new values of `paragraph-start'
164         and `sentence-end'.
166 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
168         * files.texi (Saving Buffers): Clarify descriptions of
169         `write-contents-functions' and `before-save-hook'.
170         Make the defvar's for `before-save-hook' and `after-save-hook'
171         into defopt's.
173 2004-01-07  Kim F. Storm  <storm@cua.dk>
175         * commands.texi (Click Events): Describe new image and
176         width/height elements of click events.
177         (Accessing Events): Add posn-string, posn-image, and
178         posn-object-width-height.  Change posn-object to return either
179         image or string object.
181 2004-01-01  Simon Josefsson  <jas@extundo.com>
183         * hooks.texi (Standard Hooks): Add before-save-hook.
184         * files.texi (Saving Buffers): Likewise.
186 2004-01-03  Richard M. Stallman  <rms@gnu.org>
188         * frames.texi (Frames and Windows): Delete frame-root-window.
190 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
192         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
194         * functions.texi: Various small changes in addition to the
195         following.
196         (What Is a Function): `functionp' returns nil for macros.  Clarify
197         behavior of this and following functions for symbol arguments.
198         (Function Documentation): Add `\' in front of (fn @var{arglist})
199         and explain why.
200         (Defining Functions): Mention DOCSTRING argument to `defalias'.
201         Add anchor.
202         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
204 2004-01-01  Miles Bader  <miles@gnu.org>
206         * display.texi (Buttons): New section.
208 2003-12-31  Andreas Schwab  <schwab@suse.de>
210         * numbers.texi (Math Functions): sqrt reports a domain-error
211         error.
212         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
214 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
216         * tips.texi (Documentation Tips): Update item on hyperlinks in
217         documentation strings.
219         * errors.texi (Standard Errors): Various small corrections and
220         additions.
222         * control.texi: Various small changes in addition to the
223         following.
224         (Signaling Errors): Provide some more details on how `signal'
225         constructs the error message.  Add anchor to the definition of
226         `signal'.
227         (Error Symbols): Describe special treatment of `quit'.
228         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
229         to emphasize that it has to be a single form.
231         * buffers.texi: Add anchor.
233 2003-12-29  Richard M. Stallman  <rms@gnu.org>
235         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
236         (Window Configurations): Add window-configuration-frame.
238         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
240         * text.texi (Examining Properties): Add get-char-property-and-overlay.
241         Change arg name in get-char-property.
242         (Special Properties): Update handling of keymap property.
244         * strings.texi (Modifying Strings): Add clear-string.
245         (Text Comparison): Add assoc-string and remove
246         assoc-ignore-case, assoc-ignore-representation.
248         * os.texi (Time of Day): Add set-time-zone-rule.
250         * numbers.texi (Math Functions): asin, acos, log, log10
251         report domain-error errors.
253         * nonascii.texi (Converting Representations):
254         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
255         (Encoding and I/O): Add file-name-coding-system.
257         * modes.texi (Search-based Fontification): Explain that
258         face specs are symbols with face names as values.
260         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
262         * lists.texi (Building Lists): remq moved elsewhere.
263         (Sets And Lists): remq moved here.
264         (Association Lists): Refer to assoc-string.
266         * internals.texi (Garbage Collection): Add memory-use-counts.
268         * frames.texi (Frames and Windows): Add set-frame-selected-window
269         and frame-root-window.
271         * files.texi (Contents of Directories):
272         Add directory-files-and-attributes.
274         * display.texi (Refresh Screen): Add force-window-update.
275         (Invisible Text): Explain about moving point out of invis text.
276         (Overlay Properties): Add overlay-properties.
277         (Managing Overlays): Add overlayp.
278         (GIF Images): Invalid image number displays a hollow box.
280         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
281         (Killing Buffers): Add buffer-live-p.
283 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
285         * display.texi (Fringes): Fix typo "set-buffer-window".
287 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
289         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
290         * nonascii.texi, processes.texi, tips.texi, variables.texi:
291         Add or change various xrefs and anchors.
293         * commands.texi: Replace all occurrences of @acronym{CAR} with
294         @sc{car}, for consistency with the rest of the Elisp manual.
295         `car' and `cdr' are historically acronyms, but are no longer
296         widely thought of as such.
298         * internals.texi (Pure Storage): Mention that `purecopy' does not
299         copy text properties.
300         (Object Internals): Now 29 bits are used (in most implementations)
301         to address Lisp objects.
303         * variables.texi (Variables with Restricted Values): New node.
305         * objects.texi (Lisp Data Types): Mention that certain variables
306         can only take on a restricted set of values and add an xref to
307         the new node "Variables with Restricted Values".
309         * eval.texi (Function Indirection): Describe the errors that
310         `indirect-function' can signal.
311         (Eval): Clarify the descriptions of `eval-region' and `values'.
312         Describe `eval-buffer' instead of `eval-current-buffer' and
313         mention `eval-current-buffer' as an alias for `current-buffer'.
314         Correct the description and mention all optional arguments.
316         * nonascii.texi: Various small changes in addition to the
317         following.
318         (Converting Representations): Clarify behavior of
319         `string-make-multibyte' and `string-to-multibyte' for unibyte all
320         ASCII arguments.
321         (Character Sets): Document the variable `charset-list' and adapt
322         the definition of the function `charset-list' accordingly.
323         (Translation of Characters): Clarify use of generic characters in
324         `make-translation-table'.  Clarify and correct the description of
325         the use of translation tables in encoding and decoding.
326         (User-Chosen Coding Systems): Correct and clarify the description
327         of `select-safe-coding-system'.
328         (Default Coding Systems): Clarify description of
329         `file-coding-system-alist'.
331 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
333         * strings.texi (Text Comparison): Correctly describe when two
334         strings are `equal'.  Combine and clarify descriptions of
335         `assoc-ignore-case' and `assoc-ignore-representation'.
337         * objects.texi (Non-ASCII in Strings): Clarify description of
338         when a string is unibyte or multibyte.
339         (Bool-Vector Type): Update examples.
340         (Equality Predicates): Correctly describe when two strings are
341         `equal'.
343 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
345         * lists.texi (Building Lists): `append' no longer accepts integer
346         arguments.  Update the description of `number-sequence' to reflect
347         recent changes.
348         (Sets And Lists): Describe `member-ignore-case' after `member'.
350 2003-11-27  Kim F. Storm  <storm@cua.dk>
352         * commands.texi (Click Events): Click object may be an images.
353         Describe (dx . dy) element of click positions.
354         (Accessing Events): Remove duplicate posn-timestamp.
355         New functions posn-object and posn-object-x-y.
357 2003-11-23  Kim F. Storm  <storm@cua.dk>
359         * commands.texi (Click Events): Describe enhancements to event
360         position lists, including new text-pos and (col . row) items.
361         Mention left-fringe and right-fringe area events.
362         (Accessing Events): New functions posn-area and
363         posn-actual-col-row.  Mention posn-timestamp.  Mention that
364         posn-point in non-text area still returns buffer position.
365         Clarify posn-col-row.
367 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
369         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
370         * anti.texi (File Attributes): Describe removed parameter
371         ID-FORMAT.
373 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
375         * positions.texi (Positions): Mention that, if a marker is used as
376         a position, its buffer is ignored.
378         * markers.texi (Overview of Markers): Mention it here too.
380 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
382         * numbers.texi (Numeric Conversions): Not just `floor', but also
383         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
385 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
387         * markers.texi (Creating Markers): Specify insertion type of
388         created markers.  Add xref to `Marker Insertion Types'.
389         Second argument to `copy-marker' is optional.
390         (Marker Insertion Types): Mention that most markers are created
391         with insertion type nil.
392         (The Mark): Correctly describe when `mark' signals an error.
393         (The Region): Correctly describe when `region-beginning' and
394         `region-end' signal an error.
396 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
398         * hash.texi (Creating Hash): Clarify description of `eql'.
399         `makehash' is obsolete.
400         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
402         * positions.texi (Point): Change description of `buffer-end', so
403         that it is also correct for floating point arguments.
404         (List Motion): Correct argument lists of `beginning-of-defun' and
405         `end-of-defun'.
406         (Excursions): Add xref to `Marker Insertion Types'.
407         (Narrowing): Argument to `narrow-to-page' is optional.
409 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
411         * streams.texi (Output Streams): Clarify behavior of point for
412         marker output streams.
414 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
416         * variables.texi (Defining Variables): Second argument to
417         `defconst' is not optional.
418         (Setting Variables): Mention optional argument APPEND to
419         `add-to-list'.
420         (Creating Buffer-Local): Expand description of
421         `make-variable-buffer-local'.
422         (Frame-Local Variables): Expand description of
423         `make-variable-frame-local'.
424         (Variable Aliases): Correct description of optional argument
425         DOCSTRING to `defvaralias'.  Mention return value of
426         `defvaralias'.
427         (File Local Variables): Add xref to `File variables' in Emacs
428         Manual.  Correct description of `hack-local-variables'.  Mention
429         `safe-local-variable' property.  Mention optional second argument
430         to `risky-local-variable-p'.
432 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
434         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
436 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
438         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
439         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
440         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
441         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
442         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
443         lispref/processes.texi, lispref/searching.texi,
444         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
445         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
446         @acronym{FOO}.
448 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
450         * strings.texi (Creating Strings): Argument START to `substring'
451         can not be `nil'.  Expand description of
452         `substring-no-properties'.  Correct description of `split-string',
453         especially with respect to empty matches.  Prevent very bad line
454         break in definition of `split-string-default-separators'.
455         (Text Comparison): `string=' and `string<' also accept symbols as
456         arguments.
457         (String Conversion): More completely describe argument BASE in
458         `string-to-number'.
459         (Formatting Strings): `%s' and `%S" in `format' do require
460         corresponding object.  Clarify behavior of numeric prefix after
461         `%' in `format'.
462         (Case Conversion): The argument to `upcase-initials' can be a
463         character.
465 2003-10-27  Kenichi Handa  <handa@m17n.org>
467         * display.texi (Fontsets): Fix texinfo usage.
469 2003-10-25  Kenichi Handa  <handa@m17n.org>
471         * display.texi (Fontsets): Add description of the function
472         set-fontset-font.
474 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
476         * display.texi (Temporary Displays): Add xref to `Documentation
477         Tips'.
479         * functions.texi (Function Safety): Use inforef instead of pxref
480         for SES.
482 2003-10-23  Andreas Schwab  <schwab@suse.de>
484         * Makefile.in (TEX, texinputdir): Don't define.
485         (TEXI2DVI): Define.
486         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
487         add $(srcdir)/index.texi.
488         ($(infodir)/elisp): Remove index.texi dependency.
489         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
490         (index.texi): Remove target.
491         (dist): Don't link $(srcdir)/permute-index.
492         (clean): Don't remove index.texi.
494         * permute-index, index.perm: Remove.
495         * index.texi: Rename from index.unperm.
497 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
499         * tips.texi (Documentation Tips): Document new behavior for face
500         and variable hyperlinks in Help mode.
502 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
504         * objects.texi (Integer Type): Update for extra bit of integer range.
505         (Character Type): Ditto.
507 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
509         * numbers.texi (Integer Basics): Add index entries for reading
510         numbers in hex, octal, and binary.
512 2003-10-16  Lute Kamstra  <lute@gnu.org>
514         * modes.texi (Mode Line Format): Mention force-mode-line-update's
515         argument.
517 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
519         * windows.texi (Choosing Window): Fix typo.
520         * edebug.texi (Edebug Execution Modes): Fix typo.
522 2003-10-13  Richard M. Stallman  <rms@gnu.org>
524         * windows.texi (Basic Windows): A window has fringe settings,
525         display margins and scroll-bar settings.
526         (Splitting Windows): Doc split-window return value.
527         Clean up one-window-p.
528         (Selecting Windows): Fix typo.
529         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
530         (Buffers and Windows): In set-window-buffer, explain effect
531         on fringe settings and scroll bar settings.
532         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
533         (Choosing Window): Use defopt for pop-up-frame-function.
534         For special-display-buffer-names, explain same-window and same-frame.
535         Clarify window-dedicated-p return value.
536         (Textual Scrolling): scroll-up and scroll-down can get an error.
537         (Horizontal Scrolling): Clarify auto-hscroll-mode.
538         Clarify set-window-hscroll.
539         (Size of Window): Don't mention tool bar in window-height.
540         (Coordinates and Windows): Explain what coordinates-in-window-p
541         returns for fringes and display margins.
542         (Window Configurations): Explain saving fringes, etc.
544         * tips.texi (Library Headers): Clean up Documentation.
546         * syntax.texi (Parsing Expressions): Clean up forward-comment
547         and parse-sexp-lookup-properties.
549         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
551         * os.texi (System Environment): Clean up text for load-average errors.
553         * modes.texi (Hooks): Don't explain local hook details at front.
554         Clarify run-hooks and run-hook-with-args a little.
555         Clean up add-hook and remove-hook.
557         * edebug.texi (Edebug Execution Modes): Clarify t.
558         Document edebug-sit-for-seconds.
559         (Coverage Testing): Document C-x X = and =.
560         (Instrumenting Macro Calls): Fix typo.
561         (Specification List): Don't index the specification keywords.
563 2003-10-10  Kim F. Storm  <storm@cua.dk>
565         * processes.texi (Network): Introduce make-network-process.
567 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
569         * tips.texi (Library Headers): Fix typo.
571 2003-10-07  Juri Linkov  <juri@jurta.org>
573         * modes.texi (Imenu): Mention imenu-create-index-function's
574         default value.  Explain submenus better.
576 2003-10-07  Lute Kamstra  <lute@gnu.org>
578         * modes.texi (Faces for Font Lock): Fix typo.
579         (Hooks): Explain how buffer-local hook variables can refer to
580         global hook variables.
581         Various minor clarifications.
583 2003-10-06  Lute Kamstra  <lute@gnu.org>
585         * tips.texi (Coding Conventions): Mention naming conventions for
586         hooks.
588 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
590         * loading.texi (Library Search): Correct default value of
591         load-suffixes.
592         (Named Features): Fix typo.
594 2003-10-05  Richard M. Stallman  <rms@gnu.org>
596         * loading.texi (Named Features): In `provide',
597         say how to test for subfeatures.
598         (Unloading): In unload-feature, use new var name
599         unload-feature-special-hooks.
601 2003-10-03  Lute Kamstra  <lute@gnu.org>
603         * modes.texi (Major Mode Conventions): Mention third way to set up
604         Imenu.
605         (Imenu): A number of small fixes.
606         Delete documentation of internal variable imenu--index-alist.
607         Document the return value format of imenu-create-index-function
608         functions.
610 2003-09-30  Richard M. Stallman  <rms@gnu.org>
612         * processes.texi (Network): Say what stopped datagram connections do.
614         * lists.texi (Association Lists): Clarify `assq-delete-all'.
616         * display.texi (Overlay Properties): Clarify `evaporate' property.
618 2003-09-29  Lute Kamstra  <lute@gnu.org>
620         * modes.texi (Mode Line Data): Explain when symbols in mode-line
621         constructs should be marked as risky.
622         Change cons cell into proper list.
623         (Mode Line Variables): Change cons cell into proper list.
625 2003-09-26  Lute Kamstra  <lute@gnu.org>
627         * modes.texi (Mode Line Data): Document the :propertize construct.
628         (Mode Line Variables): Reorder the descriptions of the variables
629         to match their order in the default mode-line-format.
630         Describe the new variables mode-line-position and mode-line-modes.
631         Update the default values of mode-line-frame-identification,
632         minor-mode-alist, and default-mode-line-format.
633         (Properties in Mode): Mention the :propertize construct.
635 2003-09-26  Richard M. Stallman  <rms@gnu.org>
637         * buffers.texi, commands.texi, debugging.texi, eval.texi:
638         * loading.texi, minibuf.texi, text.texi, variables.texi:
639         Avoid @strong{Note:}.
641 2003-09-26  Richard M. Stallman  <rms@gnu.org>
643         * keymaps.texi (Remapping Commands): Fix typo.
645 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
647         * processes.texi (Low-Level Network): Fix typo.
649 2003-09-23  Kim F. Storm  <storm@cua.dk>
651         * processes.texi (Network, Network Servers): Fix typos.
652         (Low-Level Network): Add timeout value for :server keyword.
653         Add new option keywords to make-network-process.
654         Add set-network-process-options.
655         Explain how to test availability of network options.
657 2003-09-19  Richard M. Stallman  <rms@gnu.org>
659         * text.texi (Motion by Indent): Arg to
660         backward-to-indentation and forward-to-indentation is optional.
662         * strings.texi (Creating Strings): Add substring-no-properties.
664         * processes.texi
665         (Process Information): Add list-processes arg QUERY-ONLY.
666         Delete process-contact from here.
667         Add new status values for process-status.
668         Add process-get, process-put, process-plist, set-process-plist.
669         (Synchronous Processes): Add call-process-shell-command.
670         (Signals to Processes): signal-process allows process objects.
671         (Network): Complete rewrite.
672         (Network Servers, Datagrams, Low-Level Network): New nodes.
674         * positions.texi (Word Motion): forward-word, backward-word
675         arg is optional.  Reword.
677         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
679         * variables.texi (Creating Buffer-Local):
680         Delete duplicate definition of buffer-local-value.
681         (File Local Variables): Explain about discarding text props.
683 2003-09-11  Richard M. Stallman  <rms@gnu.org>
685         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
686         changes variables that record input events.
687         (Minibuffer Misc): Add minibuffer-selected-window.
689         * lists.texi (Building Lists): Add copy-tree.
691         * display.texi (Fontsets): Add char-displayable-p.
692         (Scroll Bars): New node.
694 2003-09-08  Lute Kamstra  <lute@gnu.org>
696         * modes.texi (%-Constructs): Document new `%i' and `%I'
697         constructs.
699 2003-09-03  Peter Runestig  <peter@runestig.com>
701         * makefile.w32-in: New file.
703 2003-08-29  Richard M. Stallman  <rms@gnu.org>
705         * display.texi (Overlay Properties): Clarify how priorities
706         affect use of the properties.
708 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
710         * customize.texi (Type Keywords): Correct the description of
711         `:help-echo' in the case where `motion-doc' is a function.
713 2003-08-14  John Paul Wallington  <jpw@gnu.org>
715         * modes.texi (Emulating Mode Line): Subsection, not section.
717 2003-08-13  Richard M. Stallman  <rms@gnu.org>
719         * elisp.texi (Top): Update subnode lists in menu.
721         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
722         (Kill Functions): kill-region has new arg yank-handler.
723         (Yanking): New node.
724         (Yank Commands): Add yank-undo-function.
725         (Low-Level Kill Ring):
726         kill-new and kill-append have new arg yank-handler.
727         (Changing Properties): Add remove-list-of-text-properties.
728         (Atomic Changes): New node.
730         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
732         * streams.texi (Output Variables): Add eval-expression-print-length
733         and eval-expression-print-level.
735         * os.texi (Time Conversion): For encode-time, explain limits on year.
737         * objects.texi (Character Type): Define anchor "modifier bits".
739         * modes.texi (Emulating Mode Line): New node.
740         (Search-based Fontification): Font Lock uses font-lock-face property.
741         (Other Font Lock Variables): Likewise.
743         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
744         not vectors.
745         (Active Keymaps): Add emulation-mode-map-alists.
746         (Functions for Key Lookup): key-binding has new arg no-remap.
747         (Remapping Commands): New node.
748         (Scanning Keymaps): where-is-internal has new arg no-remap.
749         (Tool Bar): Add tool-bar-local-item-from-menu.
750         Clarify when to use tool-bar-add-item-from-menu.
752         * commands.texi (Interactive Call): commandp has new arg.
753         (Command Loop Info): Add this-original-command.
755 2003-08-06  John Paul Wallington  <jpw@gnu.org>
757         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
759         * display.texi (Warning Basics): Fix typo.
760         (Fringes): Add closing curly bracket and fix typo.
762         * elisp.texi (Top): Fix typo.
764 2003-08-05  Richard M. Stallman  <rms@gnu.org>
766         * elisp.texi: Update lists of subnodes.
768         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
770         * variables.texi (Local Variables): Use lc for example variable names.
772         * tips.texi (Library Headers): Explain where to put -*-.
774         * strings.texi (Creating Strings): Fix xref for vconcat.
776         * sequences.texi (Vector Functions):
777         vconcat no longer allows integer args.
779         * minibuf.texi (Reading File Names): read-file-name has new
780         arg PREDICATE.  New function read-directory-name.
782         * macros.texi (Defining Macros): Give definition of `declare'
783         (Indenting Macros): New node.
785         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
786         (Window Frame Parameters): Make separate table of parameters
787         that are coupled with specific face attributes.
788         (Deleting Frames): delete-frame-hooks renamed to
789         delete-frame-functions.
791         * files.texi (Magic File Names): Add file-remote-p.
792         Clarify file-local-copy.
794         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
795         here; instead xref Defining Macros.
797         * display.texi (Warnings): New node, and subnodes.
798         (Fringes): New node.
800         * debugging.texi (Test Coverage): New node.
802         * compile.texi (Compiler Errors): Explain with-no-warnings
803         and other ways to suppress warnings.
805         * commands.texi (Interactive Call): Minor clarification.
807         * buffers.texi (Buffer File Name): set-visited-file-name
808         renames the buffer too.
810         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
812 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
814         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
816 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
818         * internals.texi (Garbage Collection): Fix previous change.
820 2003-07-22  Richard M. Stallman  <rms@gnu.org>
822         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
824         * display.texi (Width): Use \s syntax in example.
825         (Font Selection): Add face-font-rescale-alist.
827         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
828         Remove spurious indent in example.
830         * lists.texi (Building Lists): Add number-sequence.
832         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
834         * functions.texi (Function Documentation): Explain how to
835         show calling convention explicitly in the doc string.
837         * windows.texi (Selecting Windows): save-selected-window saves
838         selected window of each frame.
839         (Window Configurations): Minor change.
841         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
843         * streams.texi (Output Variables): Add print-continuous-numbering
844         and print-number-table.
846         * processes.texi (Decoding Output): New node.
848         * os.texi (Time Conversion): decode-time arg is optional.
850         * objects.texi (Character Type): Don't use space as example for \.
851         Make list of char names and \-sequences correspond.
852         Explain that \s is not used in strings.  `\ ' needs space after.
854         * nonascii.texi (Converting Representations): Add string-to-multibyte.
855         (Translation of Characters): Add translation-table-for-input.
856         (Default Coding Systems): Add auto-coding-functions.
857         (Explicit Encoding): Add decode-coding-inserted-region.
858         (Locales): Add locale-info.
860         * minibuf.texi (Basic Completion): Describe test-completion.
861         Collections can be lists of strings.
862         Clean up lazy-completion-table.
863         (Programmed Completion): Mention test-completion.
864         Clarify why lambda expressions are not accepted.
865         (Minibuffer Misc): Describe minibufferp.
867 2003-07-14  Richard M. Stallman  <rms@gnu.org>
869         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
871         * windows.texi (Selecting Windows): New arg to select-window.
872         (Selecting Windows): Add with-selected-window.
873         (Size of Window): Add window-inside-edges, etc.
875         * internals.texi (Garbage Collection): Add post-gc-hook.
877         * processes.texi (Subprocess Creation): Add exec-suffixes.
879         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
880         (Scanning Keymaps): Add map-keymaps.
881         (Defining Menus): Add keymap-prompt.
883         * numbers.texi (Integer Basics): Add most-positive-fixnum,
884         most-negative-fixnum.
886         * compile.texi (Byte Compilation): Explain no-byte-compile
887         (Compiler Errors): New node.
889         * os.texi (User Identification): user-uid, user-real-uid
890         can return float.
892         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
893         and about derived modes.
894         (Minor Modes): Add minor-mode-list.
895         (Defining Minor Modes): Keyword args for define-minor-mode.
896         (Search-based Fontification): Explain managing other properties.
897         (Other Font Lock Variables): Add font-lock-extra-managed-props.
898         (Faces for Font Lock): Add font-locl-preprocessor-face.
899         (Hooks): Add run-mode-hooks and delay-mode-hooks.
901         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
902         (Variable Aliases): Clarify defvaralias.
904         * loading.texi (Library Search): Add load-suffixes.
906         * minibuf.texi (Basic Completion): Add lazy-completion-table.
907         (Programmed Completion): Add dynamic-completion-table.
909         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
910         (Magic File Names): Specify precedence order of handlers.
912         * commands.texi (Command Overview): Emacs server runs pre-command-hook
913         and post-command-hook.
914         (Waiting): New calling convention for sit-for.
916         * text.texi (Special Properties): local-map and keymap properties
917         apply based on their stickiness.
919 2003-07-07  Richard M. Stallman  <rms@gnu.org>
921         * modes.texi (Minor Mode Conventions): Specify only some kinds
922         of list values as args to minor modes.
924         * files.texi (File Name Expansion): Warn about iterative use
925         of substitute-in-file-name.
927         * advice.texi (Activation of Advice): Clean up previous change.
929 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
931         * advice.texi (Activation of Advice): Note that ad-start-advice is
932         turned on by default.
934 2003-06-30  Richard M. Stallman  <rms@gnu.org>
936         * text.texi (Buffer Contents): Document current-word.
937         (Change Hooks): Not called for *Messages*.
939         * functions.texi (Defining Functions): Explain about redefining
940         primitives.
941         (Function Safety): Renamed.  Minor changes.
942         Comment out the detailed criteria for what is safe.
944 2003-06-22  Andreas Schwab  <schwab@suse.de>
946         * objects.texi (Symbol Type): Fix description of examples.
948 2003-06-16  Andreas Schwab  <schwab@suse.de>
950         * hash.texi (Creating Hash): Fix description of :weakness.
952 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
954         * files.texi (Changing Files): copy-file copies file modes, too.
956 2003-05-28  Richard M. Stallman  <rms@gnu.org>
958         * strings.texi (Creating Strings): Clarify split-string.
960 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
962         * strings.texi (Creating Strings): Update split-string specification
963         and examples.
965 2003-05-19  Richard M. Stallman  <rms@gnu.org>
967         * elisp.texi: Correct invariant section names.
969 2003-04-20  Richard M. Stallman  <rms@gnu.org>
971         * os.texi (Timers): Explain about timers and quitting.
973 2003-04-19  Richard M. Stallman  <rms@gnu.org>
975         * internals.texi (Writing Emacs Primitives): Strings are
976         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
977         Explain GCPRO convention for varargs function args.
979 2003-04-16  Richard M. Stallman  <rms@gnu.org>
981         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
983 2003-04-08  Richard M. Stallman  <rms@gnu.org>
985         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
987 2003-02-13  Kim F. Storm  <storm@cua.dk>
989         * objects.texi (Character Type): New \s escape for space.
991 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
993         * os.texi (System Environment): Added cygwin system-type.
995 2003-01-25  Richard M. Stallman  <rms@gnu.org>
997         * keymaps.texi: Document that a symbol can act as a keymap.
999 2003-01-13  Richard M. Stallman  <rms@gnu.org>
1001         * text.texi (Changing Properties): Say string indices are origin-0.
1003         * positions.texi (Screen Lines) <compute-motion>:
1004         Correct order of elts in return value.
1006         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1007         how to define a default binding.
1009 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1011         * loading.texi (Unloading): Fix recent change for load-history.
1013         * customize.texi (Simple Types): Clarify description of custom
1014         type 'number. Describe new custom type 'float.
1016 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
1018         * variables.texi (File Local Variables): Fix typo.
1020 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1022         From Michael Albinus <Michael.Albinus@alcatel.de>.
1024         * README: Target for Info file is `make info'.
1026         * files.texi (File Name Components): Fixed typos in
1027         `file-name-sans-extension'.
1028         (Magic File Names): Complete list of operations for magic file
1029         name handlers.
1031 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1033         * variables.texi (File Local Variables): New function
1034         risky-local-variable-p.
1036 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
1038         * functions.texi (Function safety): New node about unsafep.
1040 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1042         * customize.texi (Splicing into Lists): Fixed example.
1043         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1045 2002-06-17  Juanma Barranquero  <lektu@terra.es>
1047         * frames.texi (Display Feature Testing): Fix typo.
1049 2002-06-12  Andreas Schwab  <schwab@suse.de>
1051         * frames.texi (Initial Parameters, Resources): Fix references to
1052         the Emacs manual.
1054 2002-05-13  Kim F. Storm  <storm@cua.dk>
1056         * variables.texi (Intro to Buffer-Local): Updated warning and
1057         example relating to changing buffer inside let.
1059 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1061         * os.texi (Session Management): New node about X Session management.
1063 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
1065         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
1066         to which the manual corresponds, and the copyright years.
1068         * Makefile.in (VERSION): Set to 2.9.
1070 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
1072         * elisp.texi: Change the category in @dircategory to "Emacs", to
1073         make it consistent with info/dir.
1075 2001-11-25  Miles Bader  <miles@gnu.org>
1077         * text.texi (Fields): Describe new `limit' arg in
1078         field-beginning/field-end.
1080 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
1082         * permute-index: Don't depend on csh-specific features.  Replace
1083         the interpreter name with /bin/sh.
1085         * two-volume-cross-refs.txt: New file.
1086         * two.el: New file.
1087         * spellfile: New file.
1089 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
1091         * permute-index: New file.
1093         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1094         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1095         8+3 restricted namespace.
1097         * Makefile.in (infodir): Define relative to $(srcdir).
1098         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1099         include directories list via -I switch to makeinfo.
1100         (index.texi): Use cp if both hard and symbolic links fail.
1102 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
1104         * Makefile.in (distclean): Add.
1106         The following changes make ELisp manual part of the Emacs
1107         distribution:
1109         * Makefile.in: Add Copyright notice.
1110         (prefix): Remove.
1111         (infodir): Change value to "../info".
1112         (VPATH): New variable.
1113         (MAKE): Don't define.
1114         (texmacrodir): Don't define.
1115         (texinputdir): Append the existing value of TEXINPUTS.
1116         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
1117         command to be compatible with man/Makefile.in, and to put the
1118         output into ../info.
1119         (info): Add target.
1120         (installall): Target removed.
1122 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1124         * tips.texi (Coding Conventions): Fix typo.
1126 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
1128         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1130 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
1132         * files.texi (File Name Components): Update the description of
1133         file-name-sans-extension and file-name-extension, as they now
1134         ignore leading dots.
1136 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1138         * (Version 21.1 released.)
1140 2001-10-19  Miles Bader  <miles@gnu.org>
1142         * positions.texi (Text Lines): Describe behavior of
1143         `beginning-of-line'/`end-of-line' in the presence of field properties.
1145 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1147         * Makefile.in (VERSION): Set to 2.8.
1148         (manual): Use `manual-21'.
1150         * elisp.texi (VERSION): Add and use it where the version
1151         number was used.  Set it to 2.8.
1153         * intro.texi: Likewise.
1155 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
1157         * files.texi (File Name Completion): Document the significance of
1158         a trailing slash in elements of completion-ignored-extensions.
1160 2001-10-06  Miles Bader  <miles@gnu.org>
1162         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1164 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1166         * variables.texi (Variable Aliases): New node.
1168 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1170         * Branch for 21.1.
1172 2001-10-02  Miles Bader  <miles@gnu.org>
1174         * minibuf.texi (Minibuffer Misc): Add entries for
1175         `minibuffer-contents', `minibuffer-contents-no-properties', and
1176         `delete-minibuffer-contents'.
1177         Correct description for `minibuffer-prompt-end'.
1179         * text.texi (Property Search): Correct descriptions of
1180         `next-char-property-change' and `previous-char-property-change'.
1181         Add entries for `next-single-char-property-change' and
1182         `previous-single-char-property-change'.
1183         Make operand names a bit more consistent.
1185 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1187         * frames.texi (Finding All Frames): Document that next-frame and
1188         previous-frame are local to current terminal.
1190 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
1192         * keymaps.texi (Creating Keymaps): Fix the description of the
1193         result of make-keymap.
1195 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1197         * display.texi (Font Lookup, Attribute Functions)
1198         (Image Descriptors): Add cross-references to the definition of
1199         selected frame.
1201         * buffers.texi (The Buffer List): Add cross-references to the
1202         definition of selected frame.
1204         * frames.texi (Input Focus): Clarify which frame is _the_ selected
1205         frame at any given time.
1206         (Multiple Displays, Size and Position): Add a cross-reference to
1207         the definition of the selected frame.
1209 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1211         * strings.texi (String Conversion) <string-to-number>: Document
1212         that a float is returned for integers that are too large.
1214         * frames.texi (Mouse Position): Document mouse-position-function.
1215         (Display Feature Testing): Document display-images-p.
1216         (Window Frame Parameters): Document the cursor-type variable.
1218         * numbers.texi (Integer Basics): Document CL style read syntax for
1219         integers in bases other than 10.
1221         * positions.texi (List Motion): Document
1222         open-paren-in-column-0-is-defun-start.
1224         * lists.texi (Sets And Lists): Document member-ignore-case.
1226         * internals.texi (Garbage Collection): Document the used and free
1227         strings report.
1228         (Memory Usage): Document strings-consed.
1230         * os.texi (Time of Day): Document float-time.
1231         (Recording Input): Document that clear-this-command-keys clears
1232         the vector to be returned by recent-keys.
1234         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1235         argument keymap can be a list.
1237         * nonascii.texi (User-Chosen Coding Systems)
1238         <select-safe-coding-system>: Document the new argument
1239         accept-default-p and the variable
1240         select-safe-coding-system-accept-default-p.  Tell what happens if
1241         buffer-file-coding-system is undecided.
1242         (Default Coding Systems): Document auto-coding-regexp-alist.
1244         * display.texi (The Echo Area) <message>: Document
1245         message-truncate-lines.
1246         (Glyphs): Document that the glyph table is unused on windowed
1247         displays.
1249         * help.texi (Describing Characters) <single-key-description>:
1250         Document the new argument no-angles.
1251         (Accessing Documentation) <documentation-property>: Document that
1252         a non-string property is evaluated.
1253         <documentation>: Document that the function-documentation property
1254         is looked for.
1256         * windows.texi (Selecting Windows): Document some-window.
1258         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1260         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1261         apropos-mode-hook.
1263         * commands.texi (Using Interactive): Document interactive-form.
1264         (Keyboard Macros): Document kbd-macro-termination-hook.
1265         (Command Loop Info): Document that clear-this-command-keys clears
1266         the vector to be returned by recent-keys.
1268 2001-09-04  Werner LEMBERG  <wl@gnu.org>
1270         * Makefile.in (srcdir, texinputdir): New variables.
1271         (srcs, index.texi, install): Use $(srcdir).
1272         (.PHONY): Remove elisp.dvi.
1273         (elisp): Use -I switch for makeinfo.
1274         (elisp.dvi): Use $(srcdir) and $(texinputdir).
1275         (installall, dist): Use $(srcdir).
1276         Fix path to texinfo.tex.
1277         (maintainer-clean): Add elisp.dvi and elisp.oaux.
1279 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1281         * display.texi (Conditional Display): Adjust to API change.
1283         * configure: New file.
1285 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
1287         * commands.texi (Repeat Events): Add description of
1288         double-click-fuzz.
1290 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1292         * syntax.texi (Syntax Class Table): Add the missing designator for
1293         comment and string fences.
1294         (Syntax Properties): Add a xref to syntax table internals.
1295         (Syntax Table Internals): Document string-to-syntax.
1297 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1299         * Makefile.in (install): Use install-info command line options
1300         like in Emacs' Makefile.in.
1302 2000-12-09  Miles Bader  <miles@gnu.org>
1304         * windows.texi (Window Start): Update documentation for
1305         `pos-visible-in-window-p'.
1307 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1309         * lists.texi (Building Lists): Add footnote to explain how to add
1310         to the end of a list.
1312 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1314         * files.texi (Visiting Functions): Typos.
1316 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
1318         * files.texi (Visiting Functions): Return value of
1319         find-file-noselect may be a list of buffers if wildcards are used.
1321 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
1323         * display.texi (Defining Faces): Document `graphic' display type
1324         in face specs.
1326 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1328         * hooks.texi (Standard Hooks): Replace obsolete
1329         `after-make-frame-hook' with `after-make-frame-functions'.
1331         * frames.texi (Creating Frames): Ditto.
1333         * variables.texi (Future Local Variables): Ditto.
1335 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1337         * display.texi (Other Image Types): Add description of :foreground
1338         and :background properties of mono PBM images.
1340 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1342         * .cvsignore: New file.
1344 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1346         * tindex.pl: New script.
1348 1999-12-03  Dave Love  <fx@gnu.org>
1350         * Makefile.in (MAKEINFO): New parameter.
1352 1999-09-17  Richard Stallman  <rms@gnu.org>
1354         * Makefile.in (srcs): Add hash.texi.
1355         (VERSION): Update to 20.6.
1357 1999-09-13  Richard Stallman  <rms@gnu.org>
1359         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1361 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1363         * configure.in: New file.
1364         * Makefile.in: Renamed from Makefile.
1365         (prefix, infodir): Use value obtained from configure.
1366         (emacslibdir): Obsolete variable deleted.
1367         (dist): Distribute configure.in, configure, Makefile.in.
1369 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1371         * Makefile (INSTALL_INFO): New variable.
1372         (install): Run install-info.
1374 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1376         * Makefile (elisp.dvi): Add missing backslash.
1378 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1380         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1381         Run texindex without `./'.  Always run texindex on elisp.tp.
1382         (elisp.tps): Target deleted.
1384 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1386         * Makefile (srcs): Add nonascii.texi and customize.texi.
1387         (dist): Start by deleting `temp'.
1389 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1391         * Makefile (makeinfo, texindex): Targets deleted.
1392         (makeinfo.o, texindex.o): Targets deleted.
1393         (clean, dist): Don't do anything with them or with getopt*.
1395 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1397         * Makefile (SHELL): Defined.
1399 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1401         * Makefile (elisp.tps): New target.
1402         (elisp.dvi): Depend on elisp.tps.
1404 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1406         * README: Update phone number.
1408         * Makefile (elisp): Make this be the default target.
1409         Depend on makeinfo.c instead of makeinfo.
1410         (install): Don't depend on elisp.dvi, since we don't install that.
1411         Use mkinstalldirs.
1412         (dist): Add mkinstalldirs.
1414 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1416         * Makefile (VERSION): Update version number.
1417         (maintainer-clean): Renamed from realclean.
1419 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1421         * Makefile (realclean): New target.
1422         (elisp): Remove any old elisp-* files first.
1424 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1426         * Makefile (VERSION): New variable.
1427         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1428         Compressed file suffix should be `.gz', not `.z'.
1430 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1432         * Makefile (elisp): Depend on makeinfo.
1434 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1436         * Makefile (srcs): Add anti.texi.
1438 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1440         * Makefile (infodir, prefix): New vars.
1441         (install): Use infodir.
1442         (emacsinfodir): Deleted.
1444 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1446         * Makefile (srcs): Add calendar.texi.
1448         * Makefile (dist): Copy texindex.c and makeinfo.c.
1449         Limit elisp-* files to those with one or two digits.
1451 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1453         * Makefile (dist): Changed to use Gzip instead of compress.
1455 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1457         * loading.texi (Unloading): define-function changed back to
1458         defalias.  It may not stay this way, but at least it's
1459         consistent with the known-good version of the code patch.
1461 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1463         * modes.texi (Hooks): Document new optional arg of add-hook.
1465 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1467         * variables.texi: Document nil initial value of buffer-local variables.
1469         * tips.texi: Add new section on standard library headers.
1471 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1473         * Makefile (srcs): Add frame.texi to the list of sources.
1475 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1477         * Makefile (dist): Don't bother excluding autosave files; they'll
1478         never make it into the temp directory anyway, and the hash marks
1479         in the name are problematic for make and the Bourne shell.
1480         (srcs):
1482 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1484         * Makefile (dist): Don't include backup files or autosave files in
1485         the distribution tar file.
1487 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1489         * Makefile (srcs): Added index.perm.
1490         (elisp.dvi): Remove erroneous shell comment.
1491         Expect output of permute-index in permuted.fns.
1492         Save old elisp.aux in elisp.oaux.
1493         (clean): Added index.texi to be deleted.
1495 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1497         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1499 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1501         * files.texi:  Noted that completion-ignored-extensions is ignored
1502         when making *Completions*.
1504 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1506         * Makefile  make dist now depends on elisp.dvi, since it tries
1507         to include it in the dist file.
1509 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1511         * functions.texinfo (Mapping Functions): Add missing quote
1513 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1515         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1516         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1518 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1520         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1521         and @error{} are the terms now being used.  The files in the
1522         directory have been changed to reflect this.
1524         * All instances of @indentedresultt{} have been changed to
1525         `     @result{}', using 5 spaces at the begining of the line.
1527 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1529         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1530         experimental @indentedresult{}, @indentedexpandsto{} are part of
1531         the texinfo.tex in this directory.  These TeX macros are not
1532         stable yet.
1534 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1536         * texinfo.tex:  temporarily added
1537                 \let\result=\dblarrow
1538                 \def\error{{\it ERROR} \longdblarrow}
1539         We need to do this better soon.
1541 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1543         * Applied Karl Berry's patches to *.texinfo files, but not to
1544         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1545         new title page format is also not applied, since it requires
1546         texinfo.tex changes.)
1548         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1549         for the Project GNU development environment.
1551 ;; Local Variables:
1552 ;; coding: iso-2022-7bit
1553 ;; End:
1555     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1556   Copying and distribution of this file, with or without modification,
1557   are permitted provided the copyright notice and this notice are preserved.
1559 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda