]> git.lyx.org Git - features.git/blobdiff - development/scons/scons_manifest.py
Move contents of paragraph_funcs.* to Text.h and Text.cpp.
[features.git] / development / scons / scons_manifest.py
index 7862b9d5f9446d58573dd131e6267b3d19cd79c5..6e1ddb854794d0801bb868c980b599cdc9280370 100644 (file)
@@ -3,6 +3,9 @@ from SCons.Util import Split
 TOP_extra_files = Split('''
     ABOUT-NLS
     ANNOUNCE
+    autogen.sh
+    config.log
+    configure.ac
     COPYING
     INSTALL
     INSTALL.MacOSX
@@ -10,6 +13,7 @@ TOP_extra_files = Split('''
     INSTALL.autoconf
     INSTALL.cmake
     INSTALL.scons
+    lyx.1in
     Makefile.am
     NEWS
     README
@@ -17,24 +21,21 @@ TOP_extra_files = Split('''
     README.Win32
     README.localization
     RELEASE-NOTES
-    UPGRADING
-    autogen.sh
-    config.log
-    configure.ac
-    lyx.1in
     rename.sh
     scons_lyx.log
+    UPGRADING
 ''')
 
 
 src_header_files = Split('''
-    ASpell_local.h
+    AspellChecker.h
     Author.h
     BiblioInfo.h
     Bidi.h
     Box.h
     BranchList.h
     Buffer.h
+    buffer_funcs.h
     BufferList.h
     BufferParams.h
     BufferView.h
@@ -44,6 +45,7 @@ src_header_files = Split('''
     Citation.h
     CmdDef.h
     Color.h
+    ColorSet.h
     ColorCode.h
     CompletionList.h
     Converter.h
@@ -60,6 +62,7 @@ src_header_files = Split('''
     Encoding.h
     ErrorList.h
     Exporter.h
+    factory.h
     FloatList.h
     Floating.h
     Font.h
@@ -71,7 +74,9 @@ src_header_files = Split('''
     FuncRequest.h
     FuncStatus.h
     Graph.h
-    ISpell.h
+    HSpace.h
+    HunspellChecker.h
+    IndicesList.h
     InsetIterator.h
     InsetList.h
     Intl.h
@@ -83,17 +88,25 @@ src_header_files = Split('''
     Layout.h
     LayoutEnums.h
     LayoutFile.h
+    LayoutModuleList.h
     Length.h
     Lexer.h
     LyX.h
     LyXAction.h
+    lyxfind.h
     LyXFunc.h
     LyXRC.h
     LyXVC.h
     MetricsInfo.h
     ModuleList.h
     Mover.h
+    output.h
+    output_docbook.h
+    output_latex.h
+    output_plaintext.h
+    output_xhtml.h
     OutputParams.h
+    paper.h
     ParIterator.h
     Paragraph.h
     ParagraphList.h
@@ -101,14 +114,15 @@ src_header_files = Split('''
     ParagraphParameters.h
     PDFOptions.h
     PrinterParams.h
-    PSpell.h
     Row.h
+    rowpainter.h
     Section.h
     Server.h
     ServerSocket.h
     Session.h
+    sgml.h
     Spacing.h
-    SpellBase.h
+    SpellChecker.h
     TexRow.h
     Text.h
     TextClass.h
@@ -117,23 +131,12 @@ src_header_files = Split('''
     TocBackend.h
     Trans.h
     Undo.h
+    update_flags.h
     VCBackend.h
     VSpace.h
     Variables.h
-    WordLangTuple.h
-    buffer_funcs.h
-    factory.h
-    lyxfind.h
-    output.h
-    output_docbook.h
-    output_latex.h
-    output_plaintext.h
-    paper.h
-    paragraph_funcs.h
-    rowpainter.h
-    sgml.h
-    update_flags.h
     version.h
+    WordLangTuple.h
     WordList.h
 ''')
 
@@ -146,6 +149,7 @@ src_pre_files = Split('''
     BufferList.cpp
     BufferParams.cpp
     BufferView.cpp
+    buffer_funcs.cpp
     Bullet.cpp
     Changes.cpp
     Chktex.cpp
@@ -163,6 +167,7 @@ src_pre_files = Split('''
     Encoding.cpp
     ErrorList.cpp
     Exporter.cpp
+    factory.cpp
     FloatList.cpp
     Floating.cpp
     Font.cpp
@@ -172,6 +177,8 @@ src_pre_files = Split('''
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
+    HSpace.cpp
+    IndicesList.cpp
     InsetIterator.cpp
     InsetList.cpp
     Intl.cpp
@@ -182,25 +189,35 @@ src_pre_files = Split('''
     Language.cpp
     Layout.cpp
     LayoutFile.cpp
+    LayoutModuleList.cpp
     Length.cpp
+    lengthcommon.cpp
     Lexer.cpp
     LyX.cpp
     LyXAction.cpp
+    lyxfind.cpp
     LyXFunc.cpp
     LyXRC.cpp
     LyXVC.cpp
     MetricsInfo.cpp
     Mover.cpp
+    output.cpp
     OutputParams.cpp
+    output_docbook.cpp
+    output_latex.cpp
+    output_plaintext.cpp
+    output_xhtml.cpp
     PDFOptions.cpp
     ParIterator.cpp
     Paragraph.cpp
     ParagraphMetrics.cpp
     ParagraphParameters.cpp
     Row.cpp
+    rowpainter.cpp
     Server.cpp
     ServerSocket.cpp
     Session.cpp
+    sgml.cpp
     Spacing.cpp
     TexRow.cpp
     Text.cpp
@@ -212,42 +229,29 @@ src_pre_files = Split('''
     Trans.cpp
     Undo.cpp
     VCBackend.cpp
-    VSpace.cpp
-    buffer_funcs.cpp
-    factory.cpp
-    lengthcommon.cpp
-    lyxfind.cpp
-    output.cpp
-    output_docbook.cpp
-    output_latex.cpp
-    output_plaintext.cpp
-    paragraph_funcs.cpp
-    rowpainter.cpp
-    sgml.cpp
     version.cpp
+    VSpace.cpp
     WordList.cpp
 ''')
 
 
 src_post_files = Split('''
     BiblioInfo.cpp
+    boost.cpp
     Box.cpp
     Dimension.cpp
     ModuleList.cpp
     PrinterParams.cpp
-    SpellBase.cpp
     Thesaurus.cpp
-    boost.cpp
 ''')
 
 
 src_extra_src_files = Split('''
-    ASpell.cpp
-    ISpell.cpp
-    PSpell.cpp
+    AspellChecker.cpp
+    HunspellChecker.cpp
+    main.cpp
     Section.cpp
     Variables.cpp
-    main.cpp
 ''')
 
 
@@ -263,34 +267,21 @@ src_client_header_files = Split('''
 
 
 src_client_files = Split('''
-    Messages.cpp
     boost.cpp
     client.cpp
     gettext.cpp
+    Messages.cpp
 ''')
 
 
 src_client_extra_files = Split('''
+    lyxclient.1in
     Makefile.am
-    lyxclient.man
     pch.h
 ''')
 
 
 src_support_header_files = Split('''
-    ExceptionMessage.h
-    FileMonitor.h
-    FileName.h
-    ForkedCalls.h
-    Messages.h
-    Package.h
-    Path.h
-    RandomAccessList.h
-    SignalSlot.h
-    SignalSlotPrivate.h
-    Systemcall.h
-    Timeout.h
-    Translator.h
     convert.h
     copied_ptr.h
     debug.h
@@ -298,8 +289,12 @@ src_support_header_files = Split('''
     docstring.h
     docstring_list.h
     environment.h
+    ExceptionMessage.h
+    FileMonitor.h
+    FileName.h
     filetools.h
     foreach.h
+    ForkedCalls.h
     gettext.h
     gzstream.h
     lassert.h
@@ -308,46 +303,57 @@ src_support_header_files = Split('''
     lyxalgo.h
     lyxlib.h
     lyxtime.h
+    Messages.h
     os.h
     os_win32.h
+    Package.h
+    Path.h
     qstring_helpers.h
+    RandomAccessList.h
+    SignalSlot.h
+    SignalSlotPrivate.h
     socktools.h
+    Systemcall.h
+    SystemcallPrivate.h
     textutils.h
+    Timeout.h
+    Translator.h
     types.h
     unicode.h
     userinfo.h
+    mythes/mythes.hxx
 ''')
 
 
 src_support_files = Split('''
-    FileMonitor.cpp
-    FileName.cpp
-    ForkedCalls.cpp
-    Messages.cpp
-    Package.cpp
-    Path.cpp
-    SignalSlot.cpp
-    SignalSlotPrivate.cpp
-    Systemcall.cpp
-    Timeout.cpp
     convert.cpp
     debug.cpp
     docstream.cpp
     docstring.cpp
     environment.cpp
+    FileMonitor.cpp
+    FileName.cpp
     filetools.cpp
+    ForkedCalls.cpp
     gettext.cpp
     gzstream.cpp
     kill.cpp
     lassert.cpp
     lstrings.cpp
-    lyxsum.cpp
     lyxtime.cpp
+    Messages.cpp
     os.cpp
+    Package.cpp
+    Path.cpp
     qstring_helpers.cpp
+    SignalSlot.cpp
+    SignalSlotPrivate.cpp
     socktools.cpp
+    Systemcall.cpp
+    Timeout.cpp
     unicode.cpp
     userinfo.cpp
+    mythes/mythes.cxx
 ''')
 
 
@@ -409,7 +415,6 @@ src_graphics_files = Split('''
     GraphicsCache.cpp
     GraphicsCacheItem.cpp
     GraphicsConverter.cpp
-    GraphicsImage.cpp
     GraphicsLoader.cpp
     GraphicsParams.cpp
     PreviewImage.cpp
@@ -441,6 +446,7 @@ src_mathed_header_files = Split('''
     InsetMathDelim.h
     InsetMathDiff.h
     InsetMathDots.h
+    InsetMathEnsureMath.h
     InsetMathEnv.h
     InsetMathExFunc.h
     InsetMathExInt.h
@@ -463,6 +469,7 @@ src_mathed_header_files = Split('''
     InsetMathScript.h
     InsetMathSize.h
     InsetMathSpace.h
+    InsetMathSpecialChar.h
     InsetMathSplit.h
     InsetMathSqrt.h
     InsetMathStackrel.h
@@ -486,6 +493,7 @@ src_mathed_header_files = Split('''
     MathMacroArgument.h
     MathMacroTemplate.h
     MathParser.h
+    MathParser_flags.h
     MathStream.h
     MathSupport.h
     ReplaceData.h
@@ -510,6 +518,7 @@ src_mathed_files = Split('''
     InsetMathDelim.cpp
     InsetMathDiff.cpp
     InsetMathDots.cpp
+    InsetMathEnsureMath.cpp
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
@@ -532,6 +541,7 @@ src_mathed_files = Split('''
     InsetMathScript.cpp
     InsetMathSize.cpp
     InsetMathSpace.cpp
+    InsetMathSpecialChar.cpp
     InsetMathSplit.cpp
     InsetMathSqrt.cpp
     InsetMathStackrel.cpp
@@ -584,12 +594,11 @@ src_tex2lyx_header_files = Split('''
 
 
 src_tex2lyx_files = Split('''
+    boost.cpp
     Context.cpp
     Font.cpp
-    Parser.cpp
-    boost.cpp
-    gettext.cpp
     math.cpp
+    Parser.cpp
     preamble.cpp
     table.cpp
     tex2lyx.cpp
@@ -605,27 +614,34 @@ src_tex2lyx_copied_header_files = Split('''
 src_tex2lyx_copied_files = Split('''
     Color.cpp
     Counters.cpp
+    Encoding.cpp
     FloatList.cpp
     Floating.cpp
     Layout.cpp
+    lengthcommon.cpp
     Lexer.cpp
+    ModuleList.cpp
     TextClass.cpp
     insets/InsetLayout.cpp
-    lengthcommon.cpp
 ''')
 
 
 src_tex2lyx_extra_files = Split('''
     Makefile.am
     pch.h
-    test-insets.tex
-    test-structure.tex
-    test.ltx
-    tex2lyx.man
+    tex2lyx.1in
+    test/box-color-size-space-align.tex
+    test/DummyDocument.tex
+    test/foo.eps
+    test/foo.png
+    test/test-insets.tex
+    test/test.ltx
+    test/test-structure.tex
 ''')
 
 
 src_frontends_header_files = Split('''
+    alert.h
     Application.h
     Clipboard.h
     FontLoader.h
@@ -633,12 +649,11 @@ src_frontends_header_files = Split('''
     KeyModifier.h
     KeySymbol.h
     LyXView.h
+    mouse_state.h
     Painter.h
     Selection.h
     WorkArea.h
     WorkAreaManager.h
-    alert.h
-    mouse_state.h
 ''')
 
 
@@ -685,6 +700,7 @@ src_frontends_qt4_header_files = Split('''
     DockView.h
     EmptyTable.h
     FileDialog.h
+    FindAndReplace.h
     FloatPlacement.h
     GuiAbout.h
     GuiApplication.h
@@ -717,6 +733,8 @@ src_frontends_qt4_header_files = Split('''
     GuiIdListModel.h
     GuiImage.h
     GuiInclude.h
+    GuiIndex.h
+    GuiIndices.h
     GuiInfo.h
     GuiKeySymbol.h
     GuiLabel.h
@@ -727,8 +745,11 @@ src_frontends_qt4_header_files = Split('''
     GuiNote.h
     GuiPainter.h
     GuiParagraph.h
+    GuiPhantom.h
     GuiPrefs.h
     GuiPrint.h
+    GuiPrintindex.h
+    GuiPrintNomencl.h
     GuiRef.h
     GuiSearch.h
     GuiSelection.h
@@ -756,12 +777,12 @@ src_frontends_qt4_header_files = Split('''
     LyXFileDialog.h
     Menus.h
     PanelStack.h
+    qt_helpers.h
+    qt_i18n.h
     TocModel.h
     TocWidget.h
     Toolbars.h
     Validator.h
-    qt_helpers.h
-    qt_i18n.h
 ''')
 
 
@@ -774,6 +795,7 @@ src_frontends_qt4_files = Split('''
     ColorCache.cpp
     CustomizedWidgets.cpp
     EmptyTable.cpp
+    FindAndReplace.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
@@ -807,6 +829,8 @@ src_frontends_qt4_files = Split('''
     GuiIdListModel.cpp 
     GuiImage.cpp
     GuiInclude.cpp
+    GuiIndex.cpp
+    GuiIndices.cpp
     GuiInfo.cpp
     GuiKeySymbol.cpp
     GuiLabel.cpp
@@ -817,8 +841,11 @@ src_frontends_qt4_files = Split('''
     GuiNote.cpp
     GuiPainter.cpp
     GuiParagraph.cpp
+    GuiPhantom.cpp
     GuiPrefs.cpp
     GuiPrint.cpp
+    GuiPrintindex.cpp
+    GuiPrintNomencl.cpp
     GuiRef.cpp
     GuiSearch.cpp
     GuiSelection.cpp
@@ -846,19 +873,19 @@ src_frontends_qt4_files = Split('''
     LyXFileDialog.cpp
     Menus.cpp
     PanelStack.cpp
+    qt_helpers.cpp
     TocModel.cpp
     TocWidget.cpp
     Toolbars.cpp
     Validator.cpp
-    qt_helpers.cpp
 ''')
 
 
 src_frontends_qt4_extra_files = Split('''
     GuiFontMetrics.h
     Makefile.am
-    README
     pch.h
+    README    
 ''')
 
 
@@ -872,6 +899,7 @@ src_frontends_qt4_ui_files = Split('''
     BoxUi.ui
     BranchUi.ui
     BranchesUi.ui
+    BranchesUnknownUi.ui
     BulletsUi.ui
     ChangesUi.ui
     CharacterUi.ui
@@ -881,6 +909,7 @@ src_frontends_qt4_ui_files = Split('''
     ERTUi.ui
     ErrorListUi.ui
     ExternalUi.ui
+    FindAndReplaceUi.ui
     FloatPlacementUi.ui
     FloatUi.ui
     FontUi.ui
@@ -888,21 +917,27 @@ src_frontends_qt4_ui_files = Split('''
     HSpaceUi.ui
     HyperlinkUi.ui
     IncludeUi.ui
+    IndexUi.ui
+    IndicesUi.ui
     InfoUi.ui
     LabelUi.ui
     LaTeXUi.ui
     LanguageUi.ui
     ListingsUi.ui
+    ListingsSettingsUi.ui
     LogUi.ui
     MarginsUi.ui
     MathMatrixUi.ui
     MathsUi.ui
+    ModulesUi.ui
     NomenclUi.ui
     NoteUi.ui
     NumberingUi.ui
+    OutputUi.ui
     PageLayoutUi.ui
     ParagraphUi.ui
     PDFSupportUi.ui
+    PhantomUi.ui
     PreambleUi.ui
     PrefColorsUi.ui
     PrefCompletionUi.ui
@@ -924,6 +959,8 @@ src_frontends_qt4_ui_files = Split('''
     PrefUi.ui
     PrefsUi.ui
     PrintUi.ui
+    PrintindexUi.ui
+    PrintNomenclUi.ui
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
@@ -937,6 +974,7 @@ src_frontends_qt4_ui_files = Split('''
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
+    ToggleWarningUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -944,8 +982,8 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_ui_extra_files = Split('''
-    Makefile.am
     compile_uic.sh
+    Makefile.am    
 ''')
 
 
@@ -988,6 +1026,7 @@ src_insets_header_files = Split('''
     InsetNomencl.h
     InsetNote.h
     InsetOptArg.h
+    InsetPhantom.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1042,6 +1081,7 @@ src_insets_files = Split('''
     InsetNomencl.cpp
     InsetNote.cpp
     InsetOptArg.cpp
+    InsetPhantom.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1111,7 +1151,6 @@ intl_files = Split('''
 
 
 intl_extra_files = Split('''
-    VERSION
     config.charset
     libgnuintl.h.in
     locale.alias
@@ -1122,11 +1161,11 @@ intl_extra_files = Split('''
     ref-add.sin
     ref-del.sin
     vasnprintf.c
+    VERSION
 ''')
 
 
 config_extra_files = Split('''
-    Makefile.am
     common.am
     config.guess
     config.rpath
@@ -1136,6 +1175,7 @@ config_extra_files = Split('''
     libtool.m4
     ltmain.sh
     lyxinclude.m4
+    Makefile.am
     missing
     mkinstalldirs
     pkg.m4
@@ -1152,12 +1192,6 @@ sourcedoc_extra_files = Split('''
 
 
 po_extra_files = Split('''
-    LINGUAS
-    Makefile.in.in
-    Makevars
-    POTFILES.in
-    README
-    Rules-quot
     ar.po
     bg.po
     boldquot.sed
@@ -1176,21 +1210,28 @@ po_extra_files = Split('''
     he.po
     hu.po
     insert-header.sin
+    id.po
     it.po
     ja.po
     ko.po
+    LINGUAS
     lyx_pot.py
+    Makefile.in.in
+    Makevars
     nb.po
     nl.po
     nn.po
     pl.po
     pocheck.pl
+    POTFILES.in
     postats.sh
     pt.po
     quot.sed
+    README
     remove-potcdate.sin
     ro.po
     ru.po
+    Rules-quot
     sk.po
     sl.po
     sv.po
@@ -1203,9 +1244,9 @@ po_extra_files = Split('''
 
 
 lib_files = Split('''
-    CREDITS
     chkconfig.ltx
     configure.py
+    CREDITS
     encodings
     external_templates
     languages
@@ -1216,10 +1257,10 @@ lib_files = Split('''
 
 
 lib_extra_files = Split('''
-    Makefile.am
     autocorrect
     build-listerrors
     generate_contributions.py
+    Makefile.am
 ''')
 
 
@@ -1267,22 +1308,23 @@ lib_kbd_files = Split('''
 
 
 lib_templates_files = Split('''
-    IEEEtran.lyx
-    README.new_templates
     aa.lyx
     aastex.lyx
+    ACM-siggraph.lyx
+    ACM-sigplan.lyx
     agu_article.lyx
     apa.lyx
     beamer-conference-ornate-20min.lyx
     de_beamer-conference-ornate-20min.lyx
     dinbrief.lyx
     docbook_article.lyx
-    elsart.lyx
+    elsarticle.lyx
     fr_beamer-conference-ornate-20min.lyx
     g-brief-de.lyx
     g-brief-en.lyx
     g-brief2.lyx
     hollywood.lyx
+    IEEEtran.lyx
     ijmpc.lyx
     ijmpd.lyx
     iop-article.lyx
@@ -1291,6 +1333,7 @@ lib_templates_files = Split('''
     koma-letter2.lyx
     latex8.lyx
     letter.lyx
+    README.new_templates
     revtex.lyx
     revtex4.lyx
     slides.lyx
@@ -1308,7 +1351,6 @@ lib_ui_files = Split('''
 
 lib_fonts_files = Split('''
     BaKoMaFontLicense.txt
-    ReadmeBaKoMa4LyX.txt
     cmex10.ttf
     cmmi10.ttf
     cmr10.ttf
@@ -1317,6 +1359,7 @@ lib_fonts_files = Split('''
     eufm10.ttf
     msam10.ttf
     msbm10.ttf
+    ReadmeBaKoMa4LyX.txt
     wasy10.ttf
 ''')
 
@@ -1327,22 +1370,35 @@ lib_images_files = Split('''
     amssymb.png
     banner.png
     bookmark-goto.png
+    bookmark-goto_0.png
     bookmark-save.png
     box-insert.png
     break-line.png
     buffer-close.png
+    buffer-export.png
     buffer-export_dvi.png
     buffer-export_latex.png
+    buffer-export_pdf.png
     buffer-export_pdf2.png
+    buffer-export_pdf3.png
+    buffer-export_pdf4.png
     buffer-export_ps.png
     buffer-export_text.png
     buffer-new.png
     buffer-reload.png
+    buffer-update.png
     buffer-update_dvi.png
+    buffer-update_pdf.png
     buffer-update_pdf2.png
+    buffer-update_pdf3.png
+    buffer-update_pdf4.png
     buffer-update_ps.png
+    buffer-view.png
     buffer-view_dvi.png
+    buffer-view_pdf.png
     buffer-view_pdf2.png
+    buffer-view_pdf3.png
+    buffer-view_pdf4.png
     buffer-view_ps.png
     buffer-write-as.png
     buffer-write.png
@@ -1371,6 +1427,7 @@ lib_images_files = Split('''
     dialog-show_mathmatrix.png
     dialog-show_print.png
     dialog-show_spellchecker.png
+    dialog-show_vclog.png
     dialog-toggle_toc.png
     down.png
     ert-insert.png
@@ -1399,12 +1456,9 @@ lib_images_files = Split('''
     layout_Section.png
     lyx-quit.png
     lyx.png
-    vc-check-in.png
-    vc-check-out.png
-    dialog-show_vclog.png
-    vc-register.png
-    vc-revert.png
     marginalnote-insert.png
+    master-buffer-update.png
+    master-buffer-view.png
     math-display.png
     math-macro-add-greedy-optional-param.png
     math-macro-add-optional-param.png
@@ -1434,28 +1488,29 @@ lib_images_files = Split('''
     split-view_horizontal.png
     split-view_vertical.png
     standard.png
-    tabular-feature_align-center.png
-    tabular-feature_align-left.png
-    tabular-feature_align-right.png
+    tabular-feature_m-align-center.png
+    tabular-feature_m-align-left.png
+    tabular-feature_m-align-right.png
     tabular-feature_append-column.png
     tabular-feature_append-row.png
     tabular-feature_delete-column.png
     tabular-feature_delete-row.png
     tabular-feature_multicolumn.png
     tabular-feature_set-all-lines.png
+    tabular-feature_set-border-lines.png
     tabular-feature_set-longtabular.png
     tabular-feature_set-rotate-cell.png
-    tabular-feature_toggle-rotate-cell.png
     tabular-feature_set-rotate-tabular.png
-    tabular-feature_toggle-rotate-tabular.png
     tabular-feature_toggle-line-bottom.png
     tabular-feature_toggle-line-left.png
     tabular-feature_toggle-line-right.png
     tabular-feature_toggle-line-top.png
+    tabular-feature_toggle-rotate-cell.png
+    tabular-feature_toggle-rotate-tabular.png
     tabular-feature_unset-all-lines.png
-    tabular-feature_valign-bottom.png
-    tabular-feature_valign-middle.png
-    tabular-feature_valign-top.png
+    tabular-feature_m-valign-bottom.png
+    tabular-feature_m-valign-middle.png
+    tabular-feature_m-valign-top.png
     tabular-insert.png
     thesaurus-entry.png
     toolbar-toggle_math.png
@@ -1465,27 +1520,23 @@ lib_images_files = Split('''
     unknown.png
     up.png
     url-insert.png
+    vc-check-in.png
+    vc-check-out.png
+    vc-locking-toggle.png
+    vc-register.png
+    vc-revert.png
 ''')
 
 
 lib_images_extra_files = Split('''
-    README
     font-smallcaps.png
+    README
 ''')
 
 
 lib_images_math_files = Split('''
-    Bbbk.png
-    Finv.png
-    Game.png
-    Im.png
-    Lleftarrow.png
-    Lsh.png
-    Re.png
-    Rrightarrow.png
-    Rsh.png
-    Vvdash.png
     acute.png
+    adots.png
     aleph.png
     alpha.png
     amalg.png
@@ -1501,6 +1552,7 @@ lib_images_math_files = Split('''
     bar.png
     bars.png
     barwedge.png
+    Bbbk.png
     because.png
     beta.png
     beth.png
@@ -1568,6 +1620,8 @@ lib_images_math_files = Split('''
     dashrightarrow.png
     dashv.png
     ddagger.png
+    ddddot.png
+    dddot.png
     ddot.png
     ddots.png
     delim.png
@@ -1604,7 +1658,11 @@ lib_images_math_files = Split('''
     eta.png
     eth.png
     exists.png
+    export-others.png
     fallingdotseq.png
+    fint.png
+    fintop.png
+    Finv.png
     flat.png
     font.png
     forall.png
@@ -1612,6 +1670,7 @@ lib_images_math_files = Split('''
     frac.png
     frown.png
     functions.png
+    Game.png
     gamma.png
     gamma2.png
     geq.png
@@ -1639,12 +1698,14 @@ lib_images_math_files = Split('''
     hookrightarrow.png
     hphantom.png
     hslash.png
+    iddots.png
     iiiint.png
     iiiintop.png
     iiint.png
     iiintop.png
     iint.png
     iintop.png
+    Im.png
     imath.png
     in.png
     infty.png
@@ -1656,6 +1717,10 @@ lib_images_math_files = Split('''
     kappa.png
     lambda.png
     lambda2.png
+    landdownint.png
+    landdownintop.png
+    landupint.png
+    landupintop.png
     langle.png
     lbrace.png
     lbrace_rbrace.png
@@ -1689,6 +1754,7 @@ lib_images_math_files = Split('''
     lfloor_rfloor.png
     ll.png
     llcorner.png
+    Lleftarrow.png
     lll.png
     lnapprox.png
     lneq.png
@@ -1707,6 +1773,7 @@ lib_images_math_files = Split('''
     lparen.png
     lparen_rparen.png
     lrcorner.png
+    Lsh.png
     ltimes.png
     lvertneqq.png
     mapsto.png
@@ -1821,6 +1888,7 @@ lib_images_math_files = Split('''
     rbrace.png
     rbracket.png
     rceil.png
+    Re.png
     rfloor.png
     rho.png
     rightarrow.png
@@ -1836,6 +1904,8 @@ lib_images_math_files = Split('''
     risingdotseq.png
     root.png
     rparen.png
+    Rrightarrow.png
+    Rsh.png
     rtimes.png
     searrow.png
     setminus.png
@@ -1924,6 +1994,7 @@ lib_images_math_files = Split('''
     underset.png
     uparrow.png
     uparrow2.png
+    update-others.png
     updownarrow.png
     updownarrow2.png
     upharpoonleft.png
@@ -1958,7 +2029,9 @@ lib_images_math_files = Split('''
     veebar.png
     vert.png
     vert2.png
+    view-others.png
     vphantom.png
+    Vvdash.png
     wedge.png
     widehat.png
     widetilde.png
@@ -2013,13 +2086,11 @@ lib_tex_files = Split('''
 
 lib_doc_files = Split('''
     Customization.lyx
-    DocStyle.lyx
     DummyDocument1.lyx
     DummyDocument2.lyx
     DummyTextDocument.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
@@ -2043,26 +2114,27 @@ lib_doc_clipart_files = Split('''
     ChangesToolbar.png
     ChildDocumentQt4.png
     CommentNoteImageQt4.png
+    endnotes.pdf
     ERT.png
+    escher-lsd.eps
     ExternalMaterialQt4.png
     ExtraToolbar.png
-    GreyedOutNoteImageQt4.png
-    LaTeX.png
-    LyXNoteImageQt4.png
-    SpaceMarker.png
-    StandardToolbar.png
-    ToolbarEnvBox.png
-    endnotes.pdf
-    escher-lsd.eps
     floatQt4.png
     footnoteQt4.png
+    GreyedOutNoteImageQt4.png
     labelQt4.png
+    LaTeX.png
+    LyXNoteImageQt4.png
     macrobox.png
+    MacroToolbar.png
     macrouse.png
     mbox.png
     mobius.eps
     platypus.eps
     referenceQt4.png
+    SpaceMarker.png
+    StandardToolbar.png
+    ToolbarEnvBox.png
     ViewToolbar.png
     with_fntright.pdf
     without_fntright.pdf
@@ -2071,10 +2143,7 @@ lib_doc_clipart_files = Split('''
 
 lib_doc_extra_files = Split('''
     Makefile.am
-    Makefile.depend
     README.Documentation
-    depend.py
-    doc_toc.py
 ''')
 
 
@@ -2095,7 +2164,6 @@ lib_doc_de_files = Split('''
     DummyTextDocument.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formelnummerierung.lyx
     Intro.lyx
     Math.lyx
@@ -2126,15 +2194,16 @@ lib_doc_da_files = Split('''
 
 
 lib_doc_es_files = Split('''
+    Customization.lyx
     DocumentoPostizo1.lyx
     DocumentoPostizo2.lyx
     DocumentoTextoPostizo.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2144,23 +2213,22 @@ lib_doc_es_clipart_files = Split('''
     ComentNotaImagenQt4.png
     CuadroMinipagQt4.png
     DocumentoHijoQt4.png
-    GrisNotaImagenQt4.png
-    MaterialExternoQt4.png
-    NotaLyXImagenQt4.png
-    Resumen.pdf
     es_ERT.png
     es_ToolbarEnvBox.png
     etiquetaQt4.png
     flotanteQt4.png
+    GrisNotaImagenQt4.png
+    MaterialExternoQt4.png
+    NotaLyXImagenQt4.png
     notapieQt4.png
     referenciaQt4.png
+    Resumen.pdf
 ''')
 
 
 lib_doc_eu_files = Split('''
     Customization.lyx
     Extended.lyx
-    FAQ.lyx
     Intro.lyx
     Tutorial.lyx
     UserGuide.lyx
@@ -2174,10 +2242,10 @@ lib_doc_fr_files = Split('''
     DocumentTexteBidon.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2187,15 +2255,15 @@ lib_doc_fr_clipart_files = Split('''
     BoxInsetDefaultQt4.png
     ChildDocumentQt4.png
     CommentNoteImageQt4.png
-    GreyedOutNoteImageQt4.png
-    LyXNoteImageQt4.png
     floatQt4.png
     footnoteQt4.png
+    GreyedOutNoteImageQt4.png
     labelQt4.png
+    LyXNoteImageQt4.png    
 ''')
 
 
-lib_doc_gl_extra_files = Split('''
+lib_doc_gl_files = Split('''
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2213,6 +2281,19 @@ lib_doc_hu_files = Split('''
 ''')
 
 
+lib_doc_id_files = Split('''
+    Intro.lyx
+    Tutorial.lyx
+''')
+
+
+lib_doc_id_clipart_files = Split('''
+    id-contrib.png
+    id-footnote.png
+    id-lingkungan.png
+''')
+
+
 lib_doc_it_files = Split('''
     Customization.lyx
     Intro.lyx
@@ -2228,17 +2309,22 @@ lib_doc_it_clipart_files = Split('''
 
 
 lib_doc_ja_files = Split('''
-    FAQ.lyx
+    Extended.lyx
     Intro.lyx
     LaTeXConfig.lyx
+    Math.lyx
     Shortcuts.lyx
     Tutorial.lyx
+    UserGuide.lyx
 ''')
 
 
 lib_doc_ja_clipart_files = Split('''
+    floatQt4.png
     footnoteQt4.png
     referenceQt4.png
+    ERT.png
+    ToolbarEnvBox.png
 ''')
 
 
@@ -2272,7 +2358,6 @@ lib_doc_ro_files = Split('''
 
 
 lib_doc_ru_files = Split('''
-    FAQ.lyx
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2285,6 +2370,7 @@ lib_doc_sl_files = Split('''
 
 
 lib_doc_sk_files = Split('''
+    Intro.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2307,15 +2393,9 @@ lib_doc_uk_clipart_files = Split('''
 
 
 lib_examples_files = Split('''
-    Braille.lyx
-    CV-image.eps
-    CV-image.png
-    Foils.lyx
-    ItemizeBullets.lyx
-    Literate.lyx
-    Minipage.lyx
     aa_sample.lyx
     aas_sample.lyx
+    achemso.lyx
     addressExample.adr
     amsart-test.lyx
     amsbook-test.lyx
@@ -2333,29 +2413,39 @@ lib_examples_files = Split('''
     beamer-knight4.png
     beamerlyxexample1.lyx
     biblioExample.bib
+    Braille.lyx
     chess-article.lyx
     chessgame.lyx
+    CV-image.eps
+    CV-image.png
     docbook_article.lyx
     europeCV.lyx
     example_lyxified.lyx
     example_raw.lyx
+    Foils.lyx
     iecc05.fen
     iecc07.fen
     iecc12.fen
+    ItemizeBullets.lyx
     landslide.lyx
     linguistics.lyx
     listerrors.lyx
-    listings.lyx
+    Literate.lyx
     modernCV.lyx
     multicol.lyx
     noweb2lyx.lyx
     powerdot-example.lyx
+    recipebook.lyx
     script_form.lyx
+    seminar.lyx
     serial_letter1.lyx
     serial_letter2.lyx
     serial_letter3.lyx
     simplecv.lyx
     splash.lyx
+    sweave.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2377,12 +2467,13 @@ lib_examples_da_files = Split('''
 
 
 lib_examples_de_files = Split('''
+    beispiel_gelyxt.lyx
+    beispiel_roh.lyx
+    Braille.lyx
     Dezimal.lyx
     ItemizeBullets.lyx
     Lebenslauf.lyx
-    Minipage.lyx
-    beispiel_gelyxt.lyx
-    beispiel_roh.lyx
+    linguistics.lyx
     multicol.lyx
     serienbrief1.lyx
     serienbrief2.lyx
@@ -2398,11 +2489,10 @@ lib_examples_fa_files = Split('''
 
 lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
-    Foils.lyx
-    ListesPuces.lyx
-    Minipage.lyx
     exemple_brut.lyx
     exemple_lyxifie.lyx
+    Foils.lyx
+    ListesPuces.lyx
     multicol.lyx
     simplecv.lyx
     splash.lyx
@@ -2410,9 +2500,12 @@ lib_examples_fr_files = Split('''
 
 
 lib_examples_es_files = Split('''
-    ItemizeBullets.lyx
+    Braille.lyx
     ejemplo_con_lyx.lyx
     ejemplo_sin_lyx.lyx
+    ItemizeBullets.lyx
+    linguistics.lyx
+    multicol.lyx
     splash.lyx
 ''')
 
@@ -2424,7 +2517,7 @@ lib_examples_eu_files = Split('''
 ''')
 
 
-lib_examples_gl_extra_files = Split('''
+lib_examples_gl_files = Split('''
     exemplo_bruto.lyx
     exemplo_lyxificado.lyx
     splash.lyx
@@ -2445,6 +2538,11 @@ lib_examples_hu_files = Split('''
 ''')
 
 
+lib_examples_id_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_it_files = Split('''
     ItemizeBullets.lyx
     splash.lyx
@@ -2452,6 +2550,7 @@ lib_examples_it_files = Split('''
 
 
 lib_examples_ja_files = Split('''
+    Braille.lyx
     splash.lyx
 ''')
 
@@ -2492,9 +2591,14 @@ lib_examples_sl_files = Split('''
 ''')
 
 
+lib_examples_uk_files = Split('''
+    splash.lyx
+''')
+
+
 lib_lyx2lyx_files = Split('''
-    LyX.py
     generate_encoding_info.py
+    LyX.py
     lyx2lyx
     lyx2lyx_lang.py
     lyx_0_06.py
@@ -2511,6 +2615,7 @@ lib_lyx2lyx_files = Split('''
     lyx_1_4.py
     lyx_1_5.py
     lyx_1_6.py
+    lyx_2_0.py
     parser_tools.py
     profiling.py
     test_parser_tools.py
@@ -2518,16 +2623,17 @@ lib_lyx2lyx_files = Split('''
 
 
 lib_lyx2lyx_extra_files = Split('''
-    Makefile.am
     lyx2lyx_version.py.in
+    Makefile.am
 ''')
 
 
 lib_layouts_files = Split('''
-    IEEEtran.layout
     aa.layout
     aapaper.layout
     aastex.layout
+    achemso.layout
+    acmsiggraph.layout
     agu-dtd.layout
     agums.layout
     amsart.layout
@@ -2550,6 +2656,7 @@ lib_layouts_files = Split('''
     dtk.layout
     egs.layout
     elsart.layout
+    elsarticle.layout
     entcs.layout
     europecv.layout
     extarticle.layout
@@ -2563,6 +2670,7 @@ lib_layouts_files = Split('''
     heb-article.layout
     heb-letter.layout
     hollywood.layout
+    IEEEtran.layout
     ijmpc.layout
     ijmpd.layout
     iopart.layout
@@ -2582,7 +2690,6 @@ lib_layouts_files = Split('''
     literate-report.layout
     llncs.layout
     ltugboat.layout
-    manpage.layout
     memoir.layout
     moderncv.layout
     mwart.layout
@@ -2590,6 +2697,7 @@ lib_layouts_files = Split('''
     mwrep.layout
     paper.layout
     powerdot.layout
+    recipebook.layout
     report.layout
     revtex.layout
     revtex4.layout
@@ -2601,6 +2709,7 @@ lib_layouts_files = Split('''
     scrreprt.layout
     seminar.layout
     siamltex.layout
+    sigplanconf.layout
     simplecv.layout
     singlecol.layout
     slides.layout
@@ -2654,11 +2763,11 @@ lib_layouts_inc_files = Split('''
     stdstruct.inc
     stdtitle.inc
     svjour.inc
-    svjour3.inc
     theorems.inc
     theorems-ams.inc
     theorems-order.inc
     theorems-proof.inc
+    theorems-proof-std.inc
     theorems-starred.inc
     theorems-starred-equivalents.inc
 ''')
@@ -2672,6 +2781,8 @@ lib_layouts_module_files = Split('''
     linguistics.module
     logicalmkup.module
     minimalistic.module
+    noweb.module
+    sweave.module
     theorems-ams-extended.module
     theorems-ams.module
     theorems-chap.module
@@ -2681,7 +2792,6 @@ lib_layouts_module_files = Split('''
 ''')
 
 lib_scripts_files = Split('''
-    TeXFiles.py
     clean_dvi.py
     convertDefault.py
     csv2lyx.py
@@ -2697,6 +2807,7 @@ lib_scripts_files = Split('''
     lyxpreview2bitmap.py
     lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
+    TeXFiles.py
     tex_copy.py
 ''')