diff options
author | wolfsuit <wolfsuit> | 2003-10-23 23:55:17 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-10-23 23:55:17 (GMT) |
commit | 4d66fb6246645c97e7a0bbef9d76e3053fa912e5 (patch) | |
tree | b432078e53378644bc951aaac9fffa46e397ff4a /ChangeLog | |
parent | 2e19f8728383b4729ceb99a480b83249d4ef2290 (diff) | |
download | tk-4d66fb6246645c97e7a0bbef9d76e3053fa912e5.zip tk-4d66fb6246645c97e7a0bbef9d76e3053fa912e5.tar.gz tk-4d66fb6246645c97e7a0bbef9d76e3053fa912e5.tar.bz2 |
2003-10-23 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups.
(OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input
file. Also convert the FSSpec filename to an C-string before passing
to MatchOneFile. [bug 517600]
(MatchOneFile): Require the input filename to be a C-string, not a
pascal string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-10-23 Jim Ingham <jingham@apple.com> + + * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. + (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input + file. Also convert the FSSpec filename to an C-string before passing + to MatchOneFile. [bug 517600] + (MatchOneFile): Require the input filename to be a C-string, not a + pascal string. + 2003-10-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> * library/dialog.tcl (tk_dialog): Constrain the dialog to be |