diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-25 18:21:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-25 18:21:30 (GMT) |
commit | 34f5764e6203564bf56b0f31fea103d7c31898a2 (patch) | |
tree | 4b0589d888ccd04171f755feeef9e88b332d0090 /ChangeLog | |
parent | 314290d6d2319c69ce0df1a8fb69b6380931e48a (diff) | |
download | tk-34f5764e6203564bf56b0f31fea103d7c31898a2.zip tk-34f5764e6203564bf56b0f31fea103d7c31898a2.tar.gz tk-34f5764e6203564bf56b0f31fea103d7c31898a2.tar.bz2 |
[Bug 2914943]: Correct the first option(n) example.
Also define what the format of option patterns is; that's a much less
commonly known fact than it used to be.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 17 insertions, 10 deletions
@@ -1,14 +1,20 @@ +2009-12-25 Donal K. Fellows <dkf@users.sf.net> + + * doc/option.n: [Bug 2914943]: Correct the first example. + Also define what the format of option patterns is; that's a much less + commonly known fact than it used to be. + 2009-12-22 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tcl.m4 Sync with current Tcl version - * unix/Makefile.in Use EXE_SUFFIX for Cygwin, and - install libtk8.6.dll in bin directory - * unix/configure (regenerated) + * unix/tcl.m4: Sync with current Tcl version. + * unix/Makefile.in: Use EXE_SUFFIX for Cygwin, and install + libtk8.6.dll in bin directory. + * unix/configure: (regenerated) 2009-12-22 Joe English <jenglish@users.sourceforge.net> - * library/ttk/sizegrip.tcl: Patch to avoid bizarro behavior - under compiz [Bug 2912356]. + * library/ttk/sizegrip.tcl: [Bug 2912356]: Patch to avoid bizarro + behavior under compiz. 2009-12-20 Donal K. Fellows <dkf@users.sf.net> @@ -17,10 +23,11 @@ 2009-12-16 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkListbox.c: Fix gcc warning: ignoring return value of "strtol", - declared with attribute warn_unused_result. - * unix/tkUnixEvent.c: Fix gcc warning: dereferencing pointer "xgePtr" does - break strict-aliasing rules. + * generic/tkListbox.c: Fix gcc warning: ignoring return value of + "strtol", declared with attribute + warn_unused_result. + * unix/tkUnixEvent.c: Fix gcc warning: dereferencing pointer + "xgePtr" does break strict-aliasing rules. * generic/tkInt.decls: CONSTify return values of TkKeysymToString, * generic/tkBind.c TkFindStateString, TkpGetString, TkpGetChar, * generic/tkIntDecls.h which are all not supposed to be modified by |