Skip to content

Commit fff5cb2

Browse files
authored
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
1 parent c4cacc8 commit fff5cb2

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
@@ -38,6 +38,10 @@ run dialogs.
3838
bpo-37321: Both subprocess connection error messages now refer to
3939
the 'Startup failure' section of the IDLE doc.
4040

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

53+
bpo-5680: Add 'Run Customized' to the Run menu to run a module with
54+
customized settings. Any command line arguments entered are added
55+
to sys.argv. One can suppress the normal Shell main module restart.
56+
4957
bpo-35610: Replace now redundant editor.context_use_ps1 with
5058
.prompt_last_line. This finishes change started in bpo-31858.
5159

@@ -85,6 +93,9 @@ None or False since 2007.
8593

8694
bpo-36096: Make colorizer state variables instance-only.
8795

96+
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
97+
Patch by Kevin Walzer.
98+
8899
bpo-24310: Document settings dialog font tab sample.
89100

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

0 commit comments

Comments
 (0)