summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-03-19 15:34:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-03-19 15:34:40 (GMT)
commit9b42a60edca63854c20fc62ffa51bb8dc2467293 (patch)
treed527c46cbfb60d2d280c193ec256f6aac155fd59 /ChangeLog
parent90ce810746fbaa08d5fa7099a347066d737c9275 (diff)
downloadtk-9b42a60edca63854c20fc62ffa51bb8dc2467293.zip
tk-9b42a60edca63854c20fc62ffa51bb8dc2467293.tar.gz
tk-9b42a60edca63854c20fc62ffa51bb8dc2467293.tar.bz2
Documented Tk_PreserveColormap. [Bug 220809]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c091308..339902b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
+2008-03-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/GetClrmap.3: Documented Tk_PreserveColormap. [Bug 220809]
+
2008-03-17 Joe English <jenglish@users.sourceforge.net>
- * unix/Makefile.in, win/Makefile.in, win/makefile.vc:
- Put ttkStubLib.o in libtkstub instead of libtk.
- [Bug 1863007].
+ * unix/Makefile.in, win/Makefile.in, win/makefile.vc: Put ttkStubLib.o
+ in libtkstub instead of libtk. [Bug 1863007]
2008-03-16 Donal K. Fellows <dkf@users.sf.net>
@@ -12,7 +15,7 @@
2008-03-13 Daniel Steffen <das@users.sourceforge.net>
* unix/configure.in: Use backslash-quoting instead of double-quoting
- * unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622].
+ * unix/tcl.m4: for lib paths in tkConfig.sh. [Bug 1913622]
* unix/configure: autoconf-2.59
2008-03-13 Don Porter <dgp@users.sourceforge.net>
@@ -64,7 +67,7 @@
2008-03-06 Joe English <jenglish@users.sourceforge.net>
* doc/ttk_notebook.n: Move "TAB IDENTIFIERS" section above "WIDGET
- COMMAND" section [Bug 1882011].
+ COMMAND" section. [Bug 1882011]
2008-02-29 Pat Thoyts <patthoyts@users.sourceforge.net>