-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: LiMinggang <[email protected]>
- Loading branch information
1 parent
551680d
commit 9d03bf3
Showing
9 changed files
with
60 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
madedit-mod (0.4.20-1) stable; urgency=low | ||
1.Fix: JSON formatter convert Unicode chars to UTF8 chars #309 | ||
2.Fix global-buffer-overflow due EUCTW_TABLE_SIZE | ||
3.Crashing sequence with nsSJISProber | ||
4.Input size could not decrease the size of Input control | ||
5.Fix compiling issue under wx 3.1.4 | ||
6.Fix bug that caused file type detect wrongly | ||
7.Fix Linux build issue with wxWidgets < 3.1.1 | ||
8.Update Python to 2.7.18 | ||
9.Fix langurage ID of wxWidgets | ||
10.Update wxWidgets to 3.2.2.1 | ||
11.Don't create new file by double clicking file title tab | ||
12.Fix VS compiling issue(snprintf) | ||
13.Fix High DPI awareness issue | ||
-- Minggang Li <[email protected]> Wed, 21 June 2023 17:35:45 +0800 | ||
|
||
madedit-mod (0.4.19-1) stable; urgency=low | ||
1.Fix: Disable safe mode in PanChinese search | ||
2.Fix: String encoding bug in MadPython #304 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/%configure/s##& --with-wx-config=${HOME}/wxWidgets-3.1.3/release/bin/wx-config LIBS="${HOME}/wxWidgets-3.1.3/release/lib/libwx_gtk2u_aui-3.1.a ${HOME}/wxWidgets-3.1.3/release/lib/libwx_gtk2u_core-3.1.a ${HOME}/wxWidgets-3.1.3/release/lib/libwx_baseu-3.1.a -lgtk-x11-2.0 -lgthread-2.0 -lX11" glib_gtk2_LIBS="-lm" WX_LIBS="-lm" --with-boost=${HOME}/boost_1_68_0# | ||
/^BuildRequires:/s#^.*$#BuildRequires: gtk2-devel >= 2.6.0# | ||
/^Requires:/s#^.*$#Requires: gtk2 >= 2.6.0# | ||
/%configure/s##& --with-wx-config=${HOME}/wxWidgets-3.2.2.1/release/bin/wx-config LIBS="${HOME}/wxWidgets-3.2.2.1/release/lib/libwx_gtk2u_aui-3.2.a ${HOME}/wxWidgets-3.2.2.1/lib/libwx_gtk3u_core-3.2.a ${HOME}/wxWidgets-3.2.2.1/lib/libwx_baseu-3.2.a -lgtk-x11-3.0 -lgthread-2.0 -lX11" glib_gtk3_LIBS="-lm" WX_LIBS="-lm" --with-boost=${HOME}/boost_1_82_0# | ||
/^BuildRequires:/s#^.*$#BuildRequires: gtk3-devel# | ||
/^Requires:/s#^.*$#Requires: gtk3# |