aboutsummaryrefslogtreecommitdiff
path: root/libXaw/old-doc
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-15 14:04:46 +0200
committermarha <marha@users.sourceforge.net>2012-06-15 14:04:46 +0200
commita33de30073bfa0ee1abba186dba9fa52cf0aa23a (patch)
tree9eae122e901b9a1d1c7cfcfc2385202793a1f92a /libXaw/old-doc
parent7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb (diff)
downloadvcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.tar.gz
vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.tar.bz2
vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.zip
Updated to following packages:
freetype-2.4.10 libXaw-1.0.11 openssl-1.0.1c
Diffstat (limited to 'libXaw/old-doc')
-rw-r--r--libXaw/old-doc/CHANGES20
-rw-r--r--libXaw/old-doc/Changelog28
2 files changed, 24 insertions, 24 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.
diff --git a/libXaw/old-doc/Changelog b/libXaw/old-doc/Changelog
index 263ae04d5..cabbb2cae 100644
--- a/libXaw/old-doc/Changelog
+++ b/libXaw/old-doc/Changelog
@@ -349,7 +349,7 @@ Moved the code clipping code I have put in Text.c in my previous patch to
code is now heavily used by the TextWidget.
--- XEDIT --
+-- XEDIT --
Removed a XDefineCursor in xedit.c:main(). There are several ways to specify
a cursor for a program (most times inherited from the wm decoration window),
so, it is better to let the user choose one.
@@ -358,7 +358,7 @@ Before starting the main loop, now xedit sets the keyboard focus to the
none was especified in the command line (do not use the new xedit without
the new Xaw library, or you will not be able to change the keyboard focus).
Updated the Scrollbar configurations in Xedit.ad
-
+
#1788 12 July 1998
@@ -368,7 +368,7 @@ Updated the Scrollbar configurations in Xedit.ad
+ Automatic resize was removed, it is not required with automatic horizontal
scroll, but I will look for programs that rely on it; the only program
affected (that I know) is xmh, because it popups dialogs of a small size,
- and expects that the text widget (with a warning message) do a geometry
+ and expects that the text widget (with a warning message) do a geometry
request.
+ Scroll mode set to "WhenNeeded" was removed. It generates several unespected
conditions when editing text, and the new feature of automatic scrolling
@@ -432,7 +432,7 @@ Fixed problem with the default macro for type conversion, where it was
possible to the code tell the wrong size of a string, since it was
returning the string size with 'strlen' but making the copy with strcpy.
Complete ansification of Xaw (and Xmu).
-Corrected some problems caused due to an alteration in the text code, to
+Corrected some problems caused due to an alteration in the text code, to
make the cursor always visible when the wrap mode is 'line' or 'word'.
Text.c:VJump() was made a bit smarter and a problem that would cause it
to jump incorrectly was also corrected so that now the jumping should be
@@ -510,7 +510,7 @@ also fixed a possible buffer overflow while searching the source of the
#1945, 31 Aug 1998
--- XAW --
+-- XAW --
+ Corrected bug in Viewport.c:ComputeLayout(), that would put the scrollbar
in the incorrect position, if w->viewport.useright == True
+ Corrected bug in Converters.c:_XawCvtCARD32ToString(), so that now it
@@ -531,7 +531,7 @@ also fixed a possible buffer overflow while searching the source of the
#2028, 2033, 7 Oct 1998
--- Xaw --
+-- Xaw --
Added a delete translation to the text widget, that deletes the current
selection if any, else the backwards char.
Corrected bug that would not update correctly the screen if page-up or
@@ -550,20 +550,20 @@ Added a 'hack' to be able to type ^U<any-numeric-sequence> to be able
Corrected a nasty bug in Text.c:CvtStringToScrollMode(); XtConvertAndStore
can't be called from a type converter!
added UNDO/REDO to the text widget. Please try it, I think it is very nice.
- Undo is enabled by the new resource 'enableUndo', and, by default is
+ Undo is enabled by the new resource 'enableUndo', and, by default is
triggered with 'Ctrl+_'.
-- editres --
Resubmitting a patch to editres/handler.c, to make editres work properly.
--- xedit --
+-- xedit --
NOTE that with this patch, xedit probably will not work with Xaw3d, neXtaw...
this surelly can be fixed, or in the xedit side or the *Xaw* side, but
the patch seens to be necessary.
Changed the defaults file to be more user friendly and previsible.
Added some 'Emacs like' binding translations.
Added file completion in the filename prompt. This is a very nice
- feature, but I'm not sure if the code is portable to all the XFree86
+ feature, but I'm not sure if the code is portable to all the XFree86
supported platforms (surely it will not work 'as is' with OS/2).
@@ -577,7 +577,7 @@ Changed the functions {Ascii,Multi}Sink.c:CharWidth and PaintText, to
surely be made faster (based on comparition with some popular X editors).
Changed the way the AsciiSink prints characters with value bigger than
126 decimal. Now it prints DEL as ^?, and the other characters as \XXX
- where 'X' is an octal digit. The MultiSink widget was unchanged in this
+ where 'X' is an octal digit. The MultiSink widget was unchanged in this
respect, i.e. when calling xedit with something like:
xedit -xrm '*international: true'
Converted all calls to strncpy, in AsciiSrc.c to memcpy, so that the (ascii)
@@ -593,14 +593,14 @@ Changed Text.c:TextScroll() to be smarter when calculating the offset of
Added a nice feature, to show the matching '(', '[' or '{', when a ')',
']' or '}' is typped.
Changed TextAction.c:FormParagraph() to generate only one undo/redo step.
-
+
-- xedit --
Changed the defaults file to enable backups and made the backup suffix
the character '~'.
Replaced all instances of sprintf by XmuSnprintf.
Changed xedit to set the label when saving a file also, to reflect what
is being edited correctly.
-Corrected a bug in the new action 'file-completion', to replace correctly
+Corrected a bug in the new action 'file-completion', to replace correctly
the home directory, and keep correctly whatever was after the '~'. This
isn't the correct place to this code (xedit/commands.c), since there are
several other file name prompt windows in Xaw, but since it is required
@@ -742,7 +742,7 @@ Added a 'hints' feature to xedit. Instead of a 'dead'
#2544 12 Mar 1999
-
+
-- Xaw --
Mostly changes to add support to latin-* languages in the text code, when not
using the international resource.
@@ -826,7 +826,7 @@ xedit.c:
without it. Just ifdef'ed again the code to avoid warnings or dead code.
-- xedit --
- + Added a ispell interface to xedit. Sorry for not documenting enough about it
+ + Added a ispell interface to xedit. Sorry for not documenting enough about it
the man page, but here is a small explanation of the new funcionality:
Replace: Replace's the selected word.
All (right side of Replace button): Replaces all occurrences of the selected