From e1d5e4bdf3617a6b3e91256d596b6cdbe308284b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jul 17 2006 13:36:44 +0000 Subject: - use less ugly UTF-8 special characters for scrollbars - properly highlight RPM tags that differ in case while editing spec file --- diff --git a/mc-utf8-look-and-feel.patch b/mc-utf8-look-and-feel.patch index c674dbb..a106761 100644 --- a/mc-utf8-look-and-feel.patch +++ b/mc-utf8-look-and-feel.patch @@ -78,7 +78,7 @@ +#else + if (color) attrset (MARKED_COLOR); + if (is_utf8) -+ SLsmg_write_string("▲"); ++ SLsmg_write_string("▴"); + else + addch ('^'); + if (color) attrset (NORMAL_COLOR); @@ -98,7 +98,7 @@ +#else + if (color) attrset (MARKED_COLOR); + if (is_utf8) -+ SLsmg_write_string("▼"); ++ SLsmg_write_string("▾"); else - addch ('v'); + addch('v'); @@ -136,7 +136,7 @@ + else { + if (color) attrset (MARKED_COLOR); + if (is_utf8) -+ SLsmg_write_string("●"); ++ SLsmg_write_string("◈"); + else + addch('*'); + if (color) attrset (NORMAL_COLOR); diff --git a/mc.spec b/mc.spec index 0d55871..ae76f3a 100644 --- a/mc.spec +++ b/mc.spec @@ -1,9 +1,9 @@ %define date 2006-06-30-18 -Summary: User-friendly text console file manager and visual shell. +Summary: User-friendly text console file manager and visual shell Name: mc Version: 4.6.1a -Release: 21.1 +Release: 22 Epoch: 1 License: GPL Group: System Environment/Shells @@ -25,6 +25,7 @@ Patch9: mc-cedit.patch Patch10: mc-delcheck.patch Patch11: mc-etcmc.patch Patch12: mc-rpmobsolete.patch +Patch13: mc-case.patch %description Midnight Commander is a visual shell much like a file manager, only @@ -48,6 +49,7 @@ specific files. %patch10 -p1 -b .delcheck %patch11 -p1 -b .etcmc %patch12 -p1 -b .rpmobsolete +%patch13 -p1 -b .case # convert files in /lib to UTF-8 pushd lib @@ -192,6 +194,11 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/mc %changelog +* Mon Jul 17 2006 Jindrich Novy 4.6.1a-22 +- use less ugly UTF-8 special characters for scrollbars +- properly highlight RPM tags that differ in case while + editing spec file + * Wed Jul 12 2006 Jesse Keating - 1:4.6.1a-21.1 - rebuild