summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--FAQ9
-rw-r--r--TODO4
3 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a050097..46efec1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/FAQ b/FAQ
index ec12244..632a10e 100644
--- a/FAQ
+++ b/FAQ
@@ -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?
diff --git a/TODO b/TODO
index 4a1ffda..78bf7bd 100644
--- a/TODO
+++ b/TODO
@@ -23,3 +23,7 @@ sorendition
stuff ???
* Pasting into input buffer
+Fix it.
+
+* window name substring matching.
+Do it. \ No newline at end of file