2023-02-11 Preparing yudit-3.1.0 Important fixes. Users should upgrade. 2023-02-05 - Default yudit.properties on Linux F3=x-ibus:en_US.utf-8 - good for all input including Japanese yudit.default.preview.command=evince - Default yudit.properties on Mac F3=kinput2 - appears as Kinput yudit.default.preview.command=open -W -a skim - Default yuditw.properties on Windows F3=WindowsIM yudit.default.preview.command="C:/Program Files/Ghostgum/gsview/gsview32.exe" - Added modifications Devanagari and Sinhala in indic.txt - Updated HOWTO-configure.txt - Resurrected and cleaned up yudit.1 manpage - Fixed a bug similar to Form Feed character: U+2028 followed by composing character like U+0301 - Fixed redo bug. - Modified ctrl-v to replace selected text also - Changed Highlighting shortcut from ctrl-H to ctrl-N - Updated Hungarian and Japanese translations. 2023-02-04 - Fixed wininst.bat, yudit64.iss and yudit32.iss to load locale on Windows. - Applied yudit-3.0.9.patch0.txt to yudit-3.0.9 - Started yudit-3.1.0.beta series - Debian patches: + applied: locale-dir-is-usr_share_locale modified LOCALE_DIR=/usr/share/locale to LOCALE_DIR=$(datadir)/locale - skipped: install-icon.patch - removed gnome icon installation from Makefile Icons and applinks should be installed by package manager. + messages yudit domain initialization instead of messages to Main.cpp + reproducible_build + 0005-fix-typo.patch - retired gnome-yudit.png. use yudit48x48.png instead - Modified locale directory to work properly on Windows and Macintosh also. - Commented out code in an attempt to fix slider problem. SYudit.cpp: /* on mac somehow it did not want to resize - force it */ // slider->resize (SDimension (getSliderWidth()/2, 200)); SSlider.cpp SSlider.cpp // window->resize(10,10); - Added ipag.ttf to default font - Added Terminal fontset to yudit.properties.in and yuditw.properties. - Increased Rasterizer resolution. (from 5 to 8) and moved it to STypes.h // Speed tests: 5: 655ms 8: 1394ms / 1000 complex kanji. #define SS_RASTERIZER_OVERSAMPLE 8 - Fixed typos using https://fossies.org/linux/misc/yudit-3.0.9.tar.gz/codespell.html - With ./configure the default installation tree is as follows: /usr/bin - --bindir for yudit uniconv uniprint /usr/share/yudit = --datarootdir/yudit for syntax and data /usr/share/yudit/doc = for docs accessable from yudit. /usr/share/locale = --localedir : lang/yudit.mo files are here The dash options can be added to configure arguments. Everything should work except --docdir - Added debian/yudit.1 to gui as yudit manpage. - Polished up Ubuntu's yudit.1 manpage and moved it to gui.