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
Pavel Roskin
bc16e858db
Removed warnings about unused variables
1998-09-22 14:45:38 +00:00
Pavel Roskin
4f3218f0bb
Added braces to suppress a warning.
1998-09-22 13:52:35 +00:00
Pavel Roskin
54d0fa6dc8
<ctype.h> included for isalpha()
1998-09-22 13:11:14 +00:00
Pavel Roskin
4fbed2f65e
Minor fixes to avoid compiler errors. "main" renamed to "main_node" everywhere
1998-09-22 13:06:59 +00:00
Pavel Machek
91953e6309
Make mc compilable again: decompress_extension added.
1998-09-22 11:20:32 +00:00
Pavel Roskin
062e729b03
Minor grammatic error in ChangeLog corrected
1998-09-21 15:20:34 +00:00
Pavel Machek
a57c127f2d
O_LINEAR option added, tar fixed to handle bzip/bzip2 files correctly.
1998-09-21 09:52:07 +00:00
Paul Sheer
004d818a54
toolbar added
1998-09-20 14:23:53 +00:00
Paul Sheer
8e686c10aa
*** empty log message ***
1998-09-19 19:34:51 +00:00
Pavel Roskin
ec5351e438
"make dist" is working again
1998-09-18 19:45:27 +00:00
Pavel Roskin
e3b446050c
URL updated
1998-09-18 19:44:47 +00:00
Pavel Roskin
b81161f131
"make clean" tried to erase tkmc instead of gmc
1998-09-18 18:30:44 +00:00
Pavel Roskin
b57154f455
URL corrected
1998-09-18 18:25:30 +00:00
Pavel Roskin
0576cae2ca
Minor corrections to suppress gcc warnings
1998-09-18 18:24:01 +00:00
Pavel Roskin
58f09ff469
URL updated
1998-09-18 18:21:47 +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 Machek
7d12623b27
Cleaned up some warnings.
1998-09-18 14:28:07 +00:00