summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac91797..def0abe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-02-22 Shawn Betts <sabetts@sfu.ca>
+ * configure.in: don't check for variable argument support in
+ preprocessor.
+
+ * src/ratpoison.h (PRINT_LINE): new macro.
+ (PRE_PRINT_LOCATION): remove macro
+ (PRINT_ERROR): takes one argument which is the argument list
+ ,parens and all, to be passed to printf. Callers updated.
+
* src/linkedlist.h (list_direction_entry): no longer returns NULL
if there is only one element in the list. Instead, returns the
same element again and again.