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