summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2001-01-04 21:12:31 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2001-01-04 21:12:31 (GMT)
commitbc2cfc12d3e4b802920982b4859d3503652f3cbf (patch)
treef418d7307a3ad2b4c7bc489d07dd7682191c0be8
parent5676a299acd707a94fb5b6d4654d93a9f96ea41c (diff)
downloadtk-bc2cfc12d3e4b802920982b4859d3503652f3cbf.zip
tk-bc2cfc12d3e4b802920982b4859d3503652f3cbf.tar.gz
tk-bc2cfc12d3e4b802920982b4859d3503652f3cbf.tar.bz2
Clarified and extended the entry in the
Changelog describing the merge of TIP #8. FossilOrigin-Name: 60d345ff9b068dd22880ee0175eba10a1ef175aa
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c92029..7616751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
2001-01-02 Andreas Kupries <a.kupries@westend.com>
- * win/tkWinWm.c:
- * doc/wm.n: Applied patch #102833 (TIP #8).
+ * Everything below belongs together and implements TIP #8
+ (SF patch #102833).
+
+ * win/tkWinWm.c (line 56f): Added icon structures.
+ * win/tkWinWm.c (struct WmInfo, line 242): Added reference to
+ optional icon for titlebar.
+ * win/tkWinWm.c (struct ThreadSpecificData, line 335): Added
+ reference to optional default icon for toplevel windows.
+ * win/tkWinWm.c (line 387 ... 1169): All the new functions required
+ to deal with icon specifications, 'InitWm' changed.
+ * win/tkWinWm.c (TkWmNewWindow, UpdateWrapper, TkWmDeadWindow, Tk_WmCmd):
+ Added initialization and handling of the new fields.
+ * doc/wm.n: Documentation updated to explain the newly available
+ functionality.
2000-12-13 jeff hobbs <jhobbs@interwoven.com>