]> Pileus Git - ~andy/gtk/commit
Don't use zip -r on the etc directory, to avoid including editor backup
authorTor Lillqvist <tml@iki.fi>
Sat, 20 Sep 2003 23:52:16 +0000 (23:52 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 20 Sep 2003 23:52:16 +0000 (23:52 +0000)
commit71e847d11c4a94291b8068eeae924a3978cc91c5
tree86bfedba20cc2c25fb4c34f0f83e9f9be6ce91b4
parente95ad99afe722788319dd0fcb9f4e7ed9ab6e2e6
Don't use zip -r on the etc directory, to avoid including editor backup

2003-09-20  Tor Lillqvist  <tml@iki.fi>

* gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
including editor backup files. List files we want explicitly.

* gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
LC_ALL, LC_CTYPE and LANG environment variables, than calls
g_win32_getlocale().

(gtk_get_default_language): Code snippet moved to above function,
call it.

* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
* gtk/gtkrc.c (gtk_rc_context_parse_file): Call
_gtk_get_lc_ctype() instead of setlocale().
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk-zip.sh.in
gtk/gtkimmulticontext.c
gtk/gtkmain.c
gtk/gtkmain.h
gtk/gtkrc.c