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