Mercurial > emacs
annotate lispref/ChangeLog @ 50904:44fe653dccdb
(diary-pull-attrs): Make `ret-attr', `attr' local.
(list-diary-entries): Make `temp' local.
(fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
(diary-mail-entries): There is no fancy-diary-buffer if there are
no diary entries.
(mark-diary-entries): Make `temp' local.
(mark-sexp-diary-entries): Make `marks' local, remove `temp'.
(list-sexp-diary-entries): Make `temp' local.
(add-to-diary-list): Make `prefix' local.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 08 May 2003 19:34:30 +0000 |
parents | 8e621ea67f06 |
children | 79e27b3ef7ef |
rev | line source |
---|---|
50655
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
1 2003-04-20 Richard M. Stallman <rms@gnu.org> |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
2 |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
3 * os.texi (Timers): Explain about timers and quitting. |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
4 |
50643
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
5 2003-04-19 Richard M. Stallman <rms@gnu.org> |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
6 |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
7 * internals.texi (Writing Emacs Primitives): Strings are |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
8 no longer special for GCPROs. Mention GCPRO5, GCPRO6. |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
9 Explain GCPRO convention for varargs function args. |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
10 |
50607
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
11 2003-04-16 Richard M. Stallman <rms@gnu.org> |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
12 |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
13 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
14 |
50509
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
15 2003-04-08 Richard M. Stallman <rms@gnu.org> |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
16 |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
17 * 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
|
18 |
49766 | 19 2003-02-13 Kim F. Storm <storm@cua.dk> |
20 | |
21 * objects.texi (Character Type): New \s escape for space. | |
22 | |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
23 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
24 |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
25 * os.texi (System Environment): Added cygwin system-type. |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
26 |
49447
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
27 2003-01-25 Richard M. Stallman <rms@gnu.org> |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
28 |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
29 * 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
|
30 |
49196
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
31 2003-01-13 Richard M. Stallman <rms@gnu.org> |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
32 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
33 * text.texi (Changing Properties): Say string indices are origin-0. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
34 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
35 * positions.texi (Screen Lines) <compute-motion>: |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
36 Correct order of elts in return value. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
37 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
38 * keymaps.texi (Changing Key Bindings) <define-key>: Mention |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
39 how to define a default binding. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
40 |
48732 | 41 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
|
42 |
48762
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
43 * 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
|
44 |
48762
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
45 * 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
|
46 type 'number. Describe new custom type 'float. |
48712
a253c4b9250c
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48643
diff
changeset
|
47 |
48732 | 48 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
|
49 |
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
50 * variables.texi (File Local Variables): Fix typo. |
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
51 |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
52 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
|
53 |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
54 From Michael Albinus <Michael.Albinus@alcatel.de>. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
55 |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
56 * README: Target for Info file is `make info'. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
57 |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
58 * files.texi (File Name Components): Fixed typos in |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
59 `file-name-sans-extension'. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
60 (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
|
61 name handlers. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
62 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
63 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
|
64 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
65 * variables.texi (File Local Variables): New function |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
66 risky-local-variable-p. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
67 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
68 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
|
69 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
70 * 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
|
71 |
46809
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
72 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
|
73 |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
74 * 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
|
75 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
|
76 |
45866
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
77 2002-06-17 Juanma Barranquero <lektu@terra.es> |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
78 |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
79 * frames.texi (Display Feature Testing): Fix typo. |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
80 |
45780
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
81 2002-06-12 Andreas Schwab <schwab@suse.de> |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
82 |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
83 * frames.texi (Initial Parameters, Resources): Fix references to |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
84 the Emacs manual. |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
85 |
45275 | 86 2002-05-13 Kim F. Storm <storm@cua.dk> |
87 | |
88 * variables.texi (Intro to Buffer-Local): Updated warning and | |
89 example relating to changing buffer inside let. | |
90 | |
49532
d4870f6c9ac0
Change email and real name.
Jan Djärv <jan.h.d@swipnet.se>
parents:
49447
diff
changeset
|
91 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
43823 | 92 |
93 * os.texi (Session Management): New node about X Session management. | |
94 | |
42825 | 95 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> |
96 | |
97 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | |
98 to which the manual corresponds, and the copyright years. | |
99 | |
100 * Makefile.in (VERSION): Set to 2.9. | |
101 | |
41672 | 102 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
103 | |
104 * elisp.texi: Change the category in @dircategory to "Emacs", to | |
105 make it consistent with info/dir. | |
106 | |
41491 | 107 2001-11-25 Miles Bader <miles@gnu.org> |
108 | |
109 * text.texi (Fields): Describe new `limit' arg in | |
110 field-beginning/field-end. | |
111 | |
41193 | 112 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
113 | |
41201 | 114 * permute-index: Don't depend on csh-specific features. Replace |
115 the interpreter name with /bin/sh. | |
116 | |
41193 | 117 * two-volume-cross-refs.txt: New file. |
118 * two.el: New file. | |
119 * spellfile: New file. | |
120 | |
41139 | 121 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
122 | |
123 * permute-index: New file. | |
124 | |
125 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
126 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
127 8+3 restricted namespace. | |
41117 | 128 |
129 * Makefile.in (infodir): Define relative to $(srcdir). | |
130 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
131 include directories list via -I switch to makeinfo. | |
132 (index.texi): Use cp if both hard and symbolic links fail. | |
133 | |
40886 | 134 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
135 | |
40897 | 136 * Makefile.in (distclean): Add. |
137 | |
40886 | 138 The following changes make ELisp manual part of the Emacs |
139 distribution: | |
140 | |
141 * Makefile.in: Add Copyright notice. | |
142 (prefix): Remove. | |
143 (infodir): Change value to "../info". | |
144 (VPATH): New variable. | |
145 (MAKE): Don't define. | |
146 (texmacrodir): Don't define. | |
147 (texinputdir): Append the existing value of TEXINPUTS. | |
148 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
149 command to be compatible with man/Makefile.in, and to put the | |
150 output into ../info. | |
40888 | 151 (info): Add target. |
40886 | 152 (installall): Target removed. |
153 | |
41117 | 154 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
40573 | 155 |
156 * tips.texi (Coding Conventions): Fix typo. | |
157 | |
40431 | 158 2001-10-23 Gerd Moellmann <gerd@gnu.org> |
159 | |
160 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
161 | |
40189 | 162 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> |
163 | |
164 * files.texi (File Name Components): Update the description of | |
165 file-name-sans-extension and file-name-extension, as they now | |
166 ignore leading dots. | |
167 | |
40111 | 168 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
169 | |
40152 | 170 * (Version 21.1 released.) |
40111 | 171 |
40043 | 172 2001-10-19 Miles Bader <miles@gnu.org> |
173 | |
174 * positions.texi (Text Lines): Describe behavior of | |
175 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
176 | |
39995 | 177 2001-10-17 Gerd Moellmann <gerd@gnu.org> |
178 | |
179 * Makefile.in (VERSION): Set to 2.8. | |
180 (manual): Use `manual-21'. | |
181 | |
42674 | 182 * elisp.texi (VERSION): Add and use it where the version |
39995 | 183 number was used. Set it to 2.8. |
184 | |
185 * intro.texi: Likewise. | |
186 | |
39884 | 187 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
188 | |
189 * files.texi (File Name Completion): Document the significance of | |
190 a trailing slash in elements of completion-ignored-extensions. | |
191 | |
39629 | 192 2001-10-06 Miles Bader <miles@gnu.org> |
193 | |
194 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
195 | |
39588 | 196 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
197 | |
198 * variables.texi (Variable Aliases): New node. | |
199 | |
39742 | 200 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
201 | |
202 * Branch for 21.1. | |
40965 | 203 |
39529 | 204 2001-10-02 Miles Bader <miles@gnu.org> |
205 | |
39532 | 206 * minibuf.texi (Minibuffer Misc): Add entries for |
207 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
208 `delete-minibuffer-contents'. | |
209 Correct description for `minibuffer-prompt-end'. | |
210 | |
39529 | 211 * text.texi (Property Search): Correct descriptions of |
212 `next-char-property-change' and `previous-char-property-change'. | |
213 Add entries for `next-single-char-property-change' and | |
214 `previous-single-char-property-change'. | |
215 Make operand names a bit more consistent. | |
216 | |
39506 | 217 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> |
218 | |
219 * frames.texi (Finding All Frames): Document that next-frame and | |
220 previous-frame are local to current terminal. | |
221 | |
39470 | 222 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> |
223 | |
224 * keymaps.texi (Creating Keymaps): Fix the description of the | |
40965 | 225 result of make-keymap. |
39470 | 226 |
39405 | 227 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> |
228 | |
229 * display.texi (Font Lookup, Attribute Functions) | |
230 (Image Descriptors): Add cross-references to the definition of | |
231 selected frame. | |
232 | |
233 * buffers.texi (The Buffer List): Add cross-references to the | |
234 definition of selected frame. | |
235 | |
236 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
237 frame at any given time. | |
238 (Multiple Displays, Size and Position): Add a cross-reference to | |
239 the definition of the selected frame. | |
240 | |
39211 | 241 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
242 | |
243 * strings.texi (String Conversion) <string-to-number>: Document | |
244 that a float is returned for integers that are too large. | |
245 | |
246 * frames.texi (Mouse Position): Document mouse-position-function. | |
247 (Display Feature Testing): Document display-images-p. | |
248 (Window Frame Parameters): Document the cursor-type variable. | |
249 | |
250 * numbers.texi (Integer Basics): Document CL style read syntax for | |
251 integers in bases other than 10. | |
252 | |
253 * positions.texi (List Motion): Document | |
254 open-paren-in-column-0-is-defun-start. | |
255 | |
256 * lists.texi (Sets And Lists): Document member-ignore-case. | |
257 | |
258 * internals.texi (Garbage Collection): Document the used and free | |
259 strings report. | |
260 (Memory Usage): Document strings-consed. | |
261 | |
262 * os.texi (Time of Day): Document float-time. | |
263 (Recording Input): Document that clear-this-command-keys clears | |
264 the vector to be returned by recent-keys. | |
265 | |
266 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
267 argument keymap can be a list. | |
268 | |
269 * nonascii.texi (User-Chosen Coding Systems) | |
270 <select-safe-coding-system>: Document the new argument | |
271 accept-default-p and the variable | |
272 select-safe-coding-system-accept-default-p. Tell what happens if | |
273 buffer-file-coding-system is undecided. | |
274 (Default Coding Systems): Document auto-coding-regexp-alist. | |
275 | |
276 * display.texi (The Echo Area) <message>: Document | |
277 message-truncate-lines. | |
278 (Glyphs): Document that the glyph table is unused on windowed | |
279 displays. | |
280 | |
281 * help.texi (Describing Characters) <single-key-description>: | |
282 Document the new argument no-angles. | |
283 (Accessing Documentation) <documentation-property>: Document that | |
284 a non-string property is evaluated. | |
285 <documentation>: Document that the function-documentation property | |
286 is looked for. | |
287 | |
288 * windows.texi (Selecting Windows): Document some-window. | |
289 | |
290 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
291 | |
292 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
293 apropos-mode-hook. | |
294 | |
295 * commands.texi (Using Interactive): Document interactive-form. | |
296 (Keyboard Macros): Document kbd-macro-termination-hook. | |
297 (Command Loop Info): Document that clear-this-command-keys clears | |
298 the vector to be returned by recent-keys. | |
299 | |
39112 | 300 2001-09-04 Werner LEMBERG <wl@gnu.org> |
301 | |
302 * Makefile.in (srcdir, texinputdir): New variables. | |
303 (srcs, index.texi, install): Use $(srcdir). | |
304 (.PHONY): Remove elisp.dvi. | |
305 (elisp): Use -I switch for makeinfo. | |
306 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
307 (installall, dist): Use $(srcdir). | |
308 Fix path to texinfo.tex. | |
309 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
310 | |
39030 | 311 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
312 | |
39034 | 313 * display.texi (Conditional Display): Adjust to API change. |
314 | |
39030 | 315 * configure: New file. |
316 | |
38604 | 317 2001-07-30 Gerd Moellmann <gerd@gnu.org> |
318 | |
319 * commands.texi (Repeat Events): Add description of | |
320 double-click-fuzz. | |
321 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
322 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
323 |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
324 * syntax.texi (Syntax Class Table): Add the missing designator for |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
325 comment and string fences. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
326 (Syntax Properties): Add a xref to syntax table internals. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
327 (Syntax Table Internals): Document string-to-syntax. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
328 |
37606 | 329 2001-05-07 Gerd Moellmann <gerd@gnu.org> |
330 | |
331 * Makefile.in (install): Use install-info command line options | |
332 like in Emacs' Makefile.in. | |
333 | |
34391 | 334 2000-12-09 Miles Bader <miles@gnu.org> |
335 | |
336 * windows.texi (Window Start): Update documentation for | |
337 `pos-visible-in-window-p'. | |
338 | |
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
339 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
340 |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
341 * 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
|
342 to the end of a list. |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
343 |
32860 | 344 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
345 | |
346 * files.texi (Visiting Functions): Typos. | |
347 | |
32841 | 348 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
349 | |
350 * files.texi (Visiting Functions): Return value of | |
351 find-file-noselect may be a list of buffers if wildcards are used. | |
352 | |
32803 | 353 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
354 | |
355 * display.texi (Defining Faces): Document `graphic' display type | |
356 in face specs. | |
357 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
358 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
|
359 |
37606 | 360 * 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
|
361 `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
|
362 |
37606 | 363 * frames.texi (Creating Frames): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
364 |
37606 | 365 * 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
|
366 |
32556 | 367 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
368 | |
369 * display.texi (Other Image Types): Add description of :foreground | |
370 and :background properties of mono PBM images. | |
371 | |
30904 | 372 2000-08-17 Werner LEMBERG <wl@gnu.org> |
373 | |
374 * .cvsignore: New file. | |
375 | |
27188 | 376 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
377 | |
378 * tindex.pl: New script. | |
379 | |
26695 | 380 1999-12-03 Dave Love <fx@gnu.org> |
381 | |
382 * Makefile.in (MAKEINFO): New parameter. | |
383 | |
26693 | 384 1999-09-17 Richard Stallman <rms@gnu.org> |
385 | |
386 * Makefile.in (srcs): Add hash.texi. | |
387 (VERSION): Update to 20.6. | |
388 | |
389 1999-09-13 Richard Stallman <rms@gnu.org> | |
390 | |
391 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
392 | |
393 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
394 | |
395 * configure.in: New file. | |
396 * Makefile.in: Renamed from Makefile. | |
397 (prefix, infodir): Use value obtained from configure. | |
398 (emacslibdir): Obsolete variable deleted. | |
399 (dist): Distribute configure.in, configure, Makefile.in. | |
400 | |
401 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
402 | |
403 * Makefile (INSTALL_INFO): New variable. | |
404 (install): Run install-info. | |
405 | |
406 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
407 | |
408 * Makefile (elisp.dvi): Add missing backslash. | |
409 | |
410 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
411 | |
412 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
413 Run texindex without `./'. Always run texindex on elisp.tp. | |
414 (elisp.tps): Target deleted. | |
415 | |
416 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
417 | |
418 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
419 (dist): Start by deleting `temp'. | |
420 | |
421 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
422 | |
423 * Makefile (makeinfo, texindex): Targets deleted. | |
424 (makeinfo.o, texindex.o): Targets deleted. | |
425 (clean, dist): Don't do anything with them or with getopt*. | |
426 | |
427 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
428 | |
429 * Makefile (SHELL): Defined. | |
430 | |
431 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
432 | |
433 * Makefile (elisp.tps): New target. | |
434 (elisp.dvi): Depend on elisp.tps. | |
435 | |
436 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
437 | |
438 * README: Update phone number. | |
439 | |
440 * Makefile (elisp): Make this be the default target. | |
441 Depend on makeinfo.c instead of makeinfo. | |
442 (install): Don't depend on elisp.dvi, since we don't install that. | |
443 Use mkinstalldirs. | |
444 (dist): Add mkinstalldirs. | |
445 | |
446 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
447 | |
448 * Makefile (VERSION): Update version number. | |
449 (maintainer-clean): Renamed from realclean. | |
450 | |
451 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
452 | |
453 * Makefile (realclean): New target. | |
454 (elisp): Remove any old elisp-* files first. | |
455 | |
456 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
457 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
458 * Makefile (VERSION): New variable. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
459 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
460 Compressed file suffix should be `.gz', not `.z'. |
26693 | 461 |
462 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
463 | |
464 * Makefile (elisp): Depend on makeinfo. | |
465 | |
466 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
467 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
468 * Makefile (srcs): Add anti.texi. |
26693 | 469 |
470 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
471 | |
472 * Makefile (infodir, prefix): New vars. | |
473 (install): Use infodir. | |
474 (emacsinfodir): Deleted. | |
475 | |
476 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
477 | |
478 * Makefile (srcs): Add calendar.texi. | |
479 | |
480 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
481 Limit elisp-* files to those with one or two digits. | |
482 | |
483 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
484 | |
485 * Makefile (dist): Changed to use Gzip instead of compress. | |
486 | |
487 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
488 | |
489 * loading.texi (Unloading): define-function changed back to | |
490 defalias. It may not stay this way, but at least it's | |
491 consistent with the known-good version of the code patch. | |
492 | |
493 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
494 | |
495 * modes.texi (Hooks): Document new optional arg of add-hook. | |
496 | |
497 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
498 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
499 * variables.texi: Document nil initial value of buffer-local variables. |
26693 | 500 |
501 * tips.texi: Add new section on standard library headers. | |
502 | |
503 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
504 | |
505 * Makefile (srcs): Add frame.texi to the list of sources. | |
506 | |
507 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
508 | |
509 * Makefile (dist): Don't bother excluding autosave files; they'll | |
510 never make it into the temp directory anyway, and the hash marks | |
511 in the name are problematic for make and the Bourne shell. | |
40965 | 512 (srcs): |
26693 | 513 |
514 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
515 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
516 * Makefile (dist): Don't include backup files or autosave files in |
26693 | 517 the distribution tar file. |
518 | |
40965 | 519 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
26693 | 520 |
521 * Makefile (srcs): Added index.perm. | |
522 (elisp.dvi): Remove erroneous shell comment. | |
523 Expect output of permute-index in permuted.fns. | |
524 Save old elisp.aux in elisp.oaux. | |
525 (clean): Added index.texi to be deleted. | |
526 | |
40965 | 527 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 528 |
529 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
530 | |
40965 | 531 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech) |
26693 | 532 |
533 * files.texi: Noted that completion-ignored-extensions is ignored | |
534 when making *Completions*. | |
535 | |
536 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
537 | |
538 * Makefile make dist now depends on elisp.dvi, since it tries | |
539 to include it in the dist file. | |
540 | |
40965 | 541 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu) |
26693 | 542 |
543 * functions.texinfo (Mapping Functions): Add missing quote | |
544 | |
40965 | 545 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 546 |
547 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
548 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
549 | |
40965 | 550 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 551 |
552 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
553 and @error{} are the terms now being used. The files in the | |
554 directory have been changed to reflect this. | |
555 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
556 * All instances of @indentedresultt{} have been changed to |
26693 | 557 ` @result{}', using 5 spaces at the begining of the line. |
558 | |
40965 | 559 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 560 |
561 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
562 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
563 the texinfo.tex in this directory. These TeX macros are not | |
564 stable yet. | |
565 | |
40965 | 566 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 567 |
568 * texinfo.tex: temporarily added | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
569 \let\result=\dblarrow |
26693 | 570 \def\error{{\it ERROR} \longdblarrow} |
571 We need to do this better soon. | |
572 | |
40965 | 573 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 574 |
575 * Applied Karl Berry's patches to *.texinfo files, but not to | |
576 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
577 new title page format is also not applied, since it requires | |
578 texinfo.tex changes.) | |
579 | |
580 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
581 for the Project GNU development environment. | |
582 | |
41117 | 583 ;; Local Variables: |
584 ;; coding: iso-2022-7bit-unix | |
585 ;; End: | |
39627 | 586 |
587 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | |
588 Copying and distribution of this file, with or without modification, | |
589 are permitted provided the copyright notice and this notice are preserved. |