summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-12-07 01:26:00 +0000
committerGlynn Foster <gman@src.gnome.org>2004-12-07 01:26:00 +0000
commit69e094a4570bae10dab378e8c024c76fc7d0250a (patch)
treeb08795caa5db411f4653b640e6929f03d7f70d1c /ChangeLog
parent6798192ed825aaeefd296fc1769cbadf5c20e29e (diff)
Fix for #137993. There is a chance that we'll have to revert this fix,
2004-12-07 Glynn Foster <glynn.foster@sun.com> * src/main.c: Fix for #137993. There is a chance that we'll have to revert this fix, given the comments in /etc/X11/gdm/Xsession: # Note that this should only go to zenity dialogs which always # expect utf8 gettextfunc () { if [ "x$gdmtranslate" != "x" ] ; then "$gdmtranslate" --utf8 "$1" else echo "$1" fi } So I guess we may be over a barrel with our original guarantee. Let's just change this in 2.9.x and see if anyone notices or cares enough. Patch from Leonardo Boshell <p@kapcoweb.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08ca66b..14da7c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
2004-12-07 Glynn Foster <glynn.foster@sun.com>
+ * src/main.c: Fix for #137993. There is a chance that we'll have
+ to revert this fix, given the comments in /etc/X11/gdm/Xsession:
+
+ # Note that this should only go to zenity dialogs which always
+ # expect utf8
+ gettextfunc () {
+ if [ "x$gdmtranslate" != "x" ] ; then
+ "$gdmtranslate" --utf8 "$1"
+ else
+ echo "$1"
+ fi
+ }
+
+ So I guess we may be over a barrel with our original guarantee.
+ Let's just change this in 2.9.x and see if anyone notices or cares
+ enough. Patch from Leonardo Boshell <p@kapcoweb.com>.
+
+2004-12-07 Glynn Foster <glynn.foster@sun.com>
+
* src/option.c: Fix spacing issue.
2004-12-07 Glynn Foster <glynn.foster@sun.com>