diff options
author | marha <marha@users.sourceforge.net> | 2012-06-15 14:13:55 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-15 14:13:55 +0200 |
commit | 1501699f035761714a1d4540d65a1afb7c567abe (patch) | |
tree | 4dd4d15583d9d542a699833331f34ceb10bbd6c3 /libXaw/old-doc/CHANGES | |
parent | 38c18d1733e4eb5cc560a34bfe2470e01a06205d (diff) | |
parent | a33de30073bfa0ee1abba186dba9fa52cf0aa23a (diff) | |
download | vcxsrv-1501699f035761714a1d4540d65a1afb7c567abe.tar.gz vcxsrv-1501699f035761714a1d4540d65a1afb7c567abe.tar.bz2 vcxsrv-1501699f035761714a1d4540d65a1afb7c567abe.zip |
Merge remote-tracking branch 'origin/released'
Conflicts:
freetype/src/raster/ftraster.c
openssl/Makefile
Diffstat (limited to 'libXaw/old-doc/CHANGES')
-rw-r--r-- | libXaw/old-doc/CHANGES | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libXaw/old-doc/CHANGES b/libXaw/old-doc/CHANGES index 2eb316abb..a6a95fd85 100644 --- a/libXaw/old-doc/CHANGES +++ b/libXaw/old-doc/CHANGES @@ -28,11 +28,11 @@ AsciiSrc (Text): Memory leak when freeing pieces in a source of type "ascii String" has been plugged. - Buffer is now updated whenever the "string" resource is set using + Buffer is now updated whenever the "string" resource is set using XtSetValues(). If type is file then the file is read in again. Box: - The public header file now includes Xmu/Converters.h for the + The public header file now includes Xmu/Converters.h for the orientation resources. Clock: @@ -53,7 +53,7 @@ Form: Fixed EdgeTypes to be Xaw* instead of Xt*, but left the old definitions around with #define so that code will still work. - StringToWidget converter no longer caches resources. + StringToWidget converter no longer caches resources. Logo: Made subclass of simple instead of Core. @@ -67,13 +67,13 @@ MenuButton: * The MenuButton widget no longer places a server grab on itself. Instead, PopupMenu is registered as a grab action. As a result of this, clients which popped up menus without using XtMenuPopup - or MenuPopup or PopupMenu in the menu button translations will - fail to have a grab active. They should make a call to - XtRegisterGrabAction on the appropriate action in the application + or MenuPopup or PopupMenu in the menu button translations will + fail to have a grab active. They should make a call to + XtRegisterGrabAction on the appropriate action in the application initialization routine, or use a different translation. Paned: - The public header file now includes Xmu/Converters.h for the + The public header file now includes Xmu/Converters.h for the orientation resources. Panner: This widget is new in R5. @@ -86,14 +86,14 @@ Scrollbar: Made subclass of simple instead of Core Type of thumb resource is XtRBitmap; it used to be XtRPixmap. - However, if applications provide the resource conversion, the + However, if applications provide the resource conversion, the Scrollbar's SetValues can still handle pixmaps of correct depth. Simple: Added a color cursor converter. and the new resource types: XtNpointerColor XtNpointerColorBackground - XtNcursorName + XtNcursorName SmeBSB: Right bitmaps are now painted in the correct location. @@ -132,7 +132,7 @@ TextP.h: #define XawDEL 0x7f #define XawBSLASH '\\' - + Toggle: * Toggle widget state is preserved across changes in sensitivity. |