Commit Graph

425 Commits

Author SHA1 Message Date
Manish Vachharajani
7ee5ddf7b0 Make things compile with gtk-1.1, also removed arfs from the Makefile since it seems not to exist 1998-06-23 02:27:34 +00:00
Vincent Renardias
f2bca463fb Mon, 22 Jun 1998 12:38:50 +0200 [Vincent]
* .fr translation updates.
1998-06-22 10:45:11 +00:00
Pavel Roskin
9a8bfe1ce1 Send "LIST -la /." instead of "LIST -la //." for root directories on ftpfs 1998-06-19 07:29:27 +00:00
Pavel Machek
38f5253e9c Libvfs.so needs i18n disabled. 1998-06-18 09:42:51 +00:00
Pavel Roskin
2f1eda7776 "make install" and "make uninstall" did not handle icons correctly 1998-06-18 07:37:15 +00:00
Pavel Machek
cd8d11a9bf Changes needed because vfs/extfs/*.in names changed. 1998-06-17 18:53:47 +00:00
Pavel Machek
19ce77542e cpio needs to be renamed, too. 1998-06-17 18:51:40 +00:00
Pavel Machek
3390746ba4 Changelog for extfs/ changes. 1998-06-17 18:20:57 +00:00
Pavel Machek
b08797f522 Rename helper scripts, so their names are more logical (and so that
things actually work, because new names are currently in extfs.ini).
1998-06-17 18:18:54 +00:00
Pavel Machek
c57c593179 Modified code to use tempnam() instead of tmpnam(), fixed tempnam() to use NULL instead of 0. 1998-06-17 16:42:53 +00:00
Pavel Roskin
1060e8fa67 "./configure --without-vfs" should work again. Someone forgot to replace
libvfs.a with @LIBVFS@ in two places
1998-06-16 07:58:53 +00:00
Vincent Renardias
0940e14539 Thu, 11 Jun 1998 12:21:07 +0200 [Vincent]
* mc/po/de.po: contributed by Martin "joey" Schulze <joey@debian.org>
1998-06-11 10:22:28 +00:00
Pavel Machek
a3e64fbc8f Fixed typo. 1998-06-11 10:10:05 +00:00
Vincent Renardias
a7967b891f Wed, 10 Jun 1998 17:43:25 +0200 [Vincent]
Correct typo.
1998-06-10 15:43:51 +00:00
Pavel Roskin
def36dfcfe return with value from a function returning void 1998-06-10 14:57:19 +00:00
Pavel Roskin
a7a330d75d Leading spaces replaced with tabs in all makefiles. 1998-06-09 13:09:19 +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 Roskin
79ddddb4ef Converted from DOS to UNIX format (CRLF->LF)
key_table renamed to fkt_table in key_nt.c to prevent name conflict with
slint.c
1998-06-08 15:29:23 +00:00
Pavel Roskin
29c55cee18 Added #include "../vfs/vfs.h". Otherwise mc cannot be built without VFS. 1998-06-08 14:21:10 +00:00
Pavel Machek
e6e9f038ed Fixed number of callbacks, added prototype of function to set
callback. Nothing important.
1998-06-08 13:00:29 +00:00
Sung-Hyun Nam
a804d72b07 Update to MC-980608 1998-06-08 05:24:20 +00:00
Miguel de Icaza
b2b9c116f7 Applied Namsh's patch for i18n hotkey support in the menu code -mig 1998-06-08 00:33:31 +00:00
Miguel de Icaza
a533715938 Cosmetical fix for using the new rounded boxed selection in gnome-icon-list -mig 1998-06-08 00:30:18 +00:00
Miguel de Icaza
897106c82e klugkitty's fix to saving the wrap mode 1998-06-08 00:27:27 +00:00
Vincent Renardias
50ad14e190 Sun, 7 Jun 1998 19:57:57 +0200 [Vincent]
* gnome-core/po/fr.po: Updates.
* mc/po/fr.po: Continuing to translate (~80% done)
1998-06-07 17:59:40 +00:00
Norbert Warmuth
3dcfb653b2 Fri Jun 5 23:34:20 1998 Timur I. Bakeyev <timur@comtat.kazan.ru>
* screen.c (file_entry_color): take care about BSD core dumps
which have names program.core instead of core
1998-06-05 22:54:12 +00:00
Marc Ewing
97718f2c67 Changed version to 4.1.35
Dr Mike <msf@redhat.com>
1998-06-04 21:35:11 +00:00
Pavel Roskin
bbc0f16f3c vfs/share.c was not copied on "make dist" 1998-06-04 14:44:50 +00:00
Miguel de Icaza
465cd6bda9 VFS changes from the list; A lot of fixes for the GNOME interface
that have been reported.  More to come.
1998-06-03 14:08:47 +00:00
Pavel Machek
4cfe9e4d99 Bringed hints up-to-date. Removed refernce to mtools since I do not
know if mtools currently work (and they definitely do not work as
advertised). Changed Alt-t into M-t to be consistent with rest of
file.
1998-06-03 13:15:41 +00:00
Pavel Machek
cc4a98f6a2 Corrected e-mail, added some changelog entries. 1998-06-03 13:11:36 +00:00
Pavel Machek
772283a6f4 This file was missing from previous merge. 1998-06-03 13:11:13 +00:00
Norbert Warmuth
3550827e81 Mon Jun 1 15:41:20 1998 Norbert Warmuth <k3190@fh-sw.de>
* main.c (translate_url_to_new_syntax): translate the common
ftp url syntax to the syntax used by the new vfs code.

(_do_panel_cd): First translate the path if necessary. This makes
it possible to enter ftp://host on the commandline and in the
directory hotlist. We might need to move the translation code
to the vfs layer if there are other places where we want to enter
ftp://host.


Mon Jun  1 16:00:19 1998  Norbert Warmuth  <k3190@fh-sw.de>

* vfs/ftpfs.c (ftpfs_fill_names): use right character to seperate
prefix and username
1998-06-01 14:34:43 +00:00
Norbert Warmuth
5a5fad89f8 I had to apply Timur's patch by hand. Therefore I'm the one
to blame first when it breaks something.


Mon Jun  1 12:33:08 1998  Alexander V. Lukyanov <lav@yars.free.net>

* configure.in: allowed to use `configure --with-included-gettext'
on systems (like solaris) that have their own libintl


Mon Jun  1 14:19:20 1998  Bakeyev I. Timur <timur@comtat.kazan.ru>
* vfs/vfs.c (parse_ls_lga): allow a bit wider range of listings.

* vfs/vfs.c (is_time, is_year): new functions


Mon Jun  1 12:47:50 1998  Norbert Warmuth  <k3190@fh-sw.de>

* vfs/ftpfs.c (ftpfs_forget): Use the new ftpfs prefix.
1998-06-01 12:52:18 +00:00
Miguel de Icaza
b9510f4a7d 1998-05-31 Miguel de Icaza <miguel@nuclecu.unam.mx>
* complete.c (filename_completion_function): Use the vfs routines
	for name completion.
1998-05-31 21:35:38 +00:00
Miguel de Icaza
574aaebabd 1998-05-31 Jakub Jelinek <jj@ultra.linux.cz>
* complete.c (complete_engine): Fix completions.
1998-05-31 20:58:50 +00:00
Norbert Warmuth
5c693c75be Sun May 31 22:02:33 1998 Norbert Warmuth <k3190@fh-sw.de>
* po/it.po: deleted additional "\n" in one msgstr


Sun May 31 10:23:01 1998  Norbert Warmuth  <k3190@fh-sw.de>

* key.c (define_sequence): If a sequence clashes the last
definition made will be used. This makes it possible to override
wrong definitions in terminfo/termcap database with learn keys (or
the appropriate entries in mc.lib and ~/.mc/ini).

* widget.c (show_hist): Don't display the listbox partly
off screen (the left panel's history started in column - 2).

* keyxdef.c: include tty.h instead of myslang.h as suggested by
Tamasi Gyorgy <gt_cosy@usa.net>


Fri May 29 15:41:19 1998  Alexander V. Lukyanov <lav@yars.free.net>

* widget.c (update_input): this patch allows entering 8-bit
characters in input fields without screwing attributes. (the
same old sign extension...)


Wed May 27 22:23:48 1998  Ed Cogburn <ecogburn@greene.xtn.net>

* lib/xterm.ti: The 'xterm-color' definition needs 'sgr0'. The tic
program from ncurses 4.2 doesn't like the xterm.ti file that comes
with mc.


Wed May 27 15:29:01 1998  Alexander V. Lukyanov <lav@yars.free.net>

* key.c (get_key_code): characters with high bit set were input
as 0x80 char when use_8th_bit_as_meta was set
1998-05-31 20:27:44 +00:00
Norbert Warmuth
cf4ab0a753 Sun May 31 13:22:09 1998 Norbert Warmuth <k3190@fh-sw.de>
* Makefile.in: use @LIBVFS@ when referring to libvfs-mc.a
1998-05-31 20:21:59 +00:00
Norbert Warmuth
a6736ce62a Sun May 31 13:19:59 1998 Norbert Warmuth <k3190@fh-sw.de>
* Makefile.in: use @LIBVFS@ when referring to libvfs-mc.a (one
reference wasn't converted, yet).
1998-05-31 20:18:40 +00:00
Norbert Warmuth
39ad0b489a Thu May 28 16:42:31 1998 Pavel Machek <pavel@bug.mj.gts.cz>
* extfs.c, shared.c, tar.c: I changed semantics in my previous
	patch - _get_path() now modifies strings passed to it. I thought
	that I were carefull enough not to introduce bugs. You guessed it -
	I was not. [Many tar_ and extfs_ functions modify strings passed
	to them, but as they are only called from vfs layer, it does not
	matter much.]
	So I renamed function to alert everyone that semantics changed.

	Fixed bugs in timestamping (and segfaults) when you entered tar
	inside zip file or similar.

	* vfs.c (mc_open): Die if the filesystem doesn't support open
1998-05-31 20:12:35 +00:00
Vincent Renardias
af333ebc14 Sun, 31 May 1998 21:57:08 +0200 [Vincent]
* .fr translations updates.
1998-05-31 19:58:24 +00:00
Miguel de Icaza
d537538609 1998-05-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gwidget.c (x_create_input): Set the entry's visibility if it is
	a password field.
1998-05-30 19:09:01 +00:00
Sung-Hyun Nam
7762c9e28a update to MC-980527 1998-05-27 02:49:07 +00:00
Miguel de Icaza
08dc3ad481 Only process drop events for the data types we actually know.
Should help Jaka's MDI.

Miguel
1998-05-27 00:21:32 +00:00
Miguel de Icaza
9ee743dea5 Couple of fixes to Pavel's VFS stuff.
I do think I am going to expand the VFS functions again, I do not like
this macro stuff.

Miguel.
1998-05-26 19:46:37 +00:00
Marc Ewing
37c46d866c 1998-05-26 Marc Ewing <marc@redhat.com>
* Makefile.in: use @LIBVFS@ when referring to libvfs-mc.a
1998-05-26 19:41:44 +00:00
Miguel de Icaza
eb1a6da0ef 1998-05-26 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gmain.c (session_save_state): Perform shutdown if `shutdown'
	flag is set.
1998-05-26 17:49:41 +00:00
Miguel de Icaza
6472caa9ba I forgot this one as well 1998-05-26 05:09:37 +00:00
Miguel de Icaza
6fc9e99a61 Files I had forgotten to add from Pavel's VFS split. 1998-05-26 05:08:10 +00:00
Miguel de Icaza
d31976c59c 1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* ext.h (MC_USER_EXT): New name for the per-user extension file
	(this needs redoing to concatenate this + the system stuff instead
	of the overwrite stuff we have now).  Now it is called the ~/.mc/ext-n
1998-05-26 05:03:38 +00:00