|
1 | 1 | 1 ANNOUNCE |
2 | 2 | ********** |
3 | 3 |
|
4 | | -This is version 0.27.0 of the GNUstep GUI library ('gnustep-gui'). |
| 4 | +This is version 0.28.0 of the GNUstep GUI library ('gnustep-gui'). |
5 | 5 |
|
6 | 6 | 1.1 What is the GNUstep GUI Library? |
7 | 7 | ==================================== |
@@ -32,40 +32,55 @@ Group's libjpeg library, and a back-end component from the GNUstep |
32 | 32 | libraries. For example, to build the Cairo backend in the GNUstep Back |
33 | 33 | library, you will need to install Cairo. |
34 | 34 |
|
35 | | -1.2 Noteworthy changes in version '0.27.0' |
| 35 | +1.2 Noteworthy changes in version '0.28.0' |
36 | 36 | ========================================== |
37 | 37 |
|
38 | | -This version includes numerous bugfixes, compatibility improvements and |
39 | | -other changes accumulated over the last year. It also enables work to |
40 | | -be done on integrating NSViews with a Core Animation renderer. |
41 | | - |
42 | | - * Make targetForAction safer. |
43 | | - * Speed up menu updates. |
44 | | - * Clean up speech tool compilation and switch to newer interface. |
45 | | - * Fix bug in CUPS subclassing introduced in last release. |
46 | | - * Minor improvements to typesetting. |
47 | | - * Add NSIsControllerMarker. |
48 | | - * Fix tracking on segmented cell. |
49 | | - * Bring slider cell closer to Cocoa implementation. |
50 | | - * Add ivar for Core Animation in NSView. |
51 | | - * Improve border calculation on printing. |
52 | | - * Lazy load app icon. |
53 | | - * Better detection of removable volumes. |
54 | | - * Polish translations. |
55 | | - * Japanese translations. |
56 | | - * Lots of bug fixes. |
| 38 | +This version adds support for modern XIB files and many new classes. |
| 39 | +Plus the usual bunch of bug fixes. |
| 40 | + |
| 41 | + * Support loading of document XIB files. |
| 42 | + * Improve Key Value Binding for NSArrayController and add more |
| 43 | + bindings. |
| 44 | + * Better support for multi monitor usage and other improvement in the |
| 45 | + backend integration. |
| 46 | + * Add classes NSFontCollection, NSColorSampler, NSSpeechRecognizer, |
| 47 | + NSAppearance, NSPDFInfo, NSPICTImageRep, NSCIImageRep, |
| 48 | + NSPDFImageRep, NSPDFPanel, NSDataAsset, NSDatePicker, |
| 49 | + NSDatePickerCell, NSPredicateEditor, NSPredicateEditorRowTemplate, |
| 50 | + NSRuleEditor, NSGestureRecognizer, NSButtonTouchBarItem, |
| 51 | + NSCandidateListTouchBarItem, NSClickGestureRecognizer, |
| 52 | + NSColorPickerTouchBarItem, NSCustomTouchBarItem, |
| 53 | + NSGroupTouchBarItem, NSMagnificationGestureRecognizer, |
| 54 | + NSPanGestureRecognizer, NSPickerTouchBarItem, |
| 55 | + NSPopoverTouchBarItem, NSPressGestureRecognizer, |
| 56 | + NSRotationGestureRecognizer, NSSharingServicePickerTouchBarItem, |
| 57 | + NSSliderTouchBarItem, NSStepperTouchBarItem, NSTouchBarItem, |
| 58 | + NSTouchBar, NSTouch, NSDockTile. |
| 59 | + * Implement NSEPSImageRep. |
| 60 | + * Better encoding handling in RTF files. |
| 61 | + * Theming and drawing improvements. |
| 62 | + * Increase small font size to 10. |
| 63 | + * New cursor and stepper images. |
| 64 | + * Move NSFileWrapper to Foundation. |
| 65 | + * Fixed build on Debian GNU/kFreeBSD. |
| 66 | + * With command line argument -autolaunch YES, do not activate the |
| 67 | + application when -activateIgnoringOtherApps: is invoked. |
| 68 | + * Improvements to WindowMaker compatibility (e.g. WMFHideApplication |
| 69 | + support). |
| 70 | + * Lowered NSFloatingWindowLevel by one to distinguish floating panels |
| 71 | + from menus. |
57 | 72 |
|
58 | 73 | 1.3 Where can you get it? How can you compile it? |
59 | 74 | ================================================= |
60 | 75 |
|
61 | | -The gnustep-gui-0.27.0.tar.gz distribution file has been placed at |
| 76 | +The gnustep-gui-0.28.0.tar.gz distribution file has been placed at |
62 | 77 | <ftp://ftp.gnustep.org/pub/gnustep/core>. |
63 | 78 |
|
64 | | - It is accompanied by gnustep-back-0.27.0.tar.gz.sig, a PGP signature |
| 79 | + It is accompanied by gnustep-back-0.28.0.tar.gz.sig, a PGP signature |
65 | 80 | which you can validate by putting both files in the same directory and |
66 | 81 | using: |
67 | 82 |
|
68 | | - gpg --verify gnustep-gui-0.27.0.tar.gz.sig |
| 83 | + gpg --verify gnustep-gui-0.28.0.tar.gz.sig |
69 | 84 |
|
70 | 85 | Signature has been created using the key with the following |
71 | 86 | fingerprint: |
|
0 commit comments