diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-17 21:29:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-17 21:29:32 (GMT) |
commit | 82846ec5bdd7ad377edf83c1c3aa6759c1c54ecd (patch) | |
tree | 717c1b462d1bcef6835a085611feaad98d9ec383 /ChangeLog | |
parent | 0d971eccf62fff5979c971c61497d96520115700 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |