summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-03-07 04:42:15 +0000
committersabetts <sabetts>2003-03-07 04:42:15 +0000
commite401dac992736a1a0ba3ee20146c9fec37a80df7 (patch)
tree255396ff78337ec8418ff59f5c87c49528ca7e35 /ChangeLog
parent43669c3edb5e311c030175fa982c185c1647076e (diff)
downloadratpoison-e401dac992736a1a0ba3ee20146c9fec37a80df7.zip
* src/Makefile.am (ratpoison_SOURCES): remove list.h and list.c,
add window.c and window.h * src/ratpoison.h: include window.h instead of list.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cce976..de8b086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-03-06 Shawn Betts <sabetts@sfu.ca>
+ * src/Makefile.am (ratpoison_SOURCES): remove list.h and list.c,
+ add window.c and window.h
+
+ * src/ratpoison.h: include window.h instead of list.h
+
* src/main.c (main): call init_window_stuff(). Remove call to init_numbers().
(clean_up): call free_window_stuff(). Remove call to free_numbers().