diff options
Diffstat (limited to 'Build/source/texk/musixflx/musixflx-0.83.2/ChangeLog')
-rw-r--r-- | Build/source/texk/musixflx/musixflx-0.83.2/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Build/source/texk/musixflx/musixflx-0.83.2/ChangeLog b/Build/source/texk/musixflx/musixflx-0.83.2/ChangeLog new file mode 100644 index 00000000000..c553f4b7174 --- /dev/null +++ b/Build/source/texk/musixflx/musixflx-0.83.2/ChangeLog @@ -0,0 +1,45 @@ + + Ross Mitchell, August 1992. + - enabled endline signature changes, May 1993 + - enabled \zbar, March 1994 + - enabled \leftrightrepeat at eoline, April 1994 + - converted to (TURBO/PURBO/Pure)C, thanks to MiSi for compiling, June 1994 + remark: this is my very first attempt using C, if your harddisk crushes + or your computer blows up -> Your problem ! + - MusixFlx now gives back a number to the parent process (batch, shell, o.s.e.) + 0 -> OK + 3 -> error (freely be changed in error_exit()) + - introduced \raggedstoppiece, August 1994 + - introduced barno for more transparence of .mx2, September 1994 + - introduced (reluctant) the use of 'hard' offsets, September 1994 + therefore the computing of mean space factor changed + - introduced \leftrepeat, September 1994 + - enabled moretimes use of \startpiece, September 1994 + - added logfile for bughunting, September 1994 + - added test of versionnumber from MusiXTeX, September 1994 + - reintroduced \autolines, October 1994 + - renamed MuFlex to musixflx (as suggested by DT), October 1994 + - adapted ANSI coding (as suggested by CLARY Olivier), February 1995 + - added some safeties for weird situations, March 1995 + - fix bug in line breaking when xbars have sign changes - November 1997 jh-1 + - support possible \linegoal instead of \mulooseness - November 1997, jh-2 + +2010-09-27 Bob Tennent <rdt@cs.queensu.ca> + + * musixflx.c: added copyright notice and reference to the GPL license as + instructed by e-mail from Ross Mitchell <Ross.Mitchell@csiro.au> + +2010-10-18 Peter Breitenlohner <peb@mppmu.mpg.de> + + * musixflx.c: use ANSI C function declarations. + avoid uninitialized use of 'lastbar'. + declare error_exit as static. + Correctly parse file names from the command line; allow backslash as directory separator. + Allow longer file names. + #include <config.h> as recommended in the Autoconf manual. + Consistent indentation. + +2010-10-18 Bob Tennent <rdt@cs.queensu.ca> + + * musixflx.c: replaced definition of VERSION by MUSIXFLXVERSION to allow changes + that don't affect MusiXTeX |