The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 878a86ff468b017979e6205823857c301546cddf
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Jun 28 15:18:17 2013 +0200

    Document the Bidi class a bit
    
    This is from information given by the auther (Dekel Tsur).

diff --git a/src/Bidi.h b/src/Bidi.h
index dfa779a..c406a7a 100644
--- a/src/Bidi.h
+++ b/src/Bidi.h
@@ -35,19 +35,27 @@ public:
        ///
        bool isBoundary(Buffer const &, Paragraph const & par,
                                pos_type pos, Font const & font) const;
-       ///
+       /** Maps positions in the visual string to positions
+        *  in logical string.
+        */
        pos_type log2vis(pos_type pos) const;
        /** Maps positions in the logical string to positions
         *  in visual string.
         */
        pos_type vis2log(pos_type pos) const;
-       ///
+       /* 
+        * The text direction at logical position \param pos.
+        * Possible values are
+        *  0: left-to-right text
+        *  1: right-to-left text
+        *  2: left-to-right text in right-to-left language (aka numbers)
+        */
        pos_type level(pos_type pos) const;
-       ///
+       /// Is logical position covered by this row?
        bool inRange(pos_type pos) const;
-       /// same_direction?
+       /// Is the whole row in the same direction as the paragraph?
        bool same_direction() const;
-       ///
+       /// Compute the data for visual positions. 
        void computeTables(Paragraph const & par,
                           Buffer const &, Row const & row);
 private:

commit ef4018f68e5050ee547c99a0667ae27a666afd6f
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Wed Jun 26 23:20:01 2013 +0200

    German UserGuide.lyx: fix a typo spotted by a user

diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index 6ecb9d9..9f0b2ad 100644
--- a/lib/doc/de/UserGuide.lyx
+++ b/lib/doc/de/UserGuide.lyx
@@ -29354,7 +29354,7 @@ Nomenclature
 \end_inset
 
 .
- Sie ihn im LaTeX-Vorspann mit dieser Zeile ändern:
+ Sie können den Namen im LaTeX-Vorspann mit dieser Zeile ändern:
 \end_layout
 
 \begin_layout Standard

commit e44e0aef6a96382ed82b55256a4959850edc6400
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Wed Jun 26 23:11:29 2013 +0200

    German UserGuide.lyx: fix a typo spotted by Stephan

diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index f16f8af..6ecb9d9 100644
--- a/lib/doc/de/UserGuide.lyx
+++ b/lib/doc/de/UserGuide.lyx
@@ -313,7 +313,7 @@ en Knöpfen.
 \end_layout
 
 \begin_layout Standard
-Es gibt keinen vertikalen Rollbalken.
+Es gibt keinen horizontalen Rollbalken.
  Dies ist kein Fehler, sondern Absicht.
  Wenn man ein Buch liest, erwartet man, dass die Zeilen am Rand umgebrochen
  werden.

-----------------------------------------------------------------------

Summary of changes:
 ABOUT-NLS                                          | 1101 -
 CMakeLists.txt                                     |   37 +-
 INSTALL                                            |    3 -
 INSTALL.Win32                                      |   41 +-
 INSTALL.cmake                                      |    1 -
 Makefile.am                                        |    4 +-
 README.Cygwin                                      |   10 +-
 README.localization                                |   20 +-
 configure.ac                                       |   31 +-
 development/FORMAT                                 |   51 +-
 development/LyX-Mac-binary-release.sh              |    2 +-
 development/Makefile.am                            |    1 -
 development/Win32/packaging/installer/Console.dll  |  Bin 0 -> 6144 bytes
 .../Win32/packaging/installer/FindProcDLL.dll      |  Bin 0 -> 31744 bytes
 development/Win32/packaging/installer/InetLoad.dll |  Bin 0 -> 16384 bytes
 .../Win32/packaging/installer/include/init.nsh     |  133 +-
 .../Win32/packaging/installer/setup/configure.nsh  |   19 +-
 .../Win32/packaging/installer/setup/uninstall.nsh  |   15 +-
 development/attic/gettext.patch                    |  144 -
 development/cmake/TODO.txt                         |    1 -
 development/cmake/config.h.cmake                   |   35 -
 development/cmake/modules/FindLibintl.cmake        |   49 -
 development/cmake/modules/FindLyXGettext.cmake     |    6 +-
 intl/CMakeLists.txt                                |   68 -
 intl/ChangeLog                                     |    4 -
 intl/Makefile.in                                   |  562 -
 intl/VERSION                                       |    1 -
 intl/bindtextdom.c                                 |  357 -
 intl/config.charset                                |  640 -
 intl/dcgettext.c                                   |   56 -
 intl/dcigettext.c                                  | 1654 -
 intl/dcngettext.c                                  |   57 -
 intl/dgettext.c                                    |   58 -
 intl/dngettext.c                                   |   59 -
 intl/eval-plural.h                                 |  108 -
 intl/explodename.c                                 |  133 -
 intl/export.h                                      |    6 -
 intl/finddomain.c                                  |  208 -
 intl/gettext.c                                     |   63 -
 intl/gettextP.h                                    |  247 -
 intl/gmo.h                                         |  149 -
 intl/hash-string.c                                 |   51 -
 intl/hash-string.h                                 |   36 -
 intl/intl-compat.c                                 |  133 -
 intl/intl-exports.c                                |   36 -
 intl/l10nflist.c                                   |  400 -
 intl/langprefs.c                                   |  130 -
 intl/libgnuintl.h.cmake                            |  406 -
 intl/libgnuintl.h.in                               |  419 -
 intl/loadinfo.h                                    |  132 -
 intl/loadmsgcat.c                                  | 1333 -
 intl/localcharset.c                                |  461 -
 intl/localcharset.h                                |   42 -
 intl/locale.alias                                  |   78 -
 intl/localealias.c                                 |  437 -
 intl/localename.c                                  | 1499 -
 intl/lock.c                                        |  922 -
 intl/lock.h                                        |  833 -
 intl/log.c                                         |  116 -
 intl/ngettext.c                                    |   65 -
 intl/os2compat.c                                   |   98 -
 intl/os2compat.h                                   |   46 -
 intl/osdep.c                                       |   26 -
 intl/plural-exp.c                                  |  154 -
 intl/plural-exp.h                                  |  118 -
 intl/plural.c                                      | 1943 -
 intl/plural.y                                      |  383 -
 intl/printf-args.c                                 |  142 -
 intl/printf-args.h                                 |  137 -
 intl/printf-parse.c                                |  544 -
 intl/printf-parse.h                                |   75 -
 intl/printf.c                                      |  422 -
 intl/ref-add.sin                                   |   31 -
 intl/ref-del.sin                                   |   26 -
 intl/relocatable.c                                 |  468 -
 intl/relocatable.h                                 |   79 -
 intl/textdomain.c                                  |  141 -
 intl/vasnprintf.c                                  |  890 -
 intl/vasnprintf.h                                  |   78 -
 intl/vasnwprintf.h                                 |   46 -
 intl/version.c                                     |   26 -
 intl/wprintf-parse.h                               |   75 -
 intl/xsize.h                                       |  109 -
 lib/Makefile.am                                    |    2 +
 lib/bind/sciword.bind                              |   41 +-
 lib/chkconfig.ltx                                  |    3 +-
 lib/configure.py                                   |    4 +-
 lib/doc/Additional.lyx                             |  739 +-
 lib/doc/Customization.lyx                          | 3581 +-
 lib/doc/Development.lyx                            |   47 +-
 lib/doc/Makefile.am                                |   13 +-
 lib/doc/Math.lyx                                   |  359 +-
 lib/doc/UserGuide.lyx                              |   28 +-
 lib/doc/attic/eu_Additional.lyx                    |22877 +++++
 .../eu_Customization.lyx}                          |    0
 lib/doc/attic/eu_UserGuide.lyx                     |41004 +++++++++
 .../it_Customization.lyx}                          |    0
 .../{it/UserGuide.lyx => attic/it_UserGuide.lyx}   |    0
 lib/doc/attic/pl_Additional.lyx                    |19067 ++++
 .../{sk/UserGuide.lyx => attic/sk_UserGuide.lyx}   |    0
 lib/doc/de/Additional.lyx                          |  671 +-
 lib/doc/de/Customization.lyx                       | 3856 +-
 lib/doc/de/Math.lyx                                |  347 +-
 lib/doc/de/UserGuide.lyx                           |   22 +-
 lib/doc/es/Additional.lyx                          | 3016 +-
 lib/doc/es/Customization.lyx                       | 3933 +-
 lib/doc/es/Math.lyx                                |  417 +-
 lib/doc/es/UserGuide.lyx                           |93613 ++++++++++----------
 lib/doc/eu/Additional.lyx                          |22038 -----
 lib/doc/eu/UserGuide.lyx                           |41004 ---------
 lib/doc/fr/Additional.lyx                          |  735 +-
 lib/doc/fr/Customization.lyx                       | 4542 +-
 lib/doc/fr/Math.lyx                                |  363 +-
 lib/doc/fr/UserGuide.lyx                           |96617 ++++++++++----------
 lib/doc/id/UserGuide.lyx                           |    4 +-
 lib/doc/ja/Additional.lyx                          |  733 +-
 lib/doc/ja/Customization.lyx                       | 3651 +-
 lib/doc/ja/UserGuide.lyx                           |   16 +-
 lib/doc/pl/Additional.lyx                          |18283 ----
 lib/doc/zh_CN/Intro.lyx                            |   36 +-
 lib/doc/zh_CN/Tutorial.lyx                         |   30 +-
 lib/examples/Braille.lyx                           |   23 +-
 lib/examples/FeynmanDiagrams.lyx                   |   61 +-
 lib/examples/R-S-statements.lyx                    |    5 +-
 lib/examples/aa_sample.lyx                         |    4 +-
 lib/examples/aas_sample.lyx                        |  120 +-
 lib/examples/achemso.lyx                           |    5 +-
 lib/examples/beamerposter.lyx                      |  897 +
 lib/examples/europeCV.lyx                          |    5 +-
 lib/examples/modernCV.lyx                          |   94 +-
 lib/examples/simplecv.lyx                          |   23 +-
 lib/examples/xyfigure.lyx                          |   25 +-
 lib/languages                                      |   10 +-
 lib/layouts/AEA.layout                             |    2 +-
 lib/layouts/IEEEtran-CompSoc.layout                |    2 +-
 lib/layouts/IEEEtran-TransMag.layout               |    2 +-
 lib/layouts/IEEEtran.layout                        |    2 +-
 lib/layouts/RJournal.layout                        |    2 +-
 lib/layouts/aa.layout                              |    2 +-
 lib/layouts/aapaper.inc                            |    2 +-
 lib/layouts/aapaper.layout                         |    2 +-
 lib/layouts/aastex.layout                          |  234 +-
 lib/layouts/achemso.layout                         |    2 +-
 lib/layouts/acm-sigs-alt.layout                    |    5 +-
 lib/layouts/acm-sigs.inc                           |    2 +-
 lib/layouts/acm-sigs.layout                        |    5 +-
 lib/layouts/acmsiggraph.layout                     |    2 +-
 lib/layouts/agu-dtd.layout                         |    2 +-
 lib/layouts/agu_stdclass.inc                       |    2 +-
 lib/layouts/agu_stdcounters.inc                    |    2 +-
 lib/layouts/agu_stdlists.inc                       |    2 +-
 lib/layouts/agu_stdsections.inc                    |    2 +-
 lib/layouts/agu_stdtitle.inc                       |    2 +-
 lib/layouts/agums.layout                           |    2 +-
 lib/layouts/aguplus.inc                            |    2 +-
 lib/layouts/agutex.layout                          |    2 +-
 lib/layouts/amsart.layout                          |    2 +-
 lib/layouts/amsbook.layout                         |    2 +-
 lib/layouts/amsdefs.inc                            |    2 +-
 lib/layouts/apa.layout                             |    2 +-
 lib/layouts/apa6.layout                            |    2 +-
 lib/layouts/arab-article.layout                    |    2 +-
 lib/layouts/article-beamer.layout                  |    2 +-
 lib/layouts/article.layout                         |    2 +-
 lib/layouts/basic.module                           |    2 +-
 lib/layouts/beamer.layout                          |    2 +-
 lib/layouts/bicaption.module                       |    4 +-
 lib/layouts/book.layout                            |    2 +-
 lib/layouts/braille.module                         |    2 +-
 lib/layouts/broadway.layout                        |    2 +-
 lib/layouts/chess.layout                           |    2 +-
 lib/layouts/cl2emult.layout                        |    2 +-
 lib/layouts/ctex-article.layout                    |    2 +-
 lib/layouts/ctex-book.layout                       |    2 +-
 lib/layouts/ctex-report.layout                     |    2 +-
 lib/layouts/customHeadersFooters.module            |    2 +-
 lib/layouts/db_lyxmacros.inc                       |    2 +-
 lib/layouts/db_stdcharstyles.inc                   |    2 +-
 lib/layouts/db_stdclass.inc                        |    2 +-
 lib/layouts/db_stdcounters.inc                     |    2 +-
 lib/layouts/db_stdlayouts.inc                      |    2 +-
 lib/layouts/db_stdlists.inc                        |    2 +-
 lib/layouts/db_stdsections.inc                     |    2 +-
 lib/layouts/db_stdstarsections.inc                 |    2 +-
 lib/layouts/db_stdstruct.inc                       |    2 +-
 lib/layouts/db_stdtitle.inc                        |    2 +-
 lib/layouts/dinbrief.layout                        |    2 +-
 lib/layouts/docbook-book.layout                    |    2 +-
 lib/layouts/docbook-chapter.layout                 |    2 +-
 lib/layouts/docbook-section.layout                 |    2 +-
 lib/layouts/docbook.layout                         |    2 +-
 lib/layouts/doublecol-new.layout                   |    2 +-
 lib/layouts/dtk.layout                             |    2 +-
 lib/layouts/ectaart.layout                         |    2 +-
 lib/layouts/egs.layout                             |    2 +-
 lib/layouts/elsart.layout                          |    2 +-
 lib/layouts/elsarticle.layout                      |    2 +-
 lib/layouts/endnotes.module                        |    2 +-
 lib/layouts/entcs.layout                           |    2 +-
 lib/layouts/enumitem.module                        |    2 +-
 lib/layouts/eqs-within-sections.module             |    2 +-
 lib/layouts/europecv.layout                        |    2 +-
 lib/layouts/extarticle.layout                      |    2 +-
 lib/layouts/extbook.layout                         |    2 +-
 lib/layouts/extletter.layout                       |    2 +-
 lib/layouts/extreport.layout                       |    2 +-
 lib/layouts/figs-within-sections.module            |    2 +-
 lib/layouts/fix-cm.module                          |    2 +-
 lib/layouts/fixltx2e.module                        |    2 +-
 lib/layouts/foils.layout                           |    2 +-
 lib/layouts/foottoend.module                       |    2 +-
 lib/layouts/frletter.layout                        |    2 +-
 lib/layouts/g-brief.layout                         |    2 +-
 lib/layouts/g-brief2.layout                        |    2 +-
 lib/layouts/hanging.module                         |    2 +-
 lib/layouts/heb-article.layout                     |    2 +-
 lib/layouts/heb-letter.layout                      |    2 +-
 lib/layouts/hollywood.layout                       |    2 +-
 lib/layouts/ijmpc.layout                           |    2 +-
 lib/layouts/ijmpd.layout                           |    2 +-
 lib/layouts/initials.module                        |    2 +-
 lib/layouts/iopart.layout                          |    2 +-
 lib/layouts/isprs.layout                           |    2 +-
 lib/layouts/jarticle.layout                        |    2 +-
 lib/layouts/jasatex.layout                         |    2 +-
 lib/layouts/jbook.layout                           |    2 +-
 lib/layouts/jgrga.layout                           |    2 +-
 lib/layouts/jreport.layout                         |    2 +-
 lib/layouts/jsarticle.layout                       |    2 +-
 lib/layouts/jsbook.layout                          |    2 +-
 lib/layouts/jss.layout                             |    2 +-
 lib/layouts/jurabib.module                         |    2 +-
 lib/layouts/kluwer.layout                          |    2 +-
 lib/layouts/knitr.module                           |   33 +-
 lib/layouts/latex8.layout                          |    2 +-
 lib/layouts/letter.layout                          |    2 +-
 lib/layouts/lettre.layout                          |    2 +-
 lib/layouts/lilypond.module                        |    2 +-
 lib/layouts/linguistics.module                     |    2 +-
 lib/layouts/litinsets.inc                          |   46 +
 lib/layouts/llncs.layout                           |    2 +-
 lib/layouts/logicalmkup.module                     |    2 +-
 lib/layouts/ltugboat.layout                        |    2 +-
 lib/layouts/lyxmacros.inc                          |    2 +-
 lib/layouts/memoir.layout                          |    2 +-
 lib/layouts/minimalistic.module                    |    2 +-
 lib/layouts/moderncv.layout                        |   12 +-
 lib/layouts/multicol.module                        |   65 +-
 lib/layouts/mwart.layout                           |    2 +-
 lib/layouts/mwbk.layout                            |    2 +-
 lib/layouts/mwrep.layout                           |    2 +-
 lib/layouts/natbib.module                          |    2 +-
 lib/layouts/natbibapa.module                       |    2 +-
 lib/layouts/noweb.module                           |   25 +-
 lib/layouts/numarticle.inc                         |    2 +-
 lib/layouts/numreport.inc                          |    2 +-
 lib/layouts/numrevtex.inc                          |    2 +-
 lib/layouts/paper.layout                           |    2 +-
 lib/layouts/powerdot.layout                        |   10 +-
 lib/layouts/recipebook.layout                      |    2 +-
 lib/layouts/report.layout                          |    2 +-
 lib/layouts/revtex.layout                          |    2 +-
 lib/layouts/revtex4-1.layout                       |    2 +-
 lib/layouts/revtex4.layout                         |    2 +-
 lib/layouts/rsphrase.module                        |    8 +-
 lib/layouts/scrartcl.layout                        |    2 +-
 lib/layouts/scrarticle-beamer.layout               |    2 +-
 lib/layouts/scrbook.layout                         |    2 +-
 lib/layouts/scrclass.inc                           |    2 +-
 lib/layouts/scrlettr.layout                        |    2 +-
 lib/layouts/scrlttr2.layout                        |    2 +-
 lib/layouts/scrreprt.layout                        |    2 +-
 lib/layouts/seminar.layout                         |    2 +-
 lib/layouts/shapepar.module                        |    6 +-
 lib/layouts/siamltex.layout                        |    2 +-
 lib/layouts/sigplanconf.layout                     |    2 +-
 lib/layouts/simplecv.layout                        |    2 +-
 lib/layouts/singlecol-new.layout                   |    2 +-
 lib/layouts/singlecol.layout                       |    2 +-
 lib/layouts/slides.layout                          |    2 +-
 lib/layouts/spie.layout                            |    2 +-
 lib/layouts/stdcharstyles.inc                      |    2 +-
 lib/layouts/stdciteformats.inc                     |    2 +-
 lib/layouts/stdclass.inc                           |    2 +-
 lib/layouts/stdcounters.inc                        |    2 +-
 lib/layouts/stdcustom.inc                          |    2 +-
 lib/layouts/stdfloats.inc                          |    2 +-
 lib/layouts/stdinsets.inc                          |    2 +-
 lib/layouts/stdlayouts.inc                         |    2 +-
 lib/layouts/stdletter.inc                          |    2 +-
 lib/layouts/stdlists.inc                           |    2 +-
 lib/layouts/stdlyxlist.inc                         |    2 +-
 lib/layouts/stdrefprefix.inc                       |    2 +-
 lib/layouts/stdsections.inc                        |    4 +-
 lib/layouts/stdstarsections.inc                    |    2 +-
 lib/layouts/stdstruct.inc                          |    2 +-
 lib/layouts/stdtitle.inc                           |    2 +-
 lib/layouts/svcommon.inc                           |    2 +-
 lib/layouts/svglobal.layout                        |    2 +-
 lib/layouts/svglobal3.layout                       |    2 +-
 lib/layouts/svjog.layout                           |    2 +-
 lib/layouts/svmono.layout                          |    2 +-
 lib/layouts/svmult.layout                          |    2 +-
 lib/layouts/svprobth.layout                        |    2 +-
 lib/layouts/sweave.module                          |   35 +-
 lib/layouts/tabs-within-sections.module            |    2 +-
 lib/layouts/tarticle.layout                        |    2 +-
 lib/layouts/tbook.layout                           |    2 +-
 lib/layouts/theorems-ams-bytype.inc                |    2 +-
 lib/layouts/theorems-ams-bytype.module             |    2 +-
 lib/layouts/theorems-ams-extended-bytype.module    |    2 +-
 lib/layouts/theorems-ams-extended.module           |    2 +-
 lib/layouts/theorems-ams.inc                       |    2 +-
 lib/layouts/theorems-ams.module                    |    2 +-
 lib/layouts/theorems-bytype.inc                    |    2 +-
 lib/layouts/theorems-bytype.module                 |    2 +-
 lib/layouts/theorems-case.inc                      |    2 +-
 lib/layouts/theorems-chap-bytype.module            |    2 +-
 lib/layouts/theorems-chap.module                   |    2 +-
 lib/layouts/theorems-named.module                  |    2 +-
 lib/layouts/theorems-order.inc                     |    2 +-
 lib/layouts/theorems-proof-std.inc                 |    2 +-
 lib/layouts/theorems-proof.inc                     |    2 +-
 lib/layouts/theorems-refprefix.inc                 |    2 +-
 lib/layouts/theorems-sec-bytype.module             |    2 +-
 lib/layouts/theorems-sec.module                    |    2 +-
 lib/layouts/theorems-starred-equivalents.inc       |    2 +-
 lib/layouts/theorems-starred.inc                   |    2 +-
 lib/layouts/theorems-starred.module                |    2 +-
 lib/layouts/theorems-std.module                    |    2 +-
 lib/layouts/theorems-without-preamble.inc          |    2 +-
 lib/layouts/theorems.inc                           |    2 +-
 lib/layouts/treport.layout                         |    2 +-
 lib/layouts/tufte-book.layout                      |    2 +-
 lib/layouts/tufte-handout.layout                   |    2 +-
 lib/lyx2lyx/lyx_2_1.py                             |  226 +-
 lib/lyx2lyx/parser_tools.py                        |    5 +-
 lib/scripts/csv2lyx.py                             |   38 +-
 lib/scripts/layout2layout.py                       |    7 +-
 lib/scripts/prefs2prefs_prefs.py                   |    7 +-
 lib/templates/aa.lyx                               |    2 +-
 lib/templates/thesis/Appendix.lyx                  |   12 +-
 lib/templates/thesis/chapter-1.lyx                 |   12 +-
 lib/templates/thesis/chapter-2.lyx                 |   12 +-
 lib/templates/thesis/thesis.lyx                    |   12 +-
 m4/Makefile.am                                     |    2 +-
 m4/codeset.m4                                      |   21 -
 m4/gettext.m4                                      |  419 -
 m4/glibc2.m4                                       |   30 -
 m4/glibc21.m4                                      |   30 -
 m4/iconv.m4                                        |  143 +-
 m4/intdiv0.m4                                      |   70 -
 m4/intl.m4                                         |  260 -
 m4/intldir.m4                                      |   19 -
 m4/intmax.m4                                       |   33 -
 m4/inttypes-pri.m4                                 |   36 -
 m4/inttypes.m4                                     |   25 -
 m4/inttypes_h.m4                                   |   26 -
 m4/isc-posix.m4                                    |   24 -
 m4/lcmessage.m4                                    |   30 -
 m4/lib-ld.m4                                       |   20 +-
 m4/lib-link.m4                                     |  306 +-
 m4/lib-prefix.m4                                   |   91 +-
 m4/lock.m4                                         |  311 -
 m4/longdouble.m4                                   |   31 -
 m4/longlong.m4                                     |   48 -
 m4/nls.m4                                          |   13 +-
 m4/po.m4                                           |   59 +-
 m4/printf-posix.m4                                 |   44 -
 m4/progtest.m4                                     |   14 +-
 m4/signed.m4                                       |   17 -
 m4/size_max.m4                                     |   62 -
 m4/stdint_h.m4                                     |   26 -
 m4/uintmax_t.m4                                    |   30 -
 m4/ulonglong.m4                                    |   48 -
 m4/visibility.m4                                   |   52 -
 m4/wchar_t.m4                                      |   20 -
 m4/wint_t.m4                                       |   20 -
 m4/xsize.m4                                        |   13 -
 po/.gitignore                                      |    2 +-
 po/CMakeLists.txt                                  |   15 +-
 po/Makefile.in.in                                  |   87 +-
 po/Makevars                                        |   12 +
 po/Rules-lyx                                       |    2 +-
 po/Rules-quot                                      |    4 +-
 po/ar.gmo                                          |  Bin 0 -> 208298 bytes
 po/ca.gmo                                          |  Bin 0 -> 170684 bytes
 po/cs.gmo                                          |  Bin 0 -> 343064 bytes
 po/cs.po                                           |26224 +++---
 po/da.gmo                                          |  Bin 0 -> 221035 bytes
 po/de.gmo                                          |  Bin 0 -> 458798 bytes
 po/de.po                                           | 5520 +-
 po/el.gmo                                          |  Bin 0 -> 296137 bytes
 po/en.gmo                                          |  Bin 0 -> 1017 bytes
 po/es.gmo                                          |  Bin 0 -> 359994 bytes
 po/es.po                                           |11637 ++--
 po/eu.gmo                                          |  Bin 0 -> 362457 bytes
 po/fi.gmo                                          |  Bin 0 -> 164215 bytes
 po/fr.gmo                                          |  Bin 0 -> 458786 bytes
 po/fr.po                                           | 9758 +-
 po/gl.gmo                                          |  Bin 0 -> 180411 bytes
 po/he.gmo                                          |  Bin 0 -> 211587 bytes
 po/hu.gmo                                          |  Bin 0 -> 296728 bytes
 po/ia.gmo                                          |  Bin 0 -> 361889 bytes
 po/id.gmo                                          |  Bin 0 -> 347082 bytes
 po/it.gmo                                          |  Bin 0 -> 449709 bytes
 po/ja.gmo                                          |  Bin 0 -> 416051 bytes
 po/nb.gmo                                          |  Bin 0 -> 332973 bytes
 po/nl.gmo                                          |  Bin 0 -> 160759 bytes
 po/nn.gmo                                          |  Bin 0 -> 342369 bytes
 po/pl.gmo                                          |  Bin 0 -> 304681 bytes
 po/postats.py                                      |    4 +-
 po/pt.gmo                                          |  Bin 0 -> 281378 bytes
 po/ro.gmo                                          |  Bin 0 -> 159757 bytes
 po/ru.gmo                                          |  Bin 0 -> 310640 bytes
 po/sk.gmo                                          |  Bin 0 -> 448680 bytes
 po/sk.po                                           |  179 +-
 po/sr.gmo                                          |  Bin 0 -> 169378 bytes
 po/sv.gmo                                          |  Bin 0 -> 348785 bytes
 po/tr.gmo                                          |  Bin 0 -> 234421 bytes
 po/uk.gmo                                          |  Bin 0 -> 560984 bytes
 po/zh_CN.gmo                                       |  Bin 0 -> 224043 bytes
 po/zh_TW.gmo                                       |  Bin 0 -> 167625 bytes
 src/Bidi.h                                         |   18 +-
 src/BufferParams.cpp                               |    3 +-
 src/CMakeLists.txt                                 |    8 +-
 src/Converter.cpp                                  |    2 +-
 src/Counters.cpp                                   |   19 +-
 src/Counters.h                                     |    3 +
 src/LaTeXFeatures.cpp                              |    5 +-
 src/LyX.cpp                                        |   26 +-
 src/LyXRC.cpp                                      |   20 +-
 src/LyXRC.h                                        |    3 +
 src/Makefile.am                                    |   11 +-
 src/TextClass.cpp                                  |    2 +-
 src/client/CMakeLists.txt                          |    4 +-
 src/client/Makefile.am                             |    2 +-
 src/frontends/Application.h                        |    2 +
 src/frontends/qt4/GuiApplication.cpp               |   31 +-
 src/frontends/qt4/GuiPrefs.cpp                     |   32 +-
 src/frontends/qt4/ui/PrefCompletionUi.ui           |    4 +-
 src/frontends/qt4/ui/PrefDisplayUi.ui              |    2 +-
 src/frontends/qt4/ui/PrefFileformatsUi.ui          |  137 +-
 src/frontends/qt4/ui/PrefInputUi.ui                |    4 +-
 src/frontends/qt4/ui/PrefSpellcheckerUi.ui         |    4 +-
 src/frontends/qt4/ui/PrefUi.ui                     |   14 +-
 src/insets/InsetBibtex.cpp                         |   25 +-
 src/insets/InsetCaption.cpp                        |    3 +
 src/mathed/InsetMathHull.cpp                       |    2 +-
 src/mathed/InsetMathMBox.cpp                       |  132 -
 src/mathed/InsetMathMBox.h                         |   78 -
 src/mathed/InsetMathNest.cpp                       |    1 -
 src/mathed/MathFactory.cpp                         |    4 -
 src/support/CMakeLists.txt                         |    3 +-
 src/support/Makefile.am                            |    6 +-
 src/support/Messages.cpp                           |  313 +-
 src/support/Messages.h                             |   20 +-
 src/support/Package.cpp                            |   21 +-
 src/support/Package.h                              |    7 +
 src/support/docstring.cpp                          |    1 -
 src/support/gettext.cpp                            |   17 -
 src/support/gettext.h                              |    4 -
 src/support/tests/CMakeLists.txt                   |    5 +-
 src/support/tests/dummy_functions.cpp              |    2 -
 src/tests/CMakeLists.txt                           |   11 +-
 src/tex2lyx/CMakeLists.txt                         |    1 -
 src/tex2lyx/Makefile.am                            |    4 +-
 src/tex2lyx/Preamble.cpp                           |   16 +-
 src/tex2lyx/boost.cpp                              |   12 +-
 src/tex2lyx/test/CJK.lyx.lyx                       |    4 +-
 src/tex2lyx/test/CJKutf8.lyx.lyx                   |    4 +-
 src/tex2lyx/test/DummyDocument.lyx.lyx             |    4 +-
 src/tex2lyx/test/Dummy~Document.lyx.lyx            |    4 +-
 src/tex2lyx/test/XeTeX-polyglossia.lyx.lyx         |    4 +-
 .../test/box-color-size-space-align.lyx.lyx        |    4 +-
 src/tex2lyx/test/test-insets.lyx.lyx               |    4 +-
 src/tex2lyx/test/test-modules.lyx.lyx              |    4 +-
 src/tex2lyx/test/test-refstyle-theorems.lyx.lyx    |    4 +-
 src/tex2lyx/test/test-structure.lyx.lyx            |    4 +-
 src/tex2lyx/test/test.lyx.lyx                      |    4 +-
 src/tex2lyx/test/verbatim.lyx.lyx                  |    4 +-
 src/tex2lyx/tex2lyx.cpp                            |    4 +-
 src/tex2lyx/text.cpp                               |   54 +-
 src/version.h                                      |    4 +-
 484 files changed, 225766 insertions(+), 235110 deletions(-)
 delete mode 100644 ABOUT-NLS
 create mode 100644 development/Win32/packaging/installer/Console.dll
 create mode 100644 development/Win32/packaging/installer/FindProcDLL.dll
 create mode 100644 development/Win32/packaging/installer/InetLoad.dll
 delete mode 100644 development/attic/gettext.patch
 delete mode 100644 development/cmake/modules/FindLibintl.cmake
 delete mode 100644 intl/CMakeLists.txt
 delete mode 100644 intl/ChangeLog
 delete mode 100644 intl/Makefile.in
 delete mode 100644 intl/VERSION
 delete mode 100644 intl/bindtextdom.c
 delete mode 100755 intl/config.charset
 delete mode 100644 intl/dcgettext.c
 delete mode 100644 intl/dcigettext.c
 delete mode 100644 intl/dcngettext.c
 delete mode 100644 intl/dgettext.c
 delete mode 100644 intl/dngettext.c
 delete mode 100644 intl/eval-plural.h
 delete mode 100644 intl/explodename.c
 delete mode 100644 intl/export.h
 delete mode 100644 intl/finddomain.c
 delete mode 100644 intl/gettext.c
 delete mode 100644 intl/gettextP.h
 delete mode 100644 intl/gmo.h
 delete mode 100644 intl/hash-string.c
 delete mode 100644 intl/hash-string.h
 delete mode 100644 intl/intl-compat.c
 delete mode 100644 intl/intl-exports.c
 delete mode 100644 intl/l10nflist.c
 delete mode 100644 intl/langprefs.c
 delete mode 100644 intl/libgnuintl.h.cmake
 delete mode 100644 intl/libgnuintl.h.in
 delete mode 100644 intl/loadinfo.h
 delete mode 100644 intl/loadmsgcat.c
 delete mode 100644 intl/localcharset.c
 delete mode 100644 intl/localcharset.h
 delete mode 100644 intl/locale.alias
 delete mode 100644 intl/localealias.c
 delete mode 100644 intl/localename.c
 delete mode 100644 intl/lock.c
 delete mode 100644 intl/lock.h
 delete mode 100644 intl/log.c
 delete mode 100644 intl/ngettext.c
 delete mode 100644 intl/os2compat.c
 delete mode 100644 intl/os2compat.h
 delete mode 100644 intl/osdep.c
 delete mode 100644 intl/plural-exp.c
 delete mode 100644 intl/plural-exp.h
 delete mode 100644 intl/plural.c
 delete mode 100644 intl/plural.y
 delete mode 100644 intl/printf-args.c
 delete mode 100644 intl/printf-args.h
 delete mode 100644 intl/printf-parse.c
 delete mode 100644 intl/printf-parse.h
 delete mode 100644 intl/printf.c
 delete mode 100644 intl/ref-add.sin
 delete mode 100644 intl/ref-del.sin
 delete mode 100644 intl/relocatable.c
 delete mode 100644 intl/relocatable.h
 delete mode 100644 intl/textdomain.c
 delete mode 100644 intl/vasnprintf.c
 delete mode 100644 intl/vasnprintf.h
 delete mode 100644 intl/vasnwprintf.h
 delete mode 100644 intl/version.c
 delete mode 100644 intl/wprintf-parse.h
 delete mode 100644 intl/xsize.h
 create mode 100644 lib/doc/attic/eu_Additional.lyx
 rename lib/doc/{eu/Customization.lyx => attic/eu_Customization.lyx} (100%)
 create mode 100644 lib/doc/attic/eu_UserGuide.lyx
 rename lib/doc/{it/Customization.lyx => attic/it_Customization.lyx} (100%)
 rename lib/doc/{it/UserGuide.lyx => attic/it_UserGuide.lyx} (100%)
 create mode 100644 lib/doc/attic/pl_Additional.lyx
 rename lib/doc/{sk/UserGuide.lyx => attic/sk_UserGuide.lyx} (100%)
 delete mode 100644 lib/doc/eu/Additional.lyx
 delete mode 100644 lib/doc/eu/UserGuide.lyx
 delete mode 100644 lib/doc/pl/Additional.lyx
 create mode 100644 lib/examples/beamerposter.lyx
 create mode 100644 lib/layouts/litinsets.inc
 delete mode 100644 m4/codeset.m4
 delete mode 100644 m4/gettext.m4
 delete mode 100644 m4/glibc2.m4
 delete mode 100644 m4/glibc21.m4
 delete mode 100644 m4/intdiv0.m4
 delete mode 100644 m4/intl.m4
 delete mode 100644 m4/intldir.m4
 delete mode 100644 m4/intmax.m4
 delete mode 100644 m4/inttypes-pri.m4
 delete mode 100644 m4/inttypes.m4
 delete mode 100644 m4/inttypes_h.m4
 delete mode 100644 m4/isc-posix.m4
 delete mode 100644 m4/lcmessage.m4
 delete mode 100644 m4/lock.m4
 delete mode 100644 m4/longdouble.m4
 delete mode 100644 m4/longlong.m4
 delete mode 100644 m4/printf-posix.m4
 delete mode 100644 m4/signed.m4
 delete mode 100644 m4/size_max.m4
 delete mode 100644 m4/stdint_h.m4
 delete mode 100644 m4/uintmax_t.m4
 delete mode 100644 m4/ulonglong.m4
 delete mode 100644 m4/visibility.m4
 delete mode 100644 m4/wchar_t.m4
 delete mode 100644 m4/wint_t.m4
 delete mode 100644 m4/xsize.m4
 create mode 100644 po/ar.gmo
 create mode 100644 po/ca.gmo
 create mode 100644 po/cs.gmo
 create mode 100644 po/da.gmo
 create mode 100644 po/de.gmo
 create mode 100644 po/el.gmo
 create mode 100644 po/en.gmo
 create mode 100644 po/es.gmo
 create mode 100644 po/eu.gmo
 create mode 100644 po/fi.gmo
 create mode 100644 po/fr.gmo
 create mode 100644 po/gl.gmo
 create mode 100644 po/he.gmo
 create mode 100644 po/hu.gmo
 create mode 100644 po/ia.gmo
 create mode 100644 po/id.gmo
 create mode 100644 po/it.gmo
 create mode 100644 po/ja.gmo
 create mode 100644 po/nb.gmo
 create mode 100644 po/nl.gmo
 create mode 100644 po/nn.gmo
 create mode 100644 po/pl.gmo
 create mode 100644 po/pt.gmo
 create mode 100644 po/ro.gmo
 create mode 100644 po/ru.gmo
 create mode 100644 po/sk.gmo
 create mode 100644 po/sr.gmo
 create mode 100644 po/sv.gmo
 create mode 100644 po/tr.gmo
 create mode 100644 po/uk.gmo
 create mode 100644 po/zh_CN.gmo
 create mode 100644 po/zh_TW.gmo
 delete mode 100644 src/mathed/InsetMathMBox.cpp
 delete mode 100644 src/mathed/InsetMathMBox.h


hooks/post-receive
-- 
Repositories for GSOC work

Reply via email to