Re: Print plug-in 3.0.5 patch

2000-01-27 Thread Daniel . Egger

On 27 Jan, Robert L Krawitz wrote:

> diff -rc print/README /tmp/print/README

 Please use diff -u for further patches to preserve readability and
 attach them to prevent line wrapping to slash the patch

-- 

Servus,
   Daniel



Print plug-in 3.0.5 patch

2000-01-27 Thread Robert L Krawitz

diff -rc print/README /tmp/print/README
*** print/READMEThu Dec 16 14:44:01 1999
--- /tmp/print/README   Thu Jan 13 18:41:34 2000
***
*** 1,4 
! Print plugin for the Gimp.  Version 3.0 by Robert Krawitz
  <[EMAIL PROTECTED]> based on version 2.0 by Michael Sweet
  <[EMAIL PROTECTED]>.
  
--- 1,4 
! Print plugin for the Gimp.  Version 3.0.5 by Robert Krawitz
  <[EMAIL PROTECTED]> based on version 2.0 by Michael Sweet
  <[EMAIL PROTECTED]>.
  
***
*** 69,81 
  
  * One group of settings you might want to start with is:
  
!   Brightness 110
!   Gamma 1.3
!   Contrast 80
!   Green 94
!   Blue 89
!   Saturation 1.15
!   Density 1.6
  
  
  Makefile.standalone enables you to build this plugin as a standalone
--- 69,79 
  
  * One group of settings you might want to start with is:
  
!   Brightness 45
!   Gamma 1.5
!   Contrast 105
!   Saturation 1.4
!   Density 0.8
  
  
  Makefile.standalone enables you to build this plugin as a standalone
***
*** 84,87 
  
  Enjoy!
  
! -Robert Krawitz, November 14, 1999
--- 82,85 
  
  Enjoy!
  
! -Robert Krawitz, January 13, 2000
diff -rc print/print-escp2.c /tmp/print/print-escp2.c
*** print/print-escp2.c Thu Dec 16 14:44:01 1999
--- /tmp/print/print-escp2.cWed Jan 12 22:32:34 2000
***
*** 1,9 
  /*
!  * "$Id: print-escp2.c,v 1.12 1999/12/16 19:44:01 olofk Exp $"
   *
   *   Print plug-in EPSON ESC/P2 driver for the GIMP.
   *
!  *   Copyright 1997-1999 Michael Sweet ([EMAIL PROTECTED]) and
   *Robert Krawitz ([EMAIL PROTECTED])
   *
   *   This program is free software; you can redistribute it and/or modify it
--- 1,9 
  /*
!  * "$Id: print-escp2.c,v 1.39.2.1 2000/01/13 03:32:34 rlk Exp $"
   *
   *   Print plug-in EPSON ESC/P2 driver for the GIMP.
   *
!  *   Copyright 1997-2000 Michael Sweet ([EMAIL PROTECTED]) and
   *Robert Krawitz ([EMAIL PROTECTED])
   *
   *   This program is free software; you can redistribute it and/or modify it
***
*** 31,76 
   * Revision History:
   *
   *   $Log: print-escp2.c,v $
!  *   Revision 1.12  1999/12/16 19:44:01  olofk
!  *   Thu Dec 16 20:15:25 CET 1999  Olof S Kylande <[EMAIL PROTECTED]>
   *
!  *   Fix of KDE/Kwm  selection add/sub/inter problem
!  *   NOTE: This is a workaround, not a real fix.
!  *   Many Thanks to Matthias Ettrich
!  *
!  *   * app/disp_callbacks.c
!  *
!  *   Updated unsharp-mask to version 0.10
!  *
!  *   * plug-ins/unsharp/dialog_f.c
!  *   * plug-ins/unsharp/dialog_f.h
!  *   * plug-ins/unsharp/dialog_i.c
!  *   * plug-ins/unsharp/dialog_i.h
!  *   * plug-ins/unsharp/unsharp.c
!  *
!  *   Updated print plug-in to version 3.0.1
!  *
!  *   * plug-ins/print/README (new file)
!  *   * plug-ins/print/print-escp2.c
!  *   * plug-ins/print/print-pcl.c
!  *   * plug-ins/print/print-ps.c
!  *   * plug-ins/print/print-util.c
!  *   * plug-ins/print/print.c
!  *   * plug-ins/print/print.h
!  *
!  *   Updated all files in the help/C/dialogs dir. This is
!  *   a first alpha glimpse of the help system. Please give
!  *   me feedback of the content. However since it's in alpha
!  *   stage it means that there is spell, grammatical, etc errors.
!  *   There is may also be pure errors which I hope "you" will
!  *   report to either [EMAIL PROTECTED] or [EMAIL PROTECTED] Please
!  *   don't report spell, grammatical, etc error at this stage in dev.
   *
!  *   If you have any plans to commit to the help system please write
!  *   to [EMAIL PROTECTED] (This is mandatory not a please ;-).
   *
!  *   * help/C/welcome.html
!  *   * help/C/dialogs/about.html ..
   *
   *   Revision 1.31  1999/12/05 22:10:53  rlk
   *   minor, prep for release
--- 31,62 
   * Revision History:
   *
   *   $Log: print-escp2.c,v $
!  *   Revision 1.39.2.1  2000/01/13 03:32:34  rlk
!  *   silliness
   *
!  *   Revision 1.39  2000/01/13 03:25:31  rlk
!  *   bug fix from mainline
   *
!  *   Revision 1.38  2000/01/08 23:27:54  rlk
!  *   Rearrange setup code; more printers to support softweave
   *
!  *   Revision 1.37  1999/12/19 14:36:18  rlk
!  *   Make 'em big enough
!  *
!  *   Revision 1.36  1999/12/18 23:08:28  rlk
!  *   comments, mostly
!  *
!  *   Revision 1.35  1999/12/11 15:26:27  rlk
!  *   hopefully get borders right
!  *
!  *   Revision 1.34  1999/12/11 04:52:35  rlk
!  *   bug fixes
!  *
!  *   Revision 1.33  1999/12/11 04:25:23  rlk
!  *   various other print modes
!  *
!  *   Revision 1.32  1999/12/11 01:46:13  rlk
!  *   Better weaving code -- not absolutely complete yet
   *
   *   Revision 1.31  1999/12/05 22:10:53  rlk
   *   minor, prep for release
***
*** 330,336 
  
  static void escp2_write(FILE *, unsigned char *, int, int, int, int, int,