]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agoFix typo
Vincent van Ravesteijn [Thu, 1 Aug 2013 20:47:45 +0000 (22:47 +0200)]
Fix typo

10 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Sun, 4 Aug 2013 14:02:01 +0000 (16:02 +0200)]
Merge branch 'master' of git.lyx.org:lyx

10 years agotex2lyx roundtrip: expand diff to bu usefull to files created by lyx
Kornel Benko [Sun, 4 Aug 2013 13:57:01 +0000 (15:57 +0200)]
tex2lyx roundtrip: expand diff to bu usefull to files created by lyx

Otherwise the comparision used by tex2lyx2lyx-tests would fail

10 years agoMove templates with paths to examples (#8643)
Scott Kostyshak [Sat, 13 Jul 2013 18:57:01 +0000 (14:57 -0400)]
Move templates with paths to examples (#8643)

When a user creates a new document from a template, the template
is copied but relative paths are not changed, so the resulting
.lyx file is broken. By moving documents with relative paths to
examples, the files will compile out of the box.

A long-term solution that allows for relative paths in templates
is still desired and will be discussed in #8643 or in a new ticket.

10 years agotex2lyx roundtrip: Ignore the lyx-version which created
Kornel Benko [Thu, 4 Jul 2013 16:52:31 +0000 (18:52 +0200)]
tex2lyx roundtrip: Ignore the lyx-version which created

When comparing the contents of two lyx-files, we should not care about the specific version. Later, this can be extended to also not care whether the file is produced by tex2lyx, lyx2lyx, or LyX.

Modified-By: Vincent van Ravesteijn <vfr@lyx.org>
10 years agoAEA.lyx fixes
Scott Kostyshak [Sat, 13 Jul 2013 20:00:57 +0000 (16:00 -0400)]
AEA.lyx fixes

 - add a citation (otherwise BibTeX complains)
 - change citation style to Natbib (author-year)
 - fix a typo

10 years agoMakefile.am: add RJournal.{lyx,layout} entries
Scott Kostyshak [Sun, 14 Jul 2013 07:06:27 +0000 (03:06 -0400)]
Makefile.am: add RJournal.{lyx,layout} entries

10 years agoCmake export tests
Kornel Benko [Sun, 4 Aug 2013 12:31:47 +0000 (14:31 +0200)]
Cmake export tests

Some export test are known to fail. Checking them every time is cumbersome.
Now, the tests marked in file revertedTests will invert the success condition
and mark the test as INVERTED_SEE-README.ctest.

If some of the tests in revertedTests fails, this is good, and the testname
can be removed from it.

10 years ago* cs.po
Pavel Sanda [Sun, 4 Aug 2013 00:01:47 +0000 (17:01 -0700)]
* cs.po

10 years agoTypo
Scott Kostyshak [Wed, 31 Jul 2013 22:10:16 +0000 (18:10 -0400)]
Typo

10 years ago* sk.po
Kornel Benko [Wed, 31 Jul 2013 11:55:19 +0000 (13:55 +0200)]
* sk.po

10 years agoja/splash.lyx: default output is now dvipdfm(x)
Scott Kostyshak [Sun, 28 Jul 2013 05:48:05 +0000 (01:48 -0400)]
ja/splash.lyx: default output is now dvipdfm(x)

10 years agoJapanese UserGuide.lyx: update fileformat
Uwe Stöhr [Sat, 27 Jul 2013 21:57:52 +0000 (23:57 +0200)]
Japanese UserGuide.lyx: update fileformat

10 years agoja.po: translations for LyX 2.1 from Koji
Uwe Stöhr [Sat, 27 Jul 2013 21:52:25 +0000 (23:52 +0200)]
ja.po: translations for LyX 2.1 from Koji

10 years agoJapanese docs: translations and corrections from Koji
Uwe Stöhr [Sat, 27 Jul 2013 21:43:54 +0000 (23:43 +0200)]
Japanese docs: translations and corrections from Koji

10 years agoFix the fix to the decimal separator problem with Qt5
Juergen Spitzmueller [Sat, 27 Jul 2013 09:18:16 +0000 (11:18 +0200)]
Fix the fix to the decimal separator problem with Qt5

10 years agoUpdate it.po
Enrico Forestieri [Fri, 26 Jul 2013 22:20:41 +0000 (00:20 +0200)]
Update it.po

10 years agoFix Qt5 decimal separator bug
Enrico Forestieri [Fri, 26 Jul 2013 18:52:44 +0000 (20:52 +0200)]
Fix Qt5 decimal separator bug

Always use '.' as the decimal separator in the GUI, because we
call setlocale(LC_NUMERIC, "C") in setLocale() (GuiApplication.cpp).

10 years agoFix compiling on platforms lacking setenv
Enrico Forestieri [Fri, 26 Jul 2013 18:48:34 +0000 (20:48 +0200)]
Fix compiling on platforms lacking setenv

Using autotools, the availability of putenv is not checked, so
the macro HAVE_PUTENV is not defined and compiling stops with
the error "No environment-setting function has been defined."
Thus, also check for putenv.

10 years agoenable automake version 1.14
Stephan Witt [Fri, 26 Jul 2013 11:04:32 +0000 (13:04 +0200)]
enable automake version 1.14

10 years agoConvert "i = i +1" to "i += 1" and similar.
Richard Heck [Wed, 24 Jul 2013 14:59:51 +0000 (10:59 -0400)]
Convert "i = i +1" to "i += 1" and similar.

10 years agoSomehow this line got commented out.
Richard Heck [Wed, 24 Jul 2013 14:57:36 +0000 (10:57 -0400)]
Somehow this line got commented out.

10 years agoFix dumb mistake.
Richard Heck [Wed, 24 Jul 2013 14:56:33 +0000 (10:56 -0400)]
Fix dumb mistake.

10 years agoSimplify a bunch of lyx2lyx code.
Richard Heck [Wed, 24 Jul 2013 13:56:02 +0000 (09:56 -0400)]
Simplify a bunch of lyx2lyx code.

10 years agoRemove debugging code.
Richard Heck [Wed, 24 Jul 2013 13:48:11 +0000 (09:48 -0400)]
Remove debugging code.

10 years agoMove helper functions where they belong.
Richard Heck [Wed, 24 Jul 2013 13:47:14 +0000 (09:47 -0400)]
Move helper functions where they belong.

10 years agoFix problem with Initial layout conversion reported by Scott on
Richard Heck [Wed, 24 Jul 2013 13:17:06 +0000 (09:17 -0400)]
Fix problem with Initial layout conversion reported by Scott on
the list.

10 years ago1.) Make po-file differences more robust.
Kornel Benko [Tue, 23 Jul 2013 20:43:19 +0000 (22:43 +0200)]
1.) Make po-file differences more robust.
2.) Automatic search for repository-type (git, hg, svn)
3.) Unified command-line  e.g for revision params (-rHEAD~3 == -rHEAD-3 == -r-3).

10 years agotypo
Kornel Benko [Tue, 23 Jul 2013 20:39:03 +0000 (22:39 +0200)]
typo

10 years agoExport tests in cmake build: Do not use the default userdir while
Kornel Benko [Tue, 23 Jul 2013 19:42:44 +0000 (21:42 +0200)]
Export tests in cmake build: Do not use the default userdir while
running lyx.

10 years agoCMake: xvkbd: Check whether the list exists
Vincent van Ravesteijn [Tue, 23 Jul 2013 18:42:31 +0000 (20:42 +0200)]
CMake: xvkbd: Check whether the list exists

Instead of adding an empty element to the list, just check properly whether the list exists.

10 years agoCMake: xvkbd: Fix spelling
Vincent van Ravesteijn [Tue, 23 Jul 2013 16:38:29 +0000 (18:38 +0200)]
CMake: xvkbd: Fix spelling

10 years agoCMake: xvkbd: Compile fix if none of the libraries is found
Vincent van Ravesteijn [Tue, 23 Jul 2013 16:36:23 +0000 (18:36 +0200)]
CMake: xvkbd: Compile fix if none of the libraries is found

If no libraries are found, XVFBDLIBS is not initialized and the command "list(REMOVE_DUPLICATES XVFBDLIBS)" fails. So, initialize XVFBDLIBS beforehand.

10 years agoChange default of Japanese docs to dvipdfm(x)
Scott Kostyshak [Tue, 23 Jul 2013 01:53:15 +0000 (21:53 -0400)]
Change default of Japanese docs to dvipdfm(x)

10 years agoI seem to need this to let the 'Lang' keyword work, within *-in.txt files.
Tommaso Cucinotta [Tue, 23 Jul 2013 01:10:48 +0000 (02:10 +0100)]
I seem to need this to let the 'Lang' keyword work, within *-in.txt files.

10 years agoWhen agreeing to wrap-around, but nothing is found, keep the cursor where it original...
Tommaso Cucinotta [Mon, 22 Jul 2013 22:55:43 +0000 (23:55 +0100)]
When agreeing to wrap-around, but nothing is found, keep the cursor where it originally was.
Now this is coherent with Advanced F&R.

10 years agoFixed a number of bugs in "preserve first case" feature of Advanced F&R (addressing...
Tommaso Cucinotta [Mon, 22 Jul 2013 09:39:11 +0000 (10:39 +0100)]
Fixed a number of bugs in "preserve first case" feature of Advanced F&R (addressing #8383).

10 years agode.po
Juergen Spitzmueller [Mon, 22 Jul 2013 06:09:45 +0000 (08:09 +0200)]
de.po

10 years agoFix setting of is_child runparam if grandchildren are involved
Juergen Spitzmueller [Sun, 21 Jul 2013 19:33:34 +0000 (21:33 +0200)]
Fix setting of is_child runparam if grandchildren are involved

10 years agoEstablish missing connections to change_adaptor
Juergen Spitzmueller [Sun, 21 Jul 2013 17:27:57 +0000 (19:27 +0200)]
Establish missing connections to change_adaptor

10 years agoAdding wrap-around pop-up question to simple find and replace dialog (fixing enhancem...
Tommaso Cucinotta [Sun, 21 Jul 2013 16:51:53 +0000 (17:51 +0100)]
Adding wrap-around pop-up question to simple find and replace dialog (fixing enhancement request #1262).

10 years agoadd frameworks to linker flags for Mac OS X
Stephan Witt [Thu, 18 Jul 2013 11:05:50 +0000 (13:05 +0200)]
add frameworks to linker flags for Mac OS X

10 years agopkg-config is not usable with self made Qt libs
Stephan Witt [Mon, 15 Jul 2013 17:44:55 +0000 (19:44 +0200)]
pkg-config is not usable with self made Qt libs

10 years agoBug in 'Use non-tex fonts' checkbox auto-toggling (#8717)
Juergen Spitzmueller [Sat, 20 Jul 2013 14:15:47 +0000 (16:15 +0200)]
Bug in 'Use non-tex fonts' checkbox auto-toggling (#8717)

10 years agoFix encoding problems in citation labels by using docstring (not string) where approp...
Juergen Spitzmueller [Sat, 20 Jul 2013 14:05:52 +0000 (16:05 +0200)]
Fix encoding problems in citation labels by using docstring (not string) where appropriate

10 years agoFix logic error that led to bug #8777. I have no idea what I was
Richard Heck [Sat, 20 Jul 2013 13:56:34 +0000 (09:56 -0400)]
Fix logic error that led to bug #8777. I have no idea what I was
previously thinking.

10 years agoAdd Josh Hieronymous.
Richard Heck [Fri, 19 Jul 2013 13:46:46 +0000 (09:46 -0400)]
Add Josh Hieronymous.

10 years agoQuick workaround for detection of Qt/Mac using pkg-config
Jean-Marc Lasgouttes [Sun, 14 Jul 2013 18:27:52 +0000 (20:27 +0200)]
Quick workaround for detection of Qt/Mac using pkg-config

10 years agoTrivial fix: escape ampersands in file names before pushing to tab header (#8757)
Juergen Spitzmueller [Fri, 19 Jul 2013 13:55:56 +0000 (15:55 +0200)]
Trivial fix: escape ampersands in file names before pushing to tab header (#8757)

10 years agoUpdate system identifier in DOCTYPE of MathML-including exported XHTML.
Josh Hieronymus [Fri, 19 Jul 2013 11:31:16 +0000 (07:31 -0400)]
Update system identifier in DOCTYPE of MathML-including exported XHTML.
From Josh Hieronymous.

(cherry picked from commit 4f0c81937537ca3bf92097e266d367290d6419a9)

10 years agoFix state of certain language packages (polyglossia, japanese) in children (#8779)
Juergen Spitzmueller [Thu, 18 Jul 2013 07:26:56 +0000 (09:26 +0200)]
Fix state of certain language packages (polyglossia, japanese) in children (#8779)

10 years agoFix tests which were forgotten in c7cdac6561.
Georg Baum [Wed, 17 Jul 2013 19:08:03 +0000 (21:08 +0200)]
Fix tests which were forgotten in c7cdac6561.

10 years agoFix crash reported by Scott on the list. The test on latexname() was
Richard Heck [Wed, 17 Jul 2013 13:14:39 +0000 (09:14 -0400)]
Fix crash reported by Scott on the list. The test on latexname() was
obviously wrong. We want to know if we are in the same layout, and
that is not enough.

10 years agoFix toggling of 'misc' font options (bug #8764)
Juergen Spitzmueller [Wed, 17 Jul 2013 06:30:42 +0000 (08:30 +0200)]
Fix toggling of 'misc' font options (bug #8764)

10 years agoFix mis-spelling of "contirbutor".
Richard Heck [Tue, 16 Jul 2013 21:25:55 +0000 (17:25 -0400)]
Fix mis-spelling of "contirbutor".

10 years agoLaTeXFeatures.cpp: fix bug #8731
Uwe Stöhr [Tue, 16 Jul 2013 21:16:09 +0000 (23:16 +0200)]
LaTeXFeatures.cpp: fix bug #8731

- we must assure that the package mhchem is loaded before the package esint

10 years agoPreamble.cpp: fix bug #8723
Uwe Stöhr [Tue, 16 Jul 2013 21:07:46 +0000 (23:07 +0200)]
Preamble.cpp: fix bug #8723

10 years agoFix failing test caused by 89b2c54c00.
Georg Baum [Tue, 16 Jul 2013 20:53:25 +0000 (22:53 +0200)]
Fix failing test caused by 89b2c54c00.

Actually, the old reference was wrong, since it misparsed IPA short cuts as
spaces. I verified that the re-exported .tex is correct.

10 years agoPrevent zombie processes (#8774)
Scott Kostyshak [Tue, 16 Jul 2013 04:39:28 +0000 (00:39 -0400)]
Prevent zombie processes (#8774)

Using Systemcall::startscript() with Starttype::DontWait used to create
zombie processes, as nobody would collect them. This patch starts those
processes as detached, hence preventing them from becoming zombies.

In addition to #8774, this bug was also reported here:
https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1096666

Patch from Guy Rutenberg. For reference, see this email thread:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg180034.html

10 years agoia.po: translations for LyX 2.1 from Giovanni
Uwe Stöhr [Sun, 14 Jul 2013 22:39:51 +0000 (00:39 +0200)]
ia.po: translations for LyX 2.1 from Giovanni

10 years agoBack to development
Vincent van Ravesteijn [Sat, 13 Jul 2013 21:54:07 +0000 (23:54 +0200)]
Back to development

10 years agoThis is LyX 2.1.0beta1 2.1.0beta1
Vincent van Ravesteijn [Wed, 3 Jul 2013 21:40:58 +0000 (23:40 +0200)]
This is LyX 2.1.0beta1

10 years agoCmake build xvkbd: add xmu to the list of libraries to bind with.
Kornel Benko [Fri, 12 Jul 2013 09:21:13 +0000 (11:21 +0200)]
Cmake build xvkbd: add xmu to the list of libraries to bind with.
This is needed (because of DSO) on ubuntu 13.04.

10 years agoCmake build key tests: Omit the tests and creation of xvkbd command,
Kornel Benko [Thu, 4 Jul 2013 17:01:51 +0000 (19:01 +0200)]
Cmake build key tests: Omit the tests and creation of xvkbd command,
if not all needed libs or programs are available.
This error is now not fatal.

10 years agoFix Qt tools search when a Qt directory has been specified
Jean-Marc Lasgouttes [Tue, 9 Jul 2013 15:20:25 +0000 (17:20 +0200)]
Fix Qt tools search when a Qt directory has been specified

When --with-qt-dir has been specified, programs like "moc" in the Qt
directory are unlikely to have a qualified name like moc-qt4.
Therefore, such qualified names are only considered when the base
version has not been found.

10 years agoFix image pasting regression
Georg Baum [Sat, 13 Jul 2013 08:29:54 +0000 (10:29 +0200)]
Fix image pasting regression

I introduced a regression in c14b9e67 for pasting images:
If an image is on the clipboard both as PNG and HTML with just an url,
but no plain text, pasting would fail. The reason for this was that
text contents was detected (the HTML code), nd preferred, but actually
pasting it resulted in an empty string, since the HTML import could not
handle the url This error was not checked.
The solution is first to try text paste if both text and image content
is present, and then  try image paste if the text failed.

10 years agoFix problem with unbalanced braces in XeTeX output (bug #8765)
Juergen Spitzmueller [Fri, 12 Jul 2013 14:57:34 +0000 (16:57 +0200)]
Fix problem with unbalanced braces in XeTeX output (bug #8765)

10 years agoProperly nest ulem commands within other font changes
Juergen Spitzmueller [Thu, 11 Jul 2013 09:37:49 +0000 (11:37 +0200)]
Properly nest ulem commands within other font changes

This reverts the wrong fix to #8424 which caused #8733 and fixes both problems properly

10 years agoFix wrong space symbols (#8729)
Georg Baum [Sun, 7 Jul 2013 08:02:16 +0000 (10:02 +0200)]
Fix wrong space symbols (#8729)

The main part of the fix (unicodesymbols) is from Jürgen. This commit fixes
tree problems:
- \; etc. were also used in text mode, but are math only
- all of those glyphs need to be forced with utf8
- actually, \; etc. are not the correct macros, since the encoded spaces are
  breakable, but the math spaces are all protected. The sapce symbols are not
  defined in the utf8 encodings.

10 years agoFix Spanish tufte-{book,handout} bib paths
Scott Kostyshak [Mon, 24 Jun 2013 09:07:40 +0000 (05:07 -0400)]
Fix Spanish tufte-{book,handout} bib paths

10 years agoRELEASE-NOTES: substantive changes
Scott Kostyshak [Sat, 13 Jul 2013 19:45:48 +0000 (15:45 -0400)]
RELEASE-NOTES: substantive changes

- fix documentation of the --export-to option
- add that sciword.bind underwent significant changes

10 years agoRELEASE-NOTES: minor grammar and style changes
Scott Kostyshak [Sat, 13 Jul 2013 19:44:59 +0000 (15:44 -0400)]
RELEASE-NOTES: minor grammar and style changes

10 years agoFix pdf format conversion
Julien Rioux [Sat, 13 Jul 2013 14:12:04 +0000 (16:12 +0200)]
Fix pdf format conversion

When calling the default converter (convert) we pass the format on the
command line. In LyX we have various pdf, pdf2, pdf3, etc. formats all
representing PDF. We need to strip to trailing digit in the format string
otherwise the format is not understood by convert.

10 years agoFix JPEG format detection
Julien Rioux [Sat, 13 Jul 2013 14:10:27 +0000 (16:10 +0200)]
Fix JPEG format detection

Detect JPEG files using the magic number FF D8 (so-called SOI marker)
instead of the string JFIF, which does not appear in all JPEG files.

10 years agoFix inconsistent version in .lyx files (#7951)
Georg Baum [Sun, 7 Jul 2013 07:56:34 +0000 (09:56 +0200)]
Fix inconsistent version in .lyx files (#7951)

LyX, lyx2lyx and tex2lyx produce now all the same version indicator consisting
only of the major and minor version. It is not decided yet whether future
development versions will add a -dev suffix, but for 2.1.0 this change fixes
the inconsistencies.

10 years agoANNOUNCE: beta releases can be downloaded from ftp
Vincent van Ravesteijn [Sat, 13 Jul 2013 13:56:30 +0000 (15:56 +0200)]
ANNOUNCE: beta releases can be downloaded from ftp

10 years agoFix a typo
Juergen Spitzmueller [Mon, 8 Jul 2013 08:24:56 +0000 (10:24 +0200)]
Fix a typo

10 years agoUpdate RELEASE-NOTES
Vincent van Ravesteijn [Thu, 4 Jul 2013 19:34:21 +0000 (21:34 +0200)]
Update RELEASE-NOTES

10 years agoUpdate ANNOUNCE
Vincent van Ravesteijn [Thu, 4 Jul 2013 19:29:48 +0000 (21:29 +0200)]
Update ANNOUNCE

10 years agoFix beamer frame conversion
Juergen Spitzmueller [Thu, 4 Jul 2013 16:25:04 +0000 (18:25 +0200)]
Fix beamer frame conversion

11 years agoAdd introduction to cursor related classes, written by JMarc.
Pavel Sanda [Mon, 1 Jul 2013 16:52:06 +0000 (09:52 -0700)]
Add introduction to cursor related classes, written by JMarc.

11 years agoDocument the Bidi class a bit
Jean-Marc Lasgouttes [Fri, 28 Jun 2013 13:18:17 +0000 (15:18 +0200)]
Document the Bidi class a bit

This is from information given by the auther (Dekel Tsur).

11 years agoGerman UserGuide.lyx: fix a typo spotted by a user
Uwe Stöhr [Wed, 26 Jun 2013 21:20:01 +0000 (23:20 +0200)]
German UserGuide.lyx: fix a typo spotted by a user

11 years agoGerman UserGuide.lyx: fix a typo spotted by Stephan
Uwe Stöhr [Wed, 26 Jun 2013 21:11:29 +0000 (23:11 +0200)]
German UserGuide.lyx: fix a typo spotted by Stephan

11 years agoSpanish Additional.lyx: fix a wrong language tag
Uwe Stöhr [Tue, 25 Jun 2013 22:28:36 +0000 (00:28 +0200)]
Spanish Additional.lyx: fix a wrong language tag

11 years agoSpanish Additional.lyx: translations for LyX 2.1 from Ignacio
Uwe Stöhr [Tue, 25 Jun 2013 22:17:57 +0000 (00:17 +0200)]
Spanish Additional.lyx: translations for LyX 2.1 from Ignacio

11 years agoes.po: translation for LyX 2.1 from Ignacio
Uwe Stöhr [Tue, 25 Jun 2013 22:05:34 +0000 (00:05 +0200)]
es.po: translation for LyX 2.1 from Ignacio

11 years agocs.po - start 2.1 translations.
Pavel Sanda [Sat, 15 Jun 2013 22:59:41 +0000 (15:59 -0700)]
cs.po - start 2.1 translations.

11 years ago- cs.po fetch from branch.
Pavel Sanda [Sat, 15 Jun 2013 21:46:08 +0000 (14:46 -0700)]
- cs.po fetch from branch.

11 years agoFix bug #8746: Images have to have alt tags.
Richard Heck [Wed, 12 Jun 2013 21:24:59 +0000 (17:24 -0400)]
Fix bug #8746: Images have to have alt tags.

11 years agoSomehow forgot HTML tags for Paragraph and Subparagraph.
Richard Heck [Tue, 11 Jun 2013 18:29:32 +0000 (14:29 -0400)]
Somehow forgot HTML tags for Paragraph and Subparagraph.

Vincent, this is totally trivial and so should be fine.

11 years agoFix comment in configure.ac. This was causing a warning during
Richard Heck [Tue, 11 Jun 2013 15:05:31 +0000 (11:05 -0400)]
Fix comment in configure.ac. This was causing a warning during
configuration.

11 years agoes.po: translations for LyX 2.1 from Ignacio
Uwe Stöhr [Sat, 8 Jun 2013 14:19:09 +0000 (16:19 +0200)]
es.po: translations for LyX 2.1 from Ignacio

11 years agoAdditional.lyx: describe some more multicolumn features
Uwe Stöhr [Tue, 4 Jun 2013 23:10:10 +0000 (01:10 +0200)]
Additional.lyx: describe some more multicolumn features

11 years agodoc files: remove outdated files
Uwe Stöhr [Tue, 4 Jun 2013 21:04:55 +0000 (23:04 +0200)]
doc files: remove outdated files

- all files ware the last time updated before 2007 (they are probably even older) and do only lead to confusions because of outdated/wrong info

11 years agoSlovakian Userguide: remove completely outdated file
Uwe Stöhr [Tue, 4 Jun 2013 20:33:08 +0000 (22:33 +0200)]
Slovakian Userguide: remove completely outdated file

- this file described things from LyX 1.2 and also misses several chapters

11 years agoCustomization.lyx: correct latest layout format
Uwe Stöhr [Tue, 4 Jun 2013 20:21:06 +0000 (22:21 +0200)]
Customization.lyx: correct latest layout format

Merge branch 'master' of git.lyx.org:lyx

11 years agoUpdate tex2lyx testcases to latest fileformat
Vincent van Ravesteijn [Tue, 4 Jun 2013 18:27:24 +0000 (20:27 +0200)]
Update tex2lyx testcases to latest fileformat

11 years agoUpdate layouts to latest fileformat
Vincent van Ravesteijn [Tue, 4 Jun 2013 17:48:19 +0000 (19:48 +0200)]
Update layouts to latest fileformat

11 years agoUpdate format of lyxrc.default
Vincent van Ravesteijn [Tue, 4 Jun 2013 17:37:40 +0000 (19:37 +0200)]
Update format of lyxrc.default

No changes are necessary.