[LyX/master] Changing default Japanese quote style

2025-01-25 Thread Koji Yokota
commit a3216f140bbac3b4992d18a52929a3f1bb1ccbb4 Author: Koji Yokota Date: Sat Jan 25 21:57:23 2025 +0900 Changing default Japanese quote style Quotes in Japanese are taken care of by the input method editor. When a quote key is directly typed, it is most likely Engligh quotes

[LyX/2.4.x] Changing default Japanese quote style

2025-01-25 Thread Koji Yokota
commit 011d3d214145b2ddbd8e1ec50d2de164b8d206e0 Author: Koji Yokota Date: Sat Jan 25 21:57:23 2025 +0900 Changing default Japanese quote style Quotes in Japanese are taken care of by the input method editor. When a quote key is directly typed, it is most likely Engligh quotes

[LyX/master] Initializing char_format_index

2025-01-25 Thread Koji Yokota
commit 936db811c1c95938068e76037030db1776af6628 Author: Koji Yokota Date: Sun Jan 26 13:50:22 2025 +0900 Initializing char_format_index --- src/Row.h| 2 +- src/mathed/MathRow.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Row.h b/src/Row.h index 5

[LyX/2.4.x] Update it.po

2025-01-25 Thread Enrico Forestieri
commit 253c77310a08fa2c3e91bd9e382c94955a1beebf Author: Enrico Forestieri Date: Sat Jan 25 16:51:45 2025 +0100 Update it.po po/it.gmo | Bin 642052 -> 642242 bytes po/it.po | 774 +++--- 2 files changed, 391 insertions(+), 383 delet

[LyX/master] Avoid narrowing conversion errors

2025-01-25 Thread Enrico Forestieri
commit 3a0e973ae807f053a9a1e8190ea24590d97f5cda Author: Enrico Forestieri Date: Sat Jan 25 16:14:24 2025 +0100 Avoid narrowing conversion errors These errors occur on platforms where sizeof(int) == sizeof(long), such as native Windows. Specifically, compiling with mingw gives: