diff options
author | cube <cube@pkgsrc.org> | 2004-05-06 04:38:45 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-05-06 04:38:45 +0000 |
commit | 2ac989f37fea6eb679505421a2febaca5e96c2a2 (patch) | |
tree | 50c0f7dc5b0dc0bfe4d5fcc554181617238b6c23 /wm/ion/PLIST | |
parent | 6acc48644e6a1536fde25809410619e05ff1c2ff (diff) | |
download | pkgsrc-2ac989f37fea6eb679505421a2febaca5e96c2a2.tar.gz |
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.
Diffstat (limited to 'wm/ion/PLIST')
-rw-r--r-- | wm/ion/PLIST | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/wm/ion/PLIST b/wm/ion/PLIST index 2bc070b6973..8cc50b01c38 100644 --- a/wm/ion/PLIST +++ b/wm/ion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/02/23 13:40:21 cube Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/05/06 04:38:45 cube Exp $ bin/ion bin/pwm lib/ion/de.a @@ -13,6 +13,11 @@ lib/ion/floatws.so lib/ion/ionws.a lib/ion/ionws.la lib/ion/ionws.so +lib/ion/lc/ioncore-efbb.lc +lib/ion/lc/ioncorelib-mplexfns.lc +lib/ion/lc/ioncorelib.lc +lib/ion/lc/menulib.lc +lib/ion/lc/querylib.lc lib/ion/menu.a lib/ion/menu.la lib/ion/menu.so @@ -55,17 +60,13 @@ share/ion/ion-man share/ion/ion-runinxterm share/ion/ion-ssh share/ion/ion-view -share/ion/ioncore-efbb.lc share/ion/ioncore-efbb.lua -share/ion/ioncorelib-mplexfns.lc share/ion/ioncorelib-mplexfns.lua -share/ion/ioncorelib.lc share/ion/ioncorelib.lua -share/ion/menulib.lc share/ion/menulib.lua -share/ion/querylib.lc share/ion/querylib.lua share/ion/welcome_message.txt +@dirrm lib/ion/lc @dirrm lib/ion @dirrm share/doc/ion @dirrm share/examples/ion |