diff -ruN old/mc-4.5.15/Specfile new/mc-4.5.16/Specfile --- old/mc-4.5.15/Specfile Mon Feb 15 18:29:07 1999 +++ new/mc-4.5.16/Specfile Mon Feb 15 21:13:26 1999 @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 4.5.15 +%define ver 4.5.16 %define prefix /usr Summary: Midnight Commander visual shell diff -ruN old/mc-4.5.15/VERSION new/mc-4.5.16/VERSION --- old/mc-4.5.15/VERSION Mon Feb 15 18:29:07 1999 +++ new/mc-4.5.16/VERSION Mon Feb 15 21:13:26 1999 @@ -1 +1 @@ -#define VERSION "4.5.15" +#define VERSION "4.5.16" diff -ruN old/mc-4.5.15/configure new/mc-4.5.16/configure --- old/mc-4.5.15/configure Mon Feb 15 18:29:07 1999 +++ new/mc-4.5.16/configure Mon Feb 15 21:13:25 1999 @@ -586,7 +586,7 @@ PACKAGE=mc -VERSION=4.5.15 +VERSION=4.5.16 cat >> confdefs.h <\n" "Language-Team: LANGUAGE \n" @@ -3739,43 +3739,43 @@ msgid "The TERM environment variable is unset!\n" msgstr "" -#: src/main.c:2539 +#: src/main.c:2541 #, c-format msgid "Library directory for the Midnight Commander: %s\n" msgstr "" -#: src/main.c:2550 +#: src/main.c:2552 msgid "" "Option -m is obsolete. Please look at Display Bits... in the Option's menu\n" msgstr "" -#: src/main.c:2676 +#: src/main.c:2678 msgid "Geometry for the window" msgstr "" -#: src/main.c:2676 +#: src/main.c:2678 msgid "GEOMETRY" msgstr "" -#: src/main.c:2677 +#: src/main.c:2679 msgid "No windows opened at startup" msgstr "" -#: src/main.c:2678 +#: src/main.c:2680 msgid "Force activation even if a server is already running" msgstr "" -#: src/main.c:2950 +#: src/main.c:2952 msgid "" "Couldn't open tty line. You have to run mc without the -P flag.\n" "On some systems you may want to run # `which mc`\n" msgstr "" -#: src/main.c:3024 +#: src/main.c:3026 msgid " Notice " msgstr "" -#: src/main.c:3025 +#: src/main.c:3027 msgid "" " The Midnight Commander configuration files \n" " are now stored in the ~/.mc directory, the \n" diff -ruN old/mc-4.5.15/src/main.c new/mc-4.5.16/src/main.c --- old/mc-4.5.15/src/main.c Mon Feb 15 18:29:11 1999 +++ new/mc-4.5.16/src/main.c Mon Feb 15 21:13:29 1999 @@ -139,7 +139,7 @@ #include "popt.h" -/* "$Id: main.c,v 1.78 1999/02/15 21:19:29 unammx Exp $" */ +/* "$Id: main.c,v 1.79 1999/02/16 02:03:34 unammx Exp $" */ /* When the modes are active, left_panel, right_panel and tree_panel */ /* Point to a proper data structure. You should check with the functions */ @@ -2347,8 +2347,10 @@ if (!shell || !*shell) shell = "/bin/sh"; +#ifndef HAVE_GNOME g_snprintf (control_file, sizeof (control_file), CONTROL_FILE, getpid ()); my_putenv ("MC_CONTROL_FILE", control_file); +#endif /* This is the directory, where MC was installed, on Unix this is LIBDIR */ /* and can be overriden by the MC_LIBDIR environment variable */