mc/vfs
Norbert Warmuth 097fe43280 I improved the movement keys of the internal viewer a little bit.
Now in wrap mode the End key and cursor up key behave much better
(e.g. when viewing binary files with lots of wrapped lines).
It's not perfekt but it's better than it used to be.



Tue Apr 28 06:52:24 1998  Norbert Warmuth  <k3190@fh-sw.de>

* gnome/gcmd.c (gnome_open_terminal): Changed my_system(1,...) to
my_system(EXECUTE_AS_SHELL,...)


Tue Apr 28 06:06:03 1998  Norbert Warmuth  <k3190@fh-sw.de>

* vfs/extfs.c (extfs_open, extfs_close): Changed my_system(1,...)
to my_system(EXECUTE_AS_SHELL,...), this fixes the broken copyin and
copyout in 4.1.32.


Tue Apr 28 06:11:08 1998  Norbert Warmuth  <k3190@fh-sw.de>

* view.c (toggle_wrap_mode, toggle_hex_mode): Force recalculation
of bottom_first (we mustn't use an already calculated and cached
value because it is invalid for the new mode and the End key would
not move to the end of the file).

* configure.in: Renamed the option `--with-our-slang' to
`--with-included-slang' (this one looks better because we also
have an `--with-included-gettext').
Make the option `--with-ext2undel' recognice a given path.

* cmd.c (view_file_at_line): In plain view (F13) set the default
magic flag to zero in order to view the file content unprocessed
(esp. don't uncompress files if they are compressed). The
view_simple_cmd got broken when the default magic flag in view.c
was changed from 0 to 1.

* view.c (do_view_init, goto_line): Set wrap mode temporary off
to make goto line number work, i.e. `line number' now always means
line number in file and not line number on screen (in wrap mode
one long line wrapped once is displayed in two lines on the screen).
That's important when the viewer is invoked from the find file
dialog to display even in wrap mode approxiamtly the part of the
file where we found the content we searched for.

(move_forward2): In wrap mode lines were sometimes counted wrong
causing cursor up to move more than one line.

(move_backward2): Fixed the movement in wrap mode.

(change_viewer): Always re-init viewer when we have a filename,
i. e. if the viewer is invoked with simple_view_cmd then we can switch
with the F8 key between unprocessed file content und uncompressed
file content.
(view_init): re-init view also when magic flag was altered
1998-04-28 14:19:48 +00:00
..
extfs Wed Mar 25 19:01:48 1998 Norbert Warmuth <k3190@fh-sw.de> 1998-03-26 06:05:44 +00:00
samba * samba/configure.in: Require Autoconf 2.52 to make Debian 1997-01-01 01:23:31 +00:00
.cvsignore more, more .cvsignore files 1998-03-07 20:42:20 +00:00
ChangeLog I improved the movement keys of the internal viewer a little bit. 1998-04-28 14:19:48 +00:00
container.c Initial revision 1998-02-27 04:54:42 +00:00
container.h Initial revision 1998-02-27 04:54:42 +00:00
extfs.c I improved the movement keys of the internal viewer a little bit. 1998-04-28 14:19:48 +00:00
extfs.h Initial revision 1998-02-27 04:54:42 +00:00
ftpfs.c Reorgranized the script execution code to fix a race condition that 1998-04-24 01:08:06 +00:00
ftpfs.h Lots of prototypes added, warnings removed -miguel 1998-04-17 00:59:58 +00:00
local.c Initial revision 1998-02-27 04:54:42 +00:00
Makefile.in Mon Mar 23 01:40:35 1998 Norbert Warmuth <k3190@fh-sw.de> 1998-03-23 07:12:13 +00:00
mcfs.c Initial revision 1998-02-27 04:54:42 +00:00
mcfs.h Initial revision 1998-02-27 04:54:42 +00:00
mcserv.c Lots of prototypes added, warnings removed -miguel 1998-04-17 00:59:58 +00:00
names.c Initial revision 1998-02-27 04:54:42 +00:00
names.h Initial revision 1998-02-27 04:54:42 +00:00
tar.c Initial revision 1998-02-27 04:54:42 +00:00
tar.h Initial revision 1998-02-27 04:54:42 +00:00
tcputil.c Sat Mar 7 14:33:38 1998 Pavel Roskin <pavel@absolute.spb.su> 1998-03-07 20:27:44 +00:00
tcputil.h Initial revision 1998-02-27 04:54:42 +00:00
undelfs.c Initial revision 1998-02-27 04:54:42 +00:00
undelfs.h Initial revision 1998-02-27 04:54:42 +00:00
utilvfs.c Sat Mar 7 14:33:38 1998 Pavel Roskin <pavel@absolute.spb.su> 1998-03-07 20:27:44 +00:00
vfs.c Initial revision 1998-02-27 04:54:42 +00:00
vfs.h My previous patch for subshell.h was incorrect. I'm sorry. 1998-04-08 19:37:06 +00:00