diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-07-18 03:43:18 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-07-18 03:43:18 +0000 |
commit | cf55403688da83b34f8eb5a7f5b326fd0a7e28ee (patch) | |
tree | 5c082fea5d3e099a4949362ff4f8db2c18d1a718 /src/vte.h | |
parent | 623ee6d073c540bd02b2b4f4a9abb2ddf7b7637f (diff) |
Actually set ALL_LINGUAS so translations get installed. Document the
* configure.in: Actually set ALL_LINGUAS so translations get installed.
* README: Document the weirdness that is cursor movement around wide characters.
* src/vte.defs: Bind set_color_bold().
* src/debug.c: Suppress warnings when $VTE_DEBUG_FLAGS isn't set.
* src/pty.c, src/reaper.c, src/termcap.c, src/trie.c: Provide for debug messages
in the test program.
* src/interpret.c, src/trie.c: Use libc stdio instead of g_print for printing
what might be part of a multibyte sequence because g_print checks for
validity.
* src/interpret.c, src/trie.c, src/utf8echo.c, src/vte.c: Use gunichar instead
of wchar_t in places where a gunichar is expected. Provide a means for
converting from wchar_t to gunichar for the sake of X11 calls which want
a wchar_t.
* src/trie.c: Provide vte_trie_wide_encoding() for finding a giconv target
which is hopefully compatible with gunichar. Likewise provide
vte_trie_narrow_encoding() to find one compatible with iso-8859-1.
* src/vte.c: Fall back to ISO-8859-1 if we can't set things up for the current
locale encoding at startup time. Fall back to the current encoding if
we can't perform a given dynamic switch.
Diffstat (limited to 'src/vte.h')
-rw-r--r-- | src/vte.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ #include <sys/types.h> #include <stdio.h> #include <stdlib.h> -#include <wchar.h> #include <X11/Xlib.h> #include <glib.h> #include <pango/pango.h> |