Pavel Roskin
3982497692
* dlg.c (x_set_dialog_title): Force uniform spacing.
...
From Andrew Borodin <borodin@zarya-k.ru>
2002-08-24 16:10:26 +00:00
Pavel Roskin
40136e5f74
* utilunix.c (check_error_pipe): Check error_pipe[0], not
...
stdout. From Pavel Tsekov <ptsekov@gmx.net>
2002-08-24 16:03:23 +00:00
Pavel Roskin
9066ce18c0
* achown.c (chown_refresh): Use common_dialog_repaint().
2002-08-24 06:11:54 +00:00
Pavel Roskin
27978d1b55
* dlg.h (struct Dlg_head): Separate user flags and internal
...
flags. Make "direction" a user flag. Adjust all dependencies.
* dlg.c (run_dlg): Return ret_value.
2002-08-24 04:51:09 +00:00
Pavel Roskin
815ee8d8e8
Fix mismatching format strings.
2002-08-24 01:48:43 +00:00
Pavel Roskin
45864c19ed
* text.c (default_edition_colors): Use more rxvt-friendly color
...
for dhotnormal.
2002-08-23 22:14:03 +00:00
Pavel Roskin
f2bb68f3c2
* Makefile.am: Use mcserv_LDFLAGS, not mcserv_LDADD for the
...
libraries.
2002-08-23 21:22:43 +00:00
Pavel Roskin
214358fb02
* configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
...
use only for the programs that need it (mc and mcserv).
2002-08-23 21:02:42 +00:00
Pavel Roskin
96087a4179
* Makefile.am: Remove definition of CONFDIR, it's not used.
2002-08-23 20:49:44 +00:00
Pavel Roskin
b42a87f315
* configure.in: Fix help text for gpm and ncurses. Properly
...
handle --without-ncurses.
Reported by Moritz Barsnick <moritz@barsnick.net>
2002-08-23 20:03:30 +00:00
Pavel Roskin
fa57ac87d4
* configure.in: Work around a bug in Autoconf-2.53 that prevents
...
splitting of user-specified path in AC_PATH_PROGS.
2002-08-23 19:44:50 +00:00
Pavel Roskin
479d96a2ef
* configure.in: Move glib test earlier, as it tends to fail for
...
many users. Make GLIB_CONFIG a precious variable. Check for
glib12-config - that's how it's called on FreeBSD.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-08-23 15:56:51 +00:00
Marco Ciampa
f0f9c9f1ae
...
2002-08-23 07:38:28 +00:00
Pavel Roskin
9feb2ffdf5
* layout.c (print_vfs_message): Set normal color, don't use
...
random current attributes.
2002-08-22 23:59:20 +00:00
Pavel Roskin
c3e1cd0a98
* dlg.h (struct Dlg_head): Eliminate "data" field, it duplicated
...
functionality of "title".
* wtools.c (query_callback): Use dialog_repaint().
(quick_callback): Use common_dialog_repaint().
2002-08-22 23:31:35 +00:00
Pavel Roskin
5a7226fc59
* learn.c (learn_callback): Use common_dialog_repaint().
...
* achown.c (chl_callback): Likewise.
2002-08-22 23:01:08 +00:00
Pavel Roskin
6810d3211e
* dialog.h: Cleanup unused functions.
...
* dialog.c: Cleanup unused headers.
2002-08-22 22:53:02 +00:00
Pavel Roskin
74d224e1b2
* editcmd.c: Clean up global variables in the completion code.
2002-08-22 22:15:39 +00:00
Pavel Roskin
6a30513830
* configure.in: Remove old-style Linux-only support for shadow
...
passwords.
2002-08-22 18:45:27 +00:00
Pavel Roskin
5873f73e63
* mcserv.c: Remove old-style Linux-only support for shadow
...
passwords.
* Makefile.am: Remove reference to SHADOWLIB.
2002-08-22 18:39:54 +00:00
Pavel Roskin
6071fea76d
* editwidget.c: Use new dialog flags.
...
* editcmd.c: Likewise.
(edit_completion_dialog): Set DLG_COMPACT for the dialog.
2002-08-22 15:38:27 +00:00
Pavel Roskin
8aa61fffa3
* dlg.h (struct Dlg_head): Fold fields "raw" and "has_menubar"
...
into one field "flags". Adjust all dependencies. Add new flag
DLG_COMPACT.
* wtools.c (dialog_repaint): Draw frame without spaces if
DLG_COMPACT flag is set.
* complete.c (complete_engine): Set DLG_COMPACT.
(query_callback): Use common_dialog_repaint().
2002-08-22 15:34:25 +00:00
Zbigniew Chyla
c221153512
Updated Polish translation by GNOME PL Team <translators@gnome.pl>
2002-08-22 11:01:40 +00:00
Marco Ciampa
4ffcac1c16
Authors and others translations...
2002-08-22 10:56:55 +00:00
Marco Ciampa
a2f9d06817
Some italian trimming...
2002-08-22 08:48:33 +00:00
Marco Ciampa
849cc74543
advance in help file translation...
2002-08-22 08:48:06 +00:00
Andrew V. Samoilov
4cce966476
* textconf.c (features) [USE_VFS]: Add cpiofs.
...
[USE_VFS && USE_NETCODE]: Add fish.
2002-08-22 07:31:08 +00:00
Pavel Roskin
1d2d88c2b9
* keys.h: Remove, include ...
...
* myslang.h: ... here.
* Makefile.am: Remove keys.h.
2002-08-22 06:56:35 +00:00
Pavel Roskin
089a1ae9e5
* editcmd.c (compl_callback): Use common_dialog_repaint().
2002-08-22 06:10:41 +00:00
Pavel Roskin
8275c2f5fd
* editcmd.c (raw_callback): Use standard common_dialog_repaint()
...
to handle DLG_DRAW.
2002-08-22 05:58:30 +00:00
Pavel Roskin
089a5523fd
* dlg.h: Remove unused fields in struct Dlg_head.
...
* dlg.c: Adjust for the above.
2002-08-22 05:15:47 +00:00
Pavel Roskin
9803d2ea90
* dlg.h: Remove unused fields in struct Widget.
...
* dlg.c: Adjust for the above.
* layout.c: Likewise.
2002-08-22 00:50:24 +00:00
Pavel Roskin
83b5c737aa
* cmd.c (info_cmd_no_menu): Toggle info screen.
...
(quick_cmd_no_menu): Toggle quick view.
2002-08-22 00:27:14 +00:00
Pavel Roskin
1f423be341
* help.c (interactive_display): Always show button bar.
2002-08-21 23:02:19 +00:00
Pavel Roskin
231f67342e
* editwidget.c (edit): Make edit_bar a local variable.
2002-08-21 22:54:27 +00:00
Pavel Roskin
f871fca140
* widget.c (buttonbar_callback): Fix a bug that prevented the
...
last byte from being redrawn.
Reported by David Martin <dmartina@excite.com>
2002-08-21 22:52:29 +00:00
Pavel Roskin
564dc4264b
* layout.c (setup_panels): Make the button bar 0 lines high if
...
it's invisible, so that mouse click on the history button works
with invisible button bar.
2002-08-21 22:27:52 +00:00
Pavel Roskin
fdcc7ba2b6
Add a note about corrupted zip files.
2002-08-21 21:56:11 +00:00
Pavel Roskin
2f9416892a
* widget.c: Make more functions static.
2002-08-21 21:47:29 +00:00
Pavel Roskin
a29ebd7987
* ext.c: (regex_check_type): Further split. Restore caching
...
broken in the previous commit.
2002-08-21 19:22:32 +00:00
Pavel Roskin
fdebf03b34
* ext.c (regex_command): Separate checking for "type/" into ...
...
(regex_check_type): ... this.
2002-08-21 16:24:17 +00:00
Pavel Roskin
c5c8b2b363
Update from Andrew Borodin <aborodin@vmail.ru>
2002-08-21 15:28:53 +00:00
Pavel Roskin
dd0c714830
Change description, update URLs, allow dash in the version.
2002-08-21 15:25:54 +00:00
Pavel Roskin
e3319c5e37
* configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
...
now, otherwise Automake 1.5 breaks. Remove version number from
AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
Substiture RH_VERSION, which is VERSION without dashes, needed
for RedHat specfile.
2002-08-21 15:22:06 +00:00
Andrew V. Samoilov
157d8cd09e
Describe ~/.mc/bindings. Add reference to original English version
...
of this manual.
2002-08-21 11:40:03 +00:00
Marco Ciampa
0162a33a1a
Fixed 2 fuzzy...
2002-08-21 11:26:43 +00:00
Marco Ciampa
b9b8ec14c3
Last fuzzy trimmed...
2002-08-21 11:14:23 +00:00
Marco Ciampa
edb2b2fe12
Restricted to fit on one page on startup.
2002-08-21 11:08:20 +00:00
Marco Ciampa
403175b300
*** empty log message ***
2002-08-21 11:07:41 +00:00
Pavel Roskin
1ddb5ffe82
* configure.in: Bump version to 4.6.0-pre1a. Don't use
...
arguments in AM_INIT_AUTOMAKE to avoid defining the version in
two places.
2002-08-21 08:30:38 +00:00