File: ChangeLog

package info (click to toggle)
feynmf 1.08-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 964 kB
  • sloc: perl: 511; makefile: 462
file content (85 lines) | stat: -rw-r--r-- 3,014 bytes parent folder | download | duplicates (9)
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
NEWS for Version 1.08

    *  Improved very short gluon and photon propagators by relaxing
    overly aggressive rounding.

    *  New (still experimental) `feynmf' script automating the
    invocation of Metafont (requires perl(1)).

NEWS for Version 1.07

    *  Switch off I/O during the first pass in AMS-LaTeX equation
    environments.  This avoids a nasty race condition (thanks to Axel
    Thimm for reporting this bug).  A beneficial side effect is that
    it saves us 50% processing time in these cases.

NEWS for Version 1.06

    *  New abstraction: polygons.  Useful for complex vertices in
    non-perturbative diagrams.

    *  New commands: \fmfpoly, \fmfpolyn and \fmfrpolyn, implementing
    polygons.

    *  New option `rubout' for crossing propagators.

    *  Some common typos are detected are appropriate warning messages
    are issued.

    *  New options `errorstop', `scroll', `nonstop' and `batch' for
    specifying the desired interactionmode.

    *  Work around an obscure babel/german/feynmf three way
    destructive interference.

NEWS for Version 1.05

    *  FeynMF now coexists with french.sty and other packages that
    change the \catcode of ``:''.

    *  Fixed a bug introduced in version 1.03, which could cause
    problems with font loading.  Unfortunately, the fix has to give up
    some compatibility with earlier versions.  Sources for version
    1.02 and earlier which used \noexpand in labels have to upgraded
    or the option `pre-1.03' has to be used.  Sorry.

NEWS for Version 1.04

    *  Finally, \fmffixed{(dx,whatever)}{v1,v2} and
    \fmffixed{(whatever,dy)}{v1,v2} do what you would expect them
    to.  \fmffixedx and \fmffixedy are new synonyms for those.

NEWS for Version 1.03

    *  It is no longer necessary to protect TeX command sequences with
    \noexpand.  Old files using \noexpand will continue to work.

NEWS for Version 1.02

    *  Read the .tfm file before writing the .mf file destructively.
    This should allow a transparent two pass processing if MakeTeXTFM
    is enabled.  Thanks to Thomas Esser <te@informatik.uni-hannover.de> 
    for the suggestion.

NEWS for Version 1.01

    * new decoration shapes for vertices by popular demand: `cross'
    (also `triacross', `pentacross' and `hexacross').

    * fixed a rounding bug in cut-off ends (noticeable as a spurious
    thin diagonal line at the left end of double lines).

    * The maximum size for shaded and hatched areas has been doubled
    by removing an obsolete speedup hack that was not used anymore.

    * In an unrelated move, shading and hatching has been
    reimplemented in a much more general fashion.  Now arbitray
    tilings can be specified as argument to `decoration.filled='.  The
    old style numerical arguments continue to work, but should be
    replaced by `empty', `full', `shaded', and `hatched' in new
    documents.

########################################################################
# Local Variables:
# mode:indented-text
# End: