1. 01 Aug, 2001 6 commits
    • Fred Drake's avatar
      Fix description of buffer_info(), and add a note that there is a better · 630a63ca
      Fred Drake authored
      way...
      
      This closes SF bug #444842.
      630a63ca
    • Tim Peters's avatar
      We always wrote a pair of lines to the Wise install.log telling it to · 5a99e0ca
      Tim Peters authored
      delete the Tools and Lib directories at uninstall time.  However,
      under the old version of Wise, they didn't actually do anything.  Under
      the new version, they work as advertised, and even delete files users
      added.
      Got rid of those, and replaced them with similar uninstall cmds that
      get rid of all .pyc and .pyo files (whether or not the installer created
      them).  This works nicely!  It still tears down the directory structure,
      except for those directories needed to get to any non-.pyc/o file(s) the
      user may have added.
      5a99e0ca
    • Tim Peters's avatar
      Hmm. The Backup/Replace dialog also had back/next buttons three pixels · b8b32911
      Tim Peters authored
      narrower than all the other Wise dialogs, and offset by a few pixels in
      the vertical direction too.  Made these things consistent across dialogs
      too.
      b8b32911
    • Tim Peters's avatar
      Aha! Finally figured out something else that's been driving me nuts: · bbeb69e3
      Tim Peters authored
      turns out the canned new "backup directory" dialog put its "back" and
      "next" buttons at a different relative horizontal position than all the
      other canned dialogs.  This explains why you had to keep moving the
      mouse around if you wanted to do a straight all-default install -- the
      Next button kept moving around.  Now the back/next buttons are in exactly
      the same place on all dialogs, and you can click straight thru to the end.
      bbeb69e3
    • Tim Peters's avatar
      The "Select Destination Directory" dialog didn't ask for confirmation · 4951a980
      Tim Peters authored
      about installing into a pre-existing directory *unless* you hit the
      Browse button first.  At least while testing, this screwed me repeatedly.
      Plus I really liked the Inno Setup scheme of giving you a list box in
      its "select directory" dialog without needing a distinct browse button
      to ask for that.
      
      So I redid this dialog from scratch:  now gives a list box at once, the
      browse button is gone, it asks for confirmation if the directory already
      exists, and, since this is the first dialog in the set now, also removed
      its "Back" button.
      4951a980
    • Tim Peters's avatar
      1f7862ec
  2. 31 Jul, 2001 22 commits
  3. 30 Jul, 2001 12 commits