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