summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/window/ChangeLog
blob: ed6d0165dd2c4169cd5a880541de3aaa4688eb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
2018-01-16  Paul Vojta  <vojta@math.berkeley.edu>

	* x11-Xt.c: attempt to handle initial expose for mf.
	http://tug.org/pipermail/tex-k/2017-May/002783.html

2015-03-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* mftalk.h (new): Moved to here from ../mftalk.h.
	* Makefile.am: Adapted.

2014-01-02  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* x11-Xlib.c: Cast screenwidth, screendepth to 'unsigned int'.

2013-07-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tek.c: Replace bzero(t, l) => memset(t, 0, l) and bcmp() =>
	memcmp().

2012-11-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Avoid use of deprecated INCLUDES.

2012-07-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* win32.c: Avoid TL W32TeX differences.

2010-02-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* mfdisplay.h: New file with protos for display routines.
	* Makefile.am: Add the new file.

	* amiga.c, epsf.c, mftalk.c
	#include <mfdisplay.h>, mf_*_initscreen returns int.

	* hp2627.c, next.c, regis.c, suntools.c, tek.c, uniterm.c
	#include <mfdisplay.h>.

	* trap.c: mf_trap_initscreen() returns int.
	#include <mfdisplay.h> and drop externs.

	* win32.c: #include <mfdisplay.h>.
	Do not skip Win32Error() for MinGW32, add static forward decl.
	Drop unused variables szAppName, black, and white.

	* x11-Xlib.c, x11-Xt.c: #include <mfdisplay.h> and drop externs.

2010-01-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* amiga.c, win32.c: Current METAFONT Version is 2.718281.

2009-12-23  Karl Berry  <karl@tug.org>

	* mftalk.c: doc fix.

2009-06-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* epsf.c, hp2627.c, mftalk.c, next.c, regis.c, suntools.c,
	tek.c, uniterm.c, win32.c: drop P?C, P?H, use ANSI C function
	declarations.

2009-06-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CFLAGS): enable compiler warnings.
	* trap.c, x11-Xlib.c, x11-Xt.c: use ANSI C prototypes.

2008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* x11-Xt.c: remove unused preprocessor stuff (FOIL...).

2008-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.in: Add @configure_input@ line.

2005-06-26  Olaf Weber  <olaf@infovore.xs4all.nl>

	* Makefile.in: Replace ac_include with kpse_include.  From Peter
	Breitenlohner.

2003-01-24  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mftalk.c: Use SIGCHLD, not SIGCLD (but fall back if necessary).
	Reported by hubertf@netbsd.org.

2001-11-25  Olaf Weber  <olaf@infovore.xs4all.nl>

	* x11-Xt.c (mf_checkextent): Add prototype.
	(mf_optiondesclist): The pointers in the argument list are XPointers,
	not XtPointers.

2001-11-19  Olaf Weber  <olaf@infovore.xs4all.nl>

	* x11-Xt.c (mf_newpixmap): Add prototype to declaration.

1999-02-06  Olaf Weber  <olaf@infovore.xs4all.nl>

	* trap.c (mf_trap_initscreen, mf_trap_updatescreen): Use P1H macro
 	in definition.

	* win32.c (InitGui): Oops, removed one __cdecl too many.  From
 	Fabrice.

1999-02-04  Olaf Weber  <olaf@infovore.xs4all.nl>

	* win32.c (InitGui, LoopMsg): Remove __cdecl, from Fabrice.

1999-01-13  Olaf Weber  <olaf@infovore.xs4all.nl>

	* Makefile.in: Rename kpathsea.make to kpathsea.mk.

1999-01-10  Olaf Weber  <olaf@infovore.xs4all.nl>

	* x11-Xlib.c: Do not define input and output because of conflicts.

	* tek.c: Don't redefine TRUE and FALSE.

	* mftalk.c: Include kpathsea/variable.h.

	* Makefile.in: Change of ../make/*.make to ../make/*.mk.

Tue Jun 30 19:47:37 1998  Olaf Weber  <olaf@infovore.xs4all.nl>

	* uniterm.c (mf_uniterm_paintrow): transspect -> transspec.

Mon Mar 23 19:04:03 1998  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mftalk.c (mf_mftalk_initscreen): Correction from Mathias
 	Herberts.

Wed Feb 11 17:19:54 1998  Olaf Weber  <infovore@xs4all.nl>

	* epsf.c: New version from Mathias Herberts.

Tue Feb 10 21:10:20 1998  Olaf Weber  <infovore@xs4all.nl>

	* mftalk.c: Patches to improve handling of pipes, after Mathias
 	Herberts.

	* epsf.c: Pseudo-window EPS server contributed by Mathias Herberts
 	<herberts@infini.fr>

	* Makefile.in: Add epsf.o to objects.

Fri Jan 23 14:59:22 1998  Olaf Weber  <infovore@xs4all.nl>

	* win32.c: Patches from Fabrice Popineau.

Sat Jan 17 09:45:20 1998  Olaf Weber  <infovore@xs4all.nl>

	* mftalk.c (app_type): Wrong prototype.
	(mf_talk_initscreen): We use the calling sequence of execl, not
 	execve.  Undefine input and output, as these are macros on some
 	machines.  From Mathias Herberts <Mathias.Herberts@irisa.fr>

Thu Nov 13 19:17:42 1997  Olaf Weber  <infovore@xs4all.nl>

	* next.c (mf_next_paintrow): Forgot to add the P4C macro name.

Fri Oct 24 13:42:15 1997  Olaf Weber  <infovore@xs4all.nl>

	* trap.c: By way of boilerplating, cast to long, not int, for
 	printing.

	* win32.c, x11-Xlib.c, x11-Xt.c, uniterm.c trap.c, tek.c,
	suntools.c, regis.c, next.c, mftalk.c, hp2627.c, amiga.c:
	Prototypes for the mf_*_{blankrectangle,paintrow} functions.

Mon Oct 20 08:48:51 1997  Olaf Weber  <infovore@xs4all.nl>

	* Makefile.in [objects]: Add win32.o.

	* trap.c: Insert casts to ensure that the arguments to fprintf
 	match the format.

	* win32.c: Nef file, adds support for win32 graphical output.
	From Fabrice Popineau.

Thu Feb 13 16:13:13 1997  Karl Berry  <karl@cs.umb.edu>

	* x11-Xt.c (wchar_t) [FOIL_X_WCHAR_T]: Had polarity of #if test wrong.
	From: Olaf Weber <Olaf.Weber@cwi.nl>.

Mon Jan 20 17:30:15 1997  Karl Berry  <karl@cs.umb.edu>

	* Version 7.0.

Tue Dec  3 15:10:13 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>

	* Makefile.in (prog_cflags): Oops, the previous change didn't work. 
	Have to set this to -I.. -I$(srcdir)/.. $(x_cppflags).

Tue Dec  3 00:19:27 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>

	* Makefile.in (prog_cflags): Set this to $(x_cppflags) so that 
	the X include path will eventually end up in ALL_CPPFLAGS.

Tue Dec  3 00:19:27 1996  Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>

	* Makefile.in (prog_cflags): Set this to $(x_cppflags) so that 
	the X include path will eventually end up in ALL_CPPFLAGS.

Mon Aug  5 16:30:17 1996  Karl Berry  <karl@cs.umb.edu>

	* x11-Xlib.c (mf_x11_initscreen): tvect - 1 should be just tvect.
	From DEK et al.

Fri Jul 26 15:47:50 1996  Karl Berry  <karl@cs.umb.edu>

	* Makefile.in: Remove co.make.

Wed May 15 16:58:01 1996  Karl Berry  <karl@cs.umb.edu>

	* mftalk.c: Doc fix.

Tue Feb 13 16:10:54 1996  Karl Berry  <karl@cs.umb.edu>

	* x11-Xt.c: Missing close-comment.

	* Makefile.in: Include rdepend.make.

Fri Dec 29 17:15:38 1995  Karl Berry  <karl@cs.umb.edu>

	* Makefile.in: misc.make is now clean.make.

Sat Nov 18 17:11:26 1995  Karl Berry  <karl@cs.umb.edu>

	* Makefile.in (distclean): New target to remove x11.c. From Peter
	Dyballa.

Thu Nov 16 16:28:22 1995  Karl Berry  <karl@cs.umb.edu>

	* amiga.c: Replacement file.
	* trap.c (EXTERN): Define as extern, just as with the rest of the
	modules. From Andreas Scherer.

Mon Oct  9 16:51:17 1995  Karl Berry  <karl@cs.umb.edu>

	* Makefile.in (x11.c): Use $(srcdir). From Simon.

Fri Jul 21 15:48:25 1995  Karl Berry  <karl@cs.umb.edu>

	* mftalk.c: The FSF has a new address.

Tue Jul 18 15:16:15 1995  Karl Berry  <karl@cs.umb.edu>

	* mftalk.c (app_type): Don't just fail under Unix.

Tue Jun 13 11:37:37 1995  Karl Berry  <karl@cs.umb.edu>

	* x11-Xt.c (mf_x11_paintrow): Use tvect, not tvect - 1.
	From: FUKUI Rei <fkr@tooyoo1.l.u-tokyo.ac.jp>.
 
MFwindow:
Fri Jul 29 11:50:19 1994  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c: Make the default be to *not* foil X's wchar_t.

Mon Feb 21 17:49:30 1994  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c: Include systypes.h for still more wchar_t kludgery.

Wed Feb  2 11:01:09 1994  Karl Berry  (karl@cs.umb.edu)

	* Version 6.1.

Tue Feb  1 11:24:11 1994  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Change ../../$(srcdir) to $(srcdir)/../.. throughout.

Mon Jan 24 07:28:00 1994  Karl Berry  (karl@cs.umb.edu)

	* Version 6.0.

Sun Jan 23 16:25:58 1994  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c (wchar_t): No, remove that condition.

Fri Dec 24 13:15:07 1993  Karl Berry  (karl@sorrel.hq.ileaf.com)

	* x11.c (wchar_t) [! __INT_WCHAR_T_H]: Conditionalize for aviion.

|Tue Dec 21 19:33:59 1993  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c (X_WCHAR): Define.

Sat Dec 18 14:55:59 1993  Karl Berry  (karl@cs.umb.edu)

	* x11.c (wchar_t): Define this to a nonsense symbol, to avoid
	redefinitions.

Sat Dec  4 11:42:36 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (xincludedir): This is now x_include_flags.

Sun Nov 14 16:19:13 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Don't need kpathsea definitions?

Thu Nov 11 15:51:55 1993  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c: Merge changes from Rainer for the Alpha and reformat.

Sat Nov  6 13:18:07 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (objs): Add next.o and regis.o.
	* next.c, regis.c: New file from joe@rilgp.tamri.com.

Sun Oct  3 13:27:35 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (*clean): Include standard targets.

Fri May 21 14:23:06 1993  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c (mf_x11_updatescreen): Remove unused variable `event'.
	(mf_max_x, etc.) [MF_XT_DEBUG]: Conditionalize declaration.

Sun May  9 10:44:35 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (CPPFLAGS): Add -I for kpathsea.

Fri Apr  9 16:22:17 1993  Karl Berry  (karl@cs.umb.edu)

	* x11-Xt.c (_GCC_WCHAR_T): Define.

Sat Mar 13 11:26:57 1993  Karl Berry  (karl@cs.umb.edu)

	* uniterm.c (tek_dummy): Rename to uniterm_dummy, to avoid warning.

Fri Feb 12 07:29:19 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (xincludedir): Include $(xincludedir).

Sun Jan  3 13:30:10 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (distclean): Remove Makefile.

Sat Dec 19 18:57:02 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in ({sun,x11}.c): New targets.

Sun Dec 13 14:27:15 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (c-sources): New target.

Sat Dec 12 15:10:49 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Rewrite from Makefile.

Sun Oct 18 13:48:49 1992  Karl Berry  (karl@cs.umb.edu)

	* tek.c (bcopy, bzero) [SYSV]: Remove these; they're already
	defined in c-memstr.h.

Sun Jul  5 07:29:40 1992  Karl Berry  (karl@hayley)

	* sun-sunview.c: give return types to all fns.

	* sun-sunview.c (mf_sun_initscreen): avoid line >= 80 chars.
	* uniterm.c (mf_uniterm_paintrow): likewise.
	* sun-xview.c (mf_xview_updatescreen): likewise.

Fri Jul  3 11:22:47 1992  Karl Berry  (karl@hayley)

	* Makefile (CFLAGS): define as -g.
	(CPPFLAGS): new var.
	(.c.o): use it.
	(distclean): synonym for realclean.

	* sun-sunview.c: changes from Pierre (like the following).
	* sun-gfx.c: rename from sun-suntools.c.
	* sun-xview.c: new file.
	* sun.c: remove and remake as a link to sun-sunview.c.

Fri Mar 20 16:53:52 1992  Karl Berry  (karl at hayley)

	* Makefile (mostlyclean): new name for `clean'.
	(clean): what `realclean' used to be.
	(realclean): nothing to do anymore.
	(install): install the program.

Fri Jan 24 09:21:15 1992  Karl Berry  (karl at hayley)

	* Makefile (cflags): don't include -I../config.

Sun Jan 12 12:53:24 1992  Karl Berry  (karl at hayley)

	* Makefile (CFLAGS): include config, two levels up.