From 2666ba7c206be5268567dfb27e124e7a0426380d Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 19 Nov 2006 15:22:38 +0000 Subject: [PATCH] Small tweaks git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15986 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 03a30e8c8f..7d69a241ca 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,11 +1,11 @@ 2006-11-16 Enrico Forestieri - * lib/configure.py: add compatibility code for booleans and use + * configure.py: add compatibility code for booleans and use True and False instead of 'true' and 'false'. - * lib/scripts/lyxpreview_tools.py: - * lib/scripts/fig_copy.py: - * lib/scripts/TeXFiles.py: fix typo and make code compatible also + * scripts/lyxpreview_tools.py: + * scripts/fig_copy.py: + * scripts/TeXFiles.py: fix typo and make code compatible also with python versions greater than 2.2.0 2006-11-08 Jean-Marc Lasgouttes