# This is a patch for chord362 to update it to chord363
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -c 'chord362/patchlevel.h' 'chord363/patchlevel.h'
Index: ./patchlevel.h
*** ./patchlevel.h	Thu Jul 27 20:25:30 1995
--- ./patchlevel.h	Fri Aug  5 10:41:58 2005
***************
*** 1,2 ****
! #define VERSION "3.6.2"
  #define PATCH_LEVEL "0"
--- 1,2 ----
! #define VERSION "3.6.3"
  #define PATCH_LEVEL "0"
diff -c 'chord362/Makefile' 'chord363/Makefile'
Index: ./Makefile
*** ./Makefile	Thu Jul 27 20:49:36 1995
--- ./Makefile	Fri Aug  5 10:37:40 2005
***************
*** 11,20 ****
  CFLAGS = -g
  
  # where to put the resulting program
! BINDIR = /home/martin/bin
  
  # where to put the man page
! MANDIR = /usr/man
  MANEXT = l
  
  # You should not have to change anything below this line
--- 11,20 ----
  CFLAGS = -g
  
  # where to put the resulting program
! BINDIR = /usr/local/bin
  
  # where to put the man page
! MANDIR = /usr/local/man
  MANEXT = l
  
  # You should not have to change anything below this line
diff -c 'chord362/README' 'chord363/README'
Index: ./README
*** ./README	Thu Jul 27 20:25:25 1995
--- ./README	Fri Aug  5 10:40:56 2005
***************
*** 34,39 ****
--- 34,46 ----
  	Quebec, H9G 2K5		Quebec, H9R 5V7
  	CANADA			CANADA
  
+ NEW IN VERSION 3.6.3
+ 
+ o very small fixes:
+ o Makefile defaults dir are "/usr/local/bin" and "/usr/local/man"
+ o a2crd main() function has now int type 
+ o added -P option to the help print (it was already in man)
+  
  NEW IN VERSION 3.6.2
  
  o The CHORDRC variable points to the ".chordrc" file, which can be called
diff -c 'chord362/a2crd.c' 'chord363/a2crd.c'
Index: ./a2crd.c
*** ./a2crd.c	Wed Jul  5 19:15:20 1995
--- ./a2crd.c	Fri Aug  5 10:37:40 2005
***************
*** 300,306 ****
  }
  /* --------------------------------------------------------------------------------*/
  
! void main (argc, argv)
  int argc;
  char **argv;
  
--- 300,306 ----
  }
  /* --------------------------------------------------------------------------------*/
  
! int main (argc, argv)
  int argc;
  char **argv;
  
***************
*** 362,366 ****
                          }
                  }
  
! 
  }
--- 362,366 ----
                          }
                  }
  
! 	return 0;
  }
diff -c 'chord362/chord.c' 'chord363/chord.c'
Index: ./chord.c
*** ./chord.c	Thu Jul 27 20:25:20 1995
--- ./chord.c	Fri Aug  5 10:37:40 2005
***************
*** 279,284 ****
--- 279,285 ----
  	fprintf (stderr, "	-n                 : Number logical pages, not physical\n");
  	fprintf (stderr, "	-o filename        : Saves the output to file\n");
  	fprintf (stderr, "	-p n               : Starting page number [1]\n");
+ 	fprintf (stderr, "	-P paper_size      : Papaer size, 'us' or 'a4'\n");
  	fprintf (stderr, "	-s n               : Set chord grid size [30]\n");
  	fprintf (stderr, "	-t n               : Set text size [12]\n");
  	fprintf (stderr, "	-T postscript_font : Set text font\n");
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Fri May  2 11:54:26 2008
# Generated by        : makepatch 2.03
# Recurse directories : Yes
# Excluded files      : (\A|/).*\~\Z
#                       (\A|/).*\.a\Z
#                       (\A|/).*\.bak\Z
#                       (\A|/).*\.BAK\Z
#                       (\A|/).*\.elc\Z
#                       (\A|/).*\.exe\Z
#                       (\A|/).*\.gz\Z
#                       (\A|/).*\.ln\Z
#                       (\A|/).*\.o\Z
#                       (\A|/).*\.obj\Z
#                       (\A|/).*\.olb\Z
#                       (\A|/).*\.old\Z
#                       (\A|/).*\.orig\Z
#                       (\A|/).*\.rej\Z
#                       (\A|/).*\.so\Z
#                       (\A|/).*\.Z\Z
#                       (\A|/)\.del\-.*\Z
#                       (\A|/)\.make\.state\Z
#                       (\A|/)\.nse_depinfo\Z
#                       (\A|/)core\Z
#                       (\A|/)tags\Z
#                       (\A|/)TAGS\Z
# p 'patchlevel.h' 48 1123231318 0100444
# p 'Makefile' 1753 1123231060 0100644
# p 'README' 5784 1123231256 0100444
# p 'a2crd.c' 6509 1123231060 0100644
# p 'chord.c' 34320 1123231060 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Fri May  2 11:54:26 2008] ####
#### Patch checksum: 144 4263 5446 ####
#### Checksum: 162 4940 61557 ####
