mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* syntax/assembler.syntax: Add syntax file for the x86 assembler.
* syntax/povray.syntax: Add syntax file for the POVRay. * syntax/Syntax: Add syntax file for x86 assembler and POVRay. * syntax/Makefile.am: Likewise. * mc.qpg.in: Likewise. * NEWS: Likewise.
This commit is contained in:
parent
9bdae2ff7c
commit
eadb04b532
@ -1,3 +1,12 @@
|
|||||||
|
2005-03-18 Mike Gorchak <mike@malva.ua>
|
||||||
|
|
||||||
|
* syntax/assembler.syntax: Add syntax file for the x86 assembler.
|
||||||
|
* syntax/povray.syntax: Add syntax file for the POVRay.
|
||||||
|
* syntax/Syntax: Add syntax file for x86 assembler and POVRay.
|
||||||
|
* syntax/Makefile.am: Likewise.
|
||||||
|
* mc.qpg.in: Likewise.
|
||||||
|
* NEWS: Likewise.
|
||||||
|
|
||||||
2005-03-14 Leonard den Ottolander <leonard * den ottolander nl>
|
2005-03-14 Leonard den Ottolander <leonard * den ottolander nl>
|
||||||
|
|
||||||
* syntax/diff.syntax: Changed default color from gray, which was
|
* syntax/diff.syntax: Changed default color from gray, which was
|
||||||
|
16
NEWS
16
NEWS
@ -13,6 +13,22 @@ Current
|
|||||||
- zipfs can handle zip files that contain pathnames starting
|
- zipfs can handle zip files that contain pathnames starting
|
||||||
with "./".
|
with "./".
|
||||||
|
|
||||||
|
|
||||||
|
Version 4.6.1-pre4.
|
||||||
|
|
||||||
|
- Editor.
|
||||||
|
- Add syntax file for the x86 assembler.
|
||||||
|
- Add syntax file for the Vision(tm) Ray Tracer.
|
||||||
|
|
||||||
|
|
||||||
|
Version 4.6.1-pre3.
|
||||||
|
|
||||||
|
- Core functionality.
|
||||||
|
- Improve support for tcsh.
|
||||||
|
- Translations.
|
||||||
|
- Updated translations: Spain.
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.1-pre2.
|
Version 4.6.1-pre2.
|
||||||
|
|
||||||
Release candidate for 4.6.1.
|
Release candidate for 4.6.1.
|
||||||
|
@ -87,6 +87,7 @@
|
|||||||
<QPG:Add file="./syntax/Syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/Syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/ada95.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/ada95.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/aspx.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/aspx.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
|
<QPG:Add file="./syntax/assembler.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/c.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/c.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/changelog.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/changelog.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/cs.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/cs.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
@ -110,6 +111,7 @@
|
|||||||
<QPG:Add file="./syntax/perl.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/perl.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/php.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/php.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/po.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/po.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
|
<QPG:Add file="./syntax/povray.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/python.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/python.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/ruby.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/ruby.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
<QPG:Add file="./syntax/sh.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
<QPG:Add file="./syntax/sh.syntax" permissions="0644" install="/opt/share/mc/syntax/"/>
|
||||||
|
@ -2,6 +2,7 @@ SYNTAXFILES = \
|
|||||||
Syntax \
|
Syntax \
|
||||||
ada95.syntax \
|
ada95.syntax \
|
||||||
aspx.syntax \
|
aspx.syntax \
|
||||||
|
assembler.syntax \
|
||||||
c.syntax \
|
c.syntax \
|
||||||
cs.syntax \
|
cs.syntax \
|
||||||
changelog.syntax \
|
changelog.syntax \
|
||||||
@ -25,6 +26,7 @@ SYNTAXFILES = \
|
|||||||
perl.syntax \
|
perl.syntax \
|
||||||
php.syntax \
|
php.syntax \
|
||||||
po.syntax \
|
po.syntax \
|
||||||
|
povray.syntax \
|
||||||
python.syntax \
|
python.syntax \
|
||||||
ruby.syntax \
|
ruby.syntax \
|
||||||
sh.syntax \
|
sh.syntax \
|
||||||
|
@ -125,6 +125,12 @@ include dos.syntax
|
|||||||
file ..\*\\.(po|pot|pox)$ PO\sFile
|
file ..\*\\.(po|pot|pox)$ PO\sFile
|
||||||
include po.syntax
|
include po.syntax
|
||||||
|
|
||||||
|
file ..\*\\.([Aa][Ss][Mm]|s|S)$ ASM\sProgram
|
||||||
|
include assembler.syntax
|
||||||
|
|
||||||
|
file ..\*\\.([Pp][Oo][Vv])$ POV\sScript
|
||||||
|
include povray.syntax
|
||||||
|
|
||||||
file Don_t_match_me Mail\sfolder ^From\s
|
file Don_t_match_me Mail\sfolder ^From\s
|
||||||
include mail.syntax
|
include mail.syntax
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user