Pavel Roskin
effd36c053
* configure.in: Determine which help translations user wants to
...
install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
* doc/Makefile.am: Set SUBDIR to the list of the requested
translations.
2002-11-29 00:46:09 +00:00
Pavel Roskin
e06b8d8704
Add uzip.
2002-11-28 23:39:50 +00:00
Pavel Roskin
62f3f2d97d
* acinclude.m4 (MC_EXTFS_CHECKS): New macro.
...
(MC_WITH_VFS): Call MC_EXTFS_CHECKS.
* configure.in: Generate vfs/extfs/uzip.
* vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
* vfs/extfs/Makefile.am: Corresponding adjustments.
2002-11-28 22:59:43 +00:00
Pavel Roskin
935b5f8bc7
* slint.c (getch): Return -1, not SLANG_GETKEY_ERROR, otherwise
...
get_key_code() crashes when calling isalpha().
2002-11-28 21:35:49 +00:00
Pavel Roskin
e9067abfaf
* sldisply.c: Fix for the previous patch. Only swap colors if
...
setf and setb are not empty.
Reported by Andras Barthazi <andras@barthazi.hu>
2002-11-28 20:35:34 +00:00
Pavel Roskin
8ba045461d
* color.c (mc_init_pair) [HAVE_SLANG]: Pass "default", not NULL
...
to SLtt_set_color() - it fixes transparency with the latest
versions of S-Lang. Treat foreground like background.
2002-11-28 18:57:05 +00:00
Pavel Roskin
759125c6c7
* syntax/sql.syntax: Add highlighting for dot and backticks.
2002-11-26 21:48:20 +00:00
Marco Ciampa
26654b3f5e
last little fixies due to work too late at light :-( (just small italian style fixies, not commands)
2002-11-26 00:28:54 +00:00
Marco Ciampa
e4bb2e68d9
All file compared and corrected with /doc/mc.1.in.
2002-11-25 23:49:00 +00:00
Andrew V. Samoilov
486038e9b4
* editoptions.c (edit_options_dialog): Clean up and use g_snprintf()
...
instead of sprintf().
2002-11-23 17:26:55 +00:00
Pavel Roskin
505bed0ac9
Add for 4.6.1:
...
Find file dialog should not be closed if the regex is invalid. Make it
possible to search for string verbatim.
2002-11-20 17:01:10 +00:00
Pavel Roskin
c0cd0ff9ec
* main.c: Eliminate finish_program variable - mc can now exit
...
immediately.
2002-11-20 15:54:33 +00:00
Marco Ciampa
4d6c31505b
Left & Right Menu page updated...
2002-11-19 23:50:10 +00:00
Andrew V. Samoilov
307e634147
Use first parameter as backup_suffix if backup_suffix is unset or empty
2002-11-19 18:56:52 +00:00
Pavel Roskin
a5c1f136d5
Add:
...
Crash in isalpha() in key.c is c=0xFFFF.
2002-11-18 21:39:54 +00:00
Pavel Roskin
1544c641e2
* screen.c (do_select): Mark panel as dirty.
2002-11-17 07:14:56 +00:00
Pavel Roskin
7cbd1dd863
* boxes.c (init_disp_bits_box): Make static.
2002-11-17 06:45:24 +00:00
Pavel Roskin
9e20efe375
* configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
...
* acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
shadow password support.
2002-11-17 05:44:21 +00:00
Pavel Roskin
7ba4aacd85
* mcserv.c (do_classic_auth): Restore support for shadow
...
passwords. Use crypt() instead of pw_encrypt() - the later is
missing on Slackware 8.0. Reported by
Christian Laubscher <christian.laubscher@tiscalinet.ch>
2002-11-17 05:38:29 +00:00
Pavel Roskin
f2331eeafc
Remove:
...
Restore shadow password support in mcserv.
(won't be done)
2002-11-17 01:25:02 +00:00
Pavel Roskin
56d650bbf1
* Makefile.am: Consolidate mcserv libraries into MCSERVLIBS.
2002-11-17 01:00:42 +00:00
Pavel Roskin
fc66f7adb3
* acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
...
Linux. Use AC_SEARCH_LIBS to find crypt(). Consolidate mcserv
libraries into MCSERVLIBS.
2002-11-17 00:54:59 +00:00
Pavel Roskin
ac96da0a1d
* configure.in: Move all mcserv related checks ...
...
* acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
2002-11-16 22:56:50 +00:00
Pavel Roskin
7b4387975b
* main.c (main): Don't call subshell_get_console_attributes() if
...
the subshell is disabled from the command line.
2002-11-15 21:41:57 +00:00
Pavel Roskin
f75a648b3f
Autoconf 2.56 released - use it.
2002-11-15 17:51:09 +00:00
Pavel Roskin
0c38cb416a
with_glib2 is gone, remove it.
2002-11-15 17:39:07 +00:00
Pavel Roskin
aa1573f046
* configure.in: Fully enable glib2. Update the documentation.
2002-11-15 17:37:53 +00:00
Pavel Roskin
27899bfa2c
* mcserv.c: Include getopt.h, don't redefine optarg.
2002-11-15 17:07:06 +00:00
Pavel Roskin
a1d4cb2a89
Minor warning fix.
2002-11-15 17:06:46 +00:00
Pavel Roskin
21bfde8acf
Minor warning fixes.
2002-11-15 17:02:44 +00:00
Pavel Roskin
dd621c3f36
Warning fixes.
2002-11-15 07:49:39 +00:00
Pavel Roskin
8bc3193273
Specify CFLAGS.
2002-11-15 07:01:32 +00:00
Pavel Roskin
8a3bce3a54
Fix warning with -Wundef.
2002-11-15 06:55:08 +00:00
Pavel Roskin
5cb2ef30f3
Fix duplicate declarations.
2002-11-15 06:38:55 +00:00
Pavel Roskin
dc724cdb6e
* names.c: Only leave actually used functions.
2002-11-15 06:19:34 +00:00
Pavel Roskin
6b2d184d9e
* ftpfs.c (ftpfs_open_socket): Use INADDR_NONE, not -1.
2002-11-15 05:41:27 +00:00
Pavel Roskin
f3afd054e9
Add:
...
Restore shadow password support in mcserv.
get_byte() in view.c produces warnings in Valgrind.
2002-11-15 05:29:53 +00:00
Pavel Roskin
f8267eb2a0
* myslang.h: Define getyx() macro.
...
* layout.c (print_vfs_message): Preserve cursor position.
2002-11-15 01:35:12 +00:00
Pavel Roskin
bb71be884a
Fix "edit" entries in the "Command" menu.
2002-11-14 23:00:50 +00:00
Pavel Roskin
9e1f47ddb7
Remove disabled entries - they give a bad example of
...
using pseudo-English (a.k.a. Engrish) in the menu.
2002-11-14 22:51:37 +00:00
Pavel Roskin
d508d0ef0c
* view.h: Make struct WView opaque, move non-interface parts ...
...
* view.c: ... here.
* layout.c: Use struct WView, not typedef WView.
2002-11-14 21:18:28 +00:00
Pavel Roskin
c9194603a4
* cmd.c: Clean up includes, don't rely on edit.h.
2002-11-14 19:56:02 +00:00
Pavel Roskin
7969f851bb
* edit.h: Decentralize includes.
2002-11-14 19:38:26 +00:00
Pavel Roskin
996886fcfd
Update includes.
2002-11-14 17:08:56 +00:00
Andrew V. Samoilov
3fbf9adabe
* samba/param/loadparm.c: Remove PASSWD_PROGRAM, SMB_PASSWD_FILE
...
and DEFAULT_PASSWD_CHAT support.
* samba/Makefile.in: Likewsise. Remove PRIVATEDIR, PASSWD_FLAGS,
CODEPAGELIST and SCRIPTS variables and yodldocs target.
* samba/configure.in: Remove --with-privatedir.
2002-11-14 12:32:41 +00:00
Andrew V. Samoilov
9cd542a5d7
* lib/mc.menu: Don't use --repetitive-best option with bzip2 -
...
it is redundant in versions 0.9.5 and above.
2002-11-14 10:50:23 +00:00
Pavel Roskin
68fdcd473a
Include wtools.h - needed because message() has been moved there.
2002-11-14 07:26:32 +00:00
Pavel Roskin
5aeb6c2422
* dialog.c (struct Refresh): Make opaque.
...
* dialog.h: Move all stuff unrelated to dialog.c ...
* wtools.h: ... here. Adjust all users.
2002-11-14 07:25:18 +00:00
Pavel Roskin
e5ca7e2124
* dialog.c (refresh_list): Make static.
...
* dialog.h: Add typedef refresh_fn.
2002-11-14 06:41:04 +00:00
Pavel Roskin
d4ddbe5148
* cmd.c (menu_edit_cmd): Make static, provide separate functions
...
without arguments to access it.
* menu.h: Make callfn function without arguments - we are not
using any arguments now.
2002-11-14 06:30:16 +00:00