]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoGuiBibtex: Use appropriate title when using Biblatex
Juergen Spitzmueller [Sun, 10 Sep 2017 08:57:48 +0000 (10:57 +0200)]
GuiBibtex: Use appropriate title when using Biblatex

6 years agoUse default btprint value in the UI if none is given.
Juergen Spitzmueller [Sun, 10 Sep 2017 08:51:42 +0000 (10:51 +0200)]
Use default btprint value in the UI if none is given.

6 years agoDisallow newlines in biblatex options
Juergen Spitzmueller [Sun, 10 Sep 2017 08:05:10 +0000 (10:05 +0200)]
Disallow newlines in biblatex options

Fixes: #10757
6 years agobackport Win installer: record a package that LyX uses now for Japanese documents
Uwe Stöhr [Sat, 9 Sep 2017 23:58:06 +0000 (01:58 +0200)]
backport Win installer: record a package that LyX uses now for Japanese documents

6 years agobackport Japanese docs: add missing \origin tags
Uwe Stöhr [Sat, 9 Sep 2017 23:56:53 +0000 (01:56 +0200)]
backport Japanese docs: add missing \origin tags

- LyX cannot be compiled otherwise on Windows using CMake
- also correct version number and accept residues of change tracking

6 years agoUpdate it.po
Enrico Forestieri [Sat, 9 Sep 2017 11:05:22 +0000 (13:05 +0200)]
Update it.po

6 years agoRELEASE_NOTES: add some missing bits
Juergen Spitzmueller [Sat, 9 Sep 2017 08:50:09 +0000 (10:50 +0200)]
RELEASE_NOTES: add some missing bits

Also sort some entries.

6 years agode.po
Juergen Spitzmueller [Sat, 9 Sep 2017 07:13:31 +0000 (09:13 +0200)]
de.po

6 years agoReset default output format to default for Japanese docs.
Juergen Spitzmueller [Sat, 9 Sep 2017 07:03:57 +0000 (09:03 +0200)]
Reset default output format to default for Japanese docs.

Since we have a global default now, these local settings are not
necessary anymore.

6 years agoAdd default output format for pLaTeX
Juergen Spitzmueller [Sat, 9 Sep 2017 06:53:08 +0000 (08:53 +0200)]
Add default output format for pLaTeX

Fixes: #10747
6 years agoANNOUNCE: give information about the backup files
Scott Kostyshak [Fri, 8 Sep 2017 02:15:29 +0000 (22:15 -0400)]
ANNOUNCE: give information about the backup files

Many users are confused when the backup files are created after
saving with a new major LyX version.

Thanks to Richard.

6 years agode.po
Juergen Spitzmueller [Wed, 6 Sep 2017 16:17:55 +0000 (18:17 +0200)]
de.po

6 years agoMake the session zoom relative to the default zoom
Juergen Spitzmueller [Wed, 6 Sep 2017 16:11:31 +0000 (18:11 +0200)]
Make the session zoom relative to the default zoom

Also rename lyxrc.zoom to lyxrc.defaultZoom

Fixes: #10455
6 years agoConsider insets that are chars in InsetCollapsable::getNewLabel()
Juergen Spitzmueller [Wed, 6 Sep 2017 08:02:51 +0000 (10:02 +0200)]
Consider insets that are chars in InsetCollapsable::getNewLabel()

This fixes the display of closed ERTs, Indexes etc. when they contain
special chars, logos or quotation marks.

(Since quotation marks in ERTs are now insets, not chars anymore,
this also fixes a bug/regression of the display of babel shortcuts
such as "= in closed ERTs; hence I consider this fix necessary for 2.3.x)

6 years agoUpdate sk.po
Kornel Benko [Sun, 3 Sep 2017 18:17:49 +0000 (20:17 +0200)]
Update sk.po

6 years agode.po
Juergen Spitzmueller [Sun, 3 Sep 2017 07:07:11 +0000 (09:07 +0200)]
de.po

6 years ago Copy recent additions to EmbeddedObjects to localized files
jpc [Sat, 2 Sep 2017 20:44:14 +0000 (22:44 +0200)]
      Copy recent additions to EmbeddedObjects to localized files
          Translate French and remove CT in original file

6 years ago Update fr.po
jpc [Sat, 2 Sep 2017 20:02:08 +0000 (22:02 +0200)]
               Update fr.po

6 years ago Update acmart.layout following tickets #10722 & #10723
jpc [Fri, 1 Sep 2017 21:02:26 +0000 (23:02 +0200)]
     Update acmart.layout following tickets #10722 & #10723

6 years agoHonor trailing spaces in LabelString and friends
Jean-Marc Lasgouttes [Thu, 31 Aug 2017 10:03:54 +0000 (12:03 +0200)]
Honor trailing spaces in LabelString and friends

Remove the trimming operation on LabelString, LabelStringAppendix,
EndLabelString and LabelCounter. This trimming meant that quotes
strings were not preserved, which is wrong.

To preserve layouts, the Layout format has been updated to 64, so that
layout2layout can remove extra spaces on existing strings, which
ensures that behavior is unchanged for old layouts (courtesy of rgheck).

It is now possible to re-add spaces in label strings where it makes
sense.

Fixes bug #10723.

(cherry picked from commit 5c545573507bbf55f78c294188537c6aff959bc0)

6 years agoUpdate sk.po
Kornel Benko [Sat, 2 Sep 2017 11:01:00 +0000 (13:01 +0200)]
Update sk.po

6 years agode.po
Juergen Spitzmueller [Sat, 2 Sep 2017 07:23:13 +0000 (09:23 +0200)]
de.po

6 years agoSupport for Japanese BX classes, by K. Yokota
Juergen Spitzmueller [Sat, 2 Sep 2017 07:06:52 +0000 (09:06 +0200)]
Support for Japanese BX classes, by K. Yokota

Fixes: #10746
6 years agoAdd special chain for Modules with OutputFormat for pLaTeX (Japanese)
Juergen Spitzmueller [Fri, 1 Sep 2017 08:27:12 +0000 (10:27 +0200)]
Add special chain for Modules with OutputFormat for pLaTeX (Japanese)

Fixes: #8823
6 years agoWhen a row is shortened, reset its flushed() attribute.
Jean-Marc Lasgouttes [Thu, 31 Aug 2017 12:52:30 +0000 (14:52 +0200)]
When a row is shortened, reset its flushed() attribute.

Fixes bug #10699.

(cherry picked from commit 59e2c40564f441044d38f2082b8a038cc093c932)

6 years ago Add .gmo file
jpc [Thu, 31 Aug 2017 08:01:48 +0000 (10:01 +0200)]
    Add .gmo file

6 years ago Updates for Japanese documentation posted on po-updates@lyx.org
jpc [Thu, 31 Aug 2017 07:54:37 +0000 (09:54 +0200)]
    Updates for Japanese documentation posted on po-updates@lyx.org
        Translation status reflected in Changelog files

6 years agoja.po: translation update from Koji Yokota
Scott Kostyshak [Thu, 31 Aug 2017 05:11:05 +0000 (01:11 -0400)]
ja.po: translation update from Koji Yokota

I checked that the changes from 29378af4 are preserved.

6 years ago Update fr.po
jpc [Tue, 29 Aug 2017 16:08:25 +0000 (18:08 +0200)]
          Update fr.po

6 years agoFix Lexer::getLongString prefix pruning logic
Jean-Marc Lasgouttes [Wed, 23 Aug 2017 10:25:29 +0000 (12:25 +0200)]
Fix Lexer::getLongString prefix pruning logic

This fixes 3 bugs:
1/ only spaces are considered as part of the prefix
2/ leading tabs are removed unconditionally
3/ off-by-one error in the removal

The new intended behavior is:

1/ find the prefix (sequence of spaces and tabs) before the first
   line; remove this prefix from the line
2/ on the next lines, check whether they start with the same prefix,
  and if they do, strip this prefix

(cherry picked from commit 48f099d93ab179eef76594ced6b735aa912c03f6)

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).

(cherry picked from commit c874641e95b763a6d4691fb12fba893580f3018a)

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 ago Update French version of UserGuide (but section 6.5)
jpc [Sun, 27 Aug 2017 12:03:34 +0000 (14:03 +0200)]
 Update French version of UserGuide (but section 6.5)

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:41:49 +0000 (10:41 +0200)]
Update sk.po

6 years ago Update LyX version un UserGuide.lyx
jpc [Sun, 27 Aug 2017 08:16:53 +0000 (10:16 +0200)]
      Update LyX version un UserGuide.lyx

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 agoMention -shell-escape in release notes
Enrico Forestieri [Thu, 24 Aug 2017 08:16:18 +0000 (10:16 +0200)]
Mention -shell-escape in release notes

6 years agoMention pygmentize_command in release notes
Enrico Forestieri [Wed, 23 Aug 2017 09:13:44 +0000 (11:13 +0200)]
Mention pygmentize_command in release notes

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