Pavel Roskin
1e15aecb9f
* myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
...
to avoid relying on symlinks.
2001-12-21 20:17:22 +00:00
Pavel Roskin
0dd5f511be
* _slang.h: Include slang-mc.h.
...
* slang-mc.h: Add protection against using with system installed
S-Lang library.
* sl*.c: Only include _slang.h, but not slang.h to avoid making
symlinks.
2001-12-21 20:14:55 +00:00
Akira TAGOH
a66ebf971e
2001-12-20 Akira TAGOH <tagoh@gnome.gr.jp>
...
* ja.po: Updated Japanese translation.
2001-12-20 09:35:48 +00:00
Pavel Roskin
d588d57360
* extfs/ulha.in: Support for "[unknown]" and other permissions
...
in brackets. Pass the date unchanged - mc can now deal with it.
Use "lha lq" to list the archive and don't remove headers and
footers of the listing.
2001-12-18 22:55:21 +00:00
Pavel Roskin
5d27f706bd
* utilunix.c (init_groups): Don't return prematurely if the
...
primary group cannot be found (it can happen on Cygwin).
2001-12-18 20:00:27 +00:00
Marco Ciampa
9127aabf26
*** empty log message ***
2001-12-17 16:09:24 +00:00
Marco Ciampa
c8e31fc95a
Changed Learn keys menu - corrected.
2001-12-17 16:02:33 +00:00
Marco Ciampa
94556dafdd
Last cosmetics changes (some menu names, spaces missing and so on...)
2001-12-17 15:03:47 +00:00
Peteris Krisjanis
848c8860e1
U
2001-12-11 21:52:01 +00:00
Pavel Roskin
15c3c2fe8d
New item:
...
Directories with many files are now reloaded much faster.
Thanks to Björn Eriksson <mdeans@algonet.se>
2001-12-11 00:33:40 +00:00
Pavel Roskin
340f689384
* dir.c (do_reload_dir): Hash-table added.
...
From Björn Eriksson <mdeans@algonet.se>
2001-12-11 00:30:12 +00:00
Pavel Roskin
b8eecba1d9
Comment fix. From Björn Eriksson <mdeans@algonet.se>
2001-12-07 02:47:04 +00:00
Christian Meyer
14564f39ac
Updated German translation.
2001-12-06 00:16:39 +00:00
Vincent van Adrighem
b9c3f2f07b
2001-12-05 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
...
* nl.po Translation updated and polished
2001-12-05 15:11:31 +00:00
Pavel Roskin
27d176979b
s/crush/crash/ and other minor things.
2001-12-03 23:38:11 +00:00
Pavel Roskin
111c11418a
* dir.c (do_reload_dir): Optimize the logic - count the marks
...
and only match new entries against old entries if at least one
mark has not been transferred.
From Björn Eriksson <mdeans@algonet.se>
2001-12-03 21:39:41 +00:00
Wang Jian
72421061d3
*** empty log message ***
2001-12-01 15:14:09 +00:00
Wang Jian
c1605a677c
*** empty log message ***
2001-12-01 14:56:23 +00:00
Wang Jian
ffe1bc71e7
*** empty log message ***
2001-12-01 13:29:23 +00:00
Wang Jian
eea9e0d2ab
*** empty log message ***
2001-11-30 15:29:47 +00:00
Pavel Roskin
bfb469435d
* lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2001-11-29 21:27:55 +00:00
Pavel Roskin
acbe83ef9c
* main.c (midnight_callback): Implement "auto menus".
2001-11-29 21:03:16 +00:00
Pavel Roskin
905b9ac8f8
* layout.c: Make more variables static.
2001-11-29 20:30:50 +00:00
Pavel Roskin
d816549ab9
* cons.saver.c: Define LINUX_CONS_SAVER_C so that some parts
...
of cons.saver.h can be omitted.
* cons.saver.h: Declare nothing but constants if
LINUX_CONS_SAVER_C is defined.
2001-11-29 20:28:48 +00:00
Wang Jian
b8f4172114
*** empty log message ***
2001-11-29 16:00:36 +00:00
Pavel Roskin
4d54921e9d
* chmod.c: Fix includes for cross-compiler. Add gettext N_()
...
and _() calls.
2001-11-29 02:26:50 +00:00
Pavel Roskin
5f2c090d3e
This directory is now dead.
2001-11-29 02:06:58 +00:00
Pavel Roskin
23589cf41b
* regex.c: Add temporarily to fix the build.
...
* regex.h: Likewise.
* Makefile.am: Add regex.c and regex.h.
From Franco Bez <franco.bez@web.de>
2001-11-29 01:56:56 +00:00
Andrew V. Samoilov
a34c2786cb
* syntax.c (apply_rules_going_right): Fix crush for lines like
...
\s+ \n lightgray/13 red
in Syntax file.
(read_one_line): Use EOF instead of -1.
(get_args): Fix buffer overflow for l without trailing
whitespace(s).
(break_a): New macro.
(edit_read_syntax_rules): Use break_a to fix memory leaks.
(edit_load_syntax): Eliminate s and use message to prevent
buffer overflow.
2001-11-28 12:40:18 +00:00
Andrew V. Samoilov
23bdcf3d1e
* editdraw.c (edit_render): Eliminate f. It's only written
...
but never read.
2001-11-28 12:31:48 +00:00
Pavel Roskin
efe14b8bf1
* lib/mc.ext.in: When running X programs in background, do it
...
from subshell. Otherwise some of them terminate when mc exits.
Reported by Christian Dysthe <christian@dysthe.net>
Remove some obsolete and gmc-specific entries. Use StarOffice
to open files detected as "Microsoft Office Document".
2001-11-28 00:25:44 +00:00
Pavel Roskin
6e6eb3465e
* lib/mc.lib: Support "Home" and "End" sequences in xterm from
...
XFree86 4.1.0.
2001-11-27 16:23:40 +00:00
Andrew V. Samoilov
d9a88088d1
* editmenu.c (edit_wrap_cmd): Use g_free() on the result
...
of input_dialog().
2001-11-27 12:38:30 +00:00
Stanislav Visnovsky
df35606f2c
2001-11-27 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
...
* sk.po: Small fix.
2001-11-27 10:43:47 +00:00
Sung-Hyun Nam
3759bf2d36
updated
2001-11-26 07:57:39 +00:00
Marco Ciampa
e01ea4002e
Changed translators mailing address.
2001-11-25 21:39:51 +00:00
Andraz Tori
7d437eaedc
Updated Slovenian translation
2001-11-24 23:27:33 +00:00
Marco Ciampa
66d35ecc6c
Gosh, some little cosmetics here...
2001-11-24 09:39:49 +00:00
Marco Ciampa
d20237f595
processsi corrected, thanks Michele P.!
2001-11-24 08:51:30 +00:00
Andrew V. Samoilov
08a8461efa
* editcmd.c (edit_save_file): Use g_free() on the result of
...
mc_mkstemps().
2001-11-22 10:56:09 +00:00
Andrew V. Samoilov
07302c86a4
* lib/mc.menu (Extract compressed tar files to subdirectories): Use $i in case statement
2001-11-22 09:28:04 +00:00
Andrew V. Samoilov
1ce932fd6e
* configure.in: Add quotes in ALL_LINGUAS test
2001-11-22 07:43:11 +00:00
Peteris Krisjanis
4f4630bce6
no message
2001-11-21 16:06:08 +00:00
Andrew V. Samoilov
29dd051ce8
* edit.c (edit_renew): Release dir after use.
...
* editcmd.c (edit_replace_dialog): Eliminate tsearch_text,
treplace_text and targ_order.
(edit_replace_cmd): edit_replace_dialog gives g_malloced
strings, so g_strdup/g_free have to be used. Accept only
positive pattern number in Scanf search and replace.
(edit_save_file): Enable safe save and backups on remote VFS.
2001-11-19 07:31:32 +00:00
Andrew V. Samoilov
8525b2622a
* doc/mcedit.1.in: Fix help file location.
2001-11-16 11:50:23 +00:00
Andrew V. Samoilov
b6b8cd0433
* edit_key_translator.c (cooledit_key_map):
...
Add C-k, CK_Delete_To_Line_End.
* edit.c (user_menu): Don't assign block_file twice.
2001-11-16 07:23:36 +00:00
Pavel Roskin
fa89635b51
Fully eliminate all references to HAVE_X and HAVE_GNOME.
2001-11-14 23:20:37 +00:00
Pavel Roskin
5fac744c29
* chmod.c: Remove all occurences of HAVE_X.
...
* drive.c: Likewise.
2001-11-14 23:13:53 +00:00
Pavel Roskin
d62c8ee427
* dir.c (do_sort): Correctly handle the case when there is no
...
".." entry (i.e. panelized mode).
2001-11-14 20:32:47 +00:00
Pavel Roskin
e50abb3f80
* view.c (do_view_init): Make sure _file is not
...
an empty string before mc_stat and mc_open.
Memory leak fixed.
2001-11-14 20:15:36 +00:00