summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-06-25 09:29:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-06-25 09:29:27 (GMT)
commit69cded06b737884b3c2f111d3a3a40db146bcef1 (patch)
treea712a1d0ed4fdaf363c769fe7822df702532704f /ChangeLog
parent4d1a9f685c22275463128aabb1142f5c97bee2e5 (diff)
downloadtk-69cded06b737884b3c2f111d3a3a40db146bcef1.zip
tk-69cded06b737884b3c2f111d3a3a40db146bcef1.tar.gz
tk-69cded06b737884b3c2f111d3a3a40db146bcef1.tar.bz2
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f67e74..90ec655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,7 @@ a better first place to look now.
* library/ttk/progress.tcl: Bug [c597acdab3]: Call [$pb step]
in tail position in ttk::progressbar::Autoincrement, so that
the widget is in a consistent state when any write traces on
- the linked -variable are fired.
+ the linked -variable are fired.
2013-07-02 Jan Nijtmans <nijtmans@users.sf.net>