Commit Graph

16154 Commits

Author SHA1 Message Date
Norbert Warmuth
6c4af731df Mon Oct 5 21:33:14 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* screen.c (parse_display_format): Don't dereference NULL pointer
when format string is an empty string.
1998-10-05 19:38:44 +00:00
Pavel Machek
b99161ec69 Add path_magic to work properly with #ftp:asdf files created by
malicious user
1998-10-05 18:32:53 +00:00
Norbert Warmuth
b422d3771e Mon Oct 5 19:59:56 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* main.c (translate_url_to_new_syntax): Translate ftp:// to an
absolute path instead of a relative path (fix to "hotlist" bug
reported by Andrej). This means we drop the "return to last dir"
feature for ftpfs (when leaving ftpfs with ".." returns to the
directory visited before entering the ftpfs).
1998-10-05 18:07:25 +00:00
Norbert Warmuth
b920b0b1c4 Sat Oct 3 14:28:57 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* vfs/ftpfs.c (resolve_symlink): fixed cut'n paste error in my last commit,
i.e. make it compile)
1998-10-03 12:30:03 +00:00
Norbert Warmuth
b0280fd397 Sat Oct 3 00:54:23 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* gtkedit/Makefile.in (EDITOBJS): removed one wrong \\ (line
continuation)

Sat Oct  3 01:03:37 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* vfs/ftpfs.c (resolve_symlink): minor speed enhancement
1998-10-02 23:01:16 +00:00
Vincent Renardias
32f8acdf52 * Yet another desperate attempt at trying to translate at the same rate
you guys add new code... ;)
1998-10-02 20:15:12 +00:00
Miguel de Icaza
fdfdcba6f2 Fix POTFILES.in 1998-10-02 17:45:44 +00:00
Paul Sheer
bf23d3dfb5 Focus 'o' option added. Accelerators added. 1998-10-02 16:24:12 +00:00
Paul Sheer
e1b8a6d1d4 gnome: edit_panel_cmd.c bound to F4 just like view with F3 1998-10-02 01:18:13 +00:00
Pavel Roskin
5e0a240dd2 MC now uses egrep found in PATH rather than in standard directories.
Minor fix to complie MC without VFS.
1998-10-01 17:48:03 +00:00
Pavel Roskin
ef0f6d00fc vfs_force_expire() was incorrectly defined in vfs.h 1998-10-01 17:42:05 +00:00
Miguel de Icaza
7ca312db48 Jakub's fix to cons.saver 1998-10-01 16:42:33 +00:00
Miguel de Icaza
f149bf7733 Support changes in recent rpm 1998-10-01 16:40:57 +00:00
Pavel Roskin
6fcef05d42 It is not needed to remove gnome/gui.tcl because it is never created here 1998-10-01 16:17:28 +00:00
Miguel de Icaza
40f9c7eed0 Synced to mc.sgml -mig 1998-09-30 18:56:06 +00:00
Pavel Machek
273768ff12 Adding czech translation. Hope it is usefull to anyone. 1998-09-29 22:53:09 +00:00
Pavel Machek
8ad6f74d84 Make make clean work properly. 1998-09-29 22:49:38 +00:00
Miguel de Icaza
181774a7fa Solaris compilation fix 1998-09-29 17:52:59 +00:00
Pavel Machek
136006707c Fixed cursor positioning so that it does not call any vfs code, few
statics added to vfs layer, no longer use '0' in place of NULL.
1998-09-29 16:01:16 +00:00
Pavel Machek
27c7250201 Oops, forgot to commit changelog. 1998-09-29 13:29:09 +00:00
Pavel Machek
cffc75d614 Fixed buffer overrun. 1998-09-29 12:07:13 +00:00
Pavel Roskin
23278e3eee Corrected code which prevents using of icon view by ports which don't
support it.
1998-09-29 10:44:57 +00:00
Sung-Hyun Nam
3d7933ad21 Updated 1998-09-29 09:17:48 +00:00
Norbert Warmuth
c10ecb8b0f Now gmc, tkmc and mc build one my glibc2 system (builddir != srcdir).
Mon Sep 28 21:55:13 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* src/find.c: Changed hotkey of the continue-button (both Chdir and
Continue used `C').

* po/*.po: remade because one msgstr in find.c changed

* src/Makefile.in: search config.status in builddir and not in rootdir,
i.e. make it compile for builddir != srcdir

* vfs/vfs.h (struct vfs): renamed errno to verrno because glibc2
defines errno as macro (#define errno (*__errno_location ()))

* vfs/Makefile.in: search config.status in builddir and not in srcdir/..,
i.e. make it compile for builddir != srcdir
1998-09-28 20:41:28 +00:00
Elliot Lee
78dd7ba78c libgnome:
gnome-triggers.* Start adding sound sample support to the triggers
			 (not finished).
	gnomelib-init.c: Initialize trigger subsystem upon startup.
	libgnomeui:
		Makefile.am: Fix rules for generating the
			     gnometypebuiltins*.[ch]
		gnometypebuiltins_evals.c: No calendar stuff (*broken*)
	libvfs/Makefile.am: Install vfs.h into <vfs/vfs.h>
1998-09-28 18:58:36 +00:00
Miguel de Icaza
b7edf2c947 Workaround for gnome_regex_h problem 1998-09-28 06:17:36 +00:00
Pavel Machek
a92e6f3ea8 Changed license to LGPL, added passing of vfs * (acting as self), so
we can do OOP-like trics.
1998-09-27 19:27:58 +00:00
Pavel Machek
0512f5bf2d Missing function prototype added. 1998-09-27 19:27:04 +00:00
Sung-Hyun Nam
ba8fb07e79 POTFILES.in: dir. change (edit/* -> gtkedit/*)
ko.po: add/fix some trans.
1998-09-26 02:02:50 +00:00
Miguel de Icaza
20157ab85e 1998-09-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Hook to invoke the editor from the context menu.
1998-09-25 23:07:23 +00:00
Miguel de Icaza
3059f6c31a Fix fish warnings -mig 1998-09-25 22:34:59 +00:00
Miguel de Icaza
eb802701a5 Sigh, more fixes 1998-09-25 22:17:59 +00:00
Miguel de Icaza
207079776b Pass3 1998-09-25 20:15:00 +00:00
Miguel de Icaza
3ca9a94f82 update .cvsignore 1998-09-25 20:11:21 +00:00
Miguel de Icaza
c6bf31046b More makefile fixes -mig 1998-09-25 20:10:06 +00:00
Miguel de Icaza
8fac5dd743 More makefile fixes -mig 1998-09-25 20:00:42 +00:00
Miguel de Icaza
cf76e89b54 Updated Makefile.i to autogenerate on changes -mig 1998-09-25 18:51:02 +00:00
Miguel de Icaza
110da40e59 Small mfmt bug fix -mig 1998-09-25 18:26:21 +00:00
Miguel de Icaza
698b93d91f Make it compile without gnome -mig 1998-09-25 18:16:57 +00:00
Miguel de Icaza
ce7197e07c Do not include libgettext.h for GNOME 1998-09-25 01:32:22 +00:00
Miguel de Icaza
6b449b8ae8 Removed the toolbar.
Guys: please, if you make changes to the Midnight Commander, please
fill in a ChangeLog entry.

Miguel.
1998-09-25 01:31:52 +00:00
Tom Tromey
48c1c2b085 Only define _ and N_ if not already defined 1998-09-24 06:48:14 +00:00
Tom Tromey
00922504b1 Wed Sep 23 15:09:55 1998 Tom Tromey <tromey@cygnus.com>
* vfs.h (MIN, MAX): Only define if not already defined; glib.h
	also defines them.
1998-09-23 21:24:15 +00:00
Tom Tromey
4830e00f5d Include @GNOME_INCLUDEDIR@ in CPPFLAGS 1998-09-23 21:23:17 +00:00
Pavel Machek
f636f8002d New O_LINEAR mode is now being used. 1998-09-23 12:11:23 +00:00
Pavel Machek
6704676eb4 NULL should be used instead of 0 for pointers. 1998-09-23 11:52:58 +00:00
Pavel Machek
b844272610 Minor bug fix. 1998-09-23 11:37:29 +00:00
Pavel Roskin
d82df89441 Removed '\n' from a print_vfs_message() call in ftpfs.c
It caused funny effects if "XTerm hintbar" was on (rxvt+Windowmaker).
1998-09-23 10:54:54 +00:00
Miguel de Icaza
99de5c0197 Update the Makefile.am to the latest changes in vfs -mig 1998-09-22 17:44:13 +00:00
Pavel Roskin
65b035284a Added braces to avoid warnings 1998-09-22 16:13:54 +00:00