Added a more precise date and details about 222 to 223 change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10371 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2005-07-29 09:39:17 +00:00
parent 4c2d658257
commit 2479ac8f5f
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-07-29 José Matos <jamatos@lyx.org>
* FORMAT: add the correct date when format 223 make its debut in cvs.
2005-07-18 José Matos <jamatos@lyx.org>
* FORMAT: document changed to 243.

View File

@ -338,6 +338,10 @@ Paragraph text.
* Added eqref support:
\begin_inset LatexCommand \eqref{label}
2003-03-14 Dekel Tsur
* Format bumped to 223.
2003-03-12 John Levon <levon@movementarian.org>
* Added \\end_header to signify the end of the header in a

View File

@ -1,3 +1,7 @@
2005-07-29 José Matos <jamatos@lyx.org>
* lyx_1_4.py: \end_header was added in 222, not 223
2005-07-29 José Matos <jamatos@lyx.org>
* lyx_1_4.py:

View File

@ -1896,9 +1896,8 @@ def remove_paperpackage(file):
# Convertion hub
#
convert = [[222, [insert_tracking_changes]],
[223, [add_end_header, remove_color_default,
convert_spaces, convert_bibtex, remove_insetparent]],
convert = [[222, [insert_tracking_changes, add_end_header]],
[223, [remove_color_default, convert_spaces, convert_bibtex, remove_insetparent]],
[224, [convert_external, convert_comment]],
[225, [add_end_layout, layout2begin_layout, convert_end_document,
convert_table_valignment_middle, convert_breaks]],
@ -1944,8 +1943,8 @@ revert = [[242, []],
[224, [rm_end_layout, begin_layout2layout, revert_end_document,
revert_valignment_middle, convert_vspace, convert_frameless_box]],
[223, [revert_external_2, revert_comment, revert_eqref]],
[222, [rm_end_header, revert_spaces, revert_bibtex]],
[221, [rm_tracking_changes, rm_body_changes]]]
[222, [revert_spaces, revert_bibtex]],
[221, [rm_end_header, rm_tracking_changes, rm_body_changes]]]
if __name__ == "__main__":