Andrew V. Samoilov
b88d5933a8
Use .\"NODE instead of ./"NODE
2002-09-01 10:58:24 +00:00
Andrew V. Samoilov
cd9e02c125
* man2hlp.c (print_error): Print input filename.
...
(handle_command): Handle .P, .LP, .IP and .br.
Ignore comments and .TH (Title header).
Report about unsupported commands.
2002-09-01 10:45:35 +00:00
Andrew V. Samoilov
9363d3f2cc
Updated
2002-09-01 09:23:05 +00:00
Andrew V. Samoilov
7d821e954e
* user.c (debug_out): Use "%s" as text argument.
2002-09-01 08:10:11 +00:00
Andrew V. Samoilov
ab44f618f9
* win.c (key_name_conv_tab): Fix initialization.
2002-09-01 07:42:54 +00:00
Andrew V. Samoilov
17a8ca0706
* ext.c (regex_command): Use "%s" as text argument.
2002-09-01 07:38:24 +00:00
Andrew V. Samoilov
dd3e9e07c6
* ext.c (regex_command): Use "ChangeLog" as text argument.
2002-09-01 07:38:24 +00:00
Andrew V. Samoilov
019c16b047
* samba/param/loadparm.c: Add global_scope variable.
...
(parm_table): Add netbios scope parameter.
* samba/lib/util.c: Remove scope variable. Use global_scope instead.
* samba/libsmb/nmblib.c (make_nmb_name): Remove scope parameter and
use global_scope instead.
* samba/libsmb/namequery.c: Adjust make_nmb_name() calls.
* samba/include/proto.h: Adjust make_nmb_name() declaration.
From samba 2.0.7 patchset.
* samba/param/loadparm.c (lp_adduser_script): Commented out.
(lp_deluser_script): Likewise.
(lp_add_printer): Likewise.
(lp_add_one_printer): Likewise.
* samba/lib/util.c (reduce_name): Likewise.
(transfer_file): Likewise.
* smbfs.c (smbfs_do_connect): Adjust make_nmb_name() calls.
2002-09-01 06:51:24 +00:00
Andrew V. Samoilov
cd9cb5c78f
* doc/pl/mc.1.in: Remove trailing whitespace(s).
...
Fix cooledit file locations and replace tabs with spaces into .nf.
2002-08-31 17:51:40 +00:00
Pavel Roskin
74c4b19546
* help.c (show): Fix segfault on unterminated help files.
...
From David Martin <dmartina@excite.com>
2002-08-31 14:20:14 +00:00
Andrew V. Samoilov
581cd941f9
Updated
2002-08-31 10:31:41 +00:00
Pavel Roskin
517e1cf8e7
* key.c (get_event): Reduce scope of select_set. Don't check
...
mouse_enabled all the time, instead break out of the loop if it
becomes 0.
2002-08-31 06:40:47 +00:00
Pavel Roskin
66f37c0af4
* main.c (do_nc): Make midnight_colors[] local to do_nc().
...
Initialize normal color - it's used by the tree.
* boxes.c (tree_box): Use standard dialog_colors.
* tree.c: Use NORMALC for normal entries.
2002-08-31 05:50:06 +00:00
Pavel Roskin
d02a8d6473
* editwidget.c (edit): Avoid passing an uninitialized color
...
array to create_dlg() - pass NULL instead.
2002-08-31 04:33:40 +00:00
Pavel Roskin
68f0b4b8b4
* view.c (view): Avoid passing an uninitialized color array to
...
create_dlg() - pass NULL instead.
2002-08-31 04:30:57 +00:00
Pavel Roskin
8eb26481c1
Missed "const" for query_colors in the last commit.
2002-08-31 00:31:14 +00:00
Pavel Roskin
180ec10d69
* color.c: Define global array alarm_colors for the colors used
...
in the dialogs that should be most visible (error messages,
request to delete or overwrite).
(load_dialog_colors): Initialize alarm_colors.
* filegui.c: Use alarm_colors.
* wtools.c: Likewise.
* dlg.c (create_dlg): Make the color_set array constant.
2002-08-31 00:29:48 +00:00
Pavel Roskin
485a8cbac1
* wtools.c (common_dialog_repaint): Use colors specific to the
...
current dialog, not fixed colors for "normal" dialogs.
* filegui.c (replace_callback): Eliminate, use
common_dialog_callback() instead.
2002-08-30 23:48:38 +00:00
Pavel Roskin
947a8c8c1b
* filegui.c (file_op_context_create_ui): Use
...
common_dialog_callback(). Set title to the operation name.
(op_win_callback): Remove, it's unused.
2002-08-30 23:32:59 +00:00
Andrew V. Samoilov
0dcd0fbddd
* doc/pl/mc.1.in: Eliminate some .BR
2002-08-30 12:25:32 +00:00
Marco Ciampa
b99b28fbaf
*** empty log message ***
2002-08-29 08:42:43 +00:00
Pavel Roskin
f8996f5846
* view.c: Make static whatever possible.
...
* view.h: Remove internal view routines.
2002-08-27 19:10:54 +00:00
Andrew V. Samoilov
c7e9ee10d4
Fix cooledit.macros location
2002-08-27 17:26:52 +00:00
Andrew V. Samoilov
63d111db28
* editcmd.c (edit_printf): Use g_vsnprintf() instead of sprintf().
2002-08-27 17:01:23 +00:00
Andrew V. Samoilov
3f03b46b8d
* selcodepage.c (select_charset): Use snprintf instead of sprintf.
...
(do_select_codepage) [!HAVE_ICONV]: Remove.
2002-08-27 13:23:29 +00:00
Marco Ciampa
11a29d8cbd
Sort order transalted...
2002-08-27 11:34:11 +00:00
Marco Ciampa
6b68c5f53f
*** empty log message ***
2002-08-27 11:30:40 +00:00
Marco Ciampa
6b300727ae
Sort order diaolg box trim.
2002-08-27 11:30:11 +00:00
Andrew V. Samoilov
6407a05869
* man2hlp.c (fopen_check): Fix buffer overflow on error
2002-08-27 10:39:09 +00:00
Marco Ciampa
f7b5e31e26
*** empty log message ***
2002-08-27 10:20:30 +00:00
Andrew V. Samoilov
7da2c3b5cf
* be.po: Updated Belarusian translation by
...
Vital Khilko <dojlid@mova.org>.
2002-08-27 07:25:45 +00:00
Pavel Roskin
d467cf4003
Update.
2002-08-27 07:25:27 +00:00
Pavel Roskin
3fd891256c
* lib/mc.ext.in: Add new OpenOffice.org formats. Always use
...
OpenOffice.org, not StarOffice. Add more video formats.
2002-08-27 06:33:47 +00:00
Pavel Roskin
27b3644329
* lib/mc.ext.in: Use gzip instead of gunzip and compress. Avoid
...
unnecessary pipeline. Redirect stderr from cpio, because it can
be non-empty even for successful operations.
2002-08-27 05:59:06 +00:00
Pavel Roskin
9514de4ed7
* charsets.c: Add disclaimer of warranty.
...
* filenot.c: Likewise.
* fileopctx.c: Likewise.
* mfmt.c: Likewise.
* selcodepage.c: Likewise.
* text.c: Likewise.
* textconf.c: Likewise.
2002-08-27 05:27:11 +00:00
Pavel Roskin
c4cb874e0c
Fix a result of man2hlp breakage.
2002-08-27 04:33:18 +00:00
Pavel Roskin
3c57e07af3
* man2hlp.c (main): Factor error checks in fopen() and fclose(),
...
eliminate reuse of variables for different purposes, add more
comments. Correctly process "&" escape.
The last part is from David Martin <dmartina@excite.com>
2002-08-27 04:27:26 +00:00
Pavel Roskin
2e9199e961
Update.
2002-08-27 02:06:13 +00:00
Pavel Roskin
f045dfe3ae
Update from David Martin <dmartina@excite.com>
2002-08-27 01:38:15 +00:00
Pavel Roskin
2adae11aa4
* main.c (init_xterm_support): Force xterm-style screen saving
...
and no mouse on "cygwin" terminal.
2002-08-26 15:26:38 +00:00
Marco Ciampa
6e1a272381
*** empty log message ***
2002-08-26 11:23:37 +00:00
Marco Ciampa
77dd6b6d67
*** empty log message ***
2002-08-26 09:00:39 +00:00
Marco Ciampa
b1348ba2c2
Corrected terrible mistake...
2002-08-26 07:39:05 +00:00
Marco Ciampa
421b6af92b
Querybox translated...
2002-08-26 06:52:33 +00:00
Marco Ciampa
98e26676bd
*** empty log message ***
2002-08-26 06:43:08 +00:00
Marco Ciampa
ae69813a5e
Translated til menu left and right ...
2002-08-26 06:42:47 +00:00
Marco Ciampa
02519ea872
Slightly modified to conform to interactive help...
2002-08-26 06:41:47 +00:00
Pavel Roskin
565df8c70f
* extfs/urar.in: Use rar if unrar is missing.
...
From PLD Linux Distribution.
2002-08-26 04:51:10 +00:00
Pavel Roskin
5894dcecb4
New syntax rules - RPM specfile.
2002-08-26 04:49:59 +00:00
Pavel Roskin
7744a57826
* extfs/urar.in: Use rar if unrar is missing.
...
From PLD Linux Distribution.
2002-08-26 04:44:20 +00:00