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