diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-18 14:22:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-18 14:22:20 (GMT) |
commit | 678e5a8acf06358ad722dff065fb80fcd06e7d15 (patch) | |
tree | 5859725f08cf8f5c220d3fd04da0f8fe6f0d3103 /ChangeLog | |
parent | ce82534d5c94d852ec68426e7cfd45c29f72e5c9 (diff) | |
download | tk-678e5a8acf06358ad722dff065fb80fcd06e7d15.zip tk-678e5a8acf06358ad722dff065fb80fcd06e7d15.tar.gz tk-678e5a8acf06358ad722dff065fb80fcd06e7d15.tar.bz2 |
Implementation of the [tk busy] command on non-OSX.
Adapted from [Patch 1997907]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 21 insertions, 14 deletions
@@ -1,17 +1,24 @@ +2008-10-18 Donal K. Fellows <dkf@users.sf.net> + + TIP #321 IMPLEMENTATION + + * generic/tkBusy.c, doc/busy.n, tests/busy.test: Implementation of the + [tk busy] command. [Patch 1997907] + 2008-10-18 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tkWinFont.c: [Bug 1825353] To fix a problem with tiny fonts - on Russian versions of Windows we will avoid removing the internal + * win/tkWinFont.c: [Bug 1825353] To fix a problem with tiny fonts on + Russian versions of Windows we will avoid removing the internal leading for fixed width fonts. 2008-10-15 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tk.h: Add "const" to many internal - * generic/tkBind.c: const tables, so those will be - * generic/tkButton.c: put by the C-compiler in the - * generic/tkCanvas.c: TEXT segment in stead of the - * generic/tkClipboard.c: DATA segment. This makes those - * generic/tkCmds.c: table sharable in shared libraries. + * generic/tk.h: Add "const" to many internal const tables, so + * generic/tkBind.c: those will be put by the C-compiler in the + * generic/tkButton.c: TEXT segment instead of the DATA segment. + * generic/tkCanvas.c: This makes those tables as being shareable in + * generic/tkClipboard.c: shared libraries. + * generic/tkCmds.c: * generic/tkConsole.c: * generic/tkEntry.c: * generic/tkFocus.c: @@ -60,12 +67,12 @@ 2008-10-15 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkInt.h: Add "const" to many internal - * generic/tk3d.c: const tables, so those will be - * generic/tkBitmap.c: put by the C-compiler in the - * generic/tkColor.c: TEXT segment in stead of the - * generic/tkConfig.c: DATA segment. This makes those - * generic/tkCursor.c: table sharable in shared libraries. + * generic/tkInt.h: Add "const" to many internal const tables, so + * generic/tk3d.c: those will be put by the C-compiler in the + * generic/tkBitmap.c: TEXT segment instead of the DATA segment. + * generic/tkColor.c: This makes those tables as being shareable in + * generic/tkConfig.c: shared libraries. + * generic/tkCursor.c: * generic/tkFont.c: * generic/tkObj.c: * generic/tkStyle.c: |