diff options
author | sabetts <sabetts> | 2001-12-21 11:58:56 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-12-21 11:58:56 +0000 |
commit | b411861a7c307f2f2e520f7c9d51958fc003f0df (patch) | |
tree | e73d98b5877d39754260ed163242935ffba76951 /ChangeLog | |
parent | 8337770d09d8041ba4c6b676d1fbb5bc7fd6c6a2 (diff) | |
download | ratpoison-b411861a7c307f2f2e520f7c9d51958fc003f0df.zip |
* src/sbuf.h (sbuf_printf_concat): new prototype
(sbuf_printf): likewise
* src/sbuf.c (sbuf_printf_concat): new function
(sbuf_printf): likewise
* src/ratpoison.h: include stdarg.h
(xvsprintf): new prototype
(xsprintf): likewise
* src/main.c (xvsprintf): new function
(xsprintf): likewise
* src/bar.c: remove include of stdarg.h
(marked_message_printf): call xvsprintf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2001-12-21 shawn <sabetts@vcn.bc.ca> + * src/sbuf.h (sbuf_printf_concat): new prototype + (sbuf_printf): likewise + + * src/sbuf.c (sbuf_printf_concat): new function + (sbuf_printf): likewise + + * src/ratpoison.h: include stdarg.h + (xvsprintf): new prototype + (xsprintf): likewise + + * src/main.c (xvsprintf): new function + (xsprintf): likewise + + * src/bar.c: remove include of stdarg.h + (marked_message_printf): call xvsprintf. + * src/input.c (input_history): new static global (input_num_history_entries): likewise (get_more_input): cycle through the input history. |