summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-05-25 22:15:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-05-25 22:15:42 (GMT)
commitc8cd567d79a989ca81b6913b695665b2ab079bd9 (patch)
treea99bc2a899dae733e82a178cb22ac5f31ff67eb1 /ChangeLog
parent96997f86bbe62a83636dbf92c554576f906f2227 (diff)
downloadtk-c8cd567d79a989ca81b6913b695665b2ab079bd9.zip
tk-c8cd567d79a989ca81b6913b695665b2ab079bd9.tar.gz
tk-c8cd567d79a989ca81b6913b695665b2ab079bd9.tar.bz2
Fixed documentation of default -joinstyle option values for line and polygon items. [Bug 1725782]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog85
1 files changed, 44 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index 07d273f..e9dd600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
+2007-05-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/canvas.n: Fixed documentation of default -joinstyle option
+ values for line and polygon items. [Bug 1725782]
+
2007-05-18 Joe English <jenglish@users.sourceforge.net>
- * generic/ttk/ttkEntry.c(EntrySetValue): Ensure
- that widget is in a consistent state before setting
- the linked -textvariable. Previously, it was possible
- for [$e index insert] to point past the end of the string,
- leading to heap corruption [Bug 1721532].
- * tests/ttk/entry.test(entry-9.1): Add test case
- for the above.
+ * generic/ttk/ttkEntry.c(EntrySetValue): Ensure that widget is in a
+ consistent state before setting the linked -textvariable. Previously,
+ it was possible for [$e index insert] to point past the end of the
+ string, leading to heap corruption [Bug 1721532].
+ * tests/ttk/entry.test(entry-9.1): Add test case for the above.
2007-05-18 Don Porter <dgp@users.sourceforge.net>
@@ -33,9 +36,9 @@
2007-05-16 Joe English <jenglish@users.sourceforge.net>
- * generic/tkStubLib.c: Change Tk_InitStubs(), tkStubsPtr,
- and the auxilliary stubs table pointers back to public visibility.
- See [Bug 1716117] for details.
+ * generic/tkStubLib.c: Change Tk_InitStubs(), tkStubsPtr, and the
+ auxilliary stubs table pointers back to public visibility. See [Bug
+ 1716117] for details.
Removed TCL_STORAGE_CLASS monkey business, as it had no effect.
@@ -43,7 +46,7 @@
* library/choosedir.tcl: Removed uses of obsolete {expand}
* library/comdlg.tcl: syntax; replaced with the now
- * library/tk.tcl: approved {*}. [Bug 1710633]
+ * library/tk.tcl: approved {*}. [Bug 1710633]
* tests/canvImg.test:
* tests/imgPhoto.test:
@@ -55,8 +58,8 @@
2007-05-15 Joe English <jenglish@users.sourceforge.net>
- * unix/tkUnixRFont.c: Fix crash introduced by previous fix
- exposed under newer fontconfig libraries [Bug 1717830] again.
+ * unix/tkUnixRFont.c: Fix crash introduced by previous fix exposed
+ under newer fontconfig libraries [Bug 1717830] again.
2007-05-15 Don Porter <dgp@users.sourceforge.net>
@@ -64,8 +67,8 @@
2007-05-15 Joe English <jenglish@users.sourceforge.net>
- * unix/tkUnixRFont.c: Fix various memory leaks [Bug 1717830],
- [Bug 800149].
+ * unix/tkUnixRFont.c: Fix various memory leaks. [Bug 1717830], [Bug
+ 800149]
2007-05-14 Don Porter <dgp@users.sourceforge.net>
@@ -80,11 +83,11 @@
* generic/tkTest.c: commands for testing various Tk
* tests/constraints.tcl: legacy interfaces where a separate
* tests/image.test: compilation unit is needed in order
- to #define suitable macros during compilation. Only the effect of
+ to #define suitable macros during compilation. Only the effect of
USE_OLD_IMAGE on Tk_CreateImageType() is currently tested, but more
- similar testing commands can be added to this same file. New
+ similar testing commands can be added to this same file. New
constraint defined to detect presence of the image type provided by
- the new testing code, and a few tests added to exercise it. Having
+ the new testing code, and a few tests added to exercise it. Having
USE_OLD_IMAGE support tested by the default test suite should reduce
chance of a recurrence of this bug.
@@ -97,13 +100,13 @@
* generic/tk.decls: Reworked USE_OLD_IMAGE support to use
* generic/tk.h: the same support mechanisms both with
- * generic/tkStubImg.c (deleted):and without a stub-enabled build. In
+ * generic/tkStubImg.c (deleted):and without a stub-enabled build. In
each case, route the legacy calls to Tk_CreateImageType and
Tk_CreatePhotoImageFormat through the Tk_CreateOldImageType and
- Tk_CreateOldPhotoImageFormat routines. Add those routines to the
+ Tk_CreateOldPhotoImageFormat routines. Add those routines to the
public stub table so they're available to a stub-enabled extension.
- Remove the definition of Tk_InitImageArgs() and use a macro to
- convert any calls to it in source code into a comment.
+ Remove the definition of Tk_InitImageArgs() and use a macro to convert
+ any calls to it in source code into a comment.
* generic/tkImage.c: Removed the MODULE_SCOPE declarations that
* generic/tkImgPhoto.c: broke USE_OLD_IMAGE support.
@@ -112,8 +115,8 @@
* tests/winButton.test: Avoid font dependencies in results.
- * generic/tkFont.c: propagate error from TkDeleteNamedFont
- [Bug 1716613].
+ * generic/tkFont.c: propagate error from TkDeleteNamedFont. [Bug
+ 1716613]
2007-05-09 Daniel Steffen <das@users.sourceforge.net>
@@ -145,7 +148,7 @@
* macosx/tkMacOSXButton.c: fix debug msg typo.
* tests/constraints.tcl: ensure 'nonUnixUserInteraction' constraint is
- set for aqua.
+ set for aqua.
* tests/choosedir.test: add 'notAqua' constraints to X11-only tests;
* tests/clrpick.test: add 'nonUnixUserInteraction' to 'unix' tests
@@ -156,9 +159,9 @@
2007-05-07 Joe English <jenglish@users.sourceforge.net>
- * unix/tkUnixRFont.c: Properly cast sentinel arguments
- to variadic function (fixes "warning: missing
- sentinel in function call", [Bug 1712001])
+ * unix/tkUnixRFont.c: Properly cast sentinel arguments to variadic
+ function (fixes "warning: missing sentinel in function call", [Bug
+ 1712001])
2007-05-04 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -173,21 +176,21 @@
2007-05-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * doc/ttk_treeview.n, doc/ttk_panedwindow.n, doc/ttk_dialog.n:
+ * doc/ttk_treeview.n, doc/ttk_panedwindow.n, doc/ttk_dialog.n:
* doc/ttk_checkbutton.n, doc/tk.n, doc/menu.n, doc/font.n:
* doc/canvas.n: Spelling fixes. [Bug 1686210]
2007-05-03 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * generic/tkStubLib.c (Tk_InitStubs):
- * generic/ttk/ttkLabel.c (LabelSetup):
- * unix/tkUnixSelect.c (ConvertSelection):
- * unix/tkUnixEvent.c (TkUnixDoOneXEvent):
- * generic/tkConfig.c (Tk_RestoreSavedOptions):
- * generic/tkCanvPs.c (TkCanvPostscriptCmd):
- * generic/tkOption.c (GetDefaultOptions):
- * unix/tkUnixRFont.c (TkpGetFontAttrsForChar, InitFont)
- (TkpGetFontFamilies, TkpGetSubFonts):
+ * generic/tkStubLib.c (Tk_InitStubs):
+ * generic/ttk/ttkLabel.c (LabelSetup):
+ * unix/tkUnixSelect.c (ConvertSelection):
+ * unix/tkUnixEvent.c (TkUnixDoOneXEvent):
+ * generic/tkConfig.c (Tk_RestoreSavedOptions):
+ * generic/tkCanvPs.c (TkCanvPostscriptCmd):
+ * generic/tkOption.c (GetDefaultOptions):
+ * unix/tkUnixRFont.c (TkpGetFontAttrsForChar, InitFont)
+ (TkpGetFontFamilies, TkpGetSubFonts):
* unix/tkUnixSend.c (TkpTestsendCmd, RegOpen): Squelch warnings from
GCC type aliasing. [Bug 1711985 and others]
@@ -203,9 +206,9 @@
2007-04-26 Joe English <jenglish@users.sourceforge.net>
- * macosx/ttkMacOSXTheme.c: Merged OFFSET_RECT processing into
- BoxToRect(); factored out PatternOrigin; resynchronized
- with Tile codebase.
+ * macosx/ttkMacOSXTheme.c: Merged OFFSET_RECT processing into
+ BoxToRect(); factored out PatternOrigin; resynchronized with Tile
+ codebase.
2007-04-26 Jeff Hobbs <jeffh@ActiveState.com>