mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
* lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
and "strings". Recognize "write" files and MS Word templates. For MS Excel documents try "xls2csv" and "strings". Escape spaces in the "type" directives. From Nerijus Baliunas.
This commit is contained in:
parent
a0f3445a02
commit
d9713d6233
10
ChangeLog
10
ChangeLog
@ -1,3 +1,11 @@
|
||||
2001-04-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
|
||||
and "strings". Recognize "write" files and MS Word templates.
|
||||
For MS Excel documents try "xls2csv" and "strings".
|
||||
Escape spaces in the "type" directives.
|
||||
From Nerijus Baliunas.
|
||||
|
||||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
|
||||
@ -1316,7 +1324,7 @@ Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||
1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
|
||||
|
||||
* configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
|
||||
the build will still work. (Has this been replaced by new_icons?)
|
||||
the build will still work. (Has this been replaced by new_icons?)
|
||||
|
||||
Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
||||
|
||||
|
@ -347,13 +347,17 @@ regex/\.([Hh]tml?|HTML?)$
|
||||
View with @X11_WWW@=@X11_WWW@ file://%f
|
||||
|
||||
# Microsoft Word Document
|
||||
regex/\.([Dd]oc|DOC)$
|
||||
#View=%view{ascii} catdoc -w %f
|
||||
View=%view{ascii} word2x -f text %f -
|
||||
type/Microsoft Word Document
|
||||
#View=%view{ascii} catdoc -w %f
|
||||
View=%view{ascii} word2x -f text %f -
|
||||
|
||||
regex/\.([Dd]o[ct]|DO[CT]|[Ww]ri|WRI)$
|
||||
View=%view{ascii} catdoc -w %f || word2x -f text %f - || strings %f
|
||||
type/Microsoft\ Word
|
||||
View=%view{ascii} catdoc -w %f || word2x -f text %f - || strings %f
|
||||
|
||||
# Microsoft Excel Worksheet
|
||||
regex/\.([Xx]l[sw]|XL[SW])$
|
||||
View=%view{ascii} xls2csv %f || strings %f
|
||||
type/Microsoft\ Excel
|
||||
View=%view{ascii} xls2csv %f || strings %f
|
||||
|
||||
# Framemaker
|
||||
type/FrameMaker
|
||||
Open=fmclient -f %f
|
||||
|
Loading…
Reference in New Issue
Block a user