diff options
author | agc <agc@pkgsrc.org> | 2002-10-25 13:16:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-25 13:16:17 +0000 |
commit | f7b95085546217d01fe673971f747f91efd13647 (patch) | |
tree | 1ad7827941d3edd962c0cc21cfacf9134ff523e3 /wm/ratpoison/PLIST | |
parent | 38ed98e5fcbcea1060e89e51536aa8d329049958 (diff) | |
download | pkgsrc-f7b95085546217d01fe673971f747f91efd13647.tar.gz |
Update the ratpoison minimalist window manager to version 1.1.1
Changes since version 1.0.0
Many bug fixes
Some portability fixes
New functionality:
(user_commands): new command "license"
Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>.
(user_command): new command 'link'
(find_command_by_keydesc): new function
(resolve_command_from_keydesc): likewise
(cmd_link): likewise
(update_last_access): new function
(find_last_frame): likewise
(x11_mask_to_rp_mask): new function
(rp_mask_to_x11_mask): likewise
(user_command): new command "focuslast"
(find_frame_up): new function
(find_frame_down): likewise
(find_frame_left): likewise
(find_frame_right): likewise
(user_commands): new commands "focusup" "focusdown" "focusright"
"focusleft" "startup_message" "restart".
(show_last_message): new function
(user_commands): new "unsetenv" command
(user_commands): new commands deffgcolor, defbgcolor.
(update_gc): new function
(init_defaults): new function
(init_screen): initialize the screen's fg_color to black and
bg_color to white.
(user_commands): New commands defbarloc, defbartimeout, defborder,
deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos,
defwaitcursor, defwinfmt, defwinname, defwinpos.
Diffstat (limited to 'wm/ratpoison/PLIST')
-rw-r--r-- | wm/ratpoison/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/ratpoison/PLIST b/wm/ratpoison/PLIST index fb71c20b77f..2b8dd678889 100644 --- a/wm/ratpoison/PLIST +++ b/wm/ratpoison/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:44 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/25 13:16:18 agc Exp $ bin/ratpoison @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/ratpoison.info info/ratpoison.info @@ -9,4 +9,8 @@ share/doc/ratpoison/COPYING share/doc/ratpoison/ChangeLog share/doc/ratpoison/NEWS share/doc/ratpoison/README +share/ratpoison/ratpoison.el +share/ratpoison/split.sh +share/ratpoison/genrpbindings @dirrm share/doc/ratpoison +@dirrm share/ratpoison |