diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lispref/ChangeLog | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 117 |
1 files changed, 1 insertions, 116 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8258aff458e..de5c4332e5f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,116 +1,3 @@ | |||
| 1 | 2003-09-03 Peter Runestig <peter@runestig.com> | ||
| 2 | |||
| 3 | * makefile.w32-in: New file. | ||
| 4 | |||
| 5 | 2003-08-29 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * display.texi (Overlay Properties): Clarify how priorities | ||
| 8 | affect use of the properties. | ||
| 9 | |||
| 10 | 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 11 | |||
| 12 | * customize.texi (Type Keywords): Correct the description of | ||
| 13 | `:help-echo' in the case where `motion-doc' is a function. | ||
| 14 | |||
| 15 | 2003-08-14 John Paul Wallington <jpw@gnu.org> | ||
| 16 | |||
| 17 | * modes.texi (Emulating Mode Line): Subsection, not section. | ||
| 18 | |||
| 19 | 2003-08-13 Richard M. Stallman <rms@gnu.org> | ||
| 20 | |||
| 21 | * elisp.texi (Top): Update subnode lists in menu. | ||
| 22 | |||
| 23 | * text.texi (Insertion): Add insert-buffer-substring-no-properties. | ||
| 24 | (Kill Functions): kill-region has new arg yank-handler. | ||
| 25 | (Yanking): New node. | ||
| 26 | (Yank Commands): Add yank-undo-function. | ||
| 27 | (Low-Level Kill Ring): | ||
| 28 | kill-new and kill-append have new arg yank-handler. | ||
| 29 | (Changing Properties): Add remove-list-of-text-properties. | ||
| 30 | (Atomic Changes): New node. | ||
| 31 | |||
| 32 | * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put. | ||
| 33 | |||
| 34 | * streams.texi (Output Variables): Add eval-expression-print-length | ||
| 35 | and eval-expression-print-level. | ||
| 36 | |||
| 37 | * os.texi (Time Conversion): For encode-time, explain limits on year. | ||
| 38 | |||
| 39 | * objects.texi (Character Type): Define anchor "modifier bits". | ||
| 40 | |||
| 41 | * modes.texi (Emulating Mode Line): New node. | ||
| 42 | (Search-based Fontification): Font Lock uses font-lock-face property. | ||
| 43 | (Other Font Lock Variables): Likewise. | ||
| 44 | |||
| 45 | * keymaps.texi (Format of Keymaps): Keymaps contain char tables, | ||
| 46 | not vectors. | ||
| 47 | (Active Keymaps): Add emulation-mode-map-alists. | ||
| 48 | (Functions for Key Lookup): key-binding has new arg no-remap. | ||
| 49 | (Remapping Commands): New node. | ||
| 50 | (Scanning Keymaps): where-is-internal has new arg no-remap. | ||
| 51 | (Tool Bar): Add tool-bar-local-item-from-menu. | ||
| 52 | Clarify when to use tool-bar-add-item-from-menu. | ||
| 53 | |||
| 54 | * commands.texi (Interactive Call): commandp has new arg. | ||
| 55 | (Command Loop Info): Add this-original-command. | ||
| 56 | |||
| 57 | 2003-08-06 John Paul Wallington <jpw@gnu.org> | ||
| 58 | |||
| 59 | * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. | ||
| 60 | |||
| 61 | * display.texi (Warning Basics): Fix typo. | ||
| 62 | (Fringes): Add closing curly bracket and fix typo. | ||
| 63 | |||
| 64 | * elisp.texi (Top): Fix typo. | ||
| 65 | |||
| 66 | 2003-08-05 Richard M. Stallman <rms@gnu.org> | ||
| 67 | |||
| 68 | * elisp.texi: Update lists of subnodes. | ||
| 69 | |||
| 70 | * windows.texi (Buffers and Windows): set-window-buffer has new arg. | ||
| 71 | |||
| 72 | * variables.texi (Local Variables): Use lc for example variable names. | ||
| 73 | |||
| 74 | * tips.texi (Library Headers): Explain where to put -*-. | ||
| 75 | |||
| 76 | * strings.texi (Creating Strings): Fix xref for vconcat. | ||
| 77 | |||
| 78 | * sequences.texi (Vector Functions): | ||
| 79 | vconcat no longer allows integer args. | ||
| 80 | |||
| 81 | * minibuf.texi (Reading File Names): read-file-name has new | ||
| 82 | arg PREDICATE. New function read-directory-name. | ||
| 83 | |||
| 84 | * macros.texi (Defining Macros): Give definition of `declare' | ||
| 85 | (Indenting Macros): New node. | ||
| 86 | |||
| 87 | * frames.texi (Parameter Access): Add modify-all-frames-parameters. | ||
| 88 | (Window Frame Parameters): Make separate table of parameters | ||
| 89 | that are coupled with specific face attributes. | ||
| 90 | (Deleting Frames): delete-frame-hooks renamed to | ||
| 91 | delete-frame-functions. | ||
| 92 | |||
| 93 | * files.texi (Magic File Names): Add file-remote-p. | ||
| 94 | Clarify file-local-copy. | ||
| 95 | |||
| 96 | * edebug.texi (Instrumenting Macro Calls): Don't define `declare' | ||
| 97 | here; instead xref Defining Macros. | ||
| 98 | |||
| 99 | * display.texi (Warnings): New node, and subnodes. | ||
| 100 | (Fringes): New node. | ||
| 101 | |||
| 102 | * debugging.texi (Test Coverage): New node. | ||
| 103 | |||
| 104 | * compile.texi (Compiler Errors): Explain with-no-warnings | ||
| 105 | and other ways to suppress warnings. | ||
| 106 | |||
| 107 | * commands.texi (Interactive Call): Minor clarification. | ||
| 108 | |||
| 109 | * buffers.texi (Buffer File Name): set-visited-file-name | ||
| 110 | renames the buffer too. | ||
| 111 | |||
| 112 | * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table. | ||
| 113 | |||
| 114 | 2003-07-24 Markus Rost <rost@math.ohio-state.edu> | 1 | 2003-07-24 Markus Rost <rost@math.ohio-state.edu> |
| 115 | 2 | ||
| 116 | * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. | 3 | * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. |
| @@ -851,11 +738,9 @@ Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) | |||
| 851 | for the Project GNU development environment. | 738 | for the Project GNU development environment. |
| 852 | 739 | ||
| 853 | ;; Local Variables: | 740 | ;; Local Variables: |
| 854 | ;; coding: iso-2022-7bit | 741 | ;; coding: iso-2022-7bit-unix |
| 855 | ;; End: | 742 | ;; End: |
| 856 | 743 | ||
| 857 | Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 744 | Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 858 | Copying and distribution of this file, with or without modification, | 745 | Copying and distribution of this file, with or without modification, |
| 859 | are permitted provided the copyright notice and this notice are preserved. | 746 | are permitted provided the copyright notice and this notice are preserved. |
| 860 | |||
| 861 | ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda | ||