summaryrefslogtreecommitdiff
path: root/old-doc/CHANGES
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:13:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:13:37 -0700
commit37ffe69b10ae29e8f91de6ef647d06804b9d159b (patch)
treea9cecc9af28bcb0761f3a9c08527c028fee748ff /old-doc/CHANGES
parent6c628c605e4f58be3a84edc5273a0dd88363a770 (diff)
downloadxorg-lib-libXaw-37ffe69b10ae29e8f91de6ef647d06804b9d159b.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'old-doc/CHANGES')
-rw-r--r--old-doc/CHANGES20
1 files changed, 10 insertions, 10 deletions
diff --git a/old-doc/CHANGES b/old-doc/CHANGES
index 2eb316a..a6a95fd 100644
--- a/old-doc/CHANGES
+++ b/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.