summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-22 08:50:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-22 08:50:02 (GMT)
commit4ebbefe677f47a8e4f624737338f22e714a7e5bc (patch)
tree97c83b07d392f2c0272c287f27abea3f98dd798d /Misc
parent2607e6c02195538db13b8c3d5d8c7d6b820df71a (diff)
downloadcpython-4ebbefe677f47a8e4f624737338f22e714a7e5bc.zip
cpython-4ebbefe677f47a8e4f624737338f22e714a7e5bc.tar.gz
cpython-4ebbefe677f47a8e4f624737338f22e714a7e5bc.tar.bz2
Patch #1362975: Rework CodeContext indentation algorithm to
avoid hard-coding pixel widths. Also make the text's scrollbar a child of the text frame, not the top widget.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8754f02..0153ac7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,9 @@ Core and builtins
Library
-------
+- Patch #1362975: Rework CodeContext indentation algorithm to
+ avoid hard-coding pixel widths.
+
- Patch #1070046: Marshal new-style objects like InstanceType
in xmlrpclib.