Pavel Roskin
5ac5f41332
* slint.c (has_colors): Don't reset SLtt_Use_Ansi_Colors to 0 if
...
force_colors is not set. This fixes color on unknown terminals.
2002-06-13 12:40:50 +00:00
Andrew V. Samoilov
5f2c890ba7
* user.c (expand_format): Fix '%b' proccessing.
...
Handle '%k' as documented.
2002-06-13 11:22:04 +00:00
Marco Ciampa
3bcf5e1c09
Corrected some in-line help strings...
2002-06-13 09:59:16 +00:00
Andrew V. Samoilov
692379971f
* uk.po: Spelled Ukrainian translation. Remove GNOME's translations
2002-06-11 10:31:40 +00:00
Andraz Tori
5d5a9253bf
Updated Slovenian translation
2002-06-09 20:19:42 +00:00
Andraz Tori
f3dad25213
Updated Slovenian translation
2002-06-07 21:34:55 +00:00
Andraz Tori
bc72de3e3f
Updated Slovenian translation
2002-06-07 20:06:20 +00:00
Marco Ciampa
479917c5e0
Just a fuzzy trim...
2002-06-07 07:31:20 +00:00
Andrew V. Samoilov
1d9879b0be
Fix offset calculation for symbolic links.
2002-06-06 15:16:29 +00:00
Andrew V. Samoilov
64b2eb4db3
* cpio.c (cpio_read_oldc_head): Use char[] for buf instead
...
of char*[]. Remove unneeded casts. Fix error message.
(cpio_create_entry): G_free name.
2002-06-06 12:42:23 +00:00
Andrew V. Samoilov
f14906f624
s/"Corrupt cpio header encountered in\\n"/"Corrupted cpio header encountered in\\n"/
2002-06-06 11:37:39 +00:00
Andrew V. Samoilov
5fca42b515
s/"Corrupt cpio header encountered in\\n"/"Corrupted cpio header encountered in\\n"/
2002-06-06 11:29:51 +00:00
Andrew V. Samoilov
14ed580196
* cpio.c (cpio_read_oldc_head): Use char[] for buf instead
...
of char*[]. Remove unneeded casts. Fix error message.
(cpio_create_entry): G_free name.
2002-06-06 10:54:35 +00:00
Pavel Roskin
89c15551b2
* syntax/php.syntax: New version.
2002-06-04 15:31:40 +00:00
Andrew V. Samoilov
64f48bbb34
* key_nt.c (define_sequence): Adjust for declaration.
...
* util_nt.c (close_error_pipe): Likewise.
(tilde_expand): Likewise.
2002-06-04 10:49:34 +00:00
Andrew V. Samoilov
f2ea65904e
* main.c [HAVE_MAD && !_OS_NT] (main): G_free mc_home.
2002-05-30 13:35:09 +00:00
Andrew V. Samoilov
d073133873
* mad.c (mad_tempnam): Commented out to make linker happy.
2002-05-30 13:27:43 +00:00
Andrew V. Samoilov
320b3cedae
* view.c (regexp_search): Don't call save_edit_changes
...
if there are no changes.
(save_edit_changes): Use messages from ../po/mc.pot.
2002-05-30 13:12:56 +00:00
Marco Ciampa
30eeda0307
ooops question points go next the last word (in italian)...
2002-05-27 20:21:22 +00:00
Marco Ciampa
a4be5506bc
Entry 390 added.
2002-05-27 20:19:25 +00:00
Andrew V. Samoilov
53a7967f74
* view.c (save_edit_changes): Handle errors.
...
(do_view_init): Don't open and check file type
if _command is not null or _file is empty string.
2002-05-27 16:20:35 +00:00
Andrew V. Samoilov
90702a2ddc
* NEWS: Mention new configure options --with-codepagedir=DIR,
...
--with-configdir=DIR and --without-mcfs.
2002-05-23 15:33:11 +00:00
Andrew V. Samoilov
3b8abce8f8
* NEWS: Mention ftpfs/fish uploading changes.
2002-05-23 14:49:15 +00:00
Pavel Roskin
272cf8fd96
* Makefile.am (mcserv_SOURCES): Remove $(top_srcdir)/src/mad.c,
...
it breaks "make distcheck".
2002-05-22 17:26:56 +00:00
Andrew V. Samoilov
a60f38583a
* xdirentry.h (vfs_s_fh.u.ftp): Add append field.
...
(vfs_s_data.file_store): Change second argument
to (vfs_s_fh *fh).
* direntry.c (vfs_s_close): Adjust.
* fish.c (file_store): Likewise.
* ftpfs.c (file_store): Likewise. Use "APPE" if
fh->u.ftp.append is true.
(linear_start): Care about fh->u.ftp.append.
(ftpfs_fh_open): Likewise.
2002-05-22 17:19:24 +00:00
Pavel Roskin
4035b37feb
* doc/ru/Makefile.am: Fix out-of-tree build.
2002-05-22 16:46:25 +00:00
Pavel Roskin
19121d3c08
* Makefile.am: Set samba_libsamba_a_SOURCES to an empty value
...
to override the default.
2002-05-22 16:12:55 +00:00
Pavel Roskin
1dade2fbc4
* Makefile.am: doc/mc.1 is in top_builddir, not in top_srcdir.
2002-05-22 16:10:52 +00:00
Yuri Syrota
f17b277429
Updated Ukrainian translation
2002-05-22 14:55:52 +00:00
Andrew V. Samoilov
b314cad164
* fish.c (fish_fh_open): Generate fh->ino->localname
...
if this one is NULL and file is opened for writting only.
* ftpfs.c (ftpfs_fh_open): Likewise if control_connection_buzy
is true.
2002-05-22 13:31:15 +00:00
Andrew V. Samoilov
12ba0fc8a4
* direntry.c (vfs_s_retrieve_file): Please, care about
...
fish.local_stat ...
* fish.c (linear_close): ... here.
2002-05-21 17:27:30 +00:00
Andrew V. Samoilov
c5626b241c
* ftpfs.c (linear_read): Unset control_connection_buzy
...
on EOF.
(ftpfs_fh_close): Call vfs_s_invalidate ().
2002-05-21 17:10:50 +00:00
Andrew V. Samoilov
2b3c6b8f0b
* fish.c (fish_fh_open): Don't retrieve file if it is
...
opened for writting only.
2002-05-21 10:50:55 +00:00
Andrew V. Samoilov
09bad78c80
* xdirentry.h (vfs_s_super): Add control_connection_buzy
...
field to ftp struct.
* ftpfs.c (linear_start): Set control_connection_buzy.
(linear_abort): Unset control_connection_buzy.
(ftpfs_fh_open): Don't retrieve file if it is
opened for writting only. Open data connection as
fh->handle and unlink/unset local temporary file
if control connection isn't buzy.
(ftpfs_fh_close): New function to serve opened in
ftpfs_fh_open() data connection. Unset fh->changed
to prevent MEDATA->file_store() call from vfs_s_close().
2002-05-17 13:32:02 +00:00
Andrew V. Samoilov
05a0bd1240
* samba/include/includes.h: Eliminate all references to
...
HAVE_LIBREADLINE.
2002-05-17 11:38:05 +00:00
Andrew V. Samoilov
a844c07aac
* direntry.c (vfs_s_read): Move MEDATA->linear_start() ...
...
* (vfs_s_open): ... here.
2002-05-17 07:08:03 +00:00
Andrew V. Samoilov
a876d1a17d
* view.c (do_view_init): Close fd if it is unused.
2002-05-15 14:44:54 +00:00
Pavel Roskin
e262f0a0dc
* configure.in: Fix logic for gettext 0.10.x.
2002-05-14 23:28:17 +00:00
Pavel Roskin
7ca8a22227
Please, no rm without "-f", it can stop and ask "are you sure?"
2002-05-14 23:17:34 +00:00
Pavel Roskin
0c19dfcc35
Create "config" directory before running gettextize - new
...
gettextize (0.11.x) requires it.
2002-05-14 17:00:22 +00:00
Andrew V. Samoilov
3098fbaf41
Add Makevars.template, Rules-quot, boldquot.sed, en@boldquot.header,
...
en@quot.header , insert-header.sin, quot.sed and remove-potcdate.sin
2002-05-14 14:25:18 +00:00
Andrew V. Samoilov
4004ee1264
Use quoted END in here-document
2002-05-14 14:23:01 +00:00
Andrew V. Samoilov
75693b126e
* configure.in: Don't generate po/Makefile if
...
there is 'top_builddir' in po/Makefile.in.
* autogen.sh: More fixes for gettext 0.11+.
2002-05-14 14:16:47 +00:00
Andrew V. Samoilov
ae8e84d163
* Makefile.am (noinst_LIBRARIES): Add samba/libsamba.a
...
if USE_SAMBA_FS is true.
* (libvfs-mc.a): Don't merge object files with libsamba.a.
2002-05-14 12:41:04 +00:00
Andrew V. Samoilov
040cbd2e6b
* Makefile.am (VFSLIB): Add ../vfs/samba/libsamba.a
...
if USE_WITH_SAMBA is true.
2002-05-14 12:39:04 +00:00
Andrew V. Samoilov
a1efabf66b
Revert two casts back to fix calculation
2002-05-13 17:28:28 +00:00
Andrew V. Samoilov
17a0c13186
s/declaration/definitions/ in the last but one entry
2002-05-13 17:15:14 +00:00
Andrew V. Samoilov
16b73c1f39
* editcmd.c (edit_save_file): Call mc_chown () and mc_chmod ()
...
before mc_open () to prevent hangs over ftpfs.
2002-05-13 17:12:45 +00:00
Andrew V. Samoilov
0b08e1b69f
* edit.h: Remove open, close, write, read and mkdir declaration.
...
* edit.c: Use mc_open, mc_close, mc_write, mc_read, mc_rename,
mc_chmod and mc_chown. Don't cast (char *) to (unsigned long)
in pointer arithmetics.
* editcmd.c: Likewise.
2002-05-13 16:53:51 +00:00
Andrew V. Samoilov
baf5611b51
* vfs.c (MC_RENAMEOP): Make arguments const.
...
* vfs.h (mc_rename): Adjust declaration.
* (mc_link): Likewise.
2002-05-13 15:39:22 +00:00