12015-03-31  Peter Breitenlohner  <peb@mppmu.mpg.de>
2
3	* mftalk.h (new): Moved to here from ../mftalk.h.
4	* Makefile.am: Adapted.
5
62014-01-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
7
8	* x11-Xlib.c: Cast screenwidth, screendepth to 'unsigned int'.
9
102013-07-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
11
12	* tek.c: Replace bzero(t, l) => memset(t, 0, l) and bcmp() =>
13	memcmp().
14
152012-11-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
16
17	* Makefile.am: Avoid use of deprecated INCLUDES.
18
192012-07-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
20
21	* win32.c: Avoid TL W32TeX differences.
22
232010-02-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
24
25	* mfdisplay.h: New file with protos for display routines.
26	* Makefile.am: Add the new file.
27
28	* amiga.c, epsf.c, mftalk.c
29	#include <mfdisplay.h>, mf_*_initscreen returns int.
30
31	* hp2627.c, next.c, regis.c, suntools.c, tek.c, uniterm.c
32	#include <mfdisplay.h>.
33
34	* trap.c: mf_trap_initscreen() returns int.
35	#include <mfdisplay.h> and drop externs.
36
37	* win32.c: #include <mfdisplay.h>.
38	Do not skip Win32Error() for MinGW32, add static forward decl.
39	Drop unused variables szAppName, black, and white.
40
41	* x11-Xlib.c, x11-Xt.c: #include <mfdisplay.h> and drop externs.
42
432010-01-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
44
45	* amiga.c, win32.c: Current METAFONT Version is 2.718281.
46
472009-12-23  Karl Berry  <karl@tug.org>
48
49	* mftalk.c: doc fix.
50
512009-06-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
52
53	* epsf.c, hp2627.c, mftalk.c, next.c, regis.c, suntools.c,
54	tek.c, uniterm.c, win32.c: drop P?C, P?H, use ANSI C function
55	declarations.
56
572009-06-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
58
59	* Makefile.am (AM_CFLAGS): enable compiler warnings.
60	* trap.c, x11-Xlib.c, x11-Xt.c: use ANSI C prototypes.
61
622008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
63
64	* x11-Xt.c: remove unused preprocessor stuff (FOIL...).
65
662008-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
67
68	* Makefile.in: Add @configure_input@ line.
69
702005-06-26  Olaf Weber  <olaf@infovore.xs4all.nl>
71
72	* Makefile.in: Replace ac_include with kpse_include.  From Peter
73	Breitenlohner.
74
752003-01-24  Olaf Weber  <olaf@infovore.xs4all.nl>
76
77	* mftalk.c: Use SIGCHLD, not SIGCLD (but fall back if necessary).
78	Reported by hubertf@netbsd.org.
79
802001-11-25  Olaf Weber  <olaf@infovore.xs4all.nl>
81
82	* x11-Xt.c (mf_checkextent): Add prototype.
83	(mf_optiondesclist): The pointers in the argument list are XPointers,
84	not XtPointers.
85
862001-11-19  Olaf Weber  <olaf@infovore.xs4all.nl>
87
88	* x11-Xt.c (mf_newpixmap): Add prototype to declaration.
89
901999-02-06  Olaf Weber  <olaf@infovore.xs4all.nl>
91
92	* trap.c (mf_trap_initscreen, mf_trap_updatescreen): Use P1H macro
93 	in definition.
94
95	* win32.c (InitGui): Oops, removed one __cdecl too many.  From
96 	Fabrice.
97
981999-02-04  Olaf Weber  <olaf@infovore.xs4all.nl>
99
100	* win32.c (InitGui, LoopMsg): Remove __cdecl, from Fabrice.
101
1021999-01-13  Olaf Weber  <olaf@infovore.xs4all.nl>
103
104	* Makefile.in: Rename kpathsea.make to kpathsea.mk.
105
1061999-01-10  Olaf Weber  <olaf@infovore.xs4all.nl>
107
108	* x11-Xlib.c: Do not define input and output because of conflicts.
109
110	* tek.c: Don't redefine TRUE and FALSE.
111
112	* mftalk.c: Include kpathsea/variable.h.
113
114	* Makefile.in: Change of ../make/*.make to ../make/*.mk.
115
116Tue Jun 30 19:47:37 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
117
118	* uniterm.c (mf_uniterm_paintrow): transspect -> transspec.
119
120Mon Mar 23 19:04:03 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
121
122	* mftalk.c (mf_mftalk_initscreen): Correction from Mathias
123 	Herberts.
124
125Wed Feb 11 17:19:54 1998  Olaf Weber  <infovore@xs4all.nl>
126
127	* epsf.c: New version from Mathias Herberts.
128
129Tue Feb 10 21:10:20 1998  Olaf Weber  <infovore@xs4all.nl>
130
131	* mftalk.c: Patches to improve handling of pipes, after Mathias
132 	Herberts.
133
134	* epsf.c: Pseudo-window EPS server contributed by Mathias Herberts
135 	<herberts@infini.fr>
136
137	* Makefile.in: Add epsf.o to objects.
138
139Fri Jan 23 14:59:22 1998  Olaf Weber  <infovore@xs4all.nl>
140
141	* win32.c: Patches from Fabrice Popineau.
142
143Sat Jan 17 09:45:20 1998  Olaf Weber  <infovore@xs4all.nl>
144
145	* mftalk.c (app_type): Wrong prototype.
146	(mf_talk_initscreen): We use the calling sequence of execl, not
147 	execve.  Undefine input and output, as these are macros on some
148 	machines.  From Mathias Herberts <Mathias.Herberts@irisa.fr>
149
150Thu Nov 13 19:17:42 1997  Olaf Weber  <infovore@xs4all.nl>
151
152	* next.c (mf_next_paintrow): Forgot to add the P4C macro name.
153
154Fri Oct 24 13:42:15 1997  Olaf Weber  <infovore@xs4all.nl>
155
156	* trap.c: By way of boilerplating, cast to long, not int, for
157 	printing.
158
159	* win32.c, x11-Xlib.c, x11-Xt.c, uniterm.c trap.c, tek.c,
160	suntools.c, regis.c, next.c, mftalk.c, hp2627.c, amiga.c:
161	Prototypes for the mf_*_{blankrectangle,paintrow} functions.
162
163Mon Oct 20 08:48:51 1997  Olaf Weber  <infovore@xs4all.nl>
164
165	* Makefile.in [objects]: Add win32.o.
166
167	* trap.c: Insert casts to ensure that the arguments to fprintf
168 	match the format.
169
170	* win32.c: Nef file, adds support for win32 graphical output.
171	From Fabrice Popineau.
172
173Thu Feb 13 16:13:13 1997  Karl Berry  <karl@cs.umb.edu>
174
175	* x11-Xt.c (wchar_t) [FOIL_X_WCHAR_T]: Had polarity of #if test wrong.
176	From: Olaf Weber <Olaf.Weber@cwi.nl>.
177
178Mon Jan 20 17:30:15 1997  Karl Berry  <karl@cs.umb.edu>
179
180	* Version 7.0.
181
182Tue Dec  3 15:10:13 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
183
184	* Makefile.in (prog_cflags): Oops, the previous change didn't work.
185	Have to set this to -I.. -I$(srcdir)/.. $(x_cppflags).
186
187Tue Dec  3 00:19:27 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
188
189	* Makefile.in (prog_cflags): Set this to $(x_cppflags) so that
190	the X include path will eventually end up in ALL_CPPFLAGS.
191
192Tue Dec  3 00:19:27 1996  Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>
193
194	* Makefile.in (prog_cflags): Set this to $(x_cppflags) so that
195	the X include path will eventually end up in ALL_CPPFLAGS.
196
197Mon Aug  5 16:30:17 1996  Karl Berry  <karl@cs.umb.edu>
198
199	* x11-Xlib.c (mf_x11_initscreen): tvect - 1 should be just tvect.
200	From DEK et al.
201
202Fri Jul 26 15:47:50 1996  Karl Berry  <karl@cs.umb.edu>
203
204	* Makefile.in: Remove co.make.
205
206Wed May 15 16:58:01 1996  Karl Berry  <karl@cs.umb.edu>
207
208	* mftalk.c: Doc fix.
209
210Tue Feb 13 16:10:54 1996  Karl Berry  <karl@cs.umb.edu>
211
212	* x11-Xt.c: Missing close-comment.
213
214	* Makefile.in: Include rdepend.make.
215
216Fri Dec 29 17:15:38 1995  Karl Berry  <karl@cs.umb.edu>
217
218	* Makefile.in: misc.make is now clean.make.
219
220Sat Nov 18 17:11:26 1995  Karl Berry  <karl@cs.umb.edu>
221
222	* Makefile.in (distclean): New target to remove x11.c. From Peter
223	Dyballa.
224
225Thu Nov 16 16:28:22 1995  Karl Berry  <karl@cs.umb.edu>
226
227	* amiga.c: Replacement file.
228	* trap.c (EXTERN): Define as extern, just as with the rest of the
229	modules. From Andreas Scherer.
230
231Mon Oct  9 16:51:17 1995  Karl Berry  <karl@cs.umb.edu>
232
233	* Makefile.in (x11.c): Use $(srcdir). From Simon.
234
235Fri Jul 21 15:48:25 1995  Karl Berry  <karl@cs.umb.edu>
236
237	* mftalk.c: The FSF has a new address.
238
239Tue Jul 18 15:16:15 1995  Karl Berry  <karl@cs.umb.edu>
240
241	* mftalk.c (app_type): Don't just fail under Unix.
242
243Tue Jun 13 11:37:37 1995  Karl Berry  <karl@cs.umb.edu>
244
245	* x11-Xt.c (mf_x11_paintrow): Use tvect, not tvect - 1.
246	From: FUKUI Rei <fkr@tooyoo1.l.u-tokyo.ac.jp>.
247
248MFwindow:
249Fri Jul 29 11:50:19 1994  Karl Berry  (karl@cs.umb.edu)
250
251	* x11-Xt.c: Make the default be to *not* foil X's wchar_t.
252
253Mon Feb 21 17:49:30 1994  Karl Berry  (karl@cs.umb.edu)
254
255	* x11-Xt.c: Include systypes.h for still more wchar_t kludgery.
256
257Wed Feb  2 11:01:09 1994  Karl Berry  (karl@cs.umb.edu)
258
259	* Version 6.1.
260
261Tue Feb  1 11:24:11 1994  Karl Berry  (karl@cs.umb.edu)
262
263	* Makefile.in: Change ../../$(srcdir) to $(srcdir)/../.. throughout.
264
265Mon Jan 24 07:28:00 1994  Karl Berry  (karl@cs.umb.edu)
266
267	* Version 6.0.
268
269Sun Jan 23 16:25:58 1994  Karl Berry  (karl@cs.umb.edu)
270
271	* x11-Xt.c (wchar_t): No, remove that condition.
272
273Fri Dec 24 13:15:07 1993  Karl Berry  (karl@sorrel.hq.ileaf.com)
274
275	* x11.c (wchar_t) [! __INT_WCHAR_T_H]: Conditionalize for aviion.
276
277|Tue Dec 21 19:33:59 1993  Karl Berry  (karl@cs.umb.edu)
278
279	* x11-Xt.c (X_WCHAR): Define.
280
281Sat Dec 18 14:55:59 1993  Karl Berry  (karl@cs.umb.edu)
282
283	* x11.c (wchar_t): Define this to a nonsense symbol, to avoid
284	redefinitions.
285
286Sat Dec  4 11:42:36 1993  Karl Berry  (karl@cs.umb.edu)
287
288	* Makefile.in (xincludedir): This is now x_include_flags.
289
290Sun Nov 14 16:19:13 1993  Karl Berry  (karl@cs.umb.edu)
291
292	* Makefile.in: Don't need kpathsea definitions?
293
294Thu Nov 11 15:51:55 1993  Karl Berry  (karl@cs.umb.edu)
295
296	* x11-Xt.c: Merge changes from Rainer for the Alpha and reformat.
297
298Sat Nov  6 13:18:07 1993  Karl Berry  (karl@cs.umb.edu)
299
300	* Makefile.in (objs): Add next.o and regis.o.
301	* next.c, regis.c: New file from joe@rilgp.tamri.com.
302
303Sun Oct  3 13:27:35 1993  Karl Berry  (karl@cs.umb.edu)
304
305	* Makefile.in (*clean): Include standard targets.
306
307Fri May 21 14:23:06 1993  Karl Berry  (karl@cs.umb.edu)
308
309	* x11-Xt.c (mf_x11_updatescreen): Remove unused variable `event'.
310	(mf_max_x, etc.) [MF_XT_DEBUG]: Conditionalize declaration.
311
312Sun May  9 10:44:35 1993  Karl Berry  (karl@cs.umb.edu)
313
314	* Makefile.in (CPPFLAGS): Add -I for kpathsea.
315
316Fri Apr  9 16:22:17 1993  Karl Berry  (karl@cs.umb.edu)
317
318	* x11-Xt.c (_GCC_WCHAR_T): Define.
319
320Sat Mar 13 11:26:57 1993  Karl Berry  (karl@cs.umb.edu)
321
322	* uniterm.c (tek_dummy): Rename to uniterm_dummy, to avoid warning.
323
324Fri Feb 12 07:29:19 1993  Karl Berry  (karl@cs.umb.edu)
325
326	* Makefile.in (xincludedir): Include $(xincludedir).
327
328Sun Jan  3 13:30:10 1993  Karl Berry  (karl@cs.umb.edu)
329
330	* Makefile.in (distclean): Remove Makefile.
331
332Sat Dec 19 18:57:02 1992  Karl Berry  (karl@cs.umb.edu)
333
334	* Makefile.in ({sun,x11}.c): New targets.
335
336Sun Dec 13 14:27:15 1992  Karl Berry  (karl@cs.umb.edu)
337
338	* Makefile.in (c-sources): New target.
339
340Sat Dec 12 15:10:49 1992  Karl Berry  (karl@cs.umb.edu)
341
342	* Makefile.in: Rewrite from Makefile.
343
344Sun Oct 18 13:48:49 1992  Karl Berry  (karl@cs.umb.edu)
345
346	* tek.c (bcopy, bzero) [SYSV]: Remove these; they're already
347	defined in c-memstr.h.
348
349Sun Jul  5 07:29:40 1992  Karl Berry  (karl@hayley)
350
351	* sun-sunview.c: give return types to all fns.
352
353	* sun-sunview.c (mf_sun_initscreen): avoid line >= 80 chars.
354	* uniterm.c (mf_uniterm_paintrow): likewise.
355	* sun-xview.c (mf_xview_updatescreen): likewise.
356
357Fri Jul  3 11:22:47 1992  Karl Berry  (karl@hayley)
358
359	* Makefile (CFLAGS): define as -g.
360	(CPPFLAGS): new var.
361	(.c.o): use it.
362	(distclean): synonym for realclean.
363
364	* sun-sunview.c: changes from Pierre (like the following).
365	* sun-gfx.c: rename from sun-suntools.c.
366	* sun-xview.c: new file.
367	* sun.c: remove and remake as a link to sun-sunview.c.
368
369Fri Mar 20 16:53:52 1992  Karl Berry  (karl at hayley)
370
371	* Makefile (mostlyclean): new name for `clean'.
372	(clean): what `realclean' used to be.
373	(realclean): nothing to do anymore.
374	(install): install the program.
375
376Fri Jan 24 09:21:15 1992  Karl Berry  (karl at hayley)
377
378	* Makefile (cflags): don't include -I../config.
379
380Sun Jan 12 12:53:24 1992  Karl Berry  (karl at hayley)
381
382	* Makefile (CFLAGS): include config, two levels up.
383