]> granicus.if.org Git - python/commit
M Bindings.py
authorKurt B. Kaiser <kbk@shore.net>
Tue, 14 Jan 2003 22:03:31 +0000 (22:03 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 14 Jan 2003 22:03:31 +0000 (22:03 +0000)
commit8e92bf7699ac3617d3a0a9a55a38f642f5a6ecc6
tree8e4486a10f7b3e00124724d0f1fe717fbb6c1f2e
parent50e92235e7fc7151f591f76b73fb539e34593405
M Bindings.py
M EditorWindow.py
M NEWS.txt
M config-main.def
M configDialog.py
M configHandler.py
M configHelpSourceEdit.py
M configSectionNameDialog.py

- Change default: IDLE now starts with Python Shell.

- Removed the File Path from the Additional Help Sources scrolled list.

- Add capability to access Additional Help Sources on the web if the
  Help File Path begins with //http or www.  (Otherwise local path is
  validated, as before.)

- Additional Help Sources were not being posted on the Help menu in the
  order entered.  Implement sorting the list by [HelpFiles] 'option'
  number.

- Add Browse button to New Help Source dialog.  Arrange to start in
  Python/Doc if platform is Windows, otherwise start in current directory.

- Put the Additional Help Sources directly on the Help menu instead of in
  an Extra Help cascade menu.  Rearrange the Help menu so the Additional
  Help Sources come last.  Update help.txt appropriately.

- Fix Tk root pop-ups in configSectionNameDialog.py  and configDialog.py
Lib/idlelib/Bindings.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/NEWS.txt
Lib/idlelib/config-main.def
Lib/idlelib/configDialog.py
Lib/idlelib/configHandler.py
Lib/idlelib/configHelpSourceEdit.py
Lib/idlelib/configSectionNameDialog.py