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