Skip to content

Commit ffb9f2e

Browse files
committed
Propagate the changes from README to the announcement too
This was forgotten in the last commit.
1 parent c5114b8 commit ffb9f2e

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

docs/publicity/announce.txt

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,28 @@ and
1111

1212
https://github.com/wxWidgets/wxWidgets/releases/v3.2.3
1313

14-
This release contains many important bug fixes, including fixing some
15-
regressions in the previous 3.2.x releases:
14+
This release contains many important bug fixes, including for some
15+
regressions in the previous 3.2.x releases, as well as build system
16+
improvements and a few optimizations.
1617

17-
- Fix some key codes when using non-US keyboard layout in wxGTK and
18-
generate ket events for Command+Alt+Letter combination in wxOSX.
19-
- Fix wxTranslations::AddStdCatalog().
20-
- Fix setting Chinese and some other locales in wxOSX and setting
21-
Ukrainian locale in wxMSW.
18+
Without listing all of them, areas with the most improvements were:
2219

23-
In particular, a number of Wayland-specific bugs were fixed in wxGTK:
20+
- Internationalization support: fix setting Chinese and some other
21+
locales in wxOSX and setting Ukrainian locale in wxMSW and fix loading
22+
wxWidgets translations with wxTranslations::AddStdCatalog().
2423

25-
- Fix possible crash when using IME.
26-
- Make hiding wxGLCanvas work and avoid catastrophically slowing down
27-
the entire program when it is hidden.
28-
- Fix wxComboCtrl popup behaviour.
29-
- Fix showing popup menu without active event.
30-
- Fix wxPreferencesEditor size under Wayland.
24+
- Wayland support in wxGTK and, in particular, OpenGL support under
25+
Wayland: fix hiding wxGLCanvas and avoid catastrophically slowing
26+
down the entire program when it is hidden; fix crash when using IME;
27+
fixes to popup windows, menus and wxPreferencesEditor behaviour.
3128

32-
Last but not least, there are also some user-visible enhancements in
33-
this release:
34-
35-
- Don't allow pasting characters forbidden by wxTextValidator.
36-
- Do allow entering temporary invalid value when using numeric validators.
37-
- Fix entering dates in wxGenericDatePicker in nb_NO and other locales
38-
using names for the months in short date format.
39-
- Keep wxProgressDialog size unchanged when updating the message.
29+
- Validators and input: don't allow pasting characters forbidden by
30+
wxTextValidator; do allow entering temporary invalid value when using
31+
numeric validators. Also fix entering dates in wxGenericDatePicker in
32+
nb_NO and other locales using months names in short date format.
4033

34+
- Key event generation: more fixes for non-US keyboard layout in wxGTK
35+
and also generate events for Command+Alt+Letter combination in wxOSX.
4136

4237
All in all, this release includes more than 200 fixes from almost 50
4338
contributors, please see the full change log for more details:

0 commit comments

Comments
 (0)