diff options
author | Tor Lillqvist <tml@novell.com> | 2006-06-02 20:46:09 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-06-02 20:46:09 +0800 |
commit | a5abdac57776097feb6da3d7ef0b36aa5b7b8593 (patch) | |
tree | 22a9aba69a1bc85b752e45f5aecd5360e0a80597 /e-util/ChangeLog | |
parent | bda117750cd2db02093667af810fead5258988d5 (diff) | |
download | gsoc2013-evolution-a5abdac57776097feb6da3d7ef0b36aa5b7b8593.tar.gz gsoc2013-evolution-a5abdac57776097feb6da3d7ef0b36aa5b7b8593.tar.zst gsoc2013-evolution-a5abdac57776097feb6da3d7ef0b36aa5b7b8593.zip |
Don't need the Win32-only fix_percent_l() after all, this is taken care of
2006-06-02 Tor Lillqvist <tml@novell.com>
* e-util.c: Don't need the Win32-only fix_percent_l() after all,
this is taken care of in e_strftime(). (The check in e-d-s's
configure.in for the support of %l and %k has now been made more
reliable so it actually works also on Win32.)
svn path=/trunk/; revision=32069
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b58407da92..3ac20fdfb5 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2006-06-02 Tor Lillqvist <tml@novell.com> + + * e-util.c: Don't need the Win32-only fix_percent_l() after all, + this is taken care of in e_strftime(). (The check in e-d-s's + configure.in for the support of %l and %k has now been made more + reliable so it actually works also on Win32.) + 2006-06-02 Frederic Peters <fpeters@entrouvert.com> * e-error.c: Set new scroll member to false in static |