Jean-Marc Lasgouttes
6444095092
fix wrong path to an image (bug 2653)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14169 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-21 13:21:31 +00:00
Jürgen Spitzmüller
54acb900ad
The Grand Font Selection Redesign:
...
* lib/lyx2lyx/LyX.py (format_relation): add file format 247 (from Georg BAUM).
* lib/lyx2lyx/lyx_1_5.py: add convert_font_settings, revert_font_settings (from Georg BAUM).
* lib/chkconfig.ltx: Test for newly supported font packages
* lib/doc/LaTeXConfig.lyx.in: document newly supported font packages
* lib/doc/UserGuide.lyx: document new UI.
* lib/doc/Extended.lyx: update PostScript font documentation
* development/FORMAT: document file format change 246->247.
* src/tex-strings.[Ch]: new strings tex_fonts_roman, tex_fonts_sans,
tex_fonts_monospaced (with GUI equivalents).
* src/buffer.C: Format up to 247.
* src/bufferparams.C:
new params fontsRoman, fontsSans, fontsTypewriter, fontsDefaultFamily,
fontsSC, fontsOSF, fontsSansScale and fontsTypewriterScale
(LyXFont const BufferParams::getFont): consider switch of default family.
(string const BufferParams::loadFonts): new method to get all the LaTeX
font stuff done.
* src/paragraph.C
(LyXFont const Paragraph::getFont):
(LyXFont const Paragraph::getLabelFont):
(LyXFont const Paragraph::getLayoutFont): user buffer's not textclass's
default font
* src/text.C
(int LyXText::leftMargin):
(int LyXText::rightMargin): user buffer's not textclass's default font
* src/text2.C
(LyXFont LyXText::getFont):
(LyXFont LyXText::getLayoutFont):
(LyXFont LyXText::getLabelFont): check if the family of the default document
font has been customized.
* src/frontends/gtk/GDocument.[Ch]: implement new font ui (from Georg BAUM).
* src/frontends/gtk/glade/document.glade: implement new font ui (from Georg BAUM).
* src/frontends/qt3/Makefile.dialogs: add new FontModuleBase
* src/frontends/qt3/ui/FontModuleBase.ui: new File
* src/frontends/qt3/ui/TextLayoutModuleBase.ui: remove font widgets
* src/frontends/qt3/QDocument.C
* src/frontends/qt3/QDocumentDialog.[Ch]: implement new font ui
* src/frontends/qt4/Makefile.dialogs: add new FontUi
* src/frontends/qt4/QDocumentDialog.[Ch]: implement new font ui
* src/frontends/qt4/ui/FontUi.ui: new File
* src/frontends/qt4/ui/TextLayoutUi.ui: remove font widgets
* src/frontends/qt4/ui/compile_uic.sh: add new FontUi
* src/frontends/xforms/FormDocument.[Ch]: implement new font ui
* src/frontends/xforms/forms/form_document.fd: add new font tab.
* src/frontends/controllers/ControlDocument.[Ch]
(char ControlDocument::fontfamilies):
(char ControlDocument::fontfamilies_gui):
(bool ControlDocument::isFontAvailable):
(bool ControlDocument::providesSC):
(bool ControlDocument::providesOSF):
(bool ControlDocument::providesScale): new methods, providing font info.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14143 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-19 08:10:17 +00:00
Georg Baum
fbda39f77c
* lib/doc/de_Extended.lyx: mention htlatex
...
* lib/doc/Extended.lyx: ditto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14123 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-15 17:08:26 +00:00
Angus Leeming
6bdbfecce3
Add Peter Kümmel to our list of contributers.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14024 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-07 14:14:38 +00:00
Angus Leeming
4401521a45
Add Joost to our list of contributers.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14016 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-06 08:05:05 +00:00
Georg Baum
5bb791e841
* lib/lyx2lyx/Makefile.am: Add missing file lyx_1_5.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14013 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-05 19:24:18 +00:00
Georg Baum
8cb28fed33
* lib/configure.py: Add tgif->png and tgif->ppm converters
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13997 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-04 09:58:19 +00:00
Martin Vermeer
1a77233c5f
Add support for framed.sty
...
* src/LaTeXFeatures.C: add framed.sty
(const * simplefeatures[]: add framed.sty
(const LaTeXFeatures::getPackages): define shadecolor
* src/insets/insetnote.h
* src/insets/insetnote.C
(const init_notetranslator):
(InsetNote::setButtonLabel): add Framed and Shaded
(InsetNote::latex): add output
(InsetNote::validate): require framed.sty
* src/buffer.C
(BufferList bufferlist): new LyX version 246
* src/frontends/qt3/ui/QNoteDialogBase.ui: add
* src/frontends/qt3/QNoteDialog.C: add
* src/frontends/qt3/QNote.C
(QNote::update_contents): add framed, shaded
(QNote::apply): add framed, shaded
* src/LColor.[Ch]: add background colour for shaded
* lib/lyx2lyx/LyX.py: New version support
* lib/lyx2lyx/lyx_1_5.py: convert/revert
* lib/chkconfig.ltx: add framed.sty
* src/frontends/xforms/FormNote.C
(FormNote::build):
(FormNote::update): add FIXME
* src/frontends/gtk/GNote.C
(GNote::doBuild):
(GNote::update):
(GNote::apply): add FIXME
* development/FORMAT: document format increase
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13993 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-03 16:46:27 +00:00
Jean-Marc Lasgouttes
1d14cdd0ea
2006-06-01 Panayotis Papasotiriou <papasot@physics.upatras.gr>
...
* Makefile.am:
* templates/ijmpc.lyx:
* layouts/ijmpc.layout: new textclass for International Journal of
Modern Physics C.
* templates/ijmpd.lyx
* layouts/ijmpd.layout: update.
* LaTeXConfig.lyx.in:
* Extended.lyx: update for ijmpc/d textclasses.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13977 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-01 13:13:16 +00:00
Edwin Leuven
2d73110e2c
make sure we get the correct path in windows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13973 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-31 14:28:29 +00:00
Jürgen Spitzmüller
28fa2c0efa
fix bug 2623:
...
* lib/layouts/memoir.layout:
add ProvidesMakeindex
* src/LaTeX.C (run):
rerun latex im idx file is empty (needed by memoir)
fix typo in comment
* src/LaTeXFeatures.C (getPackages):
whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13950 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-29 14:49:08 +00:00
Georg Baum
440ebe6385
* lib/configure.py: fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13940 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-27 08:31:22 +00:00
Jürgen Spitzmüller
b9d9326080
* lib/configure.py:
...
use $$o flag where appropriate (still some cases pending).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13939 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-27 07:48:56 +00:00
Jürgen Spitzmüller
8a336ada5b
add support for dvipdfmx converter
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13934 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-26 15:13:51 +00:00
Georg Baum
d544373734
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
...
"Don't view/edit this format", and 'auto' means "Use the default viewer/editor".
* src/format.C
(fixCommand): Change semantics: "none" is equal to "", and "auto"
is removed if canAutoOpenFile returns false.
* src/frontends/xforms/FormPreferences.C
(FormPreferences::SpellOptions::apply): "none" -> ""
* src/lyxrc.C
(LyXRC::read): "none" -> ""
* lib/doc/Customization.lyx: Document the autoopen feature
* lib/configure.py
(checkProg): add optional not_found argument, defaulting to 'none'
(checkViewer): new, equivalent to checkProg with not_found = 'auto'
(checkFormatEntries): call checkViewer instead of checkProg for
viewers and editors
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13929 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-25 11:57:22 +00:00
Georg Baum
f0f4e2c042
From Joost Verburg: Put the clean_dvi.py script into the main distribution
...
* lib/configure.py
(checkLatex): Add DraftDVI converter on windows if dv2dt and dt2dv
are available
(checkFormatEntries): Add DraftDVI entry on windows if dv2dt and
dt2dv are available
* lib/Makefile.am: add clean_dvi.py
* development/Win32/packaging/build_lyxwin.sh: remove clean_dvi.py
stuff
* development/Win32/packaging/package_lyxwin.sh: remove configure
mangling for clean_dvi.py
* development/Win32/packaging/clean_dvi.py: move to lib/scripts
* development/Win32/packaging/README: remove clean_dvi.py stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13924 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-24 20:06:42 +00:00
Jean-Marc Lasgouttes
a96b307c42
update to de_userguide and de_Extended, due to wrong picture references
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13918 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-23 09:30:26 +00:00
Jean-Marc Lasgouttes
865face425
update German docs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13902 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-22 09:45:30 +00:00
Georg Baum
5b83287abe
* src/format.[Ch]
...
(document_): new flag, telling whether this is a document format and
we want to show this format in the export and view menus
(documentFormat): accessor for document_
* src/format.h: Add some documentation
* src/frontends/qt3/QPrefsDialog.C
(QPrefsDialog::QPrefsDialog): handle new documentCB checkbox
(QPrefsDialog::switch_format): ditto
(QPrefsDialog::updateFormatsButtons): ditto
(QPrefsDialog::new_format): ditto
(QPrefsDialog::modify_format): ditto
* src/frontends/qt3/ui/QPrefFileformatsModule.ui: Add documentCB checkbox
* src/frontends/qt4/QPrefsDialog.C
(QPrefsDialog::QPrefsDialog): handle new documentCB checkbox
(QPrefsDialog::switch_format): ditto
(QPrefsDialog::updateFormatsButtons): ditto
(QPrefsDialog::new_format): ditto
(QPrefsDialog::modify_format): ditto
* src/frontends/qt4/ui/QPrefFileformatsUi.ui: Add documentCB checkbox
* src/frontends/xforms/FormPreferences.C
(FormPreferences::Formats::build): handle new check_document checkbox
(FormPreferences::Formats::input): ditto
(FormPreferences::Formats::Add): ditto
(FormPreferences::Formats::Browser): ditto
* src/frontends/xforms/forms/form_preferences.fd: Add check_document
checkbox
* src/lyxrc.C
(LyXRC::read): Remove compatibility code for 1.3 \format entries.
Read the new format flags (but don't require them for 1.4
compatibility)
(LyXRC::write): Write the new format flags
* src/MenuBackend.C
(expandFormats): Remove the hardcoded exception for image formats
and use Format::isDocument() instead
* lib/doc/Customization.lyx: Document auto viever/editor and the
"document format" flag
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13887 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-20 12:03:40 +00:00
Jean-Marc Lasgouttes
c8410c3e0a
2006-05-18 Enrico Forestieri <forenr@tlc.unipr.it>
...
* configure.py: fix setting of \cygwin_path_fix_needed; remove
extra \r at end of line for cygwin.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13861 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-18 09:13:24 +00:00
Georg Baum
e6a167ea5e
Add \overset and \underset to math panel (bug 2533):
...
* lib/images/math/underset.xpm: new
* lib/images/math/overset.xpm: new
* lib/Makefile.am: add new files
* src/frontends/controllers/ControlMath.C
(latex_deco[]): add overset and underset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13858 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-18 07:10:56 +00:00
Jean-Marc Lasgouttes
b6e30400f5
New auto-open feature from Bo Peng (with help from Jean-Marc and Enrico)
...
* src/lyx_main.C (init): call Formats::setAutoOpen.
* src/lyxrc.C (read): do not reset editor/viewer values of "none".
* src/format.C (fixCommand): helper function: tweak command depending
of the availability of OS viewer/editor.
(setAutoOpen): run fixCommand over all the formats.
* src/support/Makefile.am: under win32, link against shlwapi.dll.
* src/support/os_*.C (canAutoOpenFile, autoOpenFile): new
functions, used to let the OS handle viewers and editors it knows about.
* configure.ac: improve check for shlwapi.
* lib/configure.py: remove check for native windows viewers.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13855 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-17 22:13:33 +00:00
Georg Baum
479abc6efd
Remove remaining OS/2 bits:
...
* src/lyx_cb.C
(newFile): Remove OS/2 code
* src/lyxserver.C
(LyXComm::startPipe): ditto
(LyXComm::endPipe): ditto
(LyXComm::send): ditto
* src/support/rename.C
(lyx::support::rename): ditto
* src/support/filetools.C
(fileOpenSearch): ditto
(createTmpDir): ditto
(createLyXTmpDir): ditto
(makeAbsPath): ditto
* src/support/getcwd.C
(l_getcwd): ditto
* src/support/forkedcall.C
(Forkedcall::generateChild): ditto
* src/support/chdir.C
(lyx::support::chdir): ditto
* src/support/os.C: ditto
* configure.ac: ditto
* development/scons/scons_utils.py: ditto
* development/Win32/config.h: ditto
* lyx.man: Remove OS/2 related stuff
* lib/doc/Customization.lyx: ditto
* lib/doc/fr_Customization.lyx: ditto
* lib/doc/it_Customization.lyx: ditto
* src/support/os2_defines.h: Remove
* src/support/os2_errortable.h: ditto
* src/support/os_os2.C: ditto
* INSTALL.OS2: ditto
* README.OS2: ditto
* development/OS2/quick_fix.patch: ditto
* development/OS2/gnugettext.diff: ditto
* development/OS2: ditto
* src/support/Makefile.am: Remove deleted files
* development/Makefile.am: Remove deleted OS2 directory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13848 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-14 17:00:53 +00:00
Michael Schmitt
1396ade8b1
fix LFUN enum values (some of them were broken by r13801)
...
adjust some commands according to the LyX naming conventions
(toggle-tooltip => tooltip-toggle, *-change(s) => change(s)-*)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13811 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-08 18:09:19 +00:00
José Matox
41d309b6fb
Update templates and examples to latest file format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13799 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-05 10:26:53 +00:00
Jean-Marc Lasgouttes
14b3dc43ed
* configure.py: reinstantiate part of removeExtraFiles that was
...
removed by mistake. Add removal of chklatex.{ltx,log}.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13793 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-03 13:32:42 +00:00
Lars Gullik Bjønnes
4c7d66bfda
* depend.py: set PYTHONPATH so that python files
...
in build dir is found
* Makefile.depend: regenerated
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13785 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-01 07:41:41 +00:00
Bo Peng
a83b27130f
Cygwin compatibility fix from Enrico
...
* lib/configure.py: specify dir for mkstemp
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13783 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-29 13:43:19 +00:00
Bo Peng
8a03d5005c
Add document->compressed menu item, by Bo Peng (ben.bob@gmail.com)
...
* src/LyXAction.C, src/lfuns.h: add LFUN_TOGGLE_COMPRESSION
* src/BufferView_pimpl.C: react to menu item
* lib/ui/stdmenus.ui: add buffer_toggle_compression
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13778 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-28 16:13:35 +00:00
Jean-Marc Lasgouttes
18d72887a6
* src/support/package.C.in (get_build_dirs): Look at Makefile
...
instead of lyxrc.defaults. Simplify the check for
chkconfig.ltx.
* configure.ac: do not run lib/configure.py
* lib/doc/Makefile.am: LaTeXConfig.lyx is not generated anymore.
* lib/configure.py (removeExtraFiles): remove.
* lib/Makefile.am: no files are generated in there.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13763 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-27 16:44:43 +00:00
Georg Baum
4d71376ec0
* lib/layouts/IEEEtran.layout: Add biographynophoto style
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13755 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-27 07:27:01 +00:00
Edwin Leuven
513ea10589
Adding PARAGRAPH_MOVE_UP/DOWN + key bindings:
...
* src/LyXAction.C
* src/text3.C
* src/lfuns.h
* lib/bind/cua.bind
* lib/bind/sciword.bind
* lib/bind/xemacs.bind
* lib/bind/emacs.bind
* lib/bind/mac.bind
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13752 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-26 22:43:26 +00:00
Georg Baum
0ba907f1e4
* lib/configure.py: Don't use TeX in the the names of formats latex
...
and pdflatex, use LaTeX instead.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13744 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-26 11:12:39 +00:00
Lars Gullik Bjønnes
3708dc6ec5
update ignore, and make sure to dist the lyx2lyx_version.py.in template file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13728 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 13:34:16 +00:00
Jean-Marc Lasgouttes
8cf0b4a4f2
add support for naustrian; fix locale for austrian
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13726 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 12:28:52 +00:00
Jean-Marc Lasgouttes
211c62818e
German documentation update (again)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13721 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 09:48:55 +00:00
Jean-Marc Lasgouttes
f34e0a98c1
German documentation update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13720 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 09:42:17 +00:00
Jean-Marc Lasgouttes
f2c599f154
Hungarian documentation update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13718 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 09:32:21 +00:00
Georg Baum
a2457c3b5b
From Angus:
...
Enable lib/configure.py to find tex2lyx if the path to it contains spaces.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13708 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-21 15:15:55 +00:00
Georg Baum
5ac63517c6
From Enrico Forestieri:
...
* lib/scripts/TeXFiles.sh:
Account for Cygwin teTeX on Windows.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13704 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-20 16:59:51 +00:00
Georg Baum
2bbe7e5b89
Make MathBigInset working
...
* src/cursor.C
(LCursor::plainInsert): combine the previous math atom with the new
one to a MathBigInset if possible
* src/mathed/math_biginset.[Ch]
(MathBigInset::name): implement
(MathBigInset::isBigInsetDelim): new, test whether a given token is
a valid MathBigInset delimiter
* src/mathed/math_biginset.C
(MathBigInset::size): handle Big, Bigg and Biggg
(MathBigInset::increase): ditto
(MathBigInset::draw): fix deco drawing
(MathBigInset::write): append space if necessary
* src/mathed/math_factory.C
(createMathInset): handle l->inset == "big"
* src/mathed/math_parser.C
(Token::asInput): return a token as input, stolen from tex2lyx
(void Parser::parse1): Create a MathBigInset when needed
* src/mathed/math_support.C:
(deco_table): add lbrace and rbrace
* src/mathed/math_nestinset.C
(MathNestInset::interpret): combine the previous math atom with the
new character to a MathBigInset if possible
* src/ParagraphParameters.C
(findToken): move from here
* src/support/lstrings.[Ch]
(findToken): to here
* lib/symbols: add MathBigInset symbols
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13700 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-20 09:55:45 +00:00
Martin Vermeer
f6848c168b
* lyx_1_4.py
...
(convert_minipage): Proper handling of default height and
vertical position (bug report Garst Reese)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13697 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-20 07:43:29 +00:00
Jean-Marc Lasgouttes
b5cdc90ef9
update german userguide
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13670 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-13 17:53:09 +00:00
Georg Baum
ad7e91e684
* lib/scripts/layout2layout.py
...
(convert): Change "LabelType Static" to "LabelType Itemize" for
itemize environments
(convert): Change "LabelType Counter_EnumI" to "LabelType Enumerate"
for enumerate environments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13659 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-13 08:54:50 +00:00
José Matox
69664082da
* configure.ac
...
* lib/lyx2lyx/lyx2lyx_version.py.in
* lib/lyx2lyx/Makefile.am
Add lyx2lyx_version.py to distribution.
* lib/lyx2lyx/LyX.py
Use lyx version as the same version of lyx2lyx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13626 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-10 16:18:31 +00:00
José Matox
bb23ef468d
parser_tools.py (find_tokens, find_tokens_exact): replace range with xrange.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13625 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-10 15:50:31 +00:00
José Matox
44aad9d818
lyx_1_4.py(convert_sgml_paragraphs):
...
convert SGML paragraphs to Standard + ERT, as SGML are not used anymore.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13616 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-10 09:14:08 +00:00
Abdelrazak Younes
9dfa853d2c
lib/Makefile.am: move math icons from no-install
...
QMathDialog.C: set icon paths
QMathUi.ui: set icon paths to lib/images/math for visual feedback in designer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13614 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-09 21:14:58 +00:00
Bo Peng
eb485caa96
view-source feature, from Bo Peng <ben.bob@gmail.com>
...
* src/buffer.h buffer.C - getSourceCode()
* src/lyxfunc.C - open view-source dialog
* src/text3.C - change LFUN_MOUSE_RELEASE
* src/output_linuxdoc.C, src/output_docbook.C, src/output_latex.C
- intercept output
* src/outputparams.h, outputparams.C - add par_begin, par_end, dryrun
* src/insets/insetgraphics.C - add dryrun mode of file conversion
* lib/ui/stdmenus.ui - add view-source menu item under view
* Add view-source dialog, add
src/frontends/qt2/QViewSourceDialog.h, QViewSource.C, QViewSource.h, QViewSourceDialog.C
src/frontends/qt2/ui/QViewSourceDialogBase.ui
src/frontends/controllers/ControlViewSource.h ControlViewSource.C
modify
src/frontends/qt2/Makefile.dialogs, Makefile.am, Dialogs.C,
src/frontends/controllers/Makefile.am, po.POTFILES.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13610 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-09 02:48:54 +00:00
Georg Baum
6b753c5d97
Remove the images directory
...
* Makefile.am: remove image files
* images/ChangeLog: delete
* images/smallcaps.xpm: move to lib/images/font-smallcaps.xpm
* lib/Makefile.am: add images to noinst files
Move the following files to lib/images/math:
* images/README
* images/delim.xbm
* images/ams_misc.xbm
* images/equation.xpm
* images/delim.xpm
* images/arrows.xbm
* images/bop.xbm
* images/matrix.xpm
* images/delim0.xpm
* images/delim1.xpm
* images/misc.xbm
* images/greek.xbm
* images/ams_nrel.xbm
* images/style.xbm
* images/ams_ops.xbm
* images/varsz.xbm
* images/font.xbm
* images/sub.xpm
* images/sqrt.xpm
* images/dots.xbm
* images/space.xpm
* images/deco.xbm
* images/super.xpm
* images/ams_arrows.xbm
* images/style.xpm
* images/ams_rel.xbm
* images/brel.xbm
* images/font.xpm
* images/deco.xpm
* images/frac.xpm
Adjust the following files to the moved images:
* src/frontends/gtk/GMathPanel.C
* src/frontends/gtk/Makefile.am
* src/frontends/qt4/ui/QMathUi.ui
* src/frontends/xforms/Makefile.am
* src/frontends/xforms/FormMathsPanel.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13598 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-08 11:33:26 +00:00
José Matox
98e729c767
Update version of lyx2lyx to 1.5.0svn
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13592 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-07 16:15:14 +00:00
José Matox
22212a0d65
Add placeholders for future changes:
...
lyx_0_10.py: File format between 2.00 (the first publicaly available) and 2.10
lyx_1_5.py: Post-1.4.x file formats.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13591 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-07 16:11:16 +00:00
Georg Baum
98595ca7c2
From Jean-Marc: Make sure that standard sectioning styles have proper counters
...
* lib/layouts/stdsections.inc: include numarticle.inc here instead
of the following files:
* lib/layouts/kluwer.layout
* lib/layouts/aapaper.layout
* lib/layouts/llncs.layout
* lib/layouts/docbook.layout
* lib/layouts/article.layout
* lib/layouts/IEEEtran.layout
* lib/layouts/ijmpd.layout
* lib/layouts/paper.layout
* lib/layouts/aa.layout
* lib/layouts/aastex.layout
* lib/layouts/cl2emult.layout
* lib/layouts/docbook-section.layout
* lib/layouts/svjour.inc
* lib/layouts/amsart.layout
* lib/layouts/spie.layout
* lib/layouts/docbook-chapter.layout
* lib/layouts/aguplus.inc
* lib/layouts/scrartcl.layout
* lib/layouts/dtk.layout
* lib/layouts/agu-dtd.layout
* lib/layouts/elsart.layout
* lib/layouts/mwart.layout
* lib/layouts/seminar.layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13589 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-07 15:43:56 +00:00
Georg Baum
9031ce6395
*lib/scripts/layout2layout.py: Fix section labelling
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13588 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-07 15:25:34 +00:00
Jean-Marc Lasgouttes
b8617a4d56
update German Tutorial, Intro and splash
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13584 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-07 12:20:41 +00:00
Jean-Marc Lasgouttes
81a3abd0cd
document fancybox package
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13577 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-07 08:46:18 +00:00
Michael Schmitt
2243967c46
2006-04-01 Michael Gerz <michael.gerz@teststep.org>
...
* lib/ui/stdmenus.ui:
* lib/ui/stdtoolbars.ui:
* src/converter.C
* src/lyx_main.C
* src/support/package.C.in: tiny changes to text messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13545 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-01 13:23:24 +00:00
Georg Baum
7f6a274742
configure.py: Bo Peng (ben.bob@gmail.com)
...
Fix --without-latex-config option, separate processLayoutFile()
Fix checkCygwinPath(), by Enrico
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13539 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-01 09:39:11 +00:00
Georg Baum
fd1fc0cdf6
Major cleanup of lib/configure.py from Bo Peng
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13537 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-31 13:31:16 +00:00
Georg Baum
ba7ba1b813
* lib/scripts/layout2layout.py
...
(concatenate_label): new, concatenate two labels in an intelligent way
(convert): add the TocLevel for sectioning styles
(convert): convert LabelString and StringAppendix for sectioning
styles (append counter)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13533 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-29 18:49:27 +00:00
Georg Baum
7a82979958
Adjust keybord shortcut of the "latex" format to the changed name
...
(this belongs to the fix for bug 2107)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13532 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-29 18:43:05 +00:00
Georg Baum
fc7f2d9805
Fix bug 2107:
...
* src/LaTeXFeatures.[Ch]: replace nice_ by runparams_
* src/insets/insetexternal.C
(InsetExternal::validate): Use the correct template for the desired
output format
* src/insets/insetgraphics.C
(InsetGraphics::prepareFile): Record the needed files for "latex"
or "pdflatex" format, dependant on the desired output format
* src/insets/insetinclude.C
(InsetInclude::latex): ditto
* src/BufferView_pimpl.C
(BufferView::Pimpl::getStatus): adapt to LaTeXFeatures changes
* src/paragraph_pimpl.C
(Paragraph::Pimpl::simpleTeXSpecialC): ditto
* src/buffer.C
(Buffer::makeLaTeXFile): ditto
(Buffer::makeLinuxDocFile): ditto
(Buffer::makeDocBookFile): ditto
* src/paragraph.C
(Paragraph::simpleTeXOnePar): ditto
* src/exporter.C
(Backends): Add "pdflatex" backend format
(Exporter::Export): set runparams.flavor correctly for "pdflatex" format
* lib/external_templates
(RasterImage): Use "pdflatex" format in PDFLaTeX template
(XFig): ditto
(ChessDiagram): Add PDFLaTeX template
(Date): ditto
* lib/configure.py: Add "pdflatex" format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13520 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-28 18:49:46 +00:00
Jürgen Spitzmüller
eedb4c6821
* lib/scripts/lyxpreview2bitmap.py: fix frac calculation (bug 2391).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13511 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-28 10:18:02 +00:00
Jean-Marc Lasgouttes
b7d59d8ce6
update to Spanish tutorial from Luis Guillermo Cota Preciado
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13507 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-28 09:37:36 +00:00
Georg Baum
bcccc2780d
From Uwe:
...
* chkconfig.ltx: check for the preview package
* doc/LaTeXConfig.lyx.in: document prettyref, varioref and preview
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13497 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-26 08:28:06 +00:00
Jean-Marc Lasgouttes
e22e28f6d6
* lib/bind/sciword.bind: fix find&replace
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13437 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-20 15:56:08 +00:00
Georg Baum
8d914e2c52
* parser_tools.py (find_tokens_exact): new, extract tokens with
...
exact match
* parser_tools.py (find_token2): rename to find_token_exact and make
it work for tokens with spaces
* lyx_1_4.py (revert_box, convert_collapsable, revert_bibtopic,
convert_float): use find_token(s)_exact instead of find_token(s).
This does not match "FloatList" when "Float" is searched (bug 2245)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13410 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-17 09:52:13 +00:00
Georg Baum
fad5cd6700
fix bug 2234
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13399 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-16 15:05:47 +00:00
Abdelrazak Younes
24df3cbc06
adding abdelrazak younes to the credits.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13394 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-16 14:15:51 +00:00
Georg Baum
9ba33772a8
fix bug 2361
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13369 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-13 17:56:32 +00:00
Jean-Marc Lasgouttes
609e13491c
bug 1611: clarify Title handling in tutorial (trivial)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13363 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-13 14:43:31 +00:00
Georg Baum
d15a35a909
Get rid of lib/configure.m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13347 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-12 10:51:11 +00:00
Georg Baum
41dd4f0be3
fix several small errors (mainly typos) in lib/configure.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13341 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-11 16:24:59 +00:00
Jürgen Spitzmüller
d6ceeea517
fix babel/jurabib conflict with Spanish (bug 2365)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13336 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-10 17:09:03 +00:00
Jürgen Spitzmüller
3035b9b3e3
fix LaTeX error with AMS classes (bug 2363)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13327 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-10 15:37:21 +00:00
Jürgen Spitzmüller
9f2c265640
Map labeling to list (bug 2246)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13320 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-10 14:07:11 +00:00
José Matox
d5da885f21
Only reset the papersize for a4* paperpackages.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13312 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-07 11:21:08 +00:00
Jean-Marc Lasgouttes
ba7954e5e5
some updates from hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13278 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-27 15:34:43 +00:00
Jean-Marc Lasgouttes
5bad987680
bug 2167: previews badly placed when ascent or descent is 0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13273 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-24 14:24:17 +00:00
Georg Baum
3a56dd160f
fix bug 2314
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13267 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-22 17:05:12 +00:00
Jürgen Spitzmüller
8e96921285
From Enrico Forestieri: fix script to work with recent versions of preview-latex and dvipng (bug 2243).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13263 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-20 19:29:58 +00:00
Jürgen Spitzmüller
f574a6deaf
comment out obsolete bindings (bug 1161)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13257 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-19 15:13:51 +00:00
Jean-Marc Lasgouttes
142ecf6867
fix url to Herbert's tips (bug 1634)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13244 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-16 15:48:13 +00:00
Jean-Marc Lasgouttes
6aed703bef
fix bogus keybinding (bug 1422)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13243 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-16 15:40:56 +00:00
Georg Baum
b8227ebda0
fix bug 2026 and bug 2088
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13226 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-13 07:48:26 +00:00
Lars Gullik Bjønnes
4a7ab830bc
Delete all .cvsignore files from trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13208 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-10 22:09:45 +00:00
Georg Baum
38fd7b00b8
sync lib/configure.py with lib/configure.m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10813 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-06 10:09:15 +00:00
Georg Baum
e4ddd93da4
fix bug 2174
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10807 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-03 21:47:25 +00:00
Georg Baum
d55a7468c0
fix bug 2244 (branch removal)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10804 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-02 21:30:04 +00:00
Jean-Marc Lasgouttes
1d3f5ce627
small update to Italian UserGuide
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10800 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-31 16:25:04 +00:00
Jürgen Spitzmüller
38513eb5cc
documentation update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10779 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-26 11:25:36 +00:00
Jean-Marc Lasgouttes
94ab1dabc4
update from Claudio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10769 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-23 15:03:40 +00:00
Martin Vermeer
799ec0258f
Missing menu shortcuts added
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10766 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-22 09:56:28 +00:00
Georg Baum
ba4236f744
fix bibenvironment handling in layout2layout
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10755 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-19 08:40:10 +00:00
Angus Leeming
c823a6afd3
Ensure that the last line of text files ends with a newline.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10753 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-19 00:40:38 +00:00
Jean-Marc Lasgouttes
1452a2c31f
small fix suggested by Helge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10749 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-18 12:05:16 +00:00
Angus Leeming
3b1e1a70de
Update Claudio Coco's entry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10746 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-17 12:53:01 +00:00
Martin Vermeer
395bdd8dea
Updates by Helge, Angus and me
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10740 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-16 10:40:30 +00:00
Angus Leeming
a8b0e05bcb
Add Anders Ekberg to generate_contributions.py.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10735 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-14 18:32:31 +00:00
Angus Leeming
1000babce8
Spell Tomasz' name correctly.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10730 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-12 16:18:44 +00:00
Georg Baum
7adc8beb4d
Convert bib_environment in layout2layout
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10715 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-08 15:35:38 +00:00
Jean-Marc Lasgouttes
49de27a95f
Fix bibliography layout for CV textclass
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10711 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-06 10:23:34 +00:00
Angus Leeming
132d2a2da7
Enable instant preview to work if the path to GhostScript contains spaces (bug
...
2193).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10710 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-05 14:13:14 +00:00
Michael Schmitt
464413fffe
layouts/amsart-seq.layout: fix typo in counter
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10700 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-02 19:15:25 +00:00
Angus Leeming
718027f9a3
Update to format 245.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10699 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-02 02:29:55 +00:00
Angus Leeming
2507381b6e
Update to format 245.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10698 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-02 01:51:18 +00:00
Lars Gullik Bjønnes
51da9f05cb
add Tomasz Luczak
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10689 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-29 10:08:53 +00:00
Lars Gullik Bjønnes
ae85c9f49f
pl.po update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10687 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-28 20:51:30 +00:00
Jean-Marc Lasgouttes
7a71c7bda0
German documentation update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10679 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-23 16:57:09 +00:00
Jean-Marc Lasgouttes
062e4d0151
fix abstract in paper class (from Bennett)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10672 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-19 12:06:56 +00:00
Georg Baum
5858a82efa
speedup math init time when symbol font is not available (qt)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10669 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-19 11:03:07 +00:00
Georg Baum
97181d8fd5
sort Makefile.depend and include nb documentation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10662 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-16 10:44:00 +00:00
Jean-Marc Lasgouttes
2feb37072d
update credits
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10659 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-14 14:30:15 +00:00
Jean-Marc Lasgouttes
80d4e59b81
fix typo in sciword bindings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10656 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-12 10:08:53 +00:00
Jean-Marc Lasgouttes
618fa5068f
update from Alex
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10653 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-09 16:05:23 +00:00
Jean-Marc Lasgouttes
84daee6be6
update and rename (part 2)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10652 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-09 15:54:18 +00:00
Jean-Marc Lasgouttes
5c0d0d2745
update and rename
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10651 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-09 15:53:47 +00:00
José Matox
7aef3c80cf
fix lyx2lyx bug dealing with compressed files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10640 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-01 19:00:07 +00:00
Georg Baum
5451d46794
partial fix for bug 2132
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10621 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-25 09:37:09 +00:00
José Matox
73f01338a2
Fix second part of bug 666 (I\'m not joking). Complete support for older tabular, only the 3 was missing.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10618 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-24 12:25:26 +00:00
Georg Baum
a9bfd2b130
fix bug 2131
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10613 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-21 17:05:03 +00:00
Jean-Marc Lasgouttes
857ac1d22b
another update from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10603 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-14 15:44:31 +00:00
Jean-Marc Lasgouttes
096de939a2
another translation from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10602 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-14 14:10:46 +00:00
Jean-Marc Lasgouttes
d171ae2c6c
update german examples (from Hartmut Haase)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10601 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-10 14:18:17 +00:00
Jean-Marc Lasgouttes
0a9dcc6a13
update description of layout files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10600 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-10 14:17:53 +00:00
Jean-Marc Lasgouttes
c14a9a277e
new translation from Hartmut Haase
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10591 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-07 11:51:38 +00:00
Angus Leeming
c746e8056e
Add Tino Meinen
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10578 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-31 20:30:33 +00:00
Jean-Marc Lasgouttes
b1cda27e0a
cleanups from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10572 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-25 08:58:07 +00:00
Jean-Marc Lasgouttes
8a7ef247d8
fix bindings for quote insertion
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10571 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-25 08:39:15 +00:00
Georg Baum
5d65c9bb09
fix line endings in layout2layout.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10570 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-24 14:13:45 +00:00
Georg Baum
3e885523c3
layout file converter for layout files in old format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10565 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-21 16:11:36 +00:00
Jürgen Spitzmüller
0ce45c32b6
fix bug 2090 (remove param \quotes_times). File format is up to 245 now.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10549 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-13 10:59:39 +00:00
Jean-Marc Lasgouttes
ad41d5f8e7
update example
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10544 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-12 16:04:50 +00:00
Angus Leeming
12b1bd3381
Add Bernhard Reiter.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10541 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-12 13:32:50 +00:00
Lars Gullik Bjønnes
6a05cd6a5c
couple of mac updates from Bennet Helm
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10539 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-11 17:58:38 +00:00
Lars Gullik Bjønnes
9117f717c7
pre2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10532 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-10 13:22:34 +00:00
Georg Baum
0385c00f3e
fix build system for TOC files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10522 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-05 09:01:17 +00:00
Michael Schmitt
77dee6cd69
move entry into alphabetical order
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10520 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-03 16:19:32 +00:00
Georg Baum
aba9a83f22
forgotten fixes for bug 2027
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10494 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-28 14:29:23 +00:00
Georg Baum
be94e5691a
forgot to adjust .cvsignore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10493 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-28 13:52:13 +00:00
Georg Baum
45df613642
add/remove files for bug 2027
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10492 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-28 13:51:32 +00:00
Georg Baum
58380ba97a
generate TOC files on the fly and fix broken documents (bug 2027)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10491 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-28 13:47:03 +00:00
Jürgen Spitzmüller
82765345ac
fix space insets, increase version to 244.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10490 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-28 09:40:50 +00:00
Angus Leeming
c302740b9b
J�rgen S's fix to bug 1817.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10468 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-21 09:22:18 +00:00
Georg Baum
53a118caea
fix bug 2031 (\lyxline conversion)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10466 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-20 12:47:45 +00:00
Georg Baum
3d9554fd62
small fix for TOC file generation in LyX.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10460 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-19 11:31:26 +00:00
Jürgen Spitzmüller
8251763d47
documentation update (bibtex extensions, space inset, quotation marks)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10455 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-19 09:52:50 +00:00
Angus Leeming
7ac823d980
Add Bo Peng's experimental Python script to the repository.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10453 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-18 09:03:11 +00:00
Angus Leeming
fbacd334e8
Add Bo Peng
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10450 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-15 21:24:47 +00:00
José Matox
568ae274e5
fix vertical alignment convertion for tables in format 216.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10434 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-09 15:23:09 +00:00
Angus Leeming
f90387b520
s/spell checker/spellchecker/
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10426 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-08 09:30:32 +00:00
Angus Leeming
251f834995
Ensure that the grammar used to invoke the spellchecker is consistent.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10425 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-08 09:20:16 +00:00
Michael Schmitt
878e743d6d
Michael Schmitt => Michael Gerz
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10415 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-06 17:32:09 +00:00
Michael Schmitt
805232656b
bind "paste-primary-selection (paragraph)"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10413 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-06 16:41:52 +00:00
Georg Baum
c8c616688f
fix bug 1990
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10411 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-05 07:06:11 +00:00
Michael Schmitt
7b12cfdafe
support tex4ht converter; polish/fix some comments
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10409 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-04 11:48:21 +00:00
Georg Baum
9826fde5c9
fix bug 2004
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10408 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-30 07:23:20 +00:00
José Matox
a0c546831e
fix bug 2001
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10407 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-29 18:43:15 +00:00
José Matox
7bd4678da5
Separate preamble from from header. Make its treatment more robust.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10398 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-18 17:33:26 +00:00
José Matox
24355f90da
add \\leftindent to the list of allowed paragraph parameters.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10395 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-11 22:31:05 +00:00
Martin Vermeer
e16d163582
Fix bug 1971
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10394 a592a061-630c-0410-9148-cb99ea01b6c8
2005-08-10 12:24:36 +00:00
José Matox
888342b465
Take into account the lines added to preamble.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10375 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-29 13:34:07 +00:00
José Matox
a69c7f771d
Fix a4 package removal when the preamble is already there.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10374 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-29 11:22:18 +00:00
José Matox
255c2c247f
Fix widemargins a4 convertion.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10372 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-29 09:54:50 +00:00
José Matox
2479ac8f5f
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
2005-07-29 09:39:17 +00:00
José Matox
4c2d658257
Put back support for format 222.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10370 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-29 09:23:19 +00:00
Jean-Marc Lasgouttes
33c966b34b
some new German examples from Hartmutt Haase
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10368 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-28 10:29:55 +00:00
Georg Baum
233c69505a
partial fix for bug 20
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10356 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-26 11:58:43 +00:00
Georg Baum
8ce79c6fd3
Allow specification of output filename of tex2lyx
...
fix tex2lyx invocation in configure.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10353 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-25 13:49:38 +00:00
José Matox
85eed78238
remove wrong comments and add 1.3.6 to the list of releases
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10347 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-22 15:03:44 +00:00
Jean-Marc Lasgouttes
10599628b3
fix invocation of tex2lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10340 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-19 20:56:11 +00:00
José Matox
0a32e0c357
fixing wrong case of \lang -> \language
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10337 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 22:38:10 +00:00
José Matox
7b8d863cb3
small fixes to minipages convertions and retroversions.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10334 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 18:37:05 +00:00
José Matox
54502b890e
fix two typos converting frenchb (Thanks to Georg)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10327 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 14:46:53 +00:00
José Matox
d523271fb5
update all lyx documents to the latest file format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10317 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 09:42:29 +00:00
André Pönitz
f9e6eb2285
remove some mathbf-in-mathbf entries
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10314 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 09:17:38 +00:00
Angus Leeming
7704aa9055
Help Lars spell his name.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10311 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 08:04:50 +00:00
Martin Vermeer
68cb2b602e
Doc updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10310 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-18 07:33:24 +00:00
José Matox
8ed68ea860
convert frenchb language also in the body
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10304 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:55:05 +00:00
Lars Gullik Bjønnes
0bceb51d62
new banner
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10299 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 23:21:22 +00:00
Michael Schmitt
f6b917140d
Various text message changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10279 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 12:39:56 +00:00
José Matox
9745fb8187
Remove the support for a4.sty, a4wide.sty and a4widemargins from lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10273 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 11:17:13 +00:00
Michael Schmitt
d55d5d1fb0
remove spaces from label strings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10272 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 10:48:55 +00:00
Michael Schmitt
4a7f4fb7bf
remove spaces from label strings, part 2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10269 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 09:56:22 +00:00
Michael Schmitt
a250929930
remove spaces from label strings; part 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10267 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 09:22:25 +00:00
Michael Schmitt
b12b9a5677
fix left margins of labelstrings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10264 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-17 00:51:31 +00:00
Lars Gullik Bjønnes
ef8e527612
drop reLyX like it is hot, and setup to use tex2lyx instead (and remerged po files + no.po small update)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10244 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 15:18:14 +00:00
Jean-Marc Lasgouttes
4f96e3c41e
get rid of the lib/xfonts hack
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10238 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 11:06:12 +00:00
José Matox
dc3e0ae6e0
add python support to configure
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10221 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 16:38:59 +00:00
Jean-Marc Lasgouttes
d825686252
typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10213 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 15:46:51 +00:00
Martin Vermeer
38cca87459
Keyboard config
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10197 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 07:47:37 +00:00
Martin Vermeer
8c58a8db20
Added Branches
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10194 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 00:13:15 +00:00
Martin Vermeer
68043dbb60
Fix documentation of $LANG and friends
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10186 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-14 15:40:33 +00:00
Georg Baum
b38d210152
better environment handling in tex2lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10185 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-14 15:19:01 +00:00
José Matox
2796b1fe32
fix lyx2lyx bugs for revertion to 221.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10172 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-12 21:27:12 +00:00
Jean-Marc Lasgouttes
15d00ff3ed
fix bad comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10166 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-12 10:33:43 +00:00
José Matox
b666ae90e3
Support old tables format 1.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10150 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-08 09:13:51 +00:00
José Matox
219f6bdb6e
Remove latexdel insets comming from sgml2lyx (ref, url and htmlurl).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10148 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-08 08:49:29 +00:00
Jean-Marc Lasgouttes
108d74bc1a
clean up french language handling
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10145 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-07 10:51:58 +00:00
José Matox
32ab25b3cb
Ignore whitelines on header. Fix reading the first body line.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10144 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-07 09:19:50 +00:00