commit c466baaa5b99e44ea25616556bd0918197f4b54c
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Oct 16 10:12:21 2017 +0200

    Collapsable -> Collapsible (part 2)
    
    The current spelling is not strictly wrong, but flagged as unusual or
    historical by some authorities. It is also found fault with many
    spell checkers. Thus we decided to move to the more standard "-ible"
    form once and for all.
    
    See #10678 for discussion
    
    This part covers the most tricky part: the internal naming.
    Translations and layouts will follow.
    
    This will all also all be backported to 2.3.x, for the sake of backwards
    compatibility (cherry-picking).

 lib/doc/Customization.lyx          |    4 +-
 lib/doc/de/Customization.lyx       |    4 +-
 lib/doc/es/Customization.lyx       |    4 +-
 lib/doc/fr/Customization.lyx       |    4 +-
 lib/doc/ja/Customization.lyx       |    4 +-
 lib/scripts/layout2layout.py       |   16 +-
 lib/ui/stdcontext.inc              |    4 +-
 src/Color.cpp                      |    4 +-
 src/ColorCode.h                    |    8 +-
 src/CutAndPaste.cpp                |    2 +-
 src/Makefile.am                    |    4 +-
 src/Text2.cpp                      |    2 +-
 src/Text3.cpp                      |    4 +-
 src/TextClass.cpp                  |    2 +-
 src/factory.cpp                    |    2 +-
 src/frontends/qt4/GuiERT.cpp       |   10 +-
 src/insets/Inset.cpp               |    2 +-
 src/insets/Inset.h                 |   14 +-
 src/insets/InsetArgument.cpp       |   22 +-
 src/insets/InsetArgument.h         |    6 +-
 src/insets/InsetBox.cpp            |   18 +-
 src/insets/InsetBox.h              |    6 +-
 src/insets/InsetBranch.cpp         |   22 +-
 src/insets/InsetBranch.h           |    4 +-
 src/insets/InsetCaption.cpp        |    2 +-
 src/insets/InsetCaptionable.cpp    |    6 +-
 src/insets/InsetCaptionable.h      |    6 +-
 src/insets/InsetCode.h             |    2 +-
 src/insets/InsetCollapsable.cpp    |  694 ------------------------------------
 src/insets/InsetCollapsable.h      |  193 ----------
 src/insets/InsetCollapsible.cpp    |  694 ++++++++++++++++++++++++++++++++++++
 src/insets/InsetCollapsible.h      |  193 ++++++++++
 src/insets/InsetCommand.cpp        |    2 +-
 src/insets/InsetERT.cpp            |   10 +-
 src/insets/InsetERT.h              |    4 +-
 src/insets/InsetFlex.cpp           |   16 +-
 src/insets/InsetFlex.h             |    4 +-
 src/insets/InsetFoot.cpp           |    4 +-
 src/insets/InsetFootlike.cpp       |   10 +-
 src/insets/InsetFootlike.h         |    4 +-
 src/insets/InsetIPAMacro.cpp       |   16 +-
 src/insets/InsetIPAMacro.h         |    4 +-
 src/insets/InsetIndex.cpp          |   20 +-
 src/insets/InsetIndex.h            |    4 +-
 src/insets/InsetInfo.cpp           |   12 +-
 src/insets/InsetInfo.h             |    6 +-
 src/insets/InsetListingsParams.cpp |    8 +-
 src/insets/InsetListingsParams.h   |    8 +-
 src/insets/InsetNote.cpp           |   20 +-
 src/insets/InsetNote.h             |    4 +-
 src/insets/InsetPhantom.cpp        |   18 +-
 src/insets/InsetPhantom.h          |    4 +-
 src/insets/InsetScript.cpp         |    2 +-
 53 files changed, 1078 insertions(+), 1064 deletions(-)

Reply via email to