summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--generic/tkImgPhoto.c12
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 74b883a..0c87f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-01-31 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * generic/tkImgPhoto.c (PhotoFormatThreadExitProc): Made the
+ comments in the code more relevant to the function they were
+ documenting! [Bug 1110553]
+
* library/msgs/es_ES.msg: Added more localization for Spanish
Spanish. [Bug 1111213]
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c
index fc3aa76..7745db1 100644
--- a/generic/tkImgPhoto.c
+++ b/generic/tkImgPhoto.c
@@ -17,7 +17,7 @@
* Department of Computer Science,
* Australian National University.
*
- * RCS: @(#) $Id: tkImgPhoto.c,v 1.54 2004/12/09 10:13:28 dkf Exp $
+ * RCS: @(#) $Id: tkImgPhoto.c,v 1.55 2005/01/31 16:22:14 dkf Exp $
*/
#include "tkInt.h"
@@ -450,19 +450,15 @@ static void PhotoOptionCleanupProc _ANSI_ARGS_((
/*
*----------------------------------------------------------------------
*
- * Tk_CreateOldPhotoImageFormat, Tk_CreatePhotoImageFormat --
+ * PhotoFormatThreadExitProc --
*
- * This procedure is invoked by an image file handler to register
- * a new photo image format and the procedures that handle the
- * new format. The procedure is typically invoked during
- * Tcl_AppInit.
+ * Clean up the registered list of photo formats.
*
* Results:
* None.
*
* Side effects:
- * The new image file format is entered into a table used in the
- * photo image "read" and "write" subcommands.
+ * The thread's linked lists of photo image formats is deleted.
*
*----------------------------------------------------------------------
*/