Remove more random +x properties
[latex2e.git] / trunk / required / tools / changes.txt
bloba355ac6bfafff80871659e57c6171f18be1838fb
1 =======================================================================
2 This file lists changes to the LaTeX2e files in reverse chronological order.
3 It is provided for convenience only.  It therefore makes no claims to
4 completeness or accuracy and it contains some references to files that
5 are not part of the distribution.
6 =======================================================================
8 2016-06-07  David Carlisle  <latex-bugs@latex-project.org>
10         * shellesc.dtx: typos in messages, and
11         improve use with plain etex or luatex
13 2016-04-29  David Carlisle  <latex-bugs@latex-project.org>
15         * shellesc.dtx: in classic tex code accidentally defined
16         \ShellEscape twice instead of defining \DelayedShellEscape
17         (Ulrike Fischer)
19 2016-04-07  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
21         * multicol.dtx: Reset \boxmaxdepth back to \maxdimen when outputting
22          pages (issue SX302532).
24 2016-02-27  David Carlisle  <latex-bugs@latex-project.org>
26         * bm.dtx: add initial support for \Umathchardef defined tokens.
28 2016-02-16  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
30         * varioref.dtx: Delay generating a "may loop" warning or error
31         until we know that we aren't using \reftextfaraway
32         -- thanks to Morten Hoegholm for the fix
34 2016-02-09  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
36         * varioref.dtx: revamped some of the documentation to better
37         explain how varioref could be used in a multi-lingual context
39 2016-02-08  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
41         * multicol.dtx: Ensure we are back in vmode before using
42         \prevdepth (pr/4448)
43         \col@number already initialized in the kernel, so not initializing
44         it in the package in case the document is in two-column (pr/4435)
46 2016-02-03  David Carlisle  <latex-bugs@latex-project.org>
48         * tabularx.dtx: support end code of {foo\endtabulax bar} again
49           (Reported by Ulrike Fischer)
51 2016-02-02  David Carlisle  <latex-bugs@latex-project.org>
53         * shellesc.dtx: Documentation typos (via Johannes_B at tex.sx)
55 2016-01-08  David Carlisle  <latex-bugs@latex-project.org>
57         * shellesc.dtx: Added new package
59 2015-09-22 Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
61         * varioref.dtx: Fixed blunder from 2005 - galician option
62         clearly never used
64 2015-08-19 Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
66         * multicol.dtx: Reset \@textfloatsheight after page finishes (sx261884)
68 2015-04-02  Joseph Wright <joseph.wright@morningstar2.co.uk>
69         * TDS-style zip improvements
71 2015-04-02 Joseph Wright <latex-team@latex-project.org>
72        * Update CTAN link in README
74 2015-03-31 Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
76         * multicol.dtx: Another rewrite of \remove@discardable@items to
77         capture the case of \vspace (remove) and \vspace* (keep) correctly
79 2015-03-25 Frank Mittelbach  <Frank.Mittelbach@latex-project.org>
81         * multicol.dtx: additional tracing info if forced breaks result in
82         overflow of column heights
84 2015-03-23  Frank Mittelbach  <latex-bugs@latex-project.org>
86         * multicol.dtx: Detect when columns get too large during balancing
87         because the user requested more forced breaks than available
88         columns.
90         Fixed the logic for removing excess white space at column bottoms
91         (this is a source of trouble for sure)
93 2015-03-07  Frank Mittelbach  <latex-bugs@latex-project.org>
95         * multicol.dtx: - Use only `0.0001fil' for stretching in \vfilmaxdepth
96          - Set \boxmaxdepth in multi@column@out to avoid material getting too
97         far down
98          - Redesign the implementation of \end{multicols*}
100 2014-11-07 Joseph Wright <latex-bugs@latex-project.org>
102        * Rename 00readme.txt to README (named README.txt in the development
103          repository)
105 2014-10-28 Frank Mittelbach   <latex-bugs@latex-project.org>
107         * multicol.dtx: In \end{multicols*} only add vertical space if not
108         doing already doing \raggedcolumns and add \null to hide the final
109         fill if added so that it doesn't get removed again.
111 2014-10-28  Frank Mittelbach  <latex-bugs@latex-project.org>
112         * afterpage.dtx, array.dtx, bm.dtx, calc.dtx, dcolumn.dtx,
113         delarray.dtx, enumerate.dtx, ftnright.dtx, hhline.dtx, layout.dtx,
114         longtable.dtx, multicol.dtx, showkeys.dtx, tabularx.dtx,
115         theorem.dtx, trace.dtx, varioref.dtx, verbatim.dtx, xspace.dtx
117         Fixed typos found by Karl Berry in documentation (no version number change)
119 2014-09-12  Frank Mittelbach  <latex-bugs@latex-project.org>
121         * multicol.dtx: change ragged columns to not just fill the
122         column but also back up by \maxdepth if they otherwise become
123         overfull as adding glue at the bottom means the column will
124         never have any depth and before they had. (pr/4395)
126         \maxdepth is applied to all column boxes. That was initially not
127         necessary as \splitmaxdepth was doing the trick. However, the
128         moment those boxes get reboxed this information is lost and
129         resulted in some subtle errors. (pr/4395)
131         Suppress even really bad overfull warnings while looping
133 2014-08-24  Frank Mittelbach  <latex-bugs@latex-project.org>
135         * multicol.dtx: set \prevdepth to 0pt (in the right place)
136         after adding the multicol material. Was not happening in boxed mode.
137         Test for excessive depth of columns using > not = (which nearly
138         ever will be correct)
140 2014-07-03    <latex-bugs@latex-project.org>
142         * varioref.dtx: correct Romanian default text as suggested
144 2014-06-19  Frank Mittelbach  <latex-bugs@latex-project.org>
146         * multicol.dtx: color-leak fix introduced a spacing problem in boxed mode
147         as the added color commands were hiding any space at the bottom of the box
148         material (which thus didn't get discarded)
150 2014-05-14  David Carlisle  <latex-bugs@latex-project.org>
152         * readme.txt: rename to 00readme.txt.
154 2014-05-13  David Carlisle  <latex-bugs@latex-project.org>
156         * tabularx.dtx: If \endtabularx not found, act as if it was at the start of
157         the end code.
159 2014-04-24    David Carlisle  <david.carlisle@latex-project.org>
161         * showkeys.dtx: modify \cite redefinition so {} in the optional argument
162           works (tools/4162)
164 2014-04-23  Frank Mittelbach  <latex-bugs@latex-project.org>
166         * multicol.dtx: Support \docolaction
168 2014-04-22  Frank Mittelbach  <latex-bugs@latex-project.org>
170         * multicol.dtx:
171            Bug fix: color leak (http://tex.stackexchange.com/questions/138783)
172            Bug fix: space at column bottom (http://tex.stackexchange.com/questions/121692)
173            Bug fix: Reset \@mparbottom after page finishes
175 2014-04-22  David Carlisle  <david.carlisle@latex-project.org>
177         * tabularx.dtx: allow code before \endtabularx (pr/3722)
179 2012-02-06  David Carlisle  <david.carlisle@latex-project.org>
181         * tabularx.dtx: Avoid exceeding maxdimen
182           http://tex.stackexchange.com/questions/29194/how-to-typeset-tabularx-with-34-columns-error-message
184 2011-12-20  Frank Mittelbach  <latex-bugs@latex-project.org>
186         * multicol.dtx: RL language support fixed
187                         Support for \enlargethispage
188                         Balancing concept improved
189                         Bug fix: Only re-add output penalty if it was
190                                  explicit in the source.
192 2011/11/24  David Carlisle  <david.carlisle@latex-project.org>
194         * showkeys.dtx: revert change made at v3.14 because of tools/4173
196 2011-10-02  Frank Mittelbach  <latex-bugs@latex-project.org>
198         * varioref.dtx: Previous fix need one more expansion
199 %                            (pr/4159,pr/4171)
201 2010-11-12  Frank Mittelbach  <latex-bugs@latex-project.org>
203         * varioref.dtx: Avoid even \protected@edef in \vref@pagenum
204                  to pacify french babel (pr/4093)
206 2010-10-24  Frank Mittelbach  <latex-bugs@latex-project.org>
208         * multicol.dtx: right-to-left language support added
210 2010-08-06  Frank Mittelbach  <latex-bugs@latex-project.org>
212         * multicol.dtx: typo corrections only -- thanks to Laurent Lyaudet
214 2010-08-04  Frank Mittelbach  <latex-bugs@latex-project.org>
216         * varioref.dtx: Correct spacing -- same mistake as in \vref (pr/4123)
217                         Defaults for esperanto added
219 2010-04-06  Will Robertson  <will.robertson@latex-project.org>
221         * xspace.dtx: Improve edge case for xspace (tools/3895)
223 2010-02-25  Frank Mittelbach  <latex-bugs@latex-project.org>
225         * ftnright.dtx: Check for split footnotes (pr/4099)
227 2009-09-13  Frank Mittelbach  <latex-bugs@latex-project.org>
229         * varioref.dtx: Use \protected@edef to avoid problems
230               in complicated setups, e.g., microtype (pr/4080)
232 2009-06-12  Frank Mittelbach  <latex-bugs@latex-project.org>
234         * varioref.dtx: Incorrect text in \reftextafter (pr/4070)
236 2008-04-16 Frank Mittelbach <latex-bugs@latex-project.org>
238         * varioref.dtx: clarified customization with Babel in use.
240 2007-09-07 Frank Mittelbach <latex-bugs@latex-project.org>
242         * varioref.dtx: Added defaults for islandic
244 2007-05-26 Frank Mittelbach <latex-bugs@latex-project.org>
246         * varioref.dtx: fixed missspellings of \extrasbazil and \extrasportuges
248 2006-09-19 Frank Mittelbach <latex-bugs@latex-project.org>
250         * multicol.dtx: Make the color of the rule between columns (if
251         any) a hook called \columnseprulecolor. Defaults to \normalcolor
253 2006-05-23 Frank Mittelbach <latex-bugs@latex-project.org>
255         * varioref.dtx: support for bulgarian added.
257 2006-05-14 Frank Mittelbach <latex-bugs@latex-project.org>
259         * varioref.dtx: support for croatian added.
261 2006-05-08 Morten Hoegholm <latex-bugs@latex-project.org>
263         * xspace.dtx: Bug fix for verbatim in output routine.
265 2006-02-23 Frank Mittelbach <latex-bugs@latex-project.org>
267         * multicol.dtx: Added \@minipagefalse to \end@dblfloat. Otherwise
268         that switch may end up being true after a figure* has ended,
269         messing up spacing afterwards randomly.
271 2006-02-12 Morten Hoegholm <latex-bugs@latex-project.org>
273         * xspace.dtx: Modified so the \@let@token can be \outer. Avoid
274         re-doing eTeX setup step multiple times for the original call of
275         \xspace.
277 2006-01-09 Morten Hoegholm <latex-bugs@latex-project.org>
279         * showkeys.dtx: Make \tag* and starred AMS environments work
280         (pr/3693). Fix varioref support so \vref* also works
281         (pr/3373). Added \showkeyslabelformat to avoid hard-wiring the
282         label format.
284 2005-12-02 Frank Mittelbach <latex-bugs@latex-project.org>
286         * varioref.dtx: Bahasa Malaysia defaults added.
288 2005-11-26 Frank Mittelbach <latex-bugs@latex-project.org>
290         * varioref.dtx: Single hyphen rather than -- in range for spanish
291         an galician.
293 2005-11-10 Frank Mittelbach <latex-bugs@latex-project.org>
295         * varioref.dtx: Added a few more brazil strings
296         Added a few more finnish strings
297         Added further galician defaults (and corrected spelling)
298         Corrections in italian strings
300 2005-10-04 Morten Hoegholm <latex-bugs@latex-project.org>
302         * xspace.dtx: Improved expansion method. Added use of higher level
303         functions for conditional processing. Simplified the code so that
304         difference between eTeX and non-eTeX is minimal.
306 2005-09-27 Frank Mittelbach <latex-bugs@latex-project.org>
308         * varioref.dtx: corrected typo in documentation
310 2005-09-14 Frank Mittelbach <latex-bugs@latex-project.org>
312         * varioref.dtx: corrected one default for polish
314 2005-08-23 Morten Hoegholm <latex-bugs@latex-project.org>
316         * array.dtx: Removed spurious space.
318 2005-08-06 Morten Hoegholm <latex-bugs@latex-project.org>
320         * calc.dtx: Improved expansion of arguments, added new
321           commands \maxof, \minof, \totalheightof and
322           \settototalheight.
324 2005-07-26 Morten Hoegholm <latex-bugs@latex-project.org>
326         * xspace.dtx: Improve test by exiting if \@let@token is a
327           letter. Add \xspaceremoveexception.
329 2005-07-24 Frank Mittelbach <latex-bugs@latex-project.org>
331         * varioref.dtx: small change in italian.
332                         small fix in german and ngerman (pr/3793)
333         
334 2005-06-09 Frank Mittelbach <latex-bugs@latex-project.org>
336         * varioref.dtx: fixed bug in Dutch localization (pr/3791)
337         added localization for romanian (pr/3790)
339 2005-05-07 Morten Hoegholm <latex-bugs@latex-project.org>
341         * xspace.dtx: Improve handling of active characters.
343 2005-04-24 Frank Mittelbach <latex-bugs@latex-project.org>
345         * varioref.dtx: Ukranian defaults added (by Mykola Lyakhovych)
347 2005-04-09 Frank Mittelbach <latex-bugs@latex-project.org>
349         * varioref.dtx: Basque defaults added (by I\~naki Larra\~naga
350         Murgoitio) 
352 2004-12-07 Morten Hoegholm <latex-bugs@latex-project.org>
354         * xspace.dtx: Make extensible (tools/3712), fix active
355           characters (tools/3747) and update documentation.
357 2004-10-30 Frank Mittelbach <latex-bugs@latex-project.org>
359         * varioref.dtx: Added missing defaults for italian (by Lapo Mori)
361 2004-07-03 Frank Mittelbach <latex-bugs@latex-project.org>
363         * multicol.dtx: fixing errors that happen only if multicol is
364         compiled with a special combination of docstrip modules. 
366 2004-05-08 Frank Mittelbach <latex-bugs@latex-project.org>
368         * varioref.dtx: Use \@nil for testing in \is@pos@num
370 2004-02-27 Frank Mittelbach <latex-bugs@latex-project.org>
372         * varioref.dtx:  fixed a bug in magyar option
374 2004-02-15 Frank Mittelbach <latex-bugs@latex-project.org>
376         * multicol.dtx: Avoid self-referencing definition of
377         \@footnotetext (pr/3618)
379 2003-12-29 Frank Mittelbach <latex-bugs@latex-project.org>
381         * fileerr.dtx: attempt to set exit code when reading x.tex (pr/3538)
383 2003-12-19 David Carlisle <latex-bugs@latex-project.org>
385         * array.dtx: add \arraybackslash
387 2003-10-05 Frank Mittelbach <latex-bugs@latex-project.org>
389         * bm.dtx: AMS version of \sqrt not working
391 2003-09-01 Frank Mittelbach <latex-bugs@latex-project.org>
393         * bm.dtx: Forgotten to check for \hskip (pr/3572)
395 2003-08-22 Rainer Schoepf <latex-bugs@latex-project.org>
397         * verbatim.dtx: Added \@noligs again, as I can be sure that
398         it is defined in the LaTeX kernel, so that other packages
399         can rely on \@noligs always being used.
401 2003-04-30 Frank Mittelbach <latex-bugs@latex-project.org>
403         * trace.dtx: added option full to trace everything; set a few more
404         switches back to no-tracing on exit; make \tracingall trace full
405         even when full is not specified
407 2003-04-17 Frank Mittelbach <latex-bugs@latex-project.org>
409         * multicol.dtx: Catch problem with \columnbreak
410         in last line (found by Ulrike Fischer)
412 2003-04-08 Frank Mittelbach <latex-bugs@latex-project.org>
414         * multicol.dtx: Collect one addition line per column to account
415         for vanishing space at column breaks
417 2003-03-29 Frank Mittelbach <latex-bugs@latex-project.org>
419         * varioref.dtx (subsection{Options}): 
420         Afrikaans option contributed by Danie Els <dnjels@sun.ac.za>.
422 2003-03-18 Frank Mittelbach <latex-bugs@latex-project.org>
424         * multicol.dtx: changed the tracing output a bit
426 2003-03-15 Frank Mittelbach <latex-bugs@latex-project.org>
428         * multicol.dtx: 
429         Further corrections to the micro-spacing around the boxes produced
430         by multicols, so that grid typesetting (given right values for
431         other parameters) becomes a possibility.
432         Also added option "grid" which currently does nothing except
433         producing a warning if the grid might got lost.
434         
435 2003-02-17 Frank Mittelbach <latex-bugs@latex-project.org>
437         * multicol.dtx: 
438         Add a kern to cancel potential depth of previous line at the
439         beginning of a multicols and also suppsed \lineskip
440         
441         \multicolovershoot set back to 0pt as a default 2pt was simply
442         wrong in some applications (pr/3465)
444 2003-01-10 Frank Mittelbach <latex-bugs@latex-project.org>
446         * varioref.dtx: changed error message when possible loop was
447         detected.
449         * somedefs.dtx: added version number to \ProvidesPackage line
450         (pr/3490)
452         * varioref.dtx: typo added a blank line into one macro
454 2003-01-08 Frank Mittelbach <latex-bugs@latex-project.org>
456         * varioref.dtx: Use \vref@label instead of \label to avoid
457         problems with amsmath. (pr/3489)
459 2002-11-22 Frank Mittelbach <latex-bugs@latex-project.org>
461         * bm.dtx: Get math alphabets right (pr/3476)
463 2002-11-06 Frank Mittelbach <latex-bugs@latex-project.org>
465         * varioref.dtx: Changed default for \reftextbefore for options
466         english and american.
467         This is an incompatible change, but the original was bad English!
468         Changed default for \reftext...range for dutch as well.
470 2002-06-18 Frank Mittelbach <latex-bugs@latex-project.org>
472         * fileerr.dtx: added space after ! better to match TeX's error
473         style (pr/3414)
475         * varioref.dtx:         Use \vpageref inside \ref not \@vpageref
476         to get spacing correct (pr/3403) 
478 2002-06-14 Frank Mittelbach <latex-bugs@latex-project.org>
480         * varioref.dtx: added \labelformat to support references that
481         automatically add "text" around the referenced number.
483         added \Ref and \Vref to generated references at the beinning of a
484         sentence (might be needed if \reformat is used)
486         added \vpagerefnum to support referencing the "number" within
487         commands like \refpageafter, e.g.
489            \renewcommand\reftextfaceafter {on page~\thevpagerefnum}
491         texts for "slovak" and "slovene" options added
492         
493 2001-09-04 Frank Mittelbach <latex-bugs@latex-project.org>
495         * varioref.dtx: correct typo in name \vref -> \vr@f
497 2001-07-24 Frank Mittelbach <latex-bugs@latex-project.org>
499         * trace.dtx: use ltxdoc not ltugboat class for docu
501 2001-05-28 Chris Rowley <latex-bugs@latex-project.org>
503         * dcolumn.dtx: 
505         Documentation of centring improved (pr/3315)
507 2001-04-16 Frank Mittelbach <latex-bugs@latex-project.org>
509         * varioref.dtx: changed my mind and also added \vpagerefrange*
511         * trace.dtx: added package to tools distribution
513 2001-04-12 Frank Mittelbach <latex-bugs@latex-project.org>
515         * varioref.dtx (subsection{Defining the main macros}): Added
516         \vref* and \vpageref* which do not add a space in front of the
517         generated text (ever) so that they can be used in situations like
518         (\vref{foo} ...) without added a space after the open parenthesis.
520 2001-01-12 Frank Mittelbach <latex-bugs@latex-project.org>
522         * varioref.dtx: Updated nynorsk defaults
524 2000-12-30 Frank Mittelbach <latex-bugs@latex-project.org>
526         * varioref.dtx: Updated Danish defaults
528 2000-10-23 Chris Rowley <latex-bugs@latex-project.org>
530         * longtable.dtx:
532         Added a \noexpand (as in array.sty) for mathtext.sty
534 2000-09-25 Johannes Braams <latex-bugs@latex-project.org>
536         * layout.dtx: Added the option italian as suggested by Claudio
537         Beccari, back in august 1998...
539 2000-09-21 Johannes Braams <latex-bugs@latex-project.org>
541         * layout.dtx: Added the option german as proposed by Karsten
542         Tinnefeld <karsten@tinnefeld.com> in PR 3259
544 2000-08-23 Frank Mittelbach <latex-bugs@latex-project.org>
546         * varioref.dtx: Updated defaults for catalan
548 2000-08-21 Chris Rowley <latex-bugs@latex-project.org>
550         * verbatim.dtx:
552 2000-07-10 Frank Mittelbach <latex-bugs@latex-project.org>
554         * multicol.dtx: fixed color problem with rules between columns
555         (their color did depend on the color of the text at the break)
557 2000-07-09 Frank Mittelbach <latex-bugs@latex-project.org>
559         * varioref.dtx: Don't output space if optional argument
560         to \vpageref is empty (pr/3230)
562 2000-06-11 Frank Mittelbach <latex-bugs@latex-project.org>
564         * multicol.dtx (subsection{The output routines}]): when
565         doing boxed mode do not restrict height of columns to \@colroom
566         (pr/3212)
568 2000-05-05 Frank Mittelbach <latex-bugs@latex-project.org>
570         * multicol.dtx (subsection{Starting and ): Detect and fix 
571         problem if a multicols ends at the top of a page
573 2000-04-16 Frank Mittelbach <latex-bugs@latex-project.org>
575         * varioref.dtx: added defaults for Czech
577 2000-04-15 Frank Mittelbach <latex-bugs@latex-project.org>
579         * ftnright.dtx: Don't use math mode for footnote symbol
580                         (pr/3172)
582 2000-01-11 Frank Mittelbach <latex-bugs@latex-project.org>
584         * varioref.dtx: added naustrian and ngerman options
586 2000-01-07 Rainer Schoepf <latex-bugs@latex-project.org>
588         * verbatim.dtx: Disable hyphenation even if the font allows it.
590 1999-12-14 Rainer Schoepf <latex-bugs@latex-project.org>
592 1999-12-02 Frank Mittelbach <latex-bugs@latex-project.org>
594         * varioref.dtx: even more portugese defaults
596 1999-11-25 Frank Mittelbach <latex-bugs@latex-project.org>
598         * varioref.dtx: added portuguese defaults
600 1999-10-21 Frank Mittelbach <latex-bugs@latex-project.org>
602         * multicol.dtx: allow multi-paragraph footnotes again. This functionality
603         was lost when the footnotes got reimplemented some time ago. (Problem
604         reported by Niels Ferguson)
606 1999-09-03 Frank Mittelbach <latex-bugs@latex-project.org>
608         * DEFAULT.hea: updated for LPPL 1.2
610         * DEFAULT.pre: updated for LPPL 1.2
612 1999-07-19 Frank Mittelbach <latex-bugs@latex-project.org>
614         * multicol.dtx: 
615         Added some additional tracing code.
616         When balancing check that last column doesn't contain a forced
617         page break; if it does reject the solution.
619 1999-07-09 Frank Mittelbach <latex-bugs@latex-project.org>
621         * updated headers to reflect LPPL 1.1
623 1999-06-18 Frank Mittelbach <latex-bugs@latex-project.org>
625         * multicol.dtx: added documentation for \columnsep
627 1999-06-12 Frank Mittelbach <latex-bugs@latex-project.org>
629         * multicol.dtx: minor documentation updates
631 1999-05-27 Frank Mittelbach <latex-bugs@latex-project.org>
633         * tools.ins: added colbreak guard for multicol.sty
635 1999-05-26 Frank Mittelbach <latex-bugs@latex-project.org>
637         * multicol.dtx (subsection{Manual column breaking}): 
638         Added a \columnbreak command to allow manual column breaks.
640 1999-05-01 Frank Mittelbach <latex-bugs@latex-project.org>
642         * multicol.dtx: reworded license text slightly
644 1999-03-22 Frank Mittelbach <latex-bugs@latex-project.org>
646         * multicol.dtx: re-add \cs{mark} command which was commented out
647         by mistake at some point in 1998 (pr/2978)
649 1999-03-05 David Carlisle <latex-bugs@latex-project.org>
651         * enumerate.dtx: extension hook tools/2916}
653         * verbatim.dtx: Add \begingroup/\endgroup to definition of
654         \verbatim(*)/\endverbatim(*) so that they can safely be
655         used without \begin/\end.  Suggested by Donald Arseneau.
657 1999-03-04 Rainer Schoepf <latex-bugs@latex-project.org>
659         * manifest.txt: Corrected typo.
661 1999-03-03 Rainer Schoepf <latex-bugs@latex-project.org>
663         * tools.ins: New copyright info and preamble.
665 1999-02-16 Frank Mittelbach <latex-bugs@latex-project.org>
667         * multicol.dtx: fixed reference to ltx3info.tex in license
669 1999-02-13 David Carlisle <latex-bugs@latex-project.org>
671         * readme.txt: lppl
673 1999-02-10 Frank Mittelbach <latex-bugs@latex-project.org>
675         * multicol.dtx: changed license text
677 1998-12-31 Frank Mittelbach <latex-bugs@latex-project.org>
679         * array.dtx: Added \noexpand in front of \ialign
680         to guard against interesting :-) changes to \halign done to support
681         text glyphs in math
683 1998-12-03 Johannes Braams <latex-bugs@latex-project.org>
685         * ftnright.dtx: Made \@makecol colorsafe by adding
686         \color@begingroup, \color@endgroup and \normalcolor.
688 1998-11-27 Frank Mittelbach <latex-bugs@latex-project.org>
690         * varioref.dtx: taken out fix for (pr/1866) as it produce undesired
691         results (see comments in doc of \vref)      (pr/2909)
693         * varioref.dtx: Added two new user commands \vrefrange and
694         \vpagerefrange to support referencing a range of labels.
695         Also added customising commands \reftextlabelrange and
696         \reftextpagerange to support the above commands.
697         Added draft and final option (draft will turn errors into warnings).
698         Added austrian defaults (same a german).
699         Added greek defaults.
700         Removed incorrect warning for italian.
701         Added hungarian defaults.
702         Added russian defaults.
703         Added utility command \vrefpagenum and used it to shorten code
704         this will also fix a problem that in certain circumstances varioref
705         was not warning that another run was needed.
707 1998-09-16 Frank Mittelbach <latex-bugs@latex-project.org>
709         * multicol.dtx: test if document ends in middle of multicols
710         and if so issue an error message instead of dying with an OR loop
711         pr/2873
713 1998-08-17 Frank Mittelbach <latex-bugs@latex-project.org>
715         * multicol.dtx: new logic for dealing with \@footnotetext macro:
716         instead of redefining its definition completely, thereby possibly
717         overwriting a class change, we locally set \columnwidth to \textwidth
718         and then call the original definition. this will also solves a problem
719         with the situation of a footnote inside multicols inside a minipage
720         would vanish.
722         * varioref.dtx: added defaults for greek contributed by
723         Apostolos Syropoulos <apostolo@obelix.ee.duth.gr>
725 1998-06-22 Frank Mittelbach <latex-bugs@latex-project.org>
727         * layout.dtx: renamed \bs to \LayOutbs to avoid possible conflicts
728         with other packages using this command. Originally the package
729         redefined \bs in case it already had a definition.
730         Also rename \type to \LayOuttype for the same reason.
732         Added \@doendpe to definition of
733         \endverbatim(*) (pr/3234)
735 1998-06-17 Chris Rowley <latex-bugs@latex-project.org>
737         * calc.dtx:
739         Added \widthof etc
741         Made \ratio and \real robust
743         Enhanced documentation
744 2004-02-27    <david.carlisle@latex-project.org>
746         * bm.sty: fix for "new" AMS math accent code. tools/3256
748 2004-02-01    <david.carlisle@latex-project.org>
750         * longtable.dtx: \nobreak after table head, for tools/3484
752 1998-05-13 David Carlisle <latex-bugs@latex-project.org>
754         * tabularx.dtx:  Use \setlength so calc syntax may be used in
755         the width argument. tools/2793.
757         * longtable.dtx: Use \setlength so calc syntax may be used in p
758         arguments. tools/2793.
760 1998-05-13 Frank Mittelbach <latex-bugs@latex-project.org>
762         * array.dtx: also allow calc syntax in first arg of tabular*
763         (pr/2793)
765 1998-05-12 Frank Mittelbach <latex-bugs@latex-project.org>
767         * array.dtx: set the \hsize for p columns (and others) via
768         \setlength so that calc syntax can be applied (pr/2793)
770 1998-05-10 Frank Mittelbach <latex-bugs@latex-project.org>
772         * varioref.dtx: support for amsmath displays (pr2175)
773         Actually this probably should be fixed in amsmath instead.
775 1998-04-25 Frank Mittelbach <latex-bugs@latex-project.org>
777         * varioref.dtx: added galician defaults contributed by Matthias
778         Moebius.
780 1998-03-09 Frank Mittelbach <latex-bugs@latex-project.org>
782         * varioref.dtx: replace ~ by \nobreak\space so that \vref obeys
783         setting of \frenchspacing  (pr/1866)
785 1998-01-29 Frank Mittelbach <latex-bugs@latex-project.org>
787         * multicol.dtx: Removed group around contents of optional argument
788         to \begin{multicols}{2}[...] so that the use of \section within
789         this argument works better.
791         * array.dtx: made \multicolumn long to match kernel change for
792         pr/2180 (forgotten at that time)
794 1998-01-19 Frank Mittelbach <latex-bugs@latex-project.org>
796         * multicol.dtx (subsection{Not balancing the columns}):
797         added support for a version of multicols (star form) that doesn't
798         balance the columns on the last page.
799         Fixed a bit of the documentation (so that a toc is possible).
801 1997-12-19 Frank Mittelbach <latex-bugs@latex-project.org>
803         * array.dtx: moving a docstrip guard. this doesn't change
804         the style but prevents some code being added at the end of
805         the driver file
807 1997-12-14 Frank Mittelbach <latex-bugs@latex-project.org>
809         * multicol.dtx: redefine \@footnotetext only within environment
810         not globally any longer. pr/2689 + some docu updates
812         * fileerr.dtx: fixed file date. pr/2689
814 1997-12-06 Frank Mittelbach <latex-bugs@latex-project.org>
816         * varioref.dtx: added default for polish language.
818 1997-11-22 David Carlisle <latex-bugs@latex-project.org>
820         * bm.dtx: Make \bm{\hat{A}} work like \bm{\hat A} (from c.t.t).
822 1997-11-18 Frank Mittelbach <latex-bugs@latex-project.org>
824         * multicol.dtx: now finally set \columnwidth to width of column
825           pr2664
827 1997-11-16 David Carlisle <latex-bugs@latex-project.org>
829         * bm.dtx: support mathcode hex 8000 (like prime) properly.
830         Support null delimiter \left. constructions.
831         Support breqn package.
833 1997-11-11 David Carlisle <latex-bugs@latex-project.org>
835         * calc.dtx: Fix error message inserted at the weekend.
837 1997-11-08 David Carlisle <latex-bugs@latex-project.org>
839         * manifest.txt: add calc.
841         * Makefile (FILES): add calc
843         * tools.ins: add calc.
845         * calc.dtx: Contributed to the distribution by
846         Kresten Krab Thorup and Frank Jensen. One minor change, use
847         \PackageError rather than the primitive \errormessge.
849 1997-10-16 David Carlisle <latex-bugs@latex-project.org>
851         * longtable.dtx: avoid using % in aux file. tools/2631
853 1997-10-13 David Carlisle <latex-bugs@latex-project.org>
855         * xspace.dtx: test for space token added for tools/2632
857 1997-10-09 David Carlisle <latex-bugs@latex-project.org>
859         * bm.dtx: Add extra braces around group code so \bm{\frac..} does
860         the right thing. (Spotted on c.t.t)
862 1997-10-06 David Carlisle <latex-bugs@latex-project.org>
864         * dcolumn.dtx: Document use of math mode. tools/2616.
866 1997-09-18 David Carlisle <latex-bugs@latex-project.org>
868         * tabularx.dtx: Fix \write catch for tools/2607.
869         (Fix page 401 of TeXBook at same time...)
871 1997-07-09 Rainer Schoepf <latex-bugs@latex-project.org>
873         * verbatim.dtx: Documentation fixes by Andreas Schwab
874         <schwab@issan.informatik.uni-dortmund.de>.
876         * tabularx.dtx: Documentation fixes by Andreas Schwab
877         <schwab@issan.informatik.uni-dortmund.de>.
879         * showkeys.dtx: Documentation fixes by Andreas Schwab
880         <schwab@issan.informatik.uni-dortmund.de>.
882         * multicol.dtx: Documentation fixes by Andreas Schwab
883         <schwab@issan.informatik.uni-dortmund.de>.
885         * longtable.dtx: Documentation fixes by Andreas Schwab
886         <schwab@issan.informatik.uni-dortmund.de>.
888         * layout.dtx: Documentation fixes by Andreas Schwab
889         <schwab@issan.informatik.uni-dortmund.de>.
891         * delarray.dtx: Documentation fixes by Andreas Schwab
892         <schwab@issan.informatik.uni-dortmund.de>.
894         * array.dtx: Documentation fixes by Andreas Schwab
895         <schwab@issan.informatik.uni-dortmund.de>.
897 1997-07-07 Frank Mittelbach <latex-bugs@latex-project.org>
899         * tools.ins:  added q.tex and r.tex files so that "run" and
900           "quit" mode is now also supported.
902         * fileerr.dtx: added q.tex and r.tex files so that "run" and
903           "quit" mode is now also supported.
905 1997-06-28 David Carlisle <latex-bugs@latex-project.org>
907         * longtable.dtx: New email address for David K.
909 1997-06-13 David Carlisle <latex-bugs@latex-project.org>
911         * showkeys.dtx: support cite package for tools/2490
913 1997-06-12 Frank Mittelbach <latex-bugs@latex-project.org>
915         * varioref.dtx: added support for catalan
917 1997-06-05 Rainer Schoepf <latex-bugs@latex-project.org>
919         * multicol.dtx: Applied improvement of documentation, kindly done
920         by Robin Fairbairns.
922 1997-05-13 Rainer Schoepf <latex-bugs@latex-project.org>
924         * fontsmpl.dtx: Replaced \@changed@x@err by
925         \TextSymbolUnavailable, according to the change in ltoutenc.dtx.
927 1997-04-30 Rainer Schoepf <latex-bugs@latex-project.org>
929         * verbatim.dtx (\verbatiminput): Added code to check for
930         existence of file to be input and print error message if not.
932 1997-04-14 David Carlisle <latex-bugs@latex-project.org>
934         * tools.ins: add bm
936         * bm.dtx: Add to tools bundle.
937         Add \boldsymbol as alias for \bm
939 1997-02-26 David Carlisle <latex-bugs@latex-project.org>
941         * tabularx.dtx: Spurious brace removed. Jean-Pierre Drucbert.
943 1997-02-20 David Carlisle <latex-bugs@latex-project.org>
945         * tabularx.dtx: improve behaviour in case table too wide.
947 1996-12-06 David Carlisle <latex-bugs@latex-project.org>
949         * xspace.dtx: alltt support. tools/2322.
951 1996-11-21 David Carlisle <latex-bugs@latex-project.org>
953         * longtable.dtx: new page break control.
955 1996-11-02 David Carlisle <latex-bugs@latex-project.org>
957         * readme.txt: Add old docstrip note.
959 1996-11-01 David Carlisle <latex-bugs@latex-project.org>
961         * showkeys.dtx: colour option.  tools/2297.
963         * tools.ins: new style.
965 1996-10-24 David Carlisle <latex-bugs@latex-project.org>
967         * xspace.dtx: Fix guards for driver document. tools/2206
969 1996-09-25 Rainer Schoepf <latex-bugs@latex-project.org>
971         * verbatim.dtx (\verbatiminput): Added \@addtofilelist and
972         \ProvidesFile so that the name of the file read in appears in the
973         \listfiles output.
975 1996-09-23 David Carlisle <latex-bugs@latex-project.org>
977         * dcolumn.dtx: Fix case where no decimal point is used
978         in the `new' case of a the third argument being n.m.
980 Fri Sep  6 15:24:17 1996  David Carlisle  <carlisle@cs.man.ac.uk>
982         * showkeys.dtx: more changes following from /2252.
984 Fri Aug 30 18:09:48 1996  David Carlisle  <carlisle@cs.man.ac.uk>
986         * showkeys.dtx: more fudges for AMS tools/2252, and extra
987         group from Donald A. tools/2147
989 Wed Jul 10 11:15:30 1996  David Carlisle  <carlisle@cs.man.ac.uk>
991         * showkeys.dtx: Missing percent added for tools/2215
993 1996-06-14 David Carlisle <latex-bugs@latex-project.org>
995         * array.dtx: change \kern\z@ to \hskip1sp for latex/2160
996         A few long lines wrapped.
998 1996-06-04 Rainer Schoepf <latex-bugs@latex-project.org>
1000         * verbatim.dtx: \verbatim@noligs@list now processed after
1001         \dospecials (PR 2138).
1003 1996-05-25 Frank Mittelbach <latex-bugs@latex-project.org>
1005         * array.dtx (subsection{Support for
1006           \texttt{\textbackslash firsthline} and ):
1007           Complete reimplementation after Mark Wooding pointed out that
1008           they were everything else than correct --- hope i got it
1009           right this time :-)
1011 1996-05-24 David Carlisle <latex-bugs@latex-project.org>
1013         * longtable.dtx: Add a warning to re run LaTeX \AtEndDocument if
1014         any longtable has failed to align on this run.
1016 1996-05-17 David Carlisle <latex-bugs@latex-project.org>
1018         * xspace.dtx: Add / to list of punctuation characters.
1020         * showkeys.dtx: use \protected@edef rather than \def
1021         so that the expansion of any macros is printed. tools/2147
1023 1996-05-07 David Carlisle <latex-bugs@latex-project.org>
1025         * longtable.dtx: add \hfil to match array package change.
1027         * array.dtx: add \hfil to \@endpbox for tools/2120 (and to match
1028         kernel version).
1030 1996-04-22 David Carlisle <latex-bugs@latex-project.org>
1032         * array.dtx: Extra \kern\z@ for empty l colummns. latex/2122
1034 1996-04-16 David Carlisle <latex-bugs@latex-project.org>
1036         * longtable.dtx: Version 4.02 using new algorithm of David Kastrup
1037         to align tables without \setlongtables command.
1039 1996-02-28 David Carlisle <latex-bugs@latex-project.org>
1041         * dcolumn.dtx: New feature (tools/2093) D{.}{.}{3.2} specifies a
1042         column of figures that should be centred, assuming 3 places to
1043         the left of the decimal point and 2 to the right.
1045 1996-02-01 David Carlisle <latex-bugs@latex-project.org>
1047         * longtable.dtx: allow \multicolumn and \hline to work inside
1048         tabulars inside longtables. tools/2068
1050 1996-01-13 Frank Mittelbach <latex-bugs@latex-project.org>
1052         * multicol.dtx:
1053         Explain why with \OnlyDescription there will be an unresolved
1054         reference pr/2047.
1056 1996-01-03 David Carlisle <latex-bugs@latex-project.org>
1058         * longtable.dtx: (Martin Schr"oder) remove ! which causes a
1059         makeindex error in \changes entry. tools/2035
1061 1996-01-01 Frank Mittelbach <latex-bugs@latex-project.org>
1063         * ftnright.dtx:
1064         Finally got around to take out ltxdoc and use article for
1065         documentation. pr/536
1066         Also cleaned up use of ProvidesPackage.
1068 1995-12-28 Frank Mittelbach <latex-bugs@latex-project.org>
1070         * array.dtx:
1071         Fixed section headings so that a toc is possible. pr/2033.
1073         * multicol.dtx:
1074         Fixed index entries. pr/2036
1076 1995-12-12 David Carlisle <latex-bugs@latex-project.org>
1078         * tools.dst: Add trap for old docstrip.
1080 1995-11-23 David Carlisle <latex-bugs@latex-project.org>
1082         * theorem.dtx: Fix \@newctr usage (Ulrik Vieth)
1084         * layout.dtx: Documentation fixes (J"org Knappen).
1086         * indentfirst.dtx: (Ulrik Vieth) Fix \GetFileInfo usage.
1087           In the documentation.
1089 1995-11-22 David Carlisle <latex-bugs@latex-project.org>
1091         * tools.dst: New style concurrent generation.
1093         * showkeys.dtx: Fix \harvarditem: add SK code after the implicit
1094           \item (as for \cite) not before.
1096 1995-11-19 Frank Mittelbach <latex-bugs@latex-project.org>
1098         * theorem.dtx:
1099         Ensure that there is an error message if one of the counters
1100         in newtheorem are undefined pr/1861.
1102         * array.dtx (subsection{Getting the spacing around rules right}):
1103         ensure that the space between \hline\hline is visually \doublerulesep
1104         and does not depend of the rulewidth (as it does with standard latex)
1105         pr/1945
1106         Added some documentation about rule handling concepts.
1108 1995-11-09 David Carlisle <latex-bugs@latex-project.org>
1110         * longtable.dtx: (Anil K Goel) Really measure the size of the
1111           first row of the table not `assume' the size from the array
1112           strut. (Avoids really bad first page break with two headings)
1114         * showkeys.dtx: Take more care over redefining \protect commands
1116 1995-11-02 David Carlisle <latex-bugs@latex-project.org>
1118         * array.dtx: Minor doc changes, no more ooverfull hboxes...
1120 1995-10-30 Johannes Braams <latex-bugs@latex-project.org>
1122         * layout.dtx : Added command \layout* wbhich recomputes the values
1123         it needs before making the picture of the layout. (PR 1465)
1125 1995-10-30 David Carlisle <latex-bugs@latex-project.org>
1127         * showkeys.dtx: Fix for tools/1744 (notref/varioref case)
1128           Add final and draft options
1129           Fix inner vmode case which could cause extra white space
1130           to be added.
1132 1995-10-29 Johannes Braams <latex-bugs@latex-project.org>
1134         * layout.dtx (section{The implementation}): Added the options
1135         spanish, braziolian and portugues, as provided by
1136         Ausberto S. Castro V. <ascv@inf.ufrgs.br> (PR 1837)
1138 1995-10-27 David Carlisle <latex-bugs@latex-project.org>
1140         * afterpage.dtx: tools/1579/1880/1884
1142 1995-10-19 Frank Mittelbach <latex-bugs@latex-project.org>
1144         * varioref.dtx:
1145         Added defaults for Italian pr/1888
1147         * multicol.dtx:
1148         Added \@largefloatcheck so that floats being too large
1149         will produce a warning.  pr/1890
1151 1995-09-22 Rainer Schoepf <latex-bugs@latex-project.org>
1153         * verbatim.dtx: Corrected vertical spacing if verbatim is nested
1154         in quote (and other) environment. This error was introduced with
1155         version v1.3c (1990/02/26). Clarified documentation on how to
1156         define new verbatim-like environments.
1158 1995-08-06 Frank Mittelbach <latex-bugs@latex-project.org>
1160         * tools.dst:
1161         Updated copying conditions so that it is allowed to distribute
1162         unpacked files together with the sources.
1164 1995-08-04 Frank Mittelbach <latex-bugs@latex-project.org>
1166         * multicol.dtx:
1167         Changed class used for documentation from
1168         article to ltxdoc. pr/1788
1170 1995-06-25 Johannes Braams <latex-bugs@latex-project.org>
1172         * layout.dtx : The june 1995 release of LaTeX no longer needs two
1173         hash marks when defining a newcommand inside the argument of
1174         \DeclareOption.
1176 1995-06-15 David Carlisle <latex-bugs@latex-project.org>
1178         * longtable.dtx: replace ## by # in \DeclareOption, latex/1557
1180 1995-05-25 David Carlisle <latex-bugs@latex-project.org>
1182         * longtable.dtx: Modify Caption handling again.
1184 1995-05-16 Frank Mittelbach <latex-bugs@latex-project.org>
1186         * varioref.dtx:
1187         Updated \DeclareOption declarations to reflect ##1 -> #1 change. pr/1557
1189 1995-05-07 Frank Mittelbach <latex-bugs@latex-project.org>
1191         * fontsmpl.dtx:
1192         Removed \pagestyle{empty} so that all pages produced by fontsmpl.tex
1193         are numbered. pr/1559
1195 1995-05-03 Rainer Schoepf <latex-bugs@latex-project.org>
1197         * verbatim.dtx: Removed extra backslash in argument to \cs.
1199 1995-05-02 David Carlisle <latex-bugs@latex-project.org>
1201         * longtable.dtx: Explitly reset page height for tools/1584.
1202         Modify caption handling.
1204 1995-04-26 Rainer Schoepf <latex-bugs@latex-project.org>
1206         * verbatim.dtx: Removed \fileversion and \filedate.
1208 1995-04-25 David Carlisle <latex-bugs@latex-project.org>
1210         * longtable.dtx: Modify brace hacks cf tools/1571
1211         Allow 1100 longtables in a single document---A bug reported on a
1212         `real document' by Mike Van Geest!
1214         * showkeys.dtx: Fix inner horz mode case.
1215         Add option handling: notref and notcite to stop the
1216         redefinitions of those commands.
1218 1995-04-23 Frank Mittelbach <latex-bugs@latex-project.org>
1220         * array.dtx (section{The line separator \\}):
1221         Fixed a serious bug that was present right from the beginning:
1222         in some cases the last column of an array line could get an extra
1223         math ord messing up the spacing. pr/1571.
1224         (subsection{Bugs and Features}):
1225         Added comment about the fact that a column (execpt for the first) refers to
1226         the column specifier plus intercolumn material to the *right*.
1227         Therefore \multicolumn{2}{|c|} is normally incorrect. pr/1443
1229 1995-04-08 Johannes Braams <latex-bugs@latex-project.org>
1231         * layout.dtx : Added the options 'integers' and 'reals'. The
1232         default is the option 'integers'; this results in the 'old'
1233         behaviour, where the values of parameters are presented
1234         truncated. Using the option 'reals' will switch to presenting the
1235         real val;ues of the parameters. This also affects the definition
1236         of \Show and \Type.
1238 1995-04-06 Frank Mittelbach <latex-bugs@latex-project.org>
1240         * varioref.dtx (subsection{Options}):
1241         Added norsk and nynorsk strings.
1242         Modified Warning message about undefined Option texts.
1244 1995-04-03 Johannes Braams <latex-bugs@latex-project.org>
1246         * layout.dtx : Simplified the definition of \Show and \Type, the
1247         effect is that now the complete value is shown (PR #1520)
1249 1995-03-20 David Carlisle <latex-bugs@latex-project.org>
1251         * tabularx.dtx: Allow \tabularx to be used inside
1252           \newenvironment definitions
1254 1995-03-17 David Carlisle <latex-bugs@latex-project.org>
1256         * showkeys.dtx: Fix for tools/1434  (showkeys affecting footnote
1257           placement)
1259 1995-03-16 Frank Mittelbach <latex-bugs@latex-project.org>
1261         * multicol.dtx:
1262         Fixed colour support (thanks to David)
1263         Clarified copyright notice.
1264         Updated driver file.
1266 1995-03-16 David Carlisle <latex-bugs@latex-project.org>
1268         * showkeys.dtx: Fix for tools/1181 (Bad placement in with \item
1269           and \bibitem) and tools/1496  (Working with new ams*)
1271 1995-03-14 Johannes Braams <latex-bugs@latex-project.org>
1273         * layout.dtx : Added the options french and francais (thanks to
1274         Eric Picheral <Eric.Picheral@univ-rennes1.fr> who provided the
1275         translations); introduced \notshown
1277 1995-01-10 Frank Mittelbach <latex-bugs@latex-project.org>
1279         * varioref.dtx:
1280         Added swedish strings.
1282 1994-12-08 David Carlisle <latex-bugs@latex-project.org>
1284         * longtable.dtx: Add \tabularnewline.
1286         * array.dtx: Add \tabularnewline.
1288 1994-11-22 David Carlisle <latex-bugs@latex-project.org>
1290         * tools.dst: Avoid generating error messages on `.tex'.
1292 1994-11-15 David Carlisle <latex-bugs@latex-project.org>
1294         * xspace.dtx: Make robust, add !
1296 1994-10-29 Johannes Braams <latex-bugs@latex-project.org>
1298         * layout.dtx : Some of the dutch words should really be one word
1299         instead of two (PR #1078)
1301 1994-10-25 Rainer Schoepf <latex-bugs@latex-project.org>
1303         * verbatim.dtx: Changed code for handling verbatim as first thing
1304         after an \item command. (This change had already been done in the
1305         LaTeX2e kernel.)
1307         * verbatim.dtx: Removed extra \typeout lines.
1309 1994-10-15 Frank Mittelbach <latex-bugs@latex-project.org>
1311         * array.dtx (subsection{Support for ...):
1312         Added \firsthline and \lasthline from Companion. 
1314 1994-10-03 Frank Mittelbach <latex-bugs@latex-project.org>
1316         * multicol.dtx:
1317         Correct change from 26 of August. Leave old code only add the new
1318         one.
1320 1994-09-27 Frank Mittelbach <latex-bugs@latex-project.org>
1322         * varioref.dtx:
1323         Added strings for breton language, this also means adding a new option.
1325 1994-09-25 Frank Mittelbach <latex-bugs@latex-project.org>
1327         * varioref.dtx:
1328         Added danish strings.
1330 1994-09-23 Frank Mittelbach <latex-bugs@latex-project.org>
1332         * varioref.dtx (subsection{Options}):
1333         Added finnish strings.
1335 1994-09-09 David Carlisle <latex-bugs@latex-project.org>
1337         * showkeys.dtx: add \citefullauthor for (forthcoming) natbib.
1339 1994-09-08 Johannes Braams <latex-bugs@latex-project.org>
1341         * layout.dtx: Stored texts in control sequences to allow the use
1342         of other languages. Added the options english (default) and
1343         dutch.
1345         * tools.dst: Added the layout package
1347 1994-09-07 David Carlisle <latex-bugs@latex-project.org>
1349         * showkeys.dtx: Version 3, supports varioref ref styles, and
1350           natbib and harvard citation styles.
1351           Also modify `internal vertical mode' case, to cope with modified
1352           \caption behaviour in the LaTeX2e classes.
1353           Modify \GetFileInfo usage, as suggested by Patrick Daly.
1355 1994-08-26 Frank Mittelbach <latex-bugs@latex-project.org>
1357         * multicol.dtx (subsection{The output routines}]):
1358         Check explicitly for void boxes before assigning the current column
1359            width to their width, because void boxes will not change.
1360         Extract the kept marks before adding a penalty -10000 to the output box
1361           when balancing, otherwise no marks will be found. (This bug was
1362           introduced recently.
1364 1994-08-08 Frank Mittelbach <latex-bugs@latex-project.org>
1366         * tools.dst:
1367         Added a better informational message about the problems
1368         that can arise when LaTeX tries to generate the file `.tex'
1370 1994-07-24 Frank Mittelbach <latex-bugs@latex-project.org>
1372         * varioref.dtx (subsection{Options}):
1373         Added dutch defaults as suggested by Frank Poppe.
1374         Explicitly expand label argument before passing it to \label, so that
1375         varioref will work with babel.
1376         Correct misspelling in spanish option.
1378 1994-07-14 Johannes Braams <latex-bugs@latex-project.org>
1380         * layout.dtx: Moved the identification code to the front of the
1381         file.
1382         Needed to interchange to calls to \ttfamily and \footnotsize as
1383         \footnotesize calls \normalfont in compatibility mode.
1384         Added a check for negative arrowlength to \InsideHArrow
1386 1994-06-30 David Carlisle <latex-bugs@latex-project.org>
1388         * longtable.dtx: Obey a \nofiles declaration. Remove special
1389           handling of letter class, not needed for the latex2e version of
1390           letter.
1392         * showkeys.dtx: Correct \ProvidesPackage usage (previously had two
1393           \providesPackage commands),
1395 1994-06-21 Frank Mittelbach <latex-bugs@latex-project.org>
1397         * varioref.dtx (subsection{Options}):
1398         Added french defaults as suggested by Daniel Flippo.
1400 1994-06-20 Frank Mittelbach <latex-bugs@latex-project.org>
1402         * varioref.dtx:
1403         Correction was buggy, brace placed incorrectly.
1405 1994-06-11 Frank Mittelbach <latex-bugs@latex-project.org>
1407         * varioref.dtx:
1408         \vpageref[above][one ]{one} didn't work because first
1409         optional argument wasn't passed (found by Patrick Daly).
1411 1994-06-07 Frank Mittelbach <latex-bugs@latex-project.org>
1413         * multicol.dtx (section{New macros and hacks for version 1.2}]):
1414         Updated float commands to contain \color@endgroup etc. so
1415         that they work together with the color.sty package.
1416         (Found by SPQR)
1418 1994-06-01 Frank Mittelbach <latex-bugs@latex-project.org>
1420         * array.dtx:
1421         Added  \null to the end of \multicolumn. This fixes
1422         a bug that was long fixed in the original but never made it
1423         into array.sty.
1424         Use PackageError/Warning interface.
1426 1994-06-01 David Carlisle <latex-bugs@latex-project.org>
1428         * somedefs.dtx: Use new style error commands.
1430 1994-05-28 Frank Mittelbach <latex-bugs@latex-project.org>
1432         * multicol.dtx:
1433         Do not alloc \col@number any longer.
1434         Use Standard Warning/info messages.
1436         * fileerr.dtx:
1437         Added file to the collection.
1439 1994-05-28 David Carlisle <latex-bugs@latex-project.org>
1441         * manifest.txt: First draft.
1443         * readme.txt: First draft.
1444 1994-05-27 Frank Mittelbach <latex-bugs@latex-project.org>
1446         * varioref.dtx:
1447         Warning about looping pages displayed in wrong order
1448         (found by Wolfgang Christen).
1449         (subsection{Defining the main macros}):
1450         Added help message for loop error.
1451         Use PackageError rather than \errmessage.
1452         Use DeclareRobustCommand.
1453         Added \NeedTeXFormat.
1455 1994-05-26 Frank Mittelbach <latex-bugs@latex-project.org>
1457         * multicol.dtx (subsection{Starting and ):
1458         fixed bug with "premulticols" not being a register
1459         (tried to \the a string in tracing mode)
1461 1994-05-18 Frank Mittelbach <latex-bugs@latex-project.org>
1463         * varioref.dtx:
1464         Added defaults for brazil.
1466 1994-05-16 Frank Mittelbach <latex-bugs@latex-project.org>
1468         * array.dtx (section{The macros \texttt{\protect):
1469         Use \@finalstrut in \@endpbox
1471 1994-03-23 Braams J.L. <latex-bugs@latex-project.org>
1473         * layout.dtx : repaired bug in twosided mode.
1475         Changed vertical positioning of the arrows identifying
1476         \amrginparsep and \marginparwidth
1478         Repaired bug in the preparation of the table of dimensions.
1480         Produce two pages in twoside mode
1482         Removed use of \wlog
1484 1994-03-14 Frank Mittelbach <latex-bugs@latex-project.org>
1486         * array.dtx:
1487         Removed identification \typeout's.
1488         Removed the check for the old version of the \@tfor macro.
1490 1994-02-28 Frank Mittelbach <latex-bugs@latex-project.org>
1492         * array.dtx:
1493         Moved the driver code in front so that the documentation can be
1494         processed by simply running the file through LaTeX2e.
1496         * ftnright.dtx:
1497         Moved the driver code in front so that the documentation can be
1498         processed by simply running the file through LaTeX2e.
1500         * multicol.dtx:
1501         Balance code rewritten; many changes to documentation etc.
1502         Changed driver code slightly.
1503         Moved the driver code in front so that the documentation can be
1504         processed by simply running the file through LaTeX2e.
1506         * theorem.dtx:
1507         Changed driver code slightly.
1508         Moved the driver code in front so that the documentation can be
1509         processed by simply running the file through LaTeX2e.