comparison src/ChangeLog @ 58071:253aa382ba57

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 09 Nov 2004 09:40:07 +0000
parents 3d3c06296275
children 7d999162c646
comparison
equal deleted inserted replaced
58070:3d3c06296275 58071:253aa382ba57
1 2004-11-09 Kim F. Storm <storm@cua.dk>
2
3 * process.c (Fmake_network_process): Remove kludge for interrupted
4 connects on BSD. If connect is interrupted, just close socket and
5 start over rather than sleeping and retry with same socket.
6
1 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * .cvsignore: Add buildobj.lst. 9 * .cvsignore: Add buildobj.lst.
4 10
5 * doc.c: New variable Vbuild_files. 11 * doc.c: New variable Vbuild_files.
9 (syms_of_doc): Defvar Vbuild_files. 15 (syms_of_doc): Defvar Vbuild_files.
10 16
11 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o 17 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
12 and w32*.o. 18 and w32*.o.
13 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. 19 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
14 (mostlyclean): rm buildobj.lst 20 (mostlyclean): rm buildobj.lst
15 21
16 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs 22 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
17 is linked. 23 is linked.
18 24
19 2004-11-09 Kim F. Storm <storm@cua.dk> 25 2004-11-09 Kim F. Storm <storm@cua.dk>