Mercurial > emacs
annotate lispref/ChangeLog @ 39884:8679e420d970
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Oct 2001 12:33:52 +0000 |
parents | 1985c223de10 |
children | 3b94e72a1282 |
rev | line source |
---|---|
39884 | 1 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * files.texi (File Name Completion): Document the significance of | |
4 a trailing slash in elements of completion-ignored-extensions. | |
5 | |
39629 | 6 2001-10-06 Miles Bader <miles@gnu.org> |
7 | |
8 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
9 | |
39588 | 10 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
11 | |
12 * variables.texi (Variable Aliases): New node. | |
13 | |
39742 | 14 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
15 | |
16 * Branch for 21.1. | |
17 | |
39529 | 18 2001-10-02 Miles Bader <miles@gnu.org> |
19 | |
39532 | 20 * minibuf.texi (Minibuffer Misc): Add entries for |
21 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
22 `delete-minibuffer-contents'. | |
23 Correct description for `minibuffer-prompt-end'. | |
24 | |
39529 | 25 * text.texi (Property Search): Correct descriptions of |
26 `next-char-property-change' and `previous-char-property-change'. | |
27 Add entries for `next-single-char-property-change' and | |
28 `previous-single-char-property-change'. | |
29 Make operand names a bit more consistent. | |
30 | |
39506 | 31 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> |
32 | |
33 * frames.texi (Finding All Frames): Document that next-frame and | |
34 previous-frame are local to current terminal. | |
35 | |
39470 | 36 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> |
37 | |
38 * keymaps.texi (Creating Keymaps): Fix the description of the | |
39 result of make-keymap. | |
40 | |
39405 | 41 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> |
42 | |
43 * display.texi (Font Lookup, Attribute Functions) | |
44 (Image Descriptors): Add cross-references to the definition of | |
45 selected frame. | |
46 | |
47 * buffers.texi (The Buffer List): Add cross-references to the | |
48 definition of selected frame. | |
49 | |
50 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
51 frame at any given time. | |
52 (Multiple Displays, Size and Position): Add a cross-reference to | |
53 the definition of the selected frame. | |
54 | |
39211 | 55 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
56 | |
57 * strings.texi (String Conversion) <string-to-number>: Document | |
58 that a float is returned for integers that are too large. | |
59 | |
60 * frames.texi (Mouse Position): Document mouse-position-function. | |
61 (Display Feature Testing): Document display-images-p. | |
62 (Window Frame Parameters): Document the cursor-type variable. | |
63 | |
64 * numbers.texi (Integer Basics): Document CL style read syntax for | |
65 integers in bases other than 10. | |
66 | |
67 * positions.texi (List Motion): Document | |
68 open-paren-in-column-0-is-defun-start. | |
69 | |
70 * lists.texi (Sets And Lists): Document member-ignore-case. | |
71 | |
72 * internals.texi (Garbage Collection): Document the used and free | |
73 strings report. | |
74 (Memory Usage): Document strings-consed. | |
75 | |
76 * os.texi (Time of Day): Document float-time. | |
77 (Recording Input): Document that clear-this-command-keys clears | |
78 the vector to be returned by recent-keys. | |
79 | |
80 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
81 argument keymap can be a list. | |
82 | |
83 * nonascii.texi (User-Chosen Coding Systems) | |
84 <select-safe-coding-system>: Document the new argument | |
85 accept-default-p and the variable | |
86 select-safe-coding-system-accept-default-p. Tell what happens if | |
87 buffer-file-coding-system is undecided. | |
88 (Default Coding Systems): Document auto-coding-regexp-alist. | |
89 | |
90 * display.texi (The Echo Area) <message>: Document | |
91 message-truncate-lines. | |
92 (Glyphs): Document that the glyph table is unused on windowed | |
93 displays. | |
94 | |
95 * help.texi (Describing Characters) <single-key-description>: | |
96 Document the new argument no-angles. | |
97 (Accessing Documentation) <documentation-property>: Document that | |
98 a non-string property is evaluated. | |
99 <documentation>: Document that the function-documentation property | |
100 is looked for. | |
101 | |
102 * windows.texi (Selecting Windows): Document some-window. | |
103 | |
104 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
105 | |
106 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
107 apropos-mode-hook. | |
108 | |
109 * commands.texi (Using Interactive): Document interactive-form. | |
110 (Keyboard Macros): Document kbd-macro-termination-hook. | |
111 (Command Loop Info): Document that clear-this-command-keys clears | |
112 the vector to be returned by recent-keys. | |
113 | |
39112 | 114 2001-09-04 Werner LEMBERG <wl@gnu.org> |
115 | |
116 * Makefile.in (srcdir, texinputdir): New variables. | |
117 (srcs, index.texi, install): Use $(srcdir). | |
118 (.PHONY): Remove elisp.dvi. | |
119 (elisp): Use -I switch for makeinfo. | |
120 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
121 (installall, dist): Use $(srcdir). | |
122 Fix path to texinfo.tex. | |
123 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
124 | |
39030 | 125 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
126 | |
39034 | 127 * display.texi (Conditional Display): Adjust to API change. |
128 | |
39030 | 129 * configure: New file. |
130 | |
38604 | 131 2001-07-30 Gerd Moellmann <gerd@gnu.org> |
132 | |
133 * commands.texi (Repeat Events): Add description of | |
134 double-click-fuzz. | |
135 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
136 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
137 |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
138 * syntax.texi (Syntax Class Table): Add the missing designator for |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
139 comment and string fences. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
140 (Syntax Properties): Add a xref to syntax table internals. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
141 (Syntax Table Internals): Document string-to-syntax. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
142 |
37606 | 143 2001-05-07 Gerd Moellmann <gerd@gnu.org> |
144 | |
145 * Makefile.in (install): Use install-info command line options | |
146 like in Emacs' Makefile.in. | |
147 | |
34391 | 148 2000-12-09 Miles Bader <miles@gnu.org> |
149 | |
150 * windows.texi (Window Start): Update documentation for | |
151 `pos-visible-in-window-p'. | |
152 | |
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
153 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
154 |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
155 * 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
|
156 to the end of a list. |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
157 |
32860 | 158 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
159 | |
160 * files.texi (Visiting Functions): Typos. | |
161 | |
32841 | 162 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
163 | |
164 * files.texi (Visiting Functions): Return value of | |
165 find-file-noselect may be a list of buffers if wildcards are used. | |
166 | |
32803 | 167 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
168 | |
169 * display.texi (Defining Faces): Document `graphic' display type | |
170 in face specs. | |
171 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
172 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
|
173 |
37606 | 174 * 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
|
175 `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
|
176 |
37606 | 177 * frames.texi (Creating Frames): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
178 |
37606 | 179 * 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
|
180 |
32556 | 181 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
182 | |
183 * display.texi (Other Image Types): Add description of :foreground | |
184 and :background properties of mono PBM images. | |
185 | |
30904 | 186 2000-08-17 Werner LEMBERG <wl@gnu.org> |
187 | |
188 * .cvsignore: New file. | |
189 | |
27188 | 190 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
191 | |
192 * tindex.pl: New script. | |
193 | |
26695 | 194 1999-12-03 Dave Love <fx@gnu.org> |
195 | |
196 * Makefile.in (MAKEINFO): New parameter. | |
197 | |
26693 | 198 1999-09-17 Richard Stallman <rms@gnu.org> |
199 | |
200 * Makefile.in (srcs): Add hash.texi. | |
201 (VERSION): Update to 20.6. | |
202 | |
203 1999-09-13 Richard Stallman <rms@gnu.org> | |
204 | |
205 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
206 | |
207 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
208 | |
209 * configure.in: New file. | |
210 * Makefile.in: Renamed from Makefile. | |
211 (prefix, infodir): Use value obtained from configure. | |
212 (emacslibdir): Obsolete variable deleted. | |
213 (dist): Distribute configure.in, configure, Makefile.in. | |
214 | |
215 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
216 | |
217 * Makefile (INSTALL_INFO): New variable. | |
218 (install): Run install-info. | |
219 | |
220 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
221 | |
222 * Makefile (elisp.dvi): Add missing backslash. | |
223 | |
224 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
225 | |
226 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
227 Run texindex without `./'. Always run texindex on elisp.tp. | |
228 (elisp.tps): Target deleted. | |
229 | |
230 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
231 | |
232 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
233 (dist): Start by deleting `temp'. | |
234 | |
235 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
236 | |
237 * Makefile (makeinfo, texindex): Targets deleted. | |
238 (makeinfo.o, texindex.o): Targets deleted. | |
239 (clean, dist): Don't do anything with them or with getopt*. | |
240 | |
241 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
242 | |
243 * Makefile (SHELL): Defined. | |
244 | |
245 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
246 | |
247 * Makefile (elisp.tps): New target. | |
248 (elisp.dvi): Depend on elisp.tps. | |
249 | |
250 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
251 | |
252 * README: Update phone number. | |
253 | |
254 * Makefile (elisp): Make this be the default target. | |
255 Depend on makeinfo.c instead of makeinfo. | |
256 (install): Don't depend on elisp.dvi, since we don't install that. | |
257 Use mkinstalldirs. | |
258 (dist): Add mkinstalldirs. | |
259 | |
260 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
261 | |
262 * Makefile (VERSION): Update version number. | |
263 (maintainer-clean): Renamed from realclean. | |
264 | |
265 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
266 | |
267 * Makefile (realclean): New target. | |
268 (elisp): Remove any old elisp-* files first. | |
269 | |
270 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
271 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
272 * Makefile (VERSION): New variable. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
273 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
274 Compressed file suffix should be `.gz', not `.z'. |
26693 | 275 |
276 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
277 | |
278 * Makefile (elisp): Depend on makeinfo. | |
279 | |
280 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
281 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
282 * Makefile (srcs): Add anti.texi. |
26693 | 283 |
284 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
285 | |
286 * Makefile (infodir, prefix): New vars. | |
287 (install): Use infodir. | |
288 (emacsinfodir): Deleted. | |
289 | |
290 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
291 | |
292 * Makefile (srcs): Add calendar.texi. | |
293 | |
294 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
295 Limit elisp-* files to those with one or two digits. | |
296 | |
297 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
298 | |
299 * Makefile (dist): Changed to use Gzip instead of compress. | |
300 | |
301 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
302 | |
303 * loading.texi (Unloading): define-function changed back to | |
304 defalias. It may not stay this way, but at least it's | |
305 consistent with the known-good version of the code patch. | |
306 | |
307 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
308 | |
309 * modes.texi (Hooks): Document new optional arg of add-hook. | |
310 | |
311 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
312 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
313 * variables.texi: Document nil initial value of buffer-local variables. |
26693 | 314 |
315 * tips.texi: Add new section on standard library headers. | |
316 | |
317 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
318 | |
319 * Makefile (srcs): Add frame.texi to the list of sources. | |
320 | |
321 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
322 | |
323 * Makefile (dist): Don't bother excluding autosave files; they'll | |
324 never make it into the temp directory anyway, and the hash marks | |
325 in the name are problematic for make and the Bourne shell. | |
326 (srcs): | |
327 | |
328 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
329 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
330 * Makefile (dist): Don't include backup files or autosave files in |
26693 | 331 the distribution tar file. |
332 | |
333 Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) | |
334 | |
335 * Makefile (srcs): Added index.perm. | |
336 (elisp.dvi): Remove erroneous shell comment. | |
337 Expect output of permute-index in permuted.fns. | |
338 Save old elisp.aux in elisp.oaux. | |
339 (clean): Added index.texi to be deleted. | |
340 | |
341 Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
342 | |
343 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
344 | |
345 Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech) | |
346 | |
347 * files.texi: Noted that completion-ignored-extensions is ignored | |
348 when making *Completions*. | |
349 | |
350 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
351 | |
352 * Makefile make dist now depends on elisp.dvi, since it tries | |
353 to include it in the dist file. | |
354 | |
355 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu) | |
356 | |
357 * functions.texinfo (Mapping Functions): Add missing quote | |
358 | |
359 Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
360 | |
361 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
362 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
363 | |
364 Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
365 | |
366 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
367 and @error{} are the terms now being used. The files in the | |
368 directory have been changed to reflect this. | |
369 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
370 * All instances of @indentedresultt{} have been changed to |
26693 | 371 ` @result{}', using 5 spaces at the begining of the line. |
372 | |
373 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
374 | |
375 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
376 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
377 the texinfo.tex in this directory. These TeX macros are not | |
378 stable yet. | |
379 | |
380 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
381 | |
382 * texinfo.tex: temporarily added | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
383 \let\result=\dblarrow |
26693 | 384 \def\error{{\it ERROR} \longdblarrow} |
385 We need to do this better soon. | |
386 | |
387 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
388 | |
389 * Applied Karl Berry's patches to *.texinfo files, but not to | |
390 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
391 new title page format is also not applied, since it requires | |
392 texinfo.tex changes.) | |
393 | |
394 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
395 for the Project GNU development environment. | |
396 | |
39627 | 397 |
398 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | |
399 Copying and distribution of this file, with or without modification, | |
400 are permitted provided the copyright notice and this notice are preserved. |