mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
* lib/mc.ext.in: Add support for ISO images.
This commit is contained in:
parent
f9fd075f21
commit
31e038ded1
@ -1,3 +1,8 @@
|
||||
2003-04-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
|
||||
* lib/mc.ext.in: Add support for ISO images.
|
||||
|
||||
2003-03-31 Dmitry Alexeyev <dmi_a@qnx.org.ru>
|
||||
|
||||
* syntax/Syntax: Highlight *.mc as a makefile.
|
||||
|
@ -652,6 +652,7 @@ vfs/extfs/deb
|
||||
vfs/extfs/deba
|
||||
vfs/extfs/debd
|
||||
vfs/extfs/dpkg
|
||||
vfs/extfs/iso9660
|
||||
vfs/extfs/hp48
|
||||
vfs/extfs/lslR
|
||||
vfs/extfs/mailfs
|
||||
|
@ -499,6 +499,11 @@ regex/\.deb$
|
||||
Open=%cd %p#deb
|
||||
View=%view{ascii} dpkg-deb -c %f
|
||||
|
||||
# ISO9660
|
||||
regex/\.iso$
|
||||
Open=%cd %p#iso9660
|
||||
View=%view{ascii} isoinfo -l -i %f
|
||||
|
||||
|
||||
### Default ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user