Skip to content

Commit ac7cb7b

Browse files
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
(cherry picked from commit fff5cb2) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 362217c commit ac7cb7b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Lib/idlelib/NEWS.txt

+11
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ run dialogs.
4343
bpo-37321: Both subprocess connection error messages now refer to
4444
the 'Startup failure' section of the IDLE doc.
4545

46+
bpo-37177: Properly attach search dialogs to their main window so
47+
that they behave like other dialogs and do not get hidden behind
48+
their main window.
49+
4650
bpo-37039: Adjust "Zoom Height" to individual screens by momentarily
4751
maximizing the window on first use with a particular screen. Changing
4852
screen settings may invalidate the saved height. While a window is
@@ -51,6 +55,10 @@ maximized, "Zoom Height" has no effect.
5155
bpo-35763: Make calltip reminder about '/' meaning positional-only less
5256
obtrusive by only adding it when there is room on the first line.
5357

58+
bpo-5680: Add 'Run Customized' to the Run menu to run a module with
59+
customized settings. Any command line arguments entered are added
60+
to sys.argv. One can suppress the normal Shell main module restart.
61+
5462
bpo-35610: Replace now redundant editor.context_use_ps1 with
5563
.prompt_last_line. This finishes change started in bpo-31858.
5664

@@ -95,6 +103,9 @@ None or False since 2007.
95103

96104
bpo-36096: Make colorizer state variables instance-only.
97105

106+
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
107+
Patch by Kevin Walzer.
108+
98109
bpo-24310: Document settings dialog font tab sample.
99110

100111
bpo-35689: Add docstrings and tests for colorizer.

0 commit comments

Comments
 (0)