Commit Graph

4057 Commits

Author SHA1 Message Date
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
Andrew V. Samoilov a3668cd14a * ftpfs.c (dir_load): Don't handle empty remote_path in special
way.
2002-08-21 08:22:33 +00:00
Pavel Roskin 67068ff0d2 Regenerate for 4.6.0-pre1. 2002-08-21 07:44:55 +00:00
Pavel Roskin c6a6860c86 Release mc-4.6.0-pre1.
* configure.in: Bump version to 4.6.0-pre1.
* po/*.po: Regenerate.
2002-08-21 07:30:05 +00:00
Pavel Roskin 9e36fa257d * global.h: Move include for rx.h and eregex.h here. 2002-08-21 07:20:39 +00:00
Pavel Roskin e7482bec93 * learn.c (learn_button): Don't allow Tab to be learned. 2002-08-21 06:50:09 +00:00
Pavel Roskin e86cb49d6b New structured text for 4.6.0-pre1. 2002-08-21 06:48:51 +00:00
Pavel Roskin da4bd88a56 * slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5. This
fixes the MC logo in the help screen.
2002-08-21 06:39:56 +00:00
Pavel Roskin 4756fbf271 * editcmd.c (freestrs): Set freed strings to NULL.
(catstrs): Use g_malloc() and g_free().
2002-08-20 23:57:34 +00:00
Pavel Roskin 2e88c3b557 Drop %q description, it's not supported and it never worked in the
text edition.
2002-08-20 23:27:00 +00:00
Pavel Roskin 42f28932fc * editcmd.c (freestrs): New function to clean temporary strings.
* edit.c (edit_clean): Call freestrs().
2002-08-20 23:18:36 +00:00
Pavel Roskin 37318c2b78 * editmenu.c: Use new create_menu() interface. 2002-08-20 21:31:23 +00:00
Pavel Roskin 608d74abda * menu.c (create_menu): Get help node as an argument.
* main.c: Use new create_menu() interface.
2002-08-20 21:30:06 +00:00
Pavel Roskin c597efa641 Trim trailing spaces. Minor changes from David Martin. 2002-08-20 21:17:30 +00:00
Pavel Roskin 1f12ab85a9 Trim trailing spaces. 2002-08-20 21:03:09 +00:00
Pavel Roskin 5611faaf76 * doc/es/mc.1.in: Minor changes.
* doc/es/xnc.hlp: Likewise.
2002-08-20 20:47:19 +00:00
Pavel Roskin cd02f87fe1 Update from David Martin <dmartina@excite.com> 2002-08-20 20:40:49 +00:00
Pavel Roskin a2bead8484 Support conditional builds. 2002-08-20 19:42:05 +00:00
Andrew V. Samoilov d49ff66fd4 * mc.spec.in: Add _mandir}/*/man1/*. 2002-08-20 16:43:06 +00:00
Andrew V. Samoilov 6e6b5d1d53 Updated 2002-08-20 16:20:40 +00:00
Pavel Roskin fdd975af3a Missing return after perror(). 2002-08-20 16:14:48 +00:00
Pavel Roskin f486423122 * man2hlp.c: Don't redirect stdout. Check result of ftell.
Drop support for invocation with 2 arguments.
2002-08-20 16:13:13 +00:00
Andrew V. Samoilov e5a783c1f9 * mc.spec.in: Add /usr/lib/mc/mc.charsets. 2002-08-20 16:05:20 +00:00
Pavel Roskin 0f55a3f130 * doc/it/mc.1.in (Controlling Midnight Commander): Remove. 2002-08-20 14:54:05 +00:00
Marco Ciampa dd5809a029 Overview done... 2002-08-20 11:08:36 +00:00
Pavel Roskin 685c693859 * configure.in: Add Italian documentation.
* doc/Makefile.am: Likewise.
2002-08-20 01:58:41 +00:00
Pavel Roskin 5154475a95 Update. 2002-08-20 01:18:23 +00:00