home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume6 / glib / part02 / CHANGES next >
Encoding:
Text File  |  1989-05-21  |  4.3 KB  |  112 lines

  1.  
  2. 3/15/89 Makefile    changed K5 to KAWAIK5 (fix from Jessica Koeppel)
  3.     list.c        changed K5 to KAWAIK5; restored cvtanum() value
  4.             to editinfo arrays
  5.     glib.h        restored cvtanum() to editinfo declaration
  6.     glib.c        restored cvtanum() use (for Kawai K1 and K5 now);
  7.             restored some other things from Thompson's more
  8.             recent version
  9.     k1multi.mnu    now number of single patch is always shown, even
  10.             when the name is shown
  11.     glib.1        added paragraph about display of single names
  12.             when editing multi patches for the K1
  13. ----------------------------
  14. above changes posted as patch1.
  15. ----------------------------
  16. 3/16/89    glib.c        mistake in last patch lost code in gotoparm()
  17.             required for arrow key use -- put it back;
  18.             remove "Voices" from screen title of synth bank
  19.     glib.1        documented `N' command for entering voice name.
  20.     glib.h,
  21.     unix-mach.c    revised ctl() macro and calls as suggested by
  22.             Mac Michaels for sake of Turbo C
  23.     amigmach.c    Alan Bland's comp.sources.amiga distribution
  24.             increases a buffer size -- made that change here
  25. ----------------------------
  26. above changes posted as patch2.
  27. ----------------------------
  28. 3/20/89    glib.man    now corresponds with glib.1
  29.     patchlevel.h    new, to keep track of patchlevel
  30.     CHANGES        new, this file
  31.     MANIFEST    includes above, and this changes file
  32. 3/30/89 k1multi.mnu    changed data from row order to column order
  33.     k1vis.c        in vismute() changed sense of 'mute' and 'on'
  34. ----------------------------
  35. above changes posted as patch3.
  36. ----------------------------
  37. changes of 4/19/89 by Scott Snyder:
  38. 4/19/89    glib.c        enhance showstr(); pass the 'eras' parameter
  39.             to the vis routine in showparam(); speed up
  40.             paramat() and parmindex(); added special
  41.             processing in readall() for DX7 and DX7s
  42.             banks.
  43.     list.c        added DX7 and DX7s.
  44.     pc-mach.h    added definitions for graphics chars.
  45.     pc-tcc.mak    revised along the lines of the unix makefile.
  46.     menutoc.l    expanded the number of acceptable %'s and #'s;
  47.             changed the type of the temp vars it generates
  48.             from 'unsigned char' to 'unsigned'; allowed
  49.             specification of input and output files as
  50.             parameters in order to work with TMAKE.
  51.             fixed bug with zero offsets.
  52.     menutoc.c    see menutoc.l
  53.     patchlevel.h    keep track of revisions.
  54. 4/22/89 Makefile    updated for dx7; change to prevent deleting
  55.             menutoc.c automatically by make
  56.     MANIFEST    reflects new dx7 files
  57.     dx7.mnu        joined 2 quotes split across lines not accepted
  58.             by pcc; had to comment out #pragma dir. in 2 places
  59.     dx7s.mnu    added #define of SEEK_CUR
  60.     list.c        termination of editinfo was missing a 0
  61.     glib.1,glib.man,README
  62.             minor changes
  63. ----------------------------
  64. above changes made in patch4 (3 parts)
  65. ----------------------------
  66. 4/23/89    glib.c,glib.h,unix-mach.c
  67.             new U and D commands for unix: upload and download
  68.             file instead of synth
  69.     glib.1,glib.man    document above
  70.     k1multi.mnu    disabled k1sedit proc (don't know how to do this)
  71.     k1multi.mnu,k1single.mnu
  72.             should not include machdep.h
  73.     yama_com.c,tx81p.mnu
  74.             gbulk: read and discard 0xf0 when download from file;
  75.             sbulk: returns 0
  76.     patchlevel.h    now level 5
  77. ----------------------------
  78. above changes posted as patch5
  79. ----------------------------
  80. 4/24/89    k1multi.mnu    upload and download multi-voice dumps instead of
  81.             doing one voice at a time
  82. 4/25/89
  83.  -- started to use RCS; add $Id: CHANGES,v 1.6 89/05/06 17:13:05 lee Exp $, $Author: lee $, $Log:    CHANGES,v $
  84. # Revision 1.6  89/05/06  17:13:05  lee
  85. # rel. to comp.sources.misc
  86. # Revision 1.6  89/04/26  10:34:18  lee
  87. # none
  88. #  to most files ---
  89. 4/25/89       merging in Mark Rinfret's CZ1 support
  90.     Makefile    version for CZ1
  91.     list.c        ditto
  92.     cz.h        MR file
  93.     cz1.mnu        derived from MR cz1.c; removed '&' 2nd arg
  94.             to getwaveform call; stuck in some conditionals
  95.             for up/download file; compacted menu spec
  96.     amigadir.c,amigadir.h,AmiAztec-make,ReadMe.CZ1
  97.             MR files
  98.     amigmach.c    incorporated all of MR's changes
  99.     glib.c        must not reset 8th bit for CZ file data
  100.     glib.1,glib.man    note MR did CZ1
  101. 4/28/89    glib.c        MR change makes nested ifdef's ok for Aztec C
  102.     ReadMe.CZ1    MR change
  103.     AmiAztec-make    MR update
  104.     pc-tcc.mak    added defs for CZ1
  105. 4/30/89    menutoc.l,menutoc.c
  106.             MR changes: subst. for strtol and remove vmin decl.
  107.     glib.1,glib.man    rewrite
  108. 5/5/89    amigmach.c    use arp file requester, Dave Weiler, sent by Ed Wilts
  109.     README.arp    doc on Dave Weiler's arp modification
  110. 5/7/89    [many]        tried to get rid of lint -- some is left
  111.