]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoSmall update to README
Jean-Marc Lasgouttes [Tue, 29 Aug 2017 10:15:25 +0000 (12:15 +0200)]
Small update to README

6 years agoMinor corrections
Juergen Spitzmueller [Tue, 29 Aug 2017 10:12:11 +0000 (12:12 +0200)]
Minor corrections

6 years agode/Customization: some bits more translation
Juergen Spitzmueller [Tue, 29 Aug 2017 10:11:32 +0000 (12:11 +0200)]
de/Customization: some bits more translation

6 years ago Copy new paragrpah in section C.2.2.1 in localized UserGuide files
jpc [Tue, 29 Aug 2017 09:48:07 +0000 (11:48 +0200)]
   Copy new paragrpah in section C.2.2.1 in localized UserGuide files
       Remove CT, translate in French file  and update Changelog

6 years agoMinor corrections I did while translating
Juergen Spitzmueller [Mon, 28 Aug 2017 13:35:13 +0000 (15:35 +0200)]
Minor corrections I did while translating

6 years agode/Customization: some more translation
Juergen Spitzmueller [Mon, 28 Aug 2017 13:34:36 +0000 (15:34 +0200)]
de/Customization: some more translation

6 years agoFix computation of string width when using a QTextLayout
Jean-Marc Lasgouttes [Mon, 28 Aug 2017 10:05:35 +0000 (12:05 +0200)]
Fix computation of string width when using a QTextLayout

It was not a good idea to rely on QTextLine::naturalTextWidth() to
compute a string width. The correct method is horizontalAdvance().

Also round the value to the nearest pixel, since this is what
QFontMetrics::width() does.

Fixes bug #10700 (and maybe others).

6 years agoEmbeddedObjects: More (minor) corrections to the Inkscape template decription.
Juergen Spitzmueller [Mon, 28 Aug 2017 06:41:57 +0000 (08:41 +0200)]
EmbeddedObjects: More (minor) corrections to the Inkscape template decription.

Includes German translation.

6 years agoImprove the svg2*tex.py scripts.
Juergen Spitzmueller [Mon, 28 Aug 2017 06:00:56 +0000 (08:00 +0200)]
Improve the svg2*tex.py scripts.

The inkscape command was hardcoded, but it seems that we need the full
patch on Windows. Therefore we check in configure.py if inkscape is
installed and pass the proper name (and possibly path) to the scripts.

Should address problems mentioned in #10679

6 years agode/EmbeddedObjects: add and translate the Inkscape modifications.
Juergen Spitzmueller [Sun, 27 Aug 2017 14:02:50 +0000 (16:02 +0200)]
de/EmbeddedObjects: add and translate the Inkscape modifications.

6 years agode/Customization.lyx: Some updates and translations.
Juergen Spitzmueller [Sun, 27 Aug 2017 13:34:16 +0000 (15:34 +0200)]
de/Customization.lyx: Some updates and translations.

Still lots to do. This document is utterly outdated.

6 years ago Copy new documentation of Insksscape external material
jpc [Sun, 27 Aug 2017 12:38:25 +0000 (14:38 +0200)]
  Copy new documentation of Insksscape external material
      in localized files and remove change tracking

6 years agoEmbeddedObjects: Clarify the aim of the Inkscape external template
Juergen Spitzmueller [Sun, 27 Aug 2017 08:50:01 +0000 (10:50 +0200)]
EmbeddedObjects: Clarify the aim of the Inkscape external template

This should clear some confusion about the input format of the template
(see #10679).

6 years agoUpdate sk.po
Kornel Benko [Sun, 27 Aug 2017 08:43:37 +0000 (10:43 +0200)]
Update sk.po

6 years agotypo in colored-boxes.lyx
Pavel Sanda [Sun, 27 Aug 2017 02:27:38 +0000 (04:27 +0200)]
typo in colored-boxes.lyx

6 years ago* cs.po
Pavel Sanda [Sun, 27 Aug 2017 02:25:43 +0000 (04:25 +0200)]
* cs.po

6 years agoRemerge cs.po
Pavel Sanda [Sun, 27 Aug 2017 01:30:39 +0000 (03:30 +0200)]
Remerge cs.po

6 years ago* layouttranslations: ja checked by Koji (devlist, Sat, 10 Jun 2017)
Pavel Sanda [Sun, 27 Aug 2017 01:06:51 +0000 (03:06 +0200)]
* layouttranslations: ja checked by Koji (devlist, Sat, 10 Jun 2017)

6 years agoAdd proper author info and license header to the inkscape.xtemplate related files
Juergen Spitzmueller [Sat, 26 Aug 2017 14:10:55 +0000 (16:10 +0200)]
Add proper author info and license header to the inkscape.xtemplate related files

6 years agode/EmbeddedObjects: minor spelling corrections.
Juergen Spitzmueller [Sat, 26 Aug 2017 14:10:17 +0000 (16:10 +0200)]
de/EmbeddedObjects: minor spelling corrections.

6 years agoUserGuide: Add some notes about keysym syntax
Juergen Spitzmueller [Sat, 26 Aug 2017 11:23:31 +0000 (13:23 +0200)]
UserGuide: Add some notes about keysym syntax

Fixes: #10745
6 years agoFix some oxygen icons
Juergen Spitzmueller [Sat, 26 Aug 2017 07:19:17 +0000 (09:19 +0200)]
Fix some oxygen icons

These had phantom elements that made them appear incorrectly in the info
insets.

6 years agoAmend ddf2c2a9d437a1d6d1079e837a71154bd844d304
Kornel Benko [Tue, 22 Aug 2017 06:41:39 +0000 (08:41 +0200)]
Amend ddf2c2a9d437a1d6d1079e837a71154bd844d304

6 years agoChange backticks to preferred $(...) syntax.
Richard Heck [Mon, 21 Aug 2017 21:25:15 +0000 (17:25 -0400)]
Change backticks to preferred $(...) syntax.

Replace A && B || C syntax with if-then-else. Apparently, this can
fail, even if B is "echo ...", if STDOUT is for some reason closed.
See https://github.com/koalaman/shellcheck/wiki/SC2015.

6 years agoFix some issues found by the shellcheck script, and move an old
Richard Heck [Mon, 21 Aug 2017 21:16:07 +0000 (17:16 -0400)]
Fix some issues found by the shellcheck script, and move an old
file to the attic.

6 years agoSet n:o digits in abbrev. hash in script that checks commit log.
Christian Ridderström [Sun, 20 Aug 2017 16:34:25 +0000 (18:34 +0200)]
Set n:o digits in abbrev. hash in script that checks commit log.

Expliclyt set n:o digits in abbrev. hash in script that checks the
commit log to make script behave the same way on different platforms.

Also improve help text.

6 years agoWindows only: A try to compile with LYX_CONSOLE again
Kornel Benko [Fri, 18 Aug 2017 10:07:03 +0000 (12:07 +0200)]
Windows only: A try to compile with LYX_CONSOLE again

The use of the value "FORCE" was wrong anyway, since LYX_CONSOLE
is of type "BOOL".

6 years agogenerate_manuals_for_web: switch to xhtml, and use a random userdir while exporting...
Tommaso Cucinotta [Fri, 18 Aug 2017 00:52:03 +0000 (02:52 +0200)]
generate_manuals_for_web: switch to xhtml, and use a random userdir while exporting, so no cached pic can be found.

6 years agoUpdate version in configure.ac
Kornel Benko [Thu, 17 Aug 2017 09:21:53 +0000 (11:21 +0200)]
Update version in configure.ac

6 years agoFix compilation of es/Additional.lyx with (xe|lua)latex using for system fonts
Kornel Benko [Thu, 17 Aug 2017 09:11:16 +0000 (11:11 +0200)]
Fix compilation of es/Additional.lyx with (xe|lua)latex using for system fonts

6 years agooops, git is playing games with me.
Pavel Sanda [Wed, 16 Aug 2017 23:24:44 +0000 (01:24 +0200)]
oops, git is playing games with me.

6 years agoPush Tommaso's script for publishing mans.
Pavel Sanda [Wed, 16 Aug 2017 23:14:56 +0000 (01:14 +0200)]
Push Tommaso's script for publishing mans.

6 years agoPush Tommaso script for manuals generation.
Pavel Sanda [Wed, 16 Aug 2017 22:10:15 +0000 (00:10 +0200)]
Push Tommaso script for manuals generation.

6 years agoWin installer: updates for beta 1
Uwe Stöhr [Tue, 15 Aug 2017 19:06:19 +0000 (21:06 +0200)]
Win installer: updates for beta 1

6 years agoBack to development
Scott Kostyshak [Mon, 14 Aug 2017 08:05:11 +0000 (04:05 -0400)]
Back to development

6 years agoThis is LyX 2.3.0beta1 2.3.0beta1
Scott Kostyshak [Mon, 14 Aug 2017 08:03:24 +0000 (04:03 -0400)]
This is LyX 2.3.0beta1

6 years agoUpdate a layout to 2.3.0beta1 format
Scott Kostyshak [Mon, 14 Aug 2017 06:31:25 +0000 (02:31 -0400)]
Update a layout to 2.3.0beta1 format

6 years agoUpdate docs to 2.3.0beta1 format
Scott Kostyshak [Mon, 14 Aug 2017 06:31:24 +0000 (02:31 -0400)]
Update docs to 2.3.0beta1 format

6 years agoNEWS: remove some uninformative items
Scott Kostyshak [Mon, 14 Aug 2017 06:18:21 +0000 (02:18 -0400)]
NEWS: remove some uninformative items

Noted by Pavel at

    https://www.mail-archive.com/search?l=mid&q=20170425002424.GC8883%40atrey.karlin.mff.cuni.cz

6 years agoANNOUNCE: https some URLs
Scott Kostyshak [Mon, 14 Aug 2017 06:11:09 +0000 (02:11 -0400)]
ANNOUNCE: https some URLs

Note that

    https://wiki.lyx.org/LyX/NewInLyX23

does not provide a secure connection so I did not change that one.

6 years agoUpdate the formats of lyxrc.dist.in to 22
Scott Kostyshak [Mon, 14 Aug 2017 06:02:57 +0000 (02:02 -0400)]
Update the formats of lyxrc.dist.in to 22

In the end, no changes were needed. This was decided by prefs2prefs
for MacOSX and cygwin, and by manual inspection for Win32.

6 years agoSet pre-release version as beta1
Scott Kostyshak [Mon, 14 Aug 2017 04:39:58 +0000 (00:39 -0400)]
Set pre-release version as beta1

6 years ago Add a warning about the change of class version
jpc [Sun, 13 Aug 2017 16:34:48 +0000 (18:34 +0200)]
 Add a warning about the change of class version

6 years agoAmend 7e121117bb3203
Juergen Spitzmueller [Sun, 13 Aug 2017 10:01:49 +0000 (12:01 +0200)]
Amend 7e121117bb3203

6 years agoVietnamese no longer requires any special handling.
Juergen Spitzmueller [Sun, 13 Aug 2017 09:53:41 +0000 (11:53 +0200)]
Vietnamese no longer requires any special handling.

It is a normal babel support package.

6 years agoBabel option for Vietnamese is called "vietnamese"
Juergen Spitzmueller [Sun, 13 Aug 2017 09:47:21 +0000 (11:47 +0200)]
Babel option for Vietnamese is called "vietnamese"

The renaming happened in 2013. Contrary to what is stated in the
babel-vietnamese manual, option "vietnam" does not work anymore.

Also, the special care is note needed anymore, since language options
are not hardcoded anymore in babel.

Fixes: #10743
6 years agoUpdate it.po
Enrico Forestieri [Sat, 12 Aug 2017 18:17:45 +0000 (20:17 +0200)]
Update it.po

6 years ago Proof checking of French Math.lyx fir 2.3
jpc [Sat, 12 Aug 2017 16:56:29 +0000 (18:56 +0200)]
   Proof checking of French Math.lyx fir 2.3

6 years agoRemove a sometimes blocked call to dispatch
Scott Kostyshak [Mon, 7 Aug 2017 05:54:55 +0000 (01:54 -0400)]
Remove a sometimes blocked call to dispatch

Dispatching LFUN_BUFFER_ZOOM inside of GuiView::restoreLayout() was
blocked in some cases because the function can be called without a
buffer (and the LFUN is marked as needing a buffer). Instead of
conditioning on a buffer, the call is removed because in testing it
does not appear why it is needed.

This commit removes the status message that is displayed if starting
LyX without opening a buffer:

    "Command not allowed without any document open"

See discussion at:

    https://www.mail-archive.com/search?l=mid&q=20170718084344.3kjmu7hzoyajt7vd%40steph

This commit amends 4183a9f4.

6 years agoCmake export tests: Ignore missing glyphs also for doc/(fr|es)/UserGuide
Kornel Benko [Sat, 12 Aug 2017 12:08:12 +0000 (14:08 +0200)]
Cmake export tests: Ignore missing glyphs also for doc/(fr|es)/UserGuide

6 years agoMythes: fix -Wsign-compare warning
Juergen Spitzmueller [Sat, 12 Aug 2017 08:43:21 +0000 (10:43 +0200)]
Mythes: fix -Wsign-compare warning

Will also urge to get this into upstream

6 years agoRemove sizeof applied to sizeof
Juergen Spitzmueller [Sat, 12 Aug 2017 08:31:19 +0000 (10:31 +0200)]
Remove sizeof applied to sizeof

Backported from upstream:
https://github.com/hunspell/mythes/commit/2e09086d89ce8e7e73376b92cf67c1798fc47b5f

6 years agoFix compilation order
Juergen Spitzmueller [Sat, 12 Aug 2017 08:22:45 +0000 (10:22 +0200)]
Fix compilation order

(This is the pedant in me)

6 years agoAdd missing break
Juergen Spitzmueller [Sat, 12 Aug 2017 07:55:06 +0000 (09:55 +0200)]
Add missing break

As correctly pointed out by gcc7.

6 years agoForgot this one.
Juergen Spitzmueller [Sat, 12 Aug 2017 07:24:01 +0000 (09:24 +0200)]
Forgot this one.

6 years agoMark some intentional fall-throughs (in a way understandable to gcc)
Juergen Spitzmueller [Sat, 12 Aug 2017 07:06:29 +0000 (09:06 +0200)]
Mark some intentional fall-throughs (in a way understandable to gcc)

This silences -Wimplicit-fallthrough warnings with gcc7.

(Re-Apply without the unintended commits)

6 years agoRevert "Mark some intentional fall-throughs (in a way understandable to gcc)"
Juergen Spitzmueller [Sat, 12 Aug 2017 07:04:23 +0000 (09:04 +0200)]
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"

This reverts commit 6dc1884d05ee0d51dd896c7b924fdec758ea3d8e.

6 years agoAnother (IMHO false) fall-through warning silenced
Juergen Spitzmueller [Sat, 12 Aug 2017 06:59:26 +0000 (08:59 +0200)]
Another (IMHO false) fall-through warning silenced

With a FIXME. The case should be checked.

6 years agoMark some intentional fall-throughs (in a way understandable to gcc)
Juergen Spitzmueller [Sat, 12 Aug 2017 06:57:02 +0000 (08:57 +0200)]
Mark some intentional fall-throughs (in a way understandable to gcc)

This silences -Wimplicit-fallthrough warnings with gcc7.

6 years ago Update French translation of FeynmanDiagrams manual
jpc [Fri, 11 Aug 2017 15:02:42 +0000 (17:02 +0200)]
     Update French translation of FeynmanDiagrams manual

6 years ago Update French translation of Linguistics manual
jpc [Fri, 11 Aug 2017 14:36:22 +0000 (16:36 +0200)]
    Update French translation of Linguistics manual

6 years ago Update fr.po
jpc [Fri, 11 Aug 2017 14:11:46 +0000 (16:11 +0200)]
     Update fr.po

6 years agode.po: new translations
Juergen Spitzmueller [Thu, 10 Aug 2017 10:18:06 +0000 (12:18 +0200)]
de.po: new translations

6 years agoRequire textquotedbl def with second language that has internal fontenc
Juergen Spitzmueller [Thu, 10 Aug 2017 09:47:52 +0000 (11:47 +0200)]
Require textquotedbl def with second language that has internal fontenc

Since these switch locally to encodings that do not define \textquotedbl
themselves.

6 years agoUpdate sk.po
Kornel Benko [Thu, 10 Aug 2017 06:11:09 +0000 (08:11 +0200)]
Update sk.po

6 years agoUse the OK/Apply paradigm for all document settings
Enrico Forestieri [Wed, 9 Aug 2017 23:32:23 +0000 (01:32 +0200)]
Use the OK/Apply paradigm for all document settings

Due to its peculiarity of not being saved in the document, the
shell escape setting was applied immediately without the need
for hitting the Apply or OK buttons. However, for uniformity
sake, it is better to adhere to the established paragdim of
confirming any changes before applying them.

6 years agoFix straight quote character in non-T1 encoding
Juergen Spitzmueller [Wed, 9 Aug 2017 15:25:02 +0000 (17:25 +0200)]
Fix straight quote character in non-T1 encoding

Fixes: #10584
6 years agoSort external templates locale-aware
Juergen Spitzmueller [Wed, 9 Aug 2017 14:09:50 +0000 (16:09 +0200)]
Sort external templates locale-aware

Fixes: #10738
6 years ago Publishable Japanese Additional.lyx file
jpc [Tue, 8 Aug 2017 14:33:30 +0000 (16:33 +0200)]
      Publishable Japanese Additional.lyx file

          after copy of new chages by Jürgen

6 years agoscripts/ext_copy.py: add option to copy directly to the document directory
José Matos [Tue, 8 Aug 2017 14:23:03 +0000 (15:23 +0100)]
scripts/ext_copy.py: add option to copy directly to the document directory

When this option is not given, as it happened before, the copier will create/use
a subdirectory in the target final directory

6 years agoAdapt the check for configure need to the one used in LyX::queryUserLyXDir()
Kornel Benko [Tue, 8 Aug 2017 10:23:15 +0000 (12:23 +0200)]
Adapt the check for configure need to the one used in LyX::queryUserLyXDir()

We should refactor the check

6 years ago Edit initial note to point out the recent upgrade of lettre.cls
jpc [Mon, 7 Aug 2017 21:34:19 +0000 (23:34 +0200)]
   Edit initial note to point out the recent upgrade of lettre.cls

6 years agoWin installer: check a package that LyX uses for instant preview
Uwe Stöhr [Sat, 5 Aug 2017 18:26:25 +0000 (20:26 +0200)]
Win installer: check a package that LyX uses for instant preview

6 years agoWin installer: check another package used now by LyX
Uwe Stöhr [Sat, 5 Aug 2017 17:33:29 +0000 (19:33 +0200)]
Win installer: check another package used now by LyX

6 years agoUserGuide.lyx: last step of accept and distribute more bibliography changes
Uwe Stöhr [Sat, 5 Aug 2017 17:32:31 +0000 (19:32 +0200)]
UserGuide.lyx: last step of accept and distribute more bibliography changes

6 years agoFix es.po issue causing broken LyXHTML export
Scott Kostyshak [Sat, 5 Aug 2017 02:12:15 +0000 (22:12 -0400)]
Fix es.po issue causing broken LyXHTML export

Because of a missing backslash, a layout label was not correct.
This caused display issues for the layout in the LyX GUI, but since
the label is not used in export to LaTeX, the ctests for LaTeX
export all passed. Luckily, our LyXHTML test (in particular, the
xmllint part) caught the failure because the lables are exported.

The GUI label now looks good and the following test passes:

    export/examples/es/linguistics_xhtml

6 years agoUserGuide.lyx: step 4 of accept and distribute more bibliography changes
Uwe Stöhr [Sat, 5 Aug 2017 01:21:07 +0000 (03:21 +0200)]
UserGuide.lyx: step 4 of accept and distribute more bibliography changes

6 years agocs.po typos, dunno how i did that.
Pavel Sanda [Fri, 4 Aug 2017 22:14:25 +0000 (00:14 +0200)]
cs.po typos, dunno how i did that.

6 years ago* cs.po
Pavel Sanda [Fri, 4 Aug 2017 22:06:59 +0000 (00:06 +0200)]
* cs.po

6 years agodoc files: accept some leftovers from change tracking
Uwe Stöhr [Fri, 4 Aug 2017 21:36:01 +0000 (23:36 +0200)]
doc files: accept some leftovers from change tracking

6 years agoDrop unmaintained translations (50% threshold).
Pavel Sanda [Fri, 4 Aug 2017 20:08:23 +0000 (22:08 +0200)]
Drop unmaintained translations (50% threshold).

6 years ago* RELEASE-NOTES glitch
Pavel Sanda [Fri, 4 Aug 2017 20:07:51 +0000 (22:07 +0200)]
* RELEASE-NOTES glitch

6 years ago Update of localized versions of Customization manual
jpc [Fri, 4 Aug 2017 15:14:54 +0000 (17:14 +0200)]
     Update of localized versions of Customization manual
         Rename and update of Changelog file

6 years agoAmend d6285d5, copy & paste error, urrrrg
Kornel Benko [Fri, 4 Aug 2017 14:16:08 +0000 (16:16 +0200)]
Amend d6285d5, copy & paste error, urrrrg

6 years agoFor cmake case try to use the newly built .gmo files first.
Kornel Benko [Fri, 4 Aug 2017 14:06:32 +0000 (16:06 +0200)]
For cmake case try to use the newly built .gmo files first.

6 years agokeytests: Allow for checking multiple log files
Kornel Benko [Fri, 4 Aug 2017 09:56:19 +0000 (11:56 +0200)]
keytests: Allow for checking multiple log files

Handle name may be arbitrary string mathing '[A-Za-z0-9]*'.
This is then used by appending to the commands for the control file.
For instance select 'Alpha' as handle for the control file 'abc'
'COAlpha: abc' ==> open 'abc' for write
'CCAlpha:' ==> close 'abc'

6 years ago Publishable version of es/Additional (no change tracking)
jpc [Fri, 4 Aug 2017 07:32:46 +0000 (09:32 +0200)]
   Publishable version of es/Additional (no change tracking)

6 years ago Publishable version of fr/Additional.lyx
jpc [Fri, 4 Aug 2017 07:19:48 +0000 (09:19 +0200)]
   Publishable version of fr/Additional.lyx
       New file collecting what to be translated in localized version of Additional
       A couple of typos in Additional.lyx

6 years agoUserGuide.lyx: step 3 of accept and distribute more bibliography changes
Uwe Stöhr [Thu, 3 Aug 2017 23:20:11 +0000 (01:20 +0200)]
UserGuide.lyx: step 3 of accept and distribute more bibliography changes

6 years agoSmall tweak for 64bit Cygwin
Enrico Forestieri [Thu, 3 Aug 2017 13:56:41 +0000 (15:56 +0200)]
Small tweak for 64bit Cygwin

Don't specify the main entry point because on 64bit Cygwin the leading
underscore is missing and that is the default entry anyway.

6 years agoWas also forgetting this
Enrico Forestieri [Thu, 3 Aug 2017 13:07:41 +0000 (15:07 +0200)]
Was also forgetting this

6 years agoWas forgetting the icon
Enrico Forestieri [Thu, 3 Aug 2017 13:05:10 +0000 (15:05 +0200)]
Was forgetting the icon

6 years agoUpdate sk.po
Kornel Benko [Thu, 3 Aug 2017 11:33:47 +0000 (13:33 +0200)]
Update sk.po

6 years agoThe shell escape patch
Enrico Forestieri [Thu, 3 Aug 2017 11:07:41 +0000 (13:07 +0200)]
The shell escape patch

Allow a LaTeX backend to run external commands after user confirmation.
This is a per document and per machine setting. The authorization has
to be given through the document settings pane, but is not recorded in
the document itself. Moving the document to either another computer or
another directory on the same computer revokes the authorization.
This can also be done by right clicking the red icon that appears in
the status bar when a document is marked as one requiring shell escape.
The patch also checks whether the user has added the -shell-escape
option to a LaTeX converter and nags the user to remove the option
(which would be used for all documents) in favor of the (per document)
support offered by LyX.

6 years ago Update fr.po
jpc [Thu, 3 Aug 2017 09:35:42 +0000 (11:35 +0200)]
   Update fr.po

6 years agoUserGuide.lyx: step 2 of accept and distribute more bibliography changes
Uwe Stöhr [Wed, 2 Aug 2017 23:13:08 +0000 (01:13 +0200)]
UserGuide.lyx: step 2 of accept and distribute more bibliography changes

6 years agoSince boost dir may not exist anymore, use the lyx-src dir for out-of-source build...
Kornel Benko [Wed, 2 Aug 2017 16:44:32 +0000 (18:44 +0200)]
Since boost dir may not exist anymore, use the lyx-src dir for out-of-source build detection

6 years ago* cs.po
Pavel Sanda [Wed, 2 Aug 2017 11:21:44 +0000 (13:21 +0200)]
* cs.po

6 years agoUserGuide.lyx: accept and distribute more bibliography changes
Uwe Stöhr [Tue, 1 Aug 2017 23:48:23 +0000 (01:48 +0200)]
UserGuide.lyx: accept and distribute more bibliography changes

6 years agoes.po: some more translations
Uwe Stöhr [Tue, 1 Aug 2017 22:30:56 +0000 (00:30 +0200)]
es.po: some more translations