comparison src/ChangeLog @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children cf808b4c4290
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
1 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
2
3 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
4 site-loaded lisp files.
5
6 * alloc.c (report_pure_usage): Adjust restart message.
7
8 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
9
10 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
11
12 * alloc.c (PURESIZE_h): New function.
13 (report_pure_usage): Use it. If PURESIZE is not the right amount,
14 use the correct value.
15
16 * puresize.h: Use dynamic computation of PURESIZE.
17
18 * PURESIZE.h: New file.
19
20 * fns.c (Frandom): Fix docstring.
21
22 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
23
24 * process.c (record_exited_processes): Fix obvious typo in
25 checking for SIGCLD.
26
27 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
28
29 * scrollbar.c (update_scrollbar_instance): Fix for
30 all-hail-xemacs scrollbar drag bug.
31
32 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
33 as end-of-buffer does, instead of hostile Frecenter(0). Makes
34 C-button-1 on down-arrow friendlier.
35
1 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au> 36 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
2 Initial MS Windows NT support. 37 Initial MS Windows NT support.
3 * unexnt.c: New file. 38 * unexnt.c: New file.
4 39
5 * ntproc.c: New file. 40 * ntproc.c: New file.