forked from latex3/latex2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.txt
10345 lines (6347 loc) · 292 KB
/
changes.txt
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
This file lists changes to the LaTeX2e files in reverse chronological order.
It is provided for convenience only. It therefore makes no claims to
completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
2018-10-11 Frank Mittelbach <[email protected]>
* ltmiscen.dtx (subsection{Verbatim}):
Provide visible space in \verb* also for XeTeX and LuaTeX (github/69)
Provide \verbvisiblespace such that it is usable in normal text (github/70)
2018-10-10 David Carlisle <[email protected]>
* ltspace.dtx: prevent space hacks adding breakpoints (github/81)
2018-10-05 David Carlisle <[email protected]>
* utf8ienc.dtx: Use hex in invalid byte error (suggested in PR 82 from mirabilos)
2018-09-30 David Carlisle <[email protected]>
* utf8ienc.dtx: Fix display of codepoints in error messages (PR 63 from mirabilos)
2018-09-28 David Carlisle <[email protected]>
* utf8ienc.dtx: Fix to handling of 4-octet UTF-8. Mostly from github PR 60
2018-09-26 Frank Mittelbach <[email protected]>
* ltmiscen.dtx (subsection{Environments}):
* ltsect.dtx (section| or |\caption|):
Sometimes mask the endline char when writing to files (github/73)
2018-09-26 Frank Mittelbach <[email protected]>
* ltdefns.dtx (subsection{Command definitions}):
In the error messages always explicitly generate a space
after the csname and not rely on \noexpand to save tokens (github/41)
2018-09-25 Frank Mittelbach <[email protected]>
* doc.dtx (section*{Index}):
Guard against following \unskip (github/23) also fixes (github/75)
2018-09-24 Frank Mittelbach <[email protected]>
* ltspace.dtx (subsection{Horizontal space (and breaks)}):
Start LR-mode for \thinspace and friends if necessary (github/49)
* ltmath.dtx (subsubsection{The UNSORTED Rest}):
Start LR-mode for \smash \phantom and variants if necessary (github/49)
* exscale.dtx (section{Implementation}):
* fontdef.dtx (subsubsection{Biggggg}):
Start LR-mode for \big and friends if necessary (github/49)
2018-09-03 Frank Mittelbach <[email protected]>
* classes.dtx
Prevent protrusion in TOC lines (https://tex.stackexchange.com/q/172785/10109)
2018-09-03 Frank Mittelbach <[email protected]>
* ltsect.dtx (section| or |\caption|):
Prevent protrusion in TOC lines (https://tex.stackexchange.com/q/172785/10109)
2018-08-24 Frank Mittelbach <[email protected]>
* ltfinal.dtx (subsection{Hyphenation}): Added
\document@default@language to latexrelease mechanism (github/68)
2018-08-11 Frank Mittelbach <[email protected]>
* inputenc.dtx Use \guillemetleft and \guillemetright
instead of old Adobe names in all encoding files (github/65)
* ltoutenc.dtx Provide \guillemetleft and \guillemetright (github/65)
* latex209.dtx Allow \guillemetleft and \guillemetright to be
(re)defined. (github/65)
2018-07-30 Frank Mittelbach <[email protected]>
* utf8ienc.dtx: added missing declarations for \j (0237), \SS (1E9E),
\k{} (02DB) and \.{} {02D9)
2018-05-29 David Carlisle <[email protected]>
* ltclass.dtx: use \csname test rather than \@ifundefined to get \relax side effect.
#########################
# 2018-04-01 PL 5 Release
#########################
2018-05-11 David Carlisle <[email protected]>
* ltfinal.dtx: Make \UTFviii@undefined@err and \UTFviii@invalid@err
also safe for initial file name for invalid UTF-8 and non-UTF-8 filesystems.
issue #48
2018-05-08 David Carlisle <[email protected]>
* ltclass.dtx:
Update to suspicious rollback code for issue #43
Make the suspicious rollback message a warning not error.
Make the current and latest options to latexrelease set the
default rollback request to 0 so package rollback is disabled.
#########################
# 2018-04-01 PL 4 Release
#########################
2018-05-03 David Carlisle <[email protected]>
* docstrip.dtx: Reset catcodes for non ASCII .ins files
#########################
# 2018-04-01 PL 3 Release
#########################
2018-04-22 Frank Mittelbach <[email protected]>
* ltcounts.dtx: added missing '.' in default for \the<counter>
when using \counterwithin (issue/38)
2018-04-10 Frank Mittelbach <[email protected]>
* docstrip.dtx (subsection{Batchfile commands}): Read 8bit input
raw to leave high bits in the code to unchanged without utf8
handling (issue 34)
Without this change a dtx file with 8bit chars in the code need to
have \UseRawInputEncoding in the .ins file to work.
#########################
# 2018-04-01 PL 2 Release
#########################
2018-04-08 David Carlisle <[email protected]>
* ltclass.dtx: Guard against spaces in \providesPackage (for issue 33)
* ltfinal.dtx: adjust UTF-8 handling in \everyjob (for issue 32)
#########################
# 2018-04-01 PL 1 Release
#########################
2018-04-07 David Carlisle <[email protected]>
* ltfinal.dtx: Reset \inputencodingname in \UseRawInputEncoding
#########################
# 2018-04-01 Release
#########################
2018-04-06 Frank Mittelbach <[email protected]>
* ltfinal.dtx (subsection{Input encoding}):
* inputenc.dtx:
Handle special case of utf8x incompatibility
2018-04-05 David Carlisle <[email protected]>
* utf8ienc.dtx: add BOM default definition
2018-03-30 David Carlisle <[email protected]>
* ltfinal.dtx: add \UseRawInputEncoding and further
adjustments to the input encoding setup.
2018-03-27 Frank Mittelbach <[email protected]>
* ltclass.dtx (subsection{Providing shipment}): ensure that
chars in the range of 128-255 are not active during filecontents
writing.
2018-03-24 David Carlisle <[email protected]>
* utf8ienc.dtx: Add \UTFviii@invalid
* inputenc.dtx: Make \inputencoding{..} do nothing if it
specified the current encoding.
* ltfinal.dtx: Default to UTF-8 input encoding
2018-03-24 Frank Mittelbach <[email protected]>
* ltclass.dtx: Package/class rollback mechanism: use full file
name to specify old release
2018-03-15 <[email protected]>
* ltxdoc.dtx: Set up \protect in index entries
2018-03-08 Frank Mittelbach <[email protected]>
* ltcounts.dtx: added \@removefromreset, \counterwithin and
\counterwithout
2018-02-18 Frank Mittelbach <[email protected]>
* ltclass.dtx: add rollback concept for packages and classes
2018-02-01 Frank Mittelbach <[email protected]>
* doc.dtx: Only use\DocStyleParms if defined
(previously the test defined it but this will change in the kernel)
2018-01-08 David Carlisle <[email protected]>
* ltvers.dtx: Modify \IncludeInRelease code to check matching \EndIncluderelease
* ldefns.dtx ltfiles.dtx ltoutput.dtx ltclass.dtx fixes to \EndIncludeInRelease
* tlb-latexrelease.lvt check \IncludeInRelease markup
2018-01-06 David Carlisle <[email protected]>
* ltvers.dtx: possible 2018-02-01 release
* ltdefns.dtx: new \@ifundefined definitions to avoid setting
csname to \relax
2017-12-17 Frank Mittelbach <[email protected]>
* latexrelease.dtx: Add \latexreleaseversion info
to \ProvidesPackage output so that different versions announce
themselves properly
2017-04-20 David Carlisle <[email protected]>
* ltvers.dtx: possible PL1
* ltluatex.dtx: glyph_stream_provider is back in luatex 1.04
#########################
# 2017-04-15 Release
#########################
2017-04-11 David Carlisle <[email protected]>
* ltoutput.dtx: add a test on the value of \prevdepth
so that the depth of the last line is preserved in forced page breaks.
2017-04-10 David Carlisle <[email protected]>
* ltplain.dtx: fix code to skip write18 for luatex.
2017-04-05 David Carlisle <[email protected]>
* ltoutenc.dtx: If a composite is declared with an undeclared
comand, declare it first as an encoding specific command that
generates an error. This allows the declared composite to
work as expected.
2017-03-29 David Carlisle <[email protected]>
* ltboxes.dtx: reset \lineskiplimit to \normallineskiplimit
in \@arrayparboxrestore. https://tex.stackexchange.com/a/359934
2017-03-28 David Carlisle <[email protected]>
* ltluatex.dtx: luatex 1.04 primitives
2017-03-27 David Carlisle <[email protected]>
* ltdefns.dtx: move the definition of \@dischyph to be after that
of \- again.
2017-03-17 David Carlisle <[email protected]>
* ltsect.dtx: Adjust the documentation of
\@afterheading and \@xsect, to document that
\clubpenalty is set locally not globally.
2017-03-13 David Carlisle <[email protected]>
* ltdefns.dtx: Update the definition of \- pr/3855
2017-03-10 David Carlisle <[email protected]>
* ltoutput.dtx: Reset \language in Output Routine
To protect hyphenation in page head.
* ltfiles.dtx: Save \document@default@language
* ltmiscen.dtx: Use \language to prevent hypenenation in \verb
Do same, replacing setting of \hyphenchar in verbatim.
2017-03-08 David Carlisle <[email protected]>
* ltclass.dtx, latexrelease.ins: support yyyy-mm-dd format
in addition to yyyy/mm/dd
2017-03-07 David Carlisle <[email protected]>
* ltluatex.dtx: remove 2017-01-20 hack for luaotfload issue
as no longer needed.
2017-02-24 David Carlisle <[email protected]>
* ltoutenc.dtx: \DeclareTextCompositeCommand check that
the accent command has been declared.
Make TU accents fall back to combining character if precomposed
character is not in the font.
#########################
# 2017/01/01 PL 3 Release
#########################
2017-02-22 David Carlisle <[email protected]>
* ltoutenc.dtx: Correction to test for empty argument in TU
accents.
#########################
# 2017/01/01 PL 2 Release
#########################
2017-02-19 David Carlisle <[email protected]>
* ltoutenc.dtx: Guard against empty base in
\DeclareTextCompositeCommand, and \add@unicode@accent.
Declare \^{} and \~{} in tuenc.def.
Declare \textquotesingle, \textasciigrave and
\textquotedbl for TU encoding (\remove@tlig version)
2017-02-18 Joseph Wright <[email protected]>
* ltluatex.dtx: parametrise Lua access to register
allocation count data
2017-02-12 David Carlisle <[email protected]>
* ltoutenc.dtx: add fallback code for \textasteriskcentered
in TU encoding (https://tex.stackexchange.com/q/353425/)
2017-01-28 David Carlisle <[email protected]>
* build.lua bugs.txt, manifest.txt: drop latexbug.tex from the
distribution
* ltoutenc.dtx, utf8ienc.dtx: add \= for YyGg
U+0232, U+0233, U+1E20, U+1E21
2017-01-27 David Carlisle <[email protected]>
* latexbug.tex: add new banner suggesting to use latexbug.sty
instead.
* tulm.fdd: New file tu*fd file sources, including tulmssq,
tulmvtt and tulmdh (all based on eu1*fd files from fontspec).
#########################
# 2017/01/01 PL 1 Release
#########################
2017-01-25 David Carlisle <[email protected]>
* tulmtt.fd: force fontdimens 3 and 4 of lmtt to zero (for xetex)
* ltoutenc.dtx: add composites for i and j duplicating those for
\i and \j
2017-01-24 David Carlisle <[email protected]>
* ltoutenc.dtx: the TeX ligature syntax for xetex and luatex was
reversed in tuenc.def
Change \textasteriskcentered from U+204E to U+2217
as the former is not available in common fonts (Latin
Modern, TeX Gyre Pagella,LinLibertine...)
2017-01-23 David Carlisle <[email protected]>
* ltvers.dtx: PL1
* ltoutenc.dtx: add commands for ascii symbols pr/4500
#########################
# 2017/01/01 Release
#########################
2017-01-20 David Carlisle <[email protected]>
* ltluatex.dtx: work around luaotfload issues 382 and 387
2017-01-10 David Carlisle <[email protected]>
* ltfssbas.dtx: Add version of \showhyphens that works in XeTeX.
2016-12-30 David Carlisle <[email protected]>
* ltluatex.dtx: build_page_insert callback and documentation updates.
2016-12-29 David Carlisle <[email protected]>
* latexrelease.dtx: re-instate the old 2014 version of
fixltx2e.sty protected by \IncludeInRelease guards
* ltboxes.dtx, ltmath.dtx: undefine internal MakeRobust commands
for latexrelease
2016-12-11 David Carlisle <[email protected]>
* ltoutenc.dtx: add TU encoding
2016-12-03 David Carlisle <[email protected]>
* ltluatex.dtx, fontdef.dtx: Add support for defaulting to TU encoding
2016-11-18 David Carlisle <[email protected]>
* ltvers.dtx: 2017/01/01
2016-11-17 David Carlisle <[email protected]>
* ltluatex.dtx call_edit callback added
2016-11-09 David Carlisle <[email protected]>
* ltclass.dtx: modify \ifx tests in \@onefilewithoptions
(latex/4497)
2016-11-07 David Carlisle <[email protected]>
* source2e.tex: Give a bit more space for section numbers
in the toc (eg 19.10, 74.17.2)
2016-10-16 David Carlisle <[email protected]>
* ltplain.dtx: luatex allows \language up to 16383,
and unlike pdftex gives an error for \language16384
(rather than treating it as 0)
2016-10-15 Joseph Wright <[email protected]>
* ltdirchk.dtx: Require e-TeX
2016-10-04 David Carlisle <[email protected]>
* ltoutput.dtx: Avoid deadcycles error building float pages
with negative sized floats
2016-10-02 David Carlisle <[email protected]>
* ltclass.dtx: update to ignore spaces between options in
\ExecuteOptions and in the option clash checking.
* ltvers.dtx: 2016/12/01 release (perhaps)
2016-09-15 David Carlisle <[email protected]>
* ltsect.dtx: documentation update, default section depth
is chapter=0.
#########################
# 2016/03/31 PL 3 Release
#########################
2016-07-29 David Carlisle <[email protected]>
* ltvers.dtx: Patch level 3
* ltplain.dtx: out by one error when \newinsert switches to
\extrafloats (tlb-newinsert-001, Maïeul Rouquette)
add \global to \chardefs in \extrafloats in case used in a group
Done as patch level as recent code so no need for \IncludeInRelease
2016-07-04 David Carlisle <[email protected]>
* ltspace.dtx: Typos in \IncludeInRelease guards (Hironobu Yamashita)
* latexrelease.dtx: use \latexreleaseversion not \fmtversion
in old latexrelease package warning (Hironobu Yamashita)
#########################
# 2016/03/31 PL 2 Release
#########################
2016-06-20 David Carlisle <[email protected]>
* ltvers.dtx: Patch level 2
* ltvers.dtx: define \@currname to be empty here (done again in ltfinal)
in case \IncludeInRelease used in a .def or .cfg file input in the format.
* ltclass.dtx: allow \@parse@version after \begin{document}
2016-06-19 David Carlisle <[email protected]>
* ltoutenc.dtx: fix \c{g} in OT1 (erroneously specified as T1 in ot1enc.def)
Adjust latexrelease to undo comma accents for old format dates
(Hironobu Yamashita)
#########################
# 2016/03/31 PL 1 Release
#########################
2016-05-08 David Carlisle <[email protected]>
* source2e.tex: Pick up patch level from ltvers (not ltfinal)
(Hironobu Yamashita)
2016-04-22 David Carlisle <[email protected]>
* ltvers.dtx, ltfinal.dtx: 4096 character classes in latest xetex.
#########################
# 2016/03/31 Release
#########################
2016-03-30 David Carlisle <[email protected]>
* ltpictur.dtx, slides.dtx: Add tests to avoid leaders of
almost zero length (latex/4452)
2016-03-13 David Carlisle <[email protected]>
* ltluatex.dtx: new insert_local_par callback in luatex 0.89.4
and contribute_filter from luatex 0.89.5
2016-02-28 David Carlisle <[email protected]>
* utf8ienc.dtx: added approximations to additional dashes
U+2010, U+2011, U+2102, U+2015
2016-02-18 David Carlisle <[email protected]>
* ltfssdcl.dtx: Modify checks in \DeclareMathSymbol and related
commands so they do not give errors for \U... required for luatex
0.87 which reports \mathchardef tokens as \Umathchar.
2016-02-15 Frank Mittelbach <[email protected]>
* doc.dtx: Fix \changes when used inside the environment env.
Use a sort of raggedright in the change history
2016-02-12 Frank Mittelbach <[email protected]>
* doc.dtx: Suppress \CheckSum check if no checksum is given in the file.
2016-02-12 David Carlisle <[email protected]>
* Lose \CharacterTable and \CheckSum from various documentation files.
2016-02-11 David Carlisle <[email protected]>
* ltluatex.dtx: adjust callback list to luatex 0.89
* ltvers.dtx: TL 2016 edition
#########################
# 2016/02/01 Release
#########################
2016-01-04 Joseph Wright <[email protected]>
* ltfinal.dtx: Drop loading XeTeX character class data,
adjust \newXeTeXintercharclass to allocate from 1 not 4.
2015-12-30 David Carlisle <[email protected]>
* ltoutenc.dtx: add \textcommaabove (Enrico Gregorio)
and several overloads in T1 encoding
for \c to \textcommabelow or \textcommasbove
https://tex.stackexchange.com/questions/282900
Add overload for (just) \c{g} in OT1 encoding.
2015-12-10 Joseph Wright <[email protected]>
* ltfinal.dtx: Load Unicode settings via new common system
(generic package "unicode-data").
2015-12-02 David Carlisle <[email protected]>
* utf8ienc.dtx: Additional accents that may be constructed in T1
encoding
2015-11-27 David Carlisle <[email protected]>
* ltluatex.dtx: test for undefined callback list latex/4445
2015-11-14 Joseph Wright <[email protected]>
* ltluatex.dtx: Updates for luatex 0.85
2015-11-18 David Carlisle <[email protected]>
* ltplain.dtx: Support extended \newwrite and \newread in luatex
2015-11-07 David Carlisle <[email protected]>
* ltvers.dtx: It's 2016 already.
#########################
# 2015/10/01 PL 2 Release
#########################
2015-10-27 David Carlisle <[email protected]>
* ltplain.dtx: globally assign the count to 256/266
when switching to extended range.
2015-10-14 David Carlisle <[email protected]>
* build.lua, manifest.txt ltpatch.ltx patches.txt bugs.txt
lose ltpatch.ltx
(which has not been used since the mechanism changed at
2015/01/01 patch level 1)
2015-10-03 David Carlisle <[email protected]>
* ltluatex.dtx (luatexbase): write lua allocation messages to the log (only)
#########################
# 2015/10/01 PL 1 Release
#########################
2015-10-02 Joseph Wright <[email protected]>
* ltvers.dtx: PL1
* ltdirchk.dtx: Allow for full reversal of LuaTeX support
* ltluatex.dtx
#########################
# 2015/10/01 Release
#########################
2015-09-07 David Carlisle <[email protected]>
* utf8ienc.dtx: \^W \^w \^Y \^y U+0174-0177
2015-09-05 David Carlisle <[email protected]>
* latexrelease.sty: increase default float list from 18 to 52
registers.
2015-09-02 David Carlisle <[email protected]>
* ltluatex.dtx (luatexbase): Adjust lua code for module messages.
2015-08-30 David Carlisle <[email protected]>
* ltplain.dtx: Add extended \newinsert, taking inserts from float
list.
2015-08-29 David Carlisle <[email protected]>
* utf8ienc.dtx: add A0 (no break space) and AD (\-), add Romanian
comma below accent for SsTt. Display U+<hex number> notation
in error message.
* ltoutenc.dtx: Add \textcommabelow accent
2015-08-23 David Carlisle <[email protected]>
* ltvers.dtx: Allow negative patch levels for pre-release
* ltdirchk.dtx, ltluatex.dtx: Do not prefix luatex primitives
* (was in ltluatex.dtx)
2015-08-06 David Carlisle <[email protected]>
* ltvers.dtx: bump date and reset patch level
* ltplain.dtx: add \string to allocation checking
* ltluatex.dtx: add luatex allocation support
* format.ins: add luatex allocation support
2015-08-06 Joseph Wright <[email protected]>
* Store Unicode data more efficiently
2015-07-30 Joseph Wright <[email protected]>
* README.txt: Retain extension when releasing
(CTAN policy change)
#########################
# 2015/01/01 PL 2 Release
#########################
2015-07-06 David Carlisle <[email protected]>
* ltvers.dtx: PL2
* ltoutput.dtx: fix docstrip guard for latexrelease latex/4434
#########################
# 2015/01/01 PL 1 Release
#########################
2015-06-27 David Carlisle <[email protected]>
* utf8ienc.dtx: fix accents for 0403,0453,040C,045C
see https://tex.stackexchange.com/q/252521/1090
2015-06-23 David Carlisle <[email protected]>
* ltfinal.dtx: set version to 2015/01/01 PL 1, and remove ltpatch.ltx system.
* ltfsscmp.dtx: use 0000/00/00 date for old version.
2015-06-20 Joseph Wright <[email protected]>
* ltunicode.dtx: Include first token in a range in
catcode settings.
2015-06-19 David Carlisle <[email protected]>
* ltvers.dtx: date
* ltplain.dtx: remove duplicated (old) definition of \newtoks and
use -1 for the first upper bound on register types that need a
contiguous range so that the allocation is never restarted at 256.
2015-06-05 David Carlisle <[email protected]>
* latexrelease.ins: add ltcounts.dtx to the latexrelease.sty sources
######################
# 2015/01/01 Release
######################
2015-05-11 Joseph Wright <[email protected]>
* ltunicode.dtx: Apply East Asian catcode settings to LuaTeX
2015-05-10 <[email protected]>
* ltlists.dtx: explicitly reset \clubpenalty to default in
\@doendpe so that a change done by a heading doesn't survive
forever
2015-05-09 David Carlisle <[email protected]>
* ltfinal.dtx, latexrelease.dtx: add the old definition of \newXeTeXintercharclass
when emulating old releases.
2015-04-28 David Carlisle <[email protected]>
* ltfinal.dtx: define \xe@alloc@intercharclass for compatibility with older xelatex.ini
2015-04-08 Frank Mittelbach <[email protected]>
* ltfssbas.dtx: Try loading fd file if family has changed
2015-04-03 Joseph Wright <[email protected]>
* Update file manifest
2015-03-31 Frank Mittelbach <[email protected]>
* latexrelease.dtx: give fixltx2e its own version number
2015-03-26 Joseph Wright <[email protected]>
* ltunicode.dtx: Rename data file to unicode-letters.def
2015-03-25 Joseph Wright <[email protected]>
* ltunicode.dtx: Add version and MD5 information to generated file
2015-03-25 David Carlisle <[email protected]>
* ltxdoc.dtx: add \MaintainedByLaTeXTeam
2015-03-18 David Carlisle <[email protected]>
* ltfssdcl.dtx: Allow math alphabets in full range 0-255
Restrict symbol fonts 0-15 (no change with classic tex)
2015-03-17 David Carlisle <[email protected]>
* inputenc.dtx: save catcode of % for latex/4420
2015-03-10 David Carlisle <[email protected]>
* ltplain.dtx: Add \hideoutput and \tracingnone, reorganise
\tracingall (as sugested by GL on c.t.t)
2015-03-03 David Carlisle <[email protected]>
* ltplain.dtx: Allocate mathgroups up to 255 in xetex and luatex
2015-02-26 David Carlisle <[email protected]>
* ltvers.dtx: \EndIncludeRelease version (multiple files affected)
2015-02-22 <[email protected]>
* latex209.dtx: Dropped \@no@font@optfalse in various places
- no longer provided by ltfsscmp.dtx.
2015-02-22 <[email protected]>
* ltfsscmp.dtx: Moved all code into latexrelease - obsolete commands are no
longer automatically part of the kernel
2015-02-21 <[email protected]>
* ltoutput.dtx, ltfloat.dtx: Fixed code for fltrace.sty and
flafter.sty that got incorporated from fixltx2e into the kernel.
2015-02-21 <[email protected]>
* ltdefns.dtx, lterror.dtx, ltfiles.dtx, ltfssbas.dtx, ltfsscmp.dtx,
ltfssdcl.dtx, ltfsstrc.dtx, ltoutenc.dtx, ltoutput.dtx, ltpictur.dtx,
ltplain.dtx, lttab.dtx, ltvers.dtx, manifest.txt:
Removed all autoloading code as this is not any longer functional.
2015-02-20 David Carlisle <[email protected]>
* fix-cm.dtx: rename from fixltx2e.dtx
2015-02-16 David Carlisle <[email protected]>
* ltoutenc.dtx: add lmtt for latex/4415
2015-01-23 David Carlisle <[email protected]>
* ltplain.dtx, ltfinal.dtx: reserve counts 256-255
2015-01-22 Joseph Wright <[email protected]>
* ltvers.dtx: Allow \everyjob to be set before latex.ltx
2015-01-20 David Carlisle <[email protected]>
* ltplain.dtx: etex \tracingall if available
* ltoutput.dtx: Reset \IncludeInRelease flags so flafter can be loaded twice.
2015-01-19 David Carlisle <[email protected]>
* latexrelease.dtx: Optional argument for \IncludeInRelease
* ltvers.dtx: Optional argument for \IncludeInRelease
2015-01-18 David Carlisle <[email protected]>
* ltvers.dtx: Add \@currname so \IncludeInRelese tests are package-local
2015-01-16 David Carlisle <[email protected]>
* latexrelease.dtx: add "current" option
2015-01-14 David Carlisle <[email protected]>
* ltspace.dtx: Modify \addpenalty so it doesn't add redundant
skips (+ and - the same value)
* fixltx2e.dtx: remove code from fixltx2e, add a stub package warning.
* ltfloat.dtx: 2 column float order (latexrelease)
* ltoutput.dtx: 2 column float order, merge with fltrace (latexrelease)
2015-01-11 David Carlisle <[email protected]>
* ltmath.dtx: fleqn version of robust \[\]
* ltcounts.dtx: Use \TextOrMath switch in \@fnsymbol (latexrelease)
* ltspace.dtx: Allow hyphenation after space hacks (latexrelease)
* ltfloat.dtx: check float options (latexrelease)
2015-01-10 David Carlisle <[email protected]>
* ltcounts.dtx: Reset all within counter levels (latexrelease)
2015-01-09 David Carlisle <[email protected]>
* ltfssini.dtx: \eminnershape from fixltx2e
* ltspace.dtx: update \addpenalty from fixltx2e
2015-01-08 David Carlisle <[email protected]>
* ltdefns.dtx: \MakeRobust from fixltx2e
* ltboxes.dtx: make \makebox \parbox etc robust
* ltmath.dtx: make \( \) and \[ \] robust
* ltlength.dtx: add = to setlength (latexrelease)
2015-01-07 David Carlisle <[email protected]>
* latexversion.dtx: New option handling
* ltvers.dtx: define \IncludeInRelease and latexvesrsion date
docstrip guards
2015-01-03 Joseph Wright <[email protected]>
* ltfinal.dtx: Load information derived from Unicode Consortium
data to set \catcode, \lccode, \uccode, \sfcode information when
using a Unicode-based engine (XeTeX/LuaTeX), and initialise
XeTeX features for line breaking between character classes.
* ltdirchk.dtx: Enable extended primitives for LuaTeX
2015-01-03 David Carlisle <[email protected]>
* latexrelease.dtx: rename from patchltx2e
* ltdefns.dtx: Use luatex compatible definition of \typein
if luatex is being used.
2014-12-30 David Carlisle <[email protected]>
* patchltx2e.dtx:
* patchltx2e.ins:
* unpack.ins:
* manifest.txt New patchltx2e package added
* ltfssbas.dtx: move allocation definition to ltplain
* ltplain.dtx: Add new allocation code for extended registers
and \extrafloats command.
* ltfinal.dtx: add \newmarks if e-tex marks are defined
* ltfinal.dtx: add \newXeTeXintercharclass in xetex
* ltfloat.dtx: \textsubscript from fixltx2e
* ltspace.dtx: definition of \@ from fixltx2e
2014-11-07 Joseph Wright <[email protected]>
* Rename 00readme.txt to README (named README.txt in the development
repository)
######################
# 2014/05/01 Release
######################
2014-09-29 Frank Mittelbach <[email protected]>
* nfssfont.dtx Typo in definition of \encoding (no change to processing)
2014-09-29 Frank Mittelbach <[email protected]>
* docstrip.dtx Typo in \Ask argument fixed
2014-09-29 Frank Mittelbach <[email protected]>
* cmfonts.fdd, ltoutput.dtx, letter.dtx, ltoutenc.stx, lterror.dtx,
* ltfssbas.dtx, ltsect.dtx, proc.dtx, fixltx2e.dtx, docstrip.dtx,
* oldlfont.dtx, ltclass.dtx, ltplain.dtx, classes.dtx, ltmiscen.dtx,
* utf8ienc.dtx, ltfntcmd.dtx, ltxdoc.dtx, encguide.tex, ltspace.dtx,
* lttab.dtx, ltdirchk.dtx, slides.dtx, ltfssdcl.dtx, ifthen.dtx,
* ltxref.dtx, ltfsstrc.dtx, source2e.tex, tlc2.err, latexbug.el,
* makeindx.dtx, lb2.err, ltlists.dtx, ltdefns.dtx, ltfinal.dtx,
* doc.dtx, ltboxes.dtx, exscale.dtx, ltfssini.dtx, ltthm.dtx,
* fontdef.dtx, usrguide.tex, ltfloat.dtx, preload.dtx, nfssfont.dtx
Typos in documentation found by Karl Berry - thanks
(date but not version number changed)
2014-08-30 Frank Mittelbach <[email protected]>
* fixltx2e.dtx: Reset all within counters in one go (pr/4393)
2014-06-10 David Carlisle <[email protected]>
* fixltx2e.dtx: add missing \fi reported by Ulrike Fischer
2014-05-13 <[email protected]>
* fixltx2e.dtx: missing dostrip guard added to prevent some float
code ending up in fix-cm
2014-04-30 David Carlisle <[email protected]>
* inputenc.dtx: Allow (x-)ascii and utf8x aliases for utf8 in
xetex/luatex
2014-04-27 <[email protected]>
* fixltx2e.dtx: change to allow for (slightly) better compatibility
with packages that change float handling but are not aware of the
modification in the core algorithm done in fixltx2e
* syntonly.dtx: fix to work together with fixltx2e