diff options
author | sabetts <sabetts> | 2000-12-15 12:06:24 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-12-15 12:06:24 +0000 |
commit | a4cd77bff858bbe63c46399e0c848d805177175a (patch) | |
tree | 7945e8b960d1e9dc264049e4edd9ef6926718c6b | |
parent | 82db8c1c56db294a56572db918069a36f092e887 (diff) | |
download | ratpoison-a4cd77bff858bbe63c46399e0c848d805177175a.zip |
*** empty log message ***
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | src/ChangeLog | 16 |
2 files changed, 34 insertions, 0 deletions
@@ -1,5 +1,23 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- +* Changes Since 0.0.5 +** Colormap support +ratpoison now maintains colormaps + +** XSizeHints honoured +Windows may not maximize fully now since they use XSizeHints to figure +out how big the window can be. + +** Keysym reading updates +keystrokes are now handled far better. Shifted keystrokes work. More +uniform key event processing. + +** New keystroke C-t space +Does the same as C-t C-n (next window) + +** Messages in the window bar +ratpoison now outputs user error messages. + * Changes Singe 0.0.4 ** added --kill and --restart These command line options allow the restarting and killing of a 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. |