ImageMagick/ImageMagick-5.4.7-localdoc.patch
cvsdist 7c0ce8c09a auto-import changelog data from ImageMagick-5.4.7-10.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Sat Jan 04 2003 Jeff Johnson <jbj@redhat.com> 5.4.7-9
- use internal dep generator.
Mon Dec 16 2002 Tim Powers <timp@redhat.com> 5.4.7-8
- rebuild
Sat Dec 14 2002 Tim Powers <timp@redhat.com> 5.4.7-7
- don't use rpms internal dep generator
Fri Nov 22 2002 Tim Powers <timp@redhat.com>
- fix perl paths in file list
Thu Nov 21 2002 Tim Powers <timp@redhat.com>
- lib64'ize
- don't throw stuff in /usr/X11R6, that's for X only
- remove files we aren't shipping
2004-09-09 02:36:20 +00:00

34 lines
1.7 KiB
Diff

--- ImageMagick-5.4.7/magick/animate.c.ImageMagick 2002-06-10 21:14:57.000000000 -0400
+++ ImageMagick-5.4.7/magick/animate.c 2002-07-01 08:17:32.000000000 -0400
@@ -332,7 +332,7 @@
Display documentation using Netscape remote control.
*/
FormatString(command,"openURL(%.1024s,new-window,noraise)",
- "http://www.imagemagick.org/");
+ "/usr/share/ImageMagick/ImageMagick.html");
mozilla_atom=XInternAtom(display,"_MOZILLA_COMMAND",False);
(void) XChangeProperty(display,mozilla_window,mozilla_atom,
XA_STRING,8,PropModeReplace,(unsigned char *) command,
--- ImageMagick-5.4.7/magick/display.c.ImageMagick 2002-06-10 21:14:57.000000000 -0400
+++ ImageMagick-5.4.7/magick/display.c 2002-07-01 08:17:32.000000000 -0400
@@ -6966,7 +6966,7 @@
Display documentation using Netscape remote control.
*/
FormatString(command,"openURL(%.1024s,new-window,noraise)",
- "http://www.imagemagick.org/");
+ "/usr/share/ImageMagick/ImageMagick.html");
mozilla_atom=XInternAtom(display,"_MOZILLA_COMMAND",False);
(void) XChangeProperty(display,mozilla_window,mozilla_atom,XA_STRING,
8,PropModeReplace,(unsigned char *) command,(int) strlen(command));
--- ImageMagick-5.4.7/configure.ac.ImageMagick 2002-06-30 15:18:18.000000000 -0400
+++ ImageMagick-5.4.7/configure.ac 2002-07-01 08:20:59.000000000 -0400
@@ -1587,7 +1587,7 @@
# Default delegate definitions
AutotraceDecodeDelegateDefault='autotrace'
BZIPDelegateDefault='bzip2'
-BrowseDelegateDefault='netscape'
+BrowseDelegateDefault='htmlview'
CGMDecodeDelegateDefault='ralcgm'
CatDelegateDefault='cat'
ConvertDelegateDefault='convert'