(comint-quote-filename): Correctly handle backslash
[emacs.git] / lispref / ChangeLog
blob85a5f5067399a6d4d542784834f464fc6473da29
1 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
3         * strings.texi (Text Comparison): Correctly describe when two
4         strings are `equal'.  Combine and clarify descriptions of
5         `assoc-ignore-case' and `assoc-ignore-representation'.
7         * objects.texi (Non-ASCII in Strings): Clarify description of
8         when a string is unibyte or multibyte.
9         (Bool-Vector Type): Update examples.
10         (Equality Predicates): Correctly describe when two strings are
11         `equal'.
13 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
15         * lists.texi (Building Lists): `append' no longer accepts integer
16         arguments.  Update the description of `number-sequence' to reflect
17         recent changes.
18         (Sets And Lists): Describe `member-ignore-case' after `member'.
20 2003-11-27  Kim F. Storm  <storm@cua.dk>
22         * commands.texi (Click Events): Click object may be an images.
23         Describe (dx . dy) element of click positions.
24         (Accessing Events): Remove duplicate posn-timestamp.
25         New functions posn-object and posn-object-x-y.
27 2003-11-23  Kim F. Storm  <storm@cua.dk>
29         * commands.texi (Click Events): Describe enhancements to event
30         position lists, including new text-pos and (col . row) items.
31         Mention left-fringe and right-fringe area events.
32         (Accessing Events): New functions posn-area and
33         posn-actual-col-row.  Mention posn-timestamp.  Mention that
34         posn-point in non-text area still returns buffer position.
35         Clarify posn-col-row.
37 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
39         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
40         * anti.texi (File Attributes): Describe removed parameter
41         ID-FORMAT.
43 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
45         * positions.texi (Positions): Mention that, if a marker is used a
46         a position, its buffer is ignored.
48         * markers.texi (Overview of Markers): Mention it here too.
50 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
52         * numbers.texi (Numeric Conversions): Not just `floor', but also
53         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
55 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
57         * markers.texi (Creating Markers): Specify insertion type of
58         created markers.  Add xref to `Marker Insertion Types'.
59         Second argument to `copy-marker' is optional.
60         (Marker Insertion Types): Mention that most markers are created
61         with insertion type nil.
62         (The Mark): Correctly describe when `mark' signals an error.
63         (The Region): Correctly describe when `region-beginning' and
64         `region-end' signal an error.
66 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
68         * hash.texi (Creating Hash): Clarify description of `eql'.
69         `makehash' is obsolete.
70         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
72         * positions.texi (Point): Change description of `buffer-end', so
73         that it is also correct for floating point arguments.
74         (List Motion): Correct argument lists of `beginning-of-defun' and
75         `end-of-defun'.
76         (Excursions): Add xref to `Marker Insertion Types'.
77         (Narrowing): Argument to `narrow-to-page' is optional.
79 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
81         * streams.texi (Output Streams): Clarify behavior of point for
82         marker output streams.
84 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
86         * variables.texi (Defining Variables): Second argument to
87         `defconst' is not optional.
88         (Setting Variables): Mention optional argument APPEND to
89         `add-to-list'.
90         (Creating Buffer-Local): Expand description of
91         `make-variable-buffer-local'.
92         (Frame-Local Variables): Expand description of
93         `make-variable-frame-local'.
94         (Variable Aliases): Correct description of optional argument
95         DOCSTRING to `defvaralias'.  Mention return value of
96         `defvaralias'.
97         (File Local Variables): Add xref to `File variables' in Emacs
98         Manual.  Correct description of `hack-local-variables'.  Mention
99         `safe-local-variable' property.  Mention optional second argument
100         to `risky-local-variable-p'.
102 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
104         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
106 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
108         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
109         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
110         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
111         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
112         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
113         lispref/processes.texi, lispref/searching.texi,
114         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
115         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
116         @acronym{FOO}.
118 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
120         * strings.texi (Creating Strings): Argument START to `substring'
121         can not be `nil'.  Expand description of
122         `substring-no-properties'.  Correct description of `split-string',
123         especially with respect to empty matches.  Prevent very bad line
124         break in definition of `split-string-default-separators'.
125         (Text Comparison): `string=' and `string<' also accept symbols as
126         arguments.
127         (String Conversion): More completely describe argument BASE in
128         `string-to-number'.
129         (Formatting Strings): `%s' and `%S" in `format' do require
130         corresponding object.  Clarify behavior of numeric prefix after
131         `%' in `format'.
132         (Case Conversion): The argument to `upcase-initials' can be a
133         character.
135 2003-10-27  Kenichi Handa  <handa@m17n.org>
137         * display.texi (Fontsets): Fix texinfo usage.
139 2003-10-25  Kenichi Handa  <handa@m17n.org>
141         * display.texi (Fontsets): Add description of the function
142         set-fontset-font.
144 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
146         * display.texi (Temporary Displays): Add xref to `Documentation
147         Tips'.
149         * functions.texi (Function Safety): Use inforef instead of pxref
150         for SES.
152 2003-10-23  Andreas Schwab  <schwab@suse.de>
154         * Makefile.in (TEX, texinputdir): Don't define.
155         (TEXI2DVI): Define.
156         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
157         add $(srcdir)/index.texi.
158         ($(infodir)/elisp): Remove index.texi dependency.
159         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
160         (index.texi): Remove target.
161         (dist): Don't link $(srcdir)/permute-index.
162         (clean): Don't remove index.texi.
164         * permute-index, index.perm: Remove.
165         * index.texi: Rename from index.unperm.
167 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
169         * tips.texi (Documentation Tips): Document new behavior for face
170         and variable hyperlinks in Help mode.
172 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
174         * objects.texi (Integer Type): Update for extra bit of integer range.
175         (Character Type): Ditto.
177 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
179         * numbers.texi (Integer Basics): Add index entries for reading
180         numbers in hex, octal, and binary.
182 2003-10-16  Lute Kamstra  <lute@gnu.org>
184         * modes.texi (Mode Line Format): Mention force-mode-line-update's
185         argument.
187 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
189         * windows.texi (Choosing Window): Fix typo.
190         * edebug.texi (Edebug Execution Modes): Fix typo.
192 2003-10-13  Richard M. Stallman  <rms@gnu.org>
194         * windows.texi (Basic Windows): A window has fringe settings,
195         display margins and scroll-bar settings.
196         (Splitting Windows): Doc split-window return value.
197         Clean up one-window-p.
198         (Selecting Windows): Fix typo.
199         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
200         (Buffers and Windows): In set-window-buffer, explain effect
201         on fringe settings and scroll bar settings.
202         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
203         (Choosing Window): Use defopt for pop-up-frame-function.
204         For special-display-buffer-names, explain same-window and same-frame.
205         Clarify window-dedicated-p return value.
206         (Textual Scrolling): scroll-up and scroll-down can get an error.
207         (Horizontal Scrolling): Clarify auto-hscroll-mode.
208         Clarify set-window-hscroll.
209         (Size of Window): Don't mention tool bar in window-height.
210         (Coordinates and Windows): Explain what coordinates-in-window-p
211         returns for fringes and display margins.
212         (Window Configurations): Explain saving fringes, etc.
214         * tips.texi (Library Headers): Clean up Documentation.
216         * syntax.texi (Parsing Expressions): Clean up forward-comment
217         and parse-sexp-lookup-properties.
219         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
221         * os.texi (System Environment): Clean up text for load-average errors.
223         * modes.texi (Hooks): Don't explain local hook details at front.
224         Clarify run-hooks and run-hook-with-args a little.
225         Clean up add-hook and remove-hook.
227         * edebug.texi (Edebug Execution Modes): Clarify t.
228         Document edebug-sit-for-seconds.
229         (Coverage Testing): Document C-x X = and =.
230         (Instrumenting Macro Calls): Fix typo.
231         (Specification List): Don't index the specification keywords.
233 2003-10-10  Kim F. Storm  <storm@cua.dk>
235         * processes.texi (Network): Introduce make-network-process.
237 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
239         * tips.texi (Library Headers): Fix typo.
241 2003-10-07  Juri Linkov  <juri@jurta.org>
243         * modes.texi (Imenu): Mention imenu-create-index-function's
244         default value.  Explain submenus better.
246 2003-10-07  Lute Kamstra  <lute@gnu.org>
248         * modes.texi (Faces for Font Lock): Fix typo.
249         (Hooks): Explain how buffer-local hook variables can refer to
250         global hook variables.
251         Various minor clarifications.
253 2003-10-06  Lute Kamstra  <lute@gnu.org>
255         * tips.texi (Coding Conventions): Mention naming conventions for
256         hooks.
258 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
260         * loading.texi (Library Search): Correct default value of
261         load-suffixes.
262         (Named Features): Fix typo.
264 2003-10-05  Richard M. Stallman  <rms@gnu.org>
266         * loading.texi (Named Features): In `provide',
267         say how to test for subfeatures.
268         (Unloading): In unload-feature, use new var name
269         unload-feature-special-hooks.
271 2003-10-03  Lute Kamstra  <lute@gnu.org>
273         * modes.texi (Major Mode Conventions): Mention third way to set up
274         Imenu.
275         (Imenu): A number of small fixes.
276         Delete documentation of internal variable imenu--index-alist.
277         Document the return value format of imenu-create-index-function
278         functions.
280 2003-09-30  Richard M. Stallman  <rms@gnu.org>
282         * processes.texi (Network): Say what stopped datagram connections do.
284         * lists.texi (Association Lists): Clarify `assq-delete-all'.
286         * display.texi (Overlay Properties): Clarify `evaporate' property.
288 2003-09-29  Lute Kamstra  <lute@gnu.org>
290         * modes.texi (Mode Line Data): Explain when symbols in mode-line
291         constructs should be marked as risky.
292         Change cons cell into proper list.
293         (Mode Line Variables): Change cons cell into proper list.
295 2003-09-26  Lute Kamstra  <lute@gnu.org>
297         * modes.texi (Mode Line Data): Document the :propertize construct.
298         (Mode Line Variables): Reorder the descriptions of the variables
299         to match their order in the default mode-line-format.
300         Describe the new variables mode-line-position and mode-line-modes.
301         Update the default values of mode-line-frame-identification,
302         minor-mode-alist, and default-mode-line-format.
303         (Properties in Mode): Mention the :propertize construct.
305 2003-09-26  Richard M. Stallman  <rms@gnu.org>
307         * buffers.texi, commands.texi, debugging.texi, eval.texi:
308         * loading.texi, minibuf.texi, text.texi, variables.texi:
309         Avoid @strong{Note:}.
311 2003-09-26  Richard M. Stallman  <rms@gnu.org>
313         * keymaps.texi (Remapping Commands): Fix typo.
315 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
317         * processes.texi (Low-Level Network): Fix typo.
319 2003-09-23  Kim F. Storm  <storm@cua.dk>
321         * processes.texi (Network, Network Servers): Fix typos.
322         (Low-Level Network): Add timeout value for :server keyword.
323         Add new option keywords to make-network-process.
324         Add set-network-process-options.
325         Explain how to test availability of network options.
327 2003-09-19  Richard M. Stallman  <rms@gnu.org>
329         * text.texi (Motion by Indent): Arg to
330         backward-to-indentation and forward-to-indentation is optional.
332         * strings.texi (Creating Strings): Add substring-no-properties.
334         * processes.texi
335         (Process Information): Add list-processes arg QUERY-ONLY.
336         Delete process-contact from here.
337         Add new status values for process-status.
338         Add process-get, process-put, process-plist, set-process-plist.
339         (Synchronous Processes): Add call-process-shell-command.
340         (Signals to Processes): signal-process allows process objects.
341         (Network): Complete rewrite.
342         (Network Servers, Datagrams, Low-Level Network): New nodes.
344         * positions.texi (Word Motion): forward-word, backward-word
345         arg is optional.  Reword.
347         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
349         * variables.texi (Creating Buffer-Local):
350         Delete duplicate definition of buffer-local-value.
351         (File Local Variables): Explain about discarding text props.
353 2003-09-11  Richard M. Stallman  <rms@gnu.org>
355         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
356         changes variables that record input events.
357         (Minibuffer Misc): Add minibuffer-selected-window.
359         * lists.texi (Building Lists): Add copy-tree.
361         * display.texi (Fontsets): Add char-displayable-p.
362         (Scroll Bars): New node.
364 2003-09-08  Lute Kamstra  <lute@gnu.org>
366         * modes.texi (%-Constructs): Document new `%i' and `%I'
367         constructs.
369 2003-09-03  Peter Runestig  <peter@runestig.com>
371         * makefile.w32-in: New file.
373 2003-08-29  Richard M. Stallman  <rms@gnu.org>
375         * display.texi (Overlay Properties): Clarify how priorities
376         affect use of the properties.
378 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
380         * customize.texi (Type Keywords): Correct the description of
381         `:help-echo' in the case where `motion-doc' is a function.
383 2003-08-14  John Paul Wallington  <jpw@gnu.org>
385         * modes.texi (Emulating Mode Line): Subsection, not section.
387 2003-08-13  Richard M. Stallman  <rms@gnu.org>
389         * elisp.texi (Top): Update subnode lists in menu.
391         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
392         (Kill Functions): kill-region has new arg yank-handler.
393         (Yanking): New node.
394         (Yank Commands): Add yank-undo-function.
395         (Low-Level Kill Ring):
396         kill-new and kill-append have new arg yank-handler.
397         (Changing Properties): Add remove-list-of-text-properties.
398         (Atomic Changes): New node.
400         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
402         * streams.texi (Output Variables): Add eval-expression-print-length
403         and eval-expression-print-level.
405         * os.texi (Time Conversion): For encode-time, explain limits on year.
407         * objects.texi (Character Type): Define anchor "modifier bits".
409         * modes.texi (Emulating Mode Line): New node.
410         (Search-based Fontification): Font Lock uses font-lock-face property.
411         (Other Font Lock Variables): Likewise.
413         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
414         not vectors.
415         (Active Keymaps): Add emulation-mode-map-alists.
416         (Functions for Key Lookup): key-binding has new arg no-remap.
417         (Remapping Commands): New node.
418         (Scanning Keymaps): where-is-internal has new arg no-remap.
419         (Tool Bar): Add tool-bar-local-item-from-menu.
420         Clarify when to use tool-bar-add-item-from-menu.
422         * commands.texi (Interactive Call): commandp has new arg.
423         (Command Loop Info): Add this-original-command.
425 2003-08-06  John Paul Wallington  <jpw@gnu.org>
427         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
429         * display.texi (Warning Basics): Fix typo.
430         (Fringes): Add closing curly bracket and fix typo.
432         * elisp.texi (Top): Fix typo.
434 2003-08-05  Richard M. Stallman  <rms@gnu.org>
436         * elisp.texi: Update lists of subnodes.
438         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
440         * variables.texi (Local Variables): Use lc for example variable names.
442         * tips.texi (Library Headers): Explain where to put -*-.
444         * strings.texi (Creating Strings): Fix xref for vconcat.
446         * sequences.texi (Vector Functions):
447         vconcat no longer allows integer args.
449         * minibuf.texi (Reading File Names): read-file-name has new
450         arg PREDICATE.  New function read-directory-name.
452         * macros.texi (Defining Macros): Give definition of `declare'
453         (Indenting Macros): New node.
455         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
456         (Window Frame Parameters): Make separate table of parameters
457         that are coupled with specific face attributes.
458         (Deleting Frames): delete-frame-hooks renamed to
459         delete-frame-functions.
461         * files.texi (Magic File Names): Add file-remote-p.
462         Clarify file-local-copy.
464         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
465         here; instead xref Defining Macros.
467         * display.texi (Warnings): New node, and subnodes.
468         (Fringes): New node.
470         * debugging.texi (Test Coverage): New node.
472         * compile.texi (Compiler Errors): Explain with-no-warnings
473         and other ways to suppress warnings.
475         * commands.texi (Interactive Call): Minor clarification.
477         * buffers.texi (Buffer File Name): set-visited-file-name
478         renames the buffer too.
480         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
482 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
484         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
486 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
488         * internals.texi (Garbage Collection): Fix previous change.
490 2003-07-22  Richard M. Stallman  <rms@gnu.org>
492         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
494         * display.texi (Width): Use \s syntax in example.
495         (Font Selection): Add face-font-rescale-alist.
497         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
498         Remove spurious indent in example.
500         * lists.texi (Building Lists): Add number-sequence.
502         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
504         * functions.texi (Function Documentation): Explain how to
505         show calling convention explicitly in the doc string.
507         * windows.texi (Selecting Windows): save-selected-window saves
508         selected window of each frame.
509         (Window Configurations): Minor change.
511         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
513         * streams.texi (Output Variables): Add print-continuous-numbering
514         and print-number-table.
516         * processes.texi (Decoding Output): New node.
518         * os.texi (Time Conversion): decode-time arg is optional.
520         * objects.texi (Character Type): Don't use space as example for \.
521         Make list of char names and \-sequences correspond.
522         Explain that \s is not used in strings.  `\ ' needs space after.
524         * nonascii.texi (Converting Representations): Add string-to-multibyte.
525         (Translation of Characters): Add translation-table-for-input.
526         (Default Coding Systems): Add auto-coding-functions.
527         (Explicit Encoding): Add decode-coding-inserted-region.
528         (Locales): Add locale-info.
530         * minibuf.texi (Basic Completion): Describe test-completion.
531         Collections can be lists of strings.
532         Clean up lazy-completion-table.
533         (Programmed Completion): Mention test-completion.
534         Clarify why lambda expressions are not accepted.
535         (Minibuffer Misc): Describe minibufferp.
537 2003-07-14  Richard M. Stallman  <rms@gnu.org>
539         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
541         * windows.texi (Selecting Windows): New arg to select-window.
542         (Selecting Windows): Add with-selected-window.
543         (Size of Window): Add window-inside-edges, etc.
545         * internals.texi (Garbage Collection): Add post-gc-hook.
547         * processes.texi (Subprocess Creation): Add exec-suffixes.
549         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
550         (Scanning Keymaps): Add map-keymaps.
551         (Defining Menus): Add keymap-prompt.
553         * numbers.texi (Integer Basics): Add most-positive-fixnum,
554         most-negative-fixnum.
556         * compile.texi (Byte Compilation): Explain no-byte-compile
557         (Compiler Errors): New node.
559         * os.texi (User Identification): user-uid, user-real-uid
560         can return float.
562         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
563         and about derived modes.
564         (Minor Modes): Add minor-mode-list.
565         (Defining Minor Modes): Keyword args for define-minor-mode.
566         (Search-based Fontification): Explain managing other properties.
567         (Other Font Lock Variables): Add font-lock-extra-managed-props.
568         (Faces for Font Lock): Add font-locl-preprocessor-face.
569         (Hooks): Add run-mode-hooks and delay-mode-hooks.
571         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
572         (Variable Aliases): Clarify defvaralias.
574         * loading.texi (Library Search): Add load-suffixes.
576         * minibuf.texi (Basic Completion): Add lazy-completion-table.
577         (Programmed Completion): Add dynamic-completion-table.
579         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
580         (Magic File Names): Specify precedence order of handlers.
582         * commands.texi (Command Overview): Emacs server runs pre-command-hook
583         and post-command-hook.
584         (Waiting): New calling convention for sit-for.
586         * text.texi (Special Properties): local-map and keymap properties
587         apply based on their stickiness.
589 2003-07-07  Richard M. Stallman  <rms@gnu.org>
591         * modes.texi (Minor Mode Conventions): Specify only some kinds
592         of list values as args to minor modes.
594         * files.texi (File Name Expansion): Warn about iterative use
595         of substitute-in-file-name.
597         * advice.texi (Activation of Advice): Clean up previous change.
599 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
601         * advice.texi (Activation of Advice): Note that ad-start-advice is
602         turned on by default.
604 2003-06-30  Richard M. Stallman  <rms@gnu.org>
606         * text.texi (Buffer Contents): Document current-word.
607         (Change Hooks): Not called for *Messages*.
609         * functions.texi (Defining Functions): Explain about redefining
610         primitives.
611         (Function Safety): Renamed.  Minor changes.
612         Comment out the detailed criteria for what is safe.
614 2003-06-22  Andreas Schwab  <schwab@suse.de>
616         * objects.texi (Symbol Type): Fix description of examples.
618 2003-06-16  Andreas Schwab  <schwab@suse.de>
620         * hash.texi (Creating Hash): Fix description of :weakness.
622 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
624         * files.texi (Changing Files): copy-file copies file modes, too.
626 2003-05-28  Richard M. Stallman  <rms@gnu.org>
628         * strings.texi (Creating Strings): Clarify split-string.
630 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
632         * strings.texi (Creating Strings): Update split-string specification
633         and examples.
635 2003-05-19  Richard M. Stallman  <rms@gnu.org>
637         * elisp.texi: Correct invariant section names.
639 2003-04-20  Richard M. Stallman  <rms@gnu.org>
641         * os.texi (Timers): Explain about timers and quitting.
643 2003-04-19  Richard M. Stallman  <rms@gnu.org>
645         * internals.texi (Writing Emacs Primitives): Strings are
646         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
647         Explain GCPRO convention for varargs function args.
649 2003-04-16  Richard M. Stallman  <rms@gnu.org>
651         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
653 2003-04-08  Richard M. Stallman  <rms@gnu.org>
655         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
657 2003-02-13  Kim F. Storm  <storm@cua.dk>
659         * objects.texi (Character Type): New \s escape for space.
661 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
663         * os.texi (System Environment): Added cygwin system-type.
665 2003-01-25  Richard M. Stallman  <rms@gnu.org>
667         * keymaps.texi: Document that a symbol can act as a keymap.
669 2003-01-13  Richard M. Stallman  <rms@gnu.org>
671         * text.texi (Changing Properties): Say string indices are origin-0.
673         * positions.texi (Screen Lines) <compute-motion>:
674         Correct order of elts in return value.
676         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
677         how to define a default binding.
679 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
681         * loading.texi (Unloading): Fix recent change for load-history.
683         * customize.texi (Simple Types): Clarify description of custom
684         type 'number. Describe new custom type 'float.
686 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
688         * variables.texi (File Local Variables): Fix typo.
690 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
692         From Michael Albinus <Michael.Albinus@alcatel.de>.
694         * README: Target for Info file is `make info'.
696         * files.texi (File Name Components): Fixed typos in
697         `file-name-sans-extension'.
698         (Magic File Names): Complete list of operations for magic file
699         name handlers.
701 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
703         * variables.texi (File Local Variables): New function
704         risky-local-variable-p.
706 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
708         * functions.texi (Function safety): New node about unsafep.
710 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
712         * customize.texi (Splicing into Lists): Fixed example.
713         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
715 2002-06-17  Juanma Barranquero  <lektu@terra.es>
717         * frames.texi (Display Feature Testing): Fix typo.
719 2002-06-12  Andreas Schwab  <schwab@suse.de>
721         * frames.texi (Initial Parameters, Resources): Fix references to
722         the Emacs manual.
724 2002-05-13  Kim F. Storm  <storm@cua.dk>
726         * variables.texi (Intro to Buffer-Local): Updated warning and
727         example relating to changing buffer inside let.
729 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
731         * os.texi (Session Management): New node about X Session management.
733 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
735         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
736         to which the manual corresponds, and the copyright years.
738         * Makefile.in (VERSION): Set to 2.9.
740 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
742         * elisp.texi: Change the category in @dircategory to "Emacs", to
743         make it consistent with info/dir.
745 2001-11-25  Miles Bader  <miles@gnu.org>
747         * text.texi (Fields): Describe new `limit' arg in
748         field-beginning/field-end.
750 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
752         * permute-index: Don't depend on csh-specific features.  Replace
753         the interpreter name with /bin/sh.
755         * two-volume-cross-refs.txt: New file.
756         * two.el: New file.
757         * spellfile: New file.
759 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
761         * permute-index: New file.
763         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
764         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
765         8+3 restricted namespace.
767         * Makefile.in (infodir): Define relative to $(srcdir).
768         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
769         include directories list via -I switch to makeinfo.
770         (index.texi): Use cp if both hard and symbolic links fail.
772 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
774         * Makefile.in (distclean): Add.
776         The following changes make ELisp manual part of the Emacs
777         distribution:
779         * Makefile.in: Add Copyright notice.
780         (prefix): Remove.
781         (infodir): Change value to "../info".
782         (VPATH): New variable.
783         (MAKE): Don't define.
784         (texmacrodir): Don't define.
785         (texinputdir): Append the existing value of TEXINPUTS.
786         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
787         command to be compatible with man/Makefile.in, and to put the
788         output into ../info.
789         (info): Add target.
790         (installall): Target removed.
792 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
794         * tips.texi (Coding Conventions): Fix typo.
796 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
798         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
800 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
802         * files.texi (File Name Components): Update the description of
803         file-name-sans-extension and file-name-extension, as they now
804         ignore leading dots.
806 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
808         * (Version 21.1 released.)
810 2001-10-19  Miles Bader  <miles@gnu.org>
812         * positions.texi (Text Lines): Describe behavior of
813         `beginning-of-line'/`end-of-line' in the presence of field properties.
815 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
817         * Makefile.in (VERSION): Set to 2.8.
818         (manual): Use `manual-21'.
820         * elisp.texi (VERSION): Add and use it where the version
821         number was used.  Set it to 2.8.
823         * intro.texi: Likewise.
825 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
827         * files.texi (File Name Completion): Document the significance of
828         a trailing slash in elements of completion-ignored-extensions.
830 2001-10-06  Miles Bader  <miles@gnu.org>
832         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
834 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
836         * variables.texi (Variable Aliases): New node.
838 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
840         * Branch for 21.1.
842 2001-10-02  Miles Bader  <miles@gnu.org>
844         * minibuf.texi (Minibuffer Misc): Add entries for
845         `minibuffer-contents', `minibuffer-contents-no-properties', and
846         `delete-minibuffer-contents'.
847         Correct description for `minibuffer-prompt-end'.
849         * text.texi (Property Search): Correct descriptions of
850         `next-char-property-change' and `previous-char-property-change'.
851         Add entries for `next-single-char-property-change' and
852         `previous-single-char-property-change'.
853         Make operand names a bit more consistent.
855 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
857         * frames.texi (Finding All Frames): Document that next-frame and
858         previous-frame are local to current terminal.
860 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
862         * keymaps.texi (Creating Keymaps): Fix the description of the
863         result of make-keymap.
865 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
867         * display.texi (Font Lookup, Attribute Functions)
868         (Image Descriptors): Add cross-references to the definition of
869         selected frame.
871         * buffers.texi (The Buffer List): Add cross-references to the
872         definition of selected frame.
874         * frames.texi (Input Focus): Clarify which frame is _the_ selected
875         frame at any given time.
876         (Multiple Displays, Size and Position): Add a cross-reference to
877         the definition of the selected frame.
879 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
881         * strings.texi (String Conversion) <string-to-number>: Document
882         that a float is returned for integers that are too large.
884         * frames.texi (Mouse Position): Document mouse-position-function.
885         (Display Feature Testing): Document display-images-p.
886         (Window Frame Parameters): Document the cursor-type variable.
888         * numbers.texi (Integer Basics): Document CL style read syntax for
889         integers in bases other than 10.
891         * positions.texi (List Motion): Document
892         open-paren-in-column-0-is-defun-start.
894         * lists.texi (Sets And Lists): Document member-ignore-case.
896         * internals.texi (Garbage Collection): Document the used and free
897         strings report.
898         (Memory Usage): Document strings-consed.
900         * os.texi (Time of Day): Document float-time.
901         (Recording Input): Document that clear-this-command-keys clears
902         the vector to be returned by recent-keys.
904         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
905         argument keymap can be a list.
907         * nonascii.texi (User-Chosen Coding Systems)
908         <select-safe-coding-system>: Document the new argument
909         accept-default-p and the variable
910         select-safe-coding-system-accept-default-p.  Tell what happens if
911         buffer-file-coding-system is undecided.
912         (Default Coding Systems): Document auto-coding-regexp-alist.
914         * display.texi (The Echo Area) <message>: Document
915         message-truncate-lines.
916         (Glyphs): Document that the glyph table is unused on windowed
917         displays.
919         * help.texi (Describing Characters) <single-key-description>:
920         Document the new argument no-angles.
921         (Accessing Documentation) <documentation-property>: Document that
922         a non-string property is evaluated.
923         <documentation>: Document that the function-documentation property
924         is looked for.
926         * windows.texi (Selecting Windows): Document some-window.
928         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
930         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
931         apropos-mode-hook.
933         * commands.texi (Using Interactive): Document interactive-form.
934         (Keyboard Macros): Document kbd-macro-termination-hook.
935         (Command Loop Info): Document that clear-this-command-keys clears
936         the vector to be returned by recent-keys.
938 2001-09-04  Werner LEMBERG  <wl@gnu.org>
940         * Makefile.in (srcdir, texinputdir): New variables.
941         (srcs, index.texi, install): Use $(srcdir).
942         (.PHONY): Remove elisp.dvi.
943         (elisp): Use -I switch for makeinfo.
944         (elisp.dvi): Use $(srcdir) and $(texinputdir).
945         (installall, dist): Use $(srcdir).
946         Fix path to texinfo.tex.
947         (maintainer-clean): Add elisp.dvi and elisp.oaux.
949 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
951         * display.texi (Conditional Display): Adjust to API change.
953         * configure: New file.
955 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
957         * commands.texi (Repeat Events): Add description of
958         double-click-fuzz.
960 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
962         * syntax.texi (Syntax Class Table): Add the missing designator for
963         comment and string fences.
964         (Syntax Properties): Add a xref to syntax table internals.
965         (Syntax Table Internals): Document string-to-syntax.
967 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
969         * Makefile.in (install): Use install-info command line options
970         like in Emacs' Makefile.in.
972 2000-12-09  Miles Bader  <miles@gnu.org>
974         * windows.texi (Window Start): Update documentation for
975         `pos-visible-in-window-p'.
977 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
979         * lists.texi (Building Lists): Add footnote to explain how to add
980         to the end of a list.
982 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
984         * files.texi (Visiting Functions): Typos.
986 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
988         * files.texi (Visiting Functions): Return value of
989         find-file-noselect may be a list of buffers if wildcards are used.
991 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
993         * display.texi (Defining Faces): Document `graphic' display type
994         in face specs.
996 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
998         * hooks.texi (Standard Hooks): Replace obsolete
999         `after-make-frame-hook' with `after-make-frame-functions'.
1001         * frames.texi (Creating Frames): Ditto.
1003         * variables.texi (Future Local Variables): Ditto.
1005 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
1007         * display.texi (Other Image Types): Add description of :foreground
1008         and :background properties of mono PBM images.
1010 2000-08-17  Werner LEMBERG  <wl@gnu.org>
1012         * .cvsignore: New file.
1014 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
1016         * tindex.pl: New script.
1018 1999-12-03  Dave Love  <fx@gnu.org>
1020         * Makefile.in (MAKEINFO): New parameter.
1022 1999-09-17  Richard Stallman  <rms@gnu.org>
1024         * Makefile.in (srcs): Add hash.texi.
1025         (VERSION): Update to 20.6.
1027 1999-09-13  Richard Stallman  <rms@gnu.org>
1029         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1031 1998-08-29  Karl Heuer  <kwzh@gnu.org>
1033         * configure.in: New file.
1034         * Makefile.in: Renamed from Makefile.
1035         (prefix, infodir): Use value obtained from configure.
1036         (emacslibdir): Obsolete variable deleted.
1037         (dist): Distribute configure.in, configure, Makefile.in.
1039 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1041         * Makefile (INSTALL_INFO): New variable.
1042         (install): Run install-info.
1044 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1046         * Makefile (elisp.dvi): Add missing backslash.
1048 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
1050         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1051         Run texindex without `./'.  Always run texindex on elisp.tp.
1052         (elisp.tps): Target deleted.
1054 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
1056         * Makefile (srcs): Add nonascii.texi and customize.texi.
1057         (dist): Start by deleting `temp'.
1059 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
1061         * Makefile (makeinfo, texindex): Targets deleted.
1062         (makeinfo.o, texindex.o): Targets deleted.
1063         (clean, dist): Don't do anything with them or with getopt*.
1065 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
1067         * Makefile (SHELL): Defined.
1069 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
1071         * Makefile (elisp.tps): New target.
1072         (elisp.dvi): Depend on elisp.tps.
1074 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1076         * README: Update phone number.
1078         * Makefile (elisp): Make this be the default target.
1079         Depend on makeinfo.c instead of makeinfo.
1080         (install): Don't depend on elisp.dvi, since we don't install that.
1081         Use mkinstalldirs.
1082         (dist): Add mkinstalldirs.
1084 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1086         * Makefile (VERSION): Update version number.
1087         (maintainer-clean): Renamed from realclean.
1089 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1091         * Makefile (realclean): New target.
1092         (elisp): Remove any old elisp-* files first.
1094 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1096         * Makefile (VERSION): New variable.
1097         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1098         Compressed file suffix should be `.gz', not `.z'.
1100 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1102         * Makefile (elisp): Depend on makeinfo.
1104 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1106         * Makefile (srcs): Add anti.texi.
1108 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1110         * Makefile (infodir, prefix): New vars.
1111         (install): Use infodir.
1112         (emacsinfodir): Deleted.
1114 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1116         * Makefile (srcs): Add calendar.texi.
1118         * Makefile (dist): Copy texindex.c and makeinfo.c.
1119         Limit elisp-* files to those with one or two digits.
1121 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1123         * Makefile (dist): Changed to use Gzip instead of compress.
1125 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1127         * loading.texi (Unloading): define-function changed back to
1128         defalias.  It may not stay this way, but at least it's
1129         consistent with the known-good version of the code patch.
1131 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1133         * modes.texi (Hooks): Document new optional arg of add-hook.
1135 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1137         * variables.texi: Document nil initial value of buffer-local variables.
1139         * tips.texi: Add new section on standard library headers.
1141 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1143         * Makefile (srcs): Add frame.texi to the list of sources.
1145 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1147         * Makefile (dist): Don't bother excluding autosave files; they'll
1148         never make it into the temp directory anyway, and the hash marks
1149         in the name are problematic for make and the Bourne shell.
1150         (srcs):
1152 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1154         * Makefile (dist): Don't include backup files or autosave files in
1155         the distribution tar file.
1157 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1159         * Makefile (srcs): Added index.perm.
1160         (elisp.dvi): Remove erroneous shell comment.
1161         Expect output of permute-index in permuted.fns.
1162         Save old elisp.aux in elisp.oaux.
1163         (clean): Added index.texi to be deleted.
1165 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1167         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1169 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1171         * files.texi:  Noted that completion-ignored-extensions is ignored
1172         when making *Completions*.
1174 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1176         * Makefile  make dist now depends on elisp.dvi, since it tries
1177         to include it in the dist file.
1179 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1181         * functions.texinfo (Mapping Functions): Add missing quote
1183 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1185         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1186         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1188 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1190         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1191         and @error{} are the terms now being used.  The files in the
1192         directory have been changed to reflect this.
1194         * All instances of @indentedresultt{} have been changed to
1195         `     @result{}', using 5 spaces at the begining of the line.
1197 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1199         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1200         experimental @indentedresult{}, @indentedexpandsto{} are part of
1201         the texinfo.tex in this directory.  These TeX macros are not
1202         stable yet.
1204 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1206         * texinfo.tex:  temporarily added
1207                 \let\result=\dblarrow
1208                 \def\error{{\it ERROR} \longdblarrow}
1209         We need to do this better soon.
1211 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1213         * Applied Karl Berry's patches to *.texinfo files, but not to
1214         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1215         new title page format is also not applied, since it requires
1216         texinfo.tex changes.)
1218         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1219         for the Project GNU development environment.
1221 ;; Local Variables:
1222 ;; coding: iso-2022-7bit
1223 ;; End:
1225     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1226   Copying and distribution of this file, with or without modification,
1227   are permitted provided the copyright notice and this notice are preserved.
1229 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda