https://invisible-island.net/athena_widgets/neXtaw/ChangeLog
-- $XTermId: ChangeLog,v 1.32 2024/04/29 15:15:04 tom Exp $
20240429
+ compiler-warning fixes.
+ update configure checks, e.g., compiler warnings.
+ updated config.guess, config.sub
20221213
+ build-fixes for test-packages.
20221207
+ build-fixes for test-packages.
+ compiler-warning fixes.
+ update configure checks, e.g., compiler warnings.
+ updated config.guess, config.sub, install-sh
20150118
+ update copyright notices.
+ reformat sources with ncu-indent.
+ convert to ANSI
+ drop archaic/obsolete sharedlib.c
+ eliminate NeedFunctionPrototypes and NeedWideFunctionPrototypes
ifdefs
+ add configure checks for lex/yacc, drop the copy of generated source.
+ use shared-library autoconf macros from cdk/dialog/ncurses.
+ purge automake from build-scripts.
+ reformatted this file, to help with metrics-gathering.
+ updated config.guess, config.sub, install-sh
20030915
> updates by Ulric Eriksson:
+ Toggle again: the check mark displayed in the wrong place
when the widget wasn't its default height.
+ Added code to the Command Redisplay function so it doesn't
shift the text when the widget is a Toggle in check or radio
style. That's really ugly because we're depending
on how the widget is subclassed. But it works.
20030913
> updates by Ulric Eriksson:
The new highlighting code broke with the Toggle widget
in radio or check style.
20030912
> updates by Ulric Eriksson:
+ Fixed function prototypes in Toggle.c and fixed bugs
caused by not having them in the first place.
20030903
> updates by Ulric Eriksson:
+ Eliminated warnings caused by missing #includes.
20030902
> updates by Ulric Eriksson:
+ Scrollbar: Added XtNarrowStyle resource to make arrows in the
style of Windows ("win95") or NeXt ("next", default).
UPDATE: This was later backed out.
20030902
> updates by Ulric Eriksson:
+ Scrollbar: Made the bump on the thumb optional (resource
XtNdrawBump, default True).
20030901
> updates by Ulric Eriksson:
+ ThreeD: Added XtNbevel resource to make the bevel "solid"
(Motif/Xaw3d-like) or "rounded" (neXtaw, default).
+ Added the same code to neXtawDrawShadowBox in Misc.c, which
is used by Scrollbar and SimpleMenu.
+ Added a 3D bevel to Text using a similar hack as in Xaw95.
20030831
> updates by Ulric Eriksson:
+ Command, Repeater and Toggle: Draw a dotted rectangle around
the highlighted widget. Reduced the distance the text shifts
in a set widget to 1 pixel.
20030824
> updates by Ulric Eriksson:
+ Added traversal code from Ed Falk's XawM. Note: KDE messes up
translations for the Command widget. That is a bug in KDE.
20030823
> updates by Ulric Eriksson:
+ Released 0.14.1.
20030823
> patch from Alexey I Froloff <raorn@altlinux.ru>:
+ This patch adds shadow width to SimpleMenu widget's height
(last Sme overlaps with bottom shadow) and fixes SmeBSB drawing
code (different regions were highlighted in Redisplay and
FlipColors, "disabled" menu items were displayed as normal if
.international is set to True).
20030227
> updates by Ulric Eriksson:
+ Updated selection code in Text widget.
+ Removed support for cut buffers.
+ Added support for CLIPBOARD.
+ Changed keybindings:
Ctrl-C = copy selection to clipboard
Ctrl-X = cut selection to clipboard
Ctrl-V = paste clipboard
Page_Up = page up
Page_Down = page down
Home = beginning of line
Ctrl-Home = beginning of file
End = end of line
Ctrl-End = end of file
+ New configuration option --enable-obsolete-selections reverts
to the old code.
20030204
> updates by Ulric Eriksson:
Check for the existence of widec.h (c/o Matthias Buelow).
20030115
> updates by Ulric Eriksson:
+ Released 0.13.0.
> patches by Alexey I Froloff:
+ "NeXtish" scrollbar look (thumb and buttons are wider and
look more flat).
+ Fixed thumb positioning for Button2 scrolling.
20020828
> updates by Ulric Eriksson:
+ Added scrollwheel support and a fix for horizontal scrollbars.
+ Changed default beNiceToColormap to False.
20020314
> updates by Ulric Eriksson:
+ Released 0.12.
> patch by Andreas Voegele:
+ modify acinclude.m4 to add -DNARROWPROTO only for systems that need
it.
20020126
> updates by Ulric Eriksson:
+ Released 0.11.
+ Added -DNARROWPROTO and a bunch of Makefile fixes by
Andreas Voegele <voegelas@users.sourceforge.net>.
20020104
> updates by Ulric Eriksson:
+ Added checks for wslen, wscpy and wsncpy in XawI18n.h.
+ Fixed neXtclock Makefile.am so it works with the new libtool.
20011220
> updates by Ulric Eriksson:
+ Updated automake, autoconf and libtool.
20011213
> updates by Ulric Eriksson:
+ Released 0.10.
20011212
> updates by Ulric Eriksson:
+ Tested on Linux and Solaris.
20011211
> updates by Ulric Eriksson:
+ Most (relevant) compiler warnings were fixed.
20011210
> updates by Ulric Eriksson:
+ Converted to autoconf.
+ Directory structure was reorganised.