summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog
blob: fcf49d6c6f3a064232ea3a2da6b517c294b70ce6 (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
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
2015-10-25  Jim Hefferon  <jhefferon@smcvt.edu>

	* Correct errors reported by CTAN, including my lack
	of a SVN $Id tag for the README.

2015-10-24  Jim Hefferon  <jhefferon@smcvt.edu>

	* New version for CTAN, since there were lots of updates over the
	summer.  Just English for the moment; we need to smooth the process
	for other languages.

	* Makefile (distzip): the phony target was not doing the recipies;
	changed name of a variable to distzip.

2015-10-12  Karl Berry  <karl@freefriends.org>

	* Makefile (dist): remove spanish stuff, just do english.

2015-10-12  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Footnotes): Add remark that getting biblio
	references in footnotes depends on the bibliographic style.

2015-10-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e-fr.texi (Page breaking): Translate menu entries
	(\cleardoublepage, \clearpage, \newpage, \enlargethispage)
	(\pagebreak & \nopagebreak): Translate these nodes
	(Footnotes, \footnote, \footnotemark, \footnotetext)
	(Footnotes in a table, Footnotes in section headings): Take into
	account Jim's edits of 2015-10-09, 2015-10-04, 2015-10-03, &
	2015-09-29.

	* latex2e.texi (\cleardoublepage, \clearpage): Clarify that only
	pending floating tables & figures are cleared.
	(\newpage): `see @code{\clearpage} above' -> `@pxref{\clearpage}'
	(Footnotes): Make the exact quotation of Noël Coward, and correct
	his first name spelling.

2015-10-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Multiple references to a footnote): Add this node.
	Adjust related nodes.

2015-10-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Footnotes of footnotes): Add this node.

2015-10-10  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\makelabels): Add more on how to customize
	label sizes, etc.

2015-10-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e-fr.texi (Environments): Merge menu entries for nodes
	quote & quotations after Jim's edits of 2015-09-28
	(quotation and quote): Merge nodes quote & quotations after Jim's
	edits of 2015-09-28
	(tabbing): Translate this node.

2015-10-09  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Footnotes in a section heading): Add node,
	provide examples.

2015-10-08  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e.texi (\makelabels): @var{...}-ify argument 'to addess',
	and @code{...}-ify class name.
	(\signature): Improve wording. Remove spurious space before '\\'
	in the \signature example with picture.

	* latex2e-fr.texi (Low-level font commands): typo.
	(\item): typo.
	(Letters): Translate from Jim's updates.
	(Letters): Remove menu entries for \startbreaks & stopbreaks, as
	per Jim's update.
	(\makelabels): Translate from Jim's updates and improve text
	significantly.
	(\name): Translate this node.
	(\opening): Translate this node.
	(\ps): Add synopsis, as per Jim's update.
	(\signature): Translate this node.
	(\startbreaks, \stopbreaks): Remove nodes \startbreaks &
	stopbreaks, as per Jim's update.
	(\telephone): Take into account Jim's updates.

2015-10-04  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Footnotes in a table): Provide examples.
	Fold minipage discussion into opening.

2015-10-03  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Footnotes, Footnotes in a table): Provide examples.
	This is a confusing topic.

2015-09-29  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Footnotes): Provide examples.

2015-09-28  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\quotation and \quote): Combine the two,
	contrast them, provide example.

2015-09-27  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Letters): \opening is required.

2015-09-26  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\makelabel): Reword, add examples.  Omit \stopbreaks
	and \startbreaks as those are not user-directed commands.

2015-09-25  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\signature): Reword, add examples.

2015-09-23  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Letters \address, \closing, \location): Add examples.
	The intent of \location is hard to understand; for Willy the Mailboy?

2015-09-23  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Letters): Add synopsis, examples.

2015-09-22  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi (filecontents): Add Jim's 2015-09-18 (r439) edits.
	(\addvspace): Add Jim's 2015-09-13 (r432) edits.
	(\vspace): Translate this node.

	* latex2e.texi (filecontents): Use `write' instead of  `create' also in concept index. Improve wording


	* latex2e{,-es,-fr}.texi: Improve Emacs cookie to force LF eol

	* latex2e{,-es,-fr}.{dbk,html,info,txt,xml}: Set svn property svn:eol-style to LF

	* latex2e-{es,fr}.{dbk,html,info,txt,xml}: Compile these files
	again, because of eol problem.

2015-09-21  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-{es,fr}.{dbk,dvi,html,info,pdf,txt,xml}: Compile these files

	* latex2e-fr.texi (\addvspace): typo.

2015-09-18  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (filecontents): Corrections suggested by JB.

2015-09-17  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* ChangeLog: Correct typo on Jim's surname Hefferson->Hefferon.

	* latex2e.texi (Subscripts & superscripts): typo sub->super. Improve wording.
	(\hrulefill \dotfill): Use `@dmn{...}' rather than
	`@tie{}...' for the spacing to unit.

	* latex2e-fr.texi (\newline): Translate this node.
	(figure): place \label after caption, following Jim's 2015-09-11
	change.
	(Subscripts & superscripts): translate Jim's 2015-09-15 update.
	(\hrulefill \dotfill) Merge nodes \hrulefill and \dotfill, and
	take Jim's 2015-09-13 additions

2015-09-15  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Subscripts & superscripts): Add examples.

2015-09-15  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (Starting and ending): Add @cindex environment
	(Spaces, \(SPACE) and \@@, \(SPACE) after CS): Move text how to
	control space gobbling after a control sequence from node
	`\(SPACE) and \@@' to a new node `\(SPACE) after CS', and add more
	tricks to do that.

	* latex2e-fr.texi (Starting and ending)
	(Spaces, \(SPACE) and \@@, \(SPACE) after CS)(Spaces): Same
	changes as for latex2e.texi.
        (Overview): add @: after some abbrev ending periods.
	(Font styles): Follow Karl's changes of
	2015-04-26, "deux choses très différentes"->"deux constructions
	sans relation l'une avec l'autre"
	(Starting and ending): Follows Karl's change of 2015-04-26
	(\- (hyphenation)): Translate this node.
	(\noindent): Follow Jim's changes of 2015-09-14: example + how to
	suppress indentation in a whole document.
	(Spaces, \@@, \(SPACE)): rename node \AT->\@@ following Karl's
	change of 2015-05-05, and \SPACE->(SPACE) following Jim's change
	of 2015-09-08.
	(\frenchspacing) Add new nodes, following Jim's edits of 2015-09-12.
	(beamer template, book template): Follow Karl's changes of
	2015-04-26: transpose to make alphabetical.
	(beamer template, tugboat template, beamer template): Translate
	these nodes.
	(Command line): Follow Karl's changes of 2015-04-26: xref TeX
	engines, --help, etc.
	(eqnarray): Follows Karl's change 2015-04-26 `much
	like'->`similar', plus typo.


2015-09-14  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\noindent): Add example.

2015-09-14  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (Spacing in math mode): Add missing @findex entries
	for \thickspace, \medspace & \thinspace. Typo tht->that.

	* latex2e-fr.texi (Units of length, Spacing in math mode):
	Translate these nodes, move the math spacing to the `Spacing in
	math mode' node, following the Jim's 2015-09-06 change.

2015-09-13  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\hrulefill \dotfill): Add example, merge the
	two nodes.

2015-09-13  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\addvspace): Add explanation, and link to
	Lengths.

2015-09-12  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\vspace, \vfill): Add wording and example to
	each node.

2015-09-12  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\frenchspacing): Move node to Spacing.

2015-09-12  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\frenchspacing): Add this node.

2015-09-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newline): Add description of what happens in
	a table.  Add example.

2015-09-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\\): Split \\ from \\*.  Mention
	\newline.  Add example.

2015-09-09  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\(SPACE) and \@): Combine the two nodes.  Include
	description of \@ both before and after a period.

2015-09-08  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\(SPACE)): Extend explanation.  Change name to
	include the parens (possible a newbie would type \SPACE?)

2015-09-07  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Lengths, \hspace): Give a definition of rigid
	and rubber lengths, and of infinite stretchability.  Adjust
	definition of \hspace to not use square braces as metacharacter.

2015-09-06  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Spacing in math mode): Move math mode lengths
	to here and add whether they work also in text mode.

2015-09-04  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi: Add macroes BES & BESU to support compilation of math symbols with texi2pdf.
	(Symbolic footnotes): Complete translation of this node
	(Making paragraphs): typo ligne->lignes.
	(Marginal notes): Translate this node.
	(Math formulas): Translate this node.
	(Subscripts & superscripts): Translate this node.
	(Math symbols): Initiate translation of this node (not yet complete...).
	(Spacing in math mode): Translate section title.
	(\thispagestyle): Translate this node.
	(Spaces): typo, change gender of word `espace' (feminine instead
	of masculine as far as spacing is concerned).

	* latex2e.texi: Add macroes BES & BESU to support compilation of math symbols with texi2pdf.
	(Math symbols): typo succceeds-> succeeds, (symbols \succ & \succeq).
	(Marginal notes): Add reference to Document class options as far
	as one-sided, two-sided and two-column layouts are concerned.
	(Subscripts & superscripts): Use @var{...} instead of @i{...} for argument `exp'.
	(Math symbols): Use macros BES and BESU in roder to fix broken texi2pdf compilation.
	(Math symbols): typo operatior->operator (symbols \cap, \circ, \cup, \bigodot, \oplus, \otimes
	(Math symbols): symbol \varsigma : variant \pi->\sigma ; symbol \vartheta : variant \pi->\vartheta.
	(\makebox): reword is specified->can be overriden, because width is optional.
	(\makebox): @code{...}-ify environment name picture.

2015-08-29  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi (\linethickness): Typo.
	(\thicklines, \thinlines, \shortstack, \/, \hrulefill)
	(\bigskip \medskip \smallskip, tabular, Lengths, \dotfill, \addvspace): Translate this node.
	(table): Typo.
	(Units of length): Add this node from Jim's 2015-08-26 edits.

	* latex2e.texi (Lengths): Make `length' a @dfn{...} rather than a @code{...}.
	(Units of length): add concept index entries `ex' and `m-width'
	 (\addvspace): @var{...}-ify word `length'.


2015-08-27  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (Units of length): Use `@dmn{...}' rather than
	`@tie{}...' in new node added by Jim.

2015-08-26  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Units of length): Add new node in Lengths.

2015-08-25  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (tabular): typo : horozontal->horizontal.

2015-08-24  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (picture): (width,height)(x offset,y offset)->(@var{width},@var{height})(@var{xoffset},@var{yoffset})
	(picture): make position a concept index entry, and @dfn{...}-ize it.
	(picture): Improve wording as far as the two arguments of picture environment are concerned.

	* latex2e-fr.texi (minipage): complete translation of this node.
	(picture): Translate this node.
	(\framebox (picture)): @var{width}->@var{largeur}

2015-08-23  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi (file preamble): Add comment about glossary
	resources useful for French translation
	(file preamble) improve wording.
	(Layout): add Float menu entry, as per Jim Hefferon's 2015-08-22 and 2015-08-21 changes.
	(Floats, figure, table) Translate Jim Hefferon's 2015-08-22 and
	2015-08-21 changes to French.
	(\centering): typo
	(flushleft, \raggedright): Improve wording.
	(flushright, \raggedleft): Translate these nodes.
	(quotation, Making paragraphs): ligne blanche->ligne à blanc

	* latex2e.texi (Floats): typo insert comma.
	(Floats): figure->float
	(Floats): make "float page" a concept index entry, and @dfn{...} it.
	(Floats): restrict the word "specifier" to one letter element of
	parameter, use word "argument" for the full string of specifiers.
	(Floats): typo acceptible->acceptable
	(figure): text->title, improve @var name
	(flushright): string->control sequence
	(table): make title a @var, and add missing optional loftitle argument.

2015-08-22  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Floats): Change some wording, move description of
	how float body is typeset to figure and table nodes.

2015-08-22  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (various): Corrected Subversion mistake overwriting
	changes in other spots.

2015-08-21  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Floats, figure, table): Break the float material
	common out to a separate node.  Add descriptions of how to deal
	with issues.  Shrink the figure and table nodes by the common
	material.

2015-08-20  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi (Output files, @TeX{} engines, \line)
	(Glossaries): Remove @acronym on Karl's request
	(\raggedright): Translate this node to French.

	* latex2e.texi (Output files, @TeX{} engines): Remove @acronym on Karl's request

	* latex2e-es.texi (Glosarios): Remove @acronym on Karl's request

2015-08-19  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\parbox): reword.
	(flushleft): missing period.

	* Makefile (xref_suffixes): no auxs or tocs.

2015-08-19  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (flushleft): string->control sequence.

	* latex2e-fr.texi (flushleft): Translate this node. Reword string->control sequence.

	* Makefile (xref_suffixes): New variable usable for realclean target doing a *real* clean.

	* latex2e.texi (\oval): Reword 'portion' to 'half' and also add
	optional arguments 'tr', 'br', 'bl' and 'tl'.

	* latex2e-fr.texi (Top, Starting and ending): Starting &
	ending->Starting and ending, node renaming.
	(Overview): typo in chapter title
	(Overview): Translates 2015-08-14/18 changes by Jim Hefferon,
	this implies making node 'Starting and ending' a subnode of node
	'Top', and creating new nodes 'Output files', '@TeX{} engines' and
	'@LaTeX{} command syntax'
	(Environment, Declaration): new nodes, sbubnodes of '@LaTeX{}
	command syntax', translated from 2015-08-14 change by Jim
	Hefferon.
	(description, enumerate): Translate 2015-08-17 changes by Jim
	Hefferon.
	(list, \item): Translate 2015-08-13 changes by Jim Hefferon: add
	\item node, and subordiante it to list node.
	(\multiput): Finalize translation of this node.
	(\oval): Translate this node, with rewording portion->half. Add
	also optional arguments 'tr', 'br', 'bl' and 'tl'.

	* latex2e.texi (Overview): file-> input file, for sake of clarity.
	(Overview): Programs that implementation @LaTeX{}->Programs that
	can compile @LaTeX{} source.
	(Output files, @TeX{} engines): Use @acronym{...} for DVI and PDF.
	(@TeX{} engines): command->system command, for sake of clarity.
	(@LaTeX{} command syntax): command->command names, for sake of clarity.

2015-08-18  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (eqnarray, equation): Add more description.  Add
	example to eqnarray.  Add note about amsmath to equation.

2015-08-17  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (enumerate): Add more description. Combine best
	parts of this and description description.

2015-08-17  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (description): Add error message if \item is
	left out.

2015-08-14  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Environment, Declaration): Create these two nodes
	subordinate to LaTeX command syntax.  Refer node item to LaTeX
	command syntax.

2015-08-13  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (list, \item): Add node for this command, subordinate to
	the list node.

2015-08-13  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (array): Fix description of optional position
	argument for array.

2015-08-12  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (displaymath): Integral wrong. Couple of other
	typos.

2015-08-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (document): Add nodes for \AtBeginDocument and
	\AtEndDocument.

2015-08-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (displaymath): Add detail and an example.  Include
	note on why $$ is not recommended.

2015-08-09  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (description): Add detail and an example.

2015-08-08  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (center, \centering): Add detail, including
	distinguishing the two and examples.

2015-08-05  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e.texi (\indent): remove "width of" concering concerning
	\parindent length.

	* latex2e-es.texi (Acentos): Change "sobre" to "debajo de" for \b
	(\indent): change "al ancho de la longitud" to "la longitud"
	concerning \parindent length.

	* latex2e-fr.texi (Tables of contents): Translation of this node.
	(\alph \Alph \arabic \roman \Roman \fnsymbol, Boxes): Typoes.

2015-08-03  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (array): Adjust wording.

2015-08-02  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (array): Refer to tabular for details.  Add suggestion
	to use amsmath to get fences, and change example to make
	justification vaguely defensible.

2015-08-02  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (multicolumn): Adjust description of how intercolumn
	material is placed.  I shall get this right eventually, I suppose.

2015-08-01  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (multicolumn, vline, cline, hline): Adjust
	wording.

2015-07-31  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (vline, cline, hline): Add examples.  Also describe
	how columns are counted.

2015-07-30  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi (Top): Correct menu item French translation for "Making paragraphs"
	(itemize): typo, remove left-over English word "dash"
	(Making paragraphs): typoes.
	(\indent, \noindent, \parskip, \parbox): Translate to French these nodes.

	* latex2e.texi (Text symbols): Correct -- for --- for en-dash

2015-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-es.texi (Acentos): Make references between \underbar and \b.

	* latex2e.texi (Accents): Make references between \underbar and \b.

	* latex2e-fr.texi (Accents, quote): Translate these nodes.
	(Accents): Make references between \underbar and \b.

2015-07-22  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (tabular, multicolumn): Add more content,
	and examples.

2015-07-22  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Page layout parameters): Add marginal notes
	parameters; correct some default values and adjust wording
	for uniformity.

2015-07-15  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Page layout parameters): Add paperheight
	and paperwidth; also list those sizes in Document class options.

2015-07-13  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Done all symbols.

2015-07-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Through the S's.

2015-07-10  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Through the P's.

2015-07-09  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Into the P's.  Move
	the unicode glyph to the start of each entry to make
	easier scanning for the desired symbol.

2015-07-08  Vincent Belaïche  <vincent.belaiche@gmail.com>

	* latex2e-fr.texi (Line breaking, \savebox): Translation to French.
	(Sectioning): Typo.

2015-07-08  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Through the N's.

2015-07-07  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Through the M's.

2015-07-06  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): More L's.

2015-07-05  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Unicode code points into L's.

2015-07-03  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Unicode code points through G.

2015-07-02  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Unicode code points through D.

2015-07-02  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Unicode code points through B.

2015-07-01  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Math symbols): Add unicode code points to a few;
	experiment with relevant info.

2015-06-23  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\flushbottom, \raggedbottom): Expand definition.
	Change word from `declaration' to `command'.

2015-06-22  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\twocolumn): Expand definition of the two-column
	parameters.

2015-06-21  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\twocolumn): Expand definition of the double
	float parameters.

202015-06-20  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\twocolumn): Add example.

2015-06-20  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\value, \newlength): wording.

2015-06-19  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Document class options): mention the geometry package.
	(@TeX{} engines) <xelatex>: mention xdv files.
	(\newcommand & \renewcommand): reorder examples; still in process.

2015-06-18  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\newsavebox): wording.

2015-06-17  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\newfont): put obsolete note earlier.
	(\newtheorem): wording.

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

	* latex2e.texi (Low-level font commands): reformat the tables.

2015-06-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Low-level font commands): More about options.

2015-06-11  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Low-level font commands): Add some information about
	options.

2015-06-09  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: Let's consistently have one blank line
	between the sectioning command and the following index entries,
	one blank line above @example, and two blank lines above @node.
	It's a theory ...
        (\newfont): wording.  Typos.

2015-06-09  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newfont): Couple of minor wording changes.

2015-06-06  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newfont): Expand definition.  Add example.
	Warn that it is obsolete.

2015-06-06  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newtheorem): Expand definition.  Add examples
	covering both optional arguments.

2015-06-05  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newsavebox): Expand definition.

2015-06-04  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Document class options): To a4paper, etc.,
	add note that pdflatex, xelatex, lualatex do not set physical
	page size.

2015-06-03  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\value): Expand description, put in warning about
	\protect, add examples.

2015-06-02  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\protect): Expand description, add examples.

2015-05-30  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newlength): Add details, including that the name
	must begin with a backslash.

2015-05-29  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\providecommand): Add node.

2015-05-28  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newcommand & \renewcommand): Realized environments
	do delimit scope.

2015-05-27  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newcommand & \renewcommand): Copy recent edits to
	\newcommand over to \newenvironment; make needed adjustments.

2015-05-26  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newcommand & \renewcommand): Add two fine points
	about \newcommand.

2015-05-25  Karl Berry  <karl@freefriends.org>

	* Makefile (texi2html_top): New variable.
	(texi2html): use it.

	* latex2e.texi (\label),
	(Font styles),
	(\newcounter, \stepcounter, \refstepcounter),
	(\newcommand & \renewcommand):
	tweak new and old examples and text.
	(Math formulas): Consistently use "xx" with "not in plain".

2015-05-25  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newcommand & \renewcommand): Add examples.  Drop
	square brackets around * since square brackets are significant.

2015-05-22  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\label): Add example of \label picking up
	numbering in two places.

2015-05-19  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Font styles): Add that \mathxx commands do not
	nest.  Move them to make a different, third, area.  Break \emph out of
	non-semantic command list.

2015-05-17  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (many nodes): Corrections to typos reported by
	Justin Gassner.

2015-05-16  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\newcounter, \stepcounter, \refstepcounter): Expand
	definitions, particularly of the definition of one counter numbered
	within the other.

2015-05-15  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (\usecounter): Expand definition; give example.

2015-05-13  Jim Hefferon  <jhefferon@smcvt.edu>

	* latex2e.texi (Counters): reword to clarify backslash.

2015-05-12  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (@settitle): unofficial.
	(About this document): reword a bit.
	(UPDATED): now it's May.
	More indexing.

	* Makefile (check-dw): new target.
	* latex2e.texi: remove doubled words.

	* Makefile (txt_files): add aspell.en.pws.
	(check-en): try spell-en first.

2015-05-08  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Non-English characters): tersely define \dj \DJ
	and \ng \NG (without typesetting).
	* Makefile (spell): exclude \command names.
	* aspell.en.pws: new file.

2015-05-08  Jim Hefferon  <jhefferon@smcvt.edu>
        and Karl Berry  <karl@freefriends.org>

        * latex2e.texi (LaTeX command syntax): (Re-)include description of
        command syntax, inspired by alt-latex-info.

2015-05-08  Karl Berry  <karl@freefriends.org>

	* Makefile (en, es, fr, spell, svr, svd): new targets.
	(all): rework target.
	(all_suffixes, txt_files): new vars.

2015-05-07  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: some typos.
	* latex2e-es.texi: can't use \sup with current texinfo.tex.
	* Makefile: simplify to be maintainable at the cost of some
	redundancy (sorry, Vincent).

2015-05-06  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\alph \Alph \arabic \roman \Roman \fnsymbol):
	use @U to show the footnote symbols.

2015-05-05  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: More indexing.  Always ", etc.".  Use of @dmn.
	(Modes): re-paragraph the descriptions.
	(\@@): Rename from \AT, now that Texinfo can handle @ in node names.

2015-04-26  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Starting and ending): rename from
	Starting & ending.  Leave anchor behind.

	* latex2e.texi (Starting & ending): make a section.
	Notes for a new syntax section.
	More on the example document.
	From Jim, 22 Apr 2015 15:06:24 +0000.
	(beamer template, book template): transpose to make alphabetical.
	(Command line): xref TeX engines, --help, etc.

2015-04-23  Jim Hefferon  <jhefferon@smcvt.edu>
        and Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Output files, TeX engines): new nodes.
	Jim's original msg, 20 Apr 2015 12:42:23.
	(Independently, eliminate some "very"s throughout.)

2015-04-20  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (About this document, Overview): more clearly
	separate these nodes.  From Jim, 14 Apr 2015 19:57:21.

	* latex2e.texi (Document classes): Add descriptions of built-in
	LaTeX classes.  From Jim, 12 Apr 2015 22:10:47.

2015-04-10  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Font styles): mention \nocorr and \nocorrlist.
	(\/): mention automatic insertion from \textit and \itshape, etc.
	From Jim, 10 Apr 2015 00:13:39.

2015-04-08  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\bigskip \medskip \smallskip): add defaults,
	other tweaks.  From Jim Hefferon, 7 Apr 2015 23:45:50.

2015-04-07  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: start update for 2015.
	Index pict2e (was curve2e) and other packages.
	(\put): format synopsis like others, etc.
	(\newcounter): metavar name supercounter.

2015-02-22  Karl Berry  <karl@freefriends.org>

	* Makefile (texi2html): use -c TOP_NODE_UP_URL
	 (to be in next Texinfo release).

	* latex2e.texi (Math functions): avoid \sup, since @sup
	is now a Texinfo command (for the next release).

	* latex2e.texi (\alph \Alph \arabic \roman \Roman \fnsymbol):
	\Roman for second @item.  Typo reported by Jose Atria.

2014-11-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e-fr.texi: Progress translation to French

	* Makefile: add targets check-fr, check-en & check-es.

	* latex2e.texi (node figure): typo occuped->occupied.
	(node filecontents): Make it clear that it is about
	files not documents.

2014-10-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* Makefile: Add target `check' to compile each manual once with tex
	and once with makeinfo. This is faster than using target `all'.

2014-10-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e.texi (\setcounter): replace @var{\counter} by @var{counter}

	* latex2e-es.texi (\setcounter): Same change as latex2e.texi

	* latex2e-fr.texi (\setcounter): Same change as latex2e.texi.
	Progress Translation to French.

2014-10-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e-es.texi (\pagenumbering): use @backslashchar{} within
	@vincentb in order to compile with tex.

2014-10-17  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\newcommand & \renewcommand): fix explanation of
	optarg; its default value is never "def", that was a misreading
	of latex209.dtx.  Rename to optargval.  From Vincent.

	* latex2e.texi (\alph): avoid UTF-8 or @document*, sorry.
	(\thinspace): this is not the place to use @dmn.
	(figure) <bottomnumber, etc.>: these are counters not control
	sequences, so no \.

	* latex2e-es.texi (\put): @vincentb, not @vincenb.

2014-09-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e.texi (\put): Make coordinates within @var{...} and add
	explicit reference to them in the text.
	(\usebox): typo add missing closing curly bracket

	* latex2e-es.texi (\put): Same as latex2e.texi (except that
	\usebox node was ok).

	* latex2e-fr.texi (nodes \put, \usebox): Same as
	latex2e.texi. Progress translation to French.

2014-09-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e.texi (document header): Set @documentencoding and
	@documentlanguage.
	(document footer): Add Emacs file local variable to specify
	ispell dictionary.

	* latex2e.texi (\pagenumbering): Clarify that \pagenumber
	also resets page number to 1.
	(\alph \Alph \arabic \roman \Roman \fnsymbol):
	add UTF-8 symbols next to symbol names for \fnsymbol.
	(\newcounter): rename @var{cnt} ->
	@var{countername}, and @var{countername} -> @var{super}, and make
	it explicit in the text that @var{super} is the name of a counter.
	(\newlength): @code{length} command -> @dfn{length} command.
	(document footer): Add Emacs file local variable to specify
	encoding.

	* latex2e-es.texi: Similar changes as latex2e.texi.
	(\newlength): Also translate length to longitud, as this is
	not a reserved word, we just mean an instruction to manage one
	length.

	* latex2e-fr.texi: Similar changes as latex2e.texi. Progress
	translation to French.

2014-09-10  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e.texi (\thinspace): em -> @dmn{em}.

	* latex2e-es.texi (\thinspace): same as latex2e.texi.

	* latex2e-fr.texi:  Progress translation to French.

2014-09-08  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e-fr.texi: Progress translation to French.

	* latex2e.texi (node Modes): replace `-' by `---', and `The box
	make by' by `The box made by'.
	(node Math miscellany): correct typo `for examp*l*e'.

2014-08-30  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e-es.texi (\vector): correct bug involved by renaming
	y-slop/x-slop to declivex/declivey --- as I used @vincentb macro
	encapsulation to mark my change, it made \ of \vector no longer a
	"other" character.

2014-08-29  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* Makefile: add definition of variable all, for clean to work. Add
	squeaky as a synonym of realclean. Add in comment generic line for
	other language being zipped to to dist.

	* latex2e-fr.texi: Progression traduction

	* latex2e.texi (node Page layout parameters): correct typo clase -> classes
	(node array): `in that row' -> `in each row of that column

	* latex2e-es.texi (node array): `el número de elementos y deben
	tener el formato' -> `cual formato debe tener cada linea en esta
	columna'


2014-08-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>

	* latex2e.texi (node Boxes): add @code{...} encapsulation.
	(\dashbox): replace @code{...} by @var{...} for \dashbox
	parameters in last sentence. (nodes \line & Glossaries) add
	@acronym{...} around CTAN.
	(\makebox of picture): use @example environment for the
	synopsis, and @var{...} for the parameters.
	(\vector): rename x-slope, and x both to xslope, respectively
	for y-slope and y, and use consistently @var{...} encapsulation.

	* latex2e-es.texi (node Cajas): same as latex2e.texi.
	(\dashbox): same as latex2e.texi. Rename parameter
	@var{dlargo} to @var{glargo}, with 'g' for guión (aka
	dash).
	(nodes \line & Glossarios): same as latex2e.texi.
	(\makebox of picture): same as latex2e.texi.
	(\vector): same as latex2e.texi.

	* latex2e-fr.texi (node Boxes): same as latex2e.texi.
	(\dashbox): same as latex2e.texi.
	(nodes \line & Glossaries): same as latex2e.texi.
	(\makebox of picture): same as latex2e.texi.
	(\vector): same as latex2e.texi.
	Progress further translation to French.

2014-08-17  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e.texi: (node Layout) Add @code{...} around \headheight
	and \footskip in `Page layout parameters' menu entry

	* latex2e-es.texi: Same change as in latex2e.texi

	* latex2e-fr.texi: Same change as in latex2e.texi. Continue
	progressing translation to French.

2014-08-11  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e.texi: Add @code{...} encapsulation in some places to
	class names letter, slides, book, report, article, and to
	environement theorem.
	(Document class options) Add missing closing bracket.

	* latex2e-es.texi: Same changes as for latex2e.texi.

	* latex2e-fr.texi: Same changes as for latex2e.texi. Progress
	translation to French.


2014-08-10  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e.texi: (Overview) change wording about case sensitivity.

	* latex2e-es.texi: (Descripción) same change change as for latex2e.texi about case sensitivity.

	* latex2e-fr.texi: (Overview) same change change as for
	latex2e.texi about case sensitivity. (Whole document) Put in place
	same structure as for original and progress translation.

2014-08-01  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e-fr.texi: Creation --- still very approximate & preliminary...

	* Makefile: Make it generic

2014-07-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e.texi (\LaTeXe),
	* latex2e-es.texi (\LaTeXe): document LaTeX2e log.

2014-05-19  Karl Berry  <karl@freefriends.org>

	* May 2014 release for TeX Live 2014.

2014-02-28  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (filecontents): tweak language.
	(Font styles): mention my disagreement with the oft-stated
	notion that \tt, et al., are "obsolete".

2014-02-27  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e.texi (filecontents): Clarify that LaTeX2e default
	filecontents environment DOES NOT overwrite existing files, you
	need filecontents package for that.

	* latex2e-es.texi (filecontents): Align on the English version.

2014-02-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e-es.texi: Align Spanish translation with changes made by
	Karl on 2014-02-23, and also some changes done before that.

2014-02-25  Vincent Belaïche  <vincent.b.1@hotmail.fr>

	* latex2e.texi: Correct typo, rm duplicate 2014 in copyright notice.

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

	* latex2e.texi (@title): put the "unofficial" label here,
	not just the subtitle.
	(Typefaces): Rename to "Fonts", since the chapter is about both,
	and the latter is far more commonly used.  Also fix truncated
	sentence about italic correction.

2014-02-02  Vincent Belaiche  <vincent.b.1@hotmail.fr>

	* latex2e-es.texi (\includeonly, \input): correct @code for
	@section titles, plus \@fnsymbol not \fnsymbol.
	http://gna.org/bugs/?21582

2014-01-31  Karl Berry  <karl@freefriends.org>

	* latex2e-es.texi (filecontents): new node from
	Vincent Belaiche. http://gna.org/bugs/?21569
	* latex2e.texi: likewise, plus edits.

2013-05-13  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Font styles): mention \oldstylenums.
	(picture): \unitlength default is 1pt.

2013-04-25  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\newcommand & \renewcommand): mention * form;
	try to clarify optional arg defaults.
	(beamer template): link to one of the many web pages about this.
	(\AT): make example output better match input.

2013-04-25  Mandar Mitra  <mandar.mitra@gmail.com>

	* ltx-help.el (latex-help): handle try-completion returning a
	string for a partial match, vs. t for exact match.

2013-04-25  Karl Berry  <karl@freefriends.org>

	* ltx-help.el: untabify, doc fixes.

2012-05-10  Karl Berry  <karl@freefriends.org>

	* May 2012 release for TeX Live 2012.

	* latex2e.texi (About this document): mention a few other docs.
	(eqnarray): don't use it; reference Madsen article
	(figure): ! float specifier, \*number parameters.
	(Math accents): mention \mathring.

2012-04-25  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: Index \extracolsep, template list at
	http://tug.org/interest.html#latextemplates, other template updates,
	etc.

2011-05-12  Karl Berry  <karl@freefriends.org>

	* May 2011 release for TeX Live 2011.

	* latex2e.texi (Text symbols): \texttwelveudash is a 2/3 em-dash,
	and remove spurious duplicate \textordfeminine entry.
	Report from Eric Jablow, 12 Apr 2011 05:17:47.

2011-05-05  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Document templates): Add link to
	http://www.howtotex.com/templates.

2011-05-03  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Overview): mention other engines, etc.
	(About this document): new node, for bug address, home page, etc.

	* latex2e.texi (Page layout parameters): discuss \linewidth
	vs. \columnwidth vs. \textwidth vs. \hsize in more detail.

2010-09-03  Karl Berry  <karl@freefriends.org>

	* latex2e-es.texi: translation to Spanish, from Nacho Pacheco,
	27 Aug 2010 19:15:47.
	* Makefile: also build the Spanish.

2010-09-03  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: update TUGboat sample.

	* Makefile (%.html): use new perl makeinfo (texi2html), so no need
	for g_t kludge.

2010-07-12  Karl Berry  <karl@freefriends.org>

	* July 2010 release for TL 2010.

	* latex2e.texi (Text symbols): add many from ltoutenc.

2009-12-25  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Symbolic footnotes): new section.

2009-11-01  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Accents): add \underbar, although it isn't an accent.
	(Math miscellany): better distinguish \underline and \underbar.

2009-10-27  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Line breaking, Page breaking): move to earlier,
	matching top-level @menu.

2009-09-07  Karl Berry  <karl@freefriends.org>

	* September 2009 release for TL 2009.

2009-04-23  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Indexes): add considerably more info.

2008-06-12  Karl Berry  <karl@freefriends.org>

	* 2.0 release for ctan.org/get/doc/latex-info, and TeX Live 2008.

2007-11-05  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \put \raggedbottom

2007-11-04  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \ps \psi \Psi \pushtabs

2007-11-03  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \protect

2007-10-29  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (math): \Pr \prec \preceq \prime \prod \propto.

2007-10-28  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Text symbols): \poptabs \pounds.

2007-10-25  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \perp \phi \pi \Pi \pm \pmod

2007-10-24  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \part \partial

2007-10-23  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \parskip

2007-10-22  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \parsep

2007-10-21  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \parindent

2007-10-20  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \parbox

2007-10-17  Karl Berry  <karl@freefriends.org>

	*  latex2e.texi: \paragraph \parallel

2007-10-16  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \pagestyle

2007-10-15  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \pagenumberingstyle \pageref

2007-10-11  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \oplus \oslash \otimes

2007-10-10  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \onecolumn \opening

2007-10-08  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \dot \oe \OE \oint \omega \Omega \ominus

2007-10-07  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\oddsidemargin)

2007-10-06  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \obeycr, \restorecr; split page/line breaking into
	separate chapters.

2007-10-05  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \not \notin \nu \nwarrow \o \O

2007-10-04  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\normalmarginpar \normalsize)

2007-10-03  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \nopagebreak

2007-06-27  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \flat \flushbottom

2007-06-26  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \evensidemargin \exists \exp \fbox \fboxrule
	\fboxsep

2007-06-25  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \epsilon \equiv \eta

2007-06-24  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \em \emptyset \encl

2007-06-23  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \doublerulesep \downarrow \Downarrow \ell

2007-06-22  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \dot \doteq \dotfill

2007-06-21  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \displaystyle

2007-06-20  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \deg \delta \Delta \det \diamond \Diamong
	\diamondsuit \dim \div

2007-06-19  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \ddag \ddagger \ddot

2007-06-18  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \dblfloatpagefraction \dblfloatsep
	\dbltextfloatsep \dbltopfraction

2007-06-17  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \day \month \year; put xref chapter earlier.

2007-06-16  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \dashbox \dashv \date

2007-06-15  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \d \dag \dagger

2007-06-14  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \cos \cosh \cot \coth \cup

2007-06-13  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \cong \coprod \copyright

2007-06-12  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \columnsep \columnseprule \columnwidth

2007-06-11  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \cline \closing \clubsuit

2007-06-03  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \chi \circ \circle[*]

2007-06-01  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \centering \chapter \check

2007-05-31  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \caption \cc \cdot \cdots

2007-05-30  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \cal \cap

2007-05-24  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \bottomfraction, \bowtie, \Box, \breve, \bullet, \c.

2007-05-23  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \boldmath, \bot.

2007-05-22  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\bigskip, \bmod)

2007-05-21  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Math Symbols): \big operators

2007-05-19  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Using BibTeX): \bibliography, \bibliographystyle

2007-05-18  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\bf, \bibitem)

2007-05-17  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (verse environment, \beta)

2007-05-15  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (titlepage, verbatim): environments.
	(\verb).

2007-05-14  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (theorem): environment.

2007-05-12  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (tabbing): environment.

2007-04-12  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\AT): new node for \@.

2007-04-11  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (tabbing): \a' \a` \a= for accents.

2007-04-10  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (Accents): \~ for tilde accent.

2007-04-09  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \|

2007-04-06  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \\ in its various contexts

2007-04-02  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: macron accent
	* latex2e.texi (Accents): \= for macron.

2007-04-01  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: \: \; \<

2007-03-30  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: through \.

2007-03-28  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: remove unneeded @page, fix over/underfull boxes, etc.

2007-03-27  Karl Berry  <karl@freefriends.org>

	* latex2e.texi: remove node pointers
	* latex2e.texi: \*: discretionary multiplication.

2007-03-21  Karl Berry  <karl@freefriends.org>

	* latex2e.texi (\SPACE): new node.

	* latex2e.texi: remove comments, single space after @node for ease
	of searching.

(This ChangeLog file is in the public domain.)