Failed to clone the git repo of lyx.

Hongyi Zhao hongyi.zhao at gmail.com
Wed Jan 17 13:10:15 UTC 2024


On Wed, Jan 17, 2024 at 8:56 PM Hongyi Zhao <hongyi.zhao at gmail.com> wrote:
>
> On Wed, Jan 17, 2024 at 1:28 AM Richard Kimberly Heck
> <rikiheck at gmail.com> wrote:
> >
> > On 1/16/24 08:02, Pavel Sanda wrote:
> > > On Mon, Jan 15, 2024 at 03:56:56PM +0800, Hongyi Zhao wrote:
> > >>> For me now, I can clone via
> > >>>
> > >>>   > git clone git://git.lyx.org/lyx.git
> > >>>
> > >>> anonymously. Does that work for you from the command line?
> > >> It also works for me, but the speed is very unstable, as shown in the
> > >> attached screenshot. So, I want to clone through my local socks5 proxy
> > >> running on 127.0.0.1:18888, but don't know how to achieve this goal.
> > > Speed should be matter of initial clone only. Once you have it locally,
> > > fetching updates are reasonably small even for connection speeds like 10kb/s...
> > >
> > > What we could perhaps do on our part is to clone master branch, compress
> > > it into single file and put on the http://ftp.lyx.org/pub/lyx/devel/
> > > with short readme explaining the situation.
> > > We have currently two chinese mirrors, so there is a good chance for you to get
> > > the initial clone very fast and then continue by fetching from original source
> > > (US, Oregon).
> > >
> > > @Riki: we used to have something like this on the ftp in the svn-git times.
> > > ATM it should be enough just to do clean clone, take only .git directory,
> > > tar.xz(*) it, create signature and upload to ftp.
> > > I can create some explanation on our web...
> >
> > Yes, I was thinking something like that, too. Even if it were only
> > updated once a year, it'd still make a huge difference.
> >
> > I tried cloning the repo on GitLab (with the idea of instituting
> > automatic updates), but it did not work. I'm guessing it might have
> > timed out.
>
> Why not just move the Git repository to Github, GitLab, and other free
> git-based code hosting platforms?

BTW, I've tried to search as follows on GitHub:

https://github.com/search?q=lyx+mirror&type=repositories&s=updated&o=desc

And found the following mirror:

https://github.com/unimiso/lyx_mirror

This mirror was updated last month, and the git clone speed is quite
satisfactory:

werner at X10DAi:~$ git clone https://github.com/unimiso/lyx_mirror.git
lyx_mirror.git
Cloning into 'lyx_mirror.git'...
remote: Enumerating objects: 500959, done.
remote: Total 500959 (delta 0), reused 0 (delta 0), pack-reused 500959
Receiving objects: 100% (500959/500959), 515.58 MiB | 15.24 MiB/s, done.
Resolving deltas: 100% (421117/421117), done.

Then I update the local git repo to the lastest commit as follows:

$ cd lyx_mirror.git
$ git remote add lyx git://git.lyx.org/lyx.git
$ git pull lyx HEAD
remote: Counting objects: 1248, done.
remote: Compressing objects: 100% (475/475), done.
Receiving objects: 100% (848/848), 3.19 MiB | 530.00 KiB/s, done.
remote: Total 848 (delta 629), reused 485 (delta 333)
Resolving deltas: 100% (629/629), completed with 307 local objects.
>From git://git.lyx.org/lyx
 * branch                  HEAD       -> FETCH_HEAD
Updating 378397a6c6..7b5fe0321e
Fast-forward
 ANNOUNCE
|    10 +-
 NEWS                                                                  |   124 +
 autotests/export/latex/lyxbugs-resolved/13019-math-normalcolor.lyx    |   101 +
 autotests/export/latex/lyxbugs-resolved/13022-unicode-ERT.lyx         |   112 +
 configure.ac
|     4 +-
 development/MacOSX/ReadMe/Leame.lyx
|     2 +-
 development/MacOSX/ReadMe/LiesMich.lyx
|     2 +-
 development/MacOSX/ReadMe/LisezMoi.lyx
|     2 +-
 development/MacOSX/ReadMe/ReadMe.lyx
|     2 +-
 development/cmake/modules/LyXMacros.cmake
|     2 +-
 lib/CREDITS                                                           |     9 +
 lib/RELEASE-NOTES                                                     |     9 +
 lib/bind/he/cua.bind                                                  |     2 +
 lib/doc/Additional.lyx
| 39252 +++++++++++-------------------
 lib/doc/Customization.lyx
|  4788 +---
 lib/doc/Development.lyx
|     2 +-
 lib/doc/DummyDocument1.lyx
|     2 +-
 lib/doc/DummyDocument2.lyx
|     2 +-
 lib/doc/EmbeddedObjects.lyx
|   770 +-
 lib/doc/Formula-numbering.lyx
|     2 +-
 lib/doc/Intro.lyx
|   784 +-
 lib/doc/LFUNs.lyx
|  2446 +-
 lib/doc/LaTeXConfig.lyx
|   462 +-
 lib/doc/Math.lyx
|   661 +-
 lib/doc/MergedManuals.lyx
|     2 +-
 lib/doc/Shortcuts.lyx
|   146 +-
 lib/doc/Tutorial.lyx
|   317 +-
 lib/doc/UserGuide.lyx
|  7001 +-----
 lib/doc/ar/Intro.lyx
|     2 +-
 lib/doc/ar/Shortcuts.lyx
|     2 +-
 lib/doc/ar/Tutorial.lyx
|     2 +-
 lib/doc/ar/UserGuide.lyx
|     2 +-
 lib/doc/ca/Intro.lyx
|     2 +-
 lib/doc/ca/Shortcuts.lyx
|     2 +-
 lib/doc/cs/Tutorial.lyx
|    36 +-
 lib/doc/da/Intro.lyx
|     2 +-
 lib/doc/de/Additional.lyx
|     2 +-
 lib/doc/de/DummyDocument1.lyx
|     2 +-
 lib/doc/de/DummyDocument2.lyx
|     2 +-
 lib/doc/de/EmbeddedObjects.lyx
|     2 +-
 lib/doc/de/Formelnummerierung.lyx
|     2 +-
 lib/doc/de/Intro.lyx
|     2 +-
 lib/doc/de/Math.lyx
|     2 +-
 lib/doc/de/Shortcuts.lyx
|     2 +-
 lib/doc/de/Tutorial.lyx
|     2 +-
 lib/doc/el/Intro.lyx
|     2 +-
 lib/doc/es/Additional.lyx
|     2 +-
 lib/doc/es/Customization.lyx
|     2 +-
 lib/doc/es/DocumentoPostizo1.lyx
|     2 +-
 lib/doc/es/DocumentoPostizo2.lyx
|     2 +-
 lib/doc/es/EmbeddedObjects.lyx
|     2 +-
 lib/doc/es/Formula-numbering.lyx
|     2 +-
 lib/doc/es/Intro.lyx
|  3067 +--
 lib/doc/es/Math.lyx
|     2 +-
 lib/doc/es/Shortcuts.lyx
|   331 +-
 lib/doc/es/Tutorial.lyx
|     2 +-
 lib/doc/es/UserGuide.lyx
|     2 +-
 lib/doc/eu/Intro.lyx
|     2 +-
 lib/doc/eu/Tutorial.lyx
|     2 +-
 lib/doc/fr/Additional.lyx
|     2 +-
 lib/doc/fr/Customization.lyx
|     2 +-
 lib/doc/fr/DocumentBidon1.lyx
|     2 +-
 lib/doc/fr/DocumentBidon2.lyx
|     2 +-
 lib/doc/fr/EmbeddedObjects.lyx
|     2 +-
 lib/doc/fr/Formula-numbering.lyx
|     2 +-
 lib/doc/fr/Intro.lyx
|    14 +-
 lib/doc/fr/Math.lyx
|     2 +-
 lib/doc/fr/Shortcuts.lyx
|     2 +-
 lib/doc/fr/Tutorial.lyx
|     2 +-
 lib/doc/fr/UserGuide.lyx
|     2 +-
 lib/doc/gl/Intro.lyx
|     2 +-
 lib/doc/gl/Tutorial.lyx
|     2 +-
 lib/doc/he/Intro.lyx
|     2 +-
 lib/doc/he/Tutorial.lyx
|     2 +-
 lib/doc/hu/Intro.lyx
|     2 +-
 lib/doc/hu/Tutorial.lyx
|     2 +-
 lib/doc/id/Intro.lyx
|     2 +-
 lib/doc/id/Shortcuts.lyx
|     2 +-
 lib/doc/id/Tutorial.lyx
|     2 +-
 lib/doc/it/Intro.lyx
|     2 +-
 lib/doc/it/Tutorial.lyx
|     2 +-
 lib/doc/ja/Additional.lyx
|    93 +-
 lib/doc/ja/Customization.lyx
|   506 +-
 lib/doc/ja/DummyDocument1.lyx
|     2 +-
 lib/doc/ja/DummyDocument2.lyx
|     2 +-
 lib/doc/ja/EmbeddedObjects.lyx
|     2 +-
 lib/doc/ja/Formula-numbering.lyx
|     2 +-
 lib/doc/ja/Intro.lyx
|     2 +-
 lib/doc/ja/LaTeXConfig.lyx
|     2 +-
 lib/doc/ja/Math.lyx
|   270 +-
 lib/doc/ja/MergedManuals.lyx
|     2 +-
 lib/doc/ja/Shortcuts.lyx
|     2 +-
 lib/doc/ja/Tutorial.lyx
|     8 +-
 lib/doc/ja/UserGuide.lyx
|   320 +-
 lib/doc/nb/Intro.lyx
|     2 +-
 lib/doc/nb/Tutorial.lyx
|     2 +-
 lib/doc/nl/Intro.lyx
|     2 +-
 lib/doc/nl/Shortcuts.lyx
|     2 +-
 lib/doc/nl/Tutorial.lyx
|     2 +-
 lib/doc/pl/Intro.lyx
|     2 +-
 lib/doc/pl/Tutorial.lyx
|     2 +-
 lib/doc/pt/Intro.lyx
|     2 +-
 lib/doc/pt/Tutorial.lyx
|     2 +-
 lib/doc/ro/Intro.lyx
|     2 +-
 lib/doc/ru/Additional.lyx
|     2 +-
 lib/doc/ru/EmbeddedObjects.lyx
|     2 +-
 lib/doc/ru/Intro.lyx
|     2 +-
 lib/doc/ru/Math.lyx
|     2 +-
 lib/doc/ru/Shortcuts.lyx
|     2 +-
 lib/doc/ru/Tutorial.lyx
|     2 +-
 lib/doc/sk/Intro.lyx
|     2 +-
 lib/doc/sk/Tutorial.lyx
|     2 +-
 lib/doc/sl/Intro.lyx
|     2 +-
 lib/doc/sl/Tutorial.lyx
|     2 +-
 lib/doc/sv/Intro.lyx
|     2 +-
 lib/doc/sv/Shortcuts.lyx
|     2 +-
 lib/doc/sv/Tutorial.lyx
|     2 +-
 lib/doc/uk/Intro.lyx
|     2 +-
 lib/doc/zh_CN/Intro.lyx
|     2 +-
 lib/doc/zh_CN/Tutorial.lyx
|     2 +-
 .../Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx
|     4 +-
 lib/examples/Articles/American_Chemical_Society_%28ACS%29.lyx
|     4 +-
 lib/examples/Articles/American_Mathematical_Society_%28AMS%29.lyx
|    24 +-
 lib/examples/Articles/Astronomy_%26_Astrophysics.lyx
|     4 +-
 lib/examples/Articles/Chess/Game_1.lyx
|     2 +-
 lib/examples/Articles/Chess/Game_2.lyx
|     2 +-
 lib/examples/Books/American_Mathematical_Society_%28AMS%29.lyx
|    24 +-
 lib/examples/Books/KOMA-Script_Book.lyx
|     5 +-
 lib/examples/Books/Recipe_Book.lyx
|     2 +-
 lib/examples/Books/Tufte_Book.lyx
|     2 +-
 lib/examples/Curricula_Vitae/Europass_CV_%282013%29.lyx
|     2 +-
 lib/examples/Curricula_Vitae/Europe_CV.lyx
|     2 +-
 lib/examples/Curricula_Vitae/Modern_CV.lyx
|     2 +-
 lib/examples/Curricula_Vitae/Simple_CV.lyx
|     2 +-
 lib/examples/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/Example_%28raw%29.lyx
|     2 +-
 lib/examples/External_Material/Gnuplot.lyx
|     2 +-
 lib/examples/External_Material/Spreadsheet.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/Feynman_Diagrams.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/Instant_Preview.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/Minted_File_Listing.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/Minted_Listings.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/XY-Figure.lyx
|     2 +-
 lib/examples/Graphics_and_Insets/XY-Pic.lyx
|     2 +-
 lib/examples/Handouts/Tufte_Handout.lyx
|     2 +-
 .../Language_Support/Localization_Test_%28for_Developers%29.lyx
|     2 +-
 .../Mixing_Japanese_with_other_Languages_%28with_CJKutf8%29.lyx
|     2 +-
 .../Mixing_Japanese_with_other_Languages_%28with_platex%29.lyx
|     2 +-
 lib/examples/Language_Support/Writing_Armenian.lyx
|     2 +-
 lib/examples/Letters/Serial_Letter_1.lyx
|     2 +-
 lib/examples/Letters/Serial_Letter_2.lyx
|     2 +-
 lib/examples/Letters/Serial_Letter_3.lyx
|     2 +-
 lib/examples/Modules/Braille.lyx
|     2 +-
 lib/examples/Modules/Chessboard.lyx
|     2 +-
 lib/examples/Modules/Fancy_Colored_Boxes.lyx
|     2 +-
 lib/examples/Modules/Hazard_and_Precautionary_Statements.lyx
|     2 +-
 lib/examples/Modules/LilyPond_Book.lyx
|     2 +-
 lib/examples/Modules/Linguistics.lyx
|     2 +-
 lib/examples/Modules/Multilingual_Captions.lyx
|     2 +-
 lib/examples/Modules/Noweb.lyx
|     2 +-
 lib/examples/Modules/Noweb2LyX.lyx
|     2 +-
 lib/examples/Modules/Noweb_Listerrors.lyx
|     2 +-
 lib/examples/Modules/PDF_Comments.lyx
|     2 +-
 lib/examples/Modules/PDF_Form.lyx
|     2 +-
 lib/examples/Modules/Paragraph_Lists_%28paralist%29.lyx
|     2 +-
 lib/examples/Modules/Rnw_%28knitr%29.lyx
|     2 +-
 lib/examples/Modules/Sweave.lyx
|     2 +-
 lib/examples/Modules/Variable-width_Minipages.lyx
|     2 +-
 lib/examples/Posters/Beamerposter.lyx
|     2 +-
 lib/examples/Presentations/Beamer.lyx
|     2 +-
 lib/examples/Presentations/Beamer_%28Complex%29.lyx
|     2 +-
 lib/examples/Presentations/Beamer_Article_%28Standard_Class%29.lyx
|     2 +-
 lib/examples/Presentations/Foils.lyx
|     2 +-
 lib/examples/Presentations/Foils_Landslide.lyx
|     2 +-
 lib/examples/Presentations/Powerdot.lyx
|     2 +-
 lib/examples/Presentations/Seminar.lyx
|     2 +-
 lib/examples/Scripts/Hollywood.lyx
|     2 +-
 lib/examples/Welcome.lyx
|     2 +-
 lib/examples/ar/Welcome.lyx
|     2 +-
 lib/examples/ca/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/ca/Example_%28raw%29.lyx
|     2 +-
 lib/examples/ca/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/ca/Welcome.lyx
|     2 +-
 lib/examples/cs/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/cs/Example_%28raw%29.lyx
|     2 +-
 lib/examples/cs/Welcome.lyx
|     2 +-
 lib/examples/da/Welcome.lyx
|     2 +-
 lib/examples/de/Curricula_Vitae/Europass_CV_%282013%29.lyx
|     2 +-
 lib/examples/de/Curricula_Vitae/Simple_CV.lyx
|     2 +-
 lib/examples/de/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/de/Example_%28raw%29.lyx
|     2 +-
 lib/examples/de/Graphics_and_Insets/Feynman_Diagrams.lyx
|     2 +-
 lib/examples/de/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/de/Handouts/Tufte_Handout.lyx
|     2 +-
 lib/examples/de/Letters/Serial_Letter_1.lyx
|     2 +-
 lib/examples/de/Letters/Serial_Letter_2.lyx
|     2 +-
 lib/examples/de/Letters/Serial_Letter_3.lyx
|     2 +-
 lib/examples/de/Modules/Braille.lyx
|     2 +-
 lib/examples/de/Modules/Linguistics.lyx
|     2 +-
 lib/examples/de/Modules/Multilingual_Captions.lyx
|     2 +-
 lib/examples/de/Modules/PDF_Comments.lyx
|     2 +-
 lib/examples/de/Modules/PDF_Form.lyx
|     2 +-
 lib/examples/de/Presentations/Beamer.lyx
|     2 +-
 lib/examples/de/Presentations/Beamer_Article_%28Standard_Class%29.lyx
|     2 +-
 lib/examples/de/Welcome.lyx
|     2 +-
 lib/examples/el/Welcome.lyx
|     2 +-
 lib/examples/es/Books/Tufte_Book.lyx
|     2 +-
 lib/examples/es/Curricula_Vitae/Europe_CV.lyx
|     2 +-
 lib/examples/es/Curricula_Vitae/Modern_CV.lyx
|     2 +-
 lib/examples/es/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/es/Example_%28raw%29.lyx
|     2 +-
 lib/examples/es/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/es/Handouts/Tufte_Handout.lyx
|     2 +-
 lib/examples/es/Modules/Braille.lyx
|     2 +-
 lib/examples/es/Modules/Linguistics.lyx
|     2 +-
 lib/examples/es/Welcome.lyx
|     2 +-
 lib/examples/eu/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/eu/Example_%28raw%29.lyx
|     2 +-
 lib/examples/eu/Welcome.lyx
|     2 +-
 lib/examples/fa/Welcome.lyx
|     2 +-
 lib/examples/fr/Curricula_Vitae/Simple_CV.lyx
|     2 +-
 lib/examples/fr/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/fr/Example_%28raw%29.lyx
|     2 +-
 lib/examples/fr/Graphics_and_Insets/Feynman_Diagrams.lyx
|     2 +-
 lib/examples/fr/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/fr/Graphics_and_Insets/XY-Figure.lyx
|     2 +-
 lib/examples/fr/Graphics_and_Insets/XY-Pic.lyx
|     2 +-
 lib/examples/fr/Modules/Braille.lyx
|     2 +-
 lib/examples/fr/Modules/Linguistics.lyx
|    24 +-
 lib/examples/fr/Modules/Multilingual_Captions.lyx
|     2 +-
 lib/examples/fr/Modules/PDF_Comments.lyx
|     2 +-
 lib/examples/fr/Presentations/Beamer.lyx
|     2 +-
 lib/examples/fr/Presentations/Beamer_Article_%28Standard_Class%29.lyx
|     2 +-
 lib/examples/fr/Presentations/Foils.lyx
|     2 +-
 lib/examples/fr/Presentations/Powerdot.lyx
|     2 +-
 lib/examples/fr/Presentations/Seminar.lyx
|     2 +-
 lib/examples/fr/Welcome.lyx
|     2 +-
 lib/examples/gl/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/gl/Example_%28raw%29.lyx
|     2 +-
 lib/examples/gl/Welcome.lyx
|     2 +-
 lib/examples/he/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/he/Example_%28raw%29.lyx
|     2 +-
 lib/examples/he/Welcome.lyx
|     2 +-
 lib/examples/hu/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/hu/Example_%28raw%29.lyx
|     2 +-
 lib/examples/hu/Welcome.lyx
|     2 +-
 lib/examples/id/Welcome.lyx
|     2 +-
 lib/examples/it/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/it/Welcome.lyx
|     2 +-
 lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
|     3 +-
 lib/examples/ja/Graphics_and_Insets/Feynman_Diagrams.lyx
|     2 +-
 lib/examples/ja/Graphics_and_Insets/XY-Pic.lyx
|     2 +-
 lib/examples/ja/Modules/Braille.lyx
|     2 +-
 lib/examples/ja/Modules/LilyPond_Book.lyx
|     2 +-
 lib/examples/ja/Modules/Linguistics.lyx
|     2 +-
 lib/examples/ja/Modules/Multilingual_Captions.lyx
|     2 +-
 lib/examples/ja/Modules/Rnw_%28knitr%29.lyx
|     2 +-
 lib/examples/ja/Modules/Sweave.lyx
|     2 +-
 lib/examples/ja/Presentations/Beamer.lyx
|     2 +-
 lib/examples/ja/Welcome.lyx
|     2 +-
 lib/examples/ko/Language_Support/Writing_Korean_with_CJK-ko.lyx
|     2 +-
 lib/examples/ko/Welcome.lyx
|     2 +-
 lib/examples/lt/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/nb/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/nb/Example_%28raw%29.lyx
|     2 +-
 lib/examples/nb/Welcome.lyx
|     2 +-
 lib/examples/nl/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/nl/Example_%28raw%29.lyx
|     2 +-
 lib/examples/nl/Graphics_and_Insets/Itemize_Bullets.lyx
|     2 +-
 lib/examples/nl/Welcome.lyx
|     2 +-
 lib/examples/pl/Welcome.lyx
|     2 +-
 lib/examples/pt_BR/Welcome.lyx
|     2 +-
 lib/examples/pt_PT/Welcome.lyx
|     2 +-
 lib/examples/ro/Welcome.lyx
|     2 +-
 lib/examples/ru/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/ru/Example_%28raw%29.lyx
|     2 +-
 lib/examples/ru/Graphics_and_Insets/XY-Figure.lyx
|     2 +-
 lib/examples/ru/Graphics_and_Insets/XY-Pic.lyx
|     2 +-
 lib/examples/ru/Modules/Fancy_Colored_Boxes.lyx
|     2 +-
 lib/examples/ru/Presentations/Beamer.lyx
|     2 +-
 lib/examples/ru/Presentations/Beamer_Article_%28Standard_Class%29.lyx
|     2 +-
 lib/examples/ru/Welcome.lyx
|     2 +-
 lib/examples/sk/Welcome.lyx
|     2 +-
 lib/examples/sl/Example_%28LyXified%29.lyx
|     2 +-
 lib/examples/sl/Example_%28raw%29.lyx
|     2 +-
 lib/examples/sl/Welcome.lyx
|     2 +-
 lib/examples/sr/Modules/Braille.lyx
|     2 +-
 lib/examples/sr/Welcome.lyx
|     2 +-
 lib/examples/sv/Welcome.lyx
|     2 +-
 lib/examples/uk/Welcome.lyx
|     2 +-
 lib/generate_contributions.py
|    26 +-
 lib/layouttranslations
|     6 +-
 lib/lyx2lyx/lyx_2_4.py
|   116 +-
 .../Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx
|     4 +-
 lib/templates/Articles/American_Economic_Association_%28AEA%29.lyx
|     4 +-
 .../Articles/American_Psychological_Association_%28APA%29,_v._7.lyx
|     2 +-
 .../Articles/American_Psychological_Association_%28APA%29.lyx
|     2 +-
 .../Articles/Association_for_Computing_Machinery_%28ACM%29.lyx
|     2 +-
 lib/templates/Articles/Astronomy_%26_Astrophysics.lyx
|     4 +-
 lib/templates/Articles/Chinese_Article_%28CTeX%29.lyx
|     2 +-
 .../Articles/Copernicus_Publications_Manuscript_Preparation.lyx
|     4 +-
 lib/templates/Articles/Econometrica.lyx
|     2 +-
 lib/templates/Articles/Elsevier.lyx
|     2 +-
 lib/templates/Articles/Hebrew_Article_%28KOMA-Script%29.lyx
|     2 +-
 lib/templates/Articles/IEEE_Transactions_Computer_Society.lyx
|     2 +-
 lib/templates/Articles/IEEE_Transactions_Conference.lyx
|     2 +-
 lib/templates/Articles/IEEE_Transactions_Journal.lyx
|     2 +-
 lib/templates/Articles/IEEE_Transactions_on_Magnetics.lyx
|     2 +-
 lib/templates/Articles/Institute_of_Physics_%28IOP%29.lyx
|     2 +-
 lib/templates/Articles/Int._Journal_of_Modern_Physics_C.lyx
|     2 +-
 lib/templates/Articles/Int._Journal_of_Modern_Physics_D.lyx
|     2 +-
 .../Articles/International_Union_of_Crystallography_%28IUCr%29.lyx
|     4 +-
 .../Articles/Journal_of_Statistical_Software_%28JSS%29_version_2.lyx
|     2 +-
 .../Journal_of_the_Acoustical_Society_of_America_%28JASA%29.lyx
|     2 +-
 lib/templates/Articles/Mathematical_Monthly.lyx
|     2 +-
 lib/templates/Articles/REVTeX_%28V._4%29.lyx
|     2 +-
 lib/templates/Articles/REVTeX_%28V._4.1%29.lyx
|     2 +-
 lib/templates/Articles/R_Journal.lyx
|     2 +-
 .../Articles/Springers_Global_Journal_Template_%28V._3%29.lyx
|     4 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/00_Main_File.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/01_Dedication.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/02_Foreword.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/03_Preface.lyx
|     2 +-
 .../Springer_Contributed_Books_%28svmult%29/04_Acknowledgements.lyx
|     2 +-
 .../Springer_Contributed_Books_%28svmult%29/05_Contributor_List.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/06_Acronym.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/07_Part.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/08_Author.lyx
|     4 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/09_Appendix.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/10_Glossary.lyx
|     2 +-
 .../Books/Springer_Contributed_Books_%28svmult%29/11_References.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/00_Main_File.lyx
|     2 +-
 .../Books/Springer_Monographs_%28svmono%29/01_Dedication.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/02_Foreword.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/03_Preface.lyx
|     2 +-
 .../Books/Springer_Monographs_%28svmono%29/04_Acknowledgements.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/05_Acronym.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/06_Part.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/07_Chapter.lyx
|     4 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/08_Appendix.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/09_Glossary.lyx
|     2 +-
 lib/templates/Books/Springer_Monographs_%28svmono%29/10_Solutions.lyx
|     2 +-
 .../Books/Springer_Monographs_%28svmono%29/11_References.lyx
|     2 +-
 lib/templates/EPS_%28cropped%29.lyx
|     2 +-
 lib/templates/Letters/DIN-Brief.lyx
|     2 +-
 lib/templates/Letters/French_Letter_%28frletter%29.lyx
|     2 +-
 lib/templates/Letters/French_Letter_%28lettre%29.lyx
|     2 +-
 lib/templates/Letters/G-Brief_%28V._2%29.lyx
|     2 +-
 lib/templates/Letters/KOMA-Script_Letter_%28V._2%29.lyx
|     2 +-
 lib/templates/Letters/Letter_%28Standard_Class%29.lyx
|     2 +-
 lib/templates/Obsolete/ACM_SIGGGRAPH_0.92_%28obsolete%29.lyx
|     2 +-
 lib/templates/Obsolete/ACM_SIGPLAN_%28Obsolete%29.lyx
|     2 +-
 lib/templates/Obsolete/ACM_SIG_Proceedings_%28SP,_Obsolete%29.lyx
|     2 +-
 .../Obsolete/American_Astronomical_Society_%28AASTeX_v._6%29.lyx
|     2 +-
 lib/templates/Obsolete/American_Geophysical_Union_%28AGUTeX%29.lyx
|     2 +-
 .../Obsolete/American_Psychological_Association_%28APA%29,_v._6.lyx
|     2 +-
 lib/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/English.lyx
|     2 +-
 lib/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/German.lyx
|     2 +-
 lib/templates/Obsolete/Latex8_Article_%28Obsolete%29.lyx
|     2 +-
 lib/templates/PDF_%28cropped%29.lyx
|     2 +-
 lib/templates/Posters/A0_Poster/Colored.lyx
|     2 +-
 lib/templates/Posters/A0_Poster/Simple.lyx
|     2 +-
 lib/templates/Posters/Beamerposter.lyx
|     2 +-
 lib/templates/Posters/SciPoster.lyx
|     2 +-
 lib/templates/Presentations/Beamer.lyx
|     2 +-
 lib/templates/Presentations/Slides.lyx
|     2 +-
 lib/templates/Scripts/Hollywood.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Acknowledgments.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Appendix.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Bibliography.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Chapter_1.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Chapter_2.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Main_File.lyx
|     2 +-
 lib/templates/Theses/PhD_Thesis/Summary.lyx
|     2 +-
 lib/templates/ar/Presentations/Beamer.lyx
|     2 +-
 lib/templates/ca/Letters/Letter_%28Standard_Class%29.lyx
|     2 +-
 lib/templates/de/Presentations/Beamer.lyx
|     2 +-
 lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx
|     2 +-
 lib/templates/es/Presentations/Beamer.lyx
|     2 +-
 lib/templates/fr/Presentations/Beamer.lyx
|     2 +-
 .../ja/Articles/Japanese_Article_%28JS_Bundle_for_LuaTeX%29.lyx
|     2 +-
 .../ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%29.lyx
|     2 +-
 ...se_Article_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
|     2 +-
 lib/templates/ja/Books/Japanese_Book_%28JS_Bundle_for_LuaTeX%29.lyx
|     2 +-
 .../ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%29.lyx
|     2 +-
 ...anese_Book_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
|     2 +-
 lib/templates/ja/Presentations/Beamer.lyx
|     2 +-
 .../ja/Reports/Japanese_Report_%28JS_Bundle_for_LuaTeX%29.lyx
|     2 +-
 .../ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%29.lyx
|     2 +-
 ...ese_Report_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
|     2 +-
 po/LINGUAS
|     2 +-
 po/ar.po
|   540 +-
 po/bg.po
|   576 +-
 po/cs.po
|   548 +-
 po/de.po
|   536 +-
 po/en.po
|   484 +-
 po/es.po
|   550 +-
 po/eu.po
|   552 +-
 po/fi.po
|   546 +-
 po/fr.gmo
|   Bin 656233 -> 656259 bytes
 po/fr.po
|   538 +-
 po/he.gmo
|   Bin 233541 -> 536599 bytes
 po/he.po
|  9701 ++++----
 po/hu.po
|   546 +-
 po/ia.po
|   538 +-
 po/id.po
|   536 +-
 po/it.gmo
|   Bin 636293 -> 639398 bytes
 po/it.po
|   586 +-
 po/ja.gmo
|   Bin 670327 -> 678728 bytes
 po/ja.po
|   753 +-
 po/nb.po
|   550 +-
 po/nl.gmo
|   Bin 535238 -> 632308 bytes
 po/nl.po
|  4026 ++-
 po/nn.po
|   548 +-
 po/pl.po
|   546 +-
 po/pt_BR.gmo
|   Bin 646615 -> 646632 bytes
 po/pt_BR.po
|   560 +-
 po/pt_PT.po
|   550 +-
 po/ru.po
|   554 +-
 po/sk.po
|   536 +-
 po/sv.po
|   552 +-
 po/uk.po
|   847 +-
 po/zh_CN.po
|   550 +-
 po/zh_TW.po
|   552 +-
 src/Buffer.cpp
|     5 +-
 src/Buffer.h
|    13 +-
 src/Paragraph.cpp
|     4 +-
 src/frontends/qt/DockView.cpp                                         |     3 +
 src/frontends/qt/FindAndReplace.cpp
|     7 +-
 src/frontends/qt/GuiDocument.cpp
|     4 +-
 src/frontends/qt/GuiPainter.cpp
|     2 +-
 src/frontends/qt/GuiSearch.cpp
|    50 +-
 src/frontends/qt/GuiSearch.h                                          |     3 +
 src/frontends/qt/GuiView.cpp
|     6 +-
 src/frontends/qt/GuiView.h                                            |     4 +
 src/frontends/qt/GuiWorkArea.cpp
|    83 +-
 src/frontends/qt/GuiWorkArea_Private.h                                |     4 +
 src/frontends/qt/ui/FindAndReplaceUi.ui
|    81 +-
 src/graphics/GraphicsImage.h                                          |     4 -
 src/insets/InsetCitation.cpp
|     6 +-
 src/insets/InsetIndex.cpp
|     2 +-
 src/insets/InsetIndex.h
|     2 +-
 src/insets/InsetTabular.cpp
|    14 +-
 src/insets/InsetTabular.h
|    16 +-
 src/mathed/InsetMathColor.cpp
|     6 +-
 src/mathed/InsetMathMacroTemplate.cpp
|    12 +-
 src/output_latex.cpp
|     9 +-
 src/support/FileName.cpp
|     3 +-
 449 files changed, 31343 insertions(+), 59508 deletions(-)
 create mode 100644
autotests/export/latex/lyxbugs-resolved/13019-math-normalcolor.lyx
 create mode 100644
autotests/export/latex/lyxbugs-resolved/13022-unicode-ERT.lyx


> > Riki
>
> Regards,
> Zhao


More information about the lyx-users mailing list