Commit Graph

475 Commits

Author SHA1 Message Date
Paul Sheer
fc2971756a *** empty log message *** 1998-09-16 00:20:01 +00:00
Paul Sheer
3686daaaa1 *** empty log message *** 1998-09-15 23:17:12 +00:00
Paul Sheer
0978691d5d *** empty log message *** 1998-09-15 21:31:41 +00:00
Paul Sheer
c08fe849ea links to ../gtkedit directory 1998-09-15 21:30:31 +00:00
Paul Sheer
2d93c2e0ff removeing these files. Makefile will create symlinks 1998-09-15 21:20:29 +00:00
Paul Sheer
7744dc2256 added grab to all dialogs 1998-09-15 21:06:30 +00:00
Timur Bakeyev
b7d5b0c3a6 Just fix syntax errors :( 1998-09-15 21:01:39 +00:00
Paul Sheer
4b23e6eec7 *** empty log message *** 1998-09-15 20:41:52 +00:00
Paul Sheer
0f67d72266 fixed segfault when trying to edit a non-file 1998-09-15 20:39:30 +00:00
Norbert Warmuth
c0cc06ad60 Tue Sep 15 21:52:00 1998 Norbert Warmuth <k3190@fh-sw.de>
* mc.hlp, doc/mc.1.in, doc/mc.sgml: updated my EMail address
1998-09-15 20:02:47 +00:00
Norbert Warmuth
a04ee60c23 Tue Sep 15 20:51:42 1998 Norbert Warmuth <k3190@fh-sw.de>
* setup.c: save and restore new global variable/option
ftp_use_unix_list_options


Tue Sep 15 20:31:32 1998  Norbert Warmuth  <k3190@fh-sw.de>

* ftpfs.c (ftp_use_unix_list_options): New global variable/option.
If true we try to use 'LIST -la <path>'. When it fails we use the
two commands 'CWD <path>' and 'LIST' instead.

(resolve_symlink): rewritten. Don't get a second directory listing
with `LIST -lLa'. Instead use the cache to get the file stat of
symbolic links. If the directory the symlink points to isn't
already in the cache the directory listing will be fetched and
stored in the directory cache (without resolving symlinks
recursively).
The new method to resolve symlinks is faster if symlinks
the same directory or the directory the symlink points to
is already in the cache.
This function was small and nice until I discovered that it was
broken for symlinks to symlinks. Now it looks ugly and perhaps I
will revert it to use "LIST -lLa" again. With a fast connection it
doesn't matter which methode we use but with a slow connection I
wouldn't hesitate to burn more cpu cycles on the client side.

(retrieve_dir): Added parameter to tell whether to resolve
symlinks (don't resolve symlinks in directory listings retrieved
while resolving symlinks).
When we don't get a directory listing with 'LIST -la <path>' then
try to get it with `CWD <path>; LIST'.


Tue Sep 15 20:27:29 1998  Norbert Warmuth  <k3190@fh-sw.de

* ftpfs.c (login_server): s/ftpfs_get_host/my_get_host/

(retrieve_file_start2): Don't create target file O_EXCL, in
copy_file_file we check existance of the target file and know
that we want to truncate it (this change was already done a
while back but it was reverted with the vfs-split).


Tue Sep 15 20:15:42 1998  Norbert Warmuth  <k3190@fh-sw.de>

* ftpfs.h (struct connection): added boolean which indicates that
the ftp server doesn't unterstand Unix ls options

* ftpfs.h (struct dir): added enum to store symlink status of the
in memory directory cache (directory has no symbolic links;
symbolic links but not yet resolved; symbolic links which are resolved)


Tue Sep 15 20:02:08 1998  Norbert Warmuth  <k3190@fh-sw.de>

* shared_ftp_fish.c, fish.c: updated references to retrieve_dir to
honour the additional boolean parameter
1998-09-15 19:41:22 +00:00
Paul Sheer
5582bcd323 *** empty log message *** 1998-09-14 23:05:42 +00:00
Paul Sheer
b08c1f913b some display bug fixes 1998-09-14 23:01:09 +00:00
Paul Sheer
f36e99f150 *** empty log message *** 1998-09-14 21:26:41 +00:00
Paul Sheer
c57d9e424e *** empty log message *** 1998-09-14 21:20:01 +00:00
Paul Sheer
1ea0f2cadc *** empty log message *** 1998-09-14 21:07:44 +00:00
Timur Bakeyev
38d687870f *** empty log message *** 1998-09-14 20:50:11 +00:00
Paul Sheer
23a9f263db *** empty log message *** 1998-09-14 20:39:46 +00:00
Paul Sheer
2414203d9f changes to compile gtkedit 1998-09-14 20:36:39 +00:00
Paul Sheer
5036dfc48f call to edit added for gnome, menus and F4 key now works 1998-09-14 20:35:21 +00:00
Paul Sheer
6335b8e241 Initial commit 1998-09-14 20:28:25 +00:00
Paul Sheer
d049b61af7 *** empty log message *** 1998-09-14 20:27:23 +00:00
Paul Sheer
df20f28f2e Initial commit 1998-09-14 20:18:54 +00:00
Norbert Warmuth
e87670a3bd 1998-09-14 Norbert Warmuth <k3190@fh-sw.de>
* sfs.c (sfs_free): assignment operator was used to check for equality
1998-09-14 19:21:04 +00:00
Pavel Machek
924aee9ede Update docs in order to reflect changes in vfs layer. 1998-09-14 18:23:44 +00:00
Pavel Machek
6bc8719e94 Minor ommission fixed, it should compile, now. 1998-09-14 08:14:31 +00:00
Norbert Warmuth
51dfbe0bc9 1998-09-14 Norbert Warmuth <k3190@fh-sw.de>
* file.c (move_dir_dir): Fixed severe bug reported by Andrew Pechenov
<zx80@demo.ru> (losing files when moving directories cross filesystem
boundaries): make sure erase_list is emptied always not only when we
deleted files.
1998-09-13 23:40:09 +00:00
Pavel Machek
f45e5aa3fc Adding fish, cleanups, and small updates everywhere to support fish. 1998-09-13 10:40:43 +00:00
Timur Bakeyev
6af6c687c5 Small fix to the previous patch - function return one extra symbol :( 1998-09-11 23:54:23 +00:00
Timur Bakeyev
04daf44b51 Author's name fix 1998-09-11 23:37:44 +00:00
Timur Bakeyev
445046de11 *** empty log message *** 1998-09-11 23:27:49 +00:00
Pavel Machek
bca3821dac screen.c: make cd .. from extfs file highlight it 1998-09-11 13:29:43 +00:00
Pavel Roskin
340fe60801 aclocal.m4 should not be deleted by autogen.sh if "macros" directory is
missing
1998-09-08 12:21:59 +00:00
Pavel Roskin
367e8389cd Use stdout instead of stderr for hints output on xterm 1998-09-08 12:12:59 +00:00
Miguel de Icaza
b09d70e07e Forgot to commit this 1998-09-08 03:36:40 +00:00
Pavel Roskin
c50ea17db9 Minor corrections to make CVS ignore gmc, tkmc and mxc respectively 1998-09-07 19:30:02 +00:00
Pavel Roskin
d2e8a8696c Address of Pavel Roskin changed
I'm very, very sorry for this :-(((
1998-09-07 17:48:44 +00:00
Vincent Renardias
8b298b1a99 1998-09-05 Vincent Renardias <vincent@waw.com>
* Weekly i18n updates:
	  - Updated some POTFILES.in's.
	  - Updated fr.po's accordingly.
	  - Corrected a couple of typos. in the src code.
1998-09-05 19:21:29 +00:00
Pavel Machek
fb62340c99 Adding unarj and various small but neccessary bits. 1998-09-03 19:43:38 +00:00
Pavel Machek
6436e3efc1 Midnight's own mini-icon added. 1998-09-02 11:43:26 +00:00
Pavel Machek
1d4406bf3d ChangeLog update was missing from prev. update 1998-09-01 08:51:48 +00:00
Owen Taylor
86d9078964 Mon Aug 31 10:46:32 1998 Owen Taylor <otaylor@redhat.com>
* gscreen.c (display_mini_info): Removed calls to
	gtk_clip_label_set() hack, since its cut-n-paste code didn't work
	with new GTK's. If excessive resizes are a problem, they can be
	solved by adding an adjustment around the label, and calling
	gtk_container_set_resize_mode().
1998-08-31 14:40:49 +00:00
Pavel Machek
a36671fbb5 View file with selection of that file added. 1998-08-31 10:06:25 +00:00
Pavel Machek
436eedd6d4 Unneccessary code removal 1998-08-31 10:05:42 +00:00
Pavel Machek
286c61a200 Undelfs was too broken for too long. 1998-08-31 10:02:52 +00:00
Miguel de Icaza
b95d74c493 Make it work with recent Gtk changes 1998-08-29 21:38:02 +00:00
Pavel Roskin
922f78b220 "make dist" should not do anything with the file "VERSION" 1998-08-27 19:22:13 +00:00
Pavel Roskin
2f1dedf371 File VERSION removed from CVS since it is rebuilt every time as
configure is run. configure.in defines VERSION now
1998-08-27 18:58:13 +00:00
Pavel Roskin
fe579d66f3 extfs.c didn't compile because of error in extfs_open()
sfs was not even mentioned in makefiles
1998-08-27 18:51:20 +00:00
Pavel Roskin
034919825e VERSION is now defined in configure.in (as in all "right" programs
including GNOME). Definition in Make.common.in is removed. File
"VERSION" is still needed for the PC port.
acconfig.h doesn't include "VERSION" anymore
config.h.in is rebuild using autoheader
1998-08-27 18:28:22 +00:00