[LyX/master] Correct fix for search-ignore docs.

2022-03-08 Thread Pavel Sanda
commit b257e2999b71d1caf619cb99dda0197c9a4141c8 Author: Pavel Sanda Date: Tue Mar 8 21:50:48 2022 +0100 Correct fix for search-ignore docs. --- src/LyXAction.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index a4856bf

[LyX/master] * bash_completion - outdated syntax

2022-03-26 Thread Pavel Sanda
commit b1db663d99255e2223530c84f53fbdadf2035dce Author: Pavel Sanda Date: Sat Mar 26 11:16:38 2022 +0100 * bash_completion - outdated syntax https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008257 --- lib/scripts/bash_completion |5 ++--- 1 files changed, 2 insertions(+), 3

[LyX/master] * RELEASE-NOTES

2022-03-26 Thread Pavel Sanda
commit b67884448135114a46383b4ced18bdd7cc74743d Author: Pavel Sanda Date: Sat Mar 26 11:58:49 2022 +0100 * RELEASE-NOTES --- lib/RELEASE-NOTES |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 7398553..97c740c 100644

[LyX/master] Add Hernan to credits

2022-04-01 Thread Pavel Sanda
commit 9804b544e9ab1775f219f1439bbe174b671f5871 Author: Pavel Sanda Date: Fri Apr 1 22:55:41 2022 +0200 Add Hernan to credits --- lib/generate_contributions.py | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/lib/generate_contributions.py b/lib

[LyX/master] * bash_completion from Hernan Solari

2022-04-01 Thread Pavel Sanda
commit d1f8c48d1b27c0590037d3fd715d0ede6df44d4d Author: Pavel Sanda Date: Fri Apr 1 22:56:57 2022 +0200 * bash_completion from Hernan Solari --- lib/scripts/bash_completion | 41 ++--- 1 files changed, 38 insertions(+), 3 deletions(-) diff --git a

[LyX/master] * layouttranslations for bg

2022-04-01 Thread Pavel Sanda
commit 46c6c40bea6ac75474b712b718b5903a8451bd31 Author: Pavel Sanda Date: Fri Apr 1 23:05:04 2022 +0200 * layouttranslations for bg --- lib/layouttranslations |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouttranslations b/lib/layouttranslations index

[LyX/master] * layouttranslations updates from Veselin

2022-04-13 Thread Pavel Sanda
commit 8471b97fd4fcb40573531187de9c9422abc89415 Author: Pavel Sanda Date: Wed Apr 13 11:32:45 2022 +0200 * layouttranslations updates from Veselin --- lib/layouttranslations |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/layouttranslations b/lib

[LyX/master] Update status of layouttranslations

2022-04-13 Thread Pavel Sanda
commit 5ac8a0b9ae4d04b5539a29f564571db2bddde6e7 Author: Pavel Sanda Date: Wed Apr 13 11:36:49 2022 +0200 Update status of layouttranslations --- lib/layouttranslations.review |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layouttranslations.review b/lib

[LyX/master] Backport bg strings

2022-04-13 Thread Pavel Sanda
commit 968379b6444e05b1efc2657eadb26102c6a9b866 Author: Pavel Sanda Date: Wed Apr 13 11:33:28 2022 +0200 Backport bg strings --- po/bg.po |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/bg.po b/po/bg.po index 8a470b3..4d805ef 100644 --- a/po/bg.po +++ b

[LyX/master] Allow syncing open/close status of branch inset with it's activation status.

2022-04-16 Thread Pavel Sanda
commit 02ffd6dd70be2a376b5d09b55099aa75338a2889 Author: Pavel Sanda Date: Sun Apr 17 00:16:19 2022 +0200 Allow syncing open/close status of branch inset with it's activation status. This was kicked out by 742b39f4 (the code in inset toggle survived). https://www

[LyX/master] *doc - branch-sync-all

2022-04-16 Thread Pavel Sanda
commit 5ba4d54b6303db27182f7ab1b7a0337f98546af2 Author: Pavel Sanda Date: Sun Apr 17 00:37:22 2022 +0200 *doc - branch-sync-all --- lib/doc/UserGuide.lyx | 36 ++-- 1 files changed, 34 insertions(+), 2 deletions(-) diff --git a/lib/doc/UserGuide.lyx b

[LyX/master] forgotten bit

2022-04-16 Thread Pavel Sanda
commit a4f5f245f8245976ca4a0fdda4a43b96a159754c Author: Pavel Sanda Date: Sun Apr 17 00:38:17 2022 +0200 forgotten bit --- src/LyXAction.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index c88c1b9..f232e51 100644 --- a

[LyX/master] * RELEASE-NOTES

2022-04-16 Thread Pavel Sanda
commit 335f158896c067caa138fa7bcf9a9b38fcca1e35 Author: Pavel Sanda Date: Sun Apr 17 00:49:35 2022 +0200 * RELEASE-NOTES --- lib/RELEASE-NOTES |2 ++ src/LyXAction.cpp |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index

[LyX/master] Fix gcc 13 compilation.

2022-06-28 Thread Pavel Sanda
commit 6874c86cb58f4387734c97423bfe9a60cbaec247 Author: Pavel Sanda Date: Tue Jun 28 10:26:42 2022 +0200 Fix gcc 13 compilation. Spotted by Jose. --- src/tex2lyx/Parser.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tex2lyx/Parser.cpp b/src

[LyX/master] Doxy for zoom args in ui-toggle lfun.

2022-07-30 Thread Pavel Sanda
commit 130282a418f932bc679a85a50098fcd62c9184e8 Author: Pavel Sanda Date: Sun Jul 31 00:23:09 2022 +0200 Doxy for zoom args in ui-toggle lfun. --- src/LyXAction.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index

[LyX/master] whitespace

2022-07-30 Thread Pavel Sanda
commit 00bba01de96a9009ba466756b2e29809df26c1bf Author: Pavel Sanda Date: Sun Jul 31 00:24:33 2022 +0200 whitespace --- src/LyXAction.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b14a0c0..5c62864 100644 --- a/src

[LyX/master] another typo

2022-07-30 Thread Pavel Sanda
commit 6031666b01c5af77c5c43576292ed1df8a6c827c Author: Pavel Sanda Date: Sun Jul 31 00:26:04 2022 +0200 another typo --- src/LyXAction.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5c62864..992b47a 100644 --- a

[LyX/master] Various python fixes suggested by pyupgrade.

2022-07-30 Thread Pavel Sanda
commit d79637a88e368d8e67e4b38ddcf25a4b7f40176e Author: Pavel Sanda Date: Sun Jul 31 00:36:51 2022 +0200 Various python fixes suggested by pyupgrade. Patch from Jose. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217770.html --- lib/lyx2lyx/lyx2lyx_tools.py |2

[LyX/master] pyupgrade related fixes to python scripts #2.

2022-07-31 Thread Pavel Sanda
commit c04192526187c1b3bfe7d7dcabd9cd6c50084642 Author: Pavel Sanda Date: Sun Jul 31 11:13:53 2022 +0200 pyupgrade related fixes to python scripts #2. Patch from Jose. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg21.html --- lib/configure.py | 48

[LyX/master] pyupgrade related fixes to python scripts #2.

2022-07-31 Thread Pavel Sanda
commit 79f321d0f505385438a9fca01ef87a658abf6bc7 Author: Pavel Sanda Date: Sun Jul 31 20:08:44 2022 +0200 pyupgrade related fixes to python scripts #2. Patch from Jose. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217790.html --- lib/scripts/fig2pdftex.py

[LyX/master] Add document statistics to statusbar.

2022-08-09 Thread Pavel Sanda
commit 5b50a97fd76d237dbf91fe897739dc4e11ee6551 Author: Pavel Sanda Date: Tue Aug 9 23:48:55 2022 +0200 Add document statistics to statusbar. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg217810.html --- lib/ui/stdcontext.inc|2 + src/LyXAction.cpp

[LyX/master] * RELEASE-NOTES

2022-08-09 Thread Pavel Sanda
commit c1575a5be159cde1cb6c93c0276acf9c43b1071e Author: Pavel Sanda Date: Tue Aug 9 23:58:13 2022 +0200 * RELEASE-NOTES --- lib/RELEASE-NOTES |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 344e6b1..02bb3de 100644

[LyX/master] Fix shortcut

2022-08-09 Thread Pavel Sanda
commit 04ada8e5fa57c7c35379fa8b4ed5b801f60b3c6b Author: Pavel Sanda Date: Wed Aug 10 00:03:20 2022 +0200 Fix shortcut --- lib/ui/stdcontext.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 402dbcd..554798c

[LyX/master] configure.py: sanitize restrictive policies of IM on some distributions.

2022-08-11 Thread Pavel Sanda
commit bd0510b08ff6f80f40b436738da1c4e758d28f74 Author: Pavel Sanda Date: Fri Aug 12 01:03:09 2022 +0200 configure.py: sanitize restrictive policies of IM on some distributions. Some distros banned GS for Imagemigick conversions. In effect eps->png conversion is broken

[LyX/master] * doxy

2022-09-06 Thread Pavel Sanda
commit e0b1cc902c6a49b65522bcf67133d0b8c7c553be Author: Pavel Sanda Date: Tue Sep 6 22:12:25 2022 +0200 * doxy --- src/LyXAction.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6c80fb1..96b492e 100644 --- a/src

[LyX/2.3.x] * cs.po

2022-09-07 Thread Pavel Sanda
commit b65c5480e87110840e9297383f1de4c8b9b29418 Author: Pavel Sanda Date: Wed Sep 7 20:23:01 2022 +0200 * cs.po --- po/cs.po |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/po/cs.po b/po/cs.po index 05308fa..e4de27c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -275,7

[LyX/2.3.x] remerge cs.po

2022-11-15 Thread Pavel Sanda
commit 4beee3bcf7258f78d9b7b7119f4ee53fd9c3342d Author: Pavel Sanda Date: Tue Nov 15 13:55:52 2022 +0100 remerge cs.po --- po/cs.po | 338 -- 1 files changed, 173 insertions(+), 165 deletions(-) diff --git a/po/cs.po b/po/cs.po

[LyX/2.3.x] update cs.po

2022-11-15 Thread Pavel Sanda
commit ce6e803cbda86adeca6b0beea1f793650c2b0012 Author: Pavel Sanda Date: Tue Nov 15 13:57:48 2022 +0100 update cs.po --- po/cs.po |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/po/cs.po b/po/cs.po index ca98b17..bf3dee8 100644 --- a/po/cs.po +++ b/po/cs.po

[LyX/master] Drop C++17 if init-statements to support older compilers.

2022-11-16 Thread Pavel Sanda
commit d9847302359b7f6d5ca02b97b3b323d7f6bc3df7 Author: Pavel Sanda Date: Wed Nov 16 21:23:01 2022 +0100 Drop C++17 if init-statements to support older compilers. --- src/insets/InsetIndex.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/insets

[LyX/2.3.x] Add missing status.23x entries from latest backports.

2022-11-23 Thread Pavel Sanda
commit 758a9603cc371b000ac9bb1b01f1f4f2a60234fd Author: Pavel Sanda Date: Wed Nov 23 13:33:29 2022 +0100 Add missing status.23x entries from latest backports. --- status.23x | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/status.23x b/status

[LyX/2.3.x] status.23x: updates vs bug fixes

2022-11-23 Thread Pavel Sanda
commit c52a62dc53dc20c5bc209ef61fdfe55299d42cd2 Author: Pavel Sanda Date: Wed Nov 23 13:38:09 2022 +0100 status.23x: updates vs bug fixes --- status.23x | 53 - 1 files changed, 28 insertions(+), 25 deletions(-) diff --git a/status

[LyX/2.3.x] * status.23x

2022-11-23 Thread Pavel Sanda
commit c8b0b1591202272903074de7bef2b0227c321357 Author: Pavel Sanda Date: Wed Nov 23 13:46:20 2022 +0100 * status.23x --- status.23x |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/status.23x b/status.23x index 303ddbd..c3d63f9 100644 --- a/status.23x +++ b

[LyX/2.3.x] * cs.po

2022-11-23 Thread Pavel Sanda
commit d0dc349f6176a04a3e5ef1402803c9a4017a01a9 Author: Pavel Sanda Date: Wed Nov 23 21:03:29 2022 +0100 * cs.po --- po/cs.po | 352 +++--- 1 files changed, 178 insertions(+), 174 deletions(-) diff --git a/po/cs.po b/po/cs.po index

[LyX/2.3.x] Remerge strings 2.3.7

2022-11-23 Thread Pavel Sanda
commit 272f1f94e204cd6a240c7bacec3c13941cf9e8de Author: Pavel Sanda Date: Wed Nov 23 21:33:24 2022 +0100 Remerge strings 2.3.7 po/ar.po| 1610 ++- po/bg.po| 804 -- po/de.po| 609

[LyX/2.3.x] * cs.po

2022-11-23 Thread Pavel Sanda
commit 7da621470471c7b607a8f1f96b69dc198f56976c Author: Pavel Sanda Date: Wed Nov 23 22:14:33 2022 +0100 * cs.po --- po/cs.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/cs.po b/po/cs.po index 82b0e14..756e1c7 100644 --- a/po/cs.po +++ b/po/cs.po

[LyX/2.3.x] Fix postats.py for branch strings.

2022-11-23 Thread Pavel Sanda
commit 94378dde3cb384803d88e7d265bbd0d27b16a03a Author: Pavel Sanda Date: Wed Nov 23 22:56:00 2022 +0100 Fix postats.py for branch strings. --- po/postats.py |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/po/postats.py b/po/postats.py index bca7380..b344ea5

[LyX/master] * postats.py

2022-11-23 Thread Pavel Sanda
commit 0dd09c131edba73cce4eb2f06ff8b7f70d48a3e1 Author: Pavel Sanda Date: Wed Nov 23 23:29:11 2022 +0100 * postats.py --- po/postats.py |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/po/postats.py b/po/postats.py index bca7380..9c85e5c 100755 --- a/po

[LyX/2.3.x] Qt4 compilable again

2022-11-23 Thread Pavel Sanda
commit 52ea36798268607f0cc1ed76d7289ca868132bf0 Author: Pavel Sanda Date: Mon Sep 28 16:34:42 2020 +0200 Qt4 compilable again --- src/frontends/qt4/GuiFontMetrics.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt4/GuiFontMetrics.cpp b/src

[LyX/master] makefile - forgotten file

2022-11-23 Thread Pavel Sanda
commit 833def44eb9a4440c6546b27e683c434641c27e4 Author: Pavel Sanda Date: Thu Nov 24 02:17:26 2022 +0100 makefile - forgotten file --- src/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9a642d8..e166590 100644

[LyX/2.3.x] Update uk.po from Yuri.

2022-11-25 Thread Pavel Sanda
commit 89a6745c6ca4acb12b12163d9bdc9ac52773aa63 Author: Pavel Sanda Date: Fri Nov 25 10:40:39 2022 +0100 Update uk.po from Yuri. --- po/uk.gmo | Bin 677324 -> 683388 bytes 1 files changed, 0 insertions(+), 0 deletions(-) diff --git a/po/uk.gmo b/po/uk.gmo index cb88789..a08c9cf 100

[LyX/2.3.x] uk.po update one more time...

2022-11-25 Thread Pavel Sanda
commit 3f68d7154d639a5e4d5af56d57088cd680216fa8 Author: Pavel Sanda Date: Fri Nov 25 10:41:44 2022 +0100 uk.po update one more time... --- po/uk.po | 157 - 1 files changed, 82 insertions(+), 75 deletions(-) diff --git a/po

[LyX/2.3.x] Update pt_BR.po from Georger Araujo.

2022-11-26 Thread Pavel Sanda
commit 42aa3442e052d95dd8e6d51efb837313235e5c05 Author: Pavel Sanda Date: Sat Nov 26 12:29:00 2022 +0100 Update pt_BR.po from Georger Araujo. --- po/pt_BR.po | 35 --- 1 files changed, 20 insertions(+), 15 deletions(-) diff --git a/po/pt_BR.po b/po

[LyX/master] * RELEASE-NOTES

2022-11-28 Thread Pavel Sanda
commit d82247985a4f93e1129d79daf364f2444d35c3e9 Author: Pavel Sanda Date: Mon Nov 28 11:09:37 2022 +0100 * RELEASE-NOTES --- lib/RELEASE-NOTES |3 +++ src/LyXAction.cpp |4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES

[LyX/master] * RELEASE-NOTES

2022-11-28 Thread Pavel Sanda
commit 50ce45b52985e333a00146debb16e4fb465b7356 Author: Pavel Sanda Date: Mon Nov 28 11:29:22 2022 +0100 * RELEASE-NOTES --- lib/RELEASE-NOTES |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 8612ea9..7e81735 100644

[LyX/master] remerge ru.po

2022-11-28 Thread Pavel Sanda
commit ebcc4136b8bcd6824a12b009ac2a7563dee6d5fc Author: Pavel Sanda Date: Mon Nov 28 13:00:27 2022 +0100 remerge ru.po po/ru.po | 8760 ++ 1 files changed, 4809 insertions(+), 3951 deletions(-) -- lyx-cvs mailing list lyx-cvs

[LyX/2.3.x] * nl.po from Niko Strijbol

2022-11-28 Thread Pavel Sanda
commit 1b09fd459ced87df57928f4cbaf12b9661ca2ddc Author: Pavel Sanda Date: Mon Nov 28 23:31:26 2022 +0100 * nl.po from Niko Strijbol --- po/nl.po | 85 - 1 files changed, 39 insertions(+), 46 deletions(-) diff --git a/po/nl.po

[LyX/master] AA not longer exists in CTAN; deleting section on AA.

2022-11-29 Thread Pavel Sanda
commit 924e74bd69f5a17a936ac698ee24c1021b313798 Author: John R Hudson Date: Tue Nov 29 17:30:38 2022 + AA not longer exists in CTAN; deleting section on AA. --- lib/doc/Additional.lyx | 141 +++- 1 files changed, 140 insertions(+), 1 deletio

[LyX/master] IJMPC/D no longer in CTAN; remove section on IJMPC/D

2022-12-01 Thread Pavel Sanda
commit 483620edfaa830500ec9758eb690e062696f1c98 Author: John R Hudson Date: Tue Nov 29 21:06:25 2022 + IJMPC/D no longer in CTAN; remove section on IJMPC/D --- lib/doc/Additional.lyx | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) d

[LyX/master] IOP class no longer in CTAN; remove IOP section

2022-12-01 Thread Pavel Sanda
commit 0e0d21f905dbfe267f386c32a4c43a335703b322 Author: John R Hudson Date: Wed Nov 30 09:45:48 2022 + IOP class no longer in CTAN; remove IOP section --- lib/doc/Additional.lyx | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff -

lyx-cvs@lists.lyx.org

2022-12-03 Thread Pavel Sanda
commit c9312fbab50923dc1d0929ba49e050075b2598ab Author: Pavel Sanda Date: Sat Dec 3 12:47:23 2022 +0100 Update uk.po from Yuri Chornoivan (&remerge) po/uk.po |11862 -- 1 files changed, 6128 insertions(+), 5734 delet

[LyX/2.3.x] Typo in new string.

2022-12-04 Thread Pavel Sanda
commit ef1a2838ce5f7359e9e68c5f28a87c3f8e58b918 Author: Pavel Sanda Date: Sun Dec 4 19:19:18 2022 +0100 Typo in new string. --- src/mathed/InsetMathMacro.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed/InsetMathMacro.cpp b/src/mathed

[LyX/2.3.x] Fix de.po

2022-12-04 Thread Pavel Sanda
commit 5883886ba11b5333cf802398608e07bb7fc6f9c2 Author: Pavel Sanda Date: Sun Dec 4 19:25:47 2022 +0100 Fix de.po --- po/de.po |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/po/de.po b/po/de.po index 4cd8279..5794d82 100644 --- a/po/de.po +++ b/po/de.po

[LyX/2.3.x] * cs.po

2022-12-04 Thread Pavel Sanda
commit 96785ec51214d2df6b8cc091220036117b929d37 Author: Pavel Sanda Date: Sun Dec 4 19:23:26 2022 +0100 * cs.po --- po/cs.po | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/po/cs.po b/po/cs.po index 756e1c7..db12057 100644 --- a/po/cs.po

[LyX/2.3.x] Remerge strings for a new string.

2022-12-04 Thread Pavel Sanda
commit 53235a21e0154fec9c2b9c21fbc3fa9c1c400030 Author: Pavel Sanda Date: Sun Dec 4 19:26:21 2022 +0100 Remerge strings for a new string. (Better untranslated string than a crash). po/ar.po| 25 +- po/bg.po| 26 +- po/el.po| 25 +- po/en.po| 24 +- po

[LyX/2.3.x] * pt_BR.po

2022-12-04 Thread Pavel Sanda
commit f5ad8747818eb9da73dc23a8d54814f625784b1d Author: Pavel Sanda Date: Mon Dec 5 07:46:34 2022 +0100 * pt_BR.po --- po/pt_BR.po | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 658d19c..e2d17f5 100644 --- a/po

[LyX/master] Kluwer no longer available; remove Kluwer section

2022-12-06 Thread Pavel Sanda
commit 5c2d92b9300ffdd766f4c3fa1b65fe8699f4186f Author: John R Hudson Date: Tue Dec 6 09:00:08 2022 + Kluwer no longer available; remove Kluwer section --- lib/doc/Additional.lyx | 48 1 files changed, 48 insertions(+), 0 deletions(-)

[LyX/master] New chapter 3 Document classes inserted to contain all the material relating to document classes which will be moved in in stages

2022-12-07 Thread Pavel Sanda
commit 4f190a584ec4373a7f60d9ff73a3b57dcda39866 Author: John R Hudson Date: Wed Dec 7 19:01:46 2022 + New chapter 3 Document classes inserted to contain all the material relating to document classes which will be moved in in stages --- lib/doc/Additional.lyx | 146 +++

[LyX/2.3.x] * sv.po from Jim Rotmalm

2022-12-07 Thread Pavel Sanda
commit 9c30620ec23d6835d9d9f565e0d9b89f2f608163 Author: Pavel Sanda Date: Thu Dec 8 08:52:41 2022 +0100 * sv.po from Jim Rotmalm --- po/sv.po | 139 ++--- 1 files changed, 59 insertions(+), 80 deletions(-) diff --git a/po/sv.po b

[LyX/master] Move AMS LaTeX section into new Chapter 3 Document classes

2022-12-08 Thread Pavel Sanda
commit 56f525cec31fb0b489928e61116e14a86444cdd1 Author: John R Hudson Date: Thu Dec 8 13:33:21 2022 + Move AMS LaTeX section into new Chapter 3 Document classes --- lib/doc/Additional.lyx | 1056 1 files changed, 528 insertions(+), 528 d

[LyX/master] Move KOMA-script section into new Chapter 3: Document classes

2022-12-08 Thread Pavel Sanda
commit 85a1e9a69f8aaec39b306d991c759bf4d61e466e Author: John R Hudson Date: Thu Dec 8 18:49:48 2022 + Move KOMA-script section into new Chapter 3: Document classes lib/doc/Additional.lyx | 3308 1 files changed, 1654 insertions(+), 1654

[LyX/master] Move Memoir section into new Chapter 3 Document classes

2022-12-09 Thread Pavel Sanda
commit a34411d54247c6e5be9709b268557d9cbc9d1cb0 Author: John R Hudson Date: Thu Dec 8 21:22:42 2022 + Move Memoir section into new Chapter 3 Document classes --- lib/doc/Additional.lyx | 862 1 files changed, 431 insertions(+), 431 dele

[LyX/master] Move Braodway section into new Chapter 3 Document classes

2022-12-09 Thread Pavel Sanda
commit c3881f6e9e3723a6b752286ecb0a43abc130773a Author: John R Hudson Date: Fri Dec 9 21:09:01 2022 + Move Braodway section into new Chapter 3 Document classes --- lib/doc/Additional.lyx | 532 1 files changed, 266 insertions(+), 266 de

[LyX/master] Move Hollywood section into new Chapter 3 Document classes

2022-12-11 Thread Pavel Sanda
commit b278d5ac73c6849771f0a72d426ea4b775de5389 Author: John R Hudson Date: Sun Dec 11 09:24:56 2022 + Move Hollywood section into new Chapter 3 Document classes --- lib/doc/Additional.lyx | 608 1 files changed, 304 insertions(+), 304

[LyX/2.3.x] * LFUNs.lyx

2022-12-11 Thread Pavel Sanda
commit 94c858676406f69b2d6d645efd91727ae3e379ef Author: Pavel Sanda Date: Sun Dec 11 21:07:03 2022 +0100 * LFUNs.lyx --- lib/doc/LFUNs.lyx | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index db42379

[LyX/master] Insert updated section on A&A paper into Chapter 3 Document classes

2022-12-11 Thread Pavel Sanda
commit dc81a3f95d07a06e3e826d7e5b952bc85ff4614f Author: John R Hudson Date: Sun Dec 11 21:39:58 2022 + Insert updated section on A&A paper into Chapter 3 Document classes --- lib/doc/Additional.lyx | 1095 +++- 1 files changed, 1094 insertion

[LyX/master] Move AasteX section in Additional.lyx into Chapter 3 Document classes

2022-12-12 Thread Pavel Sanda
commit 6e401da6acb580c80f0215593fcb6802139b263a Author: John R Hudson Date: Mon Dec 12 13:47:06 2022 + Move AasteX section in Additional.lyx into Chapter 3 Document classes --- lib/doc/Additional.lyx | 2172 1 files changed, 1087 inserti

[LyX/master] Move Foils (FoilTeX) section in Additional.lyx to Chapter 3 Document classes

2022-12-12 Thread Pavel Sanda
commit 8792e6418edaeecd5bb620d5a8072667c57137fd Author: John R Hudson Date: Mon Dec 12 21:58:33 2022 + Move Foils (FoilTeX) section in Additional.lyx to Chapter 3 Document classes lib/doc/Additional.lyx | 3002 1 files changed, 1501 ins

[LyX/master] Move Article (mwart) section in Additional.lyx to Chapter 3 Document classes and change the heading to Polish M.W. collection

2022-12-13 Thread Pavel Sanda
commit e33e2fe312af12dee4c595bfc5c4a98c02b744e2 Author: John R Hudson Date: Tue Dec 13 09:49:24 2022 + Move Article (mwart) section in Additional.lyx to Chapter 3 Document classes and change the heading to Polish M.W. collection --- lib/doc/Additional.lyx | 318 ++

[LyX/master] Move RevTeX section in Additional.lyx into Chapter 3 Document classes

2022-12-13 Thread Pavel Sanda
commit 9f17026e933a263d59701079c111fb330ddbd292 Author: John R Hudson Date: Tue Dec 13 13:49:46 2022 + Move RevTeX section in Additional.lyx into Chapter 3 Document classes --- lib/doc/Additional.lyx | 704 1 files changed, 352 insertio

[LyX/master] Move Slides (SliTeX) section in Additional.lyx to Chapter 3 Document classes

2022-12-14 Thread Pavel Sanda
commit 0d50b62f73ec3fa1c33b3bc59dd180de14511f64 Author: John R Hudson Date: Wed Dec 14 09:19:48 2022 + Move Slides (SliTeX) section in Additional.lyx to Chapter 3 Document classes lib/doc/Additional.lyx | 4166 1 files changed, 2083 ins

[LyX/master] Insert short updated entries for Dinbrief, Elsevier, Paper and Springer in Chapter 3 Document classes of Additional.lyx

2022-12-14 Thread Pavel Sanda
commit bc51bab546147bec3fa63b073231265b2d870980 Author: John R Hudson Date: Wed Dec 14 18:21:33 2022 + Insert short updated entries for Dinbrief, Elsevier, Paper and Springer in Chapter 3 Document classes of Additional.lyx --- lib/doc/Additional.lyx | 236

[LyX/master] Delete old entries on Dinbrief, Elsevier, Paper and Springer in Special Document Classes in Additional.lyx

2022-12-15 Thread Pavel Sanda
commit aeadb79273e1571daced7a055f99e9d0362a7541 Author: John R Hudson Date: Thu Dec 15 09:44:26 2022 + Delete old entries on Dinbrief, Elsevier, Paper and Springer in Special Document Classes in Additional.lyx --- lib/doc/Additional.lyx | 50 +

[LyX/master] Move existing chapters 4, 5, 6 and 7 of Additional.lyx, all on RevTeX, into the RevTeX section in Chapter 3 Document classes

2022-12-15 Thread Pavel Sanda
commit c162c2e56403861ce88fc976fb07281d19ff1385 Author: John R Hudson Date: Thu Dec 15 14:55:10 2022 + Move existing chapters 4, 5, 6 and 7 of Additional.lyx, all on RevTeX, into the RevTeX section in Chapter 3 Document classes --- lib/doc/Additional.lyx | 550 +++

[LyX/2.3.x] * cs.po

2022-12-15 Thread Pavel Sanda
commit 06fbe468d2737266e7b718c539eac1cba15e1dd1 Author: Pavel Sanda Date: Thu Dec 15 21:25:44 2022 +0100 * cs.po --- po/cs.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/cs.po b/po/cs.po index db12057..a2ec790 100644 --- a/po/cs.po +++ b/po/cs.po

[LyX/2.3.x] * ANNOUNCE

2022-12-15 Thread Pavel Sanda
commit e32dfe27519f63d08b209222afecc1f01e941c90 Author: Pavel Sanda Date: Thu Dec 15 21:27:07 2022 +0100 * ANNOUNCE --- ANNOUNCE |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 52b4388..929f0f8 100644 --- a/ANNOUNCE +++ b/ANNOUNCE

[LyX/master] Create new Chapter 4 Modules and move Multiple text columns section into it

2022-12-16 Thread Pavel Sanda
commit 357c7ab0237cecbd51c6ab243708bcef60586ae7 Author: John R Hudson Date: Fri Dec 16 10:22:39 2022 + Create new Chapter 4 Modules and move Multiple text columns section into it lib/doc/Additional.lyx | 3010 1 files changed, 1508 inse

[LyX/master] Move Non-standard Paragraph Shapes into new Chapter 4 Modules of Additional.lyx and rename Custom Paragraph Shapes

2022-12-17 Thread Pavel Sanda
commit 19ceef7f862b8743ceed9650a92120d282d8664f Author: John R Hudson Date: Sat Dec 17 09:47:11 2022 + Move Non-standard Paragraph Shapes into new Chapter 4 Modules of Additional.lyx and rename Custom Paragraph Shapes --- lib/doc/Additional.lyx | 2118 -

[LyX/master] Make the first three sections of the Supplementary tools in Additional.lyx on using BibTeX and BiblaTeX into a new Chapter 5 Bibliography

2022-12-17 Thread Pavel Sanda
commit e61e81757af2eeddffed7e20db5aeda00d3020f7 Author: John R Hudson Date: Sat Dec 17 19:14:00 2022 + Make the first three sections of the Supplementary tools in Additional.lyx on using BibTeX and BiblaTeX into a new Chapter 5 Bibliography --- lib/doc/Additional.lyx | 24 ++

[LyX/master] Create Chapter 6 Bullets in Additional.lyx and move the bullet section into it; this completes the reordering of chapters in Additional.lyx to reflect entries in Document Settings

2022-12-18 Thread Pavel Sanda
commit 399fd96fab53cdb75e164c41d1f9727a024a3bdc Author: John R Hudson Date: Sun Dec 18 09:30:32 2022 + Create Chapter 6 Bullets in Additional.lyx and move the bullet section into it; this completes the reordering of chapters in Additional.lyx to reflect entries in Document Settings --

[LyX/master] Move Kluwer template to attic.

2022-12-18 Thread Pavel Sanda
commit 5e290e4bf9fb8e7d94912dd0126751d5f6649859 Author: Pavel Sanda Date: Sun Dec 18 17:36:25 2022 +0100 Move Kluwer template to attic. (We leave layout where it is to be compatible with old docs.) --- lib/Makefile.am |1 - lib/attic/templates/Kluwer.lyx

[LyX/master] Insert short entries for Extra Font Sizes, Hebrew and Japanese document classes in Chapter 3 Document Classes of Additional.lyx

2022-12-18 Thread Pavel Sanda
commit 8eb8a9d2fd8a1d4521f2639e80a8fbd954271606 Author: John R Hudson Date: Sun Dec 18 17:07:55 2022 + Insert short entries for Extra Font Sizes, Hebrew and Japanese document classes in Chapter 3 Document Classes of Additional.lyx --- lib/doc/Additional.lyx | 223

[LyX/master] Insert entries for Chess, Recipe book and the four CV classes into Chapter 3 Document classes of Additional.lyx

2022-12-19 Thread Pavel Sanda
commit 38e3538b771551fc828a9d9401add0902705198f Author: John R Hudson Date: Mon Dec 19 09:30:28 2022 + Insert entries for Chess, Recipe book and the four CV classes into Chapter 3 Document classes of Additional.lyx --- lib/doc/Additional.lyx | 374

[LyX/master] Insert entries for Letter, Beamer, Powerdot and Seminar in Chapter 3 Document classes of Additional.lyx

2022-12-19 Thread Pavel Sanda
commit 34d8a8e1d26301461ab0c509f23f19c5d3f4710d Author: John R Hudson Date: Mon Dec 19 14:11:04 2022 + Insert entries for Letter, Beamer, Powerdot and Seminar in Chapter 3 Document classes of Additional.lyx --- lib/doc/Additional.lyx | 216

[LyX/master] * ja.po from Koji

2022-12-19 Thread Pavel Sanda
commit f057acee6ca1f267f30122ea786ed15e44af6008 Author: Pavel Sanda Date: Mon Dec 19 22:19:00 2022 +0100 * ja.po from Koji po/ja.po |16943 ++ 1 files changed, 8125 insertions(+), 8818 deletions(-) -- lyx-cvs mailing list lyx

[LyX/master] Update all references to templates in Additional.lyx to match the 2.4 template interface.

2022-12-21 Thread Pavel Sanda
commit 56c9566febbe3aadc2ec23bfd6afa4e839385c88 Author: John R Hudson Date: Wed Dec 21 10:20:46 2022 + Update all references to templates in Additional.lyx to match the 2.4 template interface. --- lib/doc/Additional.lyx | 152 ++-- 1 files

[LyX/master] * lfun doc

2022-12-21 Thread Pavel Sanda
commit b9da7617d8417e1d80cfc6759ece401d9eca4c15 Author: Pavel Sanda Date: Wed Dec 21 18:25:29 2022 +0100 * lfun doc --- src/LyXAction.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 4e0b041..7ccd2e4 100644 --- a/src

[LyX/master] Update references to example files in Additional.lyx to match the 2.4 examples interface.

2022-12-21 Thread Pavel Sanda
commit 1470a7b864da1d3baf435b1a335f88fa22666a24 Author: John R Hudson Date: Wed Dec 21 17:24:51 2022 + Update references to example files in Additional.lyx to match the 2.4 examples interface. --- lib/doc/Additional.lyx | 280 +++- 1 files

[LyX/master] Add entries for Hazard and Precautionary Statements, Risk and Safety Statements and Linguistics to Chapter 4 Modules of Additional.lyx

2022-12-22 Thread Pavel Sanda
commit 5732b0482a8735d9afddef4cd6bd651ef7011d6c Author: John R Hudson Date: Thu Dec 22 13:37:27 2022 + Add entries for Hazard and Precautionary Statements, Risk and Safety Statements and Linguistics to Chapter 4 Modules of Additional.lyx --- lib/doc/Additional.lyx | 132 +

[LyX/master] Insert entries for Braille, FiXme, PDF Comments, PDF Forms, Ruby and TODO notes into Chapter 4 Modules of Additional.lyx

2022-12-23 Thread Pavel Sanda
commit d7ed4b9bd0b7510158b1588625e8fe57e99e29bb Author: John R Hudson Date: Fri Dec 23 09:46:42 2022 + Insert entries for Braille, FiXme, PDF Comments, PDF Forms, Ruby and TODO notes into Chapter 4 Modules of Additional.lyx --- lib/doc/Additional.lyx | 270 +++

[LyX/master] Insert entries for APA with NatBiB, Fancy Colored Boxes and Graphic Boxes to Chapter 4: Modules of Additional.lyx

2022-12-23 Thread Pavel Sanda
commit af5da98cae339d3f894889fa91d5914db8fa6c9f Author: John R Hudson Date: Fri Dec 23 20:58:43 2022 + Insert entries for APA with NatBiB, Fancy Colored Boxes and Graphic Boxes to Chapter 4: Modules of Additional.lyx --- lib/doc/Additional.lyx | 582 ++

[LyX/master] Insert entries for Section boxes, Variable-width minipages, Fix Computer Modern Fonts, LaTeX Kernel fixes, Minimalistic Insets and Title and Preamble Hacks into Chapter 4 Modules of Addit

2022-12-24 Thread Pavel Sanda
commit 962f2370b20c57728d71cb36793a9f3045d07c4a Author: John R Hudson Date: Sat Dec 24 12:25:54 2022 + Insert entries for Section boxes, Variable-width minipages, Fix Computer Modern Fonts, LaTeX Kernel fixes, Minimalistic Insets and Title and Preamble Hacks into Chapter 4 Modules of

[LyX/master] Revert doc update for Additional.lyx so maitenance work can continue.

2022-12-26 Thread Pavel Sanda
commit 90dab5d1e9a67f4b263c2c4f92c9d94e43a63a82 Author: Pavel Sanda Date: Mon Dec 26 17:46:55 2022 +0100 Revert doc update for Additional.lyx so maitenance work can continue. --- lib/doc/Additional.lyx | 30 +- 1 files changed, 1 insertions(+), 29 deletions

[LyX/master] Insert four entries for Floats & Captions modules, four entries for Foot- and Endnotes modules and two entries for Leisure, Sports and Music modules into Chapter 4 Modules of Additional.l

2022-12-26 Thread Pavel Sanda
commit f1bb623fb2d7de2e32dd073ff58b01a691be57ca Author: John R Hudson Date: Mon Dec 26 19:06:04 2022 + Insert four entries for Floats & Captions modules, four entries for Foot- and Endnotes modules and two entries for Leisure, Sports and Music modules into Chapter 4 Modules of Additio

[LyX/master] Insert entries for Customizable lists and Paragraph lists into Chapter 4 Modules of Additional.lyx

2022-12-27 Thread Pavel Sanda
commit e950555788f30512253844bec5a7c294a8b06ab7 Author: John R Hudson Date: Tue Dec 27 10:51:40 2022 + Insert entries for Customizable lists and Paragraph lists into Chapter 4 Modules of Additional.lyx --- lib/doc/Additional.lyx | 1320

[LyX/master] Insert entries for Noweb, Rnw and Sweave in Chapter 4 Modules of Additional.lyx and make consequential updates to the Literate Programming section in the same document

2022-12-27 Thread Pavel Sanda
commit 5752617b50451a0c4bbde89a8e112a56f372b16f Author: John R Hudson Date: Tue Dec 27 17:26:44 2022 + Insert entries for Noweb, Rnw and Sweave in Chapter 4 Modules of Additional.lyx and make consequential updates to the Literate Programming section in the same document --- lib/doc/A

[LyX/master] Insert entries for the sixteen Maths modules into Chapter 4 Modules of Additional.lyx

2022-12-28 Thread Pavel Sanda
commit 9df0e943dba6fed5aa44acaaeed7fdd9d8572f0a Author: John R Hudson Date: Wed Dec 28 10:56:30 2022 + Insert entries for the sixteen Maths modules into Chapter 4 Modules of Additional.lyx --- lib/doc/Additional.lyx | 583 1 files chan

[LyX/2.3.x] Update ja.po from Koji.

2022-12-28 Thread Pavel Sanda
commit e3fe833652c9c3c4fdc83cc6d8d6397615051880 Author: Pavel Sanda Date: Wed Dec 28 23:18:07 2022 +0100 Update ja.po from Koji. po/ja.po | 4833 +- 1 files changed, 2266 insertions(+), 2567 deletions(-) -- lyx-cvs mailing list

[LyX/master] Insert more detail about page layout, Custom Class options KOMA-Script options and using the book document class in the KOMA-Script section of Chapter 3 Document classes of Additional.lyx

2022-12-30 Thread Pavel Sanda
commit dce99c13982806b69706d3c0209d7e43819c00f5 Author: John R Hudson Date: Fri Dec 30 20:01:21 2022 + Insert more detail about page layout, Custom Class options KOMA-Script options and using the book document class in the KOMA-Script section of Chapter 3 Document classes of Additiona

[LyX/master] Forgotten files

2023-01-01 Thread Pavel Sanda
commit 03b4502260d35cbcb8b7acd9086616937a0732dc Author: Pavel Sanda Date: Sun Jan 1 22:36:04 2023 +0100 Forgotten files --- lib/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 241a9f5..c8e1fff 100644 --- a/lib

[LyX/master] Add KOMA-Script_Book.lyx and associated BibTeX file and CC logo to examples/Books and update Makefile.am

2023-01-01 Thread Pavel Sanda
commit be362357ec8046be092e469716c625063269fd69 Author: John R Hudson Date: Sun Jan 1 16:31:50 2023 + Add KOMA-Script_Book.lyx and associated BibTeX file and CC logo to examples/Books and update Makefile.am --- lib/Makefile.am |1 + lib/examples/Books/KOMA-

  1   2   3   4   5   6   7   8   9   10   >