Changes between Version 14 and Version 15 of FeaturesAndFixes


Ignore:
Timestamp:
Mar 11, 2016, 5:10:53 PM (8 years ago)
Author:
vranyj1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v14 v15  
    88(stc, virtual machine, basic classes)
    99
     10  - ENH: In STC generated code, always refer class object using {{{__STX_SomeClass}}} instead of just {{{SomeClass}}}, i.e., use {{{__STX_}}} prefix. This allow to {{{#undef SomeClass}}} in case it clashes with included definitions.
    1011- FIX: Fixed bug #68: String>>indexOf:startingAt: broken under Windows/ MINGW64. See 5fd16edf5a5f/stx.libbasic.
    1112- FIX: Fixed bug in !LargeInteger literals in stc-compiled code.
     
    3839* ENH: X11: Make Smalltalk/X be more adhering to [[https://tronche.com/gui/x/icccm/|ICCCM 2.0]] and [[http://standards.freedesktop.org/wm-spec/wm-spec-latest.html|EWMH 1.5]] standards. This improves UX of Smalltalk/X when run under modern window manager, such as Gnome Shell.
    3940* FIX: Fixed a bad bug in Xft font rendering causing a VM crash (due to memory corruption, see c5cb9d5dfaae/stx.libview)
     41  - ENH: Separated FontConfig-related code from {{{XftFontDescription}}} to classes {{{FcPattern}}} and {{{FcConstants}}}. See 000f5ae96151/stx.libview, 51e71e95c952/stx.libview and f2d585b5f20e/stx.libview
    4042
     43