Commit Graph

36 Commits

Author SHA1 Message Date
Miguel de Icaza 1495a1397e typo fix 1998-12-16 05:00:17 +00:00
Miguel de Icaza 9c6fb197cc La de da 1998-12-16 03:50:22 +00:00
Miguel de Icaza a7aaba4cac La de da 1998-12-16 03:48:32 +00:00
Miguel de Icaza 07d28f67ca More stuff :-) 1998-12-16 03:44:31 +00:00
Miguel de Icaza 520e129c93 More make distcheck fixes (note that these are needed, as distcheck was never implemented here before 1998-12-16 03:20:38 +00:00
Miguel de Icaza 24f8b8fb5f More make distcheck fixes 1998-12-16 03:00:34 +00:00
Miguel de Icaza 459ba9ee9e More make distcheck fixes 1998-12-16 02:59:18 +00:00
Norbert Warmuth 92688cca24 Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* Makefile.in (target installdirs): create $(DESTDIR)$(idldir)

* lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
builddir
1998-12-13 14:23:37 +00:00
Miguel de Icaza 8b23263b4e While we get other icons, use the crappy ones -mig 1998-12-07 17:37:47 +00:00
Miguel de Icaza bb2110493c Changes in the setup to install new icons 1998-12-07 02:12:24 +00:00
Miguel de Icaza 301e7fbfc3 Many changes:
- Beginning of the CORBA support for the file manager.
	- Tk and XView code dropped.

Miguel
1998-12-02 23:44:06 +00:00
Pavel Roskin ec5351e438 "make dist" is working again 1998-09-18 19:45:27 +00:00
Pavel Roskin 0f90d437c5 "make clean" cleans gtkedit/ too
"make dist" copies gtkedit/ to the distribution
1998-09-18 16:41:59 +00:00
Pavel Roskin 83f9525a78 README.NT and README.OS2 are replaced with README.PC
Appropriate changes for "make dist" in Makefile.in
1998-09-18 16:11:37 +00:00
Pavel Roskin 922f78b220 "make dist" should not do anything with the file "VERSION" 1998-08-27 19:22:13 +00:00
Pavel Machek 3d0a91d4a8 Added vfs_uid for use by libvfs.so users (rpc.nfsd)
Added single file filesystem (sfs)
Added vfs_flags so library users can disable selected filesystems
Minor shuffling of functions so garbage collection works for library
1998-08-25 16:00:16 +00:00
Tom Tromey 0768855871 Fri Jul 24 00:44:37 1998 Tom Tromey <tromey@cygnus.com>
* mc-local.m4 (AC_STRUCT_LINGER): Moved into macros/linger.m4.
	* autogen.sh: Include linger.m4 in aclocal.m4.
	* Makefile.in (GNOME_M4_FILES): Include linger.m4.
1998-07-24 06:56:54 +00:00
Tom Tromey 0f93ec20cd Thu Jul 23 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.in (aclocal.m4): Depend on all source files.  Include
	gnome-vfs.m4 and gnome-undelfs.m4.
	(GNOME_M4_FILES): New macro.
	* autogen.sh: Include gnome-vfs.m4 and gnome-undelfs.m4 in
	aclocal.m4.
	* configure.in: Use GNOME_VFS_CHECKS and GNOME_UNDELFS_CHECKS
	macros instead of in-line checks.  Create vfs/Makefile from
	vfs/Make-mc.in.
1998-07-24 06:39:59 +00:00
Pavel Roskin ecd886afa5 "make install" and "make uninstall" corrected 1998-06-26 08:53:40 +00:00
Pavel Roskin 5793e82ad2 HP-UX make should now be able to understand "make dist" 1998-06-09 10:17:28 +00:00
Pavel Machek 49c2a25338 "make dist" works again.
NLS should not be copied anymore.
po/stamp-cat-od should be po/stamp-cat-id
1998-05-22 01:54:25 +00:00
Miguel de Icaza b57ee04233 Changes:
- We now provide both url:ALL and file:ALL drag types.  This
	  allows applications that are not vfs-aware (all of them
	  right now :-) to work even if the files dragged are from a
	  remote site.

	  If the files are remote, and the target only accepts
	  file:ALL, a temporary file is created (or files, if multiple
	  files are dragged) and the names of the temporary file names
	  are transfered.

	- Added ABOUT-NLS file :-)

Miguel.
1998-05-21 04:16:15 +00:00
Miguel de Icaza 0ff5c46bff Make life easier for those not having gettext, from Alexander 1998-05-20 02:26:23 +00:00
Miguel de Icaza 3a3c99ed4c Pass1 of the QNX port of mc from Tamasi Gyorgy 1998-05-20 02:12:06 +00:00
Miguel de Icaza 44610b4a5a ko.po translation from namsh 1998-05-15 18:52:27 +00:00
Pavel Machek d574ff2d58 Patch for keeping the timestamp of ./VERSION
Patch for vi-haters: mc named vi works as mcedit, view - as mcview
aclocal.m4 is remade automatically
1998-05-13 08:29:55 +00:00
Miguel de Icaza 6709050408 Fix for background process kill - mig 1998-05-03 23:18:59 +00:00
Miguel de Icaza 506094f44a 1 line fix-mig 1998-04-15 22:38:36 +00:00
Miguel de Icaza 1f9fcf18e0 Andrej Borsenkow's i18n compilation fixes 1998-04-14 16:53:04 +00:00
Pavel Machek becae6c1bb PC port will be copied on "make dist" instead of OS/2 and NT ports 1998-04-14 04:05:43 +00:00
Pavel Machek 70fabe5cd4 "make dist" works with bash 1.x again 1998-04-06 03:54:03 +00:00
Miguel de Icaza b50bdac66b Fixes for internationalization compile on some systems:
I have found the problem with all of those internationalization
problems that have been plagging us:

Using AM_whatever_GETTEXT Is not everything that is required:

we need to call this macro and the magic AC_LINK macro.  This macro
creates a link in intl from libgettext.h to libintl.h.  So, we should
be adding -I$builddir/intl and -L$builddir/lib options to the relevant
variables if USE_NLS is set to yes.

We need to propagate this to the gnome code.

Miguel.
1998-04-02 19:57:59 +00:00
Marc Ewing 8ba358df39 * tk/Makefile.in: changed some tkmenu.* references to menu.*
* spec file mangling

* header include tweak

-Marc <marc@redhat.com>
1998-04-01 17:40:17 +00:00
Miguel de Icaza f5670b549d gratious last time fixes to the i18n code -mig 1998-03-25 05:28:53 +00:00
Miguel de Icaza ac70e34d02 MC goes Internationallsls./gmc Spanish translation almost complete -mig 1998-03-25 05:16:00 +00:00
Miguel de Icaza eb6b3842ab Initial revision 1998-02-27 04:54:42 +00:00