]> git.lyx.org Git - features.git/log
features.git
9 years agoFrench translation for 2.1.3.
Richard Heck [Sat, 31 Jan 2015 16:40:37 +0000 (11:40 -0500)]
French translation for 2.1.3.

9 years agoSwedish translation for 2.1.3.
Richard Heck [Sat, 31 Jan 2015 16:39:59 +0000 (11:39 -0500)]
Swedish translation for 2.1.3.

9 years agoJapanese translation for 2.1.3, and a new translation of the Beamer
Richard Heck [Sat, 31 Jan 2015 16:38:36 +0000 (11:38 -0500)]
Japanese translation for 2.1.3, and a new translation of the Beamer
conference template.

9 years agoaastex.lyx: backport a fix from master
Uwe Stöhr [Thu, 22 Jan 2015 23:30:56 +0000 (00:30 +0100)]
aastex.lyx: backport a fix from master

The normal caption should be the standard \caption command.

9 years agoFix pasting insets into math (bug #9302)
Georg Baum [Wed, 21 Jan 2015 21:27:06 +0000 (22:27 +0100)]
Fix pasting insets into math (bug #9302)

The problem was that the conversion to plain text (which is used as an
intermediate step) requires for some insets a valid buffer pointer, but
insets in the cut stack do not have one. Now we use the same temp buffer
business as for copying to the external clipboard.

9 years agoupdate sk.po
Kornel Benko [Tue, 13 Jan 2015 17:19:53 +0000 (18:19 +0100)]
update sk.po

9 years agoRemerge strings.
Richard Heck [Tue, 13 Jan 2015 16:37:40 +0000 (11:37 -0500)]
Remerge strings.

9 years agoWhitespace.
Richard Heck [Tue, 13 Jan 2015 16:36:58 +0000 (11:36 -0500)]
Whitespace.

9 years agoinstaller: configure.nsh: better babel installation
Uwe Stöhr [Tue, 13 Jan 2015 00:28:07 +0000 (01:28 +0100)]
installer: configure.nsh: better babel installation

The former solution with installing all babel packages at once via a list fails if only a single package of the list is already installed. In this case none of the packages in the installation list will be installed. Therefore every package will be installed separately.

(The bug is already reported to MiKTeX and this workaround can be removed for LyX 2.1.4.))

9 years agoaastex.lyx: repair a broken figure float
Uwe Stöhr [Sun, 11 Jan 2015 02:40:05 +0000 (03:40 +0100)]
aastex.lyx: repair a broken figure float

9 years agoWork around MSVC warning
Georg Baum [Thu, 26 Jun 2014 19:05:40 +0000 (21:05 +0200)]
Work around MSVC warning

The statement
if (pos < from + lyxrc.completion_minlength)
triggers a signed vs. unsigned warning. I don't know why this happens, it
could be a MSVC bug, or related to LLP64 (windows) vs. LP64 (unix)
programming model, or the C++ standard might be ambigous in the section
defining the "usual arithmetic conversions". However, using a temporary
variable is safe and works on all compilers.

9 years agoWindows installer: backport recent changes from master
Uwe Stöhr [Fri, 9 Jan 2015 01:55:00 +0000 (02:55 +0100)]
Windows installer: backport recent changes from master

9 years agoinstaller/Packages.txt: remove unsupported and double entries
Uwe Stöhr [Thu, 8 Jan 2015 01:07:11 +0000 (02:07 +0100)]
installer/Packages.txt: remove unsupported and double entries

9 years agochkconfig.ltx: fix a typo
Uwe Stöhr [Thu, 8 Jan 2015 00:42:17 +0000 (01:42 +0100)]
chkconfig.ltx: fix a typo

9 years agoWin installer: LaTeX package list update
Uwe Stöhr [Thu, 8 Jan 2015 00:39:10 +0000 (01:39 +0100)]
Win installer: LaTeX package list update

- Packages.txt: add all available babel packages and update to latest list of packages supported by LyX
- chkconfig.ltx: remove an entry that was added only for the Win-installer

9 years agofr.po: translation updates from Jean-Pierre
Uwe Stöhr [Wed, 7 Jan 2015 01:33:49 +0000 (02:33 +0100)]
fr.po: translation updates from Jean-Pierre

9 years agoFrench documentation files: updates by Jean-Pierre
Uwe Stöhr [Wed, 7 Jan 2015 01:28:08 +0000 (02:28 +0100)]
French documentation files: updates by Jean-Pierre

9 years agoUpdate it.po
Enrico Forestieri [Tue, 6 Jan 2015 21:58:45 +0000 (22:58 +0100)]
Update it.po

9 years agoFix bug #9342: LaTeX build get stuck for unconventional path name
Enrico Forestieri [Tue, 6 Jan 2015 21:06:46 +0000 (22:06 +0100)]
Fix bug #9342: LaTeX build get stuck for unconventional path name

The reason being that the TEXINPUTS path list was not quoted on Windows.
This was no problem with spaces but some special characters are
interpreted by the shell and can cause problems. In this particular
case, the '&' character was being interpreted as a command separator.

9 years agoFix bug #9319: Problems with space inside math and textrm.
Enrico Forestieri [Tue, 6 Jan 2015 20:50:58 +0000 (21:50 +0100)]
Fix bug #9319: Problems with space inside math and textrm.

9 years agoFix bug #7970: space disappears from equation when reopening LyX file.
Enrico Forestieri [Tue, 6 Jan 2015 18:57:54 +0000 (19:57 +0100)]
Fix bug #7970: space disappears from equation when reopening LyX file.

9 years agoReimplement inset-select-all in a generic way
Jean-Marc Lasgouttes [Sun, 19 Oct 2014 18:43:17 +0000 (20:43 +0200)]
Reimplement inset-select-all in a generic way

There are 3 possible actions (in order)
* select current cell
* select all calls of inset
* select the inset from outside (in the containing inset)

C-a is now bound to inset-select-all

C-M-a is bound to the global "select all". The
reason for this change is that selecting an inset
is a more common operation that selecting an entire
document.

This patch is the result of discussion on #7727.

9 years agobackport of --with-util-dir option
Stephan Witt [Sun, 4 Jan 2015 13:39:11 +0000 (14:39 +0100)]
backport of --with-util-dir option

9 years agoFix multithreading crash (bug #9366)
Georg Baum [Mon, 5 Jan 2015 20:44:37 +0000 (21:44 +0100)]
Fix multithreading crash (bug #9366)

This minimal fix makes the crash go away on my machine. A much more complete
fix is in master (and will be futher extended), but for 2.1.x we'll do only
minimal changes.

9 years agode.po
Juergen Spitzmueller [Sun, 4 Jan 2015 18:46:02 +0000 (19:46 +0100)]
de.po

9 years agoupdate sk.po
Kornel Benko [Sun, 4 Jan 2015 18:23:58 +0000 (19:23 +0100)]
update sk.po

9 years agoRemerge strings.
Richard Heck [Sun, 4 Jan 2015 17:48:16 +0000 (12:48 -0500)]
Remerge strings.

9 years agoSmall fix to po update script.
Richard Heck [Sun, 4 Jan 2015 17:47:16 +0000 (12:47 -0500)]
Small fix to po update script.

9 years agode.po
Juergen Spitzmueller [Sun, 4 Jan 2015 17:11:46 +0000 (18:11 +0100)]
de.po

9 years agoFix aspectratio UI
Juergen Spitzmueller [Sun, 4 Jan 2015 09:05:42 +0000 (10:05 +0100)]
Fix aspectratio UI

Fixes: #9357
9 years agoFix parsing of verbatim options (bug #9113)
Georg Baum [Sat, 3 Jan 2015 19:51:02 +0000 (20:51 +0100)]
Fix parsing of verbatim options (bug #9113)

Parser::verbatimOption() did swallow backslashes previously. The similar code
in Parser::verbatim_item() was already correct.

9 years agoParse post command argument insets (bug #8473)
Georg Baum [Sat, 3 Jan 2015 17:14:20 +0000 (18:14 +0100)]
Parse post command argument insets (bug #8473)

This is now very easy with the new InsetArgument infrastructure.

9 years agoUse new argument inset code for environments
Georg Baum [Sat, 3 Jan 2015 17:00:13 +0000 (18:00 +0100)]
Use new argument inset code for environments

This removes another instance of the limitation solved by file format 446:
The order of optional and required arguments is not fixed anymore.

9 years agoSkip missing optional argument insets in tex2lyx
Georg Baum [Sat, 3 Jan 2015 16:59:20 +0000 (17:59 +0100)]
Skip missing optional argument insets in tex2lyx

Optional arguments are optional, so if one is missing, do not stop the parsing,
but continue with the next argument (it might be a required one).

9 years agoReduce caption hardcoding
Georg Baum [Sat, 3 Jan 2015 16:56:53 +0000 (17:56 +0100)]
Reduce caption hardcoding

Now we can handle all types of captions defined in layout files or modules.
This does also mean that \captionabove and \captionbelow are only recognized
in KOMA-classes and not always anymore, but this is correct, since these
captions would not work in other document classes anyway.

9 years agoRemove InsetArgument 999 workaround
Georg Baum [Sat, 3 Jan 2015 16:45:59 +0000 (17:45 +0100)]
Remove InsetArgument 999 workaround

Since we iterate through all arguments we can as well compute the correct id
directly.

9 years agoParse starred InsetLayout correctly
Georg Baum [Sat, 3 Jan 2015 16:39:20 +0000 (17:39 +0100)]
Parse starred InsetLayout correctly

Previously, an InsetLayout was not found if the LaTeX name was starred, e.g.
for "\caption*".

9 years agoFix misparsing of \textgreek without polyglossia
Georg Baum [Sat, 3 Jan 2015 16:27:22 +0000 (17:27 +0100)]
Fix misparsing of \textgreek without polyglossia

\textgreek was interpreted as the polyglossia version even if polyglossia
was not used. Now the symbols defined in unicodesymbols are detected correctly
and converted to unicode, while others are converted to ERT (bug #8553).

9 years agoParse tikzpicture env. correctly (bug #9011)
Georg Baum [Sat, 3 Jan 2015 16:21:14 +0000 (17:21 +0100)]
Parse tikzpicture env. correctly (bug #9011)

9 years agoHandle unknown table column specifiers (bug #9311)
Georg Baum [Sat, 3 Jan 2015 16:06:39 +0000 (17:06 +0100)]
Handle unknown table column specifiers (bug #9311)

Previously tex2lyx did ignore table columns if the column specifier was
unknown. This can lead to data loss, and now it does not ignore these columns,
but assumes that the column specifiers use only once character. This can still
lead to data loss, but less often.

9 years agoUpdate it.po
Enrico Forestieri [Thu, 1 Jan 2015 18:56:40 +0000 (19:56 +0100)]
Update it.po

9 years agoFix HTML output of \gg, \ll and \ne (bug #9372)
Georg Baum [Tue, 30 Dec 2014 12:39:52 +0000 (13:39 +0100)]
Fix HTML output of \gg, \ll and \ne (bug #9372)

The fix consists of three parts: The fix for \ll and \gg, the needed
infrastructure to assign HTML entities to global math macros, and the actual
fix for \ne and \neq.

9 years agode.po
Juergen Spitzmueller [Sat, 27 Dec 2014 16:45:21 +0000 (17:45 +0100)]
de.po

9 years agoDo not warn about changed modules when changing modules.
Juergen Spitzmueller [Sun, 21 Dec 2014 18:08:41 +0000 (19:08 +0100)]
Do not warn about changed modules when changing modules.

Part of #9356
Also fixes #9365

9 years agoDo not silently dismiss unapplied document changes when adding module
Juergen Spitzmueller [Sun, 21 Dec 2014 10:47:59 +0000 (11:47 +0100)]
Do not silently dismiss unapplied document changes when adding module

Part of #9356

9 years agoOutput package options before loading any package.
Juergen Spitzmueller [Sun, 21 Dec 2014 11:10:06 +0000 (12:10 +0100)]
Output package options before loading any package.

Fixes: #9355
9 years agoWhen switching classes, warn user about all unapplied document changes
Juergen Spitzmueller [Sun, 21 Dec 2014 10:49:08 +0000 (11:49 +0100)]
When switching classes, warn user about all unapplied document changes

Currently, this is limited to modules.

Part of #9356.

9 years agoRemerge strings.
Richard Heck [Sun, 21 Dec 2014 16:20:20 +0000 (11:20 -0500)]
Remerge strings.

9 years agoar.po: updates from Hatim
Uwe Stöhr [Mon, 15 Dec 2014 01:05:49 +0000 (02:05 +0100)]
ar.po: updates from Hatim

9 years agosk.po update
Kornel Benko [Tue, 9 Dec 2014 19:05:41 +0000 (20:05 +0100)]
sk.po update

9 years ago\\subfloat captions are moving arguments
Jean-Marc Lasgouttes [Thu, 4 Dec 2014 16:27:56 +0000 (17:27 +0100)]
\\subfloat captions are moving arguments

Therefore insets should be protected in these captions.

Fixes bug: #9346.

9 years agoUpdate the spec file template
Juergen Spitzmueller [Mon, 8 Dec 2014 12:15:06 +0000 (13:15 +0100)]
Update the spec file template

Patch by user aluchko in #9349

Fixes: #9349
9 years agoMissing status entry for commit 53436891f7
Jean-Marc Lasgouttes [Mon, 8 Dec 2014 13:57:43 +0000 (14:57 +0100)]
Missing status entry for commit 53436891f7

9 years agoAdd forgotten status entry
Juergen Spitzmueller [Mon, 8 Dec 2014 09:48:33 +0000 (10:48 +0100)]
Add forgotten status entry

9 years agoLet the Foot inset have a different Layout when inside a title
Jean-Marc Lasgouttes [Fri, 14 Nov 2014 13:53:11 +0000 (14:53 +0100)]
Let the Foot inset have a different Layout when inside a title

This allows to address two main issues
 * \thanks does only accept one paragraph, while \footnote allows several (ticket #2666)
 * footnotes in titling environments were not numbered on screen.

Moreover, the code reduces hardcoding of features, which is always a good thing.

There are several pieces in this commit:

 * new numbering type \fnsymbol for counters

 * the Foot inset changes its layoutName() to Foot:InTitle when inside a paragraph with InTitle property. This is set when running updateBuffer.

 * Foot:intitle uses the \thanks command, does not allow multiple paragraphs and marks its contents as moving argument.

 * The InsetLayouts for Foot now have properLaTeXName/Type, so that InsetFoot::latex can be removed; further code simplification is probably possible.

 * HTML preamble has been updated (thanks rgheck).

Fixes: #2666
9 years agoFix a couple of compiler warnings
Jean-Marc Lasgouttes [Wed, 3 Dec 2014 17:47:42 +0000 (18:47 +0100)]
Fix a couple of compiler warnings

9 years agode.po: Correct translation
Juergen Spitzmueller [Mon, 8 Dec 2014 07:01:06 +0000 (08:01 +0100)]
de.po: Correct translation

9 years agode.gmo
Juergen Spitzmueller [Sun, 7 Dec 2014 13:57:01 +0000 (14:57 +0100)]
de.gmo

9 years agode.po: update
Juergen Spitzmueller [Sun, 7 Dec 2014 13:40:56 +0000 (14:40 +0100)]
de.po: update

9 years agosk.po: update
Kornel Benko [Thu, 4 Dec 2014 11:50:32 +0000 (12:50 +0100)]
sk.po: update

9 years agode.po: update
Juergen Spitzmueller [Thu, 4 Dec 2014 08:47:41 +0000 (09:47 +0100)]
de.po: update

9 years agostatus.21x: fix a typo
Uwe Stöhr [Thu, 4 Dec 2014 00:15:18 +0000 (01:15 +0100)]
status.21x: fix a typo

9 years agostatus.21x: a writing style fix
Uwe Stöhr [Wed, 3 Dec 2014 23:50:27 +0000 (00:50 +0100)]
status.21x: a writing style fix

9 years agotex2lyx: backport support for relative sizes and glue lengths
Uwe Stöhr [Wed, 3 Dec 2014 23:48:27 +0000 (00:48 +0100)]
tex2lyx: backport support for relative sizes and glue lengths

9 years agotex2lyx/Preamble.cpp: add support for all \defskip lengths
Uwe Stöhr [Wed, 3 Dec 2014 23:41:51 +0000 (00:41 +0100)]
tex2lyx/Preamble.cpp: add support for all \defskip lengths

backports commit c2e0f223

9 years agotex2lyx/Preamble.cpp: remove unused code
Uwe Stöhr [Wed, 3 Dec 2014 23:36:00 +0000 (00:36 +0100)]
tex2lyx/Preamble.cpp: remove unused code

9 years agotex2lyx: support for the Libertine fonts
Uwe Stöhr [Wed, 3 Dec 2014 23:18:32 +0000 (00:18 +0100)]
tex2lyx: support for the Libertine fonts

9 years agomathed: infoize some messages
Uwe Stöhr [Wed, 3 Dec 2014 23:11:57 +0000 (00:11 +0100)]
mathed: infoize some messages

- fixes bug #1908

9 years agoIEEEtran templates: fix language package settings
Uwe Stöhr [Wed, 3 Dec 2014 23:05:37 +0000 (00:05 +0100)]
IEEEtran templates: fix language package settings

according to the IEEE writing guidelines one must not use babel otherwise one would violate the caption formatting rule; fixes bug #9350

9 years agoHonor paragraph parameters when converting chunk layouts.
Juergen Spitzmueller [Mon, 1 Dec 2014 11:35:46 +0000 (12:35 +0100)]
Honor paragraph parameters when converting chunk layouts.

Fixes: #9320.
9 years agoFix reverting of chunks insets to 2.0 format
Jean-Marc Lasgouttes [Thu, 27 Nov 2014 15:30:00 +0000 (16:30 +0100)]
Fix reverting of chunks insets to 2.0 format

When the chunk inset did not have an optional argument, the prefix of the chunk was omitted.

Fixes bug: #9343

9 years agoFix and simplify par params parsing in get_containing_layout.
Juergen Spitzmueller [Sat, 29 Nov 2014 09:54:05 +0000 (10:54 +0100)]
Fix and simplify par params parsing in get_containing_layout.

The previous version did not catch \align <alignment>.

9 years agoFix conversion of beamer block titles when the language is switched at the beginning...
Juergen Spitzmueller [Tue, 25 Nov 2014 16:47:14 +0000 (17:47 +0100)]
Fix conversion of beamer block titles when the language is switched at the beginning of the title

9 years agoUpdate it.po
Enrico Forestieri [Sun, 23 Nov 2014 01:53:28 +0000 (02:53 +0100)]
Update it.po

9 years agotex2lyx/TODO.txt: \=*{char} is already supported by tex2lyx
Uwe Stöhr [Sun, 23 Nov 2014 00:33:34 +0000 (01:33 +0100)]
tex2lyx/TODO.txt: \=*{char} is already supported by tex2lyx

9 years agotex2lyx/TODO.txt: the UGM fonts are already fully supported
Uwe Stöhr [Sat, 22 Nov 2014 23:40:30 +0000 (00:40 +0100)]
tex2lyx/TODO.txt: the UGM fonts are already fully supported

9 years agoFix memory error detected by valgrind
Georg Baum [Wed, 19 Nov 2014 19:42:04 +0000 (20:42 +0100)]
Fix memory error detected by valgrind

The assignment name = sub.str(1) reads from the first argument given to
regex_match(), but previously this was a temporary object which was already
out of scope. This did probably not matter much in practice, but invoked
undefined behaviour, and as we all know this is allowed ton format your hard
disk or kill to your cat, so better fix this.

9 years agoFix recursive math macro crash (bug #9140)
Georg Baum [Sun, 16 Nov 2014 08:37:29 +0000 (09:37 +0100)]
Fix recursive math macro crash (bug #9140)

This is different from bug #8999, since in this case a new macro instance is
created. You still get a TeX capacity exceeded error if you try to typeset the
exported document, but this is the same as for bug #8999 and better than a
crash.

9 years agotex2lyx: support for \item with opt arg in itemize environment
Uwe Stöhr [Sat, 15 Nov 2014 20:22:21 +0000 (21:22 +0100)]
tex2lyx: support for \item with opt arg in itemize environment

9 years agoMake the fix for bug 8999 actually work
Georg Baum [Fri, 14 Nov 2014 20:28:40 +0000 (21:28 +0100)]
Make the fix for bug 8999 actually work

This backports 1cdbb94f which was spotted by cppcheck.

9 years agoFix bug #7954 (now really)
Georg Baum [Fri, 14 Nov 2014 18:09:34 +0000 (19:09 +0100)]
Fix bug #7954 (now really)

Thanks to maciejr we know now what the remaining problem was with bug 7954:
My unicode symbol fallback works fine, the problem was that a font named
"Symbol" is available on OS X, but it does not use the font-specific encoding
we expect: Almost all glyphs are at their unicode code point.
Therefore the bug is fixed by re-enabling the unicode workaround and blocking
the Symbol font on OS X.

9 years ago#9317 add status entry
Stephan Witt [Thu, 13 Nov 2014 18:36:52 +0000 (19:36 +0100)]
#9317 add status entry

9 years ago#9317 add method cleanDuplicateEnvVars() to correct the broken environment with dupli...
Stephan Witt [Thu, 13 Nov 2014 18:13:40 +0000 (19:13 +0100)]
#9317 add method cleanDuplicateEnvVars() to correct the broken environment with duplicate PATH values passed by Yosemite's launchd(8)

9 years agoFix memory errors found by Alfredo with valgrind
Georg Baum [Wed, 12 Nov 2014 19:31:32 +0000 (20:31 +0100)]
Fix memory errors found by Alfredo with valgrind

BufferParams::setDocumentClass() deletes the old document class of the buffer
and creates a copy of the new one. Therefore, the stored layout pointers in
the paragraphs (actually only one paragraph exists) are dangling afterwards.
Resetting them before setting the document class helps here.
In the long term we need to get rid of BufferParams::setDocumentClass()
completely, this is very ugly.

9 years agotex2lyx/TODO.txt: backport info/update from master
Uwe Stöhr [Tue, 11 Nov 2014 00:23:20 +0000 (01:23 +0100)]
tex2lyx/TODO.txt: backport info/update from master

9 years agostatus.21x: style fixes
Uwe Stöhr [Mon, 10 Nov 2014 02:38:38 +0000 (03:38 +0100)]
status.21x: style fixes

9 years agoremerge po-files
Uwe Stöhr [Mon, 10 Nov 2014 02:18:13 +0000 (03:18 +0100)]
remerge po-files

- requested merge by Richard to merge big the Portugal translation update
- also update the de.po and the status.21x file

9 years agotex2lyx: backport new features from master
Uwe Stöhr [Mon, 10 Nov 2014 01:23:05 +0000 (02:23 +0100)]
tex2lyx: backport new features from master

- support for bibtopic, \nameref and 2 math fonts

9 years agoFix CAS computation of a selected subformula.
Enrico Forestieri [Sun, 9 Nov 2014 23:47:50 +0000 (00:47 +0100)]
Fix CAS computation of a selected subformula.

Invoking a computer algebra system program for computing a selected
subformula has never worked (checked with all LyX versions back to 1.3)
and, moreover, in the presence of a selection things go awry.
This commit allows this computation by replacing the selected
subformula with the result of the computation.

9 years agoFix issue with CAS.
Enrico Forestieri [Sun, 9 Nov 2014 20:33:53 +0000 (21:33 +0100)]
Fix issue with CAS.

See http://thread.gmane.org/gmane.editors.lyx.devel/153516
This regression was due to a thinko in [43f6b167/lyxgit].

9 years agoFix font declarations.
Juergen Spitzmueller [Sun, 9 Nov 2014 08:55:39 +0000 (09:55 +0100)]
Fix font declarations.

9 years agoInsetFootlike.cpp: disallow to use listings in foot-like insets
Uwe Stöhr [Wed, 5 Nov 2014 23:31:42 +0000 (00:31 +0100)]
InsetFootlike.cpp: disallow to use listings in foot-like insets

- fixes bug #9321 also for branch

9 years agoPDF-comment.lyx: new example file
Uwe Stöhr [Wed, 5 Nov 2014 23:19:22 +0000 (00:19 +0100)]
PDF-comment.lyx: new example file

- backport from master, fixes #9310

9 years agoFix wrong test: boolean variable is never negative
Jean-Marc Lasgouttes [Sat, 1 Nov 2014 15:02:34 +0000 (16:02 +0100)]
Fix wrong test: boolean variable is never negative

This has been spotted by clang++.

9 years agoRemerge strings.
Richard Heck [Wed, 5 Nov 2014 15:40:02 +0000 (10:40 -0500)]
Remerge strings.

9 years agosk.po: update
Kornel Benko [Wed, 5 Nov 2014 13:14:44 +0000 (14:14 +0100)]
sk.po: update

9 years agode.po: update
Juergen Spitzmueller [Wed, 5 Nov 2014 09:40:03 +0000 (10:40 +0100)]
de.po: update

9 years agopdfcomment.module: Tweaks by UWe and myself
Juergen Spitzmueller [Wed, 5 Nov 2014 09:28:37 +0000 (10:28 +0100)]
pdfcomment.module: Tweaks by UWe and myself

9 years agoFix bug 9300. We need manually to convert newlines to paragraph breaks.
Richard Heck [Mon, 3 Nov 2014 15:56:22 +0000 (10:56 -0500)]
Fix bug 9300. We need manually to convert newlines to paragraph breaks.

9 years agolyx2lyx: fix convert_chunks for empty chunk layouts
Juergen Spitzmueller [Wed, 15 Oct 2014 12:07:14 +0000 (14:07 +0200)]
lyx2lyx: fix convert_chunks for empty chunk layouts

Fixes: #9298