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