From e125fb2cf60581e98bc6e7a65a818533fe1917c4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 19 Aug 2012 01:25:10 +0000 Subject: * include/sockio.h (connect_to_local_server): First parameter now const char*. * include/pixmap.h (zzopen): Second parameter now const char*. * lib/pixmap.c: Propagate change. * lib/sockio-c.c: Likewise. * hyper/parse-types.c (parse_verbatim): Tidy. * hyper/spadint.c (print_source_to_string1): Likewise. * hyper/initx.h (init_top_window): Change parameter type to const char*. * hyper/initx.c: Propagate change. * hyper/titlebar.c: Tidy. (set_name_and_icon): icon_name is now of type const char*. (get_border_properties): bwidth is not of type const char*. (mergeDatabases): classname is now of type const char*. (is_it_850): probtbl.name is now of type const char*. --- src/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2893ba58..b1d21a93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2012-08-18 Gabriel Dos Reis + + * include/sockio.h (connect_to_local_server): First parameter now + const char*. + * include/pixmap.h (zzopen): Second parameter now const char*. + * lib/pixmap.c: Propagate change. + * lib/sockio-c.c: Likewise. + * hyper/parse-types.c (parse_verbatim): Tidy. + * hyper/spadint.c (print_source_to_string1): Likewise. + * hyper/initx.h (init_top_window): Change parameter type to const + char*. + * hyper/initx.c: Propagate change. + * hyper/titlebar.c: Tidy. + (set_name_and_icon): icon_name is now of type const char*. + (get_border_properties): bwidth is not of type const char*. + (mergeDatabases): classname is now of type const char*. + (is_it_850): probtbl.name is now of type const char*. + 2012-08-18 Gabriel Dos Reis * include/util.H1 (getmemWithLine): Second argument is now const char*. -- cgit v1.2.3