[LyX/master] Typo

2024-06-25 Thread Kornel Benko
commit 527693b782255075bb182d2c34230519a5fe0b3d
Author: Kornel Benko 
Date:   Tue Jun 25 14:36:35 2024 +0200

Typo
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 070c0e18d4..0ca88e66e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -802,7 +802,7 @@ if(LYX_USE_QT MATCHES "QT6|QT5")
else()
if (CMAKE_CXX_STANDARD LESS 11)
message(STATUS "CXX_STANDARD = ${CMAKE_CXX_STANDARD}")
-   message(FATAL_ERROR "QT6 compilation requires at least 
CXX_STANDARD = 11")
+   message(FATAL_ERROR "QT5 compilation requires at least 
CXX_STANDARD = 11")
endif()
set(QtVal "Qt5")
macro (qt_add_resources)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2024-05-09 Thread Jean-Marc Lasgouttes
commit d4f3e87b14aae869a82fb72e788810a743d5c6e0
Author: Jean-Marc Lasgouttes 
Date:   Thu May 9 11:45:55 2024 +0200

typo
---
 src/BufferView.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index 317a276cdd..deba1db919 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -3241,7 +3241,7 @@ void BufferView::updateMetrics(bool force)
 
/* FIXME: do we want that? It avoids potential issues with old
 * paragraphs that should have been recomputed but have not, at
-* the price of potential extra metrics computaiton. I do not
+* the price of potential extra metrics computation. I do not
 * think that the performance gain is high, so that for now the
 * extra paragraphs are removed
 */
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2024-04-25 Thread Jean-Marc Lasgouttes
commit af3521881c209fa0019414096334057f3b6e8c75
Author: Jean-Marc Lasgouttes 
Date:   Thu Apr 25 14:27:22 2024 +0200

typo
---
 src/mathed/MathRow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathed/MathRow.cpp b/src/mathed/MathRow.cpp
index b8d8f63d8e..4f605fa19c 100644
--- a/src/mathed/MathRow.cpp
+++ b/src/mathed/MathRow.cpp
@@ -340,7 +340,7 @@ void MathRow::draw(PainterInfo & pi, int x, int const y) 
const
if (pi.pain.develMode() && !e.inset->isBufferValid()) {
pi.pain.fillRectangle(x + e.before, y - 
g.dim.ascent(),
  g.dim.width(), 
g.dim.height(), Color_error);
-   LYXERR0("Unset Buffer memeber in " << 
insetName(e.inset->lyxCode()));
+   LYXERR0("Unset Buffer member in " << 
insetName(e.inset->lyxCode()));
}
e.inset->draw(pi, x + e.before, y);
g.pos = {x, y};
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in doc

2024-03-25 Thread Jean-Marc Lasgouttes
commit 43b1234a98c645bee29e3c9bcca9e4c1bcc46d22
Author: Jean-Marc Lasgouttes 
Date:   Mon Mar 25 22:32:17 2024 +0100

Typo in doc

Thanks to Peter J. Puchyr for noticing it.
---
 lib/doc/LaTeXConfig.lyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/doc/LaTeXConfig.lyx b/lib/doc/LaTeXConfig.lyx
index 52d3ab0a14..0cc3257704 100644
--- a/lib/doc/LaTeXConfig.lyx
+++ b/lib/doc/LaTeXConfig.lyx
@@ -7834,7 +7834,7 @@ Notes:
 \family sans
 enumitem
 \family default
- provides many possibilities to tweak the appaerance of lists (enumerate,
+ provides many possibilities to tweak the appearance of lists (enumerate,
  itemize,
  description).
  It is used by the Linguistics module to fine tune the appearance of numbered 
subexamples.
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2024-03-21 Thread Jean-Marc Lasgouttes
commit b659d7e3bdb26ed9c862cdb6dcfeb6dcb8cfb89b
Author: Jean-Marc Lasgouttes 
Date:   Thu Mar 21 22:40:19 2024 +0100

typo
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 8f2836c742..7a44ad8896 100644
--- a/INSTALL
+++ b/INSTALL
@@ -60,7 +60,7 @@ This means that gcc users will have to install the relevant 
libstdc++
 library to be able to compile this version of LyX.
 
 For full LyX usability we suggest to use Qt 5.6 and higher, or at the
-very least Qt 5.4. It is also possible to compile against Qt 6.The
+very least Qt 5.4. It is also possible to compile against Qt 6. The
 only special point to make is that you must ensure that both LyX and
 the Qt libraries are compiled with the same C++ compiler.
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in file name

2024-03-05 Thread jpc
commit a8bb10fe09b15132519732f191d107aa56101e76
Author: jpc 
Date:   Tue Mar 5 10:32:23 2024 +0100

  Typo in file name
---
 ..._6.31%29.lyx => American_Astronomical_Society_%28AASTeX_v._631%29.lyx} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/lib/templates/Articles/American_Astronomical_Society_%28AASTeX_v._6.31%29.lyx 
b/lib/templates/Articles/American_Astronomical_Society_%28AASTeX_v._631%29.lyx
similarity index 100%
rename from 
lib/templates/Articles/American_Astronomical_Society_%28AASTeX_v._6.31%29.lyx
rename to 
lib/templates/Articles/American_Astronomical_Society_%28AASTeX_v._631%29.lyx
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2023-09-18 Thread Yuriy Skalko
commit fe8d1209a202e66d6efb2c223b5b6d39332d33ea
Author: Yuriy Skalko 
Date:   Tue Sep 19 01:10:57 2023 +0200

Typo
---
 .../Win32/packaging/installer/src/lang/english.nsh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/Win32/packaging/installer/src/lang/english.nsh 
b/development/Win32/packaging/installer/src/lang/english.nsh
index 7bb40dd..22d56b1 100644
--- a/development/Win32/packaging/installer/src/lang/english.nsh
+++ b/development/Win32/packaging/installer/src/lang/english.nsh
@@ -8,7 +8,7 @@ Author: Joost Verburg, Uwe Stöhr
 
 ${LangFileString} TEXT_INSTALL_CURRENTUSER "(Installed for Current User)"
 
-${LangFileString} TEXT_WELCOME "This wizard will guide you through the 
installation of $(^NameDA), $\r$\n\
+${LangFileString} TEXT_WELCOME "This wizard will guide you through the 
installation of $(^NameDA). $\r$\n\
$\r$\n\
$_CLICK"
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo fix from Jose

2023-09-05 Thread Pavel Sanda
commit 798052344846eb3b76f1eb1cdd99718ecb73a77d
Author: Pavel Sanda 
Date:   Tue Sep 5 20:48:17 2023 +0200

Typo fix from Jose
---
 src/support/os.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/os.h b/src/support/os.h
index 35154a8..20b4e96 100644
--- a/src/support/os.h
+++ b/src/support/os.h
@@ -65,7 +65,7 @@ std::string const python(bool reset = false);
 /// Check for availability of the python interpreter
 bool hasPython();
 
-/// Return information about the ython interper
+/// Return information about the python interperter (version and path)
 std::string const python_info();
 
 ///
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo and markup

2023-08-10 Thread Juergen Spitzmueller
commit 69ffa3a0e67889a1193327a730026d7067087858
Author: Juergen Spitzmueller 
Date:   Thu Aug 10 14:56:28 2023 +0200

Typo and markup
---
 lib/doc/Customization.lyx |   34 +++---
 1 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx
index 076a7e2..2cd81ed 100644
--- a/lib/doc/Customization.lyx
+++ b/lib/doc/Customization.lyx
@@ -1,5 +1,5 @@
 #LyX 2.4 created this file. For more info see https://www.lyx.org/
-\lyxformat 617
+\lyxformat 618
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -26247,10 +26247,34 @@ is
 ,
  or perhaps:
  
+\change_deleted -712698321 1691671418
+
+\backslash
+S
+\backslash
+arabic{section}
+\change_inserted -712698321 1691671418
+
+\begin_inset Flex Code
+status open
+
+\begin_layout Plain Layout
+
+\change_inserted -712698321 1691671418
+
 \backslash
 S
 \backslash
-arabic{section} (which might render as §2.7)
+arabic{section}
+\change_unchanged
+
+\end_layout
+
+\end_inset
+
+
+\change_inserted -584632292 1690588159
+ (which might render as §2.7)
 \change_unchanged
 .
 \change_inserted -584632292 1690587966
@@ -26322,7 +26346,11 @@ theorem
  counter is often used for all sorts of theorem-like environments:
  Theorem,
  Lemma,
- eetc.
+ 
+\change_deleted -712698321 1691671691
+e
+\change_inserted -584632292 1690588264
+etc.
  The first argument gives a prefix used in the labels (e.g.,
  
 \begin_inset Quotes eld
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-08-06 Thread Pavel Sanda
commit f2170fa5838f0a7f12b64e1e04edb4628ae0e434
Author: Pavel Sanda 
Date:   Mon Aug 7 01:54:08 2023 +0200

typo
---
 lib/RELEASE-NOTES |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 639c9c4..9b939b7 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -51,7 +51,7 @@
 * Alt-Escape can be used to 'float' and redock widgets like the table of 
contents
   or source view.
 
-* Edit > Paste operation now preserve newlines in text by default.
+* Edit > Paste operation now preserves newlines in text by default.
 
 
 !!Documents compilation process and images conversion
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-06-20 Thread Juergen Spitzmueller
commit 75eb3abcfbf134a33795287c70f543f1cd2fcd8e
Author: Juergen Spitzmueller 
Date:   Tue Jun 20 11:00:05 2023 +0200

typo
---
 src/insets/InsetIndex.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp
index 536288d..b20b553 100644
--- a/src/insets/InsetIndex.cpp
+++ b/src/insets/InsetIndex.cpp
@@ -1175,7 +1175,7 @@ string InsetIndex::contextMenuName() const
 string InsetIndex::contextMenu(BufferView const & bv, int x, int y) const
 {
// We override the implementation of InsetCollapsible,
-   // because we have eytra entries.
+   // because we have extra entries.
string owncm = "context-edit-index;";
return owncm + InsetCollapsible::contextMenu(bv, x, y);
 }
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-05-02 Thread Jean-Marc Lasgouttes
commit 84dc007f1d6cec807c11d0d6a0809d351f6721d0
Author: Jean-Marc Lasgouttes 
Date:   Tue May 2 14:39:33 2023 +0200

typo
---
 lib/doc/fr/Tutorial.lyx |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/doc/fr/Tutorial.lyx b/lib/doc/fr/Tutorial.lyx
index d185df3..38ee0f4 100644
--- a/lib/doc/fr/Tutorial.lyx
+++ b/lib/doc/fr/Tutorial.lyx
@@ -1,5 +1,5 @@
 #LyX 2.4 created this file. For more info see https://www.lyx.org/
-\lyxformat 614
+\lyxformat 615
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -674,7 +674,7 @@ Notes
  Si vous voulez tricher ou vérifier ce que vous avez fait,
  vous pouvez consulter un autre fichier appelé 
 \emph on
-Exemple (lixifié)
+Exemple (lyxifié)
 \emph default
 ,
  qui contient le même texte comme s'il avait été écrit et mis en forme par un 
maître de \SpecialChar LyX
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-04-14 Thread Pavel Sanda
commit 7f614397ed9e67e4eb71b9e2c9b8203312d19bbf
Author: Pavel Sanda 
Date:   Fri Apr 14 10:53:37 2023 +0200

typo
---
 src/frontends/qt/GuiPrefs.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp
index 4368b68..4fb3452 100644
--- a/src/frontends/qt/GuiPrefs.cpp
+++ b/src/frontends/qt/GuiPrefs.cpp
@@ -1886,7 +1886,7 @@ void PrefConverters::on_needauthCB_toggled(bool checked)
}
 
int ret = frontend::Alert::prompt(
-   _("SECURITY WARNING!"), _("Unchecking this option has the 
effect that potentially harmful converters would be run without asking your 
permission first. This is UNSAFE and NOT recommended, unless you know what you 
are doing. Are you sure you would like to proceed ? The recommended and safe 
answer is NO!"),
+   _("SECURITY WARNING!"), _("Unchecking this option has the 
effect that potentially harmful converters would be run without asking your 
permission first. This is UNSAFE and NOT recommended, unless you know what you 
are doing. Are you sure you would like to proceed? The recommended and safe 
answer is NO!"),
0, 0, _(""), _(""));
if (ret == 1)
changed();
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in metadata glyphs check.

2023-04-13 Thread Pavel Sanda
commit 32209c9845165a1f686d3faddd1afcedc865da0b
Author: Pavel Sanda 
Date:   Thu Apr 13 21:55:57 2023 +0200

Typo in metadata glyphs check.

So I belive, but someone please double check.
---
 src/BufferParams.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index 71e4bae..a6ccd4e 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -1742,7 +1742,7 @@ bool BufferParams::writeLaTeX(otexstream & os, 
LaTeXFeatures & features,
"\n\nPlease select an appropriate "
"document encoding\n"
"(such as utf8) or change the "
-   "preamble code accordingly."),
+   "metadata accordingly."),
  uncodable_glyphs));
}
if (!doc_metadata.str().empty()) {
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-04-13 Thread Pavel Sanda
commit 6b7da5ec8c35acd09628b7b51b74a3f4d7c05d67
Author: Pavel Sanda 
Date:   Thu Apr 13 21:50:43 2023 +0200

typo
---
 src/Buffer.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index b206c4e..a7f6588 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -4806,7 +4806,7 @@ Buffer::ReadStatus Buffer::loadEmergency()
  "asked about it again the next time 
you try to load "
  "this file, and may over-write your 
own work."));
} else {
-   Alert::warning(_("Emergency File Renames"),
+   Alert::warning(_("Emergency File Renamed"),
bformat(_("Emergency file renamed as:\n 
%1$s"),
from_utf8(newname.onlyFileName(;
}
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-04-13 Thread Pavel Sanda
commit f664498ba75783698892680c76a063b9ae5a0100
Author: Pavel Sanda 
Date:   Thu Apr 13 21:36:17 2023 +0200

typo
---
 src/Buffer.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 0552ef9..b206c4e 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -4466,7 +4466,7 @@ Buffer::ExportStatus Buffer::doExport(string const & 
target, bool put_in_tempdir
  
translateIfPossible(theFormats().prettyName(format)));
if (format == "pdf4")
s += "\n"
- + bformat(_("Hint: use non-TeX fonts 
or set input encoding "
+ + bformat(_("Hint: use non-TeX fonts 
or set input encoding"
  " to '%1$s'"), 
from_utf8(encodings.fromLyXName("ascii")->guiName()));
Alert::error(_("Couldn't export file"), s);
}
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2023-04-08 Thread Juergen Spitzmueller
commit 9b2fb3b051c49207f099b300e93c29efb2aaf812
Author: Juergen Spitzmueller 
Date:   Sat Apr 8 17:27:31 2023 +0200

Typo
---
 lib/layouts/rsphrase.module |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/rsphrase.module b/lib/layouts/rsphrase.module
index f4540df..749e165 100644
--- a/lib/layouts/rsphrase.module
+++ b/lib/layouts/rsphrase.module
@@ -3,7 +3,7 @@
 #DescriptionBegin
 #Provides two insets and one environment to typeset numbers and phrases of 
 #chemical risk and safety statements.
-#Now obsoleted and officialy replaced by GHS Hazard-Precautionary statement 
system in the EU.
+#Now obsoleted and officially replaced by GHS Hazard-Precautionary statement 
system in the EU.
 #DescriptionEnd
 #Author: Uwe Stöhr 
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in fr.po

2023-03-06 Thread jpc
commit f6866e8b7bf7c303b3c8a73a04971bc406386ed5
Author: jpc 
Date:   Mon Mar 6 10:25:12 2023 +0100

  Typo in fr.po
---
 po/fr.gmo |  Bin 647608 -> 647609 bytes
 po/fr.po  |  102 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/po/fr.gmo b/po/fr.gmo
index 6668a28..0ce4e6e 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index e7f2862..6fdef2d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -362,8 +362,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LyX 2.4\n"
 "Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n"
-"POT-Creation-Date: 2023-03-03 17:41+0100\n"
-"PO-Revision-Date: 2023-03-03 17:49+0100\n"
+"POT-Creation-Date: 2023-03-06 10:23+0100\n"
+"PO-Revision-Date: 2023-03-06 10:24+0100\n"
 "Last-Translator: Jean-Pierre Chrétien \n"
 "Language-Team: lyxfr\n"
 "Language: fr\n"
@@ -31482,7 +31482,7 @@ msgstr " inconnu"
 msgid "Table Style "
 msgstr "Style de tableau "
 
-#: src/Text3.cpp:2409 src/frontends/qt/GuiApplication.cpp:1885
+#: src/Text3.cpp:2409 src/frontends/qt/GuiApplication.cpp:1882
 msgid "Missing argument"
 msgstr "Paramètre manquant"
 
@@ -32016,7 +32016,7 @@ msgid "This tab contains invalid input. Please fix!"
 msgstr "Cet onglet contient une saisie invalide. Corrigez-le !"
 
 #: src/frontends/qt/ButtonController.cpp:266
-#: src/frontends/qt/GuiApplication.cpp:2009 src/frontends/qt/GuiCompare.cpp:196
+#: src/frontends/qt/GuiApplication.cpp:2006 src/frontends/qt/GuiCompare.cpp:196
 #: src/frontends/qt/GuiSymbols.cpp:346
 msgid "Cancel"
 msgstr "Annuler"
@@ -32245,89 +32245,89 @@ msgstr "Python détecté : %1$s"
 msgid "About LyX"
 msgstr "À propos de LyX"
 
-#: src/frontends/qt/GuiApplication.cpp:778
+#: src/frontends/qt/GuiApplication.cpp:775
 msgid "About %1"
 msgstr "À propos de %1"
 
-#: src/frontends/qt/GuiApplication.cpp:779 src/frontends/qt/GuiPrefs.cpp:3538
+#: src/frontends/qt/GuiApplication.cpp:776 src/frontends/qt/GuiPrefs.cpp:3538
 msgid "Preferences"
 msgstr "Préférences"
 
-#: src/frontends/qt/GuiApplication.cpp:780
+#: src/frontends/qt/GuiApplication.cpp:777
 msgid "Reconfigure"
 msgstr "Reconfigurer"
 
-#: src/frontends/qt/GuiApplication.cpp:781
+#: src/frontends/qt/GuiApplication.cpp:778
 msgid "Restore Defaults"
 msgstr "Restaurer le réglage implicite"
 
-#: src/frontends/qt/GuiApplication.cpp:782
+#: src/frontends/qt/GuiApplication.cpp:779
 msgid "Quit %1"
 msgstr "Quitter %1"
 
-#: src/frontends/qt/GuiApplication.cpp:783 src/frontends/qt/GuiInclude.cpp:320
+#: src/frontends/qt/GuiApplication.cpp:780 src/frontends/qt/GuiInclude.cpp:320
 #: src/frontends/qt/GuiInclude.cpp:330 src/frontends/qt/GuiInclude.cpp:335
 msgid ""
 msgstr ""
 
-#: src/frontends/qt/GuiApplication.cpp:785
+#: src/frontends/qt/GuiApplication.cpp:782
 msgid "Apply"
 msgstr "Appliquer"
 
-#: src/frontends/qt/GuiApplication.cpp:786
+#: src/frontends/qt/GuiApplication.cpp:783
 msgid "Reset"
 msgstr "RàZ"
 
-#: src/frontends/qt/GuiApplication.cpp:787
+#: src/frontends/qt/GuiApplication.cpp:784
 msgid "Open"
 msgstr "Ouvir"
 
-#: src/frontends/qt/GuiApplication.cpp:1282
+#: src/frontends/qt/GuiApplication.cpp:1279
 msgid "Nothing to do"
 msgstr "Rien à faire"
 
-#: src/frontends/qt/GuiApplication.cpp:1288
+#: src/frontends/qt/GuiApplication.cpp:1285
 msgid "Unknown action"
 msgstr "Action inconnue"
 
-#: src/frontends/qt/GuiApplication.cpp:1332
+#: src/frontends/qt/GuiApplication.cpp:1329
 msgid "Command not handled"
 msgstr "Commande non gérée"
 
-#: src/frontends/qt/GuiApplication.cpp:1338
+#: src/frontends/qt/GuiApplication.cpp:1335
 msgid "Command disabled"
 msgstr "Commande désactivée"
 
-#: src/frontends/qt/GuiApplication.cpp:1446
+#: src/frontends/qt/GuiApplication.cpp:1443
 #, c-format
 msgid "Bad debug value `%1$s'."
 msgstr "Valeur de débogage incorrecte « %1$s »."
 
-#: src/frontends/qt/GuiApplication.cpp:1475 src/frontends/qt/GuiView.cpp:2348
+#: src/frontends/qt/GuiApplication.cpp:1472 src/frontends/qt/GuiView.cpp:2348
 msgid "Command not allowed without a buffer open"
 msgstr "Commande non autorisée si aucun tampon n'est ouvert"
 
-#: src/frontends/qt/GuiApplication.cpp:1482
+#: src/frontends/qt/GuiApplication.cpp:1479
 msgid "the  argument of buffer-forall is not valid"
 msgstr "l'argument  de buffer-forall est invalide"
 
-#: src/frontends/qt/GuiApplication.cpp:1559
+#: src/frontends/qt/GuiApplication.cpp:1556
 msgid "Wrong focus!"
 msgstr "Mauvaise cible !"
 
-#: src/frontends/qt/GuiApplication.cpp:1693
+#: src/frontends/qt/GuiApplication.cpp:1690
 msgid "Running configure..."
 msgstr "Lancement de configure..."
 
-#: src/frontends/qt/GuiApplication.cpp:1703
+#: src/frontends/qt/GuiApplication.cpp:1700
 msgid "Reloading configuration..."
 msgstr "Rechargement de la configuration..."
 
-#: src/frontends/qt/GuiApplication.cpp:1713
+#: src/frontends/qt/GuiApplication.cpp:1710
 msgid "System reconfiguration failed"
 msgstr "Échec de la reconfiguration"
 
-#: 

[LyX/master] typo

2023-02-19 Thread Pavel Sanda
commit be0341edd30e7bb7b2ce8fd2ee1f9106bcafe5d3
Author: Pavel Sanda 
Date:   Sun Feb 19 21:41:40 2023 +0100

typo
---
 src/LyXRC.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LyXRC.h b/src/LyXRC.h
index db7c539..c196d57 100644
--- a/src/LyXRC.h
+++ b/src/LyXRC.h
@@ -252,7 +252,7 @@ public:
/// given citation.
bool citation_search = false;
/// Name of external script which searches for file corresponding to a 
-   /// given citation. At this moment only script lyxpaperview.p is 
supported
+   /// given citation. At this moment only script lyxpaperview.py is 
supported
/// (search for pdf or ps based on specific items)
std::string citation_search_view;
/// Items to search for in citation_search_view
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2023-02-08 Thread Jean-Marc Lasgouttes
commit f23085ae409c43236447ff6c7e5a0d0489895df4
Author: Jean-Marc Lasgouttes 
Date:   Wed Feb 8 17:11:14 2023 +0100

typo
---
 po/fr.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 1b56b82..8338ce3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -37236,7 +37236,7 @@ msgstr ""
 #: src/insets/InsetInfo.cpp:1053
 #, c-format
 msgid "No menu entry for action %1$s"
-msgstr "Pas d'entré de menu pour l'action %1$s"
+msgstr "Pas d'entrée de menu pour l'action %1$s"
 
 #: src/insets/InsetInfo.cpp:1178
 #, c-format
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in a comment

2023-01-05 Thread Scott Kostyshak
commit bee08b19ee2bdd8089cbd45ab2035bde7c9c6903
Author: Scott Kostyshak 
Date:   Thu Jan 5 23:33:16 2023 -0500

Typo in a comment
---
 src/support/os.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/os.h b/src/support/os.h
index a96791d..7e6bdbd 100644
--- a/src/support/os.h
+++ b/src/support/os.h
@@ -62,7 +62,7 @@ int timeout_ms();
 /// @param reset True if the python path should be recomputed
 std::string const python(bool reset = false);
 
-/// Check for availbility of the python interpreter
+/// Check for availability of the python interpreter
 bool hasPython();
 
 ///
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2022-12-25 Thread Richard Kimberly Heck
commit 3d2bedb160765cfd6252f6a298ac5d8fabfefbfc
Author: Richard Kimberly Heck 
Date:   Sun Dec 25 12:50:54 2022 -0500

typo
---
 src/tex2lyx/TODO.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt
index 7efd943..ad1afd0 100644
--- a/src/tex2lyx/TODO.txt
+++ b/src/tex2lyx/TODO.txt
@@ -4,7 +4,7 @@ current file format are listed. The table is organized in three 
columns:
 
 
 Format:First file format that supports the feature. In some cases the
-   feature may habe been revised in later file formats.
+   feature may have been revised in later file formats.
 LaTeX feature: LaTeX package, command or environment
 LyX feature:   LyX inset or document setting
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo spotted by Pavel

2022-12-04 Thread Juergen Spitzmueller
commit 7a0c8f366d8e8ba1df534c3f5644d789a9c8a6e8
Author: Juergen Spitzmueller 
Date:   Mon Dec 5 06:47:52 2022 +0100

Typo spotted by Pavel
---
 src/mathed/InsetMathMacro.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mathed/InsetMathMacro.cpp b/src/mathed/InsetMathMacro.cpp
index 543bd23..70e67a6 100644
--- a/src/mathed/InsetMathMacro.cpp
+++ b/src/mathed/InsetMathMacro.cpp
@@ -1186,7 +1186,7 @@ void InsetMathMacro::write(TeXMathStream & os) const
if (!uncodable.empty()) {
frontend::Alert::warning(
_("Uncodable characters in math macro"),
-   support::bformat(_("The macro name '%1$s' contains a 
character.\n"
+   support::bformat(_("The macro name '%1$s' contains a 
character\n"
   "that is not encodable in the 
current encoding (%2$s).\n"
   "Please fix this macro."), name_in, 
uncodable));
}
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2022-10-31 Thread Juergen Spitzmueller
commit ca89c6c18ebad780a888b6f50ae12cf4eb99b677
Author: Juergen Spitzmueller 
Date:   Mon Oct 31 07:52:11 2022 +0100

Typo
---
 src/insets/InsetIndex.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp
index 2234d9d..0a14372 100644
--- a/src/insets/InsetIndex.cpp
+++ b/src/insets/InsetIndex.cpp
@@ -582,7 +582,7 @@ void InsetIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
 
case LFUN_PARAGRAPH_BREAK: {
// Since this inset in single-par anyway, let's use
-   // return to enter subentryes
+   // return to enter subentries
FuncRequest fr(LFUN_INDEXMACRO_INSERT, "subentry");
lyx::dispatch(fr);
break;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in User Guide

2022-05-17 Thread Scott Kostyshak
commit 58a0756a7084b3dfad72fa3eb4e8ff737a0f5b7c
Author: Scott Kostyshak 
Date:   Tue May 17 21:24:05 2022 -0400

Typo in User Guide

"option1,option1" -> "option1,option2"
---
 lib/doc/UserGuide.lyx|7 ++-
 lib/doc/de/UserGuide.lyx |2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index 493e6d2..94047f1 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
@@ -164,6 +164,7 @@ logicalmkup
 \author 5863208 "ab"
 \author 5863344 "Enrico Forestieri"
 \author 244031559 "Yuriy"
+\author 274215730 "scott"
 \author 630872221 "Jean-Pierre Chrétien" jeanpierre.chret...@free.fr
 \author 1549938239 "Kornel Benko"
 \author 1675569489 "Stephan Witt"
@@ -36314,7 +36315,11 @@ hypersetup
 \change_inserted -712698321 1644656496
 
 \series bold
-PackageOptions hyperref option1,option1
+PackageOptions hyperref option1,option
+\change_deleted 274215730 1652836969
+1
+\change_inserted 274215730 1652836970
+2
 \change_unchanged
 
 \end_layout
diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index b29b96f..4511be1 100644
--- a/lib/doc/de/UserGuide.lyx
+++ b/lib/doc/de/UserGuide.lyx
@@ -33457,7 +33457,7 @@ en.
 \begin_layout Quote
 
 \series bold
-PackageOptions hyperref option1,option1
+PackageOptions hyperref option1,option2
 \end_layout
 
 \begin_layout Standard
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2022-02-16 Thread Juergen Spitzmueller
commit 755146287cc668661af98989e12614d572cdc001
Author: Juergen Spitzmueller 
Date:   Thu Feb 17 08:21:36 2022 +0100

Typo
---
 src/insets/InsetIndex.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp
index 2e1e19c..fe0890c 100644
--- a/src/insets/InsetIndex.cpp
+++ b/src/insets/InsetIndex.cpp
@@ -149,7 +149,7 @@ void InsetIndex::latex(otexstream & ios, OutputParams const 
& runparams_in) cons
// version of the content to get sorting right,
// e.g. \index{LyX@\LyX}, \index{text@\textbf{text}}.
// We do this on all levels.
-   // We don't do it if the level already contains a '@', thouugh.
+   // We don't do it if the level already contains a '@', though.
if (contains(*it, '\\') && !contains(*it, '@')) {
// Plaintext might return nothing (e.g. for ERTs).
// In that case, we use LaTeX.
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2021-12-27 Thread Jean-Marc Lasgouttes
commit 7ab3c59f006ddaa6a54683a260810217d0272e5e
Author: Jean-Marc Lasgouttes 
Date:   Mon Dec 27 19:38:10 2021 +0100

Typo
---
 src/frontends/qt/GuiFontMetrics.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiFontMetrics.cpp 
b/src/frontends/qt/GuiFontMetrics.cpp
index e51d40f..e638e10 100644
--- a/src/frontends/qt/GuiFontMetrics.cpp
+++ b/src/frontends/qt/GuiFontMetrics.cpp
@@ -92,7 +92,7 @@ namespace {
 
 // Limit strwidth_cache_ total cost to 1MB of string data.
 int const strwidth_cache_max_cost = 1024 * 1024;
-// Limit breakat_cache_ total cost to 10MB of string data.
+// Limit breakstr_cache_ total cost to 10MB of string data.
 // This is useful for documents with very large insets.
 int const breakstr_cache_max_cost = 10 * 1024 * 1024;
 // Qt 5.x already has its own caching of QTextLayout objects
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in doc: capitalize "t" in "EndLabeltype"

2021-12-04 Thread Scott Kostyshak
commit c7b4cae84099f097fa227444b6c9bd1036151d70
Author: Scott Kostyshak 
Date:   Sat Dec 4 15:17:36 2021 -0500

Typo in doc: capitalize "t" in "EndLabeltype"
---
 lib/attic/doc/eu_Customization.lyx |2 +-
 lib/doc/Customization.lyx  |2 +-
 lib/doc/de/Customization.lyx   |2 +-
 lib/doc/es/Customization.lyx   |2 +-
 lib/doc/fr/Customization.lyx   |2 +-
 lib/doc/ja/Customization.lyx   |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/attic/doc/eu_Customization.lyx 
b/lib/attic/doc/eu_Customization.lyx
index 0bf4c36..0790b19 100644
--- a/lib/attic/doc/eu_Customization.lyx
+++ b/lib/attic/doc/eu_Customization.lyx
@@ -6496,7 +6496,7 @@ Counter_xxx
 
 \family typewriter
 \series medium
-EndLabeltype
+EndLabelType
 \family default
 \series default
  
diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx
index 079b7f7..cd5d71d 100644
--- a/lib/doc/Customization.lyx
+++ b/lib/doc/Customization.lyx
@@ -14252,7 +14252,7 @@ Note that, besides that functionality, there is no way 
to ensure any ordering
 status collapsed
 
 \begin_layout Plain Layout
-EndLabeltype
+EndLabelType
 \end_layout
 
 \end_inset
diff --git a/lib/doc/de/Customization.lyx b/lib/doc/de/Customization.lyx
index b7b39a2..a569eaa 100644
--- a/lib/doc/de/Customization.lyx
+++ b/lib/doc/de/Customization.lyx
@@ -11698,7 +11698,7 @@ Beachten Sie, dass es außer dieser Funktionalität keine 
andere Möglichkeit
 status collapsed
 
 \begin_layout Plain Layout
-EndLabeltype
+EndLabelType
 \end_layout
 
 \end_inset
diff --git a/lib/doc/es/Customization.lyx b/lib/doc/es/Customization.lyx
index b494280..e9f76c7 100644
--- a/lib/doc/es/Customization.lyx
+++ b/lib/doc/es/Customization.lyx
@@ -12110,7 +12110,7 @@ Anotar que, excepto esta funcionalidad, no hay forma de 
asegurar ningún
 status collapsed
 
 \begin_layout Plain Layout
-EndLabeltype
+EndLabelType
 \end_layout
 
 \end_inset
diff --git a/lib/doc/fr/Customization.lyx b/lib/doc/fr/Customization.lyx
index 52fbd15..75b0f37 100644
--- a/lib/doc/fr/Customization.lyx
+++ b/lib/doc/fr/Customization.lyx
@@ -12028,7 +12028,7 @@ Noter que, à part cette fonctionnalité, il n'y a aucun 
moyen de garantir
 status collapsed
 
 \begin_layout Plain Layout
-EndLabeltype
+EndLabelType
 \end_layout
 
 \end_inset
diff --git a/lib/doc/ja/Customization.lyx b/lib/doc/ja/Customization.lyx
index 80f9fb6..c3b395a 100644
--- a/lib/doc/ja/Customization.lyx
+++ b/lib/doc/ja/Customization.lyx
@@ -10831,7 +10831,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-EndLabeltype
+EndLabelType
 \end_layout
 
 \end_inset
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2021-09-28 Thread Jean-Marc Lasgouttes
commit 7067f48fa7afb89575abc58495d076078ce20137
Author: Jean-Marc Lasgouttes 
Date:   Tue Sep 28 11:25:25 2021 +0200

typo
---
 src/frontends/qt/GuiApplication.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiApplication.cpp 
b/src/frontends/qt/GuiApplication.cpp
index 4161db5..f411088 100644
--- a/src/frontends/qt/GuiApplication.cpp
+++ b/src/frontends/qt/GuiApplication.cpp
@@ -559,7 +559,7 @@ IconInfo iconInfo(FuncRequest const & f, bool unknown, bool 
rtl)
// The folders where icons are searched for
QStringList imagedirs;
imagedirs << "images/ipa/" << "images/";
-   // This is used to search for rtl version of icons which have the +rrtl 
suffix.
+   // This is used to search for rtl version of icons which have the +rtl 
suffix.
QStringList suffixes;
if (rtl)
suffixes << "+rtl";
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo.

2021-09-26 Thread Thibaut Cuvelier
commit b2c0604ad1078acaf410fa45e04922b6371f9332
Author: Thibaut Cuvelier 
Date:   Sun Sep 26 17:25:28 2021 +0200

Typo.
---
 lib/scripts/tex_copy.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/scripts/tex_copy.py b/lib/scripts/tex_copy.py
index bb0cc68..1ec9e92 100644
--- a/lib/scripts/tex_copy.py
+++ b/lib/scripts/tex_copy.py
@@ -13,7 +13,7 @@
 # tex_copy.py   
 
 # This script will copy a file  to .
-#  is no exact copy of , but any occurence of 
+#  is no exact copy of , but any occurrence of 
 # where  is  without directory and extension parts is
 # replaced by  without extension.
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2021-05-28 Thread jpc
commit ffa6a724ee42818fe8e77213b2367d5dda499d85
Author: jpc 
Date:   Fri May 28 08:49:36 2021 +0200

   Typo
---
 lib/doc/fr/UserGuide.lyx |4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lib/doc/fr/UserGuide.lyx b/lib/doc/fr/UserGuide.lyx
index a7ec35a..f66e288 100644
--- a/lib/doc/fr/UserGuide.lyx
+++ b/lib/doc/fr/UserGuide.lyx
@@ -33920,9 +33920,7 @@ pourcent
 \begin_inset Quotes crd
 \end_inset
 
- avant eux
-\lang english
-.
+ avant eux.
 \begin_inset CommandInset nomenclature
 LatexCommand nomenclature
 symbol "%@, %|, %!, %\""
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2021-01-07 Thread Jean-Marc Lasgouttes
commit c10aa3064fe9d4009a46ce51bbdd8d3d97c62d75
Author: Jean-Marc Lasgouttes 
Date:   Thu Jan 7 12:36:36 2021 +0100

typo
---
 src/Cursor.h |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Cursor.h b/src/Cursor.h
index 6f4ac22..f549047 100644
--- a/src/Cursor.h
+++ b/src/Cursor.h
@@ -277,7 +277,7 @@ public:
void message(docstring const & msg) const;
/// display an error message
void errorMessage(docstring const & msg) const;
-   /// get the resut of the last dispatch
+   /// get the result of the last dispatch
DispatchResult const & result() const;
 
/// Set the cursor language from current input method language
@@ -286,7 +286,7 @@ public:
 * or partial match with the whole list of languages.
 */
void setLanguageFromInput();
-   /// Set the current font of the cursor from its location. 
+   /// Set the current font of the cursor from its location.
void setCurrentFont();
 
/**
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-12-19 Thread Pavel Sanda
commit db52066d6aa6ec48e77e2a33f2ce19dd306a1541
Author: Pavel Sanda 
Date:   Sat Dec 19 18:29:10 2020 +0100

Typo
---
 src/LyXVC.cpp |5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp
index 1e6cb12..7e7e770 100644
--- a/src/LyXVC.cpp
+++ b/src/LyXVC.cpp
@@ -99,9 +99,8 @@ bool LyXVC::file_found_hook(FileName const & fn)
 bool LyXVC::file_not_found_hook(FileName const & fn)
 {
// Check if file is under version control.
-   // This happens if we are trying to load does not exist.
-   // It may yet exist in the repository and so could be
-   // checked out.
+   // This happens if we are trying to load file that does not exist.
+   // It may yet exist in the repository and so could be checked out.
bool foundRCS = !RCS::findFile(fn).empty();
bool foundCVS = foundRCS ? false : !CVS::findFile(fn).empty();
bool foundSVN = (foundRCS || foundCVS) ? false : SVN::findFile(fn);
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-12-18 Thread Richard Kimberly Heck
commit 8c805db9d3c6c333291374ba6b1b9728f87187cc
Author: Richard Kimberly Heck 
Date:   Fri Dec 18 17:35:58 2020 -0500

Typo
---
 src/VCBackend.cpp |4 ++--
 src/VCBackend.h   |3 ++-
 src/support/filetools.cpp |2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp
index f1f19b2..48cb618 100644
--- a/src/VCBackend.cpp
+++ b/src/VCBackend.cpp
@@ -161,8 +161,8 @@ bool RCS::retrieve(FileName const & file)
 {
LYXERR(Debug::LYXVC, "LyXVC::RCS: retrieve.\n\t" << file);
// The caller ensures that file does not exist, so no need to check 
that.
-   return doVCCommandCall("co -q -r " + 
quoteName(file.toFilesystemEncoding()),
-  FileName()) == 0;
+   int const ret = doVCCommandCall("co -q -r " + 
quoteName(file.toFilesystemEncoding()));
+   return ret == 0;
 }
 
 
diff --git a/src/VCBackend.h b/src/VCBackend.h
index ed4201a..e7dc735 100644
--- a/src/VCBackend.h
+++ b/src/VCBackend.h
@@ -129,7 +129,8 @@ protected:
 * @param path the path from which to execute
 * @return exit status
 */
-   static int doVCCommandCall(std::string const & cmd, support::FileName 
const & path);
+   static int doVCCommandCall(std::string const & cmd,
+   support::FileName const & path = support::FileName());
 
/// The status of the VC controlled file.
VCStatus vcstatus_;
diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp
index 88b8be1..a5168d4 100644
--- a/src/support/filetools.cpp
+++ b/src/support/filetools.cpp
@@ -1147,7 +1147,7 @@ cmd_ret const runCommand(string const & cmd)
 FileName const findtexfile(string const & fil, string const & /*format*/,
   bool const onlykpse)
 {
-   /* There is no problem to extend this function too use other
+   /* There is no problem to extend this function to use other
   methods to look for files. It could be setup to look
   in environment paths and also if wanted as a last resort
   to a recursive find. One of the easier extensions would
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-12-18 Thread Richard Kimberly Heck
commit a4c9a5010e616e9f68a5e9dd981d5fb91386d6b1
Author: Richard Kimberly Heck 
Date:   Fri Dec 18 16:19:28 2020 -0500

typo
---
 src/VCBackend.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/VCBackend.h b/src/VCBackend.h
index d983906..b3f4e14 100644
--- a/src/VCBackend.h
+++ b/src/VCBackend.h
@@ -492,7 +492,7 @@ public:
explicit
GIT(support::FileName const & m, Buffer * b);
 
-   /// Determine whether the file is under RCS control
+   /// Determine whether the file is under GIT control
/// \return the file itself if so, else empty
static support::FileName const findFile(support::FileName const & file);
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-12-13 Thread Pavel Sanda
commit ad3a1e223cb79a3ab671d41051911df518d4c8cc
Author: Pavel Sanda 
Date:   Mon Dec 14 00:24:45 2020 +0100

typo
---
 po/id.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/id.po b/po/id.po
index f959c5b..ccf4a8b 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8244,7 +8244,7 @@ msgstr "Graph[[matematika]]"
 
 #: lib/layouts/achemso.layout:266
 msgid "List of Graphs[[mathematical]]"
-msgstr "Daftar Grafik [[mathematika]]"
+msgstr "Daftar Grafik[[mathematika]]"
 
 #: lib/layouts/achemso.layout:302
 msgid "SupplementalInfo"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-12-07 Thread Enrico Forestieri
commit 5be2e3c7341af94dda30ee2faf9562a4c824e206
Author: Enrico Forestieri 
Date:   Mon Dec 7 22:32:36 2020 +0100

Typo
---
 lib/examples/it/Welcome.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/examples/it/Welcome.lyx b/lib/examples/it/Welcome.lyx
index 175338f..779d9e0 100644
--- a/lib/examples/it/Welcome.lyx
+++ b/lib/examples/it/Welcome.lyx
@@ -136,7 +136,7 @@ Mostra
 
 (pdflatex)]
 \family default
- per constatrlo con i vostri occhi.
+ per constatarlo con i vostri occhi.
 \end_layout
 
 \begin_layout Enumerate
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo.

2020-11-27 Thread Thibaut Cuvelier
commit fd40dfd4294278bcac761ad5502ee035c9bd4910
Author: Thibaut Cuvelier 
Date:   Sat Nov 28 05:31:23 2020 +0100

Typo.
---
 development/autotests/invertedTests |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/autotests/invertedTests 
b/development/autotests/invertedTests
index 2b31a71..a9073f4 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -520,7 +520,7 @@ 
export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_docbook5
 # - Empty figure. Broken references. Float notes not implemented (how to do 
it?).
 export/templates/Articles/American_Economic_Association_%28AEA%29_docbook5
 
export/templates/Articles/American_Psychological_Association_%28APA%29,_v._7_docbook5
-# - Empty figure. Dedications: IEEE wants them in the preamble, DocBook 
outsie. How to implement biographies?
+# - Empty figure. Dedications: IEEE wants them in the preamble, DocBook 
outside. How to implement biographies?
 #   They should have their own section...
 export/templates/Articles/IEEE_Transactions(.*)_docbook5
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo and reformatting

2020-11-21 Thread Jean-Marc Lasgouttes
commit 2d27d033a668d8729817298de1109df250d4b328
Author: Jean-Marc Lasgouttes 
Date:   Sat Nov 21 19:13:29 2020 +0100

Typo and reformatting
---
 src/TextMetrics.h |8 +++-
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/TextMetrics.h b/src/TextMetrics.h
index 096f92a..d65618f 100644
--- a/src/TextMetrics.h
+++ b/src/TextMetrics.h
@@ -76,7 +76,7 @@ public:
 bool const expand_on_multipars = true);
 
/// The "nodraw" drawing stage for one single paragraph: set the
-   /// positions of the insets contained this paragraph in metrics
+   /// positions of the insets contained in this paragraph in metrics
/// cache. Related to BufferView::updatePosCache.
void updatePosCache(pit_type pit) const;
 
@@ -99,11 +99,9 @@ public:
/// is this position in the paragraph right-to-left?
bool isRTL(CursorSlice const & sl, bool boundary) const;
/// is between pos-1 and pos an RTL<->LTR boundary?
-   bool isRTLBoundary(pit_type pit,
- pos_type pos) const;
+   bool isRTLBoundary(pit_type pit, pos_type pos) const;
/// would be a RTL<->LTR boundary between pos and the given font?
-   bool isRTLBoundary(pit_type pit,
- pos_type pos, Font const & font) const;
+   bool isRTLBoundary(pit_type pit, pos_type pos, Font const & font) const;
 
 
/// Rebreaks the given paragraph.
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-11-20 Thread Yuriy Skalko
commit b56a64a8ef56625e1e9fe2ba9c3fc27e79d70af3
Author: Yuriy Skalko 
Date:   Tue Nov 17 20:03:04 2020 +0200

Typo
---
 src/mathed/InsetMathMacro.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mathed/InsetMathMacro.h b/src/mathed/InsetMathMacro.h
index 38afcf0..794819a 100644
--- a/src/mathed/InsetMathMacro.h
+++ b/src/mathed/InsetMathMacro.h
@@ -159,7 +159,7 @@ public:
/// This is not used for display; however whether it is mathrel 
determines
/// how to split equations intelligently.
MathClass mathClass() const override;
-   /// Override so as to set Buffer for defnition_ member, too.
+   /// Override so as to set Buffer for definition_ member, too.
void setBuffer(Buffer &) override;
 
 protected:
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in message

2020-11-16 Thread Kornel Benko
commit 06b09452d7396702ef631a37d1f18f8d86fd4e20
Author: Kornel Benko 
Date:   Mon Nov 16 12:40:35 2020 +0100

Typo in message
---
 development/autotests/export.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/autotests/export.cmake 
b/development/autotests/export.cmake
index 11aaec5..4337ea6 100755
--- a/development/autotests/export.cmake
+++ b/development/autotests/export.cmake
@@ -217,7 +217,7 @@ else()
 endforeach()
   endif()
   string(REGEX REPLACE ";" " " _LyXExtraParams "${LyXExtraParams}")
-  message(STATUS "Executing in working dir ${Tempdir}")
+  message(STATUS "Executing in working dir ${TempDir}")
   message(STATUS "Executing ${lyx} ${_LyXExtraParams} -userdir 
\"${LYX_TESTS_USERDIR}\" -E ${format} ${result_file_name} \"${LYX_SOURCE}\"")
   file(REMOVE "${TempDir}/${result_file_name}")
   execute_process(
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-10-24 Thread Richard Kimberly Heck
commit 904d960d6a11e50f099d89e496ed9ad7090b4784
Author: Richard Kimberly Heck 
Date:   Sat Oct 24 23:24:28 2020 -0400

typo
---
 development/tools/lyx-build |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index 1c61b2f..5465ffc 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -2,7 +2,7 @@
 # This script builds a maintainance LyX distribution according to 
 # the procedure outlined at:
 #   http://wiki.lyx.org/Devel/ReleaseProcedure
-# It also includes several other tests, to make sure the packages
+# It also includes several other tests, to make sure the package
 # works as it should.
 
 #DEBUG=echo;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo in CMakeLists

2020-10-16 Thread Thibaut Cuvelier
commit 0adc234a222426917041e897920c242c2650f941
Author: Thibaut Cuvelier 
Date:   Sat Oct 17 05:43:12 2020 +0200

Typo in CMakeLists
---
 sourcedoc/CMakeLists.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sourcedoc/CMakeLists.txt b/sourcedoc/CMakeLists.txt
index 61408bf..8fe4a28 100644
--- a/sourcedoc/CMakeLists.txt
+++ b/sourcedoc/CMakeLists.txt
@@ -9,7 +9,7 @@ project(doxydoc)
 
 find_program(DOXYGEN_EXECUTABLE doxygen)
 if(DOXYGEN_EXECUTABLE MATCHES "-NOTFOUND")
-  message(STATUS "doxygen not found, ==> no doxygen creation")
+  message(STATUS "doxygen not found ==> no doxygen creation")
 else()
   set(VERSION ${PACKAGE_VERSION})
   set(top_srcdir "${TOP_SRC_DIR}")
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-09-25 Thread Scott Kostyshak
commit 6be7e7ce725de98db73a54c7a2d7c262d8e2c9f7
Author: Scott Kostyshak 
Date:   Fri Sep 25 15:11:03 2020 -0400

Typo
---
 development/autotests/ignoredTests |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/autotests/ignoredTests 
b/development/autotests/ignoredTests
index d713cc5..3c4d349 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -82,7 +82,7 @@ 
export/examples/Modules/Chessboard_(lyx(16|20|21|22|23)|(pdf5|dvi3)_texF)
 export/export/latex/.*platex.*(pdf2|texF)
 export/export/latex/languages/ja[-_].*_(pdf2|texF)
 #
-# Most Japanese documents use language "japanese" wich is tied to "platex"
+# Most Japanese documents use language "japanese" which is tied to "platex"
 # (automatically invoked instead of "latex" to create a DVI file).
 # For a discussion of alternatives for Japanese with LaTeX , see also
 # 
https://tex.stackexchange.com/questions/320021/xelatex-using-japanese-ldf-for-babel-causes-invalid-characters-errors
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-08-15 Thread Juergen Spitzmueller
commit d31e8294620d66f6ebdd48bd6f1f8da9380e59d7
Author: Juergen Spitzmueller 
Date:   Sat Aug 15 19:21:01 2020 +0200

typo
---
 lib/doc/de/UserGuide.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index b9372d6..e751384 100644
--- a/lib/doc/de/UserGuide.lyx
+++ b/lib/doc/de/UserGuide.lyx
@@ -29123,7 +29123,7 @@ Literaturverweis
 \family sans
 Alle Autornamen
 \family default
- verwendet wurde, schalter 
+ verwendet wurde, schaltet 
 \begin_inset Quotes gld
 \end_inset
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-08-01 Thread Pavel Sanda
commit 801d7dc9f42baf331642606a6641606779985439
Author: Pavel Sanda 
Date:   Sat Aug 1 22:53:28 2020 +0200

typo
---
 src/support/FileName.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/FileName.h b/src/support/FileName.h
index a0da841..923962b 100644
--- a/src/support/FileName.h
+++ b/src/support/FileName.h
@@ -291,7 +291,7 @@ public:
std::string
mangledFileName(std::string const & dir = empty_string()) const;
 
-   /** Identical to mangledFileName, wit the following additions:
+   /** Identical to mangledFileName, with the following additions:
*
* @encrypt_path allows using hash (SHA-256) instead of full path.
* @use_counter allows disabling the counter in the filename.
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-07-30 Thread Juergen Spitzmueller
commit 5d1451498ac41bec44fe0577278eb6c5a4d32462
Author: Juergen Spitzmueller 
Date:   Thu Jul 30 16:38:18 2020 +0200

typo
---
 lib/layouttranslations.review |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/layouttranslations.review b/lib/layouttranslations.review
index 01d228d..ae66354 100644
--- a/lib/layouttranslations.review
+++ b/lib/layouttranslations.review
@@ -32,9 +32,9 @@ bg ca da fi gl he id ja ko nb nn pl ro sl sr tr zh_CN zh_TW
 -
 LyX 2.4.0 release
 
-"Notes[[Endnote]]" -> The header string of endnotes (with "Endnotes (Basic)" 
and "Footnotes as Endnotes (Basic)"
-modules). This is to be distinguished from "Notes" used by the Notes inset 
(which is more an annotation
-than a list of (end)notes)
+"Notes[[Endnotes]]" -> The header string of endnotes (with "Endnotes (Basic)" 
and "Footnotes as Endnotes
+(Basic)" modules). This is to be distinguished from "Notes" used by the Notes 
inset (which is more an
+annotation than a list of (end)notes)
 ar bg cs el en es eu fi fr he hu id it ja nb nl nn pl pt_BR pt_PT ru sk sv tr 
uk zh_CN zh_TW
 Note that the localized enotez package has the following translations that 
probably should be used:
 Catalan: Notes
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


Re: [LyX/master] typo

2020-07-30 Thread Jürgen Spitzmüller
Am Donnerstag, den 30.07.2020, 16:10 +0200 schrieb Pavel Sanda:
> commit 6061ab8e69fba0822995b044ebeb821739f9142a
> 
> Author: Pavel Sanda 
> 
> Date:   Thu Jul 30 16:25:03 2020 +0200
> 
> 
> 
> typo

Uh, thanks.

J.


signature.asc
Description: This is a digitally signed message part
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-07-30 Thread Pavel Sanda
commit 6061ab8e69fba0822995b044ebeb821739f9142a
Author: Pavel Sanda 
Date:   Thu Jul 30 16:25:03 2020 +0200

typo
---
 lib/layouts/foottoend.module |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/foottoend.module b/lib/layouts/foottoend.module
index 76e2195..daa7a4a 100644
--- a/lib/layouts/foottoend.module
+++ b/lib/layouts/foottoend.module
@@ -17,10 +17,10 @@ InsetLayout Foot
LatexName   endnote
Requiresendnotes
LangPreamble
- \providecommand{\notesname}{_(Notes[[Endnote]])}
+ \providecommand{\notesname}{_(Notes[[Endnotes]])}
EndLangPreamble
BabelPreamble
- \addto\captions$$lang{\renewcommand{\notesname}{_(Notes[[Endnote]])}}
+ \addto\captions$$lang{\renewcommand{\notesname}{_(Notes[[Endnotes]])}}
EndBabelPreamble
 End
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-07-09 Thread Juergen Spitzmueller
commit 77eaa8a0cec87d1b035a63e2f08dc26c2c2e89e3
Author: Juergen Spitzmueller 
Date:   Thu Jul 9 17:39:57 2020 +0200

Typo
---
 lib/latexfonts |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/latexfonts b/lib/latexfonts
index 6553f4e..68a7cc2 100644
--- a/lib/latexfonts
+++ b/lib/latexfonts
@@ -330,7 +330,7 @@ Font libertinus
 EndFont
 
 AltFont libertinus-full
-   GuiName  "Libertine"
+   GuiName  "Libertinus"
Family   rm
OsfOptionosf
Package  libertinus
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo left by codespell

2020-06-25 Thread Pavel Sanda
commit 7a132f4f8cb4642c1a1749b5e1a18e8311c9045e
Author: Pavel Sanda 
Date:   Fri Jun 26 00:07:03 2020 +0200

typo left by codespell
---
 src/tex2lyx/Preamble.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp
index 19b0446..875b61a 100644
--- a/src/tex2lyx/Preamble.cpp
+++ b/src/tex2lyx/Preamble.cpp
@@ -1727,7 +1727,7 @@ void Preamble::handle_package(Parser , string const & 
name,
|| opt == "subsection")
h_multibib = opt;
else
-   cerr << "Ignoring unknown refesection value '"
+   cerr << "Ignoring unknown refsection value '"
 << opt << "'.";
}
opt = process_keyval_opt(options, "bibencoding");
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-06-06 Thread Kornel Benko
commit 6a0dda1719fe884268c727019180f91466c7952e
Author: Kornel Benko 
Date:   Sat Jun 6 11:47:28 2020 +0200

Typo
---
 lib/layouts/apa6.layout |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/apa6.layout b/lib/layouts/apa6.layout
index 1ce958d..00a0420 100644
--- a/lib/layouts/apa6.layout
+++ b/lib/layouts/apa6.layout
@@ -7,6 +7,6 @@ Format 81
 
 Input apax.inc
 
-NoStyle course
+NoStyle Course
 NoStyle addORCIDlink
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2020-01-10 Thread Juergen Spitzmueller
commit 5081565fa4f16565994725e7747a4eaed9d08355
Author: Juergen Spitzmueller 
Date:   Fri Jan 10 10:38:21 2020 +0100

typo
---
 development/FORMAT |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/FORMAT b/development/FORMAT
index 00c5cfb..2a171c0 100644
--- a/development/FORMAT
+++ b/development/FORMAT
@@ -9,7 +9,7 @@ changes happened in particular if possible. A good example 
would be
 
 2020-01-10 Jürgen Spitzmüller 
* Format incremented to 591: Add buffer param \postpone_fragile_content
- (option to disable the mobement of labels and stuff of moving 
arguments).
+ (option to toggle the movement of labels and stuff of moving 
arguments).
 
 2019-12-24 Jürgen Spitzmüller 
* Format incremented to 590: Add native changebar solution via buffer 
param
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2020-01-05 Thread Juergen Spitzmueller
commit f1a84d0c91f8e1fc5e0fdc4e5df575ab76f111ad
Author: Juergen Spitzmueller 
Date:   Sun Jan 5 13:45:20 2020 +0100

Typo
---
 lib/CREDITS   |4 ++--
 lib/generate_contributions.py |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/CREDITS b/lib/CREDITS
index dc576c5..c24d22e 100644
--- a/lib/CREDITS
+++ b/lib/CREDITS
@@ -641,8 +641,8 @@
 @iE-mail: rvishnampet () gmail ! com
Support for g++ on 4.8 Mac
 @bPatrick De Visschere
-@iE-mail: pdvisschere () edpnet ! be>
-   Improvement to the CMake build scripts
+@iE-mail: pdvisschere () edpnet ! be
+   Improvements to the CMake build scripts
 @bHerbert Voß
 @iE-mail: herbert.voss () alumni ! tu-berlin ! de
The one who answers all questions on lyx-users mailing list and maintains 
www.lyx.org/help/ Big insetgraphics and bibliography cleanups
diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py
index c048db4..b9b2d2e 100755
--- a/lib/generate_contributions.py
+++ b/lib/generate_contributions.py
@@ -2061,12 +2061,12 @@ contributors = [
  u"Support for g++ on 4.8 Mac"),
 
  contributor(u"Patrick De Visschere",
- "pdvisschere () edpnet ! be>",
+ "pdvisschere () edpnet ! be",
  "GPL",
  "Re: Blanket permission",
  "msg209960",
  "2 December 2019",
- u"Improvement to the CMake build scripts"),
+ u"Improvements to the CMake build scripts"),
 
  contributor(u"Herbert Voß",
  "herbert.voss () alumni ! tu-berlin ! de",
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2019-12-25 Thread Juergen Spitzmueller
commit efa381f3d46c1af7a294cf12bff90fa3f0338909
Author: Juergen Spitzmueller 
Date:   Thu Dec 26 05:27:50 2019 +0100

typo
---
 src/LaTeXFeatures.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp
index 3462067..dd3f25c 100644
--- a/src/LaTeXFeatures.cpp
+++ b/src/LaTeXFeatures.cpp
@@ -286,7 +286,7 @@ static docstring const 
changetracking_xcolor_ulem_hyperref_cb_def = from_ascii(
"%% Change tracking with ulem, hyperref and changebars\n"
"\\DeclareRobustCommand{\\lyxadded}[4][]{{%\n"
"\\texorpdfstring{\\protect\\cbstart\\color{lyxadded}{}}{}#4%\n"
-   "\\texorpdfstring{\\protect\\cbend}{}%/n"
+   "\\texorpdfstring{\\protect\\cbend}{}%\n"
"}}\n"
"\\DeclareRobustCommand{\\lyxdeleted}[4][]{{%\n"
"
\\texorpdfstring{\\protect\\cbstart\\color{lyxdeleted}\\lyxsout{#4}%\n"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] typo

2019-11-21 Thread Pavel Sanda
commit 88ff1686bc1660968c15ecb00d28cde9f5d91409
Author: Pavel Sanda 
Date:   Thu Nov 21 17:13:47 2019 +0100

typo
---
 src/insets/InsetGraphics.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp
index 5932e89..2a291aa 100644
--- a/src/insets/InsetGraphics.cpp
+++ b/src/insets/InsetGraphics.cpp
@@ -902,7 +902,7 @@ void InsetGraphics::latex(otexstream & os,
if (!uncodable.empty() && !runparams.silent) {
// issue a warning about omitted characters
// FIXME: should be passed to the error dialog
-   frontend::Alert::warning(_("Uncodable characters in file path"),
+   frontend::Alert::warning(_("Uncodable character in file path"),
bformat(_("The following characters in one of the 
graphic paths are\n"
  "not representable in the current encoding 
and have been omitted: %1$s.\n"
  "You need to adapt either the encoding or the 
path."),
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Typo

2019-08-12 Thread Juergen Spitzmueller
commit a8871e5418cdbc35b7c3d4c43e7e2b9e7e23ece1
Author: Juergen Spitzmueller 
Date:   Tue Aug 13 07:55:21 2019 +0200

Typo
---
 lib/layouts/enotez.module   |2 +-
 lib/layouts/foottoenotez.module |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/enotez.module b/lib/layouts/enotez.module
index 1d3ab30..4636c98 100644
--- a/lib/layouts/enotez.module
+++ b/lib/layouts/enotez.module
@@ -2,7 +2,7 @@
 #\DeclareCategory{Foot- and Endnotes}
 #DescriptionBegin
 #Adds an endnote inset, in addition to footnotes. This uses the enotez package
-#which is more powerful and customitable than then endnotes package (module 
'Endnotes (Basic)'),
+#which is more powerful and customizable than then endnotes package (module 
'Endnotes (Basic)'),
 #but requires a fairly modern LaTeX distribution (with LaTeX3).
 #You will need to add an endnotes list (Insert > List/Contents/References > 
Endnotes)
 #where you want the endnotes to appear.
diff --git a/lib/layouts/foottoenotez.module b/lib/layouts/foottoenotez.module
index d575f51..211eb86 100644
--- a/lib/layouts/foottoenotez.module
+++ b/lib/layouts/foottoenotez.module
@@ -2,7 +2,7 @@
 #\DeclareCategory{Foot- and Endnotes}
 #DescriptionBegin
 #Sets all footnotes as endnotes. This uses the enotez package
-#which is more powerful and customitable than then endnotes package
+#which is more powerful and customizable than then endnotes package
 #(module 'Footnotes as Endnotes (Basic)'), but requires a fairly modern
 #LaTeX distribution (with LaTeX3).You will need to add an
 #endnotes list (Insert > List/Contents/References > Endnotes) where you


[LyX/master] Typo

2019-08-09 Thread Juergen Spitzmueller
commit 673e5fed51d0440cc6751f5e6375a282980c65c6
Author: Juergen Spitzmueller 
Date:   Fri Aug 9 08:05:11 2019 +0200

Typo
---
 lib/doc/Customization.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx
index 4f4b1e4..701d782 100644
--- a/lib/doc/Customization.lyx
+++ b/lib/doc/Customization.lyx
@@ -29479,7 +29479,7 @@ Static colors
 \end_layout
 
 \begin_layout Standard
-These are fixed colors that cannot me customized:
+These are fixed colors that cannot be customized:
 \end_layout
 
 \begin_layout Description


[LyX/master] typo

2019-03-23 Thread Juergen Spitzmueller
commit e8e97b988dbb8d567438f2b028001f1807aba7f6
Author: Juergen Spitzmueller 
Date:   Sat Mar 23 11:30:53 2019 +0100

typo
---
 lib/layouts/soul.module |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/soul.module b/lib/layouts/soul.module
index 28445c8..c2f93b4 100644
--- a/lib/layouts/soul.module
+++ b/lib/layouts/soul.module
@@ -1,6 +1,6 @@
 #\DeclareLyXModule[soul.sty]{Hyphenatable Text Markup (Soul)}
 #DescriptionBegin
-#Defines text styles to highlight, space-out, strike-through
+#Defines text styles to highlight, space-out, strike-through,
 #underline and capitalize/small-cap text by means of the soul package.
 #As opposed to the markup provided by the Text Properties
 #dialog, words marked-up with soul are hyphenated.


[LyX/master] typo

2019-03-21 Thread Jean-Marc Lasgouttes
commit e170051909b82b518d07c23336c8880d9f85c883
Author: Jean-Marc Lasgouttes 
Date:   Thu Mar 21 18:45:28 2019 +0100

typo
---
 src/frontends/qt4/GuiFontMetrics.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt4/GuiFontMetrics.h 
b/src/frontends/qt4/GuiFontMetrics.h
index 44897c4..830a824 100644
--- a/src/frontends/qt4/GuiFontMetrics.h
+++ b/src/frontends/qt4/GuiFontMetrics.h
@@ -103,7 +103,7 @@ private:
/// fill in \c metrics_cache_ at specified value.
AscendDescend const fillMetricsCache(char_type) const;
 
-   /// Cache of char leftt bearings
+   /// Cache of char left bearings
mutable QHash lbearing_cache_;
/// Cache of char right bearings
mutable QHash rbearing_cache_;


[LyX/master] Typo

2019-03-13 Thread Kornel Benko
commit 4eacc492a38d98a4ef182f5455cc5296b1d44e9e
Author: Kornel Benko 
Date:   Wed Mar 13 14:14:35 2019 +0100

Typo
---
 src/lyxfind.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
index df45762..0d7d539 100644
--- a/src/lyxfind.cpp
+++ b/src/lyxfind.cpp
@@ -3626,7 +3626,7 @@ bool findAdv(BufferView * bv, FindAndReplaceOptions const 
& opt)
switch (num_replaced)
{
case 1:
-   bv->message(_("One matche has been 
replaced."));
+   bv->message(_("One match has been 
replaced."));
break;
case 2:
bv->message(_("Two matches have been 
replaced."));


[LyX/master] Typo

2019-03-02 Thread Kornel Benko
commit d50923d48a79cc77d7fd5ffeab7f6f603e281b3f
Author: Kornel Benko 
Date:   Sat Mar 2 21:59:29 2019 +0100

Typo
---
 lib/unicodesymbols |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index 5c5b7f7..4186747 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -148,7 +148,7 @@
 0x00f7 "\\textdiv""textcomp" "force" "\\div" # ÷ DIVISION SIGN
 0x00f8 "\\o"  "" "mathalpha,force=euc-jp;euc-kr" 
"\\slashed{o}" "slashed" # LATIN SMALL LETTER O WITH STROKE
 0x00f9 "\\`{u}"   "" 
"mathalpha,force=cp1256;euc-cn;euc-jp;gbk" "\\grave{u}" # LATIN SMALL LETTER U 
WITH GRAVE
-0x00fa "\\'{u}"   "" "mathalpha,force=cp862;euc-cn;euc-jp;gbk" 
"\\acute{o}" # LATIN SMALL LETTER O WITH ACUTE
+0x00fa "\\'{u}"   "" "mathalpha,force=cp862;euc-cn;euc-jp;gbk" 
"\\acute{u}" # LATIN SMALL LETTER U WITH ACUTE
 0x00fb "\\^{u}"   "" "mathalpha,force=cp1256;euc-jp" 
"\\hat{u}" # LATIN SMALL LETTER U WITH CIRCUMFLEX
 0x00fc "\\\"{u}"  "" "mathalpha,force=euc-cn;euc-jp;gbk" 
"\\ddot{u}" # LATIN SMALL LETTER U WITH DIAERESIS
 0x00fd "\\'{y}"   "" "mathalpha,force=euc-jp" "\\acute{y}" # 
LATIN SMALL LETTER Y WITH ACUTE


[LyX/master] typo

2018-12-31 Thread Juergen Spitzmueller
commit 48c6d5de21f2d6387909632f86e366d0c159b8b8
Author: Juergen Spitzmueller 
Date:   Mon Dec 31 14:19:06 2018 +0100

typo
---
 src/LyXAction.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index 6d31752..d6c821e 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -2273,7 +2273,7 @@ void LyXAction::init()
 
 
 /*!
- * \var lyx::FuncCode lyx::LFUN_LABEL_COPY_AS_REF
+ * \var lyx::FuncCode lyx::LFUN_LABEL_COPY_AS_REFERENCE
  * \li Action: Copies the label at the cursor as a cross-reference to be 
pasted elsewhere.
  * \li Syntax: copy-label-as-reference 
  * \li Params: : The label to copy (for multi-line math)


[LyX/master] Typo

2018-12-28 Thread Richard Kimberly Heck
commit 75c8e5c0007db20ff7e803571d7227e6b11a33d0
Author: Richard Kimberly Heck 
Date:   Fri Dec 28 23:34:51 2018 -0500

Typo
---
 lib/lyx2lyx/lyx2lyx_tools.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/lyx2lyx/lyx2lyx_tools.py b/lib/lyx2lyx/lyx2lyx_tools.py
index 80cfdd3..f8d30cd 100644
--- a/lib/lyx2lyx/lyx2lyx_tools.py
+++ b/lib/lyx2lyx/lyx2lyx_tools.py
@@ -483,7 +483,7 @@ def revert_font_attrs(lines, name, LaTeXname):
   i = 0
   while True:
 i = find_token(lines, name, i)
-if i = -1:
+if i == -1:
   break
 del lines[i]
 


[LyX/master] typo

2018-12-07 Thread Pavel Sanda
commit 9547e0b765e52fccad3b40525009d6511a1483ea
Author: Pavel Sanda 
Date:   Sat Dec 8 00:04:04 2018 +0100

typo
---
 src/support/FileName.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/FileName.h b/src/support/FileName.h
index fad5077..3bfdf13 100644
--- a/src/support/FileName.h
+++ b/src/support/FileName.h
@@ -151,7 +151,7 @@ public:
/// \return true on success.
bool changePermission(unsigned long int mode) const;
// sets permission based on the file given as an argument
-   bool clonePermissions(FileName const & target);
+   bool clonePermissions(FileName const & source);
 
/// remove pointed directory and all contents.
/// \return true on success.


[LyX/master] Typo.

2018-11-29 Thread Richard Kimberly Heck
commit ceac7dd84892987088c04936e70d831ba7c1759f
Author: Richard Kimberly Heck 
Date:   Thu Nov 29 18:41:38 2018 -0500

Typo.
---
 lib/doc/UserGuide.lyx |   31 ++-
 1 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index e648bab..2c3370d 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
@@ -1,5 +1,5 @@
-#LyX 2.3 created this file. For more info see http://www.lyx.org/
-\lyxformat 544
+#LyX 2.4 created this file. For more info see https://www.lyx.org/
+\lyxformat 566
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -58,7 +58,7 @@ logicalmkup
 \language english
 \language_package default
 \inputencoding auto
-\fontencoding global
+\fontencoding auto
 \font_roman "lmodern" "default"
 \font_sans "lmss" "default"
 \font_typewriter "lmtt" "default"
@@ -2053,6 +2053,7 @@ reference "tab:Horizontal-scrollong-test"
 \begin_layout Standard
 \begin_inset Float table
 placement h
+alignment document
 wide false
 sideways false
 status open
@@ -7793,6 +7794,8 @@ Abstract
 
 \begin_layout Standard
 \begin_inset Float figure
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -11094,6 +11097,8 @@ reference "tab:Width-of-the"
 
 \begin_layout Standard
 \begin_inset Float table
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -24486,6 +24491,8 @@ arg   "layout-paragraph"
 
 \begin_layout Standard
 \begin_inset Float figure
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -24637,6 +24644,8 @@ reference "fig:Star"
 
 \begin_layout Standard
 \begin_inset Float figure
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -24647,6 +24656,8 @@ status open
 
 
 \begin_inset Float figure
+placement document
+alignment document
 wide false
 sideways false
 status collapsed
@@ -24688,6 +24699,8 @@ Undefinable
 
 
 \begin_inset Float figure
+placement document
+alignment document
 wide false
 sideways false
 status collapsed
@@ -24800,6 +24813,8 @@ reference "tab:Table-float"
 
 \begin_layout Standard
 \begin_inset Float table
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -26290,6 +26305,8 @@ reference "tab:Accent-names-and"
 
 \begin_layout Standard
 \begin_inset Float table
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -27661,6 +27678,8 @@ reference "tab:Typefaces-and-the"
 
 \begin_layout Standard
 \begin_inset Float table
+placement document
+alignment document
 wide false
 sideways false
 status open
@@ -34729,6 +34748,7 @@ reference "fig:Page-layout"
 \begin_layout Standard
 \begin_inset Float figure
 placement h
+alignment document
 wide false
 sideways false
 status open
@@ -36910,11 +36930,11 @@ en_US
 \end_layout
 
 \begin_layout Itemize
-th_en_EN_v2.idx
+th_en_US_v2.idx
 \end_layout
 
 \begin_layout Itemize
-th_en_EN_v2.dat
+th_en_US_v2.dat
 \end_layout
 
 \begin_layout Standard
@@ -49908,6 +49928,7 @@ reference "tab:Units"
 \begin_layout Standard
 \begin_inset Float table
 placement h
+alignment document
 wide false
 sideways false
 status open


[LyX/master] Typo

2018-11-12 Thread Jean-Marc Lasgouttes
commit 1ff0816a022355d0a7200eb69eca374bd65d34c5
Author: Jean-Marc Lasgouttes 
Date:   Mon Nov 12 11:41:54 2018 +0100

Typo
---
 src/BufferView.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index ce1ec72..c8a43a0 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -493,7 +493,7 @@ void BufferView::processUpdateFlags(Update::flags flags)
return;
 
/* FIXME We would like to avoid doing this here, since it is very
-* expensive and is called in updateBuffer already. Howaver, even
+* expensive and is called in updateBuffer already. However, even
 * inserting a plain character can invalidate the overly fragile
 * tables of child documents built by updateMacros. Some work is
 * needed to avoid doing that when not necessary.


[LyX/master] Typo in commit c9038e3

2018-08-22 Thread Kornel Benko
commit 6aef7081bfa60aac3fd410bc2193c19f49dd0f53
Author: Kornel Benko 
Date:   Wed Aug 22 18:20:00 2018 +0200

Typo in commit c9038e3
---
 lib/Makefile.am |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index d70afd4..d6e8f42 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -306,8 +306,8 @@ dist_examples_DATA = \
examples/ItemizeBullets.lyx \
examples/Literate.lyx \
examples/aa_sample.lyx \
-   examples/aa_sample62.lyx \
examples/aas_sample.lyx \
+   examples/aas_sample62.lyx \
examples/achemso.lyx \
examples/addressExample.adr \
examples/amsart-test.lyx \


[LyX/master] Typo

2018-08-17 Thread Juergen Spitzmueller
commit 908e0cf3cc755707156f9952626e712b812d2820
Author: Juergen Spitzmueller 
Date:   Fri Aug 17 11:14:45 2018 +0200

Typo
---
 lib/layouts/IEEEtran.layout   |2 +-
 lib/layouts/aastex.layout |2 +-
 lib/layouts/agutex.layout |2 +-
 lib/layouts/amsdefs.inc   |2 +-
 lib/layouts/beamer.layout |2 +-
 lib/layouts/cl2emult.layout   |2 +-
 lib/layouts/copernicus.layout |2 +-
 lib/layouts/egs.layout|2 +-
 lib/layouts/elsarticle.layout |2 +-
 lib/layouts/ijmpc.layout  |2 +-
 lib/layouts/ijmpd.layout  |2 +-
 lib/layouts/iopart.layout |2 +-
 lib/layouts/jasatex.layout|2 +-
 lib/layouts/kluwer.layout |2 +-
 lib/layouts/llncs.layout  |2 +-
 lib/layouts/moderncv.layout   |2 +-
 lib/layouts/powerdot.layout   |2 +-
 lib/layouts/siamltex.layout   |2 +-
 lib/layouts/simplecv.layout   |2 +-
 lib/layouts/stdstruct.inc |2 +-
 lib/layouts/svcommon.inc  |2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/lib/layouts/IEEEtran.layout b/lib/layouts/IEEEtran.layout
index 5f48a24..f9d2095 100644
--- a/lib/layouts/IEEEtran.layout
+++ b/lib/layouts/IEEEtran.layout
@@ -367,7 +367,7 @@ Style Bibliography
   IsTocCaption  0
   Argument listpreamble:1
 LabelString"Bib preamble"
-MenuString "Bibiography Preamble"
+MenuString "Bibliography Preamble"
 Tooltip"LaTeX code to be inserted before the first bibliography 
item"
 PassThru   1
 Font
diff --git a/lib/layouts/aastex.layout b/lib/layouts/aastex.layout
index 4f68e9c..9350733 100644
--- a/lib/layouts/aastex.layout
+++ b/lib/layouts/aastex.layout
@@ -432,7 +432,7 @@ Style References
EndFont
Argument listpreamble:1
  LabelString"Bib preamble"
- MenuString "Bibiography Preamble"
+ MenuString "Bibliography Preamble"
  Tooltip"LaTeX code to be inserted before the first 
bibliography item"
  PassThru   1
  Font
diff --git a/lib/layouts/agutex.layout b/lib/layouts/agutex.layout
index 283da00..24da153 100644
--- a/lib/layouts/agutex.layout
+++ b/lib/layouts/agutex.layout
@@ -231,7 +231,7 @@ Style Bibliography
IsTocCaption0
Argument listpreamble:1
  LabelString"Bib preamble"
- MenuString "Bibiography Preamble"
+ MenuString "Bibliography Preamble"
  Tooltip"LaTeX code to be inserted before the first 
bibliography item"
  PassThru   1
  Font
diff --git a/lib/layouts/amsdefs.inc b/lib/layouts/amsdefs.inc
index c04bd9f..b082577 100644
--- a/lib/layouts/amsdefs.inc
+++ b/lib/layouts/amsdefs.inc
@@ -229,7 +229,7 @@ Style Bibliography
IsTocCaption 0
Argument listpreamble:1
  LabelString"Bib preamble"
- MenuString "Bibiography Preamble"
+ MenuString "Bibliography Preamble"
  Tooltip"LaTeX code to be inserted before the first 
bibliography item"
  PassThru   1
  Font
diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout
index 3503d5b..0ee73b7 100644
--- a/lib/layouts/beamer.layout
+++ b/lib/layouts/beamer.layout
@@ -1169,7 +1169,7 @@ Style Bibliography
   IsTocCaption 0
   Argument listpreamble:1
 LabelString"Bib preamble"
-MenuString "Bibiography Preamble"
+MenuString "Bibliography Preamble"
 Tooltip"LaTeX code to be inserted before the first bibliography 
item"
 PassThru   1
 Font
diff --git a/lib/layouts/cl2emult.layout b/lib/layouts/cl2emult.layout
index 8acd8da..6f07671 100644
--- a/lib/layouts/cl2emult.layout
+++ b/lib/layouts/cl2emult.layout
@@ -129,7 +129,7 @@ Style Bibliography
IsTocCaption  0
Argument listpreamble:1
  LabelString"Bib preamble"
- MenuString "Bibiography Preamble"
+ MenuString "Bibliography Preamble"
  Tooltip"LaTeX code to be inserted before the first 
bibliography item"
  PassThru   1
  Font
diff --git a/lib/layouts/copernicus.layout b/lib/layouts/copernicus.layout
index be5b819..b136ed1 100644
--- a/lib/layouts/copernicus.layout
+++ b/lib/layouts/copernicus.layout
@@ -374,7 +374,7 @@ Style Bibliography
IsTocCaption0
Argument listpreamble:1
  LabelString"Bib preamble"
- MenuString "Bibiography Preamble"
+ MenuString "Bibliography Preamble"
  Tooltip"LaTeX code to be inserted before the first 
bibliography item"
  PassThru   1
  Font
diff --git a/lib/layouts/egs.layout b/lib/layouts/egs.layout
index d9128bd..832c653 100644
--- a/lib/layouts/egs.layout
+++ b/lib/layouts/egs.layout
@@ -639,7 +639,7 @@ Style Bibliography
IsTocCaption  0
Argument listpreamble:1
  LabelString"Bib preamble"
- MenuString 

[LyX/master] typo

2018-08-10 Thread Juergen Spitzmueller
commit 136b8a63bec6ec4718d1f08a19df8c7369cf676f
Author: Juergen Spitzmueller 
Date:   Fri Aug 10 17:10:59 2018 +0200

typo
---
 lib/lyx2lyx/lyx_2_4.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/lyx_2_4.py
index 362981f..4d8e3da 100644
--- a/lib/lyx2lyx/lyx_2_4.py
+++ b/lib/lyx2lyx/lyx_2_4.py
@@ -1075,7 +1075,7 @@ convert = [
   ]
 
 revert =  [
-   [558, [revert_timeinfo, revert_namenoextinfo]],
+   [559, [revert_timeinfo, revert_namenoextinfo]],
[558, [revert_dateinfo]],
[557, [addFrontMatterStyles]],
[556, [revert_vcsinfo]],


[LyX/master] Typo.

2018-07-30 Thread Juergen Spitzmueller
commit a76c69dea8936ddbe2da9cc4a73da2b1bb6e9c94
Author: Juergen Spitzmueller 
Date:   Mon Jul 30 17:02:28 2018 +0200

Typo.

Thanks, Kornel.
---
 src/insets/InsetInfo.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp
index 403ba10..88dd347 100644
--- a/src/insets/InsetInfo.cpp
+++ b/src/insets/InsetInfo.cpp
@@ -164,7 +164,7 @@ docstring InsetInfo::toolTip(BufferView const &, int, int) 
const
if (name_ == "name")
result = _("The name of this file");
else if (name_ == "path")
-   result = _("The path were this file is saved");
+   result = _("The path where this file is saved");
else if (name_ == "class")
result = _("The class this document uses");
break;


[LyX/master] Typo

2018-04-18 Thread Juergen Spitzmueller
commit 2822d91224941bab4392d4161c28173503bc9c41
Author: Juergen Spitzmueller 
Date:   Wed Apr 18 16:51:24 2018 +0200

Typo

Thanks, Pavel!
---
 lib/doc/LaTeXConfig.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/doc/LaTeXConfig.lyx b/lib/doc/LaTeXConfig.lyx
index 6bbbe2b..51b1d9d 100644
--- a/lib/doc/LaTeXConfig.lyx
+++ b/lib/doc/LaTeXConfig.lyx
@@ -6310,7 +6310,7 @@ Notes: The package
 afterpage
 \family default
  provides a command to shift content after the next page break (used for
- gloating landscape).
+ floating landscape).
 \end_layout
 
 \begin_layout Subsection


[LyX/master] Typo

2018-04-15 Thread Juergen Spitzmueller
commit c97bc5f83ae43e3fa79fe348369c3d4b0848525b
Author: Juergen Spitzmueller 
Date:   Sun Apr 15 18:25:31 2018 +0200

Typo

Fixes: #3
---
 po/pt_PT.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/pt_PT.po b/po/pt_PT.po
index 28403b4..2cb29eb 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -8125,7 +8125,7 @@ msgstr "Corolário \\thetheorem."
 #: lib/layouts/acmart.layout:591 lib/layouts/theorems-ams.inc:97
 #: lib/layouts/theorems.inc:97
 msgid "Lemma \\thetheorem."
-msgstr "Lema }\\thetheorem."
+msgstr "Lema \\thetheorem."
 
 #: lib/layouts/acmart.layout:598 lib/layouts/theorems-ams.inc:115
 #: lib/layouts/theorems.inc:115


[LyX/master] Typo.

2018-04-14 Thread Richard Heck
commit 52d7322d926a1495811aba4540e3c5f56306e98c
Author: Richard Heck 
Date:   Sat Apr 14 20:08:40 2018 -0400

Typo.
---
 src/LyXAction.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index f1450f6..7e20323 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -3777,7 +3777,7 @@ void LyXAction::init()
  * \var lyx::FuncCode lyx::LFUN_TEXTSTYLE_UPDATE
  * \li Action: Apply text style and update the settings to be used by 
#LFUN_TEXTSTYLE_APPLY.
  * \li Syntax: textstyle-update 
- * \li Params: : specifies font atributes, e.g. family, series, 
shape,
+ * \li Params: : specifies font attributes, e.g. family, series, 
shape,
 size, emph, noun, underbar, number, color, 
language,
 toggleall.\n
 Use lyx -dbg action for exact syntax of text-style


[LyX/master] Typo

2018-04-14 Thread Scott Kostyshak
commit d10317978a28839ac1567f78d13abc46920f59a1
Author: Scott Kostyshak 
Date:   Sat Apr 14 13:25:35 2018 -0400

Typo
---
 src/Layout.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Layout.h b/src/Layout.h
index fc98071..7991cb1 100644
--- a/src/Layout.h
+++ b/src/Layout.h
@@ -311,7 +311,7 @@ public:
/** true when the fragile commands in the paragraph need to be
\protect'ed. */
bool needprotect;
-   /** true when the verbatim stuff of this layout needs to ce
+   /** true when the verbatim stuff of this layout needs to be
\cprotect'ed. */
bool needcprotect;
/// true when empty paragraphs should be kept.


[LyX/master] typo in colored-boxes.lyx

2017-08-26 Thread Pavel Sanda
commit 0d9a11e4ef212515dcfd8778d1c4fe931b02f368
Author: Pavel Sanda 
Date:   Sun Aug 27 04:27:38 2017 +0200

typo in colored-boxes.lyx
---
 lib/examples/colored-boxes.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/examples/colored-boxes.lyx b/lib/examples/colored-boxes.lyx
index c983568..9892604 100644
--- a/lib/examples/colored-boxes.lyx
+++ b/lib/examples/colored-boxes.lyx
@@ -387,7 +387,7 @@ Box
 
 \begin_layout Standard
 Fit boxes are dynamic boxes but their content is automatically decreased
- or increased to fit into the specified box width and heigh.
+ or increased to fit into the specified box width and height.
  How to specify a width and height is described in 
 \begin_inset CommandInset ref
 LatexCommand ref


[LyX/master] typo in comment

2017-07-23 Thread Juergen Spitzmueller
commit d50e2aa7bf4686be9bc17d6282fd14f8517c4475
Author: Juergen Spitzmueller 
Date:   Sun Jul 23 12:11:03 2017 +0200

typo in comment
---
 src/LaTeX.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp
index 24b44e9..ab11854 100644
--- a/src/LaTeX.cpp
+++ b/src/LaTeX.cpp
@@ -651,7 +651,7 @@ int LaTeX::scanLogFile(TeXErrors & terr)
onlyFileName(changeExtension(file.absFileName(), ".log"));
LYXERR(Debug::LATEX, "Log file: " << tmp);
FileName const fn = FileName(makeAbsPath(tmp));
-   // FIXME we should use and ifdocstream here and a docstring for token
+   // FIXME we should use an ifdocstream here and a docstring for token
// below. The encoding of the log file depends on the _output_ (font)
// encoding of the TeX file (T1, TU etc.). See #10728.
ifstream ifs(fn.toFilesystemEncoding().c_str());


[LyX/master] Typo in lib/layouttranslations makefile machinery.

2017-07-19 Thread Pavel Sanda
commit 0dbfa04c153dfd8d8de79c2edfe20e0b4a886219
Author: Pavel Sanda 
Date:   Wed Jul 19 12:38:13 2017 +0200

Typo in lib/layouttranslations makefile machinery.
---
 po/Rules-lyx |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/Rules-lyx b/po/Rules-lyx
index 85a653d..5c85657 100644
--- a/po/Rules-lyx
+++ b/po/Rules-lyx
@@ -35,8 +35,8 @@ layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout \
 # Read translatable strings from layouts and translations from the po files and
 # create the layouttranslations file containing all LaTeX relevant translations
 $(top_srcdir)/lib/layouttranslations: $(POFILES) 
$(top_srcdir)/lib/layouts/*.layout \
-$(top_srcdir)/lib/layouts/*.inc 
$(top_srcdir)/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengines
-   $(LYX_POT) -o $@ -t layouttranslations 
${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc 
${top_srcdir}/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengines
+$(top_srcdir)/lib/layouts/*.inc 
$(top_srcdir)/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengine
+   $(LYX_POT) -o $@ -t layouttranslations 
${top_srcdir}/lib/layouts/*.layout ${top_srcdir}/lib/layouts/*.inc 
${top_srcdir}/lib/layouts/*.module $(top_srcdir)/lib/citeengines/*.citeengine
 
 languages_l10n.pot: $(top_srcdir)/lib/languages
$(LYX_POT) -o $@ -t languages $^


[LyX/master] Typo in fr.po

2017-07-12 Thread jpc
commit c5ea42efe5e6a4e8f60e3c505d303151c14bcd30
Author: jpc 
Date:   Wed Jul 12 18:20:08 2017 +0200

Typo in fr.po
---
 po/fr.gmo |  Bin 536969 -> 536970 bytes
 po/fr.po  |8 
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/fr.gmo b/po/fr.gmo
index 1b03eb6..32981d9 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index b31edf1..52b2df7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -327,7 +327,7 @@ msgstr ""
 "Project-Id-Version: LyX 2.2\n"
 "Report-Msgid-Bugs-To: lyx-de...@lists.lyx.org\n"
 "POT-Creation-Date: 2017-06-13 02:09+0200\n"
-"PO-Revision-Date: 2017-07-10 11:42+0200\n"
+"PO-Revision-Date: 2017-07-12 18:18+0200\n"
 "Last-Translator: Jean-Pierre Chrétien \n"
 "Language-Team: lyxfr\n"
 "Language: fr\n"
@@ -32964,9 +32964,9 @@ msgid ""
 "a language not offered there, otherwise the combo box will be disabled."
 msgstr ""
 "Saisir l'une des langues reconnues. Cependant, si vous définissez un insert "
-"de listing, il vaut mieux utiliser la fenêtre combinée pour le langues, sauf "
-"si vous avez besoin de saisir une langue qui n'y est pas proposée, sinon la "
-"fenêtre combinée sera désactivée."
+"de listing, il vaut mieux utiliser la fenêtre combinée pour les langues, "
+"sauf si vous avez besoin de saisir une langue qui n'y est pas proposée, "
+"sinon la fenêtre combinée sera désactivée."
 
 #: src/insets/InsetListingsParams.cpp:813
 msgid "File encoding used by Pygments for highlighting"


[LyX/master] Typo in comment

2017-06-09 Thread Scott Kostyshak
commit 98da276164c031c730813452c7e0d67b8bbe8694
Author: Scott Kostyshak 
Date:   Fri Jun 9 13:15:58 2017 -0400

Typo in comment
---
 .../Win32/packaging/installer/setup/configure.nsh  |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/Win32/packaging/installer/setup/configure.nsh 
b/development/Win32/packaging/installer/setup/configure.nsh
index 2a35e37..4957f4d 100644
--- a/development/Win32/packaging/installer/setup/configure.nsh
+++ b/development/Win32/packaging/installer/setup/configure.nsh
@@ -198,7 +198,7 @@ Section -Configure
   ${endif}
   
   # if LilyPondPath was found
-  # We need to add these entris because python scripts can only be executed
+  # We need to add these entries because python scripts can only be executed
   # if the full path is given.
   ${if} $LilyPondPath != ""
FileWrite $R1 '\format "lilypond-book" "lytex" "LilyPond book (LaTeX)" "" 
"" "auto" "document,menu=export" ""$\r$\n\


[LyX/master] Typo: Copy/Paste error

2017-03-07 Thread Kornel Benko
commit 2136887ea22985781e2a897d7ed479731517e39b
Author: Kornel Benko 
Date:   Tue Mar 7 14:40:56 2017 +0100

Typo: Copy/Paste error
---
 3rdparty/mythes/CMakeLists.txt |5 +
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/3rdparty/mythes/CMakeLists.txt b/3rdparty/mythes/CMakeLists.txt
index f096faa..c6d1178 100644
--- a/3rdparty/mythes/CMakeLists.txt
+++ b/3rdparty/mythes/CMakeLists.txt
@@ -1,7 +1,4 @@
-cmake_minimum_required(VERSION 2.4.4)
-set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
-
-project(zlib C)
+cmake_minimum_required(VERSION 2.8)
 
 set(VERSION "1.2.5")
 set(SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${VERSION})


[LyX/master] Typo.

2017-01-19 Thread Richard Heck
commit 8048ce294a4e76edeca02b09c5f82f010ecde009
Author: Richard Heck 
Date:   Thu Jan 19 15:29:14 2017 -0500

Typo.
---
 lib/doc/UserGuide.lyx |8 ++--
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index 065a127..d1fd4e8 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
@@ -8320,14 +8320,12 @@ Verbatim
 \end_layout
 
 \begin_layout Verbatim
-
 This is Verbatim.
 \end_layout
 
 \begin_layout Verbatim
 \noindent
 \align block
-
 The following 2 lines are empty:
 \end_layout
 
@@ -8340,7 +8338,6 @@ The following 2 lines are empty:
 \end_layout
 
 \begin_layout Verbatim
-
 Almost everything is allowed in Verbatim:"%&$§#~'`
 \backslash
 }][{|
@@ -8364,7 +8361,6 @@ Verbatim
 \end_layout
 
 \begin_layout Verbatim*
-
 This is Verbatim*.
 \end_layout
 
@@ -27547,7 +27543,7 @@ refstyle
 newref{fig}{refcmd={Image on page 
 \backslash
 pageref{#1}}}
-\change_inserted 424524441 1484843594
+\change_inserted 424524441 1484857490
 
 \series default
 
@@ -27572,7 +27568,7 @@ refstyle
 \series bold
 prettyref
 \series default
-, you could do so as follows:
+, you might do so as follows:
 \begin_inset Newline newline
 \end_inset
 


[LyX/master] Typo

2017-01-11 Thread Kornel Benko
commit 931542d758caf8de718c917ba641c81c6fb76ab1
Author: Kornel Benko 
Date:   Wed Jan 11 10:17:25 2017 +0100

Typo
---
 lib/doc/Development.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx
index 9232eea..18f0861 100644
--- a/lib/doc/Development.lyx
+++ b/lib/doc/Development.lyx
@@ -3446,7 +3446,7 @@ unreliable:nonstandard
 \begin_layout Itemize
 Check the log file Testing/Temporary/LastTest.log.
  In case of latex-errors rerun the failing test with environment variable
- 'LAX_DEBUG_LATEX' set to '1'.
+ 'LYX_DEBUG_LATEX' set to '1'.
  This will include latex messages in LastTest.log, so it should be easier
  to interpret the fail-reason.
 \end_layout


[LyX/master] Typo.

2016-10-27 Thread Juergen Spitzmueller
commit 0894a17e33e2ad61a4eb76059767b134b6cc460b
Author: Juergen Spitzmueller 
Date:   Thu Oct 27 19:58:01 2016 +0200

Typo.
---
 src/frontends/qt4/GuiApplication.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt4/GuiApplication.cpp 
b/src/frontends/qt4/GuiApplication.cpp
index 81d5373..2f6f8f2 100644
--- a/src/frontends/qt4/GuiApplication.cpp
+++ b/src/frontends/qt4/GuiApplication.cpp
@@ -2978,7 +2978,7 @@ GuiApplication::ReturnValues 
GuiApplication::readUIFile(FileName ui_path)
QString const file = toqstr(lex.getString());
bool const success = readUIFile(file, true);
if (!success) {
-   LYXERR0("Failed to read inlcuded file: " << 
fromqstr(file));
+   LYXERR0("Failed to read included file: " << 
fromqstr(file));
return ReadError;
}
break;


[LyX/master] Typo

2016-10-19 Thread Jean-Marc Lasgouttes
commit a4e7114d985640bfc5a8305d87fa7c04b18f6708
Author: Jean-Marc Lasgouttes 
Date:   Wed Oct 19 11:21:02 2016 +0200

Typo
---
 src/VCBackend.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp
index 2235c07..9f9a3ff 100644
--- a/src/VCBackend.cpp
+++ b/src/VCBackend.cpp
@@ -1435,7 +1435,7 @@ bool SVN::fileLock(bool lock, FileName const & tmpf, 
string )
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
FileName(owner_->filePath()));
 
-   // Lock error messages go unfortunately on stderr and are unreachible 
this way.
+   // Lock error messages go unfortunately on stderr and are unreachable 
this way.
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
string line;
while (ifs) {


[LyX/master] Typo pointed out in the lyx-fr mailing list

2016-10-10 Thread jpc
commit 65505ba87974a8a9eb09c12679888ab05e586d67
Author: jpc 
Date:   Mon Oct 10 11:18:13 2016 +0100

   Typo pointed out in the lyx-fr mailing list
---
 lib/doc/fr/UserGuide.lyx |   15 ++-
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/lib/doc/fr/UserGuide.lyx b/lib/doc/fr/UserGuide.lyx
index 9289865..542fc4f 100644
--- a/lib/doc/fr/UserGuide.lyx
+++ b/lib/doc/fr/UserGuide.lyx
@@ -1,5 +1,5 @@
-#LyX 2.2 created this file. For more info see http://www.lyx.org/
-\lyxformat 508
+#LyX 2.3 created this file. For more info see http://www.lyx.org/
+\lyxformat 512
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -81,6 +81,7 @@ logicalmkup
 \font_osf false
 \font_sf_scale 100 100
 \font_tt_scale 100 100
+\use_microtype false
 \graphics default
 \default_output_format pdf2
 \output_sync 0
@@ -3483,7 +3484,7 @@ IOP
 \end_layout
 
 \begin_layout Standard
-Si vous souhaitez utiliser une classe document marquée 
+Si vous souhaitez utiliser une classe de document marquée 
 \begin_inset Quotes fld
 \end_inset
 
@@ -3492,8 +3493,8 @@ Indisponible
 \end_inset
 
 , il vous suffit d'installer les paquetages appropriés.
- La manière la plus aisée de trouver quels fichiers ont manquants est 
d'utiliser
- la classe pour un nouveau document: \SpecialChar LyX
+ La manière la plus aisée de trouver quels fichiers sont manquants est 
d'utilise
+r la classe pour un nouveau document: \SpecialChar LyX
  ouvrira une fenêtre de dialogue listant
  les fichiers manquants.
  Voyez la section 
@@ -31600,6 +31601,7 @@ Réponses
 
 \begin_layout Standard
 \begin_inset Branch Question
+inverted 0
 status open
 
 \begin_layout Standard
@@ -31613,6 +31615,7 @@ Question: Qui a été le premier prix Nobel de physique ?
 
 \begin_layout Standard
 \begin_inset Branch Réponse
+inverted 0
 status collapsed
 
 \begin_layout Standard
@@ -31786,6 +31789,7 @@ reponse}[1]{#1}
 
 \begin_layout Standard
 \begin_inset Branch Question
+inverted 0
 status open
 
 \begin_layout Standard
@@ -31822,6 +31826,7 @@ reponse}[1]{}
 
 \begin_layout Standard
 \begin_inset Branch Réponse
+inverted 0
 status collapsed
 
 \begin_layout Standard


[LyX/master] Typo

2016-09-26 Thread jpc
commit f96683c41cdab5fef0b575a1a387e93963045649
Author: jpc 
Date:   Sun Sep 25 17:29:16 2016 +0100

  Typo
---
 lib/examples/fr/beamer.lyx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/examples/fr/beamer.lyx b/lib/examples/fr/beamer.lyx
index fa4bff4..3776d64 100644
--- a/lib/examples/fr/beamer.lyx
+++ b/lib/examples/fr/beamer.lyx
@@ -2725,7 +2725,7 @@ Recouvrements en ligne
 status collapsed
 
 \begin_layout Plain Layout
-Pour illustrer le différence entre découvert et visible:
+Pour illustrer la différence entre découvert et visible:
 \end_layout
 
 \end_inset


[LyX/master] Typo

2016-07-27 Thread Kornel Benko
commit 9c3ddbf7a042007e349f9dbec22f098ec76dc420
Author: Kornel Benko 
Date:   Wed Jul 27 07:58:56 2016 +0200

Typo
---
 po/CMakeLists.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index bb9c839..590921c 100755
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -56,7 +56,7 @@ macro(add_gettext_python  _par _dir)
"-DLYX_PYTHON_EXECUTABLE=${LYX_PYTHON_EXECUTABLE}"
"-DParType=${_par1}"
"-DSources=${_src_files}"
-"-DLYX_PY_POLIB=${LYX_PY_POLIB1}"
+"-DLYX_PY_POLIB=${LYX_PY_POLIB}"
-P "${TOP_SRC_DIR}/po/CreateLayoutTranslations.cmake"
   DEPENDS ${_sources} ${_src_files} "${TOP_SRC_DIR}/lib/layouttranslations"
   COMMENT "${LYX_PYTHON_EXECUTABLE} ${TOP_SRC_DIR}/po/lyx_pot.py -b 
${TOP_SRC_DIR} -o  ${_dst} -t ${_par1} --src_file=${_src_files}"


[LyX/master] Typo

2016-07-18 Thread Jean-Marc Lasgouttes
commit d654c4782a0cc34342f2632f7a50ffe6658241dd
Author: Jean-Marc Lasgouttes 
Date:   Mon Jul 18 16:24:06 2016 +0200

Typo
---
 src/insets/InsetTabular.h |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h
index a491a3b..4b8ce59 100644
--- a/src/insets/InsetTabular.h
+++ b/src/insets/InsetTabular.h
@@ -1054,10 +1054,11 @@ private:
/// return the cell nearest to x, y
idx_type getNearestCell(BufferView &, int x, int y) const;
 
-   /// test the rotation state of the give cell range.
+   /// test the rotation state of the given cell range.
bool oneCellHasRotationState(bool rotated,
row_type row_start, row_type row_end,
col_type col_start, col_type col_end) const;
+
/// true when selecting rows with the mouse
bool rowselect_;
/// true when selecting columns with the mouse


[LyX/master] typo

2016-06-03 Thread Pavel Sanda
commit 48c4763b866239087cb80989c5fa42f2a93604f3
Author: Pavel Sanda 
Date:   Fri Jun 3 11:19:02 2016 -0700

typo

diff --git a/src/frontends/qt4/ui/FontUi.ui b/src/frontends/qt4/ui/FontUi.ui
index 3c0e14c..416c3fb 100644
--- a/src/frontends/qt4/ui/FontUi.ui
+++ b/src/frontends/qt4/ui/FontUi.ui
@@ -258,7 +258,7 @@

 
  
-  Activate extensions such as character protusion and font 
expansion via the microtype package
+  Activate extensions such as character protrusion and font 
expansion via the microtype package
  
  
   Enable micro-typographic extensions


[LyX/master] typo

2016-05-29 Thread Richard Heck
commit 3465bf4baf199a4f9e3dfeeb24f98751bf0a71e2
Author: Guillaume Munch 
Date:   Wed May 4 19:23:51 2016 +0100

typo

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index ac64cf2..3cb7aac 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -370,8 +370,8 @@ public:
+ (with_blanks ? blank_count_ : 0);
}
 
-   // does the buffer contains tracked changes? (if so, we automatically
-   // display the review toolbar)
+   // does the buffer contain tracked changes? (if so, we automatically
+   // display the review toolbar, for instance)
mutable bool tracked_changes_present_;
 
 private:


[LyX/master] typo

2016-05-11 Thread Pavel Sanda
commit 3c44d977b618af1bb548aae9141daf21ec07e54c
Author: Pavel Sanda 
Date:   Wed May 11 14:42:26 2016 -0700

typo

diff --git a/po/pt_PT.po b/po/pt_PT.po
index 8b4fe8f..75e939e 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -13,7 +13,7 @@ msgstr ""
 "POT-Creation-Date: 2016-04-24 10:40+0200\n"
 "PO-Revision-Date: 2014-10-03 22:36-\n"
 "Last-Translator: Jorge Pinto \n"
-"Language-Team: Portugese\n"
+"Language-Team: Portuguese\n"
 "Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"


[LyX/master] Typo.

2016-02-15 Thread Kornel Benko
commit cc884dd0444e335bdeea5c939ef68852a7592946
Author: Kornel Benko 
Date:   Mon Feb 15 21:00:35 2016 +0100

Typo.

diff --git a/development/cmake/scripts/CreateMD5.cmake 
b/development/cmake/scripts/CreateMD5.cmake
index 6ad8b3f..4969a07 100644
--- a/development/cmake/scripts/CreateMD5.cmake
+++ b/development/cmake/scripts/CreateMD5.cmake
@@ -36,7 +36,7 @@
 #   COMMAND ${CMAKE_COMMAND}
 #  "-DFILE_TO_HANDLE=${fileToCheck}"
 #  "-DMD5_OUTPUT=${md5out}"
-#  -P ${TOP_SCRIPT_PATH}/CtreateMD5MD5.cmake
+#  -P ${TOP_SCRIPT_PATH}/CreateMD5.cmake
 #   DEPENDS ")
 #
 # add_custom_target(lyxmd5 DEPENDS ${md5out})


[LyX/master] typo

2016-01-20 Thread Jean-Marc Lasgouttes
commit 76eebf57071b977cbc9c8280f28fadc2206d18ff
Author: Jean-Marc Lasgouttes 
Date:   Wed Jan 20 17:40:47 2016 +0100

typo

diff --git a/src/Language.h b/src/Language.h
index 2a9ebb3..ed1bd87 100644
--- a/src/Language.h
+++ b/src/Language.h
@@ -81,7 +81,7 @@ public:
std::string const fontenc() const { return fontenc_; }
/// This language needs to be passed to babel itself (not the class)
bool asBabelOptions() const { return as_babel_options_; }
-   /// This language correspongs to a translation of the GUI
+   /// This language corresponds to a translation of the GUI
bool hasGuiSupport() const { return has_gui_support_; }
///
bool read(Lexer & lex);


[LyX/master] Typo

2016-01-18 Thread Kornel Benko
commit 10ec8ed91d291e37b8ac09040fbef2d332145092
Author: Kornel Benko 
Date:   Mon Jan 18 10:59:35 2016 +0100

Typo

diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx
index 9e14346..6bf2f81 100644
--- a/lib/doc/Development.lyx
+++ b/lib/doc/Development.lyx
@@ -3,7 +3,7 @@
 \begin_document
 \begin_header
 \save_transient_properties true
-\origin /systemlyxdir/doc/
+\origin unavailable
 \textclass scrartcl
 \options BCOR8mm,captions=tableheading
 \use_default_options false
@@ -2304,7 +2304,7 @@ status collapsed
 \end_inset
 
  parameter nothing changes.
- Suspended or not, tests will be executed depending only on the selectiong
+ Suspended or not, tests will be executed depending only on the selecting
  regular expression given to the ctest command (see 
 \begin_inset CommandInset ref
 LatexCommand ref


[LyX/master] typo

2016-01-10 Thread Juergen Spitzmueller
commit 0f18746bc0aa75af7293884327e07990bdfad2cb
Author: Juergen Spitzmueller 
Date:   Sun Jan 10 11:17:32 2016 +0100

typo

diff --git a/lib/examples/de/linguistics.lyx b/lib/examples/de/linguistics.lyx
index e2dd8ff..819af10 100644
--- a/lib/examples/de/linguistics.lyx
+++ b/lib/examples/de/linguistics.lyx
@@ -572,7 +572,7 @@ status open
 
 ).
  Beachten Sie, dass Sie im \SpecialChar LyX
--Fenster mehrere Leerzechen nacheinander einfügen
+-Fenster mehrere Leerzeichen nacheinander einfügen
  können, um die Glossen dort schöner auszurichten.
  Die Ausgabe wird davon nicht berührt.
 \end_layout


[LyX/master] Typo

2016-01-04 Thread Kornel Benko
commit 7c26af67be7371db7278f54b46890b64ce360ec1
Author: Kornel Benko 
Date:   Mon Jan 4 13:45:11 2016 +0100

Typo

diff --git a/development/checkurls/knownToRegisterURLS 
b/development/checkurls/knownToRegisterURLS
index a5745cf..fe1d362 100644
--- a/development/checkurls/knownToRegisterURLS
+++ b/development/checkurls/knownToRegisterURLS
@@ -7,7 +7,7 @@ http://www.wkap.nl/kaphtml.htm/STYLEFILES
 
 # The download pages probably accessible after login
 http://jasa.peerx-press.org/html/jasa/Using_LaTeX
-http://spie.org/app/Publications/index.cfm?fuseaction=authinfo=proceedings;
+http://spie.org/app/Publications/index.cfm?fuseaction=authinfo=proceedings
 http://www.jstatsoft.org/downloads/JSSstyle.zip
 http://www.photogrammetry.ethz.ch/tarasp_workshop/isprs.cls
 


[LyX/master] Typo

2015-12-19 Thread Günter Milde
commit 6b58b511cd5438221a793103b1beabab8b627948
Author: Kornel Benko 
Date:   Fri Dec 18 18:55:05 2015 +0100

Typo

diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx
index 801b1e4..0b0f941 100644
--- a/lib/doc/Development.lyx
+++ b/lib/doc/Development.lyx
@@ -81,9 +81,9 @@ logicalmkup
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
-\output_changes false
 \html_math_output 0
 \html_css_as_file 0
+\output_changes false
 \html_be_strict true
 \end_header
 
@@ -3161,7 +3161,7 @@ ctest -L url
 \begin_inset Newline newline
 \end_inset
 
-runns all tests with label 
+runs all tests with label 
 \family typewriter
 'url'
 \end_layout
@@ -3175,7 +3175,7 @@ ctest -R 'check_.*urls'
 \begin_inset Newline newline
 \end_inset
 
-runns the tests 'check_accessible_urls'
+runs the tests 'check_accessible_urls'
 \end_layout
 
 \begin_layout Standard


[LyX/master] Typo

2015-12-18 Thread Kornel Benko
commit b5c693eb0f99a7e5dec4f0da909803aa355c64f7
Author: Kornel Benko 
Date:   Fri Dec 18 18:55:05 2015 +0100

Typo

diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx
index 801b1e4..0b0f941 100644
--- a/lib/doc/Development.lyx
+++ b/lib/doc/Development.lyx
@@ -81,9 +81,9 @@ logicalmkup
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
-\output_changes false
 \html_math_output 0
 \html_css_as_file 0
+\output_changes false
 \html_be_strict true
 \end_header
 
@@ -3161,7 +3161,7 @@ ctest -L url
 \begin_inset Newline newline
 \end_inset
 
-runns all tests with label 
+runs all tests with label 
 \family typewriter
 'url'
 \end_layout
@@ -3175,7 +3175,7 @@ ctest -R 'check_.*urls'
 \begin_inset Newline newline
 \end_inset
 
-runns the tests 'check_accessible_urls'
+runs the tests 'check_accessible_urls'
 \end_layout
 
 \begin_layout Standard


[LyX/master] Typo

2015-12-04 Thread Kornel Benko
commit 0008e36ff4928919c53596966a4e214f8e5e741f
Author: Kornel Benko 
Date:   Fri Dec 4 19:32:09 2015 +0100

Typo

diff --git a/development/autotests/ExportTests.cmake 
b/development/autotests/ExportTests.cmake
index 9b5c85d..0067128 100644
--- a/development/autotests/ExportTests.cmake
+++ b/development/autotests/ExportTests.cmake
@@ -110,7 +110,7 @@ macro(maketestname testname inverted listsuspicious 
listignored listunreliable l
 set(listsuspiciousx ${listsuspicious}_${_v})
 set(listignoredx ${listignored}_${_v})
 set(listunreliablex ${listunreliable}_${_v})
-set(listsuspendedx suspendedTests_${v})
+set(listsuspendedx suspendedTests_${_v})
   else()
 set(listsuspiciousx ${listsuspicious})
 set(listignoredx ${listignored})


  1   2   >