comparison src/ChangeLog @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children a145efe76779
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
1 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
2 Initial MS Windows NT support.
3 * unexnt.c: New file.
4
5 * ntproc.c: New file.
6
7 * ntheap.h: New file.
8
9 * ntheap.c: New file.
10
11 * nt.h: New file.
12
13 * nt.c: New file.
14
15 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
16
17 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
18
19 * gmalloc.c: Guard __getpagesize definition against glibc 2.
20
21 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
22
23 * Makefile.in.in (lisp): Snarf docstrings from new file
24 itimer-autosave.elc.
25
26 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
27
28 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
29 freezing bug.
30
31 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
32
33 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
34
35 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
36
37 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
38
39 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
40
41 * print.c (Ferror_message_string): New function, ported from Emacs
42 19.34.
43 (print_error_message): Ditto.
44
45 * extents.c (verify_extent_mapper): Experimental deletion of code
46 to allow deletion of read-only extents.
47
48 * symbols.c (hash_string): Replace algorithm with one given in
49 Aho, Sethi & Ullman.
50
51 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
52
53 * keymap.c (lookup_keys): Wrong sense in test.
54
55 * Makefile.in.in: Dont dump font.elc.
56
1 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org> 57 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
2 58
3 * cmds.c: Define new symbol signal-error-on-buffer-boundary. 59 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
4 (Fforward_char): Use it. 60 (Fforward_char): Use it.
5 (Fbackward_char): Use it. 61 (Fbackward_char): Use it.