+2.5.3
+-----
+
+All:
+
+- number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
+
+All (GUI):
+
+- added wxTaskBarIcon::CreatePopupMenu which is now recommended way
+ of showing popup menu; calling wxTaskBarIcon::PopupMenu directly
+ is discouraged
+- Added ..._CMD_... variants for wxGrid event table entry macros
+ taking window identifiers
+- Added wxWindowBase::Navigate for programmatic navigation to the next
+ control.
+- On most platforms, wxTextCtrl::OnChar now inserts a tab character if
+ wxTE_PROCESS_TAB is set, or navigates to the next control if not.
+
+Unix:
+
+- wxTaskBarIcon now supports freedesktop.org System Tray protocol
+- security fixes to wxSingleInstanceChecker
+
+wxGTK:
+
+- fixed many rendering artifacts and wrong colours with lots of GTK+ themes
+- implemented wxColourDialog as native dialog
+- wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
+
+wxMotif:
+
+- added 3 state checkbox
+
+wxWinCE:
+
+- added automatized but customizable handling of native SmartPhone menus
+
+