comparison src/ChangeLog @ 4992:ef3b2f38dd7c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:05:16 -0600
parents 97c45e3ad810 4cfb6aeb989d
children 76af7fc13e81
comparison
equal deleted inserted replaced
4991:97c45e3ad810 4992:ef3b2f38dd7c
5 * database.c (struct): 5 * database.c (struct):
6 Use TRUST_NDBM_H_PROTOTYPES to determine whether to include ndbm.h 6 Use TRUST_NDBM_H_PROTOTYPES to determine whether to include ndbm.h
7 or to specify our own prototypes, in place of CYGWIN_HEADERS (or 7 or to specify our own prototypes, in place of CYGWIN_HEADERS (or
8 more generally, any random list of systems). 8 more generally, any random list of systems).
9 * depend: Regenerate. 9 * depend: Regenerate.
10
11 2010-02-05 Ben Wing <ben@xemacs.org>
12
13 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
14 Cast pointer when storing value to avoid problems because some
15 store vars are Extbyte * and some are LPTSTR.
16
17 2010-02-05 Jerry James <james@xemacs.org>
18
19 * s/sco7.h: Add copyright and license header with the permission of
20 Ron Record, the author.
21
22 2010-02-05 Ben Wing <ben@xemacs.org>
23
24 * depend:
25 Regenerate.
26 * make-src-depend (PrintPatternDeps):
27 Remove refs to xgccache, no longer existent.
28
29 * select-gtk.c (THIS_IS_GTK):
30 * select-gtk.c (gtk_decline_selection_request):
31 * select-x.c (THIS_IS_X):
32 * select-xlike-inc.c:
33 * select-xlike-inc.c (selection_data_to_lisp_data):
34 Rename PROCESSING_X_CODE to THIS_IS_X and PROCESSING_GTK_CODE to
35 THIS_SI_GTK for consistency with other xlike code.
36
37 Rename select-xlike-inc.c from select-common.h, in keeping with
38 xlike terminology.
10 39
11 2010-02-05 Ben Wing <ben@xemacs.org> 40 2010-02-05 Ben Wing <ben@xemacs.org>
12 41
13 * console-msw.c (write_string_to_mswindows_debugging_output): 42 * console-msw.c (write_string_to_mswindows_debugging_output):
14 * console-msw.c (Fmswindows_message_box): 43 * console-msw.c (Fmswindows_message_box):