diff options
author | sabetts <sabetts> | 2003-06-15 01:12:05 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-06-15 01:12:05 +0000 |
commit | 827b7fcd6d417961cd5a1c2bca9fb8da81a3afcd (patch) | |
tree | 6235e55d6d039ed2b9560147d42612120d588cc9 | |
parent | cc235641d918fab43e11138d43bce425ab244643 (diff) | |
download | ratpoison-827b7fcd6d417961cd5a1c2bca9fb8da81a3afcd.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | FAQ | 9 | ||||
-rw-r--r-- | TODO | 4 |
3 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-06-14 Shawn Betts <sabetts@sfu.ca> + + * src/window.c (set_active_window): remove duplicate call to + unhide_window, it is made in give_window_focus. Call + give_window_focus before calling hide_others. + 2003-06-02 Shawn Betts <sabetts@sfu.ca> * src/group.c (groups_merge): don't merge a group with itself. @@ -12,6 +12,15 @@ Ratpoison Frequently Asked Questions There's no point. * Usability & Customization Questions +** Hey where's the manual? +There is a ratpoison texinfo manual. type: + +info ratpoison + +or if you use emacs, type: + +C-h i m nethack RET + ** The Gimp is impossible to use under ratpoison! ** How do I bind a command to a single keystroke? @@ -23,3 +23,7 @@ sorendition stuff ??? * Pasting into input buffer +Fix it. + +* window name substring matching. +Do it.
\ No newline at end of file |