diff options
author | das <das> | 2005-02-22 08:49:12 (GMT) |
---|---|---|
committer | das <das> | 2005-02-22 08:49:12 (GMT) |
commit | f0d16569a2e5e36623e17aeb5b1b05ac88b27c90 (patch) | |
tree | 83de141d7013e73bbd7155937cd7cbdd92829d36 /ChangeLog | |
parent | 6c91184c0a2d4d62c44b70d48c05a4f4f570932b (diff) | |
download | tk-f0d16569a2e5e36623e17aeb5b1b05ac88b27c90.zip tk-f0d16569a2e5e36623e17aeb5b1b05ac88b27c90.tar.gz tk-f0d16569a2e5e36623e17aeb5b1b05ac88b27c90.tar.bz2 |
* macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile):
fixed encoding problems with -initialfile & -filetypes and
corrected potential buffer overrun with -initialdir/-initialfile.
[Bug 1146057]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-22 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile): + fixed encoding problems with -initialfile & -filetypes and + corrected potential buffer overrun with -initialdir/-initialfile. + [Bug 1146057] + 2005-02-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> * tests/all.tcl: Add a [package require Tk] so that a missing |