Jean-Marc Lasgouttes
1570604063
Work around annoying boost-related compiler warning
2013-02-28 15:41:56 +01:00
Uwe Stöhr
77986ff3fd
German Tutorial.lyx: some corrections and translations
...
- also a fix for the other languages
2013-02-24 01:59:33 +01:00
Uwe Stöhr
f0d15676ba
Tutorial.lyx: fix typos and other issues spotted by John Hudson
...
- additionally fix some formatting and add some info
2013-02-23 20:42:10 +01:00
Georg Baum
2a7971eb6e
status for last commit
2013-02-23 14:56:53 +01:00
Georg Baum
a53dd33474
Fix lyx2lyx for layout files with umlauts
...
lyx2lyx died with UnicodeDecodeError: 'ascii' codec can't decode byte if a
layout with a non-ASCII character in the file name was used, since the
textclass member of the LyX class was of type str, and not unicode.
2013-02-23 14:54:57 +01:00
Uwe Stöhr
c05f819ce8
Math.lyx: 2 updates
...
- the column limit for decorated matrices does no longer exists
- add a note for \sideset
- formatting adjustments
2013-02-23 05:42:35 +01:00
Pavel Sanda
26dca66f85
Revert commit 215042720c
.
...
Breaks elsewhere.
2013-02-22 16:13:12 -08:00
Pavel Sanda
215042720c
Fix broken installation (typo, already fixed in 1e44661fa0
).
...
https://bugs.gentoo.org/show_bug.cgi?id=458692
2013-02-22 14:38:26 -08:00
Jean-Marc Lasgouttes
46aa8f32ec
Fix confusing behavior in search when changing directions (bug 8543)
2013-02-22 18:16:04 +01:00
Uwe Stöhr
1b9150e673
status.20x: mention a fixed bug
2013-02-22 01:51:39 +01:00
Richard Heck
0735ac84e2
Don't convert --- and -- to entities in XHTML listings output.
...
Fixes bug #8561 .
(cherry picked from commit c4bed8dbe8
)
2013-02-21 18:14:06 -05:00
Richard Heck
f6f4a8ddf8
Do not try to load or copy included files when we are in a comment
...
or doing a dryrun. We skipped some of this before, but not all of it,
which led to bug #8557 .
2013-02-21 11:54:59 -05:00
Kornel Benko
fa4cbf9fb4
* sk.po
2013-02-17 11:49:02 +01:00
Kornel Benko
3650ed7a9d
Cmake build: Make it compilable again (Add check for HAVE_UNSETENV)
2013-02-17 11:47:23 +01:00
Juergen Spitzmueller
0c6ec4b18d
de.po: update
2013-02-17 11:22:18 +01:00
Scott Kostyshak
6d3a784baf
Add knitr and lilypond to Help > Specific Manuals
2013-02-16 18:56:21 -05:00
Uwe Stöhr
e996c65319
tex2lyx/TODO.txt: update for branch
...
- there is nothing to do for \xymatrix and feyn.sty. - our example files containing these features work correctly in a roundtrip
2013-02-16 22:42:36 +01:00
Uwe Stöhr
a67cd78556
xypic.lyx: update description of spacings
...
- also update all web links and squash all LaTeX warnings
2013-02-16 21:48:12 +01:00
Uwe Stöhr
f82b17f2e2
xypic.lyx: many formatting fixes
...
- fixes all occurrences (there were many of them) of the LyX console warnings
"unusual contents found: [formula equation [grid [row [cell [xymatrix [grid [row..."
when the document is opened
- style and formattig fixes for consistency
2013-02-16 19:33:01 +01:00
Uwe Stöhr
6b03804c68
xypic.lyx: use a default font except a special one is available
...
- also add our documentation preamble disclaimer
2013-02-16 18:17:01 +01:00
Uwe Stöhr
186d955e86
status.20x: add missing entry for fix of bug #8391
...
(fixedinbranch: http://www.lyx.org/trac/changeset/fcb49729/lyxgit )
- also some formatting fixes
2013-02-16 02:05:04 +01:00
Uwe Stöhr
5619574000
status.20x: add missing entry for fix of bug #6389
...
(fixedinbranch: http://www.lyx.org/trac/changeset/51cc0a9b8/lyxgit )
2013-02-16 02:00:18 +01:00
Uwe Stöhr
cae6397b69
GuiTabular.cpp: fix bug #8285 for branch
...
fixes:
- LyX uses for a decimal alignment a multicolumn and having for a cell a multicolumn _and_ a multirow is invalid LaTeX. Therefore do not allow to set table cells to this in the dialog.
- It was impossible to unset a decimal alignment via the context menu or toolbar button.
2013-02-16 01:44:02 +01:00
Jean-Marc Lasgouttes
d2ea4aaebb
Fix bug #8537 : LyX creates the environment variable LC_ALL
...
The current code is not able to unset an environment variable, only to set it to an empty value. This patch refactors a bit the Message class and uses a new EnvChanger helper class that allows to change temporarily an environment variable and that is able to unset variables if needed.
The patch also adds new functions hasEnv and unsetEnv in environment.cpp.
Open issues:
* there may be systems where unsetenv is not available and putenv("name=") does not do the right thing;
* unsetenv may lead to leaks on some platforms.
* when using unsetenv, we may need to remove strings from the internal map that setEnv uses.
2013-02-15 18:23:48 +01:00
Scott Kostyshak
688d280da6
status.20x: add fix for editor combo boxes ( #8237 )
2013-02-12 03:42:22 -05:00
Scott Kostyshak
a27900e3ff
LyXRC: escape existing quote characters in 'cmd'
...
(cherry picked from commit a4a836916b
)
2013-02-12 01:21:33 -05:00
Scott Kostyshak
72b86d895c
LyXRC: allow space in {editor,viewer}_alternatives
...
(cherry picked from commit 010f64735f
)
2013-02-12 01:21:32 -05:00
Scott Kostyshak
247b7f3569
Fix editor and viewer combo boxes in prefs ( #8237 )
...
(cherry picked from commit 47e9848783
)
2013-02-12 01:21:29 -05:00
Uwe Stöhr
d36965c55c
tex2lyx/TODO.txt: update todo list
...
listings support was added for branch by [09e2b217/lyxgit]
2013-02-11 12:16:57 +01:00
Richard Heck
5e9ea6f315
Fix really silly logic error. This should make prettyref-based
...
files work better when converted to refstyle.
(cherry picked from commit 1b7d812e51
)
2013-02-07 09:33:41 -05:00
Uwe Stöhr
0b6a9cc876
IEEEtran.lyx: fix typos
...
- IEEEtran.layout: fix a whitespace
2013-02-07 02:15:01 +01:00
Uwe Stöhr
febf69a0e2
IEEEtran.lyx: typos and a clarification
2013-02-07 01:08:56 +01:00
Jean-Marc Lasgouttes
720784b811
Make sure that inset-forall does not skip insets
...
This could happen with
inset-forall Note:Note char-delete-forward
when there where consecutive note insets.
2013-02-06 10:35:41 +01:00
Jean-Marc Lasgouttes
0bcef7f874
Consider deleted text when inserting quote inset.
...
This bug was reported against the ubuntu build:
https://bugs.launchpad.net/bugs/1100046
Additionally, some extra code for avoiding double undo entries has
been removed, since this is handled by grouped undo now.
2013-02-06 10:24:09 +01:00
Uwe Stöhr
421053c60c
German and Japanese Intro.lyx: fix a link
2013-02-06 01:48:15 +01:00
Uwe Stöhr
65be4017fa
Intro.lyx: style fixes by John Hudson
2013-02-06 01:35:06 +01:00
Uwe Stöhr
859b2cbb0b
German Math.lyx: some missing translations
2013-02-06 01:31:55 +01:00
Richard Heck
4eb2d71110
Fix TeX crash involving URLs. Patch from Martin Vermeer.
...
(cherry picked from commit c9b9501f7d
)
2013-02-05 10:02:55 -05:00
Uwe Stöhr
cd20635e81
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
2013-02-05 01:55:56 +01:00
Uwe Stöhr
9b697fa447
French Intro.lyx: a typo, spotted by a user
2013-02-03 16:57:30 +01:00
Uwe Stöhr
caa1387dce
modernCV.lyx: add important compilation notes
...
- thanks to Jürgen, I could now resolve the bug why the compilation of modernCV failed for certain themes
- moderncv.layout: a whitespace fix
2013-01-29 00:17:35 +01:00
Juergen Spitzmueller
a2021f117e
fr.po: update from Jean-Pierre
2013-01-28 11:56:20 +01:00
Kornel Benko
4f320ea2f6
* sk.po
2013-01-27 13:46:29 +01:00
Juergen Spitzmueller
c5f077c70f
de.po: update
2013-01-27 13:07:57 +01:00
Uwe Stöhr
261f494dcf
modernCV.lyx: correct sign of a vspace
2013-01-27 05:28:45 +01:00
Uwe Stöhr
171445fe53
moderncv.layout: section some styles
2013-01-27 05:22:36 +01:00
Uwe Stöhr
f9e06bdfe3
europecv.layout: whitespace and categorization
...
- additionally fix 2 formatting issues
No new styles or compatibility changes!
2013-01-26 17:31:21 +01:00
Uwe Stöhr
fb180204ba
Revert "modernCV: complete revision of layout and example"
...
This reverts commit 58f6767e2c
.
- additionally add the new requirement "suffix.sty"
2013-01-26 17:27:42 +01:00
Uwe Stöhr
cfaa029722
EmbeddedObjects.lyx: cleanup
...
- use standard bullets
- formatting fixes and reduction of ERT
2013-01-26 03:45:09 +01:00
Uwe Stöhr
873d5ebc27
chkconfig.ltx: remove check for cbgreek
...
- we would need to check for a font but this doesn't work in branch. To Thus the current check is senseless because it will always fail, see #8522 . Therefore I revert its addition to keep branch clean.
Note the check for wasy in branch shows the same problematic but it is there for ages.
2013-01-23 23:24:53 +01:00