diff options
author | dos-reis <gdr@axiomatics.org> | 2012-08-19 01:25:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-08-19 01:25:10 +0000 |
commit | e125fb2cf60581e98bc6e7a65a818533fe1917c4 (patch) | |
tree | ea54085ce2144de3ef371b1e62de36c85c74b095 /src/ChangeLog | |
parent | 308f70df7e403e68e0ae936ad00500ad46a914b9 (diff) | |
download | open-axiom-e125fb2cf60581e98bc6e7a65a818533fe1917c4.tar.gz |
* 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*.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2893ba58..b1d21a93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,23 @@ 2012-08-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + * 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 <gdr@cs.tamu.edu> + * include/util.H1 (getmemWithLine): Second argument is now const char*. (saymemWithLine): First argument is now char*. * lib/util.c: Propogate change. |