[Pkg-lyx-devel] [lyx] 02/03: Merge tag 'upstream/2.2.3'

Sven Hoexter hoexter at moszumanska.debian.org
Thu May 18 15:58:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

hoexter pushed a commit to branch master
in repository lyx.

commit 4b5981166f47d22e4cce8622e2c186f9568cbb8e
Merge: 901d717 22bc1d7
Author: Sven Hoexter <sven at timegate.de>
Date:   Thu May 18 17:56:17 2017 +0200

    Merge tag 'upstream/2.2.3'
    
    Upstream version 2.2.3

 3rdparty/boost/boost/align/align.hpp               |    2 +-
 3rdparty/boost/boost/align/detail/address.hpp      |   29 -
 3rdparty/boost/boost/align/detail/align.hpp        |   26 +-
 3rdparty/boost/boost/bind/bind.hpp                 |  108 +-
 3rdparty/boost/boost/config/compiler/borland.hpp   |    1 +
 3rdparty/boost/boost/config/compiler/clang.hpp     |   35 +-
 3rdparty/boost/boost/config/compiler/codegear.hpp  |    1 +
 3rdparty/boost/boost/config/compiler/comeau.hpp    |    2 +-
 .../boost/boost/config/compiler/common_edg.hpp     |    1 +
 .../boost/boost/config/compiler/compaq_cxx.hpp     |    2 +-
 3rdparty/boost/boost/config/compiler/cray.hpp      |    3 +-
 .../boost/boost/config/compiler/digitalmars.hpp    |    1 +
 3rdparty/boost/boost/config/compiler/gcc.hpp       |   22 +-
 3rdparty/boost/boost/config/compiler/gcc_xml.hpp   |    3 +-
 .../boost/boost/config/compiler/greenhills.hpp     |    2 +-
 3rdparty/boost/boost/config/compiler/hp_acc.hpp    |    3 +-
 3rdparty/boost/boost/config/compiler/intel.hpp     |   12 +-
 3rdparty/boost/boost/config/compiler/kai.hpp       |    2 +-
 .../boost/boost/config/compiler/metrowerks.hpp     |    1 +
 3rdparty/boost/boost/config/compiler/mpw.hpp       |    1 +
 3rdparty/boost/boost/config/compiler/nvcc.hpp      |    8 +
 3rdparty/boost/boost/config/compiler/pathscale.hpp |    1 +
 3rdparty/boost/boost/config/compiler/pgi.hpp       |    1 +
 .../boost/boost/config/compiler/sgi_mipspro.hpp    |    2 +-
 3rdparty/boost/boost/config/compiler/sunpro_cc.hpp |    8 +
 3rdparty/boost/boost/config/compiler/vacpp.hpp     |    1 +
 3rdparty/boost/boost/config/compiler/visualc.hpp   |   26 +-
 3rdparty/boost/boost/config/compiler/xlcpp.hpp     |    4 +
 3rdparty/boost/boost/config/platform/linux.hpp     |    2 +-
 .../boost/boost/config/select_compiler_config.hpp  |   42 +-
 3rdparty/boost/boost/config/stdlib/libcpp.hpp      |   26 +-
 3rdparty/boost/boost/config/stdlib/libstdcpp3.hpp  |   18 +-
 3rdparty/boost/boost/config/suffix.hpp             |   16 +-
 3rdparty/boost/boost/core/demangle.hpp             |    5 +-
 3rdparty/boost/boost/detail/iterator.hpp           |   13 +
 3rdparty/boost/boost/exception/exception.hpp       |   17 +
 3rdparty/boost/boost/format/parsing.hpp            |    4 +
 3rdparty/boost/boost/function/function_base.hpp    |  258 +-
 .../boost/boost/function/function_template.hpp     |  115 +-
 3rdparty/boost/boost/functional/hash/hash.hpp      |    8 +-
 3rdparty/boost/boost/lexical_cast.hpp              |    2 +-
 .../detail/converter_lexical_streams.hpp           |    4 +-
 .../boost/lexical_cast/try_lexical_convert.hpp     |   25 +-
 3rdparty/boost/boost/math/policies/policy.hpp      |    4 +-
 .../boost/math/special_functions/fpclassify.hpp    |   20 +-
 3rdparty/boost/boost/math/tools/config.hpp         |   22 +-
 3rdparty/boost/boost/move/core.hpp                 |   27 +-
 3rdparty/boost/boost/move/detail/config_begin.hpp  |    2 +
 3rdparty/boost/boost/move/detail/meta_utils.hpp    |   39 +-
 .../boost/boost/move/detail/meta_utils_core.hpp    |   12 +
 3rdparty/boost/boost/move/detail/type_traits.hpp   |   34 +-
 3rdparty/boost/boost/move/detail/workaround.hpp    |   13 +
 3rdparty/boost/boost/move/utility.hpp              |   15 +-
 3rdparty/boost/boost/move/utility_core.hpp         |   33 +-
 3rdparty/boost/boost/none.hpp                      |    2 +-
 3rdparty/boost/boost/none_t.hpp                    |    5 +-
 3rdparty/boost/boost/operators.hpp                 |  452 +--
 .../old_optional_implementation.hpp}               |  534 +--
 .../optional/detail/optional_aligned_storage.hpp   |   75 +
 .../boost/optional/detail/optional_config.hpp      |   99 +
 .../optional/detail/optional_factory_support.hpp   |   36 +
 .../optional/detail/optional_reference_spec.hpp    |  203 +
 .../boost/optional/detail/optional_relops.hpp      |  196 +
 .../boost/boost/optional/detail/optional_swap.hpp  |  117 +
 3rdparty/boost/boost/optional/optional.hpp         |  657 +---
 3rdparty/boost/boost/optional/optional_fwd.hpp     |   13 +-
 3rdparty/boost/boost/predef/hardware/simd.h        |   20 +-
 3rdparty/boost/boost/predef/hardware/simd/x86.h    |    6 +-
 .../boost/boost/predef/hardware/simd/x86_amd.h     |    8 +-
 .../boost/predef/hardware/simd/x86_amd/versions.h  |    8 +-
 3rdparty/boost/boost/predef/os/cygwin.h            |    2 +-
 3rdparty/boost/boost/predef/version.h              |    4 +-
 .../boost/boost/preprocessor/config/config.hpp     |    2 +-
 3rdparty/boost/boost/range/const_iterator.hpp      |    8 +-
 3rdparty/boost/boost/regex/config.hpp              |    2 +-
 3rdparty/boost/boost/regex/icu.hpp                 |   18 +-
 .../boost/boost/regex/v4/basic_regex_parser.hpp    |   55 +-
 3rdparty/boost/boost/regex/v4/cpp_regex_traits.hpp |    8 +-
 3rdparty/boost/boost/regex/v4/fileiter.hpp         |    4 +-
 3rdparty/boost/boost/regex/v4/instances.hpp        |    2 +-
 3rdparty/boost/boost/regex/v4/match_flags.hpp      |    3 +-
 3rdparty/boost/boost/regex/v4/mem_block_cache.hpp  |   46 +
 3rdparty/boost/boost/regex/v4/perl_matcher.hpp     |    2 +
 .../boost/boost/regex/v4/perl_matcher_common.hpp   |   17 +-
 .../boost/regex/v4/perl_matcher_non_recursive.hpp  |   43 +
 .../boost/regex/v4/perl_matcher_recursive.hpp      |   16 +
 3rdparty/boost/boost/regex/v4/regex_format.hpp     |    4 +-
 3rdparty/boost/boost/regex/v4/regex_traits.hpp     |    2 +-
 .../boost/boost/regex/v4/regex_traits_defaults.hpp |    6 +-
 3rdparty/boost/boost/regex/v4/w32_regex_traits.hpp |    4 +-
 3rdparty/boost/boost/smart_ptr/intrusive_ptr.hpp   |   26 +-
 3rdparty/boost/boost/smart_ptr/shared_ptr.hpp      |   21 +-
 3rdparty/boost/boost/type_index.hpp                |    4 +-
 .../boost/boost/type_index/ctti_type_index.hpp     |   73 +-
 .../type_index/detail/compile_time_type_info.hpp   |  193 +-
 3rdparty/boost/boost/type_index/stl_type_index.hpp |    4 +-
 .../boost/boost/type_index/type_index_facade.hpp   |   16 +-
 3rdparty/boost/boost/type_traits.hpp               |  256 +-
 3rdparty/boost/boost/type_traits/add_reference.hpp |    6 +-
 .../boost/boost/type_traits/aligned_storage.hpp    |   12 +-
 3rdparty/boost/boost/type_traits/common_type.hpp   |    1 +
 .../type_traits/detail/common_arithmetic_type.hpp  |    6 +
 .../boost/boost/type_traits/detail/mp_defer.hpp    |    6 +-
 3rdparty/boost/boost/type_traits/extent.hpp        |    1 +
 .../boost/boost/type_traits/has_nothrow_assign.hpp |    3 +-
 .../boost/type_traits/has_nothrow_constructor.hpp  |    3 +-
 .../boost/type_traits/has_nothrow_destructor.hpp   |    2 +-
 .../boost/boost/type_traits/has_trivial_assign.hpp |    3 +-
 .../boost/boost/type_traits/has_trivial_copy.hpp   |    1 +
 .../boost/type_traits/has_trivial_destructor.hpp   |    2 +-
 .../boost/type_traits/has_trivial_move_assign.hpp  |    1 +
 .../type_traits/has_trivial_move_constructor.hpp   |    1 +
 3rdparty/boost/boost/type_traits/is_abstract.hpp   |    1 +
 3rdparty/boost/boost/type_traits/is_array.hpp      |    2 +-
 3rdparty/boost/boost/type_traits/is_assignable.hpp |    1 +
 3rdparty/boost/boost/type_traits/is_const.hpp      |    3 +-
 .../boost/type_traits/is_default_constructible.hpp |   22 +-
 .../boost/boost/type_traits/is_destructible.hpp    |    1 +
 .../type_traits/is_nothrow_move_assignable.hpp     |    2 +-
 .../type_traits/is_nothrow_move_constructible.hpp  |    3 +-
 3rdparty/boost/boost/type_traits/is_pod.hpp        |    1 +
 .../boost/boost/type_traits/is_virtual_base_of.hpp |    2 +-
 3rdparty/boost/boost/type_traits/is_volatile.hpp   |    3 +-
 3rdparty/boost/boost/type_traits/rank.hpp          |    1 +
 .../boost/boost/type_traits/remove_all_extents.hpp |    2 +-
 3rdparty/boost/boost/type_traits/remove_const.hpp  |    2 +-
 3rdparty/boost/boost/type_traits/remove_cv.hpp     |    2 +-
 3rdparty/boost/boost/type_traits/remove_extent.hpp |    2 +-
 .../boost/boost/type_traits/remove_pointer.hpp     |    2 +-
 .../boost/boost/type_traits/remove_volatile.hpp    |    2 +-
 .../boost/type_traits/type_with_alignment.hpp      |    2 +-
 3rdparty/boost/boost/utility/base_from_member.hpp  |   13 +-
 3rdparty/boost/boost/version.hpp                   |    4 +-
 3rdparty/boost/libs/regex/src/posix_api.cpp        |    6 +-
 3rdparty/boost/libs/regex/src/regex.cpp            |    4 +-
 ANNOUNCE                                           |  252 +-
 NEWS                                               |   13 +-
 config/qt4.m4                                      |    7 +-
 configure                                          |   73 +-
 configure.ac                                       |    4 +-
 .../Win32/packaging/installer/ChangeLog.txt        |   82 +-
 .../installer/HunspellDictionaryNames.txt          |    2 +
 .../installer/ThesaurusDictionaryNames.txt         |    2 +
 .../Win32/packaging/installer/include/LaTeX.nsh    |   12 +-
 .../packaging/installer/include/dictionaries.nsh   |   26 +-
 .../Win32/packaging/installer/include/init.nsh     |   46 +-
 .../Win32/packaging/installer/lang/arabic.nsh      |  192 +-
 development/Win32/packaging/installer/settings.nsh |   14 +-
 .../Win32/packaging/installer/setup/uninstall.nsh  |    3 +-
 development/cmake/build5-2015.bat                  |    2 +-
 development/lyx.spec                               |    2 +-
 lib/CREDITS                                        |   16 +-
 lib/Makefile.am                                    |    4 +
 lib/Makefile.in                                    |    4 +
 lib/doc/Additional.lyx                             |    3 +-
 lib/doc/EmbeddedObjects.lyx                        | 2414 +++++++++---
 lib/doc/Makefile.am                                |    6 +
 lib/doc/Makefile.in                                |  221 +-
 lib/doc/Math.lyx                                   |   13 +-
 lib/doc/Shortcuts.lyx                              |   16 +-
 lib/doc/Tutorial.lyx                               |   40 +-
 lib/doc/UserGuide.lyx                              |  119 +-
 lib/doc/ar/Intro.lyx                               | 2337 +++++++++++
 lib/doc/{ => ar}/Shortcuts.lyx                     |  205 +-
 lib/doc/ar/Tutorial.lyx                            | 4111 ++++++++++++++++++++
 lib/doc/clipart/BoxInsetDefault.png                |  Bin 294 -> 735 bytes
 lib/doc/clipart/ERT.png                            |  Bin 561 -> 1563 bytes
 lib/doc/clipart/ExternalMaterial.png               |  Bin 290 -> 807 bytes
 lib/doc/clipart/SVG-Drawing.svg                    |   34 +-
 lib/doc/clipart/endnotes.pdf                       |  Bin 29240 -> 17049 bytes
 lib/doc/clipart/escher-lsd.eps                     | 1120 +++---
 lib/doc/clipart/float.png                          |  Bin 265 -> 568 bytes
 lib/doc/clipart/footnote.png                       |  Bin 196 -> 325 bytes
 lib/doc/clipart/macrobox.png                       |  Bin 586 -> 1253 bytes
 lib/doc/clipart/macrouse.png                       |  Bin 991 -> 1316 bytes
 lib/doc/clipart/mobius.eps                         |  500 +--
 lib/doc/clipart/platypus.eps                       |  884 ++---
 lib/doc/clipart/with_fntright.pdf                  |  Bin 27363 -> 17311 bytes
 lib/doc/clipart/without_fntright.pdf               |  Bin 28565 -> 17678 bytes
 lib/doc/de/EmbeddedObjects.lyx                     | 1418 ++++++-
 lib/doc/de/Math.lyx                                |   13 +-
 lib/doc/de/Tutorial.lyx                            |   26 +-
 lib/doc/de/UserGuide.lyx                           |   47 +-
 lib/doc/de/clipart/ERT.png                         |  Bin 658 -> 1816 bytes
 lib/doc/de/clipart/ExternesMaterial.png            |  Bin 309 -> 1066 bytes
 lib/doc/de/clipart/Fussnote.png                    |  Bin 238 -> 467 bytes
 lib/doc/de/clipart/Gleitobjekt.png                 |  Bin 347 -> 774 bytes
 lib/doc/de/clipart/StandardBox.png                 |  Bin 312 -> 735 bytes
 lib/doc/es/EmbeddedObjects.lyx                     | 1439 ++++++-
 lib/doc/es/Math.lyx                                |   22 +-
 lib/doc/es/Tutorial.lyx                            |   44 +-
 lib/doc/es/UserGuide.lyx                           |   70 +-
 lib/doc/es/clipart/CuadroMinipagina.png            |  Bin 329 -> 789 bytes
 lib/doc/es/clipart/DocumentoHijo.png               |  Bin 429 -> 1072 bytes
 lib/doc/es/clipart/MaterialExterno.png             |  Bin 300 -> 888 bytes
 lib/doc/es/clipart/es_ERT.png                      |  Bin 2249 -> 1677 bytes
 lib/doc/es/clipart/flotante.png                    |  Bin 285 -> 644 bytes
 lib/doc/es/clipart/notapie.png                     |  Bin 208 -> 329 bytes
 lib/doc/fr/EmbeddedObjects.lyx                     | 2319 ++++++++---
 lib/doc/fr/Math.lyx                                |   20 +-
 lib/doc/fr/Tutorial.lyx                            |   44 +-
 lib/doc/fr/UserGuide.lyx                           |  114 +-
 lib/doc/fr/clipart/BoxInsetDefault.png             |  Bin 1615 -> 775 bytes
 lib/doc/fr/clipart/ERT.png                         |  Bin 2746 -> 1690 bytes
 lib/doc/fr/clipart/float.png                       |  Bin 1263 -> 646 bytes
 lib/doc/fr/clipart/footnote.png                    |  Bin 213 -> 339 bytes
 lib/doc/ja/EmbeddedObjects.lyx                     | 1431 ++++++-
 lib/doc/ja/Math.lyx                                |   21 +-
 lib/doc/ja/UserGuide.lyx                           |   43 +-
 lib/doc/ja/clipart/BoxInsetDefault.png             |  Bin 3558 -> 575 bytes
 lib/doc/ja/clipart/ERT.png                         |  Bin 1020 -> 1560 bytes
 lib/doc/ja/clipart/ExternalMaterial.png            |  Bin 2107 -> 773 bytes
 lib/doc/ja/clipart/float.png                       |  Bin 202 -> 360 bytes
 lib/doc/ja/clipart/footnote.png                    |  Bin 952 -> 332 bytes
 lib/doc/ja/clipart/macrobox.png                    |  Bin 3856 -> 1206 bytes
 lib/encodings                                      |    3 +-
 lib/examples/FeynmanDiagrams.lyx                   |    8 +-
 lib/examples/PDF-form.lyx                          |  864 ++--
 lib/examples/ca/mathed.lyx                         |    4 -
 lib/examples/de/FeynmanDiagrams.lyx                |    8 +-
 lib/examples/{ => de}/PDF-form.lyx                 | 1628 ++++----
 lib/examples/de/beispiel_gelyxt.lyx                |    8 +-
 lib/examples/de/linguistics.lyx                    |   10 +-
 lib/examples/es/ejemplo_con_lyx.lyx                |    6 +-
 lib/examples/example_lyxified.lyx                  |    6 +-
 lib/examples/fr/FeynmanDiagrams.lyx                |    8 +-
 lib/examples/fr/exemple_lyxifie.lyx                |    6 +-
 lib/examples/fr/splash.lyx                         |    2 +-
 lib/examples/ja/FeynmanDiagrams.lyx                |    8 +-
 lib/languages                                      |   24 +-
 lib/layouts/acmsiggraph-0-92.layout                |    9 +
 lib/layouts/amsart.layout                          |    2 +-
 lib/layouts/fixme.module                           |    2 +-
 lib/layouts/g-brief.layout                         |    4 +
 lib/layouts/g-brief2.layout                        |    4 +
 lib/layouts/iopart.layout                          |   96 +
 lib/layouts/letter.layout                          |    3 +
 lib/layouts/linguistics.module                     |   28 +-
 lib/layouts/logicalmkup.module                     |    4 +-
 lib/layouts/scrlttr2.layout                        |    1 +
 lib/layouts/stdciteformats.inc                     |   15 +-
 lib/layouts/stdinsets.inc                          |    3 +
 ...eorems-ams.inc => theorems-ams-chap-bytype.inc} |  168 +-
 lib/layouts/theorems-ams-chap-bytype.module        |   72 +
 .../theorems-ams-extended-chap-bytype.module       |  494 +++
 lib/layouts/theorems-ams.inc                       |    2 +-
 lib/lyx2lyx/lyx_2_0.py                             |   43 +-
 lib/lyx2lyx/lyx_2_2.py                             |  155 +-
 lib/symbols                                        |   74 +-
 lib/templates/hollywood.lyx                        |    4 -
 lib/templates/poster-a0poster-colored.lyx          |    3 +-
 lib/templates/poster-sciposter.lyx                 |    6 +-
 lib/ui/stdcontext.inc                              |   13 +
 lib/ui/stdmenus.inc                                |    6 +
 po/Makefile.in                                     |    4 +-
 po/ar.gmo                                          |  Bin 361902 -> 378449 bytes
 po/ar.po                                           | 3946 ++++++++++---------
 po/ca.gmo                                          |  Bin 162542 -> 161282 bytes
 po/ca.po                                           | 3037 +++++++++------
 po/cs.gmo                                          |  Bin 420053 -> 417427 bytes
 po/cs.po                                           | 3107 +++++++++------
 po/da.gmo                                          |  Bin 211442 -> 209290 bytes
 po/da.po                                           | 3065 +++++++++------
 po/de.gmo                                          |  Bin 494866 -> 503153 bytes
 po/de.po                                           | 3160 ++++++++-------
 po/el.gmo                                          |  Bin 278306 -> 275182 bytes
 po/el.po                                           | 3042 +++++++++------
 po/en.gmo                                          |  Bin 1139 -> 1139 bytes
 po/en.po                                           | 2797 +++++++------
 po/es.gmo                                          |  Bin 481543 -> 477117 bytes
 po/es.po                                           | 3061 +++++++++------
 po/eu.gmo                                          |  Bin 345723 -> 342936 bytes
 po/eu.po                                           | 3110 +++++++++------
 po/fi.gmo                                          |  Bin 242814 -> 241005 bytes
 po/fi.po                                           | 3027 ++++++++------
 po/fr.gmo                                          |  Bin 497492 -> 505825 bytes
 po/fr.po                                           | 3059 +++++++++------
 po/gl.gmo                                          |  Bin 170359 -> 169247 bytes
 po/gl.po                                           | 3043 +++++++++------
 po/he.gmo                                          |  Bin 259704 -> 257779 bytes
 po/he.po                                           | 3031 +++++++++------
 po/hu.gmo                                          |  Bin 283482 -> 281698 bytes
 po/hu.po                                           | 3053 +++++++++------
 po/ia.gmo                                          |  Bin 474961 -> 481731 bytes
 po/ia.po                                           | 3315 +++++++++-------
 po/id.gmo                                          |  Bin 350399 -> 347674 bytes
 po/id.po                                           | 3077 +++++++++------
 po/it.gmo                                          |  Bin 486658 -> 494796 bytes
 po/it.po                                           | 3043 +++++++++------
 po/ja.gmo                                          |  Bin 508940 -> 504081 bytes
 po/ja.po                                           | 3103 +++++++++------
 po/lyx.pot                                         | 2799 +++++++------
 po/nb.gmo                                          |  Bin 452096 -> 447935 bytes
 po/nb.po                                           | 3060 +++++++++------
 po/nl.gmo                                          |  Bin 152552 -> 151355 bytes
 po/nl.po                                           | 3072 +++++++++------
 po/nn.gmo                                          |  Bin 360093 -> 357341 bytes
 po/nn.po                                           | 3110 +++++++++------
 po/pl.gmo                                          |  Bin 359134 -> 356349 bytes
 po/pl.po                                           | 3053 +++++++++------
 po/pt_BR.gmo                                       |  Bin 491373 -> 499768 bytes
 po/pt_BR.po                                        | 3057 +++++++++------
 po/pt_PT.gmo                                       |  Bin 439158 -> 436312 bytes
 po/pt_PT.po                                        | 3114 +++++++++------
 po/ro.gmo                                          |  Bin 151330 -> 150115 bytes
 po/ro.po                                           | 3030 +++++++++------
 po/ru.gmo                                          |  Bin 294929 -> 292979 bytes
 po/ru.po                                           | 3064 +++++++++------
 po/sk.gmo                                          |  Bin 483576 -> 491679 bytes
 po/sk.po                                           | 3293 +++++++++-------
 po/sr.gmo                                          |  Bin 161931 -> 161229 bytes
 po/sr.po                                           | 3039 +++++++++------
 po/sv.gmo                                          |  Bin 468492 -> 480635 bytes
 po/sv.po                                           | 3173 ++++++++-------
 po/tr.gmo                                          |  Bin 224008 -> 222528 bytes
 po/tr.po                                           | 3048 +++++++++------
 po/uk.gmo                                          |  Bin 606972 -> 623357 bytes
 po/uk.po                                           | 3176 ++++++++-------
 po/zh_CN.gmo                                       |  Bin 214075 -> 220545 bytes
 po/zh_CN.po                                        | 3676 +++++++++--------
 po/zh_TW.gmo                                       |  Bin 418469 -> 415663 bytes
 po/zh_TW.po                                        | 3118 ++++++++-------
 src/BiblioInfo.cpp                                 |  177 +-
 src/BiblioInfo.h                                   |   37 +-
 src/Buffer.cpp                                     |   51 +-
 src/BufferParams.cpp                               |   13 +-
 src/BufferView.cpp                                 |   24 +-
 src/Changes.cpp                                    |   16 +-
 src/Color.cpp                                      |    2 +-
 src/Cursor.cpp                                     |    2 +
 src/CutAndPaste.cpp                                |   63 +-
 src/CutAndPaste.h                                  |   15 +-
 src/Font.cpp                                       |    3 +
 src/Format.cpp                                     |    1 +
 src/FuncCode.h                                     |    1 +
 src/LaTeX.cpp                                      |    8 +-
 src/LaTeXFeatures.cpp                              |   71 +-
 src/LaTeXFeatures.h                                |   12 +-
 src/Language.cpp                                   |    6 +
 src/Language.h                                     |    2 +
 src/LayoutFile.cpp                                 |    6 +-
 src/LyXAction.cpp                                  |   11 +
 src/LyXVC.cpp                                      |   11 +
 src/LyXVC.h                                        |    4 +
 src/MetricsInfo.cpp                                |    6 +-
 src/OutputParams.cpp                               |    2 +-
 src/OutputParams.h                                 |   10 +
 src/Paragraph.cpp                                  |   72 +-
 src/Row.cpp                                        |    7 +-
 src/Row.h                                          |   13 +-
 src/RowPainter.cpp                                 |  124 +-
 src/Text.cpp                                       |   13 +-
 src/Text3.cpp                                      |   20 +-
 src/TextClass.cpp                                  |    7 +-
 src/TextClass.h                                    |    4 +
 src/TextMetrics.cpp                                |   36 +-
 src/VCBackend.h                                    |   10 +
 src/buffer_funcs.cpp                               |   18 +-
 src/frontends/qt4/DialogView.h                     |    5 +-
 src/frontends/qt4/GuiApplication.cpp               |   42 +-
 src/frontends/qt4/GuiApplication.h                 |    3 +
 src/frontends/qt4/GuiBibtex.cpp                    |    4 +
 src/frontends/qt4/GuiCitation.cpp                  |  164 +-
 src/frontends/qt4/GuiCitation.h                    |   25 +-
 src/frontends/qt4/GuiDelimiter.cpp                 |  111 +-
 src/frontends/qt4/GuiDelimiter.h                   |    5 +-
 src/frontends/qt4/GuiDialog.cpp                    |    5 +-
 src/frontends/qt4/GuiDocument.cpp                  |    8 +-
 src/frontends/qt4/GuiFontMetrics.cpp               |  240 +-
 src/frontends/qt4/GuiFontMetrics.h                 |   30 +-
 src/frontends/qt4/GuiKeySymbol.cpp                 |    2 +-
 src/frontends/qt4/GuiKeySymbol.h                   |    2 +-
 src/frontends/qt4/GuiPainter.cpp                   |   14 +-
 src/frontends/qt4/GuiPrefs.cpp                     |   11 +-
 src/frontends/qt4/GuiProgressView.cpp              |    4 +-
 src/frontends/qt4/GuiRef.cpp                       |   94 +-
 src/frontends/qt4/GuiRef.h                         |    7 +-
 src/frontends/qt4/GuiSearch.cpp                    |   41 +-
 src/frontends/qt4/GuiSearch.h                      |    3 -
 src/frontends/qt4/GuiSpellchecker.cpp              |    4 +-
 src/frontends/qt4/GuiView.cpp                      |  243 +-
 src/frontends/qt4/GuiView.h                        |   23 +-
 src/frontends/qt4/GuiViewSource.cpp                |   66 +-
 src/frontends/qt4/GuiViewSource.h                  |   10 +-
 src/frontends/qt4/GuiWorkArea.cpp                  |   89 +-
 src/frontends/qt4/GuiWorkArea.h                    |    5 +-
 src/frontends/qt4/GuiWorkArea_Private.h            |   14 +-
 src/frontends/qt4/LyXFileDialog.cpp                |    1 +
 src/frontends/qt4/Menus.cpp                        |    8 -
 src/frontends/qt4/PanelStack.cpp                   |    2 +-
 src/frontends/qt4/ui/BibtexAddUi.ui                |  221 +-
 src/frontends/qt4/ui/CitationUi.ui                 |  604 ++-
 src/frontends/qt4/ui/DelimiterUi.ui                |  353 +-
 src/frontends/qt4/ui/RefUi.ui                      |  413 +-
 src/insets/InsetCitation.cpp                       |   18 +-
 src/insets/InsetCollapsable.cpp                    |    3 +-
 src/insets/InsetExternal.cpp                       |    3 +-
 src/insets/InsetHyperlink.cpp                      |    3 +-
 src/insets/InsetIPA.h                              |    2 +
 src/insets/InsetNewpage.cpp                        |    7 +-
 src/insets/InsetNomencl.cpp                        |    8 +
 src/insets/InsetNomencl.h                          |    3 +
 src/insets/InsetNote.cpp                           |    6 +-
 src/insets/InsetPreview.h                          |    8 +-
 src/insets/InsetQuotes.cpp                         |   37 +-
 src/insets/InsetQuotes.h                           |    2 +
 src/insets/InsetScript.h                           |    2 +
 src/insets/InsetSeparator.cpp                      |    7 +-
 src/insets/InsetSpecialChar.cpp                    |    3 +-
 src/insets/InsetTabular.cpp                        |   42 +-
 src/lyxfind.cpp                                    |   86 +-
 src/main.cpp                                       |    2 +-
 src/mathed/InsetMathAMSArray.h                     |    3 +
 src/mathed/InsetMathArray.h                        |    3 +
 src/mathed/InsetMathCases.h                        |    3 +
 src/mathed/InsetMathColor.cpp                      |   22 +-
 src/mathed/InsetMathGrid.h                         |    2 +
 src/mathed/InsetMathHull.cpp                       |   75 +-
 src/mathed/InsetMathHull.h                         |    2 +
 src/mathed/InsetMathMatrix.h                       |    2 +
 src/mathed/InsetMathNest.cpp                       |   16 +
 src/mathed/InsetMathSplit.cpp                      |    5 -
 src/mathed/InsetMathTabular.h                      |    2 +
 src/mathed/MathAutoCorrect.cpp                     |   14 +-
 src/mathed/MathData.cpp                            |    7 +-
 src/mathed/MathMacro.cpp                           |   17 +-
 src/mathed/MathParser.cpp                          |   73 +-
 src/mathed/MathStream.cpp                          |   14 +-
 src/mathed/MathStream.h                            |   24 +
 src/output_latex.cpp                               |  189 +-
 src/output_latex.h                                 |    9 +
 src/support/Cache.h                                |   89 +
 src/support/Makefile.am                            |    1 +
 src/support/Makefile.in                            |    4 +-
 src/support/convert.cpp                            |    7 +
 src/support/lstrings.cpp                           |    3 +-
 src/support/os.h                                   |    2 +-
 src/support/os_cygwin.cpp                          |    4 +-
 src/support/os_unix.cpp                            |    4 +-
 src/support/os_win32.cpp                           |   18 +-
 src/tests/check_layout.cpp                         |    2 +-
 src/tex2lyx/tex2lyx.cpp                            |    2 +-
 442 files changed, 85346 insertions(+), 53371 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lyx/lyx.git



More information about the Pkg-lyx-devel mailing list