aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-vfs.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix mishandling of --without-samba due to a typo.Pavel Roskin2001-01-311-1/+1
| | | | | | | * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of --without-samba due to a typo. svn path=/trunk/; revision=7914
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+120
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-120/+0
| | | | svn path=/trunk/; revision=4478
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+120
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-120/+0
| | | | svn path=/trunk/; revision=1746
* Add WITH_SMBFSMiguel de Icaza1999-06-231-1/+18
| | | | | | | | | | | | | | | | | | | | | | | 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * acconfig.h: Add WITH_SMBFS * macros/gnome-vfs.m4: Support conditional samba support. 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * gsession.c (create_default_panel): Use directory specified in command line. * gcorba.c (corba_create_window): Pass the directory we receive or cwd if this value is NULL. * gmain.c (non_corba_create_panels): Use parameter for startup directory (use the this_dir external directory for this). (create_panels): Pass this_dsir to non_corba_create_panels and corba_create_window. svn path=/trunk/; revision=988
* Give an error when an attempt is made to move an empty directory intoRobert Brady1999-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 1999-06-01 Robert Brady <rwb197@ecs.soton.ac.uk> * file.c (move_dir_dir): Give an error when an attempt is made to move an empty directory into itself. 1999-06-14 Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com> * vfs/smbfs.c: New file. Implements the Samba-based file system. * vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb. * vfs/vfs.c (vfs_file_is_smb): implemented. (vfs_init) register smbfs. * vfs/samba: Incorporate SAMBA source code required for smbfs 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * Make.common.in (confdir): Define confdir as sysconfdir. This should fix the problem we had with FSSTND distributions. svn path=/trunk/; revision=987
* Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFSNorbert Warmuth1999-03-291-2/+25
| | | | | | | | | | | | | | | | | | | 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
* List fish file systemArturo Espinosa1998-09-261-1/+1
| | | | svn path=/trunk/; revision=400
* Actually add files mentioned in last commitTom Tromey1998-07-241-0/+80
svn path=/trunk/; revision=285