diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-20 07:09:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-20 07:09:31 +0800 |
commit | fff1110610062f03b1cc7ffee1c3e076cfe61bdd (patch) | |
tree | aa80a27955ff482b7c2924a766c0b9512b8b55da /e-util/ChangeLog | |
parent | 739f0eda9d6a00377350fc343a640e999d8e9255 (diff) | |
download | gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.tar gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.tar.gz gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.tar.bz2 gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.tar.lz gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.tar.xz gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.tar.zst gsoc2013-evolution-fff1110610062f03b1cc7ffee1c3e076cfe61bdd.zip |
Convert cal component strings to pilot character set
2000-12-19 JP Rosevear <jpr@helixcode.com>
* conduits/calendar/calendar-conduit.c (local_record_from_comp):
Convert cal component strings to pilot character set
(comp_from_remote_record): vice versa
* conduits/todo/todo-conduit.c: Same as above
2000-12-19 JP Rosevear <jpr@helixcode.com>
* conduit/address-conduit.c (local_record_from_ecard): Convert ecard
strings to pilot encodings
2000-12-19 JP Rosevear <jpr@helixcode.com>
* e-pilot-util.c (e_pilot_utf8_to_pchar): Convert utf8 strings to
pilot character set
(e_pilot_utf8_from_pchar): vice versa
* Makefile.am: Conditionally build e-pilot-util.[hc] because
they depend on pilot-link stuff
svn path=/trunk/; revision=7090
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index fa3d554f78..acfa209e41 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2000-12-19 JP Rosevear <jpr@helixcode.com> + + * e-pilot-util.c (e_pilot_utf8_to_pchar): Convert utf8 strings to + pilot character set + (e_pilot_utf8_from_pchar): vice versa + + * Makefile.am: Conditionally build e-pilot-util.[hc] because + they depend on pilot-link stuff + 2000-12-13 Larry Ewing <lewing@helixcode.com> * e-html-utils.c (e_text_to_html): make sure we actually make |