Changes:
- HOMEPAGE and MASTER_SITES changed once again *sigh*
2.1.1:
======
- Fixed a bug in --calendar where an improper date (month) was
preset when a null parameter was passed.
- Applied a patch from Peter Breitenlohner to allow Xdialog to
build outside the source tree with VPATH.
2.1.0:
======
- Adapted a patch from Joerg Tretter allowing to pass optional
<hours>, <minutes> and <seconds> parameters to the --timebox.
Also made the <day>, <month> and <year> parameters of the
--calendar optional.
- The --infobox and --gauge widgets now use non-blocking read()
calls instead of scanf() ones (adapted from a patch by
Rolland Dudemaine). In case Xdialog would not compile any
more on your system (the new code needs for more BSD4.3 like
functions and some more headers), you can revert to the old
code by using the --with-scanf-calls configure option.
- Implemented the new --colorsel (suggestion from Todd Hammer)
and --fontsel widgets.
- Added an optional <status> parameter to the --check option
(following a suggestion from Hélio Cavichiolo Jr.
- Fixed a bug which made Xdialog coredump when the first row of
a --menubox was set "unselectable" (NULL tag) and when the
"OK" button was pressed without selecting another row. Thanks
to Markus Riese for reporting this bug.
- Fixed the charset for pt_BR.po and hu.po (thanks to Christian
Weisgerber for pointing this out).
- Applied a patch by "ALT Linux Team" to avoid using a
temporary file for printing and using a pipe instead (safer,
cleaner). Removed the corresponding "--with-print-tmpfile"
option from configure.in. Thanks to Stanislav Ievlev for
sending me this patch.
- New Makefile.am, doc/Makefile.am and configure.in. The doc
files are now built during the 'make all' instead of the
'make install' step. It should also fix the problems with
the bad paths to the Xdialog doc files appearing in the man
page on some systems (based on suggestions made by Peter
Breitenlohner).
- Changed the URL for Xdialog website in main.c and doc.
- Documentation updates.
Based on a patch sent by Brian de Alwis via PR pkg/21567.
Changes:
- GNU make is not really needed
- install documentation and examples
- updated HOMEPAGE and MASTER_SITES
- DESCR has 80 columns
- style nits
2.0.6:
======
- Added the "Hide typing" check button into input boxes when
--password option is in use.
- Corrected a bug where "unchecked" was not returned with
--check and --inputbox combination when the enter key was
pressed to close the box (bug reported by Scott Ostrander).
- Norvegian translations added (courtessy of Jostein
Christoffer Andersen).
2.0.5:
======
- Corrected a bug (coredump on inexistant file passed to
tailbox and logbox) introduced in v2.0.4.
- Upgraded to gettext v0.10.40.
- Removed all references to "RedHat" and "Linux" after
"radiolist" and "checklist" samples scripts --backtitle
options.
2.0.4:
======
- Debian packaging bug fix (missing "gettext" build dependency
added).
- Improved --tailbox and --logbox loading of files at startup
(based on a patch submitted by Christian Werner, although I
only kept his excellent idea and implemented it my own way).
The --smooth transient option disables this feature for the
--logbox (because if the file is big, it may take quite some
time to load and process, time during which no logbox menu
display update occurs...).
- A cosmetic bug corrected into --logbox (the ending newline
is removed from each line; it appeared as a space with a grey
border with XFree86 v4.1.0/GTK+ v1.2.10).
- Ensure that "unchecked" is not returned when using the
--check transient option with infobox, gauge and progress
widgets (fool proofing, as the --check option is not for use
with these widgets...).
- Better german translations, courtesy of Sven Backhausen.
- Brazilian/Portuguese translations, courtesy of Lucas
Brasilino.
- Xdialog.wrapper changed so that the XDIALOG_FORCE_AUTOSIZE
environment variable is set to "true" (if not already set
to any value) before invoking Xdialog.
- Removed the --statistics option from msgfmt command line in
po/Makefile.in.in so to allow compilation on Solaris (this
may as well solves the compile problems on some Debian
plateforms). Problem reported by "Exile In Paradise".
- Removed unnecessary po/*.c and po/*.h from the distribution.
- Slightly improved Xdialog.spec.
- Documentation updates and improvements (including a more
complete man page).
2.0.3:
======
- New --ok-label and --cancel-label transient options added.
- Hungarian translations added (courtesy of Lenart Janos).
- Debianized source tree (courtesy of Lenart Janos).
- Doc. updates.
2.0.2:
======
- Spanish translations added (courtesy of Horacio Castellon).
- "make distclean" now removes "ltconfig" and "ltmain.sh" that
are put in the directory when building with "rpm" (libtoolize
is always ran by "rpm": it is plain useless here).
- Replaced the "%make" macro with "make" so to allow the RPM
to build on RedHat systems.
- Changed doc/Xdialog.man, Makefile.am and Xdialog.spec so that
the proper installation directory names are shown in the
Xdialog man page.
- Make use of the new gettext 0.10.38 (for a better portability
on non-GNU/Linux systems; suggested by Albert Chin-A-Young).
- Changed Xdialog.wrapper.c (samples directory) so that before
calling Xdialog, it sets the XDIALOG_HIGH_DIALOG_COMPAT
environment variable to "true" (if this variable is already
set, its contents is not overwritten though, so it is always
possible to set it to "false" if you don't like this
feature).
- Doc. updates.
- A work around implemented for a getopt_long_only() bug that
often made Xdialog v2.0.0/1 to segfault on unknown options.
- Two bugs removed from the progress widget (as a result, the
"allrpms" sample script now works properly).
- New --smooth transient option added to get a smooth (flicker
free but slow) scrolling in tailbox and logbox widgets.
- "kernel" sample script changed to make use of --smooth.
- Doc. updates.
2.0.1:
======
- Support for --with-included-gettext configure option added
(patch courtesy of Albert Chin-A-Young).
- Russian translations added (courtesy of Stanislav Ievlev).
- Small compatibility fixes for compilation on non-linux
platforms (courtesy of Peter Bray).
- New --ignore-eof transient option implemented for use with
infobox and gauge widgets.
- Doc. updates.
2.0.0:
======
- Feature: XDIALOG_HIGH_DIALOG_COMPAT environment variable
support added (makes Xdialog even more (c)dialog compatible,
when set to TRUE).
The new XDIALOG_FORCE_AUTOSIZE and XDIALOG_INFOBOX_TIMEOUT
environment variables may also be used IOT customize Xdialog
behaviour when the high (c)dialog compatibilty mode is on.
- Feature: new --combobox widget and associated --editable
transient option implemented.
- Feature: new --spinbox, --2spinsbox and --3spinsbox widgets
implemented.
- Feature: new --logbox widget and associated --time-stamp,
--date-stamp, --reverse and --keep-colors transient options
implemented.
- Feature: new --no-ok transient option for use with --tailbox
and --logbox widgets.
- Feature: --beep and --beep-after transient options
implemented (cdialog compatible).
- Feature: --passwordbox widget (cdialog compatible, synonym to
--password --inputbox) implemented.
- Feature: it is now possible to place Xdialog windows at
absolute pixel coordinates on the screen (provided your
window manager lets you do so), by giving the origin into a
"-geometry"-like coordinates specification (e.g.
200x100+120+50), or by using the new --begin transient option
(in characters coordinates).
- Feature: it is now possible to maximize Xdialog widgets by
passing a -1 -1 (or -1x-1) size specification.
- Feature: the --backtitle, --button-style, --wizard,
--no-cancel, --default-no and --check options are taken into
account by (and may therefore be used with) the fselect
and dselect widgets.
- Feature: the textbox and editbox widgets do now auto-size
properly (the length of the text lines and the number of
lines are taken into account).
- Feature: the status of --checklist, --radiolist, --buildlist
and --treeview widgets items can now also be set to
"unavailable" so to make items listed but unsensitive. It
is also possible to make a --menubox item unavailable by
associating it with a null (empty string) tag.
- Feature: --default-item transient option implemented
(cdialog compatible) for --menubox.
- Feature: fake --clear option accepted alone in command line
(it does nothing, it just doesn't complain about a missing
box option), for (c)dialog compatibility
- Feature: --cr-wrap (cdialog compatible) and --no-cr-wrap
common options implemented.
- Improvement: better (faster) callback function for tailbox.
- Improvement: better calculations for box size in characters
(the size of the font actually in use is taken into account
instead of the size of the fixed font).
- Improvement: better text wrapping function (the buggy GTK+
built-in one is no more used).
- Improvement: Internationalization using gettext. French and
german translations implemented.
- Cosmetic: the help button now appears together with the OK/
Cancel/etc buttons into the fselect and dselect widgets.
- Cosmetic: Item selection scheme changed for menubox and
treeview (it is no more possible to remove the highligthing
from the last selected item).
- Cosmetic: the vertical slider in menubox/checklist/radiolist/
buildlist/treeview is no more mandatory (it is setup automa-
tically by GTK+ when actually needed).
- Bugfix: a bug fixed (introduced in v1.5.3), dealing with
simultaneous use of --check and --help transient options (the
check button was wrongly setup into the help box).
- Coding: code factorisation IOT reduce size, improve ease of
maintenance and readability. Improvements to "configure" and
sources for a better portability.
- The fixed font used by Xdialog may now be changed at compile
time thanks to the "configure" script ("./configure --help"
for details).
- Some sample scripts changed to take advantage of the textbox/
editbox auto-size feature, logbox and logbox2 sample scripts
added.
- Doc updates and improvements.
1.5.3:
======
- Bug fixed (introduced in v1.5.1) that caused Xdialog
to segfault when closed while a timeout function was
updating the widget.
- The tailbox may now be closed or resized while it updates
the text in its window.
- The --gauge now updates 100 times each second (should
hopefully be enough !).
- Removed the possibility to setup a "Help" button into an
infobox (this makes no sense for a temporary widget).
- The menu/lists/tree can now auto-size when the <list/menu
height> parameter is set to 0.
- The Add/Remove buttons are now greyed out when no item
is available into the associated list (Hi Albert ! ;-).
- New --item-help (cdialog-compatible) transient option
implemented.
- New --check transient option implemented.
- Some code cleanup.
- Doc updates and improvements.
- xlock-wrapper sample script added and older sample scripts
changed so to make use of the lists/menu/tree auto-size
feature.
1.5.2:
======
- New --progress widget added.
- New --fill common option implemented.
- Changed slightly the behaviour of --center and --right
options as a work around for the GTK+ line wrap mode bugs.
- Some code improvement (simplification).
- Doc updates and improvements (a basic man page has been
added too).
- Two samples scripts added (allrpms and format1440).
1.5.1:
======
- One bug corrected (introduced in v1.4.6) that made GTK to
issue warnings when using the --help option together with
the --fselect and --dselect widgets while the --button-style
was "icon" or "default".
- Much better callback timer functions for the --infobox and
the --gauge widgets (refreshes occurs more often and no
label/progress bar refresh can be missed anymore).
- New --print-maxsize special option implemented (compatible
with the cdialog option of the same name).
- Better justification scheme for <labels> in --2inputsbox,
--3inputsbox, --2rangesbox and --3rangesbox widgets. These
labels now also accept "\n" for line splitting.
- Updated and more complete documentation.
- New --with-print-* compile time customization options for
"configure".
1.5.0:
=======
- 5 new widgets:
--2inputsbox,
--3inputsbox,
--2rangesbox,
--3rangesbox,
--buildlist.
- 2 new common options:
--separator,
--separate-output.
- 3 new transient options:
--interval,
--default-no,
--wizard.
- 1 new special option:
--print-version (for cdialog compatibility).
- The <menu/list height> parameter is now taken into account.
- Better auto-sizing for some widgets.
- The <height> and <width> parameters are now actually related
to the true (fixed font) character size.
- The "Help" button may now be setup so to make Xdialog to
return (with exit code=2).
- Better parameter checking (item depth) in --treeview.
- Some re-write for cleaner code and smaller binary.
- Full HTML documentation written (as a result the README
file is no more maintained and the FAQ has been HTMLized).
Since glib pulls in threads, we gave to use a threaded Python.
While this is not exactly what the author of PR pkg/21428 intended,
it is correct now.
There is still a problem with dynamically loading of C++ libraries
(the known libgcc issue). For reasons I don't understand atm this
only shows up on 1.5.
* crystal and starfish changes to allow graphics to work better in a 64x64
* window.
+ life3d randomized "rotation" of life form. Wireframe made a little less
+ likely in fullrandom.
* life fix, trilife came up too much in fullrandom.
Kerberos prompter code fixed for NULL banner thanks to Ken
Hornstein <kenh@cmf.nrl.navy.mil>
Atlantis texture fixes thanks to Eric Lassauge <lassauge@mail.dotcom.fr>.
Flow tails added. swarm and flow patch for broken Xservers backed out
thanks to Tim Auckland <Tim.Auckland@Procket.com>.
fixed animations in wdmLogin (with great help from Michael Buesch); other
non user visible changes.
Also honour PKG_SYSCONFDIR and install pixmap files in the right place.
Package
-------
* Remove program-transform patches now that we have a fine grained
gnome-core
Panel
-----
* Make global keybindings work on multi-screen setups (Erwann, Mark)
* Destroy "Create Launcher" dialogs when the panel is destrored (Arvind)
* Allow the GNOME foot icon on the Main Menu to be themed (Raj)
* Support themeing of the action button icons (Raj)
* Query deletion of a drawer when it is deleted by removing the button
* Delete child drawer panels when deleting panels (Arvind)
* Fix various leaks (Kjartan)
* Fix typo with the launchers "zoom animation" (Paul Gammans)
* Do not query the deletion of a panel if there are no objects on it
* Make the "Delete Panel?" dialog modal (Arvind)
* Avoid rare panel hang when moving applets (Sunil Mohan Adapa)
* Actually load the panel background color preference (Greg Hudson)
* Fix crash related to drawers (Arvind)
* Fix various issues with egg-recent-files (James)
* Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales
* Fix crash when the panel background image can't be loaded
* Unescape the tooltip on launchers (Bala)
* Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot
* Add support for icon theming icons with absolute paths
* Don't crash when clicking on a drawer panel with no parent panel
* Don't load the GNOME 1.4 applet's .desktop files on startup (Mark)
Applets
-------
* Destroy Window List and Workspace Switcher properties dialog when
the applets are destroyed (Arvind)
* Launch the mail received handler on the correct screen
* Ignore any leading and trailing whitespace in a workspace name
* Change the max number of workspaces to 36 in sync with metacity
* Fix issue with the mailcheck animation on mutliscreen setups
* Fix notification area crasher (Havoc)
Miscellanous
------------
* Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart)
* Add a --with-html-dir configure option (Julio Merino)
* Window List docs updates (Irene Ryan)
* Japanese translations of docs (Takeshi AIHANA)
* Support --disable-schemas-install and --with-gconf-schema-file-dir
* Fix libpanel-applet crash on 64 bit platforms (Matt Wilson)
Translations
------------
* various languages
* Remove --program-transform-name and associated patches now that
gnome-core has been split into multiple parts
* Honour the --disable-schemas-install configure option (Julio Merino)
* Support themeing of the icons on the splash screen (Havoc Pennington)
* Locale updates
xmms-osd provides the example XMMS plugin contained within the xosd
distribution file. This plugin shows XMMS status directly on your
X desktop, like song, volume and balance changes, etc.
startup-notification provides mechanisms allowing a desktop environment to
track application startup, to provide user feedback and other features.
Provided in pkgsrc-wip by Benedikt Meurer.
Changes since 2.19:
-------------------
Version 2.21 6.May.2002
* Add support for Xinerama. Requested by Orion Hodson <hodson@icir.org>.
Version 2.20 17.Apr.2002
* Add `title' option. Suggested, and patch provided, by Dale Thatcher
<xwrits@dalethatcher.com>.
* Finally fix `--multiscreen' option. Thanks to Orion Hodson
<hodson@icir.org> for lending his multihead machine.
XOSD is a simple library to display shaped text on your X display,
like a TV On Screen Display. It also contains an XMMS plugin, and
a simple example program that can display system logs overlayed on
your desktop.
Closes my own PR pkg/18117.
Changes:
arts
* Several memory corruption fixes.
kdelibs
* kdialog: Fix screen numbering problem for centerOnScreen() static method
* kprogress: Fix math problem in displaying correct percentage for large
numbers
* kio_http: Fix data processing for webdav(s) listing of directories and files
* kate: Many small bugfixes, including:
+ Fixed code completion drop-down box position
+ Fixed "wrap cursor disabled" bugs
+ Fixed vertical scrollbar middle mouse behaviour
+ Fixed remove whitespace feature
+ Now clears the redo history when it is irrelevant
+ Fixed crash after starting up with a non-existant directory in the file
selector history
* kparts: Fix extension of transparently downloaded files, this fixes ark
(used to display temp file instead of archive content)
* klauncher: Fixed support for "Path=" entry in .desktop files. This entry
can be used to specify a working directory.
* kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
* kdeui: Fix for alternate background coloring in Konqueror list views.
* kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
* kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
points to the same place
* kstyles: Handle focus indicators on label-less checkboxes better
* kdeprint: Don't freeze when there is no route to the selected CUPS server
* SSL: add support for OpenSSL 0.9.7
* SSL: ADH ciphers are now explicitly disabled in all cases
* SSL: new CA root certificate added
* Several Xinerama related fixes
* QXEmbed fixes for various situations that don't handle XEMBED well
* Java on IRIX with SGI 1.2 VM is fixed
* khtml: Several major bugfixes, partially incorporated fixes from Safari as well.
kdeaddons
kdeadmin
* Linux Kernel Configurator: Add details about the lightbulb icon's meaning
* Linux Kernel Configurator: Support for more incorrect kernel configuration
files
kdeartwork
kdebase
* kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
* klipper: Escape "&" everywhere.
* konsole:
+ Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
+ Fixed usage of background images with spaces in the filename.
+ Profile support fixes (disabled menubar etc.)
+ Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
title.
+ Fixed a problem with the "Linux" font that prevented it from being used
with fontconfig.
* kdesktop: Made desktop menus pop up in unused Kicker space work.
* kicker: Fixed empty taskbar sometimes showing scroll buttons.
* konqueror:
+ Various startup performance improvements
+ Fix crash when sidebar tree expands hidden directory
+ Fix crash when config button hidden from config button's menu
+ Extensive fixes to Netscape plugins, fixing crashes and plugin support
+ Changes to default preview settings, making the defaults safer on various
platforms
* Java configuration module: Make it possible to properly configure Java in
all cases
* Previews: Fixed a privacy issue where previews of HTML files could access
files or hosts on the network.
kdeedu
* KStars:
+ Fixed bug #51708: No longer exits if starting position is below horizon
(only affected some systems)
+ Fixed bug #52205: Country of Lhasa is China, not Tibet.
+ Fixed too-narrow coordinates field in statusbar.
+ Fixed bug in "length of day" calculator module; it now properly accounts
for latitude and longitude
kdegames
* Atlantik: Many small bugfixes, including:
+ Better handling of incoming messages
+ Fixed token animation
* kbackgammon: Common crash fix.
kdegraphics
* KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
drawings
* Kooka: Some UI crashes fixed
* KViewShell: Default paper size is fixed
* KGhostView: Fixed wheel-mouse scrolling
kdemultimedia
* KsCD:
+ Stopped KsCD from pausing after tracks in random mode
+ Correctly associate extra CDDB information with tracks
+ Support non-Latin encodings properly in CDDB entries and elsewhere
+ Proper systemtray behaviour
+ Updated key accel code to avoid depricated calls
* Movie previews have been removed due to severe unresolved stability problems
kdenetwork
* Desktop Sharing server (krfb):
+ fix problems on X11 servers with 8 bit depth
+ fix problems on X11 servers with big-endian framebuffer
+ allow X11 servers without XShm (thin clients). Warning: requires a lot
of bandwidth
+ remove read timeouts. This should solve problems with some clients that
got disconnected after a minute of inactivity (but increases the time to
detect dead clients)
+ fix problem with clients that support both RichCursor and SoftCursor
encodings (like krdc from HEAD)
* Desktop Sharing client (krdc):
+ fix: when an error occurred in fullscreen krdc did not restore the
original resolution
+ fix: krdc stopped to repaint the framebuffer after a disconnect while
the error dialog was displayed
+ the quality setting in medium quality mode has been increased because
the original setting looked too bad with Keramik
kdepim
* KOrganizer bug fixes:
+ Use correct default duration for events crossing a day boundary (#53477).
+ Correctly save category colors (#54913).
+ Don't show todos more than once in what's next view.
+ Include todos in print output of month view (#53291).
+ Don't restrict maximum size of search dialog (#54912).
+ Make cancel button of template selection dialog work (#54852).
+ Don't break sorting when changing todos by context menu (#53680).
+ Update views on changes of todos directly in the todo list (#43162).
+ Save state of statusbar (#55380).
* knotes: Escape "&" in note titles
kdesdk
* Cervisia:
+ Fixed line break in protocol view
+ Fixed timestamp for files that are not in cvs (#55053)
+ Fixed handling of Cervisia's options like 'Update Recursively' when run
as embedded part in konqueror (#55665)
kdetoys
* kworldclock: Fixed that all clocks show the same time.
* kweather: Made it work again with non-english locales. (#52147)
* kweather: Prevent KWeather from looping and freezing Kicker when not
connected to the internet.(#49191)
kdeutils
* klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
* kcalc: Now a KMainWindow instead of a KDialog to fix various UI
inconsistencies
* kdf: Support escapes in fstab
quanta
* Bugfixes:
+ Allow resizing of the main window even with large user toolbars [#53230]
+ Insert valid DTD definitions [#53274]
+ Honor the View Default settings from Settings->Configure Editor [#53569]
+ Be less braindead regarding the Show DTD Toolbar setting [#53739]
+ Be able to select also directories in tag dialogs [#54819]
+ Do not complain about text files being binary ones on a system with
broken mimetypes [#54924]
+ Bring up the "File Changed" dialog only, when the file content has
changed[#55678]
+ Select Tag Area behaviour fixed for optional tags
+ Insert non-translated string in CSS code parts
+ Insert "border-top", "border-right", etc. correctly in CSS
+ Don't quote the script line more than once in the action configuration
dialog
+ Memory leak fixed: editor parts were not deleted when a file was closed
+ Fix insertion of "img" tags in HTML documents
+ Upload/rescan project/add to new project tree view behaviour fixed
+ Fix renaming of file in the Project Tree, when a file with the new name
was already present in the project
+ Rename only what has to be renamed in the project and enable project
saving after a rename
+ Use the correct encoding for newly created files
+ Saving of Author and E-Mail project options was broken in some cases
+ Fix the numbering of new documents
+ Fix the execution of actions
+ Fix crash when deleting an action
+ Insert valid single tags from the toolbar
* Enhancements:
+ Show the tag attributes (Alt-Down) menu lower than the current line
+ "Insert in cursor position" for script actions replaces the selection if
there was some text selected
+ New DCOP interface (WindowManagerIf) added to enable the modification of
the opened documents from a script
+ DTD for Quanta tags (DTD definition) added
+ XHTML 1.0 Strict DTD added
Noteworthy changes in version `0.8.5'
=====================================
Bug fixes. NSStringDrawing now uses text system implementation.
Noteworthy changes in version `0.8.4'
=====================================
This release features a brand new text and layout system thanks to
Alexander Malmberg. Other improvements include:
* Various display optimizations.
* Default border to NSScrollView changed
* Printing fixes.
* NSToolbar partially implemented.
NetBSD to != SunOS, list USE_MMX in BUILD_DEFS only if it's really enabled,
misc cleanups (whitespace, etc.)
XXX: If installed setuid root on Solaris, pseudo-tty is owned by root,
and it's not possible to resume a screen session as a normal user.
(this behaviour should be reviewed again, since this workaround
is 2 years and several version updates old.)
PR 18638 and PR 18639.
Changes since 2.7.3:
2.7.9 to 2.7.10
Geoff Wing et al.
removed screen dump feature as it can aid as a security hole
removed menubar escape sequence access as it can aid a security hole
removed reporting of title and icon settings as they can aid a security
hole
Mikko Leppänen
fixed clearing problem when internalBorder is zero
Steve O
added Cygwin port
Rob McMullen
fixed handling of control characters inside escape sequences
added resource "mouseWheelScrollPage" to allow the mouse wheel
scroll a page full
added support for VT52 commands
2.7.8 to 2.7.9
Geoff Wing et al.
added -sbt/--thickness to allow user-supplied scrollbar width (not
yet available with NeXT style scrollbars)
Matthew W. Roberts
fixed rclock -iconic option
added rclock day of month on clockface (define DATE_ON_CLOCK_FACE
in feature.h)
added rclock "-mailspawn cmd" if MAIL_SPAWN is not hard coded in
feature.h
Kazutoshi Kubota
added 256 colour mode (instead of the base 16 colour mode) with
configure --enable-256-color
2.7.7 to 2.7.8
Geoff Wing et al.
fixed determination of NumLock key, noticed by
Matthew Gabeler-Lee
fixed continual and slipwheel scrolling, noticed by
Joshua Swink
fixed connecting with IM whenever it is started, partly from
Tung-Han Hsieh
fixed Ultrix acquiring useful pty/tty pair, noticed by
Bert De Knuydt
fixed CSI sequence parser overriding a 0 parameter with default value
changed -ip to not clear ancestor windows when using inherit pixmap
transparency type
added -ipf/--inheritPixmapforce to clear ancestor windows when -ip
and inherit pixmap transparency is used
added "-hc colour" (define OPTION_HC in feature.h) to provide
background highlighting of selection, partly from
Christian W. Zuckschwerdt
added -j/--jumpScroll to provide jump or smooth scrolling, defaults to
jump scrolling as per previous behaviour
Stephen Isard
fixed DECSTBM sequence default when only one parameter is given
Rudolf Jaksa
added basic support for $XAPPLRESDIR/Rxvt resources
T. Alexander Popiel
added --scrollBar_align (top|bottom|...) for alignment of scrollbar
thumb with middle button. Defaults to centre as per prior
state. Supercedes FUNKY_SCROLL_BEHAVIOUR
2.7.6 to 2.7.7
Geoff Wing et al.
fixed check for GLIBC and STREAMS pty/tty types, noticed by
Venkatesh Krishnamurthi
fixed check for PTC pty/tty type, noticed by
Andreas Bierfert
fixed to not automatically clear selection on screen size change,
noticed by Dominik Vogt
fixed a possible buffer overflow problem, noticed by
Samuel Dralet
fixed to reallow parallel builds
fixed builds for some SYSV utmp/utmpx systems
fixed INCR transfers
fixed resource "greektoggle_key" as per doc/README.greek, noticed by
Martin Husemann
fixed STREAMS again, hopefully the last time
changed overstrike pixel dropping avoidance to speed/size optimise
changed define WTMP_ONLY_ON_LOGIN in feature.h to be the default
added CSI s & CSI u as alternative save & restore cursor sequences
added pasting-only support for SECONDARY and CLIPBOARD selections,
automatically tried if internal selection and PRIMARY
selections are not present. CUT_BUFFER0 is tried last
Kazutoshi Kubota
added "-lsp <num>" option ("--lineSpace <num>") to give specified
spacing between rows with configure --enable-linespace
Tomohiro KUBOTA
fixed some font default calculations to match previous behaviour
Ali Rahimi
added slip wheel support providing continual scrolling with the
control key depressed and using the mouse wheel as an
accelerator. Control key release stops scrolling
Mark Schreiber
added -sw/--scrollWithBuffer to try to make views into the
scrollback buffer stay unmoving upon new lines (needs -si)
2.7.5 to 2.7.6
Geoff Wing et al.
fixed build with XTERM_COLOR_CHANGE undefined, noticed by
John Waggenspack
fixed build for Solaris/SunOS (maybe others) using STREAMS
fixed default icon name, noticed by
Jeremy C. Reed
fixed setting of icon name with -e argument, noticed by
John Waggenspack
fixed problems with selection by changing some types and type casting
fixed some parallel build problems
fixed text placement in graphics mode
fixed some build problems with graphics/qplot
fixed reverse video mode to act like the invocation option
fixed query of locale ("Setting locale failed.") when locale is set
fixed autowrap bug when restoring cursor from last column, noticed by
witek@mat.uni.torun.pl
fixed build & run when PREFER_24BIT is undefined
fixed loading of fonts with noenc multichar encoding, noticed by
Mark White
fixed an abort on sending some selections, from
Xianping Ge
fixed tty opening for systems with openpty(), e.g. OSF1
fixed build for utmpx/wtmpx platforms
fixed a bug in memmove() if --enable-strings is given, noticed by
Larry W. Virden
fixed some termcap/terminfo entries
fixed some division operations to use the same integer type
changed configure detection method for pty/ttys
changed handling of ConfigureNotify events for fast event streams
changed internal handling of window size calculation
changed internal handling of window size and placement manipulation
changed define PREFER_24BIT in feature.h to be set via
configure --enable-24bit (default is now off)
changed screen refresh to optimise X calls more, noticeable with
slower machines or over network displays
changed pty/tty code to be able to be built separately for testing
changed selection sending to send the original raw form if locale
conversion fails
updated libtool for configure
added DEC private modes 1047 / 1048 (no ti/te handling yet)
added SCROLL_ON_HOMEEND_KEYS in feature.h a la SCROLL_ON_UPDOWN_KEYS
from Marius Gedminas
added "tests" target in main directory to build and run basic tests
added (frills) -tcw (--tripleclickwords) alternative triple click
selection which selects words to the end of possibly-wrapped
lines with trailing blanks and blank lines removed
Chuan-kai Lin and Brian Mays
added -mcc option (--multibyte_cursor) for multibyte cursor movement
in legacy programs
Maxime Froment
fixed placement with OverTheSpot input method
fixed characters sent through IM being truncated to 4 bytes
fixed encoding method being overridden by default encoding method
added loading of locale specific app-defaults from directory
/usr/X11R6/lib/X11/$LC_CTYPE/app-defaults/Rxvt (see
XAPPLOADDIRLOCALE is feature.h)
Tomohiro KUBOTA
added method to provide base font sets based on user's locale
added more flexible font allocation, specifying a maximum number of
fonts in feature.h instead of a set number
Marius Gedminas
added --enable-smart-resize which may reposition the window on
resizing so that we try to stay within the screen boundaries
2.7.3 to 2.7.5
Geoff Wing et al.
fixed scrollTtyKeypress not active for all keypresses, noticed by
Reuben Thomas
added -xrm option to accept dummy invocation arguments, from
Christian W. Zuckschwerdt
& Chris Green
fixed documentation for options: -tr, -ic, -pt, -im, -mod, -xrm;
and resources: scrollBar_right, scrollBar_floating,
scrollTtyOutput, scrollTtyKeypress, preeditType, inputMethod,
modifier.
fixed OSC sequences to accept 7 and 8 bit ST as well as BEL
added MAX_COLS & MAX_ROWS in feature.h to limit columns/rows on resize
added copy root pixmap variant of transparency - make this the default
with previous method as fallback
fixed allocation of new lines to not set base attributes, including
underline or reverse video information, noticed by
Brian Mays
added ability for different scrollbars to be compiled in, determined
by --scrollstyle
fixed Meta key detection - has priority over Alt, noticed by
Paul D. Smith
fixed configure check for mawk/gawk/nawk/awk
added use of libtool in build procedure
added SCROLL_ON_NO_SECONDARY to feature.h to scroll the screen when no
swap is compiled in and a change screen request is made
removed slightly buggy ConfigureNotify queue/ignore from our resizes
fixed use of extended character classes, from
Samoylov Olleg
fixed timeout in select() call when unmapped, noticed by
Tore Bjorkeli
changed feature.h NO_BOLDUNDERLINE to NO_BOLD_UNDERLINE_REVERSE
added support for XCopyArea() on screen display - good for slower links
fixed CSI parameter parsing, including omitted parameters
fixed allocation of new lines when in reverse video mode
added answerbackString resource which sets the reply to ENQ (CTRL-E)
fixed InheritPixmap interaction with fvwm2 by delaying a bit to allow
the WM to do its stuff before we meddle with its windows
Thomas Woerner
added colorRV resource for reverse video colour (dependent on
NO_BOLD_UNDERLINE_REVERSE in feature.h)
Jun Morimoto
fixed argument checking in rclock - ignore bad arguments
Matthew W. Roberts
added -mailfile option to rclock
Christian W. Zuckschwerdt
added OSC sequences to change base colours; also cursor, highlight,
bold, pointer and underline colours. See rxvtRef
Paul Sheer
added initial INCR (incremental pasting) support
* New hacks, flyingtoasters, bouncingcow, jigglypuff, and glslideshow.
* More models in engine.
* Rewrote xscreensaver-getimage to remove reliance on external image loaders
(xv, chbg, xloadimage, etc.) and to reduce flicker when loading files.
* Made gflux and flipscreen3d be mouse-spinnable.
* Ability for xlock converse with PAM added by Tim Reed <treed1@twcny.rr.com>.
Some more fixes for compilation problems by Jon Nelson
<jnelson@securepipe.com>.
* Fix for flow and swarm for broken Xservers thanks to Tim Auckland
* <Tim.Auckland@Procket.com>.
AFS fix for TRU64.
Ability for xlock converse with PAM added by Tim Reed <treed1@twcny.rr.com>.
Fix for random.c when BLANK_ONLY is used.
Restart life when static or blank. Added Thompson's Day and Night and
Bell's High Life. These are alternate life rules. Day and Night
butterfly added as a glider shooter.
Fixed Andreen's hex life can come up in addition to Callahan's.
Added many life forms from Life Lexicon.
Trilife added (also randomly rotated and shooters added).
Better fix for -rule3d and -v from Emmanuel Jeandel
<ejeandel@ens-lyon.fr>. I guess I went a little crazy with security
and made it strncmp instead of strcmp.
xlockgroup patch for allowing all in the xlock group to unlock.
Thanks to Rich Anderson <RANDERSON@northropgrumman.com>.
Syslog fix when gid not in /etc/group.
life3d double buffering (also made wireframe come up a little less often)
dead (blank) or static (period 1) life forms last just 8 generations
Added gliders from http://www.cse.sc.edu/~bays/d4d4d4 3D applet.
I copied a encrypted password to /etc/passwd and it worked fine without
USE_XLOCKRC. Put a warning in configure if /etc/passwd not set up and
and not using USE_XLOCKRC and cygwin.
Clean up of some text errors with BUTTON_LOGOUT and failure count.
Added a Caps Lock check. Don't you hate it when certain software says
"Make sure that the Caps Lock is not accidently on." and the Caps Lock
is not on... I thought computers can know their own state.
added ", Caps Lock on" to invalid string.... needs French/Japanese
translations (also needs German translation but others parts need that
as well.
cleaned up some various variable shadowing in modes.
check_gl_error protection (previously it would error out... not good
for a locker). This could be a major security problem but I can not
reproduce this on my Linux machine. Someone was able to get a "texture"
error by repeatingly pressing the middle button with glplanet up.
text3d acts more like blank if it does not get a TTF file (blanks out
password screen). Fixed configure of DEF_TTFONT if prefix not set.
Andreas Voegele <voegelas@gmx.net> pointed out -nice option was ignored...
hopefully fixed now. Check now for HAVE_SETPRIORITY.
uninistall and clean on Cygwin should now work
More Kerberos support thanks to Ken Hornstein <kenh@cmf.nrl.navy.mil>.
support for the new krb5-config script to determine the correct
options used to compile Kerberos
- If you're using Kerberos, it prints your Kerberos principal in the
username field.
- It uses a callback function in case the library needs to prompt the
user for any additional information (in case your password expires,
for example).
- It makes the writing out of credentials a configure option.
-logoutButton minutes now in man pages.
"configure --with-opengl --without-xpm" should now work for atlantis,
atunnels, fire, and sballs.
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.