Commit Graph

3438 Commits

Author SHA1 Message Date
Andrew V. Samoilov
1ff74e7a5b * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
http://bugzilla.gnome.org/show_bug.cgi?id=60935
By drk@sgi.com.
2001-10-25 13:32:14 +00:00
Andrew V. Samoilov
3767e8e5df * tcputil.c (rpc_get): Add missing va_end()s. Fix memory leaking. 2001-10-25 07:57:15 +00:00
Andrew V. Samoilov
fcce6d2bb0 * doc/mc.1.in: Document "%p" macro. 2001-10-25 06:49:39 +00:00
Pavel Roskin
8644c630f0 * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
Allow using --without-mmap.
* INSTALL: Document --without-mmap.
2001-10-25 03:46:59 +00:00
Christian Rose
721babff37 2001-10-24 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
2001-10-24 13:11:48 +00:00
Stanislav Visnovsky
dc2bfe78e7 2001-10-24 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Updated Slovak translation.
2001-10-24 11:12:24 +00:00
Andrew V. Samoilov
91a56f5470 * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
By Alex Tkachenko <alex@bcs.zp.ua>.
2001-10-24 08:38:03 +00:00
Andrew V. Samoilov
a918318c9d * smbfs.h: Declare smbfs_set_debug. 2001-10-24 08:16:16 +00:00
Pavel Roskin
c5df6b4367 * util_nt.c (_win32Trace): Add missing va_end(). 2001-10-23 17:10:16 +00:00
Pavel Roskin
edf0504087 * edit.c (user_menu): If the error file is missing, treat it as
success.  Truncate block file unconditionally.
2001-10-23 05:40:13 +00:00
Pavel Roskin
b1c57095b2 * edit.c: Stop using _EDIT_C definition. Move variable
declarations from edit.h, make static or eliminate if possible.
Report errors immediately.
* edit.h: Likewise.
* editwidget.c (edit): Don't report errors from edit_init(),
they are reported in place.
2001-10-23 01:46:53 +00:00
Pavel Roskin
f0490b2a06 * main.h: Declare view_one_file and edit_one_file. 2001-10-23 01:39:25 +00:00
Pavel Roskin
7b0a30e035 * es.po: Update.
* es_ES.po: Likewise.
2001-10-22 22:27:24 +00:00
Andrew V. Samoilov
dd2ef8b4fb * dialog.h: Include global.h.
(message): Specify __attribute__.
2001-10-22 15:37:27 +00:00
Zbigniew Chyla
8f3159618d Updated Polish translation 2001-10-22 10:19:57 +00:00
Keld Simonsen
857cfacc37 updates
balsa/po/da.po gnome-pim/po/da.po gnomeicu/po/da.po
gnumeric/po/da.po mc/po/da.po
2001-10-21 00:48:00 +00:00
Pavel Roskin
943bae02ad * editcmd.c (sprintf_p): Declare with the printf attribute.
Make static.
2001-10-20 07:20:30 +00:00
Pavel Roskin
399d996408 * edit.h: Declare edit_printf() with the printf attribute. 2001-10-20 07:16:50 +00:00
Pavel Roskin
2b9f5265b4 * ftpfs.c (command): Declare with the printf attribute.
* undelfs.c: Remove declaration of print_vfs_message().
2001-10-20 07:12:55 +00:00
Pavel Roskin
0c52fb0f99 * fish.c (file_store): Fix incorrect format string
for print_vfs_message().
* ftpfs.c (file_store): Likewise.
2001-10-20 07:04:31 +00:00
Pavel Roskin
3cdc394c36 * main.h (print_vfs_message): Specify __attribute__. 2001-10-20 07:01:08 +00:00
Pavel Roskin
cf59af66de * fish.c (command): Declare with the printf attribute to enable
warnings in gcc.
(file_store): Cast all expressions with file sizes to unsigned
long.  This should fix uploading when large file support is on.
File size is limited to 4096 * ULONG_MAX for now.
2001-10-20 03:41:31 +00:00
Pavel Roskin
6eef7a34e7 * global.h: Define __attribute__ to an empty string for non-gcc
compilers so that it's safe to use.
2001-10-20 03:38:41 +00:00
Pavel Roskin
5062e120a5 * syntax/sh.syntax: Highlight reserved words inside backticks.
Use the same wholechars settings for reserved words and
commands.  Recognize more words.  Recognize function definitions
without "function" or without "()".  Use brightmagenta instead
of brightblue.
2001-10-19 07:37:49 +00:00
Pavel Roskin
c932c4610a * edit.c (check_file_access): Only allow to edit regular files.
Use stat() before open() to prevent hangs on pipes, use fstat()
afterwards if stat() was unsuccessful.
2001-10-18 09:35:22 +00:00
Andrew V. Samoilov
6c1fabe920 * mc.hint.ru: Fix typo. 2001-10-18 09:34:44 +00:00
Andrew V. Samoilov
0ff4b8ae77 * samba/configure.in: Don't check readline.h, history.h and
libreadline.
2001-10-18 09:24:28 +00:00
Pavel Roskin
2503eb0342 * view.c (view_hook): Warning fix. 2001-10-18 08:42:20 +00:00
Pavel Roskin
1773a0fee0 * view.c (init_growing_view): Revert last change, it was wrong.
(view_hook): Don't check that the file is regular - it's now
done in do_view_init().  This fixes update problem in quick view
when moving cursor from a regular file to a directory.
2001-10-18 08:39:41 +00:00
Pavel Roskin
37e595b6ba * view.c (do_view_init): Only accept regular files. Use stat(),
not fstat() because open() would hang on pipes.  Avoid opening
the file twice.
(init_growing_view): Take file descriptor, not the filename.
(load_view_file): Likewise.
2001-10-18 06:23:02 +00:00
Pavel Roskin
fa7b354b12 * configure.in: When checking for "nroff -mandoc" support, don't
use /dev/null as input file, use stdin.  Some versions of nroff
(e.g. groff-1.16.1) don't accept special files.
2001-10-18 04:54:42 +00:00
Pavel Roskin
ddcec565ec * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
Makefile.  Don't allow any suffixes after "Makefile".
2001-10-16 07:30:33 +00:00
Andrew V. Samoilov
b7339b590f * samba/libsmb/clientgen.c (cli_RNetShareEnum): Fix Win2k
"out of server memory" error.  From samba 2.0.7 patchset.
2001-10-16 07:02:32 +00:00
Zbigniew Chyla
67958707a3 Updated Polish translation 2001-10-14 14:56:13 +00:00
Christophe Merlet
9d212adf21 Updated French Translation. 2001-10-12 21:55:22 +00:00
Andrew V. Samoilov
6b5b42a130 * ru.po: Update. 2001-10-12 11:30:51 +00:00
Pavel Roskin
fcebeec60c * lib/mc.ext.in: Add support for *.xcf files (native GIMP
format).
2001-10-12 06:32:58 +00:00
Kjartan Maraas
853c876e37 2001-10-08 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokmål) translation.
2001-10-08 20:32:36 +00:00
Christian Rose
4f8d2a0c4c 2001-10-08 Christian Rose <menthos@menthos.com>
* sv.po: Fixed some bad language problems. Thanks to
	Göran Weinholt <weinholt@linux.nu> for noticing.
2001-10-08 17:25:47 +00:00
Gediminas Paulauskas
5fee9ab3fc 2001-10-07 Artis Trops <hornet@navigators.lv>
* lv.po: Updated Latvian translation.
2001-10-07 20:02:58 +00:00
Pavel Roskin
388a2fe2bf * vfs.c (vfs_parse_filetype): Fix fallback to fifo if sockets
are not supported locally.  Support Solaris doors, also fall
back to fifo.
2001-10-07 09:01:17 +00:00
Pavel Roskin
f30f16c588 * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
Fix compress<->bzip2 conversion and conversion of tagged
archives.
2001-10-06 08:54:05 +00:00
Pavel Roskin
23bdfba2a6 * lib/mc.ext.in: Use ogginfo to view *.ogg files.
Suggested by Marcel Pol <mpol@gmx.net>
2001-10-05 22:41:33 +00:00
Pavel Roskin
b3cd72c2df * lib/mc.ext.in: Use xmms to play *.mp3 under X. When viewing
*.mp3, use "verbose" option to mpg123.  Add support for *.ogg
and *.mid files.
2001-10-05 05:51:26 +00:00
Christian Rose
589dc1d146 2001-10-03 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
2001-10-03 16:49:35 +00:00
Pavel Roskin
78982e7cc5 * sfc.c (sfs_getid): Don't use vfs_die(), return (vfsid)(-1)
instead.
2001-10-02 08:06:37 +00:00
Pablo Saratxaga
863e59949a updated Catalan file 2001-10-01 14:06:42 +00:00
Pavel Roskin
3ab6f77fee * boxes.c (tree): Rename to tree_box() to avoid confusion.
Adjust all callers and headers.
* main.c (tree_box): Rename to tree_box_cmd().
2001-10-01 06:51:15 +00:00
Pavel Roskin
ea27edf4d5 * tree.c (set_navig_label): Get argument "tree".
(set_navig_label): Likewise.  Adjust all callers.  Don't cast
function tree() to (Widget *) - it's wrong and dangerous.
2001-10-01 06:42:37 +00:00
Pavel Roskin
8e085b98fd * widget.h: Use type "buttonbarfn" more consistently.
* widget.c: Likewise.
2001-10-01 06:31:40 +00:00