SHA256
1
0
forked from pool/xfig
Dr. Werner Fink 2016-09-23 14:49:23 +00:00 committed by Git OBS Bridge
parent ea9ea436e2
commit 3f0e65d6e7

View File

@ -10,6 +10,8 @@ Thu Sep 22 10:40:28 UTC 2016 - werner@suse.de
o Should compile on Mac (Darwin) after installing dependencies using o Should compile on Mac (Darwin) after installing dependencies using
Macports, Fink or Homebrew. Macports, Fink or Homebrew.
o Add two rudimentary tests. Run with make check. o Add two rudimentary tests. Run with make check.
o New tikz and pict2e export drivers.
o Build using autoconf (./configure; make; make install).
UI changes: UI changes:
From Brian V. Smith. These changes were made because the original From Brian V. Smith. These changes were made because the original
view was of the drawing on the page instead of the modern view view was of the drawing on the page instead of the modern view
@ -21,6 +23,7 @@ Thu Sep 22 10:40:28 UTC 2016 - werner@suse.de
o Ctrl+Wheel up zooms in, Ctrl+Wheel down zooms out (was the other way around) o Ctrl+Wheel up zooms in, Ctrl+Wheel down zooms out (was the other way around)
Bugs fixed: Bugs fixed:
o Update documentation to LaTeX and Xfig. o Update documentation to LaTeX and Xfig.
o Change \r\n to \n in all files.
From Roland Rosenfeld <roland@spinnaker.de>: From Roland Rosenfeld <roland@spinnaker.de>:
o Update LaTeX documentation, use \documentclass instead of o Update LaTeX documentation, use \documentclass instead of
\documentstyle, \usepackage instead of \input. \documentstyle, \usepackage instead of \input.
@ -56,31 +59,6 @@ Thu Sep 22 10:40:28 UTC 2016 - werner@suse.de
o Modify a few places where to set locale to "C". o Modify a few places where to set locale to "C".
o Didn't allocate enough space for fonts (would segfault when popping up File panels) o Didn't allocate enough space for fonts (would segfault when popping up File panels)
o Moving arc point would segfault o Moving arc point would segfault
- Remove browser script as for now xdg-open is used
- Patch xfig.3.2.5b.dif becomes xfig-3.2.6.dif
- Remove patch xfig.3.2.5b-mediaboxrealnb.dif and collection
xfig.3.2.5c-patches.tar.bz2 as now upstream
- Port the patches
xfig.3.2.3d-international-std-fonts.dif
xfig.3.2.5-urw-fonts.dif
xfig.3.2.5-xim.dif
xfig.3.2.5b-fixes.dif
xfig.3.2.5b-locale.dif
xfig.3.2.5b-null.dif
xfig.3.2.5b-preview.dif
xfig.3.2.5b-pspdftex.dif
to 3.2.6
-----------------------------------
Patchlevel 6-beta (May 2016)
NEW FEATURES:
o New tikz and pict2e export drivers.
o Build using autoconf (./configure; make; make install).
BUGS FIXED:
o Change \r\n to \n in all files.
From Roland Rosenfeld. Bug numbers refer to https://bugs.debian.org/#. From Roland Rosenfeld. Bug numbers refer to https://bugs.debian.org/#.
In fact, most of the bugs below, also those from other sources, were In fact, most of the bugs below, also those from other sources, were
fixed by applying the debian-patches. fixed by applying the debian-patches.
@ -113,10 +91,8 @@ BUGS FIXED:
o Fix 100% cpu-load by save panel. Commit 81a4596. o Fix 100% cpu-load by save panel. Commit 81a4596.
o Do not use local SimpleMenu.c with XAW3D1_5E. Would segfault on o Do not use local SimpleMenu.c with XAW3D1_5E. Would segfault on
some 64-bit systems when opening main menu. some 64-bit systems when opening main menu.
o Missing argument may cause crash or undefined behaviour. o Missing argument may cause crash or undefined behaviour.
Debian bug # 795642. From Michael Tautschnig. Debian bug # 795642. From Michael Tautschnig.
From Hans de Goede. Bug information From Hans de Goede. Bug information
at https://bugzilla.redhat.com/show_bug.cgi?id=#. at https://bugzilla.redhat.com/show_bug.cgi?id=#.
o Patch for importing png-files, Red Hat bug # 1150330. From David Kaufmann. o Patch for importing png-files, Red Hat bug # 1150330. From David Kaufmann.
@ -124,8 +100,20 @@ BUGS FIXED:
o Fix crash when creating dash-dotted lines. Bug # 1023744. o Fix crash when creating dash-dotted lines. Bug # 1023744.
From Michael Srb, thanks to Maurizio Pollini and David Kaufmann. From Michael Srb, thanks to Maurizio Pollini and David Kaufmann.
o Fix crash on exit. From Peter Volkov at gentoo o Fix crash on exit. From Peter Volkov at gentoo
- Remove browser script as for now xdg-open is used
- Patch xfig.3.2.5b.dif becomes xfig-3.2.6.dif
- Remove patch xfig.3.2.5b-mediaboxrealnb.dif and collection
xfig.3.2.5c-patches.tar.bz2 as now upstream
- Port the patches
xfig.3.2.3d-international-std-fonts.dif
xfig.3.2.5-urw-fonts.dif
xfig.3.2.5-xim.dif
xfig.3.2.5b-fixes.dif
xfig.3.2.5b-locale.dif
xfig.3.2.5b-null.dif
xfig.3.2.5b-preview.dif
xfig.3.2.5b-pspdftex.dif
to 3.2.6
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 11 09:34:01 UTC 2016 - werner@suse.de Fri Mar 11 09:34:01 UTC 2016 - werner@suse.de