(XSETTYPE): Remove.
[emacs.git] / lispref / ChangeLog
blobe42481cd3c3a86797fb186030eba6737849ae00b
1 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
3         * variables.texi (Defining Variables): Second argument to
4         `defconst' is not optional.
5         (Setting Variables): Mention optional argument APPEND to
6         `add-to-list'.
7         (Creating Buffer-Local): Expand description of
8         `make-variable-buffer-local'.
9         (Frame-Local Variables): Expand description of
10         `make-variable-frame-local'.
11         (Variable Aliases): Correct description of optional argument
12         DOCSTRING to `defvaralias'.  Mention return value of
13         `defvaralias'.
14         (File Local Variables): Add xref to `File variables' in Emacs
15         Manual.  Correct description of `hack-local-variables'.  Mention
16         `safe-local-variable' property.  Mention optional second argument
17         to `risky-local-variable-p'.
19 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
21         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
23 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
26         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
27         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
28         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
29         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
30         lispref/processes.texi, lispref/searching.texi,
31         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
32         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
33         @acronym{FOO}.
35 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
37         * strings.texi (Creating Strings): Argument START to `substring'
38         can not be `nil'.  Expand description of
39         `substring-no-properties'.  Correct description of `split-string',
40         especially with respect to empty matches.  Prevent very bad line
41         break in definition of `split-string-default-separators'.
42         (Text Comparison): `string=' and `string<' also accept symbols as
43         arguments.
44         (String Conversion): More completely describe argument BASE in
45         `string-to-number'.
46         (Formatting Strings): `%s' and `%S" in `format' do require
47         corresponding object.  Clarify behavior of numeric prefix after
48         `%' in `format'.
49         (Case Conversion): The argument to `upcase-initials' can be a
50         character.
52 2003-10-27  Kenichi Handa  <handa@m17n.org>
54         * display.texi (Fontsets): Fix texinfo usage.
56 2003-10-25  Kenichi Handa  <handa@m17n.org>
58         * display.texi (Fontsets): Add description of the function
59         set-fontset-font.
61 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
63         * display.texi (Temporary Displays): Add xref to `Documentation
64         Tips'.
66         * functions.texi (Function Safety): Use inforef instead of pxref
67         for SES.
69 2003-10-23  Andreas Schwab  <schwab@suse.de>
71         * Makefile.in (TEX, texinputdir): Don't define.
72         (TEXI2DVI): Define.
73         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
74         add $(srcdir)/index.texi.
75         ($(infodir)/elisp): Remove index.texi dependency.
76         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
77         (index.texi): Remove target.
78         (dist): Don't link $(srcdir)/permute-index.
79         (clean): Don't remove index.texi.
81         * permute-index, index.perm: Remove.
82         * index.texi: Rename from index.unperm.
84 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
86         * tips.texi (Documentation Tips): Document new behavior for face
87         and variable hyperlinks in Help mode.
89 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
91         * objects.texi (Integer Type): Update for extra bit of integer range.
92         (Character Type): Ditto.
94 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
96         * numbers.texi (Integer Basics): Add index entries for reading
97         numbers in hex, octal, and binary.
99 2003-10-16  Lute Kamstra  <lute@gnu.org>
101         * modes.texi (Mode Line Format): Mention force-mode-line-update's
102         argument.
104 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
106         * windows.texi (Choosing Window): Fix typo.
107         * edebug.texi (Edebug Execution Modes): Fix typo.
109 2003-10-13  Richard M. Stallman  <rms@gnu.org>
111         * windows.texi (Basic Windows): A window has fringe settings,
112         display margins and scroll-bar settings.
113         (Splitting Windows): Doc split-window return value.
114         Clean up one-window-p.
115         (Selecting Windows): Fix typo.
116         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
117         (Buffers and Windows): In set-window-buffer, explain effect
118         on fringe settings and scroll bar settings.
119         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
120         (Choosing Window): Use defopt for pop-up-frame-function.
121         For special-display-buffer-names, explain same-window and same-frame.
122         Clarify window-dedicated-p return value.
123         (Textual Scrolling): scroll-up and scroll-down can get an error.
124         (Horizontal Scrolling): Clarify auto-hscroll-mode.
125         Clarify set-window-hscroll.
126         (Size of Window): Don't mention tool bar in window-height.
127         (Coordinates and Windows): Explain what coordinates-in-window-p
128         returns for fringes and display margins.
129         (Window Configurations): Explain saving fringes, etc.
131         * tips.texi (Library Headers): Clean up Documentation.
133         * syntax.texi (Parsing Expressions): Clean up forward-comment
134         and parse-sexp-lookup-properties.
136         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
138         * os.texi (System Environment): Clean up text for load-average errors.
140         * modes.texi (Hooks): Don't explain local hook details at front.
141         Clarify run-hooks and run-hook-with-args a little.
142         Clean up add-hook and remove-hook.
144         * edebug.texi (Edebug Execution Modes): Clarify t.
145         Document edebug-sit-for-seconds.
146         (Coverage Testing): Document C-x X = and =.
147         (Instrumenting Macro Calls): Fix typo.
148         (Specification List): Don't index the specification keywords.
150 2003-10-10  Kim F. Storm  <storm@cua.dk>
152         * processes.texi (Network): Introduce make-network-process.
154 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
156         * tips.texi (Library Headers): Fix typo.
158 2003-10-07  Juri Linkov  <juri@jurta.org>
160         * modes.texi (Imenu): Mention imenu-create-index-function's
161         default value.  Explain submenus better.
163 2003-10-07  Lute Kamstra  <lute@gnu.org>
165         * modes.texi (Faces for Font Lock): Fix typo.
166         (Hooks): Explain how buffer-local hook variables can refer to
167         global hook variables.
168         Various minor clarifications.
170 2003-10-06  Lute Kamstra  <lute@gnu.org>
172         * tips.texi (Coding Conventions): Mention naming conventions for
173         hooks.
175 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
177         * loading.texi (Library Search): Correct default value of
178         load-suffixes.
179         (Named Features): Fix typo.
181 2003-10-05  Richard M. Stallman  <rms@gnu.org>
183         * loading.texi (Named Features): In `provide',
184         say how to test for subfeatures.
185         (Unloading): In unload-feature, use new var name
186         unload-feature-special-hooks.
188 2003-10-03  Lute Kamstra  <lute@gnu.org>
190         * modes.texi (Major Mode Conventions): Mention third way to set up
191         Imenu.
192         (Imenu): A number of small fixes.
193         Delete documentation of internal variable imenu--index-alist.
194         Document the return value format of imenu-create-index-function
195         functions.
197 2003-09-30  Richard M. Stallman  <rms@gnu.org>
199         * processes.texi (Network): Say what stopped datagram connections do.
201         * lists.texi (Association Lists): Clarify `assq-delete-all'.
203         * display.texi (Overlay Properties): Clarify `evaporate' property.
205 2003-09-29  Lute Kamstra  <lute@gnu.org>
207         * modes.texi (Mode Line Data): Explain when symbols in mode-line
208         constructs should be marked as risky.
209         Change cons cell into proper list.
210         (Mode Line Variables): Change cons cell into proper list.
212 2003-09-26  Lute Kamstra  <lute@gnu.org>
214         * modes.texi (Mode Line Data): Document the :propertize construct.
215         (Mode Line Variables): Reorder the descriptions of the variables
216         to match their order in the default mode-line-format.
217         Describe the new variables mode-line-position and mode-line-modes.
218         Update the default values of mode-line-frame-identification,
219         minor-mode-alist, and default-mode-line-format.
220         (Properties in Mode): Mention the :propertize construct.
222 2003-09-26  Richard M. Stallman  <rms@gnu.org>
224         * buffers.texi, commands.texi, debugging.texi, eval.texi:
225         * loading.texi, minibuf.texi, text.texi, variables.texi:
226         Avoid @strong{Note:}.
228 2003-09-26  Richard M. Stallman  <rms@gnu.org>
230         * keymaps.texi (Remapping Commands): Fix typo.
232 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
234         * processes.texi (Low-Level Network): Fix typo.
236 2003-09-23  Kim F. Storm  <storm@cua.dk>
238         * processes.texi (Network, Network Servers): Fix typos.
239         (Low-Level Network): Add timeout value for :server keyword.
240         Add new option keywords to make-network-process.
241         Add set-network-process-options.
242         Explain how to test availability of network options.
244 2003-09-19  Richard M. Stallman  <rms@gnu.org>
246         * text.texi (Motion by Indent): Arg to
247         backward-to-indentation and forward-to-indentation is optional.
249         * strings.texi (Creating Strings): Add substring-no-properties.
251         * processes.texi
252         (Process Information): Add list-processes arg QUERY-ONLY.
253         Delete process-contact from here.
254         Add new status values for process-status.
255         Add process-get, process-put, process-plist, set-process-plist.
256         (Synchronous Processes): Add call-process-shell-command.
257         (Signals to Processes): signal-process allows process objects.
258         (Network): Complete rewrite.
259         (Network Servers, Datagrams, Low-Level Network): New nodes.
261         * positions.texi (Word Motion): forward-word, backward-word
262         arg is optional.  Reword.
264         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
266         * variables.texi (Creating Buffer-Local):
267         Delete duplicate definition of buffer-local-value.
268         (File Local Variables): Explain about discarding text props.
270 2003-09-11  Richard M. Stallman  <rms@gnu.org>
272         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
273         changes variables that record input events.
274         (Minibuffer Misc): Add minibuffer-selected-window.
276         * lists.texi (Building Lists): Add copy-tree.
278         * display.texi (Fontsets): Add char-displayable-p.
279         (Scroll Bars): New node.
281 2003-09-08  Lute Kamstra  <lute@gnu.org>
283         * modes.texi (%-Constructs): Document new `%i' and `%I'
284         constructs.
286 2003-09-03  Peter Runestig  <peter@runestig.com>
288         * makefile.w32-in: New file.
290 2003-08-29  Richard M. Stallman  <rms@gnu.org>
292         * display.texi (Overlay Properties): Clarify how priorities
293         affect use of the properties.
295 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
297         * customize.texi (Type Keywords): Correct the description of
298         `:help-echo' in the case where `motion-doc' is a function.
300 2003-08-14  John Paul Wallington  <jpw@gnu.org>
302         * modes.texi (Emulating Mode Line): Subsection, not section.
304 2003-08-13  Richard M. Stallman  <rms@gnu.org>
306         * elisp.texi (Top): Update subnode lists in menu.
308         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
309         (Kill Functions): kill-region has new arg yank-handler.
310         (Yanking): New node.
311         (Yank Commands): Add yank-undo-function.
312         (Low-Level Kill Ring):
313         kill-new and kill-append have new arg yank-handler.
314         (Changing Properties): Add remove-list-of-text-properties.
315         (Atomic Changes): New node.
317         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
319         * streams.texi (Output Variables): Add eval-expression-print-length
320         and eval-expression-print-level.
322         * os.texi (Time Conversion): For encode-time, explain limits on year.
324         * objects.texi (Character Type): Define anchor "modifier bits".
326         * modes.texi (Emulating Mode Line): New node.
327         (Search-based Fontification): Font Lock uses font-lock-face property.
328         (Other Font Lock Variables): Likewise.
330         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
331         not vectors.
332         (Active Keymaps): Add emulation-mode-map-alists.
333         (Functions for Key Lookup): key-binding has new arg no-remap.
334         (Remapping Commands): New node.
335         (Scanning Keymaps): where-is-internal has new arg no-remap.
336         (Tool Bar): Add tool-bar-local-item-from-menu.
337         Clarify when to use tool-bar-add-item-from-menu.
339         * commands.texi (Interactive Call): commandp has new arg.
340         (Command Loop Info): Add this-original-command.
342 2003-08-06  John Paul Wallington  <jpw@gnu.org>
344         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
346         * display.texi (Warning Basics): Fix typo.
347         (Fringes): Add closing curly bracket and fix typo.
349         * elisp.texi (Top): Fix typo.
351 2003-08-05  Richard M. Stallman  <rms@gnu.org>
353         * elisp.texi: Update lists of subnodes.
355         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
357         * variables.texi (Local Variables): Use lc for example variable names.
359         * tips.texi (Library Headers): Explain where to put -*-.
361         * strings.texi (Creating Strings): Fix xref for vconcat.
363         * sequences.texi (Vector Functions):
364         vconcat no longer allows integer args.
366         * minibuf.texi (Reading File Names): read-file-name has new
367         arg PREDICATE.  New function read-directory-name.
369         * macros.texi (Defining Macros): Give definition of `declare'
370         (Indenting Macros): New node.
372         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
373         (Window Frame Parameters): Make separate table of parameters
374         that are coupled with specific face attributes.
375         (Deleting Frames): delete-frame-hooks renamed to
376         delete-frame-functions.
378         * files.texi (Magic File Names): Add file-remote-p.
379         Clarify file-local-copy.
381         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
382         here; instead xref Defining Macros.
384         * display.texi (Warnings): New node, and subnodes.
385         (Fringes): New node.
387         * debugging.texi (Test Coverage): New node.
389         * compile.texi (Compiler Errors): Explain with-no-warnings
390         and other ways to suppress warnings.
392         * commands.texi (Interactive Call): Minor clarification.
394         * buffers.texi (Buffer File Name): set-visited-file-name
395         renames the buffer too.
397         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
399 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
401         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
403 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
405         * internals.texi (Garbage Collection): Fix previous change.
407 2003-07-22  Richard M. Stallman  <rms@gnu.org>
409         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
411         * display.texi (Width): Use \s syntax in example.
412         (Font Selection): Add face-font-rescale-alist.
414         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
415         Remove spurious indent in example.
417         * lists.texi (Building Lists): Add number-sequence.
419         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
421         * functions.texi (Function Documentation): Explain how to
422         show calling convention explicitly in the doc string.
424         * windows.texi (Selecting Windows): save-selected-window saves
425         selected window of each frame.
426         (Window Configurations): Minor change.
428         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
430         * streams.texi (Output Variables): Add print-continuous-numbering
431         and print-number-table.
433         * processes.texi (Decoding Output): New node.
435         * os.texi (Time Conversion): decode-time arg is optional.
437         * objects.texi (Character Type): Don't use space as example for \.
438         Make list of char names and \-sequences correspond.
439         Explain that \s is not used in strings.  `\ ' needs space after.
441         * nonascii.texi (Converting Representations): Add string-to-multibyte.
442         (Translation of Characters): Add translation-table-for-input.
443         (Default Coding Systems): Add auto-coding-functions.
444         (Explicit Encoding): Add decode-coding-inserted-region.
445         (Locales): Add locale-info.
447         * minibuf.texi (Basic Completion): Describe test-completion.
448         Collections can be lists of strings.
449         Clean up lazy-completion-table.
450         (Programmed Completion): Mention test-completion.
451         Clarify why lambda expressions are not accepted.
452         (Minibuffer Misc): Describe minibufferp.
454 2003-07-14  Richard M. Stallman  <rms@gnu.org>
456         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
458         * windows.texi (Selecting Windows): New arg to select-window.
459         (Selecting Windows): Add with-selected-window.
460         (Size of Window): Add window-inside-edges, etc.
462         * internals.texi (Garbage Collection): Add post-gc-hook.
464         * processes.texi (Subprocess Creation): Add exec-suffixes.
466         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
467         (Scanning Keymaps): Add map-keymaps.
468         (Defining Menus): Add keymap-prompt.
470         * numbers.texi (Integer Basics): Add most-positive-fixnum,
471         most-negative-fixnum.
473         * compile.texi (Byte Compilation): Explain no-byte-compile
474         (Compiler Errors): New node.
476         * os.texi (User Identification): user-uid, user-real-uid
477         can return float.
479         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
480         and about derived modes.
481         (Minor Modes): Add minor-mode-list.
482         (Defining Minor Modes): Keyword args for define-minor-mode.
483         (Search-based Fontification): Explain managing other properties.
484         (Other Font Lock Variables): Add font-lock-extra-managed-props.
485         (Faces for Font Lock): Add font-locl-preprocessor-face.
486         (Hooks): Add run-mode-hooks and delay-mode-hooks.
488         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
489         (Variable Aliases): Clarify defvralias.
491         * loading.texi (Library Search): Add load-suffixes.
493         * minibuf.texi (Basic Completion): Add lazy-completion-table.
494         (Programmed Completion): Add dynamic-completion-table.
496         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
497         (Magic File Names): Specify precedence order of handlers.
499         * commands.texi (Command Overview): Emacs server runs pre-command-hook
500         and post-command-hook.
501         (Waiting): New calling convention for sit-for.
503         * text.texi (Special Properties): local-map and keymap properties
504         apply based on their stickiness.
506 2003-07-07  Richard M. Stallman  <rms@gnu.org>
508         * modes.texi (Minor Mode Conventions): Specify only some kinds
509         of list values as args to minor modes.
511         * files.texi (File Name Expansion): Warn about iterative use
512         of substitute-in-file-name.
514         * advice.texi (Activation of Advice): Clean up previous change.
516 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
518         * advice.texi (Activation of Advice): Note that ad-start-advice is
519         turned on by default.
521 2003-06-30  Richard M. Stallman  <rms@gnu.org>
523         * text.texi (Buffer Contents): Document current-word.
524         (Change Hooks): Not called for *Messages*.
526         * functions.texi (Defining Functions): Explain about redefining
527         primitives.
528         (Function Safety): Renamed.  Minor changes.
529         Comment out the detailed criteria for what is safe.
531 2003-06-22  Andreas Schwab  <schwab@suse.de>
533         * objects.texi (Symbol Type): Fix description of examples.
535 2003-06-16  Andreas Schwab  <schwab@suse.de>
537         * hash.texi (Creating Hash): Fix description of :weakness.
539 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
541         * files.texi (Changing Files): copy-file copies file modes, too.
543 2003-05-28  Richard M. Stallman  <rms@gnu.org>
545         * strings.texi (Creating Strings): Clarify split-string.
547 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
549         * strings.texi (Creating Strings): Update split-string specification
550         and examples.
552 2003-05-19  Richard M. Stallman  <rms@gnu.org>
554         * elisp.texi: Correct invariant section names.
556 2003-04-20  Richard M. Stallman  <rms@gnu.org>
558         * os.texi (Timers): Explain about timers and quitting.
560 2003-04-19  Richard M. Stallman  <rms@gnu.org>
562         * internals.texi (Writing Emacs Primitives): Strings are
563         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
564         Explain GCPRO convention for varargs function args.
566 2003-04-16  Richard M. Stallman  <rms@gnu.org>
568         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
570 2003-04-08  Richard M. Stallman  <rms@gnu.org>
572         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
574 2003-02-13  Kim F. Storm  <storm@cua.dk>
576         * objects.texi (Character Type): New \s escape for space.
578 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
580         * os.texi (System Environment): Added cygwin system-type.
582 2003-01-25  Richard M. Stallman  <rms@gnu.org>
584         * keymaps.texi: Document that a symbol can act as a keymap.
586 2003-01-13  Richard M. Stallman  <rms@gnu.org>
588         * text.texi (Changing Properties): Say string indices are origin-0.
590         * positions.texi (Screen Lines) <compute-motion>:
591         Correct order of elts in return value.
593         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
594         how to define a default binding.
596 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
598         * loading.texi (Unloading): Fix recent change for load-history.
600         * customize.texi (Simple Types): Clarify description of custom
601         type 'number. Describe new custom type 'float.
603 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
605         * variables.texi (File Local Variables): Fix typo.
607 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
609         From Michael Albinus <Michael.Albinus@alcatel.de>.
611         * README: Target for Info file is `make info'.
613         * files.texi (File Name Components): Fixed typos in
614         `file-name-sans-extension'.
615         (Magic File Names): Complete list of operations for magic file
616         name handlers.
618 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
620         * variables.texi (File Local Variables): New function
621         risky-local-variable-p.
623 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
625         * functions.texi (Function safety): New node about unsafep.
627 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
629         * customize.texi (Splicing into Lists): Fixed example.
630         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
632 2002-06-17  Juanma Barranquero  <lektu@terra.es>
634         * frames.texi (Display Feature Testing): Fix typo.
636 2002-06-12  Andreas Schwab  <schwab@suse.de>
638         * frames.texi (Initial Parameters, Resources): Fix references to
639         the Emacs manual.
641 2002-05-13  Kim F. Storm  <storm@cua.dk>
643         * variables.texi (Intro to Buffer-Local): Updated warning and
644         example relating to changing buffer inside let.
646 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
648         * os.texi (Session Management): New node about X Session management.
650 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
652         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
653         to which the manual corresponds, and the copyright years.
655         * Makefile.in (VERSION): Set to 2.9.
657 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
659         * elisp.texi: Change the category in @dircategory to "Emacs", to
660         make it consistent with info/dir.
662 2001-11-25  Miles Bader  <miles@gnu.org>
664         * text.texi (Fields): Describe new `limit' arg in
665         field-beginning/field-end.
667 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
669         * permute-index: Don't depend on csh-specific features.  Replace
670         the interpreter name with /bin/sh.
672         * two-volume-cross-refs.txt: New file.
673         * two.el: New file.
674         * spellfile: New file.
676 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
678         * permute-index: New file.
680         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
681         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
682         8+3 restricted namespace.
684         * Makefile.in (infodir): Define relative to $(srcdir).
685         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
686         include directories list via -I switch to makeinfo.
687         (index.texi): Use cp if both hard and symbolic links fail.
689 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
691         * Makefile.in (distclean): Add.
693         The following changes make ELisp manual part of the Emacs
694         distribution:
696         * Makefile.in: Add Copyright notice.
697         (prefix): Remove.
698         (infodir): Change value to "../info".
699         (VPATH): New variable.
700         (MAKE): Don't define.
701         (texmacrodir): Don't define.
702         (texinputdir): Append the existing value of TEXINPUTS.
703         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
704         command to be compatible with man/Makefile.in, and to put the
705         output into ../info.
706         (info): Add target.
707         (installall): Target removed.
709 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
711         * tips.texi (Coding Conventions): Fix typo.
713 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
715         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
717 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
719         * files.texi (File Name Components): Update the description of
720         file-name-sans-extension and file-name-extension, as they now
721         ignore leading dots.
723 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
725         * (Version 21.1 released.)
727 2001-10-19  Miles Bader  <miles@gnu.org>
729         * positions.texi (Text Lines): Describe behavior of
730         `beginning-of-line'/`end-of-line' in the presence of field properties.
732 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
734         * Makefile.in (VERSION): Set to 2.8.
735         (manual): Use `manual-21'.
737         * elisp.texi (VERSION): Add and use it where the version
738         number was used.  Set it to 2.8.
740         * intro.texi: Likewise.
742 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
744         * files.texi (File Name Completion): Document the significance of
745         a trailing slash in elements of completion-ignored-extensions.
747 2001-10-06  Miles Bader  <miles@gnu.org>
749         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
751 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
753         * variables.texi (Variable Aliases): New node.
755 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
757         * Branch for 21.1.
759 2001-10-02  Miles Bader  <miles@gnu.org>
761         * minibuf.texi (Minibuffer Misc): Add entries for
762         `minibuffer-contents', `minibuffer-contents-no-properties', and
763         `delete-minibuffer-contents'.
764         Correct description for `minibuffer-prompt-end'.
766         * text.texi (Property Search): Correct descriptions of
767         `next-char-property-change' and `previous-char-property-change'.
768         Add entries for `next-single-char-property-change' and
769         `previous-single-char-property-change'.
770         Make operand names a bit more consistent.
772 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
774         * frames.texi (Finding All Frames): Document that next-frame and
775         previous-frame are local to current terminal.
777 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
779         * keymaps.texi (Creating Keymaps): Fix the description of the
780         result of make-keymap.
782 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
784         * display.texi (Font Lookup, Attribute Functions)
785         (Image Descriptors): Add cross-references to the definition of
786         selected frame.
788         * buffers.texi (The Buffer List): Add cross-references to the
789         definition of selected frame.
791         * frames.texi (Input Focus): Clarify which frame is _the_ selected
792         frame at any given time.
793         (Multiple Displays, Size and Position): Add a cross-reference to
794         the definition of the selected frame.
796 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
798         * strings.texi (String Conversion) <string-to-number>: Document
799         that a float is returned for integers that are too large.
801         * frames.texi (Mouse Position): Document mouse-position-function.
802         (Display Feature Testing): Document display-images-p.
803         (Window Frame Parameters): Document the cursor-type variable.
805         * numbers.texi (Integer Basics): Document CL style read syntax for
806         integers in bases other than 10.
808         * positions.texi (List Motion): Document
809         open-paren-in-column-0-is-defun-start.
811         * lists.texi (Sets And Lists): Document member-ignore-case.
813         * internals.texi (Garbage Collection): Document the used and free
814         strings report.
815         (Memory Usage): Document strings-consed.
817         * os.texi (Time of Day): Document float-time.
818         (Recording Input): Document that clear-this-command-keys clears
819         the vector to be returned by recent-keys.
821         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
822         argument keymap can be a list.
824         * nonascii.texi (User-Chosen Coding Systems)
825         <select-safe-coding-system>: Document the new argument
826         accept-default-p and the variable
827         select-safe-coding-system-accept-default-p.  Tell what happens if
828         buffer-file-coding-system is undecided.
829         (Default Coding Systems): Document auto-coding-regexp-alist.
831         * display.texi (The Echo Area) <message>: Document
832         message-truncate-lines.
833         (Glyphs): Document that the glyph table is unused on windowed
834         displays.
836         * help.texi (Describing Characters) <single-key-description>:
837         Document the new argument no-angles.
838         (Accessing Documentation) <documentation-property>: Document that
839         a non-string property is evaluated.
840         <documentation>: Document that the function-documentation property
841         is looked for.
843         * windows.texi (Selecting Windows): Document some-window.
845         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
847         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
848         apropos-mode-hook.
850         * commands.texi (Using Interactive): Document interactive-form.
851         (Keyboard Macros): Document kbd-macro-termination-hook.
852         (Command Loop Info): Document that clear-this-command-keys clears
853         the vector to be returned by recent-keys.
855 2001-09-04  Werner LEMBERG  <wl@gnu.org>
857         * Makefile.in (srcdir, texinputdir): New variables.
858         (srcs, index.texi, install): Use $(srcdir).
859         (.PHONY): Remove elisp.dvi.
860         (elisp): Use -I switch for makeinfo.
861         (elisp.dvi): Use $(srcdir) and $(texinputdir).
862         (installall, dist): Use $(srcdir).
863         Fix path to texinfo.tex.
864         (maintainer-clean): Add elisp.dvi and elisp.oaux.
866 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
868         * display.texi (Conditional Display): Adjust to API change.
870         * configure: New file.
872 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
874         * commands.texi (Repeat Events): Add description of
875         double-click-fuzz.
877 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
879         * syntax.texi (Syntax Class Table): Add the missing designator for
880         comment and string fences.
881         (Syntax Properties): Add a xref to syntax table internals.
882         (Syntax Table Internals): Document string-to-syntax.
884 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
886         * Makefile.in (install): Use install-info command line options
887         like in Emacs' Makefile.in.
889 2000-12-09  Miles Bader  <miles@gnu.org>
891         * windows.texi (Window Start): Update documentation for
892         `pos-visible-in-window-p'.
894 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
896         * lists.texi (Building Lists): Add footnote to explain how to add
897         to the end of a list.
899 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
901         * files.texi (Visiting Functions): Typos.
903 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
905         * files.texi (Visiting Functions): Return value of
906         find-file-noselect may be a list of buffers if wildcards are used.
908 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
910         * display.texi (Defining Faces): Document `graphic' display type
911         in face specs.
913 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
915         * hooks.texi (Standard Hooks): Replace obsolete
916         `after-make-frame-hook' with `after-make-frame-functions'.
918         * frames.texi (Creating Frames): Ditto.
920         * variables.texi (Future Local Variables): Ditto.
922 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
924         * display.texi (Other Image Types): Add description of :foreground
925         and :background properties of mono PBM images.
927 2000-08-17  Werner LEMBERG  <wl@gnu.org>
929         * .cvsignore: New file.
931 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
933         * tindex.pl: New script.
935 1999-12-03  Dave Love  <fx@gnu.org>
937         * Makefile.in (MAKEINFO): New parameter.
939 1999-09-17  Richard Stallman  <rms@gnu.org>
941         * Makefile.in (srcs): Add hash.texi.
942         (VERSION): Update to 20.6.
944 1999-09-13  Richard Stallman  <rms@gnu.org>
946         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
948 1998-08-29  Karl Heuer  <kwzh@gnu.org>
950         * configure.in: New file.
951         * Makefile.in: Renamed from Makefile.
952         (prefix, infodir): Use value obtained from configure.
953         (emacslibdir): Obsolete variable deleted.
954         (dist): Distribute configure.in, configure, Makefile.in.
956 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
958         * Makefile (INSTALL_INFO): New variable.
959         (install): Run install-info.
961 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
963         * Makefile (elisp.dvi): Add missing backslash.
965 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
967         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
968         Run texindex without `./'.  Always run texindex on elisp.tp.
969         (elisp.tps): Target deleted.
971 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
973         * Makefile (srcs): Add nonascii.texi and customize.texi.
974         (dist): Start by deleting `temp'.
976 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
978         * Makefile (makeinfo, texindex): Targets deleted.
979         (makeinfo.o, texindex.o): Targets deleted.
980         (clean, dist): Don't do anything with them or with getopt*.
982 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
984         * Makefile (SHELL): Defined.
986 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
988         * Makefile (elisp.tps): New target.
989         (elisp.dvi): Depend on elisp.tps.
991 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
993         * README: Update phone number.
995         * Makefile (elisp): Make this be the default target.
996         Depend on makeinfo.c instead of makeinfo.
997         (install): Don't depend on elisp.dvi, since we don't install that.
998         Use mkinstalldirs.
999         (dist): Add mkinstalldirs.
1001 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1003         * Makefile (VERSION): Update version number.
1004         (maintainer-clean): Renamed from realclean.
1006 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
1008         * Makefile (realclean): New target.
1009         (elisp): Remove any old elisp-* files first.
1011 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1013         * Makefile (VERSION): New variable.
1014         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1015         Compressed file suffix should be `.gz', not `.z'.
1017 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1019         * Makefile (elisp): Depend on makeinfo.
1021 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
1023         * Makefile (srcs): Add anti.texi.
1025 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1027         * Makefile (infodir, prefix): New vars.
1028         (install): Use infodir.
1029         (emacsinfodir): Deleted.
1031 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1033         * Makefile (srcs): Add calendar.texi.
1035         * Makefile (dist): Copy texindex.c and makeinfo.c.
1036         Limit elisp-* files to those with one or two digits.
1038 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1040         * Makefile (dist): Changed to use Gzip instead of compress.
1042 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1044         * loading.texi (Unloading): define-function changed back to
1045         defalias.  It may not stay this way, but at least it's
1046         consistent with the known-good version of the code patch.
1048 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1050         * modes.texi (Hooks): Document new optional arg of add-hook.
1052 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1054         * variables.texi: Document nil initial value of buffer-local variables.
1056         * tips.texi: Add new section on standard library headers.
1058 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1060         * Makefile (srcs): Add frame.texi to the list of sources.
1062 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1064         * Makefile (dist): Don't bother excluding autosave files; they'll
1065         never make it into the temp directory anyway, and the hash marks
1066         in the name are problematic for make and the Bourne shell.
1067         (srcs):
1069 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
1071         * Makefile (dist): Don't include backup files or autosave files in
1072         the distribution tar file.
1074 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1076         * Makefile (srcs): Added index.perm.
1077         (elisp.dvi): Remove erroneous shell comment.
1078         Expect output of permute-index in permuted.fns.
1079         Save old elisp.aux in elisp.oaux.
1080         (clean): Added index.texi to be deleted.
1082 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1084         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1086 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
1088         * files.texi:  Noted that completion-ignored-extensions is ignored
1089         when making *Completions*.
1091 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1093         * Makefile  make dist now depends on elisp.dvi, since it tries
1094         to include it in the dist file.
1096 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
1098         * functions.texinfo (Mapping Functions): Add missing quote
1100 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
1102         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1103         (defunargs): Turn off \hyphenchar of \sl font temporarily.
1105 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1107         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1108         and @error{} are the terms now being used.  The files in the
1109         directory have been changed to reflect this.
1111         * All instances of @indentedresultt{} have been changed to
1112         `     @result{}', using 5 spaces at the begining of the line.
1114 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1116         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1117         experimental @indentedresult{}, @indentedexpandsto{} are part of
1118         the texinfo.tex in this directory.  These TeX macros are not
1119         stable yet.
1121 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1123         * texinfo.tex:  temporarily added
1124                 \let\result=\dblarrow
1125                 \def\error{{\it ERROR} \longdblarrow}
1126         We need to do this better soon.
1128 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1130         * Applied Karl Berry's patches to *.texinfo files, but not to
1131         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1132         new title page format is also not applied, since it requires
1133         texinfo.tex changes.)
1135         * Cleaned up `Makefile' and defined the `emacslibdir' directory
1136         for the Project GNU development environment.
1138 ;; Local Variables:
1139 ;; coding: iso-2022-7bit
1140 ;; End:
1142     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1143   Copying and distribution of this file, with or without modification,
1144   are permitted provided the copyright notice and this notice are preserved.
1146 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda