aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-28 02:50:45 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-28 02:50:45 +0800
commit22e053c43179e739314ac9771932e1394ad91387 (patch)
treefb267e0296a4fcc7c3d9f71bcd1dfb44bf2342d5 /ChangeLog
parentd8c89be1293cf71ee242f812b3c4552c3f5e8c66 (diff)
downloadgsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.tar
gsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.tar.gz
gsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.tar.bz2
gsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.tar.lz
gsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.tar.xz
gsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.tar.zst
gsoc2013-epiphany-22e053c43179e739314ac9771932e1394ad91387.zip
Fix compress_tilde to only look at the prefix, and not substitute in the
2005-02-27 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: (tilde_compress): Fix compress_tilde to only look at the prefix, and not substitute in the middle.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f999e1c27..56f0a942b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-02-27 Christian Persch <chpe@cvs.gnome.org>
+ * lib/eel-gconf-extensions.c: (tilde_compress):
+
+ Fix compress_tilde to only look at the prefix, and not
+ substitute in the middle.
+
+2005-02-27 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/MozDownload.cpp:
Try to fix the build with 1.7 branch.