diff options
author | ericm <ericm> | 2000-04-24 19:00:13 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-24 19:00:13 (GMT) |
commit | 0ee05109607d9b4366039240f05a7d1d096f5d58 (patch) | |
tree | e644a0c4ef9595f25c6d2e93a218c33df5d1db9e /ChangeLog | |
parent | 5de78d21c1372cc6afdd12a2dc56b4909ad3a505 (diff) | |
download | tk-0ee05109607d9b4366039240f05a7d1d096f5d58.zip tk-0ee05109607d9b4366039240f05a7d1d096f5d58.tar.gz tk-0ee05109607d9b4366039240f05a7d1d096f5d58.tar.bz2 |
* unix/mkLinks:
* doc/AddOption.3: Man page for Tk_AddOption [Bug: 1854]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 30 insertions, 12 deletions
@@ -1,19 +1,37 @@ +2000-04-24 Eric Melski <ericm@scriptics.com> + + * unix/mkLinks: + * doc/AddOption.3: Man page for Tk_AddOption [Bug: 1854] + +2000-04-19 Eric Melski <ericm@scriptics.com> + + * doc/WinViewable.3: + * unix/mkLinks: Removed docs for Tk_IsViewable. + + * win/tkWinDialog.c: Removed calls to Tk_IsViewable. + + * generic/tkUtil.c: + * generic/tkStubInit.c: + * generic/tkDecls.h: + * generic/tkCmds.c: + * generic/tk.decls: Removed Tk_IsViewable function (it was not + actually needed). + 2000-04-22 Jim Ingham <jingham@cygnus.com> - * mac/tkMacDialog.c (Tk_MacGetOpenFile): Add empty bodies for the - "-initialfile" and "-defaultextension" options. - - * mac/tkMacDialog.c (NavServicesGetFile): Only cons the result up into - a list if multiple is true. - - * mac/tkMacMenus.c (SourceDialog): Use the "tk_getOpenFile" instead of hand-coding - the dialog with StandardGetFile. This way we get the Navigation dialogs for - free. + * mac/tkMacDialog.c (Tk_MacGetOpenFile): Add empty bodies for the + "-initialfile" and "-defaultextension" options. - * doc/getOpenFile.n: Document the -multiple and -message flags which are only - implemented on the Mac. Also note that the -title works on the Mac with - Nav Services installed. + * mac/tkMacDialog.c (NavServicesGetFile): Only cons the result up into + a list if multiple is true. + * mac/tkMacMenus.c (SourceDialog): Use the "tk_getOpenFile" + instead of hand-coding the dialog with StandardGetFile. This way + we get the Navigation dialogs for free. + + * doc/getOpenFile.n: Document the -multiple and -message flags + which are only implemented on the Mac. Also note that the -title + works on the Mac wit Nav Services installed. 2000-04-19 Jeff Hobbs <hobbs@scriptics.com> |