]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoFix problem with chunk lyx2lyx conversion spotted by Scott.
Richard Heck [Mon, 3 Jun 2013 17:01:39 +0000 (13:01 -0400)]
Fix problem with chunk lyx2lyx conversion spotted by Scott.

We assume chunks come at us in a certain form. If not, then
we cannot handle the conversion. In that case, we just leave
the chunks as they were and they will appear as unknown layouts.

11 years agoMake sure numeric conversions are not locale dependent
Vincent van Ravesteijn [Mon, 3 Jun 2013 15:58:06 +0000 (17:58 +0200)]
Make sure numeric conversions are not locale dependent

In [19024f72\lyxgit] this line was removed. Later this caused that floats were converted to strings using ','s instead of '.'s. Readding this line fixes this.

11 years agoRevert part of "Pass the encoding to the japanese pLaTeX processor (#4697)."
Vincent van Ravesteijn [Mon, 3 Jun 2013 15:39:54 +0000 (17:39 +0200)]
Revert part of "Pass the encoding to the japanese pLaTeX processor (#4697)."

See ticket #8408 for the reason why this is reverted.

This reverts part of commit 0bff66b8a5a8a289dfb36bfb339e9586b3a02d51.

11 years agoAdd some more m4 macro files for gettext
Jean-Marc Lasgouttes [Mon, 3 Jun 2013 13:33:34 +0000 (15:33 +0200)]
Add some more m4 macro files for gettext

11 years agoUpdate chunk handling to use new inset
Jean-Marc Lasgouttes [Fri, 31 May 2013 09:29:11 +0000 (11:29 +0200)]
Update chunk handling to use new inset

At the same time, rename parse_noweb to parse_chunk.

11 years agoRemove years forgotten files.
Pavel Sanda [Mon, 3 Jun 2013 07:10:26 +0000 (00:10 -0700)]
Remove years forgotten files.

http://marc.info/?l=lyx-devel&m=136956959518828&w=2
http://marc.info/?l=lyx-devel&m=120506622513617&w=2

11 years ago* sk.po
Kornel Benko [Mon, 3 Jun 2013 07:57:03 +0000 (09:57 +0200)]
* sk.po

11 years agoFix Indonesian User Guide bib paths
Scott Kostyshak [Mon, 3 Jun 2013 06:26:43 +0000 (02:26 -0400)]
Fix Indonesian User Guide bib paths

11 years agotypo
Juergen Spitzmueller [Mon, 3 Jun 2013 06:17:44 +0000 (08:17 +0200)]
typo

11 years agoPrefsUi: Remove unneeded widths
Vincent van Ravesteijn [Sun, 2 Jun 2013 21:30:06 +0000 (23:30 +0200)]
PrefsUi: Remove unneeded widths

11 years agoCustomization.lyx: last step of merging/updating
Uwe Stöhr [Sun, 2 Jun 2013 18:24:02 +0000 (20:24 +0200)]
Customization.lyx: last step of merging/updating

11 years agoCustomization.lyx: second step of merging/updating
Uwe Stöhr [Sun, 2 Jun 2013 17:12:51 +0000 (19:12 +0200)]
Customization.lyx: second step of merging/updating

11 years agocmake: Make really sure, also the first po-file will be
Kornel Benko [Sun, 2 Jun 2013 15:52:40 +0000 (17:52 +0200)]
cmake: Make really sure, also the first po-file will be
processed, if it is not "ALL"
We cannot overwrite tha params given to a macro. Instead
use an own variable.

11 years agoINSTALL.Win32: correct a path
Uwe Stöhr [Sun, 2 Jun 2013 15:14:42 +0000 (17:14 +0200)]
INSTALL.Win32: correct a path

11 years agoINSTALL.Win32: updates for lyX 2.1
Uwe Stöhr [Sun, 2 Jun 2013 15:00:16 +0000 (17:00 +0200)]
INSTALL.Win32: updates for lyX 2.1

- fix a link and ad info for the installer
- add the 3 required DLLs for the installer

11 years agoInitialize initial_value_.
Richard Heck [Sun, 2 Jun 2013 13:40:44 +0000 (09:40 -0400)]
Initialize initial_value_.

11 years agoFix language code for Traditional Chinese
Vincent van Ravesteijn [Sun, 2 Jun 2013 13:31:16 +0000 (15:31 +0200)]
Fix language code for Traditional Chinese

11 years agoCorrectly find the gmo files in build dir
Vincent van Ravesteijn [Sun, 2 Jun 2013 13:11:37 +0000 (15:11 +0200)]
Correctly find the gmo files in build dir

The path to the lyx binary is either <build_dir>/bin (CMake) or
<build_dir>/src (autotools). This means the po directory can be found one
directory up.

11 years agoCMake: Make sure the first po file is also processed
Vincent van Ravesteijn [Sun, 2 Jun 2013 13:07:50 +0000 (15:07 +0200)]
CMake: Make sure the first po file is also processed

11 years agomodernCV.lyx: don't require the latest modernCV version to compile
Uwe Stöhr [Sun, 2 Jun 2013 12:31:33 +0000 (14:31 +0200)]
modernCV.lyx: don't require the latest modernCV version to compile

11 years agoMath.lyx: fix potential whitespace issue in preamble
Uwe Stöhr [Sun, 2 Jun 2013 12:20:26 +0000 (14:20 +0200)]
Math.lyx: fix potential whitespace issue in preamble

- the same as in the thesis template

11 years agobeamerposter example: document the use of multiple columns within a block
Juergen Spitzmueller [Sun, 2 Jun 2013 11:21:34 +0000 (13:21 +0200)]
beamerposter example: document the use of multiple columns within a block

11 years agoBump RC format for commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614
Juergen Spitzmueller [Sun, 2 Jun 2013 10:06:01 +0000 (12:06 +0200)]
Bump RC format for commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614

11 years agocmake: Use provided gmo-files if platform lacks python or gettext tools.
Kornel Benko [Sun, 2 Jun 2013 09:38:27 +0000 (11:38 +0200)]
cmake: Use provided gmo-files if platform lacks python or gettext tools.
Running lyx from the build-directory now searches for the gmo-files
first in the build dir and then in source dir

11 years agoAdded .gmo-files to sources
Kornel Benko [Sun, 2 Jun 2013 09:34:15 +0000 (11:34 +0200)]
Added .gmo-files to sources

11 years agoThesis template: fix whitespace issue in preambles
Scott Kostyshak [Sat, 1 Jun 2013 14:10:40 +0000 (10:10 -0400)]
Thesis template: fix whitespace issue in preambles

11 years agode.po: correct a string
Uwe Stöhr [Sun, 2 Jun 2013 03:07:59 +0000 (05:07 +0200)]
de.po: correct a string

11 years agoCustomization.lyx: first step of merging/updating
Uwe Stöhr [Sun, 2 Jun 2013 03:07:10 +0000 (05:07 +0200)]
Customization.lyx: first step of merging/updating

11 years agoUse counter for new chunk insets, and set it to 2 in knitr and
Richard Heck [Sat, 1 Jun 2013 21:42:36 +0000 (17:42 -0400)]
Use counter for new chunk insets, and set it to 2 in knitr and
sweave modules.

11 years agoIntroduce InitialValue tag for counters. Fixes bug #8707.
Richard Heck [Sat, 1 Jun 2013 21:42:08 +0000 (17:42 -0400)]
Introduce InitialValue tag for counters. Fixes bug #8707.

11 years agoAdditional.lyx: update description for multiple columns (step 2/2)
Uwe Stöhr [Sat, 1 Jun 2013 16:16:01 +0000 (18:16 +0200)]
Additional.lyx: update description for multiple columns (step 2/2)

11 years agoAdditional.lyx: update description for multiple columns
Uwe Stöhr [Sat, 1 Jun 2013 15:58:30 +0000 (17:58 +0200)]
Additional.lyx: update description for multiple columns

11 years agode.po: fix an entry
Uwe Stöhr [Sat, 1 Jun 2013 15:58:02 +0000 (17:58 +0200)]
de.po: fix an entry

11 years ago* sk.po
Kornel Benko [Sat, 1 Jun 2013 15:20:47 +0000 (17:20 +0200)]
* sk.po

11 years agoImplement option to set a global default output format for dics with non-tex fonts...
Juergen Spitzmueller [Sat, 1 Jun 2013 14:58:34 +0000 (16:58 +0200)]
Implement option to set a global default output format for dics with non-tex fonts (#8706)

11 years agochkconfig.ltx: makecmds is required by any usage of polyglossia
Uwe Stöhr [Sat, 1 Jun 2013 13:47:37 +0000 (15:47 +0200)]
chkconfig.ltx: makecmds is required by any usage of polyglossia

11 years agoAdd a beamerposter example file
Juergen Spitzmueller [Sat, 1 Jun 2013 10:50:17 +0000 (12:50 +0200)]
Add a beamerposter example file

11 years agoTypo.
Juergen Spitzmueller [Sat, 1 Jun 2013 08:26:03 +0000 (10:26 +0200)]
Typo.

11 years agoRemove ugly multiple definition hack (Georg)
Kornel Benko [Sat, 1 Jun 2013 07:42:36 +0000 (09:42 +0200)]
Remove ugly multiple definition hack (Georg)
Enable APPLE again for test_layouts (Missed in commit ...48d3518d6d)

11 years agono need to deploy gettext library anymore
Stephan Witt [Fri, 31 May 2013 20:27:59 +0000 (22:27 +0200)]
no need to deploy gettext library anymore

11 years agoRemove ugly multiple definition hack
Georg Baum [Fri, 31 May 2013 20:07:14 +0000 (22:07 +0200)]
Remove ugly multiple definition hack

Since 00387b2a38a1d5 it is possible to construct a dummy Messages object
which does not translate at all. With the old gettext implementation, a
Messages object without a defined language would have used a language from
an environment variable. Therefore, the duplicate definition of _() is no
longer needed. This gettext removal was really a good idea!

11 years agoAnother missing m4 file
Jean-Marc Lasgouttes [Fri, 31 May 2013 16:49:11 +0000 (18:49 +0200)]
Another missing m4 file

11 years agoRe-add m4 support file that is needed for po/ directory
Jean-Marc Lasgouttes [Fri, 31 May 2013 16:32:55 +0000 (18:32 +0200)]
Re-add m4 support file that is needed for po/ directory

11 years agoRe-introduce linebreak after caption, as in LyX 1.6 (#8514)
Juergen Spitzmueller [Fri, 31 May 2013 14:20:00 +0000 (16:20 +0200)]
Re-introduce linebreak after caption, as in LyX 1.6 (#8514)

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Fri, 31 May 2013 12:32:05 +0000 (14:32 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoSpanish UserGuide: translations from Ignacio
Uwe Stöhr [Fri, 31 May 2013 12:31:48 +0000 (14:31 +0200)]
Spanish UserGuide: translations from Ignacio

- and a typo in the English version spotted by Ignacio

11 years agoWindows compilation fix
Juergen Spitzmueller [Fri, 31 May 2013 12:27:39 +0000 (14:27 +0200)]
Windows compilation fix

11 years agoFix crash at startup for tex2ylx and lyxclient
Jean-Marc Lasgouttes [Fri, 31 May 2013 09:57:50 +0000 (11:57 +0200)]
Fix crash at startup for tex2ylx and lyxclient

This is done by handling explicitly a dummy Message object, where no parsing of mo file is attempted. This avoids in turn that the lyxerr object is used during initialization of a global dummy Message object.

11 years agotex2lyx does not use LYXERR, but basic cerr stream
Jean-Marc Lasgouttes [Fri, 31 May 2013 09:37:55 +0000 (11:37 +0200)]
tex2lyx does not use LYXERR, but basic cerr stream

11 years ago* sk.po
Kornel Benko [Fri, 31 May 2013 09:36:50 +0000 (11:36 +0200)]
* sk.po

11 years agode.po
Juergen Spitzmueller [Fri, 31 May 2013 09:08:12 +0000 (11:08 +0200)]
de.po

11 years agorevert unintended commit
Juergen Spitzmueller [Fri, 31 May 2013 09:07:48 +0000 (11:07 +0200)]
revert unintended commit

11 years agoCorrectly categorize new layouts
Juergen Spitzmueller [Fri, 31 May 2013 09:00:39 +0000 (11:00 +0200)]
Correctly categorize new layouts

11 years agoSmall UI polishment
Juergen Spitzmueller [Fri, 31 May 2013 08:45:21 +0000 (10:45 +0200)]
Small UI polishment

11 years agosciword.bind update (fix #8364)
Scott Kostyshak [Sat, 25 May 2013 01:48:30 +0000 (21:48 -0400)]
sciword.bind update (fix #8364)

- added bindings for 'math-delim' as a workaround
    for US keyboards with Windows
- added bindings for 'word-left' and 'word-right'
- added two more sets of bindings for 'math-subscript'
    and 'math-superscript'
- corrected some greek letter bindings
- insert is bound to 'math-mode'
- changed 'screen-recenter' binding to C-j
- added various other bindings

Thanks to Michael Stepner for many of the fixes and testing.

11 years agoadd toFilesystemEncoding for --binary-dir argument
Stephan Witt [Fri, 31 May 2013 07:00:28 +0000 (09:00 +0200)]
add toFilesystemEncoding for --binary-dir argument

11 years agoinstaller: further preparation
Uwe Stöhr [Fri, 31 May 2013 02:33:25 +0000 (04:33 +0200)]
installer: further preparation

11 years agoinstaller: prepare for a LyX 2.1beta release
Uwe Stöhr [Fri, 31 May 2013 02:27:08 +0000 (04:27 +0200)]
installer: prepare for a LyX 2.1beta release

11 years agoPackage.cpp: correctly quote configure call
Uwe Stöhr [Fri, 31 May 2013 02:23:40 +0000 (04:23 +0200)]
Package.cpp: correctly quote configure call

- fixes bug #8711

11 years agocsv2lyx.py: update for fileformat 413 (LyX 2.0.x)
Uwe Stöhr [Fri, 31 May 2013 00:02:28 +0000 (02:02 +0200)]
csv2lyx.py: update for fileformat 413 (LyX 2.0.x)

11 years agoDevelopment.lyx: some format fixes
Uwe Stöhr [Thu, 30 May 2013 21:20:09 +0000 (23:20 +0200)]
Development.lyx: some format fixes

- fix line breaks and a some  microtypography tuning

11 years agoReally update the files that create/install .mo files
Jean-Marc Lasgouttes [Tue, 14 May 2013 19:59:07 +0000 (21:59 +0200)]
Really update the files that create/install .mo files

Update po.m4 and the makefile machinery in po/ to use code from gettext 0.18.2.

11 years agoRead the right .gmo files when running in place
Jean-Marc Lasgouttes [Tue, 14 May 2013 14:35:34 +0000 (16:35 +0200)]
Read the right .gmo files when running in place

With gettext, we have been forced to install .mo files at the right place in order to read them. Now that we have our code, the situation changes.

* Add new method Package::messages_file(code), when returns the right path, depending on whether we are running in place.
* In Messages class use that intead of the existing one.

11 years agoCMake: Remove libintl
Vincent van Ravesteijn [Sun, 12 May 2013 13:43:22 +0000 (15:43 +0200)]
CMake: Remove libintl

11 years agoGet rid of all traces of libintl.
Jean-Marc Lasgouttes [Fri, 10 May 2013 22:15:57 +0000 (00:15 +0200)]
Get rid of all traces of libintl.

This requires to re-add some tests in configure.ac.

Note that the code to generate a Makefile in po/ has been kept.

11 years agoImplement native reading of mo files.
Jean-Marc Lasgouttes [Wed, 8 May 2013 16:50:38 +0000 (18:50 +0200)]
Implement native reading of mo files.

Get the default language by a mix of QLocale and LyXRC::gui_language

Known limitations:
   * encoding is supposed to be UTF-8 (the charset parameter is checked);
   * context is not handled (implemented differently in LyX);
   * plural forms not implemented (not used for now in LyX);.
   * tThe byte endianness of the machine on which the .mo file have been
     built is expected to be the same as the one of the machine where this
     code is run.

11 years ago* sk.po
Kornel Benko [Thu, 30 May 2013 18:29:19 +0000 (20:29 +0200)]
* sk.po

11 years agoPort postats.py from branch 2.0.x
Vincent van Ravesteijn [Thu, 30 May 2013 18:09:26 +0000 (20:09 +0200)]
Port postats.py from branch 2.0.x

11 years agoCustomization.lyx: remove unnecessary tables and some updates
Uwe Stöhr [Thu, 30 May 2013 17:44:07 +0000 (19:44 +0200)]
Customization.lyx: remove unnecessary tables and some updates

- remove the tables I once used to order all possible "Requires" features
- update the list with possible "Requires" features
- some style fixes here and there

11 years agopowerdot.layout: fix a typo spotted by Siegfried
Uwe Stöhr [Thu, 30 May 2013 17:28:29 +0000 (19:28 +0200)]
powerdot.layout: fix a typo spotted by Siegfried

11 years agoFrench UserGuide.lyx: translations from Jean-Pierre and Siegfried
Uwe Stöhr [Thu, 30 May 2013 17:12:19 +0000 (19:12 +0200)]
French UserGuide.lyx: translations from Jean-Pierre and Siegfried

11 years agofr.po: translations for LyX 2.1beta from Jean-Pierre
Uwe Stöhr [Thu, 30 May 2013 16:55:59 +0000 (18:55 +0200)]
fr.po: translations for LyX 2.1beta from Jean-Pierre

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Thu, 30 May 2013 16:15:57 +0000 (18:15 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoLaTeXFeatures.cpp: add rsphrase
Uwe Stöhr [Thu, 30 May 2013 16:15:44 +0000 (18:15 +0200)]
LaTeXFeatures.cpp: add rsphrase

- also modify the rsphrase.module
- correct naming scheme for the bicaption.module

11 years agoRevert "version.h: tex2lyx can have the same actual fileformat"
Richard Heck [Thu, 30 May 2013 16:10:27 +0000 (12:10 -0400)]
Revert "version.h: tex2lyx can have the same actual fileformat"

This reverts commit ca66e175c9705045793ba3cc2ba95909e5ef5a93.

11 years agoLaTeXFeatures.cpp: add multicol and shapepar
Uwe Stöhr [Thu, 30 May 2013 15:55:21 +0000 (17:55 +0200)]
LaTeXFeatures.cpp: add multicol and shapepar

11 years agoversion.h: tex2lyx can have the same actual fileformat
Uwe Stöhr [Thu, 30 May 2013 15:40:29 +0000 (17:40 +0200)]
version.h: tex2lyx can have the same actual fileformat

(nothing has been changed that requires the action of tex2lyx)

11 years agoupdate support for multicolumns
Uwe Stöhr [Thu, 30 May 2013 15:17:34 +0000 (17:17 +0200)]
update support for multicolumns

- Additional.lyx: update description and convert some TeX code to the multicolumn inset
- multicol.module: restore the preamble settings that was accidentally removed bin the previous commit

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Thu, 30 May 2013 14:45:51 +0000 (16:45 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agomulticol.module: style refinements by Jürgen
Uwe Stöhr [Thu, 30 May 2013 14:45:32 +0000 (16:45 +0200)]
multicol.module: style refinements by Jürgen

- fixes bug #8568

11 years agoFORMAT file for last commit.
Richard Heck [Thu, 30 May 2013 14:29:38 +0000 (10:29 -0400)]
FORMAT file for last commit.

Also took the opportunity to update my email address.

11 years agoPatch to convert Sweave chunk paragraphs to insets (bug #8588). Work
Richard Heck [Thu, 30 May 2013 13:12:48 +0000 (09:12 -0400)]
Patch to convert Sweave chunk paragraphs to insets (bug #8588). Work
by Liviu (C++) and Richard (Python).

11 years agoFix bug #8506: Output all references when asked to do so.
Richard Heck [Thu, 30 May 2013 14:00:02 +0000 (10:00 -0400)]
Fix bug #8506: Output all references when asked to do so.

11 years agoFix Basque User Guide bib paths
Scott Kostyshak [Wed, 29 May 2013 06:58:05 +0000 (02:58 -0400)]
Fix Basque User Guide bib paths

11 years agoFix typo of journal name in aa_sample.lyx, aa.lyx
Scott Kostyshak [Wed, 29 May 2013 06:53:38 +0000 (02:53 -0400)]
Fix typo of journal name in aa_sample.lyx, aa.lyx

11 years agoDo not load xeCJK when mot running XeTeX (resolve critical xeCJK error)
Juergen Spitzmueller [Wed, 29 May 2013 06:06:15 +0000 (08:06 +0200)]
Do not load xeCJK when mot running XeTeX (resolve critical xeCJK error)

11 years agomoderncv.layout: support the command \social
Uwe Stöhr [Tue, 28 May 2013 23:11:14 +0000 (01:11 +0200)]
moderncv.layout: support the command \social

- \social can be used for social network addresses in the address block

11 years agoaastex.layout: cleanup the file
Uwe Stöhr [Tue, 28 May 2013 22:20:53 +0000 (00:20 +0200)]
aastex.layout: cleanup the file

- rearrange the style definitions in the order they should appear
- remove the hackish ordering

11 years agoexamples: update format of some example files
Uwe Stöhr [Tue, 28 May 2013 22:14:54 +0000 (00:14 +0200)]
examples: update format of some example files

11 years agosupport to set Tibetan as document language
Uwe Stöhr [Tue, 28 May 2013 21:40:17 +0000 (23:40 +0200)]
support to set Tibetan as document language

- polyglossia supports http://en.wikipedia.org/wiki/Standard_Tibetan so we can support it too
- fileformat change

11 years agoEnumerate isn't always defined when the case stuff is included.
Richard Heck [Tue, 28 May 2013 17:31:56 +0000 (13:31 -0400)]
Enumerate isn't always defined when the case stuff is included.

11 years agoFix some double layout deletions (part of #8619)
Juergen Spitzmueller [Tue, 28 May 2013 17:07:52 +0000 (19:07 +0200)]
Fix some double layout deletions (part of #8619)

11 years agoFix logic of new InsetFlex::updateBuffer() routine from a9614f1.
Richard Heck [Tue, 28 May 2013 13:41:44 +0000 (09:41 -0400)]
Fix logic of new InsetFlex::updateBuffer() routine from a9614f1.

11 years ago* sk.po
Kornel Benko [Tue, 28 May 2013 09:49:11 +0000 (11:49 +0200)]
* sk.po

11 years agoAttempt to fix #8702
Juergen Spitzmueller [Tue, 28 May 2013 09:45:42 +0000 (11:45 +0200)]
Attempt to fix #8702

11 years agoWe already allowed a counter declaraton for flex insets. We just
Richard Heck [Thu, 23 May 2013 20:36:59 +0000 (16:36 -0400)]
We already allowed a counter declaraton for flex insets. We just
didn't do anything with it. So let's do something with it.

Fixes bug #8470.

11 years agoChinese Intro and Tutorial.lyx: make files compilable wit XeTeX
Uwe Stöhr [Mon, 27 May 2013 22:03:33 +0000 (00:03 +0200)]
Chinese Intro and Tutorial.lyx: make files compilable wit XeTeX

- both files: remove \CJKindent which prevented the compilation with XeTeX, load the xeCJK package which is necessary to get text lines broken at the page margin
Both files are still compilable with pdfTeX because then xeCJk does simply nothing.
- Intro: replace TeX code by its LyX inset and alsoremove unnecessary document class option "cjk"

11 years agoAdd formats and converters for cropped PDF/EPS
Vincent van Ravesteijn [Thu, 23 May 2013 13:04:12 +0000 (15:04 +0200)]
Add formats and converters for cropped PDF/EPS

With LyX configured in this way, the user would only need to:

File > New from Template > EPS.lyx (or PDF-cropped.lyx):
- insert a math inset and type in an equation, or create whatever
  content LaTeX can handle,
- view/export to cropped EPS/PDF.

This would allow for LyX to act as a "generator for includable graphics" (equations, commented graphics, etc).

This fixes bug #7839.

11 years agoAdd FIXME
Juergen Spitzmueller [Mon, 27 May 2013 16:48:46 +0000 (18:48 +0200)]
Add FIXME

11 years agoUpdate our documentation to mention git instead of svn.
Jean-Marc Lasgouttes [Mon, 27 May 2013 16:13:09 +0000 (18:13 +0200)]
Update our documentation to mention git instead of svn.

Note that some mentions of svn remain in
* development/cmake/LyxPackaging.cmake
* development/LyX-Mac-binary-release.sh
* development/Win32/packaging/installer/settings.nsh