- fix typo in extensions patch so that C sources are highlighted correctly

(#184228)
This commit is contained in:
Jindrich Novy 2006-03-08 11:13:51 +00:00
parent 1640e0e27b
commit 1ee97a48be
2 changed files with 6 additions and 2 deletions

View File

@ -44,7 +44,7 @@
+ +
+# C++ +# C++
+regex/\.(C|cc|[Cc]pp|CPP)$ +regex/\.(C|cc|[Cc]pp|CPP)$
+ Inlude=editor + Include=editor
+ +
+include/editor +include/editor
Open=%var{EDITOR:vi} %f Open=%var{EDITOR:vi} %f

View File

@ -1,7 +1,7 @@
Summary: User-friendly text console file manager and visual shell. Summary: User-friendly text console file manager and visual shell.
Name: mc Name: mc
Version: 4.6.1a Version: 4.6.1a
Release: 9 Release: 10
Epoch: 1 Epoch: 1
License: GPL License: GPL
Group: System Environment/Shells Group: System Environment/Shells
@ -192,6 +192,10 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_sysconfdir}/mc %dir %{_sysconfdir}/mc
%changelog %changelog
* Wed Mar 8 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-10
- fix typo in extensions patch so that C sources are
highlighted correctly (#184228)
* Tue Feb 28 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-9 * Tue Feb 28 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-9
- fix hotkey conflict in Layout options (#183282) - fix hotkey conflict in Layout options (#183282)
- move syntax configuration file from /usr/share/mc to /etc/mc - move syntax configuration file from /usr/share/mc to /etc/mc