summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-12-15 12:06:24 +0000
committersabetts <sabetts>2000-12-15 12:06:24 +0000
commita4cd77bff858bbe63c46399e0c848d805177175a (patch)
tree7945e8b960d1e9dc264049e4edd9ef6926718c6b /src/ChangeLog
parent82db8c1c56db294a56572db918069a36f092e887 (diff)
downloadratpoison-a4cd77bff858bbe63c46399e0c848d805177175a.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c3ff559..bd61232 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
2000-12-15 shawn <sabetts@diggin.lamenet.tmp>
+ * list.c (set_active_window): Installs colormap
+ (set_active_window): sets rp_current_window to window passed in as
+ parameter
+
+ * actions.c (prev_window): No longer uses rp_current_window to
+ keep track of state
+ (next_window): No longer uses rp_current_window to keep track of
+ state
+
+ * list.c (add_to_window_list): sets member colormap to the
+ DefaultColormap
+
+ * manage.c (update_window_name): fixed memory leak. Not freeing
+ the win->name before updating it.
+ (manage): Gets the colormap now.
+
* list.c (add_to_window_list): Added init code for `hints'
* events.c (property_notify): Added handler for XA_WM_NORMAL_HINTS.