pkgsrc/editors/lyx-qt/PLIST.common

943 lines
30 KiB
Text
Raw Normal View History

Update to 1.3.3 Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26 22:04:37 +02:00
@comment $NetBSD: PLIST.common,v 1.3 2003/09/26 20:04:37 recht Exp $
bin/lyx
bin/noweb2lyx
bin/reLyX
man/man1/lyx.1
man/man1/reLyX.1
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/he/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/lyx.mo
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/lyx.mo
share/lyx/CREDITS
Update to 1.3.3 Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26 22:04:37 +02:00
share/lyx/bind/aqua.bind
share/lyx/bind/broadway.bind
share/lyx/bind/cua.bind
share/lyx/bind/cyrkeys.bind
share/lyx/bind/de_menus.bind
share/lyx/bind/emacs.bind
share/lyx/bind/fi_menus.bind
share/lyx/bind/greekkeys.bind
share/lyx/bind/hollywood.bind
share/lyx/bind/latinkeys.bind
share/lyx/bind/math.bind
share/lyx/bind/menus.bind
share/lyx/bind/pt_menus.bind
share/lyx/bind/sciword.bind
share/lyx/bind/sv_menus.bind
share/lyx/bind/xemacs.bind
share/lyx/chkconfig.ltx
share/lyx/clipart/platypus.eps
share/lyx/configure
share/lyx/configure.cmd
share/lyx/doc/Customization.lyx
share/lyx/doc/DocStyle.lyx
share/lyx/doc/Extended.lyx
share/lyx/doc/FAQ.lyx
share/lyx/doc/Intro.lyx
share/lyx/doc/LaTeXConfig.lyx
share/lyx/doc/LaTeXConfig.lyx.in
share/lyx/doc/LyXConfig.lyx.in
share/lyx/doc/Reference.lyx
share/lyx/doc/TOC.lyx
share/lyx/doc/Tutorial.lyx
share/lyx/doc/UserGuide.lyx
share/lyx/doc/cs_TOC.lyx
share/lyx/doc/cs_Tutorial.lyx
share/lyx/doc/da_Intro.lyx
share/lyx/doc/da_TOC.lyx
share/lyx/doc/de_Customization.lyx
share/lyx/doc/de_Extended.lyx
share/lyx/doc/de_FAQ.lyx
share/lyx/doc/de_Intro.lyx
share/lyx/doc/de_TOC.lyx
share/lyx/doc/de_Tutorial.lyx
share/lyx/doc/de_UserGuide.lyx
share/lyx/doc/es_Intro.lyx
share/lyx/doc/es_TOC.lyx
share/lyx/doc/es_Tutorial.lyx
share/lyx/doc/escher-lsd.eps
share/lyx/doc/eu_Intro.lyx
share/lyx/doc/eu_TOC.lyx
share/lyx/doc/eu_Tutorial.lyx
share/lyx/doc/fr_Customization.lyx
share/lyx/doc/fr_Extended.lyx
share/lyx/doc/fr_FAQ.lyx
share/lyx/doc/fr_Intro.lyx
share/lyx/doc/fr_TOC.lyx
share/lyx/doc/fr_Tutorial.lyx
share/lyx/doc/fr_UserGuide.lyx
share/lyx/doc/he_Intro.lyx
share/lyx/doc/he_TOC.lyx
share/lyx/doc/he_Tutorial.lyx
share/lyx/doc/hu_Intro.lyx
share/lyx/doc/hu_TOC.lyx
share/lyx/doc/it_Customization.lyx
share/lyx/doc/it_Intro.lyx
share/lyx/doc/it_TOC.lyx
share/lyx/doc/it_Tutorial.lyx
share/lyx/doc/it_UserGuide.lyx
share/lyx/doc/mobius.eps
share/lyx/doc/nl_Intro.lyx
share/lyx/doc/nl_TOC.lyx
share/lyx/doc/nl_Tutorial.lyx
share/lyx/doc/pl_Extended.lyx
share/lyx/doc/pl_Intro.lyx
share/lyx/doc/pl_TOC.lyx
share/lyx/doc/pl_Tutorial.lyx
share/lyx/doc/platypus.eps
share/lyx/doc/pt_Intro.lyx
share/lyx/doc/pt_TOC.lyx
share/lyx/doc/pt_Tutorial.lyx
share/lyx/doc/ro_Intro.lyx
share/lyx/doc/ro_TOC.lyx
share/lyx/doc/ro_splash.lyx
share/lyx/doc/ru_FAQ.lyx
share/lyx/doc/ru_Intro.lyx
share/lyx/doc/ru_TOC.lyx
share/lyx/doc/ru_Tutorial.lyx
share/lyx/doc/sk_TOC.lyx
share/lyx/doc/sk_Tutorial.lyx
share/lyx/doc/sk_UserGuide.lyx
share/lyx/doc/sl_Intro.lyx
share/lyx/doc/sl_TOC.lyx
share/lyx/doc/sl_Tutorial.lyx
share/lyx/doc/sv_Intro.lyx
share/lyx/doc/sv_TOC.lyx
share/lyx/doc/sv_Tutorial.lyx
share/lyx/encodings
share/lyx/examples/Foils.lyx
share/lyx/examples/ItemizeBullets.lyx
share/lyx/examples/Literate.lyx
share/lyx/examples/Minipage.lyx
share/lyx/examples/TableExamples.lyx
share/lyx/examples/aa_sample.lyx
share/lyx/examples/aas_sample.lyx
share/lyx/examples/amsart-test.lyx
share/lyx/examples/amsbook-test.lyx
share/lyx/examples/ca_splash.lyx
share/lyx/examples/chess-article.lyx
share/lyx/examples/chessgame.lyx
share/lyx/examples/currency.lyx
share/lyx/examples/cv.lyx
share/lyx/examples/da_splash.lyx
share/lyx/examples/de_beispiel_gelyxt.lyx
share/lyx/examples/de_beispiel_roh.lyx
share/lyx/examples/de_splash.lyx
share/lyx/examples/decimal.lyx
share/lyx/examples/docbook_article.lyx
share/lyx/examples/es_ejemplo_con_lyx.lyx
share/lyx/examples/es_ejemplo_sin_lyx.lyx
share/lyx/examples/es_splash.lyx
share/lyx/examples/eu_adibide_gordina.lyx
share/lyx/examples/eu_adibide_lyx-atua.lyx
share/lyx/examples/eu_splash.lyx
share/lyx/examples/example_lyxified.lyx
share/lyx/examples/example_raw.lyx
share/lyx/examples/fr_AlignementDecimal.lyx
share/lyx/examples/fr_CV.lyx
share/lyx/examples/fr_ExemplesTableaux.lyx
share/lyx/examples/fr_Foils.lyx
share/lyx/examples/fr_ListesPuces.lyx
share/lyx/examples/fr_Minipage.lyx
share/lyx/examples/fr_exemple_brut.lyx
share/lyx/examples/fr_exemple_lyxifie.lyx
share/lyx/examples/fr_mathed.lyx
Update to 1.3.3 Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26 22:04:37 +02:00
share/lyx/examples/fr_multicol.lyx
share/lyx/examples/fr_splash.lyx
share/lyx/examples/he_example_raw.lyx
share/lyx/examples/he_he_example_lyxified.lyx
share/lyx/examples/he_he_example_raw.lyx
share/lyx/examples/hu_splash.lyx
share/lyx/examples/iecc05.fen
share/lyx/examples/iecc07.fen
share/lyx/examples/iecc12.fen
share/lyx/examples/it_ItemizeBullets.lyx
share/lyx/examples/it_splash.lyx
share/lyx/examples/landslide.lyx
share/lyx/examples/linuxdoc_manpage.lyx
share/lyx/examples/listerrors.lyx
share/lyx/examples/mathed.lyx
share/lyx/examples/multicol.lyx
share/lyx/examples/nl_multicol.lyx
share/lyx/examples/nl_opsommingstekens.lyx
share/lyx/examples/nl_splash.lyx
share/lyx/examples/nl_voorbeeld_ruw.lyx
share/lyx/examples/nl_voorbeeld_verlyxt.lyx
share/lyx/examples/noweb2lyx.lyx
share/lyx/examples/pl_splash.lyx
share/lyx/examples/pt_splash.lyx
share/lyx/examples/ru_splash.lyx
share/lyx/examples/script_form.lyx
share/lyx/examples/sl_primer_lyxan.lyx
share/lyx/examples/sl_primer_surov.lyx
share/lyx/examples/sl_splash.lyx
share/lyx/examples/splash.lyx
share/lyx/external_templates
share/lyx/help/Bibtex.hlp
share/lyx/help/Texinfo.hlp
share/lyx/images/amssymb.xpm
share/lyx/images/banner.ppm
share/lyx/images/buffer-close.xpm
share/lyx/images/buffer-export_ascii.xpm
share/lyx/images/buffer-export_latex.xpm
share/lyx/images/buffer-new.xpm
share/lyx/images/buffer-print.xpm
share/lyx/images/buffer-update_dvi.xpm
share/lyx/images/buffer-update_ps.xpm
share/lyx/images/buffer-view_dvi.xpm
share/lyx/images/buffer-view_ps.xpm
share/lyx/images/buffer-write.xpm
share/lyx/images/build-program.xpm
share/lyx/images/citation-insert.xpm
share/lyx/images/copy.xpm
share/lyx/images/cut.xpm
share/lyx/images/depth-decrement.xpm
share/lyx/images/depth-increment.xpm
share/lyx/images/down.xpm
share/lyx/images/ert-insert.xpm
share/lyx/images/file-open.xpm
share/lyx/images/find-replace.xpm
share/lyx/images/font-bold.xpm
share/lyx/images/font-emph.xpm
share/lyx/images/font-free.xpm
share/lyx/images/font-noun.xpm
share/lyx/images/font-sans.xpm
share/lyx/images/footnote-insert.xpm
share/lyx/images/graphics-insert.xpm
share/lyx/images/index-insert.xpm
share/lyx/images/label-insert.xpm
share/lyx/images/layout.xpm
share/lyx/images/layout_LyX-Code.xpm
share/lyx/images/layout_Scrap.xpm
share/lyx/images/layout_Section.xpm
share/lyx/images/lyx-quit.xpm
share/lyx/images/lyx.xpm
share/lyx/images/marginalnote-insert.xpm
share/lyx/images/math-mode.xpm
share/lyx/images/math-panel.xpm
share/lyx/images/math-subscript.xpm
share/lyx/images/math-superscript.xpm
share/lyx/images/math/Bbbk.xpm
share/lyx/images/math/Finv.xpm
share/lyx/images/math/Game.xpm
share/lyx/images/math/Im.xpm
share/lyx/images/math/Lleftarrow.xpm
share/lyx/images/math/Lsh.xpm
share/lyx/images/math/Re.xpm
share/lyx/images/math/Rsh.xpm
share/lyx/images/math/Vert.xpm
share/lyx/images/math/Vvdash.xpm
share/lyx/images/math/acute.xpm
share/lyx/images/math/aleph.xpm
share/lyx/images/math/alpha.xpm
share/lyx/images/math/amalg.xpm
share/lyx/images/math/angle.xpm
share/lyx/images/math/approx.xpm
share/lyx/images/math/approxeq.xpm
share/lyx/images/math/asymp.xpm
share/lyx/images/math/backepsilon.xpm
share/lyx/images/math/backprime.xpm
share/lyx/images/math/backsim.xpm
share/lyx/images/math/backsimeq.xpm
share/lyx/images/math/backslash.xpm
share/lyx/images/math/bar.xpm
share/lyx/images/math/bars.xpm
share/lyx/images/math/barwedge.xpm
share/lyx/images/math/because.xpm
share/lyx/images/math/beta.xpm
share/lyx/images/math/beth.xpm
share/lyx/images/math/between.xpm
share/lyx/images/math/bigcap.xpm
share/lyx/images/math/bigcirc.xpm
share/lyx/images/math/bigcup.xpm
share/lyx/images/math/bigodot.xpm
share/lyx/images/math/bigoplus.xpm
share/lyx/images/math/bigotimes.xpm
share/lyx/images/math/bigsqcup.xpm
share/lyx/images/math/bigstar.xpm
share/lyx/images/math/bigtriangledown.xpm
share/lyx/images/math/bigtriangleup.xpm
share/lyx/images/math/biguplus.xpm
share/lyx/images/math/bigvee.xpm
share/lyx/images/math/bigwedge.xpm
share/lyx/images/math/blacklozenge.xpm
share/lyx/images/math/blacksquare.xpm
share/lyx/images/math/blacktriangle.xpm
share/lyx/images/math/blacktriangledown.xpm
share/lyx/images/math/blacktriangleleft.xpm
share/lyx/images/math/blacktriangleright.xpm
share/lyx/images/math/bot.xpm
share/lyx/images/math/bowtie.xpm
share/lyx/images/math/boxdot.xpm
share/lyx/images/math/boxminus.xpm
share/lyx/images/math/boxplus.xpm
share/lyx/images/math/boxtimes.xpm
share/lyx/images/math/breve.xpm
share/lyx/images/math/bullet.xpm
share/lyx/images/math/bumpeq.xpm
share/lyx/images/math/bumpeq2.xpm
share/lyx/images/math/cap.xpm
share/lyx/images/math/cap2.xpm
share/lyx/images/math/cdot.xpm
share/lyx/images/math/cdots.xpm
share/lyx/images/math/centerdot.xpm
share/lyx/images/math/check.xpm
share/lyx/images/math/chi.xpm
share/lyx/images/math/circ.xpm
share/lyx/images/math/circeq.xpm
share/lyx/images/math/circlearrowleft.xpm
share/lyx/images/math/circlearrowright.xpm
share/lyx/images/math/circledS.xpm
share/lyx/images/math/circledast.xpm
share/lyx/images/math/circledcirc.xpm
share/lyx/images/math/circleddash.xpm
share/lyx/images/math/clubsuit.xpm
share/lyx/images/math/complement.xpm
share/lyx/images/math/cong.xpm
share/lyx/images/math/coprod.xpm
share/lyx/images/math/cup.xpm
share/lyx/images/math/cup2.xpm
share/lyx/images/math/curlyeqprec.xpm
share/lyx/images/math/curlyeqsucc.xpm
share/lyx/images/math/curlyvee.xpm
share/lyx/images/math/curlywedge.xpm
share/lyx/images/math/curvearrowleft.xpm
share/lyx/images/math/curvearrowright.xpm
share/lyx/images/math/dagger.xpm
share/lyx/images/math/daleth.xpm
share/lyx/images/math/dashleftarrow.xpm
share/lyx/images/math/dashrightarrow.xpm
share/lyx/images/math/dashv.xpm
share/lyx/images/math/ddagger.xpm
share/lyx/images/math/ddot.xpm
share/lyx/images/math/ddots.xpm
share/lyx/images/math/delta.xpm
share/lyx/images/math/delta2.xpm
share/lyx/images/math/diagdown.xpm
share/lyx/images/math/diagup.xpm
share/lyx/images/math/diamond.xpm
share/lyx/images/math/diamondsuit.xpm
share/lyx/images/math/digamma.xpm
share/lyx/images/math/div.xpm
share/lyx/images/math/divideontimes.xpm
share/lyx/images/math/dot.xpm
share/lyx/images/math/doteq.xpm
share/lyx/images/math/doteqdot.xpm
share/lyx/images/math/dotplus.xpm
share/lyx/images/math/doublebarwedge.xpm
share/lyx/images/math/downarrow.xpm
share/lyx/images/math/downarrow2.xpm
share/lyx/images/math/downdownarrows.xpm
share/lyx/images/math/downharpoonleft.xpm
share/lyx/images/math/downharpoonright.xpm
share/lyx/images/math/ell.xpm
share/lyx/images/math/empty.xpm
share/lyx/images/math/emptyset.xpm
share/lyx/images/math/epsilon.xpm
share/lyx/images/math/eqcirc.xpm
share/lyx/images/math/eqslantgtr.xpm
share/lyx/images/math/eqslantless.xpm
share/lyx/images/math/equiv.xpm
share/lyx/images/math/eta.xpm
share/lyx/images/math/eth.xpm
share/lyx/images/math/exists.xpm
share/lyx/images/math/fallingdotseq.xpm
share/lyx/images/math/flat.xpm
share/lyx/images/math/forall.xpm
share/lyx/images/math/frac.xpm
share/lyx/images/math/frown.xpm
share/lyx/images/math/gamma.xpm
share/lyx/images/math/gamma2.xpm
share/lyx/images/math/geq.xpm
share/lyx/images/math/geqq.xpm
share/lyx/images/math/geqslant.xpm
share/lyx/images/math/gg.xpm
share/lyx/images/math/ggg.xpm
share/lyx/images/math/gimel.xpm
share/lyx/images/math/gnapprox.xpm
share/lyx/images/math/gneq.xpm
share/lyx/images/math/gneqq.xpm
share/lyx/images/math/gnsim.xpm
share/lyx/images/math/grave.xpm
share/lyx/images/math/gtrapprox.xpm
share/lyx/images/math/gtrdot.xpm
share/lyx/images/math/gtreqless.xpm
share/lyx/images/math/gtreqqless.xpm
share/lyx/images/math/gtrless.xpm
share/lyx/images/math/gtrsim.xpm
share/lyx/images/math/gvertneqq.xpm
share/lyx/images/math/hat.xpm
share/lyx/images/math/hbar.xpm
share/lyx/images/math/heartsuit.xpm
share/lyx/images/math/hookleftarrow.xpm
share/lyx/images/math/hookrightarrow.xpm
share/lyx/images/math/hslash.xpm
share/lyx/images/math/imath.xpm
share/lyx/images/math/in.xpm
share/lyx/images/math/infty.xpm
share/lyx/images/math/int.xpm
share/lyx/images/math/intercal.xpm
share/lyx/images/math/iota.xpm
share/lyx/images/math/jmath.xpm
share/lyx/images/math/kappa.xpm
share/lyx/images/math/lambda.xpm
share/lyx/images/math/lambda2.xpm
share/lyx/images/math/langle.xpm
share/lyx/images/math/lbrace.xpm
share/lyx/images/math/lbracket.xpm
share/lyx/images/math/lceil.xpm
share/lyx/images/math/ldots.xpm
share/lyx/images/math/leftarrow.xpm
share/lyx/images/math/leftarrow2.xpm
share/lyx/images/math/leftarrowtail.xpm
share/lyx/images/math/leftharpoondown.xpm
share/lyx/images/math/leftharpoonup.xpm
share/lyx/images/math/leftleftarrows.xpm
share/lyx/images/math/leftrightarrow.xpm
share/lyx/images/math/leftrightarrow2.xpm
share/lyx/images/math/leftrightarrows.xpm
share/lyx/images/math/leftrightharpoons.xpm
share/lyx/images/math/leftrightsquigarrow.xpm
share/lyx/images/math/leftthreetimes.xpm
share/lyx/images/math/leq.xpm
share/lyx/images/math/leqq.xpm
share/lyx/images/math/leqslant.xpm
share/lyx/images/math/lessapprox.xpm
share/lyx/images/math/lessdot.xpm
share/lyx/images/math/lesseqgtr.xpm
share/lyx/images/math/lesseqqgtr.xpm
share/lyx/images/math/lessgtr.xpm
share/lyx/images/math/lesssim.xpm
share/lyx/images/math/lfloor.xpm
share/lyx/images/math/ll.xpm
share/lyx/images/math/llcorner.xpm
share/lyx/images/math/lll.xpm
share/lyx/images/math/lnapprox.xpm
share/lyx/images/math/lneq.xpm
share/lyx/images/math/lneqq.xpm
share/lyx/images/math/lnsim.xpm
share/lyx/images/math/longleftarrow.xpm
share/lyx/images/math/longleftarrow2.xpm
share/lyx/images/math/longleftrightarrow.xpm
share/lyx/images/math/longleftrightarrow2.xpm
share/lyx/images/math/longmapsto.xpm
share/lyx/images/math/longrightarrow.xpm
share/lyx/images/math/longrightarrow2.xpm
share/lyx/images/math/looparrowleft.xpm
share/lyx/images/math/looparrowright.xpm
share/lyx/images/math/lozenge.xpm
share/lyx/images/math/lparen.xpm
share/lyx/images/math/lrcorner.xpm
share/lyx/images/math/ltimes.xpm
share/lyx/images/math/lvertneqq.xpm
share/lyx/images/math/mapsto.xpm
share/lyx/images/math/mathbb_C.xpm
share/lyx/images/math/mathbb_H.xpm
share/lyx/images/math/mathbb_N.xpm
share/lyx/images/math/mathbb_Q.xpm
share/lyx/images/math/mathbb_R.xpm
share/lyx/images/math/mathbb_Z.xpm
share/lyx/images/math/mathcal_F.xpm
share/lyx/images/math/mathcal_H.xpm
share/lyx/images/math/mathcal_L.xpm
share/lyx/images/math/mathcal_O.xpm
share/lyx/images/math/mathcircumflex.xpm
share/lyx/images/math/mathrm_T.xpm
share/lyx/images/math/measuredangle.xpm
share/lyx/images/math/mho.xpm
share/lyx/images/math/mid.xpm
share/lyx/images/math/models.xpm
share/lyx/images/math/mp.xpm
share/lyx/images/math/mu.xpm
share/lyx/images/math/multimap.xpm
share/lyx/images/math/nabla.xpm
share/lyx/images/math/natural.xpm
share/lyx/images/math/ncong.xpm
share/lyx/images/math/nearrow.xpm
share/lyx/images/math/neg.xpm
share/lyx/images/math/neq.xpm
share/lyx/images/math/nexists.xpm
share/lyx/images/math/ngeq.xpm
share/lyx/images/math/ngeqq.xpm
share/lyx/images/math/ngeqslant.xpm
share/lyx/images/math/ngtr.xpm
share/lyx/images/math/ni.xpm
share/lyx/images/math/nleftarrow.xpm
share/lyx/images/math/nleftarrow2.xpm
share/lyx/images/math/nleftrightarrow.xpm
share/lyx/images/math/nleftrightarrow2.xpm
share/lyx/images/math/nleq.xpm
share/lyx/images/math/nleqq.xpm
share/lyx/images/math/nleqslant.xpm
share/lyx/images/math/nless.xpm
share/lyx/images/math/nmid.xpm
share/lyx/images/math/notin.xpm
share/lyx/images/math/nparallel.xpm
share/lyx/images/math/nprec.xpm
share/lyx/images/math/npreceq.xpm
share/lyx/images/math/nrightarrow.xpm
share/lyx/images/math/nrightarrow2.xpm
share/lyx/images/math/nshortmid.xpm
share/lyx/images/math/nshortparallel.xpm
share/lyx/images/math/nsim.xpm
share/lyx/images/math/nsubseteq.xpm
share/lyx/images/math/nsucc.xpm
share/lyx/images/math/nsucceq.xpm
share/lyx/images/math/nsupseteq.xpm
share/lyx/images/math/nsupseteqq.xpm
share/lyx/images/math/ntriangleleft.xpm
share/lyx/images/math/ntrianglelefteq.xpm
share/lyx/images/math/ntriangleright.xpm
share/lyx/images/math/ntrianglerighteq.xpm
share/lyx/images/math/nu.xpm
share/lyx/images/math/nvdash.xpm
share/lyx/images/math/nvdash2.xpm
share/lyx/images/math/nvdash3.xpm
share/lyx/images/math/nwarrow.xpm
share/lyx/images/math/odot.xpm
share/lyx/images/math/oint.xpm
share/lyx/images/math/omega.xpm
share/lyx/images/math/omega2.xpm
share/lyx/images/math/ominus.xpm
share/lyx/images/math/oplus.xpm
share/lyx/images/math/oslash.xpm
share/lyx/images/math/otimes.xpm
share/lyx/images/math/overbrace.xpm
share/lyx/images/math/overleftarrow.xpm
share/lyx/images/math/overleftrightarrow.xpm
share/lyx/images/math/overline.xpm
share/lyx/images/math/overrightarrow.xpm
share/lyx/images/math/parallel.xpm
share/lyx/images/math/partial.xpm
share/lyx/images/math/perp.xpm
share/lyx/images/math/phi.xpm
share/lyx/images/math/phi2.xpm
share/lyx/images/math/pi.xpm
share/lyx/images/math/pi2.xpm
share/lyx/images/math/pitchfork.xpm
share/lyx/images/math/pm.xpm
share/lyx/images/math/prec.xpm
share/lyx/images/math/precapprox.xpm
share/lyx/images/math/preccurlyeq.xpm
share/lyx/images/math/preceq.xpm
share/lyx/images/math/precnapprox.xpm
share/lyx/images/math/precnsim.xpm
share/lyx/images/math/precsim.xpm
share/lyx/images/math/prime.xpm
share/lyx/images/math/prod.xpm
share/lyx/images/math/propto.xpm
share/lyx/images/math/psi.xpm
share/lyx/images/math/psi2.xpm
share/lyx/images/math/rangle.xpm
share/lyx/images/math/rbrace.xpm
share/lyx/images/math/rbracket.xpm
share/lyx/images/math/rceil.xpm
share/lyx/images/math/rfloor.xpm
share/lyx/images/math/rho.xpm
share/lyx/images/math/rightarrow.xpm
share/lyx/images/math/rightarrow2.xpm
share/lyx/images/math/rightarrowtail.xpm
share/lyx/images/math/rightharpoondown.xpm
share/lyx/images/math/rightharpoonup.xpm
share/lyx/images/math/rightleftarrows.xpm
share/lyx/images/math/rightleftharpoons.xpm
share/lyx/images/math/rightrightarrows.xpm
share/lyx/images/math/rightsquigarrow.xpm
share/lyx/images/math/rightthreetimes.xpm
share/lyx/images/math/risingdotseq.xpm
share/lyx/images/math/rparen.xpm
share/lyx/images/math/rtimes.xpm
share/lyx/images/math/searrow.xpm
share/lyx/images/math/setminus.xpm
share/lyx/images/math/sharp.xpm
share/lyx/images/math/shortmid.xpm
share/lyx/images/math/shortparallel.xpm
share/lyx/images/math/sigma.xpm
share/lyx/images/math/sigma2.xpm
share/lyx/images/math/sim.xpm
share/lyx/images/math/simeq.xpm
share/lyx/images/math/slash.xpm
share/lyx/images/math/smallfrown.xpm
share/lyx/images/math/smallsetminus.xpm
share/lyx/images/math/smallsmile.xpm
share/lyx/images/math/smile.xpm
share/lyx/images/math/spadesuit.xpm
share/lyx/images/math/sphericalangle.xpm
share/lyx/images/math/sqcap.xpm
share/lyx/images/math/sqcup.xpm
share/lyx/images/math/sqrt.xpm
share/lyx/images/math/sqsubset.xpm
share/lyx/images/math/sqsubseteq.xpm
share/lyx/images/math/sqsupset.xpm
share/lyx/images/math/sqsupseteq.xpm
share/lyx/images/math/square.xpm
share/lyx/images/math/star.xpm
share/lyx/images/math/subset.xpm
share/lyx/images/math/subset2.xpm
share/lyx/images/math/subseteq.xpm
share/lyx/images/math/subseteqq.xpm
share/lyx/images/math/subsetneq.xpm
share/lyx/images/math/subsetneqq.xpm
share/lyx/images/math/succ.xpm
share/lyx/images/math/succapprox.xpm
share/lyx/images/math/succcurlyeq.xpm
share/lyx/images/math/succeq.xpm
share/lyx/images/math/succnapprox.xpm
share/lyx/images/math/succnsim.xpm
share/lyx/images/math/succsim.xpm
share/lyx/images/math/sum.xpm
share/lyx/images/math/supset.xpm
share/lyx/images/math/supset2.xpm
share/lyx/images/math/supseteq.xpm
share/lyx/images/math/supseteqq.xpm
share/lyx/images/math/supsetneq.xpm
share/lyx/images/math/supsetneqq.xpm
share/lyx/images/math/surd.xpm
share/lyx/images/math/swarrow.xpm
share/lyx/images/math/tau.xpm
share/lyx/images/math/textrm_0.xpm
share/lyx/images/math/textrm_A.xpm
share/lyx/images/math/therefore.xpm
share/lyx/images/math/theta.xpm
share/lyx/images/math/theta2.xpm
share/lyx/images/math/thickapprox.xpm
share/lyx/images/math/thicksim.xpm
share/lyx/images/math/tilde.xpm
share/lyx/images/math/times.xpm
share/lyx/images/math/top.xpm
share/lyx/images/math/triangle.xpm
share/lyx/images/math/triangledown.xpm
share/lyx/images/math/triangleleft.xpm
share/lyx/images/math/trianglelefteq.xpm
share/lyx/images/math/triangleq.xpm
share/lyx/images/math/triangleright.xpm
share/lyx/images/math/trianglerighteq.xpm
share/lyx/images/math/twoheadleftarrow.xpm
share/lyx/images/math/twoheadrightarrow.xpm
share/lyx/images/math/ulcorner.xpm
share/lyx/images/math/underbrace.xpm
share/lyx/images/math/underleftarrow.xpm
share/lyx/images/math/underleftrightarrow.xpm
share/lyx/images/math/underline.xpm
share/lyx/images/math/underrightarrow.xpm
share/lyx/images/math/underscore.xpm
share/lyx/images/math/uparrow.xpm
share/lyx/images/math/uparrow2.xpm
share/lyx/images/math/updownarrow.xpm
share/lyx/images/math/updownarrow2.xpm
share/lyx/images/math/upharpoonleft.xpm
share/lyx/images/math/upharpoonright.xpm
share/lyx/images/math/uplus.xpm
share/lyx/images/math/upsilon.xpm
share/lyx/images/math/upsilon2.xpm
share/lyx/images/math/upuparrows.xpm
share/lyx/images/math/urcorner.xpm
share/lyx/images/math/varepsilon.xpm
share/lyx/images/math/varkappa.xpm
share/lyx/images/math/varnothing.xpm
share/lyx/images/math/varphi.xpm
share/lyx/images/math/varpi.xpm
share/lyx/images/math/varpropto.xpm
share/lyx/images/math/varsigma.xpm
share/lyx/images/math/varsubsetneq.xpm
share/lyx/images/math/varsubsetneqq.xpm
share/lyx/images/math/varsupsetneq.xpm
share/lyx/images/math/varsupsetneqq.xpm
share/lyx/images/math/vartheta.xpm
share/lyx/images/math/vartriangle.xpm
share/lyx/images/math/vartriangleleft.xpm
share/lyx/images/math/vartriangleright.xpm
share/lyx/images/math/vdash.xpm
share/lyx/images/math/vdash2.xpm
share/lyx/images/math/vdash3.xpm
share/lyx/images/math/vdots.xpm
share/lyx/images/math/vec.xpm
share/lyx/images/math/vee.xpm
share/lyx/images/math/veebar.xpm
share/lyx/images/math/wedge.xpm
share/lyx/images/math/widehat.xpm
share/lyx/images/math/widetilde.xpm
share/lyx/images/math/wp.xpm
share/lyx/images/math/wr.xpm
share/lyx/images/math/xi.xpm
share/lyx/images/math/xi2.xpm
share/lyx/images/math/zeta.xpm
share/lyx/images/melt.xpm
share/lyx/images/paste.xpm
share/lyx/images/psnfss1.xpm
share/lyx/images/psnfss2.xpm
share/lyx/images/psnfss3.xpm
share/lyx/images/psnfss4.xpm
share/lyx/images/redo.xpm
share/lyx/images/standard.xpm
share/lyx/images/tabular-insert.xpm
share/lyx/images/undo.xpm
share/lyx/images/unknown.xpm
share/lyx/images/up.xpm
share/lyx/kbd/american-2.kmap
share/lyx/kbd/american.kmap
share/lyx/kbd/arabic.kmap
share/lyx/kbd/bg-bds-1251.kmap
share/lyx/kbd/brazil.kmap
share/lyx/kbd/brazil2.kmap
share/lyx/kbd/cp1251.cdef
share/lyx/kbd/czech-prg.kmap
share/lyx/kbd/czech.kmap
share/lyx/kbd/european.kmap
share/lyx/kbd/francais.kmap
share/lyx/kbd/french.kmap
share/lyx/kbd/german-2.kmap
share/lyx/kbd/german-3.kmap
share/lyx/kbd/german.kmap
share/lyx/kbd/greek.kmap
share/lyx/kbd/hebrew.kmap
share/lyx/kbd/ibm866.cdef
share/lyx/kbd/iso8859-1.cdef
share/lyx/kbd/iso8859-15.cdef
share/lyx/kbd/iso8859-2.cdef
share/lyx/kbd/iso8859-3.cdef
share/lyx/kbd/iso8859-4.cdef
share/lyx/kbd/iso8859-7.cdef
share/lyx/kbd/iso8859-8.cdef
share/lyx/kbd/iso8859-9.cdef
share/lyx/kbd/koi8-r.cdef
share/lyx/kbd/koi8-r.kmap
share/lyx/kbd/koi8-t.cdef
share/lyx/kbd/koi8-u.cdef
share/lyx/kbd/koi8-u.kmap
share/lyx/kbd/latvian.kmap
share/lyx/kbd/magyar-2.kmap
share/lyx/kbd/magyar-3.kmap
share/lyx/kbd/magyar.kmap
share/lyx/kbd/null.kmap
share/lyx/kbd/polish.kmap
share/lyx/kbd/polski.kmap
share/lyx/kbd/portuges.kmap
share/lyx/kbd/romanian.kmap
share/lyx/kbd/serbian.kmap
share/lyx/kbd/serbocroatian.kmap
share/lyx/kbd/sf.kmap
share/lyx/kbd/sg.kmap
share/lyx/kbd/slovak.kmap
share/lyx/kbd/slovene.kmap
share/lyx/kbd/thai-kedmanee.kmap
share/lyx/kbd/tis620-0.cdef
share/lyx/kbd/transilvanian.kmap
share/lyx/kbd/turkish-f.kmap
share/lyx/kbd/turkish.kmap
share/lyx/languages
share/lyx/layouts/IEEEtran.layout
share/lyx/layouts/aa.layout
share/lyx/layouts/aapaper.inc
share/lyx/layouts/aapaper.layout
share/lyx/layouts/aastex.layout
share/lyx/layouts/aguplus.inc
share/lyx/layouts/amsart-plain.layout
share/lyx/layouts/amsart-seq.layout
share/lyx/layouts/amsart.layout
share/lyx/layouts/amsbook.layout
share/lyx/layouts/amsdefs.inc
share/lyx/layouts/amsmaths-plain.inc
share/lyx/layouts/amsmaths-seq.inc
share/lyx/layouts/amsmaths.inc
share/lyx/layouts/apa.layout
share/lyx/layouts/article.layout
share/lyx/layouts/book.layout
share/lyx/layouts/broadway.layout
share/lyx/layouts/chess.layout
share/lyx/layouts/cl2emult.layout
share/lyx/layouts/cv.layout
share/lyx/layouts/db_lyxmacros.inc
share/lyx/layouts/db_stdclass.inc
share/lyx/layouts/db_stdlayouts.inc
share/lyx/layouts/db_stdlists.inc
share/lyx/layouts/db_stdsections.inc
share/lyx/layouts/db_stdstarsections.inc
share/lyx/layouts/db_stdstruct.inc
share/lyx/layouts/db_stdtitle.inc
share/lyx/layouts/dinbrief.layout
share/lyx/layouts/docbook-book.layout
share/lyx/layouts/docbook-chapter.layout
share/lyx/layouts/docbook-section.layout
share/lyx/layouts/docbook.layout
share/lyx/layouts/dtk.layout
share/lyx/layouts/egs.layout
share/lyx/layouts/elsart.layout
share/lyx/layouts/entcs.layout
share/lyx/layouts/extarticle.layout
share/lyx/layouts/extbook.layout
share/lyx/layouts/extletter.layout
share/lyx/layouts/extreport.layout
share/lyx/layouts/foils.layout
share/lyx/layouts/g-brief-de.layout
share/lyx/layouts/g-brief-en.layout
share/lyx/layouts/heb-article.layout
share/lyx/layouts/heb-letter.layout
share/lyx/layouts/hollywood.layout
share/lyx/layouts/ijmpd.layout
share/lyx/layouts/jgrga.layout
share/lyx/layouts/kluwer.layout
share/lyx/layouts/latex8.layout
share/lyx/layouts/letter.layout
share/lyx/layouts/linuxdoc.layout
share/lyx/layouts/literate-article.layout
share/lyx/layouts/literate-book.layout
share/lyx/layouts/literate-report.layout
share/lyx/layouts/literate-scrap.inc
share/lyx/layouts/llncs.layout
share/lyx/layouts/ltugboat.layout
share/lyx/layouts/lyxmacros.inc
share/lyx/layouts/manpage.layout
Update to 1.3.3 Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26 22:04:37 +02:00
share/lyx/layouts/memoir.layout
share/lyx/layouts/mwart.layout
share/lyx/layouts/mwbk.layout
share/lyx/layouts/mwrep.layout
share/lyx/layouts/obsolete.inc
share/lyx/layouts/paper.layout
share/lyx/layouts/report.layout
share/lyx/layouts/revtex.layout
share/lyx/layouts/revtex4.layout
share/lyx/layouts/scrartcl.layout
share/lyx/layouts/scrbook.layout
share/lyx/layouts/scrclass.inc
share/lyx/layouts/scrlettr.layout
share/lyx/layouts/scrlttr2.layout
share/lyx/layouts/scrmacros.inc
share/lyx/layouts/scrreprt.layout
share/lyx/layouts/seminar.layout
share/lyx/layouts/siamltex.layout
share/lyx/layouts/slides.layout
share/lyx/layouts/spie.layout
share/lyx/layouts/stdclass.inc
share/lyx/layouts/stdcounters.inc
share/lyx/layouts/stdfloats.inc
share/lyx/layouts/stdlayouts.inc
share/lyx/layouts/stdletter.inc
share/lyx/layouts/stdlists.inc
share/lyx/layouts/stdsections.inc
share/lyx/layouts/stdstarsections.inc
share/lyx/layouts/stdstruct.inc
share/lyx/layouts/stdtitle.inc
share/lyx/layouts/svjog.layout
share/lyx/layouts/svjour.inc
share/lyx/layouts/svprobth.layout
share/lyx/lyx2lyx/error.py
share/lyx/lyx2lyx/error.pyc
share/lyx/lyx2lyx/lyx2lyx
share/lyx/lyx2lyx/lyxconvert_215.py
share/lyx/lyx2lyx/lyxconvert_215.pyc
share/lyx/lyx2lyx/lyxconvert_216.py
share/lyx/lyx2lyx/lyxconvert_216.pyc
share/lyx/lyx2lyx/lyxconvert_217.py
share/lyx/lyx2lyx/lyxconvert_217.pyc
share/lyx/lyx2lyx/lyxconvert_218.py
share/lyx/lyx2lyx/lyxconvert_218.pyc
share/lyx/lyx2lyx/lyxconvert_220.py
share/lyx/lyx2lyx/lyxconvert_220.pyc
share/lyx/lyx2lyx/parser_tools.py
share/lyx/lyx2lyx/parser_tools.pyc
share/lyx/lyxrc.defaults
share/lyx/lyxrc.example
share/lyx/packages.lst
share/lyx/reLyX/BUGS
share/lyx/reLyX/BasicLyX.pm
share/lyx/reLyX/CHANGES
share/lyx/reLyX/CleanTeX.pm
share/lyx/reLyX/LastLyX.pm
share/lyx/reLyX/MakePreamble.pm
share/lyx/reLyX/README
share/lyx/reLyX/ReadCommands.pm
share/lyx/reLyX/RelyxFigure.pm
share/lyx/reLyX/RelyxTable.pm
share/lyx/reLyX/Text/TeX.pm
share/lyx/reLyX/Verbatim.pm
share/lyx/reLyX/reLyX.pod
share/lyx/reLyX/reLyXmain.pl
share/lyx/reLyX/syntax.default
share/lyx/scripts/TeXFiles.sh
share/lyx/scripts/convertDefault.sh
share/lyx/scripts/fen2ascii.py
share/lyx/scripts/fig2pstex.py
share/lyx/scripts/general_command_wrapper.py
share/lyx/scripts/listerrors
share/lyx/scripts/lyxpreview2bitmap.sh
share/lyx/scripts/pic2ascii.py
share/lyx/scripts/pic2png_eps.py
share/lyx/scripts/pic2png_eps.sh
share/lyx/symbols
share/lyx/templates/IEEEtran.lyx
share/lyx/templates/aa.lyx
share/lyx/templates/aastex.lyx
share/lyx/templates/dinbrief.lyx
share/lyx/templates/docbook_article.lyx
share/lyx/templates/elsart.lyx
share/lyx/templates/g-brief-de.lyx
share/lyx/templates/g-brief-en.lyx
share/lyx/templates/hollywood.lyx
Update to 1.3.3 Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26 22:04:37 +02:00
share/lyx/templates/ijmpd.lyx
share/lyx/templates/kluwer.lyx
share/lyx/templates/koma-letter2.lyx
share/lyx/templates/latex8.lyx
share/lyx/templates/letter.lyx
share/lyx/templates/linuxdoc_article.lyx
share/lyx/templates/revtex.lyx
share/lyx/templates/revtex4.lyx
share/lyx/templates/slides.lyx
share/lyx/tex/broadway.cls
share/lyx/tex/cv.cls
share/lyx/tex/hollywood.cls
share/lyx/tex/lyxchess.sty
share/lyx/tex/lyxskak.sty
share/lyx/tex/revtex.cls
share/lyx/textclass.lst
share/lyx/ui/default.ui
Update to 1.3.3 Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26 22:04:37 +02:00
share/lyx/xfonts/PSres.upr
share/lyx/xfonts/cmex10.pfb
share/lyx/xfonts/cmmi10.pfb
share/lyx/xfonts/cmr10.pfb
share/lyx/xfonts/cmsy10.pfb
share/lyx/xfonts/eufm10.pfb
share/lyx/xfonts/fonts.dir
share/lyx/xfonts/fonts.scale
share/lyx/xfonts/msam10.pfb
share/lyx/xfonts/msbm10.pfb
share/lyx/xfonts/wasy10.pfb
@dirrm share/lyx/xfonts
@dirrm share/lyx/ui
@dirrm share/lyx/tex
@dirrm share/lyx/templates
@dirrm share/lyx/scripts
@dirrm share/lyx/reLyX/Text
@dirrm share/lyx/reLyX
@dirrm share/lyx/lyx2lyx
@dirrm share/lyx/layouts
@dirrm share/lyx/kbd
@dirrm share/lyx/images/math
@dirrm share/lyx/images
@dirrm share/lyx/help
@dirrm share/lyx/examples
@dirrm share/lyx/doc
@dirrm share/lyx/clipart
@dirrm share/lyx/bind
@dirrm share/lyx