mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
* lib/mc.ext.in: Add support for ALZip archives.
This commit is contained in:
parent
a24baacdf8
commit
680ccc7e56
@ -1,3 +1,8 @@
|
||||
2005-07-20 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
|
||||
* lib/mc.ext.in: Add support for ALZip archives.
|
||||
|
||||
2005-07-10 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
|
||||
|
@ -599,6 +599,7 @@ vfs/extfs/lslR
|
||||
vfs/extfs/mailfs
|
||||
vfs/extfs/patchfs
|
||||
vfs/extfs/rpms
|
||||
vfs/extfs/ualz
|
||||
vfs/extfs/uar
|
||||
vfs/extfs/uarj
|
||||
vfs/extfs/uha
|
||||
|
@ -154,6 +154,11 @@ regex/\.[rR]([aA][rR]|[0-9][0-9])$
|
||||
Open=%cd %p#urar
|
||||
View=%view{ascii} rar v -c- %f
|
||||
|
||||
# ALZip
|
||||
regex/\.(alz|ALZ)$
|
||||
Open=%cd %p#ualz
|
||||
View=%view{ascii} unalz -l %f
|
||||
|
||||
# cpio
|
||||
shell/.cpio.Z
|
||||
Open=%cd %p#ucpio
|
||||
|
Loading…
Reference in New Issue
Block a user