]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/ChangeLog
Qt/Mac disappearing menu syndrom, part II
[lyx.git] / lib / lyx2lyx / ChangeLog
index 405112a8561e8bc831973572ab7d40f064178110..ff7217b40553d122089ed6233c6d4d36b052fd39 100644 (file)
@@ -1,3 +1,81 @@
+2004-05-12  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_1_4.py (convert_cite_engine, revert_cite_engine): new functions
+       to convert the code that specifies the type of the citation engine
+       (basic, natbib or jurabib).
+
+       * parser_tools.py: up the format to 234.
+
+2004-05-11  José Matos  <jamatos@lyx.org>
+
+
+       * parser_tools.py (get_backend): get the document backend.
+       * lyx2lyx (main): new member of the document structure,
+       the textclass and backend, that default to article and latex.
+       * lyx_1_4.py (add_end_layout): fix bug of mixed \begin_deeper
+       and \end_layout
+       (insert_tracking_changes): insert \tracking_changes 0, if not present
+       in the header.
+       (convert_names, revert_names): for docbook documents transform
+       the styles FirstName and Surname into character styles.
+
+2004-05-03  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_4.py (convert_graphics):
+       * lyx2lyx: introduce new member of the structure class, dir which
+       carries the directory of the converted file.
+       * lyx2lyx: move default warning level to 1.
+
+2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_1_4.py (convert_graphics): new, convert graphics filenames
+       * lyx_1_4.py (revert, convert): handle format 233
+       * lyx2lyx: up the format to 233.
+
+2004-04-19  José Matos   <jamatos@lyx.orrg>
+       * parser_tools.py (chain): fix the detection of the last format for
+       revertions.
+
+2004-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
+       * lyx_1_4.py (convert_frameless_box): Replace instead of adding
+       new code.
+.
+2004-04-14  José Matos  <jamatos@lyx.org>
+
+       * error.py
+       * lyxconvert_*
+       * lyxrevert_*: removed
+
+       * lyx_0_12.py
+       * lyx_1_0_0.py
+       * lyx_1_0_1.py
+       + lyx_1_1_4.py
+       * lyx_1_1_5.py
+       * lyx_1_1_6.py
+       * lyx_1_1_6fix3.py
+       * lyx_1_2.py
+       * lyx_1_3.py
+       * lyx_1_4.py: Added file with the same content as the previous that
+       were removed.
+
+       * lyx2lyx
+       * parser_tools.py: reworked for better modularity.
+
+2004-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxconvert_229.py (convert_jurabib): new, add use_jurabib flag
+       * lyxrevert_230.py (convert_jurabib): new, remove use_jurabib flag
+       * lyxconvert_230.py (convert_float): new, add sideways flag
+       * lyxrevert_231.py (convert_float): new, remove sideways flag
+       * lyxconvert_231.py (convert_bibtopic): new, add use_bibtopic flag
+       * lyxrevert_232.py (convert_bibtopic): new, remove use_bibtopic flag
+
+2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyx2lyx: up the format to 232.
+       
+       * lyx2lyx: up the format to 231.
+
 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * lyxrevert_225.py (convert_frameless_box): fix minipage ERT output