Pavel Roskin
4e64d43cf1
* chmod.c (stat_file): Allow chmod and chown on special files.
2001-04-06 20:06:03 +00:00
Pavel Roskin
6827099bbb
* gscreen.c (tree_size_allocate): Don't call save_setup() if
...
auto_save_setup is 0.
2001-04-06 19:44:07 +00:00
Pavel Roskin
0165d678df
* autogen.sh: Check out "intl" and "macros" directories if they
...
are missing. Simply "cvs up -d" won't restore them.
2001-04-06 18:01:31 +00:00
Pavel Roskin
26ae59b93e
* cons.handler.c: Include "global.h" for exit().
2001-04-06 16:24:27 +00:00
Pavel Roskin
4b8d3f4289
* Makefile.in: Add dependencies between mc and static libraries
...
in the source tree.
2001-04-06 06:25:14 +00:00
Pavel Roskin
0a90f50277
* Makefile.in: Add dependencies between gmc and static libraries
...
in the source tree.
2001-04-06 06:24:21 +00:00
Pavel Roskin
e19d03e693
* Make-mc.in: Use a single variable SAMBA_DIST to hold all
...
distributable samba files.
2001-04-06 05:56:02 +00:00
Pavel Roskin
84ae247979
* configure.in: Bump version to 4.5.52a.
2001-04-06 05:28:51 +00:00
Pavel Roskin
4a2d4468da
* layout: New widget "findfile-Widget-find-case-check".
2001-04-06 05:22:19 +00:00
Pavel Roskin
5adecba2fd
* find.c (find_parameters): Add a checkbox for case insensitive
...
content search.
(search_content): Pass `-i' to egrep for case insensitive
search.
2001-04-06 05:21:29 +00:00
Andrew V. Samoilov
4463ea58c2
* panel.h, screen.c (panel_new): panel_name constified to do gcc
...
some more happy when gmc is compiled
2001-03-30 01:29:08 +00:00
Andraz Tori
e9ebf51f22
Added sl translation
2001-03-27 19:58:43 +00:00
Gediminas Paulauskas
eb5c7aefcc
added Latvian translations by Peteris Krisjanis <peterisk@apollo.lv>.
2001-03-26 19:57:02 +00:00
Andraz Tori
81f42f2d84
Updated Slovenian translation
2001-03-25 13:11:56 +00:00
Fatih Demir
d03634220c
Updated and completion of mc's tr.po
2001-03-24 09:28:17 +00:00
Miguel de Icaza
00cac46d7d
2001-03-18 Miguel de Icaza <miguel@ximian.com>
...
* widget.c (forward_word, backward_word): Revert Timur's patch
from last year which made the behaviour for advancing words not
match the one in Emacs.
2001-03-18 17:46:07 +00:00
Andrew V. Samoilov
b7b5c71de3
* samba/libsmb/smbdes.c: undefine uchar before redefine it
...
* smbfs.c (smbfs_close): honour changed semantics for return value
(on error -1 is expected).
* (fs): it is at least strange use char * for counter. Changed to int
2001-03-15 18:19:23 +00:00
Pavel Roskin
8e2dd48337
* Make-mc.in: Use Automake conditional USE_SAMBA_FS.
...
Remove any knowledge of SAMBAFILES. Merge object files with
libsamba.a if USE_SAMBA_FS is true. Propagate "mostlyclean"
to the `samba' directory. Don't ignore errors from ranlib.
2001-03-15 01:40:30 +00:00
Pavel Roskin
bafc61e43e
* samba/Makefile.in: Make *clean targets Automake-compatible.
...
Don't ignore errors from `rm'.
2001-03-15 01:35:07 +00:00
Pavel Roskin
d92beac560
* samba/configure.in: Use AC_CHECK_TOOL to find AR.
...
* samba/Makefile.in: Remove useless rules, including defunct
dependency tracking. Create libsamba.a from the object files.
2001-03-15 01:25:51 +00:00
Pavel Roskin
0ff4756f11
* configure.in: Use AC_CHECK_TOOL for finding AR. Define
...
Automake conditional USE_SAMBA_FS if Samba is to be supported
in VFS.
2001-03-15 01:18:14 +00:00
Andraz Tori
4450084787
Updated Slovenian translation
2001-03-11 22:19:17 +00:00
Carlos Perelló Marín
658c188291
2001-03-09 Carlos Perell Marn <carlos@gnome-db.org>
...
* es.po, es_ES.po: Update Spanish translation by
David Martin <dmartina@excite.es>
2001-03-08 23:28:29 +00:00
Christophe Merlet
ae3135d345
Updated French translation.
2001-03-08 16:06:43 +00:00
Pavel Roskin
102d0fde0e
* configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
...
defined.
Reported by Norbert Warmuth.
2001-03-08 02:07:06 +00:00
Pavel Roskin
2dc6461bba
* cpio.c (cpio_skip_padding): Warning fix.
...
* fish.c (dir_load): Likewise.
* mcfs.c: Likewise.
2001-03-08 01:04:58 +00:00
Pavel Roskin
de997c6f3a
* extfs/uzip: New file from Oskar Liljeblad.
...
* extfs/README.uzip: Likewise.
* extfs/Makefile.am: Adjust for constant uzip.
2001-03-08 00:34:20 +00:00
Pavel Roskin
efbe340d5e
* configure.in: Don't process vfs/extfs/uzip - it's now
...
constant.
2001-03-08 00:30:47 +00:00
Pavel Roskin
2977f95a1f
* syntax/changelog.syntax: Require space after asterisk to have
...
it highlighted.
2001-03-07 21:10:29 +00:00
Pavel Machek
773f38c580
2001-03-07 Pavel Machek <pavel@bug.ucw.cz>
...
* extfs/*uzip*: replace uzip with perl version by
Oskar Liljeblad <osk@hem.passagen.se>
2001-03-07 10:20:16 +00:00
Christian Meyer
33863474bb
Another small update for German translation.
2001-03-06 11:29:41 +00:00
Andrew V. Samoilov
4ac1c260e9
* vfs.[ch] (vfs_parse_ls_lga, vfs_parse_filemode): p constified
...
(vfs_strip_suffix_from_filename): filename constified
(vfs_parse_ls_lga): memory leaking fixed when line can't be parsed,
chomping unified
2001-03-05 06:00:27 +00:00
Andrew V. Samoilov
fbf86d5a22
* extfs/patchfs: LANG overrides LC_TIME at least in glibc,
...
so use LC_ALL=C to override any locale
* smbfs.c (smbfs_open_link): service initialized
* (my_forget): new features of vfs_split_url used
smbfs.c at all: make gcc some more happy
2001-03-04 18:55:17 +00:00
Pavel Roskin
a53712bb71
* key.c (mi_getch): Discard non-events (EV_NONE), but not
...
keycode 0 (Ctrl-@).
2001-03-02 23:04:52 +00:00
Pavel Roskin
59666a33ef
* aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
...
* configure.in: Use AC_PROG_CC_STDC instead.
2001-03-02 17:09:08 +00:00
Pavel Roskin
782012e481
* lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
...
Suggested by Christian Gennerat.
2001-03-02 16:57:36 +00:00
Pavel Roskin
8c4c142ac8
* lib/Makefile.am: Adjusted.
2001-03-02 16:51:36 +00:00
Pavel Roskin
aa76abdadc
* lib/mc.ext.in: Add support for "freeze" - old compression
...
program used mostly on QNX.
* lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2001-03-02 16:32:23 +00:00
Andraz Tori
5df6f10bd5
Updated Slovenian translation
2001-03-01 23:31:05 +00:00
Pavel Roskin
9e22f3b8d7
* extfs/uzip.in (mczipfs_list): Allow filenames with colons.
...
Reported by Christian Gennerat.
2001-03-01 06:16:20 +00:00
Pavel Machek
7c997958f6
Error handling of ungetlocalcopy was buggy. Fixed.
2001-02-28 21:50:57 +00:00
Christian Meyer
6ea4f905af
Updated German translation.
2001-02-28 19:06:58 +00:00
Christian Meyer
2cf8acd4f9
Added German strings.
2001-02-28 19:03:54 +00:00
Pavel Machek
776af93dc8
Do not ignore errors during mc_ungetlocalcopy.
2001-02-27 22:19:04 +00:00
Pavel Roskin
3845f3053c
* lib/mc-gnome.ext.in: Remove, it's not used.
...
* configure.in: Remove lib/mc-gnome.ext.
* lib/Makefile.am: Likewise.
2001-02-26 21:28:59 +00:00
Pavel Roskin
07a427a4eb
Remove mc-gnome.ext.
2001-02-26 21:26:03 +00:00
Pavel Roskin
82d916924d
* cmd.c (edit_cmd) [HAVE_GNOME]: Use gmc_edit(). Don't use
...
regex_command().
(ext_cmd) [HAVE_GNOME]: Don't compile for GNOME.
* ext.c (regex_command) [HAVE_GNOME]: Likewise.
* ext.h [HAVE_GNOME]: Don't define MC_USER_EXT and MC_LIB_EXT.
2001-02-26 21:21:18 +00:00
Pavel Roskin
a5dde470ec
* editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use
...
CK_Macro on the argument to edit_delete_macro().
2001-02-26 19:51:56 +00:00
Pavel Roskin
2b8b56ddb2
* edit.c (edit_init_file): Remove, it's useless. All the
...
necessary files should be created when needed.
* edit.h: Remove declaration of edit_init_file().
2001-02-26 16:59:42 +00:00
Pavel Roskin
66457d3670
* main.c (main): Don't call edit_init_file() - the editor should
...
care about its files itself.
2001-02-26 16:54:23 +00:00