mirror of https://github.com/MidnightCommander/mc
* syntax/idl.syntax: Add syntax file for the CORBA idl.
From Ian Zagorskih <ianzag@megasignal.com> * syntax/lua.syntax: Add syntax file for the LUA programming language. From Mike Gorchak <mike@malva.ua> * syntax/Syntax: Add syntax file for CORBA idl and lua. * syntax/Makefile.am: Likewise. * mc.qpg.in: Likewise. * NEWS: Likewise.
This commit is contained in:
parent
7b01ca4626
commit
c14b24ebe9
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2005-03-19 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* syntax/idl.syntax: Add syntax file for the CORBA idl.
|
||||
From Ian Zagorskih <ianzag@megasignal.com>
|
||||
* syntax/lua.syntax: Add syntax file for the LUA programming language.
|
||||
From Mike Gorchak <mike@malva.ua>
|
||||
* syntax/Syntax: Add syntax file for CORBA idl and lua.
|
||||
* syntax/Makefile.am: Likewise.
|
||||
* mc.qpg.in: Likewise.
|
||||
* NEWS: Likewise.
|
||||
|
||||
2005-03-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
|
||||
|
|
2
NEWS
2
NEWS
|
@ -19,6 +19,8 @@ Version 4.6.1-pre4.
|
|||
- Editor.
|
||||
- Add syntax file for the x86 assembler.
|
||||
- Add syntax file for the Vision(tm) Ray Tracer.
|
||||
- Add syntax file for the CORBA IDL.
|
||||
- Add syntax file for the LUA programming language.
|
||||
|
||||
|
||||
Version 4.6.1-pre3.
|
||||
|
|
|
@ -96,11 +96,13 @@
|
|||
<QPG:Add file="./syntax/eiffel.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/fortran.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/html.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/idl.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/java.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/js.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/latex.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/lisp.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/lsm.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/lua.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/m4.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/mail.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
<QPG:Add file="./syntax/makefile.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||
|
|
Loading…
Reference in New Issue