summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man/ChangeLog
blob: 31a8ba21fc05dc3130cdb8f79ca72999b31c6c50 (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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
2022-03-08  Karl Berry  <karl@freefriends.org>

	* ofm2opl.man,
	* opl2ofm.man,
	* ovf2ovp.man,
	* ovp2ovf.man,
	* ttf2afm.man: update contact info.
	Report from G\"unter Essers,
	https://tug.org/pipermail/tex-k/2022-March/003776.html

2022-03-03  Andreas Scherer  <https://ascherer.github.io>

	* tangle.man: Clarify the creation of the pool file name.

2022-03-02  Andreas Scherer  <https://ascherer.github.io>

	* tangle.man,
	* weave.man: Describe the third file name on the commandline.

2022-02-26  Karl Berry  <karl@tug.org>

	* Makefile.am (web_man_sources): add twill.man.

2022-02-02  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: CWEB 4.7 release.

2022-02-02  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: Pandoc (2.17.1) added some code.

2022-01-10  Karl Berry  <karl@freefriends.org>

	* Makefile.am: copyright 2022.

2022-01-09  Andreas Scherer  <https://ascherer.github.io>

	* twill.man,
	* weave.man:New manpage for TWILL.

2021-12-26  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: CWEB 4.6 release.

2021-11-13  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: Use 'generic' Pandoc.

2021-09-16  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: CWEB 4.6 pre-release.

2021-08-08  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* ptex.man: mention ptex-manual.

2021-07-24  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* pbibtex.man: new.
	* Makefile.am: add pbibtex, also link as upbibtex.

2021-07-14  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Makefile.am: lamed (aleph-based latex) is gone.

2021-07-14  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: CWEB 4.5 release.

2021-06-06  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: CWEB 4.4 release.

2021-04-13  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: CWEB 4.3 release.

2021-03-07  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: Document 'ctwill-twinx' a bit more.

2021-03-04  Karl Berry  <karl@freefriends.org>

	* gftodvi.man: font and spacing fixes from Debian.
	Add tex-k as bug reporting address.

2021-02-25  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: CWEB 4.2 release.

2021-02-20  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: CWEB 4.1 release.

2020-09-23  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: Make manpages compatible with 'whatis'.

2020-06-14  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: Mention new macros 'pdfctwimac.tex'.

2020-06-08  Andreas Scherer  <https://ascherer.github.io>

	* ctie.man,
	* ctwill.man,
	* cweb.man,
	* tie.man: Detail special environments for individual programs.

2020-06-06  Andreas Scherer  <https://ascherer.github.io>

	* tex.man: Complete sentence about TEXINPUTS environment.

2020-03-30  Andreas Scherer  <https://ascherer.github.io>

	* cweb.man,
	* ctwill.man: Add new option '-t' to CWEB.

2020-02-01  Andreas Scherer  <https://ascherer.github.io>

	* cweb.man,
	* ctwill.man: Regenerate manpages with Pandoc 2.9.1.1.

2019-12-07  Andreas Scherer  <https://ascherer.github.io>

	* cweb.man,
	* ctwill.man: Update manpages.

2019-11-17  Karl Berry  <karl@tug.org>

	* latex-dev.man: new man page.
	* Makefile.am (man1_links): add several links for latex-dev and luatex.

2019-08-06  Karl Berry  <karl@freefriends.org>

	* aleph.man,
	* etex.man,
	* mf.man,
	* pdftex.man,
	* tex.man: mention --cnf-line.
	
2019-08-04  Karl Berry  <karl@freefriends.org>

	* pdftex.man (-synctex, -8bit): add per https://bugs.debian.org/772928.
	(-shell-restricted): also add this.
	Also don't italicize "PDF" and "DVI", url updates, etc.

2019-06-20  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: Regenerate with Pandoc 2.7.3,
	* cweb.man: Fix initial statement in NAME section.

2019-03-30  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* ppltotf.man, ptftopl.man: new.

2019-03-25  Karl Berry  <karl@freefriends.org>

	* gftodvi.man: omit unused second font letter. From Debian.

2019-03-10  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: Fix non-macro '\\PB';
	add reference to 'Digital Typography' with full example.

2019-02-01  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: Recompile manpages with Pandoc 2.6.  This un-escapes
	'-', because it was rendered as "unicode minus"; see release page
	https://github.com/jgm/pandoc/releases/tag/2.6

2019-01-28  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man,
	* cweb.man: Updated manpages; describe differences to original CWEB.

2019-01-10  Andreas Scherer  <https://ascherer.github.io>

	* ctwill.man: New manpage for CTWILL and its tools.
	* Makefile.am (bootstrap_man_sources): add ctwill.man.
	(man1_links): add ctwill-refsort and ctwill-twinx as ctwill aliases.

2019-01-10  Andreas Scherer  <https://ascherer.github.io>

	* cweb.man: editorial changes.

2019-01-06  Andreas Scherer  <https://ascherer.github.io>

	* cweb.man: update for CWEBbin options, etc.

2018-12-21  Karl Berry  <karl@freefriends.org>

	* mpost.man: mention rmpost, (r)pmpost, and (r)upmpost.

2018-10-28  Andreas Scherer  <https://ascherer.github.io>

	* cweb.man: do not mention nonexistent -DSTAT option.

2018-06-04  Karl Berry  <karl@tug.org>

	* Makefile.am (man_sources, man1_links) [PTEX]: add ptex.man.

2018-05-27  Karl Berry  <karl@tug.org>

	* aleph.man,
	* etex.man,
	* luatex.man,
	* mft.man,
	* ptex.man: typos.

2018-05-26  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* ptex.man: new.

2018-04-30  Karl Berry  <karl@tug.org>

	* latex.man: update latexrefman url to
	https://ctan.org/pkg/latex2e-help-texinfo.
	tldoc report from Antoon, 27 Apr 2018 22:15:39.
	Also add more *latex program names as aliases.

2018-02-23  Karl Berry  <karl@freefriends.org>

	* bibtex.man: mention need to remove aux file from previous run
	for -min-crossrefs to be effective.
	https://tex.stackexchange.com/questions/123740

2018-01-18  Karl Berry  <karl@freefriends.org>

	* mf.man: spacing, no openin, per Debian.

2017-01-13  Karl Berry  <karl@tug.org>

	* ofm2opl.man,
	* opl2ofm.man,
	* ovf2ovp.man,
	* ovp2ovf.man: specify section 1. Report from Julian Gilbey.

2016-04-14  Karl Berry  <karl@freefriends.org>

	* ofm2opl.man,
	* ovf2ovp.man: document current options, i.e., from the omfonts
	(../omegafonts) implementation.  Akira re-implemented the web
	-charcode-format option in r39877, ca.27 Feb 2016 10:23:20.

2016-03-08  Karl Berry  <karl@tug.org>

	* ttf2afm.man: document -m.  tldoc mail from esr, 7 Mar 2016 09:34:07.

2015-06-16  Karl Berry  <karl@tug.org>

	* *.man: remove spurious "for troff" and "for nroff" non-comments.
	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663157
	Report from Tom Yan, tex-live mail 2 Jun 2015 03:28:32.
	Also replace pseudo-smallcaps M\s-2ETAFONT\s0 with standard "Metafont".
	* *.min: remove these long-gone programs.
	* Makefile.am (EXTRA_DIST): remove *.min.
	(man1_links) [TEX]: include initex.
	(man1_links) [MF]: include inimf.

2015-04-27  Karl Berry  <karl@tug.org>

 	* aleph.man,
	* dvitomp.man,
	* latex.man,
	* luatex.man,
	* mf.man,
	* mpost.man,
	* ofm2opl.man,
	* opl2ofm.man,
	* ovf2ovp.man,
	* ovp2ovf.man,
	* pdfetex.man,
	* pdftex.man,
	* pdftosrc.man,
	* tex.man,
	* ttf2afm.man: version, url, et al. updates.

2014-12-02  Karl Berry  <karl@tug.org>

	* patgen.man: Kuiken's ushyphmax.tex not in TL for some years.
	(Report from Mojca.)

2011-04-12  Taco Hoekwater  <taco@metapost.org>

	* luatex.man: update to version 0.70
	
2011-04-05  Taco Hoekwater  <taco@metapost.org>

	* mpost.man: update to version 1.504
	* dvitomp.man: update to version 1.504

2011-04-05  Taco Hoekwater  <taco@metapost.org>

	* mpost.man: update to version 1.503

2011-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* aleph.man, etex.man, luatex.man, mf.man, pdftex.man,
	tangle.man, tex.man: Drop useless '.rb' macros.

2011-02-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (man1_links): Add texlua and texluac.

2011-02-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Use ../../am/man1_links.am for manpage links.

2010-12-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (install-data-hook): Check symlink creation.

2010-12-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* mpost.man: Define the macro URL (from Taco).

2010-12-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* cweb.man: Adapt to facts: use '-' to indicate no change file.

2010-05-20  Karl Berry  <karl@tug.org>

	* Makefile.am [LUATEX]: do not include luatangle.man link,
	there is no luatangle any more.
	(man1_links) [ALEPH]: lamed, not lambda.

2010-05-14  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* aleph.man, amstex.man, eplain.man, etex.man, latex.man,
	luatex.man, mf.man, mpost.man, pdfetex.man, pdftex.man, tex.man:
	Uniform manpage formatting: bold for literals, italic for
	variable items, roman for meta items.  Adapt to facts.

	* mpost.man: FIXME: need to define the macro URL.

2010-04-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* ctie.man (new): Instead of ../ctiedir/ctie.1.
	* tie.man (new): Instead of ../tiedir/tie.1.
	* Makefile.am (bootstrap_man_sources): Add the new files.

2010-04-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex.man, cweb.man, dvicopy.man, dvitomp.man, dvitype.man,
	gftodvi.man, gftopk.man, gftype.man, mft.man, ofm2opl.man,
	opl2ofm.man, ovf2ovp.man, ovp2ovf.man, patgen.man, pdftosrc.man,
	pktogf.man, pktype.man, pltotf.man, tangle.man, tftopl.man,
	ttf2afm.man, vftovp.man, vptovf.man, weave.man:
	Uniform manpage formatting: bold for literals, italic for
	variable items, roman for meta items.  Adapt to facts.

2010-03-13  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* bibtex.man: Version 0.99d.

2010-02-01  Karl Berry  <karl@tug.org>

	* etex.man,
	* aleph.man,
	* bibtex.man,
	* pdftex.man,
	* tex.man: say a few more words about TEXMFOUTPUT.
	* pdfetex.man: just refer to pdftex.man.

	* Makefile.am (EXTRA_DIST): rm pdftexman.m4.

2009-10-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (man1_links): New list of symlinks within man1dir.
	Moved handling of lambda, ctangle, cweave, odvicopy, odvitype,
	mf-nowin, and pdflatex symlinks from ../../tetex/ to here.
	(install-data-hook, uninstall-hook): Use `man1_links'.

	* ofm2opl.man, opl2ofm.man, ovf2ovp.man, ovp2ovf.man,
	ttf2afm.man: New files moved from ../../tetex/ to here.
	* Makefile.am (man_sources): Adjusted.

2009-07-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: distribute luatex.man.
	
2009-07-09  Taco Hoekwater <taco@luatex.org>
	
	* luatex.man (new): man page for Luatex 0.40 by Khaled Hosny
	<dr.khaled.hosny@gmail.com>
	* Makefile.am: add luatex.man

2009-06-26  Han The Thanh <hanthethanh@gmail.com>

	* pdftex.man: bugfix from T\"or\"ok Edwin <edwintorok@gmail.com>

2009-04-05  Karl Berry  <karl@tug.org>

	* aleph.man: some minor content updates.

2009-03-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* omega.man (removed): Omega has been removed. Copied to ...
	* aleph.man (new): ... here and changed "Omega" => "Aleph".

2009-03-22  Karl Berry  <karl@tug.org>

	* etex.man: missed WB definition, no such thing as elatex,
	modify attribution per Phil Taylor.

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

	* Makefile.in: Add @configure_input@ line.

2007-11-25  Karl Berry  <karl@tug.org>

	* patgen.man: mention that the "patterns" input file to patgen is
	not an actual TeX patterns file.
	Kurt Roeckx, 17 Nov 2007 20:54:43, debian bug 450875.

2007-04-20  Karl Berry  <karl@tug.org>

	* gftodvi.man: no way to override output filename for gftodvi
	(from Werner, 20 Apr 2007 06:43:31).

2007-01-18  Sanjoy Mahajan  <sanjoy@mit.edu>

	* latex.man: More details for book references, reference more
	programs for 'see also' section.

	* mpost.man, dvitomp.man: Use "Web2C @VERSION@".

	* mpost.man: Pointer to sarovar site, more refs to other programs
	in 'see also' section.

	* pdftex.man, pdfetex.man: Mention that ps and eps files need to
	be converted before being included.  Credit Peter Breitenlohner in
	AUTHORS for eTeX contributions.

2007-01-08  Martin Schr\"oder <martin@pdftex.org>

	* pdfetex.man, pdftex.man: Document -etex and -draftmode switches.

	* pdftosrc.man: New man page for pdftosrc

2006-12-06  Karl Berry  <karl@tug.org>

	* tex.man: typos, TEXMFOUTPUT ref (tex-live mail from frank, 06
	Dec 2006 19:33:03).

2005-08-03  Olaf Weber  <olaf@infovore.xs4all.nl>

	* etex.man: Document -etex switch.

	* pdfetex.man: Document -etex switch.

2005-07-27  Olaf Weber  <olaf@infovore.xs4all.nl>

	* Makefile.in: Remove references to pdfxtex.

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

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

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

	* newer.man: Update manual page for new interface of newer.

2005-01-21  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mf.man: Omitted a man page correction. From Eric S. Raymond
	<esr@thyrsus.com>.

	* amstex.man, bibtex.man, dmp.man, dvitype.man, eplain.man,
	etex.man, gftodvi.man, gftopk.man, gftype.man, makempx.man,
	mf.man, mft.man, mpost.man, mpto.man, newer.man, omega.man,
	patgen.man, pdfetex.man, pdftex.man, pdfxtex.man, pktogf.man,
	pktype.man, pltotf.man, pooltype.man, tangle.man, tex.man,
	tftopl.man, vftovp.man, vptovf.man, weave.man: Man page
	corrections from Eric S. Raymond <esr@thyrsus.com>.

2004-12-19  Olaf Weber  <olaf@infovore.xs4all.nl>

	* Makefile.in [manfiles]: Add cweb.1.

	* cweb.man: Remove absolute path from FILES section.  Remove
	references to files that we don't install.  Add reference to Web2C
	to footer.

	* cweb.man: Manual page for cweb programs, copied from cwebdir so
	it can be modified.

2004-10-03  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Clarify option handling a bit and reorganize some text.

	* pdfxtex.man: Clarify option handling a bit and reorganize some
	text.

	* pdfetex.man: Clarify option handling a bit and reorganize some
	text.

	* pdftex.man: Clarify option handling a bit and reorganize some
	text.

	* etex.man: Clarify option handling a bit and reorganize some
	text.

	* omega.man: Clarify option handling a bit and reorganize some
	text.

	* mf.man: Clarify option handling a bit and reorganize some text.

	* mpost.man: Clarify option handling a bit and reorganize some
	text.

	* pdfxtex.man: Correct mailing list info.

	* pdfetex.man: Correct mailing list info.

	* pdftex.man: Correct mailing list info.

2004-09-07  Olaf Weber  <olaf@infovore.xs4all.nl>

	* pdfetex.man: .efmt -> .fmt Found by Hartmut Henkel
	<hartmut_henkel@gmx.de>.

	* pdfxtex.man: .efmt -> .fmt Found by Hartmut Henkel
	<hartmut_henkel@gmx.de>.

	* etex.man: .efmt -> .fmt Found by Hartmut Henkel
	<hartmut_henkel@gmx.de>.

2004-08-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* etex.man: Fixed a typo.

	* mf.man: Fixed a typo.

	* mpost.man: Fixed a typo.

	* omega.man: Fixed a typo.

	* pdfetex.man: Fixed a typo.

	* pdftex.man: Fixed a typo.

	* pdfxtex.man: Fixed a typo.

	* tex.man: Fixed a typo.

2004-08-28  Olaf Weber  <olaf@infovore.xs4all.nl>

	* pdfxtex.man: Document -output-directory.

	* pdftex.man: Document -output-directory.

	* pdfetex.man: Document -output-directory.

	* tex.man: Document -output-directory.

	* mpost.man: Document -output-directory.

	* mf.man: Document -output-directory.

	* omega.man: Document -output-directory.

	* etex.man: Document -output-directory.

2004-08-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* patgen.man: Major rewrite.

	* weave.man: Fixed a typo.

2004-08-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* etex.man: Update author.

	* etex.man, pdfetex.man: Change -efmt to -fmt.

	* etex.man, tex.man: Remove references to PDF mode.

2004-07-21  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mpost.man: Misspelt \*(MP macro.  From Peter Breitenlohner
	<peb@mppmu.mpg.de>.

2004-07-04  Olaf Weber  <olaf@infovore.xs4all.nl>

	* pdfxtex.man: Change -efmt to -fmt.

2004-06-22  Olaf Weber  <olaf@infovore.xs4all.nl>

	* pdfetex.man: Correct title to refer to pdfetex.

	* pdfxtex.man: The pdfxtex manual page is based on the pdfetex
	manual page.

2004-05-08  Olaf Weber  <olaf@infovore.xs4all.nl>

	* omega.man: Document -halt-on-error.

	* pdftex.man: Document -halt-on-error.

	* pdfetex.man: Document -halt-on-error.

	* etex.man: Document -halt-on-error.

	* tex.man: Document -halt-on-error.

	* mf.man: Document -halt-on-error.

	* mpost.man: Document -halt-on-error.

2004-05-04  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mf.man: Remove mention of mfw, document mf-nowin instead.

2004-03-28  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Document -no-shell-escape, -no-parse-first-line,
	-no-file-line-error.

	* etex.man: Document -no-shell-escape, -no-parse-first-line,
	-no-file-line-error.

	* pdftex.man: Document -no-shell-escape, -no-parse-first-line,
	-no-file-line-error.

	* pdfetex.man: Document -no-shell-escape, -no-parse-first-line,
	-no-file-line-error.

	* mf.man: Document -no-parse-first-line, -no-file-line-error.

	* mpost.man: Document -no-parse-first-line, -no-file-line-error.

2004-03-25  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Update for new/previously undocumented options.

	* etex.man: Update for new/previously undocumented options.

	* pdftex.man: Update for new/previously undocumented options.

	* pdfetex.man: Update for new/previously undocumented options.

2004-02-26  Olaf Weber  <olaf@infovore.xs4all.nl>

	* Makefile.in [manfiles]: Add pdfxtex.1.

2003-12-14  Olaf Weber  <olaf@infovore.xs4all.nl>

	* latex.man: Misspelt \*(TX macro, found by Eric S. Raymond
	<esr@thyrsus.com>.

2002-12-14  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Clarify notes of first-line parsing.

2002-11-30  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mpost.man: Replace references to 'mp' with references to
	'mpost'.

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

	* tex.man: Document -parse-first-line; document TeX vs TeXk.

	* pdftex.man: Document -parse-first-line; document pdfTeX vs
	pdfTeXk.

	* pdfetex.man: Document -parse-first-line; document pdfeTeX vs
	pdfeTeXk.

	* omega.man: Document -parse-first-line; document Omega vs Omegak.

	* mpost.man: Document -parse-first-line.

	* mf.man: Document -parse-first-line.

	* etex.man: Document -parse-first-line; document e-TeX vs e-TeXk.

2002-10-23  Olaf Weber  <olaf@infovore.xs4all.nl>

	* omega.man: Updated mailing list info (badly of out date now) --
	replaced with a reference to the web site.

2002-10-22  Olaf Weber  <olaf@infovore.xs4all.nl>

	* omega.man: Document oft extension instead of fmt.

2002-10-20  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Document -jobname option.

	* pdfetex.man: Document -jobname option.

	* pdftex.man: Document -jobname option.

	* mpost.man: Document -jobname option.

	* mf.man: Document -jobname option.

	* etex.man: Document -jobname option.

	* tangle.man: Document new options.

2002-07-26  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mpost.man: No such thing as .F macro...  Found by "Eric
	S. Raymond" <esr@golux.thyrsus.com>.

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

	* mf.man: Mention mfw.

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

	* tex.man: Document --recorder option.

	* pdftex.man: Document --recorder option.

	* omega.man: Document --recorder option.

	* mpost.man: Document --recorder option.

	* mf.man: Document --recorder option.

	* etex.man: Document --recorder option.

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

	* tex.man: Document -file-line-error-style.

	* pdftex.man: Document -file-line-error-style.

	* pdfetex.man: Document -file-line-error-style.

	* mpost.man: Document -file-line-error-style.

	* mf.man: Document -file-line-error-style.

	* etex.man: Document -file-line-error-style.

2001-10-24  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Typos.

	* pdftex.man: Typo.

	* etex.man: Typo.

	* Makefile.in: Add pdfetex manual page.

2001-10-14  Olaf Weber  <olaf@infovore.xs4all.nl>

	* mf.man: Change /usr/ucb/vi to vi in example, as the path given
	is system-dependent.

2001-09-26  Olaf Weber  <olaf@infovore.xs4all.nl>

	* newer.man: Correct description of the exit conditions.  After
	Oliver Moeller <omoeller@csd.uu.se>.

2000-04-13  Olaf Weber  <olaf@infovore.xs4all.nl>

	* etex.man, omega.man, pdftex.man, tex.man:
	Remove references to undump.

2000-04-03  Olaf Weber  <olaf@infovore.xs4all.nl>

	* dvitomp.man: New file by Jim Van Zandt <jrv@vanzandt.mv.com>.

	* Makefile.in: Add dvitomp manual page.

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

	* omega.man: Mention the empty-path-component trick.

	* tex.man: Mention the empty-path-component trick.

	* pdftex.man: Mention the empty-path-component trick.

	* etex.man: Mention the empty-path-component trick.

1999-05-29  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man, pdftex.man, mpost.man, mf.man, latex.man, etex.man:
	Correct date.

1999-03-23  Olaf Weber  <olaf@infovore.xs4all.nl>

	* tex.man: Account for --translate-file option, %&
 	--translate-file tcxname construct.

	* pdftex.man, mpost.man, mf.man, etex.man: Account for
 	--translate-file option.

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

	* latex.man: Correct typography of pdfTeX.

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

	* dvicopy.man: Update page; description is still incomplete.

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>

	* pdftex.man: Add definition of MF macro.

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

Fri Apr 10 06:24:25 1998  Olaf Weber  <olaf@infovore.xs4all.nl>

	* etex.man: Definition of MF macro added.

	* omega.man: Defnition of MF macro was missing.

	* pdftex.man: Definition of MF macro was missing.

Sat Mar  7 18:16:40 1998  Olaf Weber  <olaf@infovore.xs4all.nl>

	* omega.man: Add authors list.

	* pdftex.man: Add authors list.

Tue Mar  3 09:07:10 1998  Olaf Weber  <olaf@infovore.xs4all.nl>

	* omega.man: Corrected instructions for subscribing to the omega
 	list.

Fri Jan  9 21:14:37 1998  Olaf Weber  <infovore@xs4all.nl>

	* Makefile.in: Include clean.make, add a default target.

Sun Jan  4 15:57:34 1998  Olaf Weber  <infovore@xs4all.nl>

	* Makefile.in: Use man.make to supply rules for manual pages.

	* Makefile.in: Changes to cope with new manual pages.

Tue Dec 30 17:46:24 1997  Olaf Weber  <infovore@xs4all.nl>

	* Changes to all pages in an attempt to get them up-to-date.  Some
	pages (amslatex, lamstex, slitex, initex, virtex) have been
	removed.  Some renamed (etex -> eplain).  Some added (etex,
	pdftex, omega).

Tue Dec 12 16:52:12 1995  Karl Berry  <karl@cs.umb.edu>

	* Makefile.in (sedscript): Correct path for c-auto.h. From Ulrik.

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

	* Makefile.in: Use ../web2c, not /w.

Mon Dec 19 13:07:24 1994  Karl Berry  <karl@cs.umb.edu>

	* dvitype.man: The .dvi file extended if necessary.
	* vftovp.man: Similarly.

Sat Dec 17 16:44:49 1994  Karl Berry  <karl@cs.umb.edu>

	* tftopl.man: Both the .tfm and .pl files are extended if
	necessary now.
	* vptovf.man: Similarly.

Thu Nov 24 13:42:16 1994  Karl Berry  <karl@cs.umb.edu>

	* bibtex.man: We don't use TEXINPUTS to look for .bst files now.

Mon Feb 21 14:50:51 1994  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: srcdir changes from simon.

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

	* Version 6.1.

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

	* Version 6.0.

Sat Jan 22 06:48:27 1994  Karl Berry  (karl@cs.umb.edu)

	* *.man: Remove ==== line after NAME section, since Sun's
	makewhatis doesn't ignore it.

Tue Dec 14 20:02:06 1993  Karl Berry  (karl@cs.umb.edu)

	* *.man: Update for new path variables, etc.
	* Makefile.in (sedscript): Likewise.

Sun Dec 12 19:14:19 1993  Karl Berry  (karl@cs.umb.edu)

	* mf.man: Don't mention cmsources.
	* Makefile.in (cmsources): Don't bother with this.
	(sedscript): Don't substitute for this, and rm the dependency on
	lib/paths.h, since it doesn't exist any more.

Sun Dec  5 16:04:51 1993  Karl Berry  (karl@cs.umb.edu)

	* tex.man: Document the envvars MAKETEXTEX, USE_MAKETEXTEX, etc.
	* mf.man: Likewise.

Sun Nov 14 11:58:01 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: texfontdir => fontdir.

Thu Oct  7 10:04:22 1993  Karl Berry  (karl@cs.umb.edu)

	* latex.man: Mention the LaTeX manual and the local guide.  From
	tuttle@crl.dec.com.

Sat Jul 10 09:24:56 1993  Karl Berry  (karl@cs.umb.edu)

	* mf.man: The word `facilitates' bothers me.

Tue May 18 14:03:49 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install-*): mkdirchain on install dirs.

Sun May  9 13:22:00 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Use ! instead of %, which loses on the EDITOR string.

Tue May  4 10:23:33 1993  Karl Berry  (karl@cs.umb.edu)

	* weave.man: Correct date, other miscellany.

Mon Mar 29 08:57:19 1993  Karl Berry  (karl@cs.umb.edu)

	* bibtex.man: System default for BSTINPUTS is BSTINPUTS, not
	TEXINPUTS.

Sat Mar 13 10:38:14 1993  Karl Berry  (karl@cs.umb.edu)

	* bibtex.man: Had stdout sentence end in wrong place.

	* Makefile.in (sedscript): Use % instead of ; to delimit sed
	arguments, since ; might occur in the yytext declaration.  (From
	ilan343@violet.berkeley.edu.)

Sun Feb 28 10:52:01 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Separate clean targets.

	* Makefile.in (clean): Don't remove Makefile here.

Sun Feb 21 08:28:14 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 5.851d.

Tue Feb 16 17:54:04 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install-exec, install-data): New targets.

Fri Feb 12 12:43:04 1993  Karl Berry  (karl@cs.umb.edu)

	* tangle.man, weave.man: Separate.

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

	* tex.man: Describe texfonts.map.

Mon Jan 25 13:55:40 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (sedscript): Don't use $@; get definitions from
	c-auto.h as well as paths.h.

Thu Jan 14 08:08:20 1993  Karl Berry  (karl@cs.umb.edu)

	* bibtex.man: Mention that DEK's bibtex doesn't have some of our
	features.

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

	* etex.man: The listed features aren't the only ones.

	* Makefile.in (distclean): Remove Makefile.

Sat Jan  2 15:58:52 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (dw, spell, check, .ps, .txt): New targets from beebe.
	* *.man: Likewise.

Fri Dec 18 13:32:01 1992  Karl Berry  (karl@cs.umb.edu)

	* tftopl.man: .tfm is now added if necessary.

Mon Dec 14 07:40:07 1992  Karl Berry  (karl@cs.umb.edu)

	* <many>.man: Remove end-of-sentence periods after paths.

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

	* bibtex.man: Document BSTINPUTS.

Sat Dec 12 13:16:25 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Rewrite from Makefile.

	* mf.man: Missing quotes in MFTERM line.

Tue Oct  6 08:18:48 1992  Karl Berry  (karl@cs.umb.edu)

	* {mf,tex}.man: Use ~me instead of /usr/me.

	* {gftodvi,gftopk,gftype,pktogf,pktype,vftovp}.man: Current
	directory is not searched first.

Fri Sep  4 09:02:22 1992  Karl Berry  (karl@hayley)

	* Makefile (extraclean): new target.

Sun Jul  5 07:26:14 1992  Karl Berry  (karl@hayley)

	* tex.man: avoid lines >= 80 chars.

	* Makefile (*clean): remove *.dvi and *.log; have `mostlyclean' do
	  nothing.

Tue Jun 23 09:14:07 1992  Karl Berry  (karl@hayley)

	* Makefile (manext): default to `1', not `l'.

Fri May 29 16:54:43 1992  Karl Berry  (karl@hayley)

	* bibtex.man: more paragraphs, etc.

Sat May 23 12:26:53 1992  Karl Berry  (karl@hayley)

	* tex.man: document slightly different path searching.

Thu May 14 19:21:49 1992  Karl Berry  (karl@claude.cs.umb.edu)

	* Version 5.851c.

Thu Apr 23 12:06:30 1992  Karl Berry  (karl@hayley)

	* tex.man, mf.man: fix nroff quote problems.
	* Makefile (sedscript): toss trailing comments.
	These changes from Andreas.

Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)

	* Version 5.851b.

Sun Apr 12 11:51:58 1992  Karl Berry  (karl@hayley)

	* tex.man: . not searched first anymore.

Fri Apr  3 09:55:14 1992  Karl Berry  (karl at hayley)

	* Version 5.851a.

Sat Mar 21 09:14:20 1992  Karl Berry  (karl at hayley)

	* patgen.man: update for patgen2.

	* *.man: (ENVIRONMENT VARIABLES): rename to `ENVIRONMENT'; remove
	  references to TEXFONTS_SUBDIR.

	* tex.man (ENVIRONMENT): mention ~.

	* Makefile (sedscript): depend using srcdir, not SITEDIR.

Fri Mar 20 16:43:23 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 stuff.

Sat Feb  1 16:45:54 1992  Karl Berry  (karl at hayley)

	* tex.man: update path searching info.

Sat Jan 11 08:47:26 1992  Karl Berry  (karl at hayley)

	* Makefile (initex.1, virtex.1): new targets.

Tue Jan  7 16:04:29 1992  Karl Berry  (karl at hayley)

	* Use `1 Jan 1992' date format.

(This ChangeLog file public domain.)