Mercurial > emacs
annotate lispref/ChangeLog @ 52653:d4af4cfdc701
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 28 Sep 2003 20:50:55 +0000 |
parents | 35a79a8e5bd0 |
children | c9422c237eae |
rev | line source |
---|---|
52630 | 1 2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl> |
2 | |
3 * modes.texi (Mode Line Data): Document the :propertize construct. | |
4 (Mode Line Variables): Reorder the descriptions of the variables | |
5 to match their order in the default mode-line-format. | |
6 Describe the new variables mode-line-position and mode-line-modes. | |
7 Update the default values of mode-line-frame-identification, | |
8 minor-mode-alist, and default-mode-line-format. | |
9 (Properties in Mode): Mention the :propertize construct. | |
10 | |
52627
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
11 2003-09-26 Richard M. Stallman <rms@gnu.org> |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
12 |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
13 * buffers.texi, commands.texi, debugging.texi, eval.texi: |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
14 * loading.texi, minibuf.texi, text.texi, variables.texi: |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
15 Avoid @strong{Note:}. |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
16 |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
17 2003-09-26 Richard M. Stallman <rms@gnu.org> |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
18 |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
19 * keymaps.texi (Remapping Commands): Fix typo. |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
20 |
52599
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
21 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu> |
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
22 |
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
23 * processes.texi (Low-Level Network): Fix typo. |
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
24 |
52595 | 25 2003-09-23 Kim F. Storm <storm@cua.dk> |
26 | |
27 * processes.texi (Network, Network Servers): Fix typos. | |
28 (Low-Level Network): Add timeout value for :server keyword. | |
29 Add new option keywords to make-network-process. | |
30 Add set-network-process-options. | |
31 Explain how to test availability of network options. | |
32 | |
52545
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
33 2003-09-19 Richard M. Stallman <rms@gnu.org> |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
34 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
35 * text.texi (Motion by Indent): Arg to |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
36 backward-to-indentation and forward-to-indentation is optional. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
37 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
38 * strings.texi (Creating Strings): Add substring-no-properties. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
39 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
40 * processes.texi |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
41 (Process Information): Add list-processes arg QUERY-ONLY. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
42 Delete process-contact from here. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
43 Add new status values for process-status. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
44 Add process-get, process-put, process-plist, set-process-plist. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
45 (Synchronous Processes): Add call-process-shell-command. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
46 (Signals to Processes): signal-process allows process objects. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
47 (Network): Complete rewrite. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
48 (Network Servers, Datagrams, Low-Level Network): New nodes. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
49 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
50 * positions.texi (Word Motion): forward-word, backward-word |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
51 arg is optional. Reword. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
52 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
53 * abbrevs.texi (Defining Abbrevs): Index no-self-insert. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
54 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
55 * variables.texi (Creating Buffer-Local): |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
56 Delete duplicate definition of buffer-local-value. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
57 (File Local Variables): Explain about discarding text props. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
58 |
52486
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
59 2003-09-11 Richard M. Stallman <rms@gnu.org> |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
60 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
61 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
62 changes variables that record input events. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
63 (Minibuffer Misc): Add minibuffer-selected-window. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
64 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
65 * lists.texi (Building Lists): Add copy-tree. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
66 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
67 * display.texi (Fontsets): Add char-displayable-p. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
68 (Scroll Bars): New node. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
69 |
52466 | 70 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> |
71 | |
72 * modes.texi (%-Constructs): Document new `%i' and `%I' | |
73 constructs. | |
74 | |
52427 | 75 2003-09-03 Peter Runestig <peter@runestig.com> |
76 | |
77 * makefile.w32-in: New file. | |
78 | |
52381
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
79 2003-08-29 Richard M. Stallman <rms@gnu.org> |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
80 |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
81 * display.texi (Overlay Properties): Clarify how priorities |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
82 affect use of the properties. |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
83 |
52268
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
84 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
85 |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
86 * customize.texi (Type Keywords): Correct the description of |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
87 `:help-echo' in the case where `motion-doc' is a function. |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
88 |
52197
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
89 2003-08-14 John Paul Wallington <jpw@gnu.org> |
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
90 |
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
91 * modes.texi (Emulating Mode Line): Subsection, not section. |
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
92 |
52194
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
93 2003-08-13 Richard M. Stallman <rms@gnu.org> |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
94 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
95 * elisp.texi (Top): Update subnode lists in menu. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
96 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
97 * text.texi (Insertion): Add insert-buffer-substring-no-properties. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
98 (Kill Functions): kill-region has new arg yank-handler. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
99 (Yanking): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
100 (Yank Commands): Add yank-undo-function. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
101 (Low-Level Kill Ring): |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
102 kill-new and kill-append have new arg yank-handler. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
103 (Changing Properties): Add remove-list-of-text-properties. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
104 (Atomic Changes): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
105 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
106 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
107 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
108 * streams.texi (Output Variables): Add eval-expression-print-length |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
109 and eval-expression-print-level. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
110 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
111 * os.texi (Time Conversion): For encode-time, explain limits on year. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
112 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
113 * objects.texi (Character Type): Define anchor "modifier bits". |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
114 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
115 * modes.texi (Emulating Mode Line): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
116 (Search-based Fontification): Font Lock uses font-lock-face property. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
117 (Other Font Lock Variables): Likewise. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
118 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
119 * keymaps.texi (Format of Keymaps): Keymaps contain char tables, |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
120 not vectors. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
121 (Active Keymaps): Add emulation-mode-map-alists. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
122 (Functions for Key Lookup): key-binding has new arg no-remap. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
123 (Remapping Commands): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
124 (Scanning Keymaps): where-is-internal has new arg no-remap. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
125 (Tool Bar): Add tool-bar-local-item-from-menu. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
126 Clarify when to use tool-bar-add-item-from-menu. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
127 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
128 * commands.texi (Interactive Call): commandp has new arg. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
129 (Command Loop Info): Add this-original-command. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
130 |
52158
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
131 2003-08-06 John Paul Wallington <jpw@gnu.org> |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
132 |
52159
c8251a6cc1c7
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52158
diff
changeset
|
133 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. |
52158
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
134 |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
135 * display.texi (Warning Basics): Fix typo. |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
136 (Fringes): Add closing curly bracket and fix typo. |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
137 |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
138 * elisp.texi (Top): Fix typo. |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
139 |
52154
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
140 2003-08-05 Richard M. Stallman <rms@gnu.org> |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
141 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
142 * elisp.texi: Update lists of subnodes. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
143 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
144 * windows.texi (Buffers and Windows): set-window-buffer has new arg. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
145 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
146 * variables.texi (Local Variables): Use lc for example variable names. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
147 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
148 * tips.texi (Library Headers): Explain where to put -*-. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
149 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
150 * strings.texi (Creating Strings): Fix xref for vconcat. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
151 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
152 * sequences.texi (Vector Functions): |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
153 vconcat no longer allows integer args. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
154 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
155 * minibuf.texi (Reading File Names): read-file-name has new |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
156 arg PREDICATE. New function read-directory-name. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
157 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
158 * macros.texi (Defining Macros): Give definition of `declare' |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
159 (Indenting Macros): New node. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
160 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
161 * frames.texi (Parameter Access): Add modify-all-frames-parameters. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
162 (Window Frame Parameters): Make separate table of parameters |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
163 that are coupled with specific face attributes. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
164 (Deleting Frames): delete-frame-hooks renamed to |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
165 delete-frame-functions. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
166 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
167 * files.texi (Magic File Names): Add file-remote-p. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
168 Clarify file-local-copy. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
169 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
170 * edebug.texi (Instrumenting Macro Calls): Don't define `declare' |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
171 here; instead xref Defining Macros. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
172 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
173 * display.texi (Warnings): New node, and subnodes. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
174 (Fringes): New node. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
175 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
176 * debugging.texi (Test Coverage): New node. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
177 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
178 * compile.texi (Compiler Errors): Explain with-no-warnings |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
179 and other ways to suppress warnings. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
180 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
181 * commands.texi (Interactive Call): Minor clarification. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
182 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
183 * buffers.texi (Buffer File Name): set-visited-file-name |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
184 renames the buffer too. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
185 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
186 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
187 |
52038
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
188 2003-07-24 Markus Rost <rost@math.ohio-state.edu> |
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
189 |
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
190 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. |
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
191 |
52006
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
192 2003-07-22 Markus Rost <rost@math.ohio-state.edu> |
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
193 |
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
194 * internals.texi (Garbage Collection): Fix previous change. |
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
195 |
52004
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
196 2003-07-22 Richard M. Stallman <rms@gnu.org> |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
197 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
198 * files.texi (Truenames): Add LIMIT arg to file-chase-links. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
199 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
200 * display.texi (Width): Use \s syntax in example. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
201 (Font Selection): Add face-font-rescale-alist. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
202 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
203 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
204 Remove spurious indent in example. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
205 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
206 * lists.texi (Building Lists): Add number-sequence. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
207 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
208 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
209 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
210 * functions.texi (Function Documentation): Explain how to |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
211 show calling convention explicitly in the doc string. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
212 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
213 * windows.texi (Selecting Windows): save-selected-window saves |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
214 selected window of each frame. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
215 (Window Configurations): Minor change. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
216 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
217 * syntax.texi (Syntax Table Functions): Use \s syntax in examples. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
218 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
219 * streams.texi (Output Variables): Add print-continuous-numbering |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
220 and print-number-table. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
221 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
222 * processes.texi (Decoding Output): New node. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
223 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
224 * os.texi (Time Conversion): decode-time arg is optional. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
225 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
226 * objects.texi (Character Type): Don't use space as example for \. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
227 Make list of char names and \-sequences correspond. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
228 Explain that \s is not used in strings. `\ ' needs space after. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
229 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
230 * nonascii.texi (Converting Representations): Add string-to-multibyte. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
231 (Translation of Characters): Add translation-table-for-input. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
232 (Default Coding Systems): Add auto-coding-functions. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
233 (Explicit Encoding): Add decode-coding-inserted-region. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
234 (Locales): Add locale-info. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
235 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
236 * minibuf.texi (Basic Completion): Describe test-completion. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
237 Collections can be lists of strings. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
238 Clean up lazy-completion-table. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
239 (Programmed Completion): Mention test-completion. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
240 Clarify why lambda expressions are not accepted. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
241 (Minibuffer Misc): Describe minibufferp. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
242 |
51926
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
243 2003-07-14 Richard M. Stallman <rms@gnu.org> |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
244 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
245 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
246 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
247 * windows.texi (Selecting Windows): New arg to select-window. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
248 (Selecting Windows): Add with-selected-window. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
249 (Size of Window): Add window-inside-edges, etc. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
250 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
251 * internals.texi (Garbage Collection): Add post-gc-hook. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
252 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
253 * processes.texi (Subprocess Creation): Add exec-suffixes. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
254 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
255 * keymaps.texi (Functions for Key Lookup): Add current-active-maps. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
256 (Scanning Keymaps): Add map-keymaps. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
257 (Defining Menus): Add keymap-prompt. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
258 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
259 * numbers.texi (Integer Basics): Add most-positive-fixnum, |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
260 most-negative-fixnum. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
261 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
262 * compile.texi (Byte Compilation): Explain no-byte-compile |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
263 (Compiler Errors): New node. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
264 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
265 * os.texi (User Identification): user-uid, user-real-uid |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
266 can return float. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
267 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
268 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
269 and about derived modes. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
270 (Minor Modes): Add minor-mode-list. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
271 (Defining Minor Modes): Keyword args for define-minor-mode. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
272 (Search-based Fontification): Explain managing other properties. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
273 (Other Font Lock Variables): Add font-lock-extra-managed-props. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
274 (Faces for Font Lock): Add font-locl-preprocessor-face. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
275 (Hooks): Add run-mode-hooks and delay-mode-hooks. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
276 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
277 * variables.texi (Creating Buffer-Local): Add buffer-local-value. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
278 (Variable Aliases): Clarify defvralias. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
279 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
280 * loading.texi (Library Search): Add load-suffixes. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
281 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
282 * minibuf.texi (Basic Completion): Add lazy-completion-table. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
283 (Programmed Completion): Add dynamic-completion-table. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
284 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
285 * files.texi (Changing Files): copy-file allows dir as NEWNAME. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
286 (Magic File Names): Specify precedence order of handlers. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
287 o |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
288 * commands.texi (Command Overview): Emacs server runs pre-command-hook |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
289 and post-command-hook. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
290 (Waiting): New calling convention for sit-for. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
291 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
292 * text.texi (Special Properties): local-map and keymap properties |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
293 apply based on their stickiness. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
294 |
51808
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
295 2003-07-07 Richard M. Stallman <rms@gnu.org> |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
296 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
297 * modes.texi (Minor Mode Conventions): Specify only some kinds |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
298 of list values as args to minor modes. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
299 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
300 * files.texi (File Name Expansion): Warn about iterative use |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
301 of substitute-in-file-name. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
302 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
303 * advice.texi (Activation of Advice): Clean up previous change. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
304 |
51754
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
305 2003-07-06 Markus Rost <rost@math.ohio-state.edu> |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
306 |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
307 * advice.texi (Activation of Advice): Note that ad-start-advice is |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
308 turned on by default. |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
309 |
51808
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
310 2003-06-30 Richard M. Stallman <rms@gnu.org> |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
311 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
312 * text.texi (Buffer Contents): Document current-word. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
313 (Change Hooks): Not called for *Messages*. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
314 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
315 * functions.texi (Defining Functions): Explain about redefining |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
316 primitives. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
317 (Function Safety): Renamed. Minor changes. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
318 Comment out the detailed criteria for what is safe. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
319 |
51645
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
320 2003-06-22 Andreas Schwab <schwab@suse.de> |
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
321 |
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
322 * objects.texi (Symbol Type): Fix description of examples. |
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
323 |
51586 | 324 2003-06-16 Andreas Schwab <schwab@suse.de> |
325 | |
326 * hash.texi (Creating Hash): Fix description of :weakness. | |
327 | |
51558
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
328 2003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
329 |
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
330 * files.texi (Changing Files): copy-file copies file modes, too. |
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
331 |
51300
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
332 2003-05-28 Richard M. Stallman <rms@gnu.org> |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
333 |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
334 * strings.texi (Creating Strings): Clarify split-string. |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
335 |
51150
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
336 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
337 |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
338 * strings.texi (Creating Strings): Update split-string specification |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
339 and examples. |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
340 |
51100
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
341 2003-05-19 Richard M. Stallman <rms@gnu.org> |
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
342 |
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
343 * elisp.texi: Correct invariant section names. |
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
344 |
50655
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
345 2003-04-20 Richard M. Stallman <rms@gnu.org> |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
346 |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
347 * os.texi (Timers): Explain about timers and quitting. |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
348 |
50643
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
349 2003-04-19 Richard M. Stallman <rms@gnu.org> |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
350 |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
351 * internals.texi (Writing Emacs Primitives): Strings are |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
352 no longer special for GCPROs. Mention GCPRO5, GCPRO6. |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
353 Explain GCPRO convention for varargs function args. |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
354 |
50607
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
355 2003-04-16 Richard M. Stallman <rms@gnu.org> |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
356 |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
357 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
358 |
50509
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
359 2003-04-08 Richard M. Stallman <rms@gnu.org> |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
360 |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
361 * files.texi (Kinds of Files): Correct return value of file-symlink-p. |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
362 |
49766 | 363 2003-02-13 Kim F. Storm <storm@cua.dk> |
364 | |
365 * objects.texi (Character Type): New \s escape for space. | |
366 | |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
367 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
368 |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
369 * os.texi (System Environment): Added cygwin system-type. |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
370 |
49447
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
371 2003-01-25 Richard M. Stallman <rms@gnu.org> |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
372 |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
373 * keymaps.texi: Document that a symbol can act as a keymap. |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
374 |
49196
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
375 2003-01-13 Richard M. Stallman <rms@gnu.org> |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
376 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
377 * text.texi (Changing Properties): Say string indices are origin-0. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
378 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
379 * positions.texi (Screen Lines) <compute-motion>: |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
380 Correct order of elts in return value. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
381 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
382 * keymaps.texi (Changing Key Bindings) <define-key>: Mention |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
383 how to define a default binding. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
384 |
48732 | 385 2002-12-07 Markus Rost <rost@math.ohio-state.edu> |
48712
a253c4b9250c
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48643
diff
changeset
|
386 |
48762
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
387 * loading.texi (Unloading): Fix recent change for load-history. |
48734
03de3f16e52e
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48732
diff
changeset
|
388 |
48762
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
389 * customize.texi (Simple Types): Clarify description of custom |
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
390 type 'number. Describe new custom type 'float. |
48712
a253c4b9250c
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48643
diff
changeset
|
391 |
48732 | 392 2002-12-04 Markus Rost <rost@math.ohio-state.edu> |
48643
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
393 |
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
394 * variables.texi (File Local Variables): Fix typo. |
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
395 |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
396 2002-10-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
397 |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
398 From Michael Albinus <Michael.Albinus@alcatel.de>. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
399 |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
400 * README: Target for Info file is `make info'. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
401 |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
402 * files.texi (File Name Components): Fixed typos in |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
403 `file-name-sans-extension'. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
404 (Magic File Names): Complete list of operations for magic file |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
405 name handlers. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
406 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
407 2002-09-16 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
408 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
409 * variables.texi (File Local Variables): New function |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
410 risky-local-variable-p. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
411 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
412 2002-09-15 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
413 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
414 * functions.texi (Function safety): New node about unsafep. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
415 |
46809
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
416 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
417 |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
418 * customize.texi (Splicing into Lists): Fixed example. |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
419 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
420 |
45866
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
421 2002-06-17 Juanma Barranquero <lektu@terra.es> |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
422 |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
423 * frames.texi (Display Feature Testing): Fix typo. |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
424 |
45780
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
425 2002-06-12 Andreas Schwab <schwab@suse.de> |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
426 |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
427 * frames.texi (Initial Parameters, Resources): Fix references to |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
428 the Emacs manual. |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
429 |
45275 | 430 2002-05-13 Kim F. Storm <storm@cua.dk> |
431 | |
432 * variables.texi (Intro to Buffer-Local): Updated warning and | |
433 example relating to changing buffer inside let. | |
434 | |
49532
d4870f6c9ac0
Change email and real name.
Jan Djärv <jan.h.d@swipnet.se>
parents:
49447
diff
changeset
|
435 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
43823 | 436 |
437 * os.texi (Session Management): New node about X Session management. | |
438 | |
42825 | 439 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> |
440 | |
441 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | |
442 to which the manual corresponds, and the copyright years. | |
443 | |
444 * Makefile.in (VERSION): Set to 2.9. | |
445 | |
41672 | 446 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
447 | |
448 * elisp.texi: Change the category in @dircategory to "Emacs", to | |
449 make it consistent with info/dir. | |
450 | |
41491 | 451 2001-11-25 Miles Bader <miles@gnu.org> |
452 | |
453 * text.texi (Fields): Describe new `limit' arg in | |
454 field-beginning/field-end. | |
455 | |
41193 | 456 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
457 | |
41201 | 458 * permute-index: Don't depend on csh-specific features. Replace |
459 the interpreter name with /bin/sh. | |
460 | |
41193 | 461 * two-volume-cross-refs.txt: New file. |
462 * two.el: New file. | |
463 * spellfile: New file. | |
464 | |
41139 | 465 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
466 | |
467 * permute-index: New file. | |
468 | |
469 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
470 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
471 8+3 restricted namespace. | |
41117 | 472 |
473 * Makefile.in (infodir): Define relative to $(srcdir). | |
474 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
475 include directories list via -I switch to makeinfo. | |
476 (index.texi): Use cp if both hard and symbolic links fail. | |
477 | |
40886 | 478 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
479 | |
40897 | 480 * Makefile.in (distclean): Add. |
481 | |
40886 | 482 The following changes make ELisp manual part of the Emacs |
483 distribution: | |
484 | |
485 * Makefile.in: Add Copyright notice. | |
486 (prefix): Remove. | |
487 (infodir): Change value to "../info". | |
488 (VPATH): New variable. | |
489 (MAKE): Don't define. | |
490 (texmacrodir): Don't define. | |
491 (texinputdir): Append the existing value of TEXINPUTS. | |
492 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
493 command to be compatible with man/Makefile.in, and to put the | |
494 output into ../info. | |
40888 | 495 (info): Add target. |
40886 | 496 (installall): Target removed. |
497 | |
41117 | 498 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
40573 | 499 |
500 * tips.texi (Coding Conventions): Fix typo. | |
501 | |
40431 | 502 2001-10-23 Gerd Moellmann <gerd@gnu.org> |
503 | |
504 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
505 | |
40189 | 506 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> |
507 | |
508 * files.texi (File Name Components): Update the description of | |
509 file-name-sans-extension and file-name-extension, as they now | |
510 ignore leading dots. | |
511 | |
40111 | 512 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
513 | |
40152 | 514 * (Version 21.1 released.) |
40111 | 515 |
40043 | 516 2001-10-19 Miles Bader <miles@gnu.org> |
517 | |
518 * positions.texi (Text Lines): Describe behavior of | |
519 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
520 | |
39995 | 521 2001-10-17 Gerd Moellmann <gerd@gnu.org> |
522 | |
523 * Makefile.in (VERSION): Set to 2.8. | |
524 (manual): Use `manual-21'. | |
525 | |
42674 | 526 * elisp.texi (VERSION): Add and use it where the version |
39995 | 527 number was used. Set it to 2.8. |
528 | |
529 * intro.texi: Likewise. | |
530 | |
39884 | 531 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
532 | |
533 * files.texi (File Name Completion): Document the significance of | |
534 a trailing slash in elements of completion-ignored-extensions. | |
535 | |
39629 | 536 2001-10-06 Miles Bader <miles@gnu.org> |
537 | |
538 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
539 | |
39588 | 540 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
541 | |
542 * variables.texi (Variable Aliases): New node. | |
543 | |
39742 | 544 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
545 | |
546 * Branch for 21.1. | |
40965 | 547 |
39529 | 548 2001-10-02 Miles Bader <miles@gnu.org> |
549 | |
39532 | 550 * minibuf.texi (Minibuffer Misc): Add entries for |
551 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
552 `delete-minibuffer-contents'. | |
553 Correct description for `minibuffer-prompt-end'. | |
554 | |
39529 | 555 * text.texi (Property Search): Correct descriptions of |
556 `next-char-property-change' and `previous-char-property-change'. | |
557 Add entries for `next-single-char-property-change' and | |
558 `previous-single-char-property-change'. | |
559 Make operand names a bit more consistent. | |
560 | |
39506 | 561 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> |
562 | |
563 * frames.texi (Finding All Frames): Document that next-frame and | |
564 previous-frame are local to current terminal. | |
565 | |
39470 | 566 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> |
567 | |
568 * keymaps.texi (Creating Keymaps): Fix the description of the | |
40965 | 569 result of make-keymap. |
39470 | 570 |
39405 | 571 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> |
572 | |
573 * display.texi (Font Lookup, Attribute Functions) | |
574 (Image Descriptors): Add cross-references to the definition of | |
575 selected frame. | |
576 | |
577 * buffers.texi (The Buffer List): Add cross-references to the | |
578 definition of selected frame. | |
579 | |
580 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
581 frame at any given time. | |
582 (Multiple Displays, Size and Position): Add a cross-reference to | |
583 the definition of the selected frame. | |
584 | |
39211 | 585 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
586 | |
587 * strings.texi (String Conversion) <string-to-number>: Document | |
588 that a float is returned for integers that are too large. | |
589 | |
590 * frames.texi (Mouse Position): Document mouse-position-function. | |
591 (Display Feature Testing): Document display-images-p. | |
592 (Window Frame Parameters): Document the cursor-type variable. | |
593 | |
594 * numbers.texi (Integer Basics): Document CL style read syntax for | |
595 integers in bases other than 10. | |
596 | |
597 * positions.texi (List Motion): Document | |
598 open-paren-in-column-0-is-defun-start. | |
599 | |
600 * lists.texi (Sets And Lists): Document member-ignore-case. | |
601 | |
602 * internals.texi (Garbage Collection): Document the used and free | |
603 strings report. | |
604 (Memory Usage): Document strings-consed. | |
605 | |
606 * os.texi (Time of Day): Document float-time. | |
607 (Recording Input): Document that clear-this-command-keys clears | |
608 the vector to be returned by recent-keys. | |
609 | |
610 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
611 argument keymap can be a list. | |
612 | |
613 * nonascii.texi (User-Chosen Coding Systems) | |
614 <select-safe-coding-system>: Document the new argument | |
615 accept-default-p and the variable | |
616 select-safe-coding-system-accept-default-p. Tell what happens if | |
617 buffer-file-coding-system is undecided. | |
618 (Default Coding Systems): Document auto-coding-regexp-alist. | |
619 | |
620 * display.texi (The Echo Area) <message>: Document | |
621 message-truncate-lines. | |
622 (Glyphs): Document that the glyph table is unused on windowed | |
623 displays. | |
624 | |
625 * help.texi (Describing Characters) <single-key-description>: | |
626 Document the new argument no-angles. | |
627 (Accessing Documentation) <documentation-property>: Document that | |
628 a non-string property is evaluated. | |
629 <documentation>: Document that the function-documentation property | |
630 is looked for. | |
631 | |
632 * windows.texi (Selecting Windows): Document some-window. | |
633 | |
634 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
635 | |
636 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
637 apropos-mode-hook. | |
638 | |
639 * commands.texi (Using Interactive): Document interactive-form. | |
640 (Keyboard Macros): Document kbd-macro-termination-hook. | |
641 (Command Loop Info): Document that clear-this-command-keys clears | |
642 the vector to be returned by recent-keys. | |
643 | |
39112 | 644 2001-09-04 Werner LEMBERG <wl@gnu.org> |
645 | |
646 * Makefile.in (srcdir, texinputdir): New variables. | |
647 (srcs, index.texi, install): Use $(srcdir). | |
648 (.PHONY): Remove elisp.dvi. | |
649 (elisp): Use -I switch for makeinfo. | |
650 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
651 (installall, dist): Use $(srcdir). | |
652 Fix path to texinfo.tex. | |
653 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
654 | |
39030 | 655 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
656 | |
39034 | 657 * display.texi (Conditional Display): Adjust to API change. |
658 | |
39030 | 659 * configure: New file. |
660 | |
38604 | 661 2001-07-30 Gerd Moellmann <gerd@gnu.org> |
662 | |
663 * commands.texi (Repeat Events): Add description of | |
664 double-click-fuzz. | |
665 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
666 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
667 |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
668 * syntax.texi (Syntax Class Table): Add the missing designator for |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
669 comment and string fences. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
670 (Syntax Properties): Add a xref to syntax table internals. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
671 (Syntax Table Internals): Document string-to-syntax. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
672 |
37606 | 673 2001-05-07 Gerd Moellmann <gerd@gnu.org> |
674 | |
675 * Makefile.in (install): Use install-info command line options | |
676 like in Emacs' Makefile.in. | |
677 | |
34391 | 678 2000-12-09 Miles Bader <miles@gnu.org> |
679 | |
680 * windows.texi (Window Start): Update documentation for | |
681 `pos-visible-in-window-p'. | |
682 | |
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
683 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
684 |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
685 * lists.texi (Building Lists): Add footnote to explain how to add |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
686 to the end of a list. |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
687 |
32860 | 688 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
689 | |
690 * files.texi (Visiting Functions): Typos. | |
691 | |
32841 | 692 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
693 | |
694 * files.texi (Visiting Functions): Return value of | |
695 find-file-noselect may be a list of buffers if wildcards are used. | |
696 | |
32803 | 697 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
698 | |
699 * display.texi (Defining Faces): Document `graphic' display type | |
700 in face specs. | |
701 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
702 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
703 |
37606 | 704 * hooks.texi (Standard Hooks): Replace obsolete |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
705 `after-make-frame-hook' with `after-make-frame-functions'. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
706 |
37606 | 707 * frames.texi (Creating Frames): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
708 |
37606 | 709 * variables.texi (Future Local Variables): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
710 |
32556 | 711 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
712 | |
713 * display.texi (Other Image Types): Add description of :foreground | |
714 and :background properties of mono PBM images. | |
715 | |
30904 | 716 2000-08-17 Werner LEMBERG <wl@gnu.org> |
717 | |
718 * .cvsignore: New file. | |
719 | |
27188 | 720 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
721 | |
722 * tindex.pl: New script. | |
723 | |
26695 | 724 1999-12-03 Dave Love <fx@gnu.org> |
725 | |
726 * Makefile.in (MAKEINFO): New parameter. | |
727 | |
26693 | 728 1999-09-17 Richard Stallman <rms@gnu.org> |
729 | |
730 * Makefile.in (srcs): Add hash.texi. | |
731 (VERSION): Update to 20.6. | |
732 | |
733 1999-09-13 Richard Stallman <rms@gnu.org> | |
734 | |
735 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
736 | |
737 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
738 | |
739 * configure.in: New file. | |
740 * Makefile.in: Renamed from Makefile. | |
741 (prefix, infodir): Use value obtained from configure. | |
742 (emacslibdir): Obsolete variable deleted. | |
743 (dist): Distribute configure.in, configure, Makefile.in. | |
744 | |
745 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
746 | |
747 * Makefile (INSTALL_INFO): New variable. | |
748 (install): Run install-info. | |
749 | |
750 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
751 | |
752 * Makefile (elisp.dvi): Add missing backslash. | |
753 | |
754 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
755 | |
756 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
757 Run texindex without `./'. Always run texindex on elisp.tp. | |
758 (elisp.tps): Target deleted. | |
759 | |
760 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
761 | |
762 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
763 (dist): Start by deleting `temp'. | |
764 | |
765 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
766 | |
767 * Makefile (makeinfo, texindex): Targets deleted. | |
768 (makeinfo.o, texindex.o): Targets deleted. | |
769 (clean, dist): Don't do anything with them or with getopt*. | |
770 | |
771 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
772 | |
773 * Makefile (SHELL): Defined. | |
774 | |
775 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
776 | |
777 * Makefile (elisp.tps): New target. | |
778 (elisp.dvi): Depend on elisp.tps. | |
779 | |
780 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
781 | |
782 * README: Update phone number. | |
783 | |
784 * Makefile (elisp): Make this be the default target. | |
785 Depend on makeinfo.c instead of makeinfo. | |
786 (install): Don't depend on elisp.dvi, since we don't install that. | |
787 Use mkinstalldirs. | |
788 (dist): Add mkinstalldirs. | |
789 | |
790 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
791 | |
792 * Makefile (VERSION): Update version number. | |
793 (maintainer-clean): Renamed from realclean. | |
794 | |
795 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
796 | |
797 * Makefile (realclean): New target. | |
798 (elisp): Remove any old elisp-* files first. | |
799 | |
800 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
801 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
802 * Makefile (VERSION): New variable. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
803 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
804 Compressed file suffix should be `.gz', not `.z'. |
26693 | 805 |
806 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
807 | |
808 * Makefile (elisp): Depend on makeinfo. | |
809 | |
810 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
811 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
812 * Makefile (srcs): Add anti.texi. |
26693 | 813 |
814 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
815 | |
816 * Makefile (infodir, prefix): New vars. | |
817 (install): Use infodir. | |
818 (emacsinfodir): Deleted. | |
819 | |
820 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
821 | |
822 * Makefile (srcs): Add calendar.texi. | |
823 | |
824 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
825 Limit elisp-* files to those with one or two digits. | |
826 | |
827 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
828 | |
829 * Makefile (dist): Changed to use Gzip instead of compress. | |
830 | |
831 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
832 | |
833 * loading.texi (Unloading): define-function changed back to | |
834 defalias. It may not stay this way, but at least it's | |
835 consistent with the known-good version of the code patch. | |
836 | |
837 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
838 | |
839 * modes.texi (Hooks): Document new optional arg of add-hook. | |
840 | |
841 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
842 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
843 * variables.texi: Document nil initial value of buffer-local variables. |
26693 | 844 |
845 * tips.texi: Add new section on standard library headers. | |
846 | |
847 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
848 | |
849 * Makefile (srcs): Add frame.texi to the list of sources. | |
850 | |
851 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
852 | |
853 * Makefile (dist): Don't bother excluding autosave files; they'll | |
854 never make it into the temp directory anyway, and the hash marks | |
855 in the name are problematic for make and the Bourne shell. | |
40965 | 856 (srcs): |
26693 | 857 |
858 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
859 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
860 * Makefile (dist): Don't include backup files or autosave files in |
26693 | 861 the distribution tar file. |
862 | |
40965 | 863 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
26693 | 864 |
865 * Makefile (srcs): Added index.perm. | |
866 (elisp.dvi): Remove erroneous shell comment. | |
867 Expect output of permute-index in permuted.fns. | |
868 Save old elisp.aux in elisp.oaux. | |
869 (clean): Added index.texi to be deleted. | |
870 | |
40965 | 871 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 872 |
873 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
874 | |
40965 | 875 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech) |
26693 | 876 |
877 * files.texi: Noted that completion-ignored-extensions is ignored | |
878 when making *Completions*. | |
879 | |
880 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
881 | |
882 * Makefile make dist now depends on elisp.dvi, since it tries | |
883 to include it in the dist file. | |
884 | |
40965 | 885 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu) |
26693 | 886 |
887 * functions.texinfo (Mapping Functions): Add missing quote | |
888 | |
40965 | 889 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 890 |
891 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
892 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
893 | |
40965 | 894 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 895 |
896 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
897 and @error{} are the terms now being used. The files in the | |
898 directory have been changed to reflect this. | |
899 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
900 * All instances of @indentedresultt{} have been changed to |
26693 | 901 ` @result{}', using 5 spaces at the begining of the line. |
902 | |
40965 | 903 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 904 |
905 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
906 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
907 the texinfo.tex in this directory. These TeX macros are not | |
908 stable yet. | |
909 | |
40965 | 910 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 911 |
912 * texinfo.tex: temporarily added | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
913 \let\result=\dblarrow |
26693 | 914 \def\error{{\it ERROR} \longdblarrow} |
915 We need to do this better soon. | |
916 | |
40965 | 917 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 918 |
919 * Applied Karl Berry's patches to *.texinfo files, but not to | |
920 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
921 new title page format is also not applied, since it requires | |
922 texinfo.tex changes.) | |
923 | |
924 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
925 for the Project GNU development environment. | |
926 | |
41117 | 927 ;; Local Variables: |
52427 | 928 ;; coding: iso-2022-7bit |
41117 | 929 ;; End: |
39627 | 930 |
931 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | |
932 Copying and distribution of this file, with or without modification, | |
933 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 934 |
935 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda |