summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-17 21:29:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-17 21:29:32 (GMT)
commit82846ec5bdd7ad377edf83c1c3aa6759c1c54ecd (patch)
tree717c1b462d1bcef6835a085611feaad98d9ec383 /ChangeLog
parent0d971eccf62fff5979c971c61497d96520115700 (diff)
downloadtk-82846ec5bdd7ad377edf83c1c3aa6759c1c54ecd.zip
tk-82846ec5bdd7ad377edf83c1c3aa6759c1c54ecd.tar.gz
tk-82846ec5bdd7ad377edf83c1c3aa6759c1c54ecd.tar.bz2
Fix the escaping of leading dots in lines that start with
a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d39cd72..641f682 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-17 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * doc/menu.n: Fix the escaping of leading dots in lines that start with
+ a widget name, so that nroff doesn't mistake it as a non-existing macro
+ and skips the entire line.
+
2011-11-14 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tkCanvas.c: [Bug 3437816]: Missing TCL_ERROR return