Propagate the changes from README to the announcement too

This was forgotten in the last commit.
This commit is contained in:
Vadim Zeitlin 2023-10-07 16:20:10 +02:00
parent c5114b80fb
commit ffb9f2e035

View File

@ -11,33 +11,28 @@ and
https://github.com/wxWidgets/wxWidgets/releases/v3.2.3 https://github.com/wxWidgets/wxWidgets/releases/v3.2.3
This release contains many important bug fixes, including fixing some This release contains many important bug fixes, including for some
regressions in the previous 3.2.x releases: regressions in the previous 3.2.x releases, as well as build system
improvements and a few optimizations.
- Fix some key codes when using non-US keyboard layout in wxGTK and Without listing all of them, areas with the most improvements were:
generate ket events for Command+Alt+Letter combination in wxOSX.
- Fix wxTranslations::AddStdCatalog().
- Fix setting Chinese and some other locales in wxOSX and setting
Ukrainian locale in wxMSW.
In particular, a number of Wayland-specific bugs were fixed in wxGTK: - Internationalization support: fix setting Chinese and some other
locales in wxOSX and setting Ukrainian locale in wxMSW and fix loading
wxWidgets translations with wxTranslations::AddStdCatalog().
- Fix possible crash when using IME. - Wayland support in wxGTK and, in particular, OpenGL support under
- Make hiding wxGLCanvas work and avoid catastrophically slowing down Wayland: fix hiding wxGLCanvas and avoid catastrophically slowing
the entire program when it is hidden. down the entire program when it is hidden; fix crash when using IME;
- Fix wxComboCtrl popup behaviour. fixes to popup windows, menus and wxPreferencesEditor behaviour.
- Fix showing popup menu without active event.
- Fix wxPreferencesEditor size under Wayland.
Last but not least, there are also some user-visible enhancements in - Validators and input: don't allow pasting characters forbidden by
this release: wxTextValidator; do allow entering temporary invalid value when using
numeric validators. Also fix entering dates in wxGenericDatePicker in
- Don't allow pasting characters forbidden by wxTextValidator. nb_NO and other locales using months names in short date format.
- Do allow entering temporary invalid value when using numeric validators.
- Fix entering dates in wxGenericDatePicker in nb_NO and other locales
using names for the months in short date format.
- Keep wxProgressDialog size unchanged when updating the message.
- Key event generation: more fixes for non-US keyboard layout in wxGTK
and also generate events for Command+Alt+Letter combination in wxOSX.
All in all, this release includes more than 200 fixes from almost 50 All in all, this release includes more than 200 fixes from almost 50
contributors, please see the full change log for more details: contributors, please see the full change log for more details: