diff options
author | hobbs <hobbs@noemail.net> | 2000-04-25 01:03:04 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-04-25 01:03:04 (GMT) |
commit | 2c05374aaa2e5a5c936cf85d04ee97360dc67ec3 (patch) | |
tree | 3490d9b24605b3a11fc43e627724e7ac7c0071e1 /ChangeLog | |
parent | 100d627002c4b728f880e9991ded0a17dfdb18b8 (diff) | |
download | tk-2c05374aaa2e5a5c936cf85d04ee97360dc67ec3.zip tk-2c05374aaa2e5a5c936cf85d04ee97360dc67ec3.tar.gz tk-2c05374aaa2e5a5c936cf85d04ee97360dc67ec3.tar.bz2 |
* generic/tkImage.c (Tk_PostscriptImage): added check to create
necessary prolog for photos
* generic/tkCanvPs.c: added Tk_PostscriptPhoto that outputs PS for
photo images
* generic/tkImgPhoto.c: new func ImgPhotoPostscript and added that
in as ps proc in tkPhotoImageType.
* generic/tkStubInit.c:
* generic/tkDecls.h:
* generic/tk.decls: added Tk_PostscriptPhoto
FossilOrigin-Name: 3842066784654591370edf7d879dc46fb6bf3308
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 51 |
1 files changed, 35 insertions, 16 deletions
@@ -1,3 +1,22 @@ +2000-04-24 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tkImage.c (Tk_PostscriptImage): added check to create + necessary prolog for photos + * generic/tkCanvPs.c: added Tk_PostscriptPhoto that outputs PS for + photo images + * generic/tkImgPhoto.c: new func ImgPhotoPostscript and added that + in as ps proc in tkPhotoImageType. + * generic/tkStubInit.c: + * generic/tkDecls.h: + * generic/tk.decls: added Tk_PostscriptPhoto + + * generic/tkConfig.c (DoObjConfig): removed direct setting of + interp->result. + + * mac/tkMacWm.c (Tk_WmCmd): initialized gotToplevel in + colormapwindows case (bug found by Reasoning, Inc's automated code + testing). + 2000-04-24 Eric Melski <ericm@scriptics.com> * unix/mkLinks: @@ -9,6 +28,22 @@ * unix/mkLinks: * doc/AddOption.3: Man page for Tk_AddOption [Bug: 1854] +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. + + * 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. + 2000-04-19 Eric Melski <ericm@scriptics.com> * doc/WinViewable.3: @@ -23,22 +58,6 @@ * 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. - - * 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> * win/aclocal.m4: made SC_PROG_TCLSH search specifically for |