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