[Python-checkins] CVS: python/dist/src/Tools/pynche README,2.15,2.16

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 23 Aug 2001 09:15:23 -0700


Update of /cvsroot/python/python/dist/src/Tools/pynche
In directory usw-pr-cvs1:/tmp/cvs-serv10286

Modified Files:
	README 
Log Message:
Bump to version 1.3.  Also document the new behavior of the chip widgets.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/README,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -d -r2.15 -r2.16
*** README	2001/07/10 21:37:04	2.15
--- README	2001/08/23 16:15:21	2.16
***************
*** 3,7 ****
  Contact: Barry A. Warsaw
  Email:   bwarsaw@python.org
! Version: 1.2
  
  Introduction
--- 3,7 ----
  Contact: Barry A. Warsaw
  Email:   bwarsaw@python.org
! Version: 1.3
  
  Introduction
***************
*** 17,26 ****
      the acronym `ICE'.
  
!     Pynche should work with Python 1.5.2, 2.0, or 2.1, using Tk 8.0.x.
!     It's been tested on Solaris 2.6, Windows NT 4, and various Linux
!     distros.  You'll want to be sure to have at least Tk 8.0.3 for
!     Windows.  Also, Pynche is very colormap intensive, so it doesn't
!     work very well on 8-bit graphics cards; 24bit+ graphics cards are
!     so cheap these days, I'll probably never "fix" that.
  
      Pynche must find a text database of colors names in order to
--- 17,27 ----
      the acronym `ICE'.
  
!     Pynche should work with any variant of Python after 1.5.2
!     (e.g. 2.0.1 and 2.1.1), using Tk 8.0.x.  It's been tested on
!     Solaris 2.6, Windows NT 4, and various Linux distros.  You'll want
!     to be sure to have at least Tk 8.0.3 for Windows.  Also, Pynche is
!     very colormap intensive, so it doesn't work very well on 8-bit
!     graphics cards; 24bit+ graphics cards are so cheap these days,
!     I'll probably never "fix" that.
  
      Pynche must find a text database of colors names in order to
***************
*** 165,169 ****
      color selected in the variation strips, along with its X11 color
      specification.  The Nearest chip shows you the closest color in
!     the X11 database to the selected color, giving its X11 color name.
      Clicking on the Nearest color chip selects that color.  Color
      distance is calculated in the 3D space of the RGB color solid and
--- 166,175 ----
      color selected in the variation strips, along with its X11 color
      specification.  The Nearest chip shows you the closest color in
!     the X11 database to the selected color, giving its X11 color
!     specification, and below that, its X11 color name.  When the
!     Selected chip color exactly matches the Nearest chip color, you
!     will see the color name appear below the color specification for
!     the Selected chip.
!     
      Clicking on the Nearest color chip selects that color.  Color
      distance is calculated in the 3D space of the RGB color solid and
***************
*** 176,179 ****
--- 182,188 ----
      Nearest chip.  The other names are "aliases" and they are visible
      in the Color List Window (see below).
+ 
+     Both the color specifications and color names are selectable for
+     copying and pasting into another window.