[PATCH] Proper names



Hello,

Here is the patch that changes names to it proper version, like Red Hat, GNOME, GTK+.

--
Best Regards
Marcin Garski
diff -ur mc-cvs-orig/ChangeLog mc-cvs/ChangeLog
--- mc-cvs-orig/ChangeLog	2005-11-16 00:12:48.000000000 +0100
+++ mc-cvs/ChangeLog	2005-12-20 20:38:04.000000000 +0100
@@ -365,7 +365,7 @@
 
 2004-10-20  Pavel S. Shirshov  <me pavelsh pp ru>
 
-	* lib/mc.ext.in: Use xmms for audio files in XWindows mode.
+	* lib/mc.ext.in: Use xmms for audio files in X Window mode.
 	Add support for *.wma files. Add support for playlists.
 
 	Partially based on patch from q# <eth0 o2 pl>
@@ -1109,7 +1109,7 @@
 2002-10-08  Pavel Roskin  <proski gnu org>
 
 	* configure.in: Rename RH_VERSION to RPM_VERSION - not every
-	rpm-based system is Red Hat.  Replace all dashes, not just one.
+	rpm-based system is Red Hat Linux.  Replace all dashes, not just one.
 
 	* acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
 	termcap if terminfo is missing in the known locations.
@@ -1408,7 +1408,7 @@
 	now, otherwise Automake 1.5 breaks.  Remove version number from
 	AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
 	Substitute RH_VERSION, which is VERSION without dashes, needed
-	for RedHat specfile.
+	for Red Hat Linux specfile.
 
 	* configure.in: Bump version to 4.6.0-pre1a.  Don't use
 	arguments in AM_INIT_AUTOMAKE to avoid defining the version in
@@ -2573,7 +2573,7 @@
 
 	* acconfig.h: Move constant parts ...
 	* extraconf.h: ... here.
-	[HAVE_X]: Disable subshell, s-lang and curses.
+	[HAVE_X]: Disable subshell, S-Lang and curses.
 	* Makefile.am: Add extraconf.h.
 
 2001-05-28  Pavel Roskin  <proski gnu org>
@@ -2858,7 +2858,7 @@
 	Uninstall them.
 
 	* macros/gnome-gettext.m4: Propagated change by Owen Taylor
-	from acinclude.m4 in gtk+:
+	from acinclude.m4 in GTK+:
 	Don't define ENABLE_NLS unless we have a working NLS.
 	(This should keep libintl.h from being included when it doesn't
 	exist).
@@ -3171,7 +3171,7 @@
 	in the "distclean" target
 
 	* doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
-	Removed all XVIEW-related stuff
+	Removed all XView-related stuff
 	Fixed placement of png files on "make dist"
 
 	* doc/mc.1.in: Updated info about the internal editor
@@ -3499,7 +3499,7 @@
 	editwidget.c: bring editor stuff up to date with cooledit 3.11.5
 	This adds some new syntax rules, and spell check on the fly
 	which if someone bugs me for, will actually get enabled in
-	both the text and gnome versions. Bookmark stuff also needs
+	both the text and GNOME versions. Bookmark stuff also needs
 	some keys bound to it, I suppose: any takers?
 
 1999-07-19  Elliot Lee  <sopwith redhat com>
@@ -3894,7 +3894,7 @@
 
 1998-12-02  Miguel de Icaza  <miguel nuclecu unam mx>
 
-	* Makefile.in (codedirs): Dropped xv and tk ports from the
+	* Makefile.in (codedirs): Dropped xv and Tk ports from the
 	distribution. include idl directory.
 
 1998-12-01  Miguel de Icaza  <miguel nuclecu unam mx>
diff -ur mc-cvs-orig/configure.ac mc-cvs/configure.ac
--- mc-cvs-orig/configure.ac	2005-11-11 03:03:55.000000000 +0100
+++ mc-cvs/configure.ac	2005-12-20 18:36:27.000000000 +0100
@@ -557,7 +557,7 @@
 dnl Libraries used only when building the mc binary
 AC_SUBST(MCLIBS)
 
-dnl Version for the RedHat package, without dashes
+dnl Version for the Red Hat package, without dashes
 RPM_VERSION=`echo $VERSION | sed 's/-//g'`
 AC_SUBST(RPM_VERSION)
 
diff -ur mc-cvs-orig/doc/pl/mc.1.in mc-cvs/doc/pl/mc.1.in
--- mc-cvs-orig/doc/pl/mc.1.in	2004-08-17 10:41:53.000000000 +0200
+++ mc-cvs/doc/pl/mc.1.in	2005-12-20 18:33:06.000000000 +0100
@@ -2461,8 +2461,8 @@
 i
 .IR "loadkeys pl" .
 [Zwróæ uwagê na to, ¿e te pliki s± charakterystyczne dla dystrybucji
-RedHat, je¶li masz inn± i wiesz jak to ustawiæ, to napisz do mnie, a ja to
-tu dopiszê  [ patrz t³umacz na dole ;)) ]].
+Red Hat Linux, je¶li masz inn± i wiesz jak to ustawiæ, to napisz do
+mnie, a ja to tu dopiszê  [ patrz t³umacz na dole ;)) ]].
 .PP
 Teraz wystarczy ju¿ tylko w³±czyæ odpowiednie opcje w menu opcji (klawisz
 F9). W menu opcji wybieramy
diff -ur mc-cvs-orig/edit/ChangeLog mc-cvs/edit/ChangeLog
--- mc-cvs-orig/edit/ChangeLog	2005-11-22 23:05:44.000000000 +0100
+++ mc-cvs/edit/ChangeLog	2005-12-20 18:44:24.000000000 +0100
@@ -1358,9 +1358,9 @@
 	* editcmd.c [!MIDNIGHT]: Undefine B_ENTER and B_CANCEL before
 	redefining them.
 
-	* edit.h: Include <sys/param.h> if present.  Include Gtk+
+	* edit.h: Include <sys/param.h> if present.  Include GTK+
 	headers as system headers.
-	* gtkedit.c: Include Gtk+ headers as system headers.
+	* gtkedit.c: Include GTK+ headers as system headers.
 
 2001-08-18  Pavel Roskin  <proski gnu org>
 
@@ -1527,7 +1527,7 @@
 
 2001-05-31  Pavel Roskin  <proski gnu org>
 
-	* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK -
+	* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK+ -
 	header files are using them.
 
 	* editdraw.c (edit_render) [GTK]: Revert previous patch, it
diff -ur mc-cvs-orig/FAQ mc-cvs/FAQ
--- mc-cvs-orig/FAQ	2004-01-30 09:44:00.000000000 +0100
+++ mc-cvs/FAQ	2005-12-20 20:08:02.000000000 +0100
@@ -48,7 +48,7 @@
             database be enough?
 
      * 5 Graphical user interface
-          + 5.1 Xview, Tk and Gnome editions?
+          + 5.1 XView, Tk and GNOME editions?
           + 5.2 Why is MC linked with X libraries?
 
      * 6 Command line problems
@@ -187,7 +187,7 @@
 1.7 I don't have FTP access.  Where can I get MC?
 
    Most GNU/Linux distributions include GNU Midnight Commander.  For
-   example, Debian, Mandrake, Red Hat, Slackware and SuSE.
+   example, Debian, Mandrake, Red Hat Linux, Slackware and SuSE.
 
 1.8 I cannot compile MC.  What should I do?
 
@@ -572,9 +572,9 @@
 
 5 Graphical user interface
 
-5.1 Xview, Tk and Gnome editions?
+5.1 XView, Tk and GNOME editions?
 
-   Xview and Tk and GNOME editions have been removed from the sources.
+   XView and Tk and GNOME editions have been removed from the sources.
 
 5.2 Why is MC linked with X libraries?
 
diff -ur mc-cvs-orig/HACKING mc-cvs/HACKING
--- mc-cvs-orig/HACKING	2005-07-23 15:16:31.000000000 +0200
+++ mc-cvs/HACKING	2005-12-20 18:28:31.000000000 +0100
@@ -290,7 +290,7 @@
 	for GNU/Linux and the Hurd.
 
 http://bugzilla.redhat.com/bugzilla/buglist.cgi?component=mc
-	Bugs reported in Redhat Linux.
+	Bugs reported in Red Hat Linux.
 
 http://www.openbsd.org/cgi-bin/cvsweb/ports/misc/mc/patches/
 	The patches that are applied for the OpenBSD version of MC.
diff -ur mc-cvs-orig/m4/glib.m4 mc-cvs/m4/glib.m4
--- mc-cvs-orig/m4/glib.m4	2003-12-24 07:23:55.000000000 +0100
+++ mc-cvs/m4/glib.m4	2005-12-20 18:33:52.000000000 +0100
@@ -174,8 +174,8 @@
           echo "*** If you have an old version installed, it is best to remove it, although"
           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
           echo "***"
-          echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
-          echo "*** came with the system with the command"
+          echo "*** If you have a Red Hat Linux 5.0 system, you should remove the GTK+ package"
+          echo "*** that came with the system with the command"
           echo "***"
           echo "***    rpm --erase --nodeps gtk gtk-devel" ],
         [ echo "*** The test program failed to compile or link. See the file config.log for the"
diff -ur mc-cvs-orig/mc.spec.in mc-cvs/mc.spec.in
--- mc-cvs-orig/mc.spec.in	2005-08-03 01:26:07.000000000 +0200
+++ mc-cvs/mc.spec.in	2005-12-20 18:35:32.000000000 +0100
@@ -125,12 +125,12 @@
   scripts in their original directory, just copy them.
 
 * Tue Oct 22 2002 Pavel Roskin <proski gnu org>
-- Don't use the included S-Lang, there is a workaround for Red Hat 8.0
-  S-Lang, and binary compatibility with Red Hat 7.x doesn't work anyway.
+- Don't use the included S-Lang, there is a workaround for Red Hat Linux 8.0
+  S-Lang, and binary compatibility with Red Hat Linux 7.x doesn't work anyway.
 
 * Tue Oct 08 2002 Pavel Roskin <proski gnu org>
 - Use the included S-Lang again, since we include a better version now.
-  This should avoid incompatibility with Red Hat 7.x.
+  This should avoid incompatibility with Red Hat Linux 7.x.
 - Add _with_glib2 option.
 
 * Mon Oct 07 2002 Pavel Roskin <proski gnu org>
diff -ur mc-cvs-orig/src/ChangeLog mc-cvs/src/ChangeLog
--- mc-cvs-orig/src/ChangeLog	2005-11-11 04:32:39.000000000 +0100
+++ mc-cvs/src/ChangeLog	2005-12-20 20:11:11.000000000 +0100
@@ -97,9 +97,9 @@
 	* main.c: Likewise.
 	* slint.c: Moved printwstr() to ../edit/editdraw.c.
 	* tty.h: Likewise.
-	* tty.c: Don't use SLsmg_write_char, because Redhat provides a
-	different API to that function when the preprocessor symbol UTF8
-	is defined.
+	* tty.c: Don't use SLsmg_write_char, because Red Hat Linux
+	provides a different API to that function when the
+	preprocessor symbol UTF8 is defined.
 
 2005-09-04  Roland Illig  <roland illig gmx de>
 
@@ -1427,7 +1427,8 @@
 
 2004-09-27  Andrew V. Samoilov  <sav bcs zp ua>
 
-	* complete.c [__linux__ && !__USE_GNU]: Fix compilation on Red Hat 7.3
+	* complete.c [__linux__ && !__USE_GNU]: Fix compilation on
+	Red Hat Linux 7.3
 	* util.c (convert_controls): Fix compilation.
 
 2004-09-26  Roland Illig  <roland illig gmx de>
@@ -3589,7 +3590,7 @@
 2002-10-24  Pavel Roskin  <proski gnu org>
 
 	* screen.c (mini_info_separator): Revert last patch.  The bug is
-	in Red Hat 8.0 S-Lang.
+	in Red Hat Linux 8.0 S-Lang.
 
 	* screen.c (mini_info_separator): The separator was one
 	character too long.
@@ -3655,7 +3656,7 @@
 2002-10-22  Pavel Roskin  <proski gnu org>
 
 	* myslang.h: Add a replacement for addch(), which expects a
-	wchar_t argument in patched S-Lang on Red Hat 8.0.
+	wchar_t argument in patched S-Lang on Red Hat Linux 8.0.
 
 2002-10-21  Pavel Roskin  <proski gnu org>
 
@@ -7035,7 +7036,7 @@
 
 	* screen.c (string_file_[amc]time): These three functions use
 	file_date which returns a pointer to a static buffer. In the
-	Gnome edition this buffer has to be copied to a static buffer
+	GNOME edition this buffer has to be copied to a static buffer
 	which isn't used in the other two functions (Fix Bug #1766).
 
 	* util.c, util.h: Moved some constants to util.h
@@ -7047,7 +7048,7 @@
 
 	Translate the titles of these input dialogs only once.
 
-	Removed Gnome specific code because the Gnome edition doesn't use
+	Removed GNOME specific code because the GNOME edition doesn't use
 	the input history any more.
 
 	* util.c (strip_password): Add /#smb: to the list of URLs which might
@@ -7125,7 +7126,7 @@
 
 1999-06-22  David Martin  <dmartina usa net>
 
-	* view.c (display): added view_gotoxy's in order to make the gnome
+	* view.c (display): added view_gotoxy's in order to make the GNOME
 	edition operational in hex mode.
 
 Fri Jun 18 11:29:56 1999  Norbert Warmuth  <nwarmuth privat circular de>
@@ -7139,8 +7140,8 @@
 1999-06-11  Federico Mena Quintero  <federico nuclecu unam mx>
 
 	* complete.c (complete_engine): Put an #ifndef HAVE_GNOME around
-	the completion/query engine.  Make the Gnome version just beep
-	instead.  We do not have the completion/query engine for Gtk.
+	the completion/query engine.  Make the GNOME version just beep
+	instead.  We do not have the completion/query engine for GTK+.
 
 1999-06-09  Pavel Machek  <pavel artax karlin mff cuni cz>
 
@@ -7491,7 +7492,7 @@
 
 	* wtools.c: Removed unused function input_dialog_help_2().
 	(real_input_dialog_help): Put this inside an "#ifndef HAVE_GNOME",
-	because now the Gnome version implements its own pretty dialog.
+	because now the GNOME version implements its own pretty dialog.
 
 1999-03-14  Miguel de Icaza  <miguel nuclecu unam mx>
 
@@ -7990,7 +7991,7 @@
 	* tree.c (load_tree): Kill dead code.
 
 	Moved all of the tree store information into a new file:
-	treestore.  To be reused by the Gnome code.
+	treestore.  To be reused by the GNOME code.
 
 1999-01-08  Ilya Zakharevich  <ilya math ohio-state edu>
 
@@ -8198,7 +8199,7 @@
 	parsing in gmc was broken. The gnome*_init_with_popt_table free
 	the option tables and gmc tried to use the option tables later.
 
-	* main.c (handle_args): In the Gnome edition don't parse the
+	* main.c (handle_args): In the GNOME edition don't parse the
 	options a second time.
 
 	* boxes.c (configure_vfs), setup.c: Deleted obsolete options.
@@ -8218,7 +8219,7 @@
 
 Wed Dec 16 14:41:15 1998  Paul Sheer  <psheer obsidian co za>
 
-	* gtkedit.c, editwidget.c: gnome selection now works with the
+	* gtkedit.c, editwidget.c: GNOME selection now works with the
 	editor.
 
 Wed Dec 16 06:27:00 1998  Norbert Warmuth  <nwarmuth privat circular de>
@@ -8297,7 +8298,7 @@
 	file->f.link_to_dir, since we already have it.
 
 	* dir.h (file_entry): Removed the `cache' field in this structure,
-	as it was only used for the deprecated Xview version.
+	as it was only used for the deprecated XView version.
 	Also, removed the `exists' field, as it was not being used anywhere.
 
 	* dir.c: Removed all occurrences of file_entry->cache.
@@ -8356,7 +8357,7 @@
 1998-11-30  Federico Mena Quintero  <federico nuclecu unam mx>
 
 	* panel.h (WPanel): Added the missing tree/pane/view_table fields
-	to the Gnome part of the structure.
+	to the GNOME part of the structure.
 
 1998-11-26  Miguel de Icaza  <miguel nuclecu unam mx>
 
@@ -8415,7 +8416,7 @@
 
 Wed Nov  4 17:51:43 1998  Pavel Roskin  <pavel_roskin geocities com>
 
-	* src/findme.h: added from popt-1.2 by RedHat
+	* src/findme.h: added from popt-1.2 by Red Hat
 
 	* src/Makefile.in: appropriate changes to use new popt
 
@@ -8600,8 +8601,8 @@
 Tue Sep 15 01:02:34 1998   Paul Sheer  <psheer obsidian co za>
 
 	* gtkedit: Directory added. This directory contains all the editor
-	code modified to work with gnome. Mcedit now works properly under
-	gnome with a slightly reduced set of features.
+	code modified to work with GNOME. Mcedit now works properly under
+	GNOME with a slightly reduced set of features.
 
 	* gscreen.c gscreen.h screen.c: Modified to respond to F4 on a file
 	and start the new gtkedit internal editor.
@@ -9311,14 +9312,14 @@
 	Dlg_head can become empty.
 
 	* panelize.c (l_call): Update the input line every time the user
-	selects the entry with the mouse (pretty common in the gnome
+	selects the entry with the mouse (pretty common in the GNOME
 	edition).
 
 	* hotlist.c (add_new_group_input): Removed an extra field that was
 	causing problems.
 
-	* find.c (find_parameters): Tree button is gone for gnome until we
-	get the tree function working on gnome.
+	* find.c (find_parameters): Tree button is gone for GNOME until we
+	get the tree function working on GNOME.
 
 	* cmd.c (save_setup_cmd): Per Elliot's suggestion, do not pop up a
 	dialog box to inform the user about the saved setup.
@@ -9420,7 +9421,7 @@
 
 	* dlg.c (destroy_dlg): Call x_destroy_dlg_start, a new hook that
 	is invoked to allow the frontend code to prepare for dialog
-	destruction.  Only the Gnome edition is using this: it uses this
+	destruction.  Only the GNOME edition is using this: it uses this
 	to hide the dialog and avoid flickering.
 
 	* main.c: dtterm also has mouse support.
@@ -9717,17 +9718,17 @@
 	history, as this makes it easier to deal with the filter button on
 	the panel.
 
-	* setup.c (save_panel_types): Do not use if running on the gnome
+	* setup.c (save_panel_types): Do not use if running on the GNOME
 	edition.   This need a lot of fixing for making this work with
-	gnome and session management.
+	GNOME and session management.
 
 	* main.c (do_nc): DO not call setup_panels_and_run_mc as
-	create_panels in gnome edition does all this.
+	create_panels in GNOME edition does all this.
 
 	(setup_mc):  Skip part of the setup.
 
 	(do_execute): Do not Execute any of the pause code after
-	run for gnome.
+	run for GNOME.
 
 Wed Mar 12 17:46:09 1998  Norbert Warmuth  <k3190 fh-sw de>
 
@@ -9754,7 +9755,7 @@
 
 	* view.c: Lots of changes:  Split the X11 code from the main view
 	program.  This is needed to cleanly support the addition of the
-	Gnome version of the file viewer;
+	GNOME version of the file viewer;
 
 	New names for old functions (just a view_ prefix):
 	view_add_character, view_add_string, view_gotoyx, view_set_color,
@@ -9762,7 +9763,7 @@
 	is ignored in the macro for the text edition).  This is to support
 	multiple open views at once.
 
-	* boxes.c (symlink_dialog): Enable ok/cancel buttons for the Gnome edition.
+	* boxes.c (symlink_dialog): Enable ok/cancel buttons for the GNOME edition.
 
 	* cmd.c (link_cmd, symlink_cmd): Provide the filename to operate
 	on.
@@ -10047,7 +10048,7 @@
 	* screen.c (format_file): Do not invoke the file_compute_color
 	routine for empty lines.
 
-	* gmain.c: Color scheme for Gnome
+	* gmain.c: Color scheme for GNOME
 
 	* gscreen.c: Color setup now allocated the GdkColor *.
 
diff -ur mc-cvs-orig/src/myslang.h mc-cvs/src/myslang.h
--- mc-cvs-orig/src/myslang.h	2005-09-05 05:22:04.000000000 +0200
+++ mc-cvs/src/myslang.h	2005-12-20 18:37:32.000000000 +0100
@@ -106,7 +106,7 @@
 
 #ifdef UTF8
 /*
- * Patched S-Lang in Red Hat 8.0 expects wchar_t as the argument to addch()
+ * Patched S-Lang in Red Hat Linux 8.0 expects wchar_t as the argument to addch()
  * Avoid conversion by using SLsmg_write_nchars(), which takes char*
  */
 #undef addch
diff -ur mc-cvs-orig/src/OChangeLog mc-cvs/src/OChangeLog
--- mc-cvs-orig/src/OChangeLog	2002-07-14 08:36:28.000000000 +0200
+++ mc-cvs/src/OChangeLog	2005-12-20 20:27:43.000000000 +0100
@@ -32,7 +32,7 @@
 	string. 
 
 	* screen.c (file_compute_color): renamed, old name was
-	normal_color.  This is now used by the gnome port as well.  The Tk
+	normal_color.  This is now used by the GNOME port as well.  The Tk
 	port should be using this too instead of having its own color
 	scheme. 
 	
@@ -109,7 +109,7 @@
         (exactly as in liblow.c in libgpm)
 
         * screen.c, key.c: Some routines were surrounded with HAVE_XVIEW.
-        HAVE_X is used instead since that code is not used in Tk and gnome
+        HAVE_X is used instead since that code is not used in Tk and GNOME
         versions either.
 
 Tue Jan 13 11:08:26 1998  Norbert Warmuth <k3190 fh-sw de>
@@ -122,7 +122,7 @@
 	as macros that use the index stuff we used before.  I am getting
 	rid of this. 
 	
-	* gnome/glayout.c: Gnome code does not link with the layout.c
+	* gnome/glayout.c: GNOME code does not link with the layout.c
 	code, we use our own set of routines here.
 
 Fri Jan  9 13:24:22 1998  Norbert Warmuth <k3190 fh-sw de>
@@ -137,7 +137,7 @@
 Thu Jan  8 20:10:23 1998  Miguel de Icaza  <miguel nuclecu unam mx>
 
 	* main.c: Moved some edition specific code into the edition
-	specific routines (Tk, XView, Gnome and text).
+	specific routines (Tk, XView, GNOME and text).
 
 	* text.c: new file, has some of the text mode edition code bits. 
 
@@ -305,7 +305,7 @@
 	-s" (striping binaries on installing), with --with-debug is
 	"${INSTALL}"
 
-	* tk/Makefile.in: Compiling the tk edition on first pass.
+	* tk/Makefile.in: Compiling the Tk edition on first pass.
 
 	* mc.spec.in: Cosmetic changes.
 	
@@ -607,7 +607,7 @@
 
 Wed Dec 10 10:19:52 1997  Pavel Roskin <pavel_roskin geocities com>
 
-	* gnome/Makefile.in: popt.c is compiled with the gnome version
+	* gnome/Makefile.in: popt.c is compiled with the GNOME version
 	   gwidget.c: clean_button is not needed anymore
 	
 	* user.c: filename of the global menu is calculated using
@@ -720,7 +720,7 @@
 
 	* configure.in: autodetect the ext2lib.
 
-	* mc.tcl: catch tk_popup output, there is a bug in tk 8.0
+	* mc.tcl: catch tk_popup output, there is a bug in Tk 8.0
 
 	* util.c (get_current_wd): Replace HAVE_VFS with USE_VFS, thanks
 	to Pavel for submiting the relevant information.
@@ -838,7 +838,7 @@
  	used as heigth and vice versa. Notably, viewer was incorrectly
  	"centered".
 
-	* 10) view.c: Debug printing in tk version is removed.
+	* 10) view.c: Debug printing in Tk version is removed.
 
 Mon Nov 10 11:34:57 1997  Alex I. Tkachenko alex bcs zp ua
 	
@@ -1570,7 +1570,7 @@
 	(thorough compare). 
 
 	* cons.saver.h: When HAVE_X is defined replace all the console-stuff
-	with no-ops. I think the TK and XView version don't need to save and
+	with no-ops. I think the Tk and XView version don't need to save and
 	restore consoles.
 
 	* main.c (init_menu): In the menues use Above/Below instead of Left/
@@ -1582,7 +1582,7 @@
 	horizontal split changed.
 
 	* main.c (sigchld_handler_no_subshell): Body of function commented out
-	for XView and TK version.
+	for XView and Tk version.
 
 	* main.c (main): Moved OS_Setup before xtoolkit_init to avoid using of
 	mc_home == 0 (mc_home is set in OS_Setup).
@@ -1602,7 +1602,7 @@
 	to change.	
 
 	* tk/Makefile.in, xv/Makefile.in: Don't link with cons.saver.o.
-	Re-arranged a few object files in order to compile the TK and XView 
+	Re-arranged a few object files in order to compile the Tk and XView 
 	version without the console save/restore stuff.
 
 
@@ -1796,7 +1796,7 @@
 		o Paragraph move up/down.
 		o Move to top/bottom of screen.
 	      (Key bindings for these new features are only available
-	       for the X Windows version. But will soon be added.)
+	       for the X Window version. But will soon be added.)
 	    - Highlights the matching bracket under the cursor.
 	    - OS2_NT check defines are moved to the edit.h file.
 			Please try keep any defines in the file under
@@ -2240,7 +2240,7 @@
 
         * screen.c (panel_callback): When changing the panel the current
         directory on top of each panel remained highlighted unil C-r was
-        pressed. There was a change for the tk version (in 3.5.17 I think)
+        pressed. There was a change for the Tk version (in 3.5.17 I think)
         which caused this.
 
         * mcserv.c (do_readlink): the returnvalue of readlink was used
@@ -2551,7 +2551,7 @@
         wrong/missing return values
  
         * tk/tkinfo.h, tk/tkscreen.h, tk/tkwidget.h: New files with
-        prototypes needed by src/* (tk edition)
+        prototypes needed by src/* (Tk edition)
  
         * mfmt.c (main), tk/tkinfo.c (x_show_info): Corrected wrong
         parameter count in one function call
@@ -2562,7 +2562,7 @@
 Thu Feb 27 17:50:22 1997  Paul Sheer       <psheer icon co za>
 
 	* tk/tkscreen.c: new compute_font_size function created to
-	work with tcl/tk8.0.
+	work with Tcl/Tk 8.0.
 
 	* edit/edit*: emacs key binding option added. Can be envoked
 	with edit_key_emulation=1 in the ini file. 0 is normal keys.
@@ -2849,7 +2849,7 @@
         * file.c (copy_dir_dir): Replaced one chmod with mc_chmod
  
         * tk/Makefile.in: Added missing dirhist.o to OOBJS to make the
-        tk-version compile
+        Tk-version compile
 
 	* achown.c, chmod.c, chown.c: Made the Advanced chown command,
         the Chmod command and the Chown command vfs-aware; added missing
@@ -3618,15 +3618,15 @@
 
 Wed Sep 11 16:30:04 1996  Miguel de Icaza  <miguel tirania nuclecu unam mx>
 
-	* panelize.c (init_panelize): Made panelize tk-aware
+	* panelize.c (init_panelize): Made panelize Tk-aware
 
 Tue Sep 10 20:53:41 1996  Miguel de Icaza <miguel tirania nuclecu unam mx>
 
-	* wtools.c: Made tk-aware.  Now all quick dialogs should be tk-enabled.
+	* wtools.c: Made Tk-aware.  Now all quick dialogs should be Tk-enabled.
 	
 Mon Sep	 9 14:09:21 1996  Miguel de Icaza <miguel tirania nuclecu unam mx>
 
-	* boxes.c: Made tk-aware
+	* boxes.c: Made Tk-aware
 
 	* gd.tcl: Saving/restoring of the GUI.	I still have not coded the
 	part that would load the saved code and allow the programmer to
@@ -6525,7 +6525,7 @@
 	* aclocal.m4, configure.in, xview/Makefile.in: Autodetection of
 	XView, you can use configure switches --with-xview,
 	--with-xview-includes=path and --with-xview-libraries=path to
-	override if configure cannot find yours xview libs/headers.
+	override if configure cannot find yours XView libs/headers.
 	There is a make goal mxc in xview/Makefile which now compiles quite
 	the same Midnight Commander, but will contain XView support later
 	on.
diff -ur mc-cvs-orig/src/tty.c mc-cvs/src/tty.c
--- mc-cvs-orig/src/tty.c	2005-09-05 05:05:39.000000000 +0200
+++ mc-cvs/src/tty.c	2005-12-20 18:30:28.000000000 +0100
@@ -117,7 +117,7 @@
 tty_print_char(int c)
 {
 #ifdef HAVE_SLANG
-    /* We cannot use SLsmg_write_char here because the Redhat people
+    /* We cannot use SLsmg_write_char here because the Red Hat people
      * thought changing the API of an external project was fun,
      * especially when it depends on the preprocessor symbol UTF8 being
      * defined or not. Congratulations! At least, they left the API call
diff -ur mc-cvs-orig/vfs/ChangeLog mc-cvs/vfs/ChangeLog
--- mc-cvs-orig/vfs/ChangeLog	2005-11-15 22:32:07.000000000 +0100
+++ mc-cvs/vfs/ChangeLog	2005-12-20 18:36:54.000000000 +0100
@@ -1435,7 +1435,7 @@
 	* fish.c (file_store): Use block size 1.  It's slower, but much
 	safer.  GNU dd is not persistent enough when reading data.
 
-	* extfs/rpm: If rpm doesn't support --info as in Red Hat 9,
+	* extfs/rpm: If rpm doesn't support --info as in Red Hat Linux 9,
 	ignore it and don't show HEADER in the listing.
 
 2003-04-29  Michael Shigorin  <mike osdn org ua>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]