Comment 3 for bug 37379

Revision history for this message
Dennis Kaarsemaker (dennis) wrote : Re: [Bug 37379] Re: 2.6.3

Here are a few:

Suspicious behaviour changes

- wxFileName now also looks for TMPDIR on Unix.
- Added space after list item number in wxHTML.
- Change wxMimeTypesManager code to ignore /etc/mailcap and
  to just read the MIME-types. Modifiying the MIME-types is
  not allowed under GNOME anyways, so make it a no-op.

Backwards incompatible api change.

- wxChoice and wxComboBox::GetSelection() now returns completed
selection,
  added a new GetCurrentSelection() function having the old behaviour.