diff options
author | algernon <algernon> | 2001-02-17 02:55:32 +0000 |
---|---|---|
committer | algernon <algernon> | 2001-02-17 02:55:32 +0000 |
commit | c76517cccd15ee00a70f830a295e147b27480990 (patch) | |
tree | ec3e45c2adca32fb91fb59353ee31410594dde1f /src | |
parent | 991724307dd7a65519f15cf92f7bc75a57d1469e (diff) | |
download | ratpoison-c76517cccd15ee00a70f830a295e147b27480990.zip |
updated to reflect changes
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8005242..871a39b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-02-17 Gergely Nagy <8@free.bsd.hu> + + * actions.c (goto_window_by_name, rename_current_window, command) + (shell_command, switch_to, xterm_command): changed static char[100]s + to dynamic char *s, as get_input() now supports this + * input.h: reflect get_input change + * input.c (get_input): use dynamically allocated strings + 2001-02-15 Gergely Nagy <8@free.bsd.hu> * getopt.c: fixed a warning |