1
1
Этот коммит содержится в:
Miguel de Icaza 1998-09-25 20:00:42 +00:00
родитель cf76e89b54
Коммит 8fac5dd743
7 изменённых файлов: 642 добавлений и 594 удалений

Просмотреть файл

@ -5,7 +5,7 @@ AC_INIT(create_vcs)
AC_CONFIG_HEADER(config.h)
PACKAGE=mc
VERSION=4.1.35
VERSION=4.5.0
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(VERSION)

Просмотреть файл

@ -2922,6 +2922,11 @@ and unused keys everywhere).
.PP
.SH ""
.SH FILES
.PP
The program will retrieve all of its information relative to the
MCHOME environment variable, if this variable is not set, then it will
fall back to the @prefix@ directory.
.PP
@prefix@/lib/mc.hlp
.IP
The help file for the program.

Просмотреть файл

@ -342,7 +342,7 @@ GnomeUIInfo gnome_panel_about_menu [] = {
};
GnomeUIInfo gnome_panel_menu [] = {
{ GNOME_APP_UI_SUBTREE, N_("File"), NULL, &gnome_panel_file_menu },
{ GNOME_APP_UI_SUBTREE, N_("_File"), NULL, &gnome_panel_file_menu },
{ GNOME_APP_UI_SUBTREE, N_("Window"), NULL, &gnome_panel_panel_menu },
{ GNOME_APP_UI_SUBTREE, N_("Commands"), NULL, &gnome_panel_commands_menu },
{ GNOME_APP_UI_SUBTREE, N_("Options"), NULL, &gnome_panel_options_menu },

Просмотреть файл

@ -137,8 +137,10 @@ dialog_key_pressed (GtkWidget *win, GdkEventKey *event, Dlg_head *h)
}
gtk_signal_emit_stop_by_name (GTK_OBJECT (win), "key_press_event");
dlg_key_event (h, key);
return TRUE;
if (dlg_key_event (h, key))
return TRUE;
else
return FALSE;
}
void

Просмотреть файл

@ -77,7 +77,7 @@ uninstall:
-$(RMF) $(DESTDIR)$(bindir)/$(binprefix)mcedit
distcopy:
$(CP) $(DIST) ../../mc-$(VERSION)/edit
$(CP) $(DIST) ../../mc-$(VERSION)/gtkedit
depend dep: mcdep

1213
po/mc.pot

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -2,9 +2,9 @@
FIles transferred over SHell protocol (V 0.0.2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This protocol was designed for transferring files over secureshell
(ssh) connection. It can be as well used for transfers over rsh, and
there may be other uses.
This protocol was designed for transferring files over a remote shell
connection (rsh and compatibles). It can be as well used for transfers over
rsh, and there may be other uses.
Client sends requests of following form: