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.
This commit is contained in:
agc 2002-10-25 13:17:16 +00:00
parent f7b9508554
commit 85b1b4b430

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.355 2002/10/25 12:45:46 wiz Exp $
$NetBSD: CHANGES,v 1.356 2002/10/25 13:17:16 agc Exp $
Changes to the packages collection and infrastructure in 2002:
@ -3379,3 +3379,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated apache to 1.3.27nb1 [tron 2002-10-25]
Updated netsaint-plugins to 1.2.9.4nb3 [wiz 2002-10-25]
Updated python20 to 2.0.1nb3 [wiz 2002-10-25]
Updated ratpoison to 1.1.1 [agc 2002-10-25]