fontforge/fontforge-20040618-docview.patch

12 lines
472 B
Diff
Raw Normal View History

auto-import changelog data from fontforge-0.0-0.fdr.1.20040618.rh90.src.rpm 0.0-0.fdr.1.20040618 - Updated to 20040618. 0.0-0.fdr.1.20040601 - Updated to 20040601. 0.0-0.fdr.1.20040509 - Updated to 20040509. 0.0-0.fdr.1.20040410 - Updated to 20040410. 0.0-0.fdr.1.20040321 - Updated to 20040321. - Changed package name from pfaedit to fontforge. - Added Obsoletes: pfaedit. 0.0-0.fdr.8.040310 - Updated to 040310. 0.0-0.fdr.8.040204 - Updated to 040204. - Removed some unnecessary directory ownerships (bug 1061). 0.0-0.fdr.8.040111 - Updated documentation to 040111. 0.0-0.fdr.7.040111 - Updated to 040111. - Converted spec file to UTF-8. 0.0-0.fdr.7.040102 - Updated to 040102. 0.0-0.fdr.7.031210 - Updated to 031210. 0.0-0.fdr.7.031205 - Updated to 031205. 0.0-0.fdr.7.031123 - Updated to 031123. 0.0-0.fdr.6.031110 - Updated to 031110. - Eliminated build patch; incorporated in upstream tarball. - Re-added documentation tarball since no longer included in source tarball. - Added pfaicon.gif as Packaging directory disappeared from tarball. 0.0-0.fdr.5.031012 - Refetched sources since upstream suddenly decided to change them (bug 497). 0.0-0.fdr.4.031012 - Build req libuninameslist-devel instead of libuninameslist. 0.0-0.fdr.3.031012 - Fixed non-standard value in desktop file (bug 497). - Added libuninameslist support. - Removed separate documentation tarball; mostly identical to those in source (bug 497). 0.0-0.fdr.2.031012 - Patched to use dynamic linking instead of dlopen'ing (bug 497). - Patched to use htmlview and use installed documentation (bug 497). - Added build req libxml2-devel (bug 497). - Disabled parallell make (bug 497). - Added desktop entry (bug 497). 0.0-0.fdr.1.031012 - Updated to 031012. - Removed .so links. - Removed empty AUTHORS file. - Removed the samples subpackage. 0.0-0.fdr.1.030904 - Updated to 030904. 0.0-0.fdr.1.030831 - Updated to 030831. 0.0-0.fdr.1.030803 - Updated to 030803. 0.0-0.fdr.3.030702 - Added font samples. - Added ldconfig to post and postun. - Added samples subpackage. 0.0-0.fdr.2.030702 - Removed README-MS and README-MacOSX from documentation. 0.0-0.fdr.1.030512 - Initial RPM release based on Mandrake's PfaEdit-030512 RPM.
2004-11-08 04:20:44 +00:00
--- BUILD/fontforge-20040618/fontforge/uiutil.c.docview 2004-06-15 21:43:23.000000000 +0200
+++ BUILD/fontforge-20040618/fontforge/uiutil.c 2004-06-30 12:23:52.320054423 +0200
@@ -240,7 +240,7 @@
"iexplore.exe",
/*"lynx.exe",*/
#else
- static char *stdbrowsers[] = { "mozilla", "opera", "galeon", "kfmclient",
+ static char *stdbrowsers[] = { "htmlview", "mozilla", "opera", "galeon", "kfmclient",
"netscape", "mosaic", /*"grail",*/ "lynx",
#endif
NULL };