fix tgif file extension

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4350 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-06-10 12:57:38 +00:00
parent 1245f034e8
commit dcaa12f9a3
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* configure.m4: change tgif file extension to .obj (not .tgif)
2002-06-06 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* examples/TableExamples.lyx: fix footnotes inside tables

View File

@ -510,7 +510,7 @@ cat >$outfile <<EOF
\\Format ps ps Postscript t
\\Format program "" Program ""
\\Format sgi sgi SGI ""
\\Format tgif tgif TGIF ""
\\Format tgif obj TGIF ""
\\Format tiff tif TIFF ""
\\Format xbm xbm XBM ""
\\Format xpm xpm XPM ""

View File

@ -57,6 +57,9 @@ What's new
- make sure to use the graphicx package with the RasterBitmap and XFig
external templates.
- fix the default tgif format entry to use .obj as file extension and
not .tgif
- fix interaction between sixpack and LyX via lyxserver
- fix command line crash and give useful exit status on some errors