]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24820: Update IDLE NEWS items.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Oct 2015 05:14:45 +0000 (01:14 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Oct 2015 05:14:45 +0000 (01:14 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index cabad6570fde1a7c3893191fc2f16566515c724c..7ddf9721fb5228f381fb631c1137fdd798026079 100644 (file)
@@ -2,6 +2,25 @@ What's New in IDLE 2.7.11?
 =========================
 *Release date:
 
+- Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
+  It is more or less IDLE Classic inverted, with a cobalt blue background.
+  Strings, comments, keywords, ... are still green, red, orange, ... .
+  Selecting it displays the following warning and solution.
+  "IDLE Dark is new in October, 2015.  Trying to run earlier versions
+  of IDLE with it selected will disable colorizing, or worse.
+  If you might ever run an earlier release of IDLE, then before
+  exiting this version, either switch to another theme or hit the
+  'Save as New Custom Theme' button.  The latter requires a new name,
+  such as 'Custom Dark', but the custom theme will work with any IDLE
+  release, and can be modified."
+
+- Issue #25224: README.txt is now an idlelib index for IDLE developers and
+  curious users.  The previous user content is now in the IDLE doc and is
+  redundant.  IDLE now means 'Integrated Development and Learning Environment'.
+
+- Issue #24820: Users can now set breakpoint colors in
+  Settings -> Custom Highlighting.  Original patch by Mark Roseman.
+
 - Issue #24972: Inactive selection background now matches active selection
   background, as configured by user, on all systems.  Found items are now
   always highlighted on Windows.  Initial patch by Mark Roseman.
index c6904a845974fef7d1e6fada9be539424152e55e..0c4ea1f09ba51284a8320fd54624542d8f6334fe 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -177,6 +177,25 @@ Library
 IDLE
 ----
 
+- Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
+  It is more or less IDLE Classic inverted, with a cobalt blue background.
+  Strings, comments, keywords, ... are still green, red, orange, ... .
+  Selecting it displays the following warning and solution.
+  "IDLE Dark is new in October, 2015.  Trying to run earlier versions
+  of IDLE with it selected will disable colorizing, or worse.
+  If you might ever run an earlier release of IDLE, then before
+  exiting this version, either switch to another theme or hit the
+  'Save as New Custom Theme' button.  The latter requires a new name,
+  such as 'Custom Dark', but the custom theme will work with any IDLE
+  release, and can be modified."
+
+- Issue #25224: README.txt is now an idlelib index for IDLE developers and
+  curious users.  The previous user content is now in the IDLE doc and is
+  redundant.  IDLE now means 'Integrated Development and Learning Environment'.
+
+- Issue #24820: Users can now set breakpoint colors in
+  Settings -> Custom Highlighting.  Original patch by Mark Roseman.
+
 - Issue #24972: Inactive selection background now matches active selection
   background, as configured by user, on all systems.  Found items are now
   always highlighted on Windows.  Initial patch by Mark Roseman.