Subject: CVS commit: pkgsrc/wm/ion
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 05/06/2004 04:38:45
Module Name: pkgsrc
Committed By: cube
Date: Thu May 6 04:38:45 UTC 2004
Modified Files:
pkgsrc/wm/ion: Makefile PLIST distinfo
pkgsrc/wm/ion/patches: patch-ah
Removed Files:
pkgsrc/wm/ion/patches: patch-ab patch-af patch-ag
Log Message:
Update to version 20040407. Enable pkgviews installation and make good use
of PKG_SYSCONFDIR. Thanks to Amitai Schlair.
Changes:
* Added a kludge to deal with waitrelease when modifiers have
already been released.
* Fixed assert-crash when attempting to split a frame not managed
by a WIonWS.
* Don't put input method failure complaints in startup error log.
* Client window unmap handling fixes (?).
* Made drawing engine objects inheritable and initialisation code
reusable.
* Improvements and fixes in keyboard mapping changes handling.
* Slightly reduce flicker with apps that update title too often by
removing a redundant change notify call.
* Added a check in layout loading code to detect corrupt files with
multiple instances of the same client window.
* Updated Mozilla Firebird entries in menu configuration files to
Mozilla Firefox.
* Added important missing function WFloatWS.attach.
* Take gravity better into account when reparenting windows on
exit.
* Made some goto_* routines return the region that will be focused
and added asynchronity notices in documentation.
* Some tab drag&drop fixes.
* Startup errorlog display fixed when we didn't even open the
display.
* WIonWS load routines better handle corrupt sizes in layout
savefile.
* Object/proxy cache references to proxies weren't being cleared
when objects were destroyed.
* Added exported function to get line editor 'mark'.
* Man pages fixes
* Fixed toggle_tab on floatframes.
* Move/resize display was never showing position.
* Completions display wasn't being refreshed, if its size wasn't
changed between completions.
* Oops, warping on workspace switch had been broken at some point.
* Some autoconf script portability and other fixes.
* The function floatws_current was not being exported as
WFloatWS.current.
* Client window focusing routine was not setting "awaiting focus"
status.
* Removed superfluous debugging message.
* querylib.query_renameworkspace documentation was out-of-date.
* Mod1+Enter full screen toggle was not mentioned on the manual
page.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/wm/ion/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/wm/ion/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/wm/ion/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/wm/ion/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/wm/ion/patches/patch-af \
pkgsrc/wm/ion/patches/patch-ag
cvs rdiff -r1.1 -r1.2 pkgsrc/wm/ion/patches/patch-ah
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.