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

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 10 Jul 2001 14:37:06 -0700


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

Modified Files:
	README 
Log Message:
Updated documentation, and bump the version number to 1.2.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/README,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** README	2001/04/18 03:48:41	2.14
--- README	2001/07/10 21:37:04	2.15
***************
*** 3,7 ****
  Contact: Barry A. Warsaw
  Email:   bwarsaw@python.org
! Version: 1.1
  
  Introduction
--- 3,7 ----
  Contact: Barry A. Warsaw
  Email:   bwarsaw@python.org
! Version: 1.2
  
  Introduction
***************
*** 32,37 ****
      subdirectory.
  
!     Pynche is pronounced `Pinch-ee'.
  
  Running Standalone
  
--- 32,38 ----
      subdirectory.
  
!     Pynche is pronounced: Pin'-chee
  
+ 
  Running Standalone
  
***************
*** 67,78 ****
          same as 45dd1f).
  
  Running as a Modal Dialog
  
      Pynche can be run as a modal dialog, inside another application,
!     say as a general color chooser.  In fact, Grail 0.6 already uses
!     Pynche and a future version of IDLE may as well.  Pynche supports
!     the API implemented by the Tkinter standard tkColorChooser module,
!     with a few changes as described below.  By importing pyColorChooser
!     from the Pynche package, you can run
  
          pyColorChooser.askcolor()
--- 68,80 ----
          same as 45dd1f).
  
+ 
  Running as a Modal Dialog
  
      Pynche can be run as a modal dialog, inside another application,
!     say as a general color chooser.  In fact, Grail 0.6 uses Pynche
!     and a future version of IDLE may as well.  Pynche supports the API
!     implemented by the Tkinter standard tkColorChooser module, with a
!     few changes as described below.  By importing pyColorChooser from
!     the Pynche package, you can run
  
          pyColorChooser.askcolor()
***************
*** 129,132 ****
--- 131,135 ----
          askcolor() is used and cannot be changed on subsequent calls.
  
+ 
  The Colorstrip Window
  
***************
*** 149,158 ****
      Click on "Update while dragging" if you want Pynche to update the
      selected color while you drag along any variation strip (this will
!     be slower).  Click on "Hexadecimal" to display the arrow numbers
!     in hex.
  
      There are also two shortcut buttons in this window, which
      auto-select Black (0/0/0) and White (255/255/255).
  
  The Proof Window
  
--- 152,162 ----
      Click on "Update while dragging" if you want Pynche to update the
      selected color while you drag along any variation strip (this will
!     be a bit slower).  Click on "Hexadecimal" to display the arrow
!     numbers in hex.
  
      There are also two shortcut buttons in this window, which
      auto-select Black (0/0/0) and White (255/255/255).
  
+ 
  The Proof Window
  
***************
*** 173,176 ****
--- 177,181 ----
      in the Color List Window (see below).
  
+ 
  The Type-in Window
  
***************
*** 186,189 ****
--- 191,195 ----
      in hex.
  
+ 
  Other Views
  
***************
*** 192,195 ****
--- 198,202 ----
      Pynche window.
  
+ 
  The Text Window
  
***************
*** 215,218 ****
--- 222,226 ----
      has a background.
  
+ 
  The Color List Window
  
***************
*** 236,239 ****
--- 244,248 ----
      "<no matching color>" in the Aliases window.
  
+ 
  The Details Window
  
***************
*** 289,292 ****
--- 298,302 ----
      +25 == Shift Right Arrow
  
+ 
  Keyboard Accelerators
  
***************
*** 296,299 ****
--- 306,310 ----
      Alt-q in any window exits Pynche (except when running as a modal).
  
+ 
  Persistency
  
***************
*** 326,329 ****
--- 337,341 ----
      --initfile.
  
+ 
  Color Name Database Files
  
***************
*** 353,359 ****
      dialog.
  
  To Do
  
!     Here's a brief list of things I want to do:
  
      - Better support for resizing the top level windows
--- 365,372 ----
      dialog.
  
+ 
  To Do
  
!     Here's a brief list of things I want to do (some mythical day):
  
      - Better support for resizing the top level windows
***************
*** 365,368 ****
--- 378,383 ----
  
      - Support setting the font in the text view
+ 
+     - Support distutils setup.py for installation
  
      I'm open to suggestions!