From 1e5ae349da6db9a0af7714037e23ee599f60c068 Mon Sep 17 00:00:00 2001 From: Lauris Kaplinski Date: Wed, 23 Aug 2000 00:22:18 +0000 Subject: Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to come... svn path=/trunk/; revision=4972 --- e-util/ChangeLog | 7 +++++++ e-util/Makefile.am | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'e-util') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 9958171157..42ffd785d4 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2000-08-22 Lauris Kaplinski + + * e-unicode.h: + * e-unicode.c: Some convenience functions to deal with Gtk+ and UTF-8 + + * Makefile.am: Added e-unicode.h, e-unicode.c + 2000-08-21 Lauris Kaplinski * e-font.h: diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 6a1dd2cb02..729a402c4b 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -42,7 +42,9 @@ libeutil_la_SOURCES = \ e-xml-utils.c \ e-xml-utils.h \ e-font.c \ - e-font.h + e-font.h \ + e-unicode.c \ + e-unicode.h libeutil_static_la_SOURCES = $(libeutil_la_SOURCES) libeutil_static_la_LDFLAGS = --all-static \ No newline at end of file -- cgit