Commit Graph

5252 Commits

Author SHA1 Message Date
Pavel Roskin
9f903a7545 * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
versions that required the native curses library on some OSes.
2003-01-22 07:10:38 +00:00
Pavel Roskin
73c700af4b * util.c (size_trunc): Remove "b" from the output - it's
redundant and wrong - the abbreviation for byte is "B".
Reported by Werner Lemberg <wl@gnu.org>
2003-01-22 07:07:05 +00:00
Andraz Tori
ac31d97a9e Updated Slovenian translation 2003-01-21 20:15:18 +00:00
Pavel Roskin
c89876b805 Mode things to do before 4.6.0. 2003-01-21 18:08:09 +00:00
Andraz Tori
afdfab1920 Updated Slovenian translation 2003-01-21 11:28:56 +00:00
Pavel Roskin
51f61ccbd0 * screen.c (string_file_type): Check for "regularity" before
checking for executable bit.
(file_compute_color): Likewise.
2003-01-21 00:40:45 +00:00
Pavel Roskin
54a2e8283d Wrong function listed. 2003-01-21 00:33:03 +00:00
Pavel Roskin
2665057b7c * dir.c (handle_dirent): Fix cleaning the stat buffer if
mc_lstat() fails.  Leave buf1->st_mode to be 0, so that the
entry is marked as a "non-regular file of unknown kind".
* screen.c (do_enter_on_file_entry): Try to change directory
when pressing Enter on a non-stat()able file.
2003-01-21 00:31:43 +00:00
Pavel Roskin
7532ed2827 * screen.c (string_file_size_brief): Represent non-regular files
of unknown kind by '?'.
(file_compute_color): Use for them the same color as for stale
links.
2003-01-21 00:12:07 +00:00
Pavel Roskin
5f63841598 * main.c: Change default value of full_eight_bits to 0 - it's
reported to be broken on many terminals.
2003-01-20 23:45:13 +00:00
Pavel Roskin
f33d076970 * man2hlp.c (main): Initialize cnode->heading_level.
Bug report by Tribhuvan <loka@rcn.com>
2003-01-20 23:21:57 +00:00
Pavel Roskin
811a7a4dce Fix nroff error. 2003-01-20 17:58:28 +00:00
Pavel Roskin
7bce84d95d Add mcview.1 2003-01-20 17:08:33 +00:00
Pavel Roskin
8f02c8ee72 * dir.c (sort_size): Avoid any arithmetic except comparison on
file sizes - they may not fit "int" that the function returns.
Original patch by Bulia Byak <bulia@dr.com>
2003-01-20 17:06:24 +00:00
Andrew V. Samoilov
e015c70198 * profile.c (load): Handle corrupted section header.
Reported by skol@sbox.tugraz.at.
(GetPrivateProfileInt): Make intBuf and buf auto variables.
2003-01-20 14:33:02 +00:00
Pavel Roskin
6bf1782b77 * screen.c (do_search): Use case-insensitive search if and only
if the sort order is case-insensitive.
Suggested by Bulia Byak <bulia@dr.com>
2003-01-20 14:18:29 +00:00
Pavel Roskin
f3342d126e Minor formatting fixes. 2003-01-20 14:08:22 +00:00
Pavel Roskin
51336715cb Fix nroff error. 2003-01-20 14:07:59 +00:00
Pavel Roskin
f56c86893e Formatting and minor editorial changes.
Remove irrelevant part about X colors.
2003-01-20 13:58:36 +00:00
David Martin
fc59b36c12 Update. 2003-01-20 12:39:09 +00:00
Pavel Roskin
1ccfa25357 Minor formatting and textual fixes. 2003-01-19 17:47:50 +00:00
Pavel Roskin
6caf099244 Update download location. 2003-01-19 17:10:58 +00:00
Pavel Roskin
fd8c17ed7c * doc/mcview.1.in: New file.
* configure.in: Treat it like doc/mcedit.1.in.
* doc/Makefile.am: Likewise.
2003-01-19 16:49:38 +00:00
Pavel Roskin
a32e6fc699 * doc/mc.1.in (Layout): Document 'Xterm window title' option. 2003-01-19 15:07:25 +00:00
Pavel Roskin
02794a5cce * dir.c (do_load_dir): Remove dotdot_found - handle_dirent()
doesn't process ".." now.  Don't add ".." to the "/" directory.
(do_reload_dir): Likewise.
Suggested by Bulia Byak <bulia@dr.com>
2003-01-19 12:37:27 +00:00
Pavel Roskin
abad291b5e * dir.c (handle_dirent): If mc_lstat() fails, assume that the
entry is a directory.  This is useful for QNX Neutrino.
2003-01-19 12:07:43 +00:00
Pavel Roskin
2564bbf5a5 Remove old strings. 2003-01-19 11:45:30 +00:00
Andrew V. Samoilov
2fdd86e31d * man2hlp.c (fclose_check): Call ferror() and exit on file error. 2003-01-16 18:54:47 +00:00
David Martin
6fda1f347e Add EXTernal virtual File System node (extfs). 2003-01-16 10:37:06 +00:00
David Martin
4dd1cc528e Set man pages header and footer. 2003-01-16 10:30:41 +00:00
Andrew V. Samoilov
172f2daf8d Fix suggested by Ivan Zakharyaschev <imz@altlinux.org> and minor changes 2003-01-15 19:16:40 +00:00
Andrew V. Samoilov
1daab23a66 * man2hlp.c (main): Use fgets() return value in while loop instead of
feof() because end-of-file indicator can be false on error.
2003-01-15 16:27:17 +00:00
Andrew V. Samoilov
49b5356345 * man2hlp.c (handle_command): Fix possible buffer overflow.
(handle_link): Likewise.
2003-01-15 14:20:01 +00:00
Andrew V. Samoilov
483d470073 * man2hlp.c (handle_command): Fix possible buffer overflow.
(handle_link): Likewise.
2003-01-15 11:24:56 +00:00
Andrew V. Samoilov
1dfc24bd42 2002-12-24 Adam Byrtek <alpha@debian.org>
* extfs/patchfs.in: context diff format support, regular
	expressions precompiled, some minor fixes
2003-01-13 12:07:45 +00:00
David Martin
e886207c20 Update Spanish messages and help. 2003-01-13 11:02:20 +00:00
Andraz Tori
9c85e633e2 Updated Slovenian translation 2003-01-12 12:15:40 +00:00
Andraz Tori
662f2c908c Updated Slovenian translation 2003-01-12 12:11:45 +00:00
David Martin
dd3e5a003c Typos and formatting corrections.
Suggested by Delanoy Frederic <bn304001@belgacom.net>
2003-01-10 20:03:07 +00:00
David Martin
39b4573f5e Update. 2003-01-10 11:51:28 +00:00
Pavel Roskin
bd2d5e74da Fixes from Andrew Borodin <borodin@zarya-k.ru> 2003-01-08 21:58:36 +00:00
Marco Ciampa
6109e7515b A little fix... 2003-01-06 21:07:18 +00:00
Pavel Roskin
325bf57d86 Typo fix. 2002-12-30 23:19:14 +00:00
Andras Timar
161482d0bf 2002-12-30 Andras Timar <timar@gnome.hu>
* hu.po: Updated Hungarian translation from
	         Arpad Biro <biro_arpad@yahoo.com>.
2002-12-30 21:54:20 +00:00
Andrew V. Samoilov
e255e22680 Typo fixed 2002-12-30 14:02:33 +00:00
Andrew V. Samoilov
196dd0c1de * extfs/rpm: Use --nosignature only if rpm supports this. 2002-12-29 09:19:36 +00:00
Andrew V. Samoilov
1df610498d Updated Ukrainian translation 2002-12-29 09:08:49 +00:00
Andras Timar
8e70977c40 2002-12-29 Andras Timar <timar@gnome.hu>
* hu.po: Updated Hungarian translation from
	         Arpad Biro <biro_arpad@yahoo.com>.
2002-12-29 00:22:33 +00:00
Marco Ciampa
c00f60b4fc po header standard info updated 2002-12-28 16:14:19 +00:00
Marco Ciampa
52488587e7 updated xterm messages due to last src update.. 2002-12-28 09:32:51 +00:00