summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-10-29 10:03:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-10-29 10:03:31 (GMT)
commit60d0039256ed57711eb062d6549e402ebd661112 (patch)
tree52c38ad80cefbe363ee5f14e3757db719ec3991c /ChangeLog
parent37a0824c4b7a5902e33d131b60c3a5214c6d43b3 (diff)
downloadtk-60d0039256ed57711eb062d6549e402ebd661112.zip
tk-60d0039256ed57711eb062d6549e402ebd661112.tar.gz
tk-60d0039256ed57711eb062d6549e402ebd661112.tar.bz2
Basic style guide fixes for tkUnixRFont.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec21dfe..0184dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-10-29 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * unix/tkUnixRFont.c: Some cleaning up to get the file more in
+ lines with the general style guidelines. [Bug 832091] Still many
+ comments needed (from someone who knows the code!) for the style
+ guide to be satisfied, so bug still open.
+
* library/tkfbox.tcl (IconList_Create,IconList_Add): Added option
munging to allow some control of foreground colours on Unix in the
same way that you can influence the background. [Bug 795717]