diff options
author | sabetts <sabetts> | 2003-02-22 21:58:01 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-02-22 21:58:01 +0000 |
commit | 5e4c6e4a9729e1ec546535cfc6ee264768c6b987 (patch) | |
tree | 851c432e2d5edf47da0f057d927d3021822d9354 /ChangeLog | |
parent | 00a37f7479fc780669afd3ad82d938a1096952d0 (diff) | |
download | ratpoison-5e4c6e4a9729e1ec546535cfc6ee264768c6b987.zip |
(list_direction_entry): no longer returns NULL
if there is only one element in the list. Instead, returns the
same element again and again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-02-22 Shawn Betts <sabetts@sfu.ca> + * 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. + * src/actions.c (cmd_number): use list delete entry macro (cmd_number): likewise (cmd_escape): use list looping macro |