diff options
author | Norbert Warmuth <nwarmuth@privat.circular.de> | 1999-03-29 13:06:57 +0800 |
---|---|---|
committer | Norbert Warmuth <norbert@src.gnome.org> | 1999-03-29 13:06:57 +0800 |
commit | 841b3a9102bf9be685571ae278128ddfec1afa46 (patch) | |
tree | 6df900fd6915eea6441d3521b2d3f027e473f59e /macros/ChangeLog | |
parent | 88d67f0463bdfe8e4436410d9833407156712e58 (diff) | |
download | gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.tar gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.tar.gz gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.tar.bz2 gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.tar.lz gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.tar.xz gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.tar.zst gsoc2013-evolution-841b3a9102bf9be685571ae278128ddfec1afa46.zip |
Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS
Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
now contains all VFS checks.
* src/util.c (is_printable): Character 155 is non printable even when
full eight bit output is enabled (on the linux console 155 is
interpreted as "ESC [").
* vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when
compiling without vfs.
* macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
to be fixed but that's not a problem because there's no libvfs, yet.
svn path=/trunk/; revision=783
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index d2243e59d6..1a50732f26 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de> + + * gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs + to be fixed but that's not a problem because there's no libvfs, yet. + 1999-03-10 Tomislav Vujec <tvujec@carnet.hr> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in |