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