[Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24820: Update IDLE NEWS items.

terry.reedy python-checkins at python.org
Sun Oct 4 01:20:01 EDT 2015


https://hg.python.org/cpython/rev/89a1e03b4639
changeset:   98534:89a1e03b4639
branch:      3.5
parent:      98530:16e3fe295243
parent:      98533:233974dfda03
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Oct 04 01:17:13 2015 -0400
summary:
  Issue #24820: Update IDLE NEWS items.

files:
  Lib/idlelib/NEWS.txt |  19 +++++++++++++++++++
  Misc/NEWS            |  19 +++++++++++++++++++
  2 files changed, 38 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,25 @@
 =========================
 *Release date: 2015-09-13*
 
+- 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.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,25 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list