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