Andrew V. Samoilov
6fd3330f37
* syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
...
first line regular expression.
2002-03-27 15:35:52 +00:00
Andrew V. Samoilov
b2c29197df
Minor fixes and updates
2002-03-27 15:19:56 +00:00
Pavel Roskin
c78799863e
Add mc.hlp.ru
2002-03-26 15:55:30 +00:00
Andrew V. Samoilov
3c239079b2
* eregex.h [!USE_INCLUDED_REGEX]: Include <regex.h>.
...
* regex.c: Compile only if USE_INCLUDED_REGEX is defined.
2002-03-26 14:13:10 +00:00
Andrew V. Samoilov
20154c6f50
* configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
...
or newer is not used.
2002-03-26 13:55:42 +00:00
Andrew V. Samoilov
ffd87714d2
* acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2002-03-26 13:40:14 +00:00
Andrew V. Samoilov
7f08501250
* src/Makefile.am: Move mc.hlp.ru processing ...
...
* doc/ru/Makefile.am: ... here.
2002-03-26 13:22:32 +00:00
Andrew V. Samoilov
47f1ce66af
* syntax.c (edit_read_syntax_file): Use system wide Syntax
...
Highlighting definitions' file if there is no users one.
2002-03-25 07:52:53 +00:00
Andrew V. Samoilov
8766ce3b02
* cmd.[ch] [USE_INTERNAL_EDIT] (edit_syntax_cmd:) New dialog
...
to edit Syntax Highlighting definitions file.
* main.c (CmdMenu) [USE_INTERNAL_EDIT]: Add 'Syntax file edit'
entry.
(process_args): Print mc's library directory to stdout.
2002-03-25 07:46:18 +00:00
Andrew V. Samoilov
ac26b4f20e
* complete.c (insert_text): Fix buffer overflow.
2002-03-25 07:28:25 +00:00
Andrew V. Samoilov
6b6a850816
* syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2002-03-22 08:46:53 +00:00
Wang Jian
06a448a8f8
*** empty log message ***
2002-03-21 15:13:05 +00:00
Andrew V. Samoilov
0154dbfdc3
* man2hlp.c (handle_link): Strip .B and .I
...
* gindex.pl: Use fifth argument as man2hlp location.
2002-03-21 13:01:20 +00:00
Andrew V. Samoilov
20dd6b4e88
* man2hlp.c (handle_command): Handle backslash quoting
...
for .I and .B
2002-03-21 08:13:58 +00:00
Andrew V. Samoilov
a2bd191696
* syntax/c.syntax: Highlight "%p" printf format.
...
Allow '*' as width and precision for strings and numbers.
2002-03-21 08:01:14 +00:00
Andrew V. Samoilov
3a7a27c135
* doc/mc.1.in: Fix smbfs example. Minor format fixes.
...
* doc/ru/mc.1.in: Likewise.
2002-03-21 07:57:55 +00:00
Andrew V. Samoilov
830c9ae976
* man2hlp.c (handle_command): Handle '.\"TOPICS' comment.
...
Use it for translated 'Topics:' message.
* gindex.pl: Use first line of man2hlp output as
translated 'Topics:' message if fourth argument
is empty string.
* Makefile.am (mc.hlp.ru): Use empty string as gindex.pl's
fourth argument.
2002-03-20 14:03:55 +00:00
Andrew V. Samoilov
e212629436
Use .\"TOPICS. Minor updates.
2002-03-20 13:55:08 +00:00
Andrew V. Samoilov
fae9735bb9
* textconf.c (version): Write to stdout.
...
* main.c (print_mc_usage): Add "stream" parameter to specify
file stream.
(process_args): Use print_mc_usage() with stdout as stream.
(handle_args): Use print_mc_usage() with stderr as stream.
(print_color_usage): Write to stdout.
2002-03-20 11:28:08 +00:00
Pavel Roskin
9e5818f696
* Makefile.am: Remove regex.h and regex.c.
2002-03-18 21:16:36 +00:00
Pavel Roskin
0f8df892cb
* regex.h: Remove. We now have complete regex in src.
...
* regex.c: Likewise.
2002-03-18 21:11:21 +00:00
Pavel Roskin
351a118d20
* edit.h: Use eregex.h, not regex.h.
...
From Alexander Varakin <avarakin00@hotmail.com>
2002-03-18 21:09:50 +00:00
Pavel Roskin
7ca687c8ed
* eregex.h: Update from glibc-2.2.5.
...
* regex.c: Likewise.
* find.c: Use eregex.h, not regex.h.
* util.c: Likewise.
* view.c: Likewise.
From Alexander Varakin <avarakin00@hotmail.com>
2002-03-18 21:08:18 +00:00
Pavel Roskin
ebe22f53db
* find.c (find_parameters): Invert condition when find is case
...
sensitive.
2002-03-18 20:04:13 +00:00
Pavel Roskin
31fbb7507d
* doc/ru/Makefile.am: Distribute xnc.hlp.
2002-03-18 18:02:17 +00:00
Marco Ciampa
77c96b9025
*** empty log message ***
2002-03-18 07:24:57 +00:00
Pavel Roskin
5e7549d346
Add mc.hlp.??
2002-03-12 16:26:53 +00:00
Pavel Roskin
589a0fd037
* doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2002-03-12 16:25:09 +00:00
Andrew V. Samoilov
061fa72493
* configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
...
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:43:48 +00:00
Andrew V. Samoilov
6c0e640a9d
* configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
...
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:34 +00:00
Andrew V. Samoilov
582e7d4eaa
* configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.
...
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:33 +00:00
Andrew V. Samoilov
2390d9b4b6
* doc/ru/mc.1.in: Minor fixes.
...
* doc/ru/xnc.hlp: Don't hardcode version.
2002-03-12 09:33:35 +00:00
Yuri Syrota
6f44fd1128
Updated Ukrainian translation
2002-03-11 16:20:11 +00:00
Pavel Roskin
8642495c05
* doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2002-03-08 17:29:02 +00:00
Andrew V. Samoilov
7df53e2bd2
* direntry.c (vfs_s_resolve_symlink): Comment out buggy code.
...
(vfs_s_retrieve_file): Set fh->handle to -1.
(vfs_s_read): Don't manipulate with FH->handle if it is -1.
(vfs_s_write): Likewise.
(vfs_s_close): Likewise.
2002-03-06 08:46:35 +00:00
Andrew V. Samoilov
5f2ae160c0
* file.c (copy_file_file): Rollback one hunk to eliminate infinitive loop.
2002-03-06 07:37:14 +00:00
Andrew V. Samoilov
0e0fdc3aa6
* Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
...
(mc.hlp): Likewise.
2002-03-04 14:54:34 +00:00
Andrew V. Samoilov
4bfeff6aca
* Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
...
(mc.hlp): Likewise.
2002-03-04 14:09:09 +00:00
Andrew V. Samoilov
8ce8833c37
* file.c (copy_file_file): Chmod destination only if
...
ctx->preserve is on. Eliminate gotos.
2002-03-04 13:52:39 +00:00
Andrew V. Samoilov
d05ff778ff
* configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2002-03-04 12:19:38 +00:00
Kjartan Maraas
3b97dbab7a
2002-03-03 Kjartan Maraas <kmaraas@gnome.org>
...
* no.po: Updated Norwegian (bokmål) translation.
2002-03-03 18:51:54 +00:00
Andrew V. Samoilov
51e1d26419
* Makefile.am (mc.hlp.ru): New rule to compile translated
...
help file.
(mclib_DATA): Add mc.hlp.ru.
2002-03-01 15:05:20 +00:00
Andrew V. Samoilov
3a11aa6347
* doc/ru: New directory for Russian manuals.
...
* doc/ru/mc.1.in: Translated mc.1 manual page. Originally
translated by Victor A. Kostromin for mc 4.5.30. Converted
from binary mc.hlp.ru, corrected and actualized by me.
* doc/ru/xnc.hlp: Translated lib/xnc.hlp. See above.
* doc/ru/.cvsignore: Ignore mc.1.
2002-03-01 14:39:58 +00:00
Andrew V. Samoilov
2b2dee6921
* doc/ru: New directory for Russian manuals.
...
* doc/ru/mc.1.in: Translated mc.1 manual page. Originally
translated by Victor A. Kostromin for mc 4.5.30. Converted
from binary mc.hlp.ru, corrected and actualized by me.
* doc/ru/xnc.hlp: Translated lib/xnc.hlp. See above.
* doc/ru/.cvsignore: Ignore mc.1.
2002-03-01 14:30:21 +00:00
Andrew V. Samoilov
e587297a62
* gindex.pl: Add optional 4th argument for translated
...
Content section name.
2002-03-01 14:08:03 +00:00
Andrew V. Samoilov
760d6a8115
* gindex.pl: Use [nodename] as user visible section name
...
only if next line is empty. Elsewhere use this nonempty line.
2002-02-28 16:49:26 +00:00
Andrew V. Samoilov
10517bd1fc
* mad.c: Make mem_areas dynamically growing.
...
(mad_init): Allocate memory for mem_areas.
(mad_alloc): Grow mem_areas if it is exhausted.
2002-02-28 15:36:00 +00:00
Andrew V. Samoilov
0f4a7d26f8
* filegui.c (file_mask_dialog): Enable 'follow Links'
...
and 'preserve Attributes' features in Move dialog.
(file_bps_show): Translate messages.
(file_eta_show): Likewise.
2002-02-28 15:18:10 +00:00
Andrew V. Samoilov
b5a0c42e21
(handle_command): Handle '.\"NODE' comment. Use it for
...
nodename in translated manual pages.
2002-02-28 14:38:38 +00:00
Andrew V. Samoilov
ad0767356f
* man2hlp.c (main): Don't crash if called without argument(s).
...
Make `buffer' char pointer.
2002-02-28 14:12:34 +00:00