12001-05-07  Martin Schwenke  <martins@bluey.meltin.net>
2
3	* configure.in:
4	Also added check for SIZEOF_LONG (in previous check-in).  Thanks
5	to Gilles Peskine <Gilles.Peskine@ens.fr> for reporting that this
6	was needed on a 64-bit machine (Alpha).
7
8	* Makefile.in: Releasing version 3.12.4.
9
10	* configure.in:
11	Added socklen_t check from XEmacs.  Thanks to Geert Kloosterman
12	<geertk@ai.rug.nl> for reporting the need for this on HP-UX.
13
14	* acconfig.h: Added socklen_t.
15
16	* aclocal.m4: New file.
17
18	* README:
19	- Added section on linking problems.  Thanks to Geert Kloosterman
20	  <geertk@ai.rug.nl> for helping to figure out exactly what was going
21	  wrong on HP-UX.
22
23	- Took out known problem about LONGBITS under Solaris 2.6.  This
24	  should now be fixed.
25
262001-04-23  Martin Schwenke  <martins@bluey.meltin.net>
27
28	* config.h.bot: New file.
29
302001-03-30  Martin Schwenke  <martins@bluey.meltin.net>
31
32	* acconfig.h, configure.in: New file.
33
342001-03-15  Martin Schwenke  <martin@meltin.net>
35
36	* Makefile.in: Bumped version number.
37
38	* README: Fixed XEmacs version number.
39
402001-02-12  Martin Schwenke  <martin@meltin.net>
41
42	* Makefile.in: Now uses $(INSTALL_SCRIPT) to install scripts.
43	Thanks to Ilya Martynov <m_ilya@agava.com>.
44
45	* Makefile.in: Change of version because of changed e-mail address.
46
47	* README, gnuserv-compat.el: Changed e-mail address.
48
492001-01-31  Martin Schwenke  <martins@linuxcare.com.au>
50
51	* Makefile.in: Added sysfile.h to DIST_HDRS.
52
53	* Makefile.in:
54	Bumped up the version number to reflect that this is the version from
55	xemacs-21.2.43.
56
57	* README: Changed version number.
58
59	* gnuclient.c:
60	Upgraded to version from xemacs-21.2.43 and re-patched to handle the
61	configure options relating to sockets and IPC.
62
63	* getopt.h: Upgraded to version from xemacs-21.2.43.
64
65	* getopt.h: New file.
66
67	* getopt.c: Upgraded to version from xemacs-21.2.43.
68
69	* getopt.c: New file.
70
71	* gnuserv.1: Upgraded to version from xemacs-21.2.43.
72
73	* gnuserv.1: New file.
74
75	* gnuserv.c, gnuserv.el: Upgraded to version from xemacs-21.2.43.
76
77	* gnuserv.h:
78	Upgraded to version from xemacs-21.2.43 and re-patched to handle the
79	configure options relating to sockets and IPC.
80
81	* gnuslib.c:
82	Upgraded to version from xemacs-21.2.43 and re-patched to move #endif
83	for sockets above read_line function, since this is needed for
84	IPC-only version to link.
85
86	* gnudoit, gnuserv.c, gnuserv.el: New file.
87
882000-10-20  Martin Schwenke  <martins@linuxcare.com.au>
89
90	* README:
91	Added delete-frame hack and extra credit for xauth work-around.
92
932000-10-19  Martin Schwenke  <martins@linuxcare.com.au>
94
95	* README:
96	Documented work-around for SSH problems.  Thanks to Martin Thornquist
97	<martint@ifi.uio.no>.
98
992000-08-28  Martin Schwenke  <martins@linuxcare.com.au>
100
101	* README:
102	Added comment about lack of tty (-nw) functionality.  Reported again,
103	this time by Steve Ihde <sihde@CS.Stanford.EDU>.
104
105	* README: Indicate that 19.34 - 20.7 have been tested.
106
107	* Makefile.in: Changed version number to reflect minor changes.
108
109	* gnuserv-compat.el:
110	- Changed comment to indicate that 19.34 - 20.7 have been tested.
111	- Added docstring and interactive flag to autoload instructions.
112
1132000-08-25  Martin Schwenke  <martins@linuxcare.com.au>
114
115	* Makefile.in: Added ChangeLog to dist files.
116
117	* README: Fixed comment about customisation.
118
119	* gnuserv-compat.el:
120	- Added Emacs 19.34 changes by Ronan Waide <waider@scope.ie>.
121	- Changed my e-mail address.
122
123	* Makefile.in: Fixed copyright years.
124
125	* README: Changed to Linuxcare address.
126
127	* README: Removed comment about gnuserv-compat.el not compiling.
128
129	* Makefile.in: Added compile of gnuserv-compat.el thanks to
130	  Geert Kloosterman <geertk@tcw3.ppsw.rug.nl>.
131
132	* Makefile.in: New file.
133
1342000-06-05  Martin Schwenke  <martins@linuxcare.com.au>
135
136	* README: Reflect code changes.
137
138	* gnuserv.h:
139	Removed default communication scheme selection.  If user didn't want
140	any of them, then they won't get any...
141
142	* gnuslib.c:
143	Moved #endif above read_line to make it unconditionally available.
144
145	* gnuclient.c: Moved definition of msgp to global scope.
146
147	* gnuslib.c, README: New file.
148
1492000-06-02  Martin Schwenke  <martins@linuxcare.com.au>
150
151	* gnuserv.h:
152	Cleaned up choice of INTERNET_DOMAIN_SOCKETS, UNIX_DOMAIN_SOCKETS and
153	SYSV_IPC stuff so that it depends on the config.h.
154
155	* gnuclient.c: Made things work without Internet domain sockets.
156
157	* gnuclient.c, gnuserv.h: New file.
158
1591999-11-24  martin  <martin@rover>
160
161	* gnuserv-compat.el: Fixed typo in autoload doco.
162
163	* gnuserv-compat.el:
164	Added definition of temp-directory.  Is this for 20.4 or 19.34?
165
1661999-07-25  martin  <martin@rover>
167
168	* gnuserv-compat.el: - Changed e-mail address.
169	- Cleanups.
170
1711999-02-28  Martin Schwenke  <martins@linuxcare.com.au>
172
173	* gnuserv-compat.el: New file.
174
175