]> git.lyx.org Git - lyx.git/commitdiff
installer updates
authorUwe Stöhr <uwestoehr@web.de>
Mon, 4 Jun 2007 21:25:10 +0000 (21:25 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 4 Jun 2007 21:25:10 +0000 (21:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18674 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/ChangeLog.txt
development/Win32/packaging/AltInstaller/Deleted.nsh
development/Win32/packaging/AltInstaller/Settings.nsh
development/Win32/packaging/AltInstaller/Updated.nsh

index 2bff9bb79cbf00082ab4f76633d7a9b6b6a3f27d..fcaf9e08ac4fe9838ed623c931b35c3044817183 100644 (file)
@@ -1,5 +1,10 @@
-Version LyX 1.5rc1-31-05-2007
-- LyX 1.5 pre1 from 31-05-2007
+Version LyX 1.5rc2-xx-06-2007
+- LyX 1.5rc2 from xx-06-2007
+  - new Chinese translation of LyX's menus
+
+
+Version LyX 1.5rc1-31-05-2007
+- LyX 1.5rc1 from 31-05-2007
   - support for Farsi
   - new Korean and Japanese translation of LyX's menus
 
@@ -7,9 +12,10 @@
 - new Windows Vista-compatible launcher for LyX
 - fixed layout file for the LaTeX-package powerdot
 - support for SVG-images: when Inkscape is installed, it will be
-  used as SVG to PDF converter
-- support to set Hebrew and Japanese, and Korean as LyX's menu language
-- added missing zlib1.dll
+  used as SVG to PDF converter (to get real vector graphics in the
+  PDF-output)
+- support to set Hebrew, Japanese, and Korean as LyX's menu language
+- added missing zlib1.dll (caused tex2lyx problems)
 
 Thanks to Pavel Sanda:
 - new Czech translation of the installer
index 7c9d7a213ed4e3960c8e38bd8c7f73625e5710ca..dcaed7a7dff3c40e4cf4e899e25425b7a81481ab 100644 (file)
@@ -1,8 +1,7 @@
 Function DeleteFiles
 
- # list with deleted files for LyX 1.5rc1 31-05-2007
- Delete "$INSTDIR\Resources\examples\he\example_lyxified.lyx"
- Delete "$INSTDIR\Resources\examples\he\example_raw.lyx"
+ # list with deleted files for LyX 1.5rc2 xx-06-2007
+
 
 FunctionEnd
 
index 9eea83ba4667a3aca3c01b468c6fba1899e58e87..c09d7cdc46dc04428fa2c6c6c8a12ca14b799c2f 100644 (file)
@@ -3,7 +3,7 @@
 
 !define PRODUCT_DIR "D:\LyXPackage1.5"
 !define PRODUCT_NAME "LyX"
-!define PRODUCT_VERSION "1.5rc1-31-05-2007"
+!define PRODUCT_VERSION "1.5rc2-xx-05-2007"
 !define PRODUCT_VERSION_SHORT "150svn"
 !define PRODUCT_SUBFOLDER "lyx15"
 !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
 !define PRODUCT_INFO_URL "http://www.lyx.org/"
 !define LAUNCHER_EXE "$INSTDIR\bin\LyXLauncher.exe"
 
-BrandingText "LyXWinInstaller v3.16 - ${INSTALLER_VERSION}"
+BrandingText "LyXWinInstaller v3.17 - ${INSTALLER_VERSION}"
 
 # to check later if this installer version is running at the same time
-!define INSTALLER_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER_VERSION}-3-16.exe"
-!define INSTALLER2_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER2_VERSION}-3-16.exe"
-!define INSTALLER3_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER3_VERSION}-3-16.exe"
+!define INSTALLER_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER_VERSION}-3-17.exe"
+!define INSTALLER2_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER2_VERSION}-3-17.exe"
+!define INSTALLER3_EXE "LyXWin${PRODUCT_VERSION_SHORT}${INSTALLER3_VERSION}-3-17.exe"
 !define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp"
 
 # Replaced by HKLM or HKCU depending on SetShellVarContext.
@@ -39,7 +39,7 @@ BrandingText "LyXWinInstaller v3.16 - ${INSTALLER_VERSION}"
 # definitions for the Update installer
 !if ${INSTALLER_VERSION} == "Update"
  !define PRODUCT_UNINST_KEY_OLD "Software\Microsoft\Windows\CurrentVersion\Uninstall\LyX150svn"
- !define PRODUCT_VERSION_OLD "LyX 1.5beta3-18-05-2007"
+ !define PRODUCT_VERSION_OLD "LyX 1.5rc1-31-05-2007"
  !define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe"
  !define PRODUCT_VERSION_SHORT_OLD "150svn"
  !define JabRefVersion "2.2" # could be an older version
index 1ff21df87d02403c7edf04e269e6b0eb5324a313..39e882ac650358e45f869107c2b4f8b128b33969 100644 (file)
@@ -1,60 +1,23 @@
 Function UpdateModifiedFiles
 
- # list with modified files for LyX 1.5rc1 31-05-2007
+ # list with modified files for LyX 1.5rc2 xx-06-2007
  SetOutPath "$INSTDIR\bin"
  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
- File "${PRODUCT_SOURCEDIR}\bin\LyXLauncher.exe"
- File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
- File "${PRODUCT_SOURCEDIR}\bin\zlib1.dll"
  SetOutPath "$INSTDIR\Resources"
- File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
- File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
- File "${PRODUCT_SOURCEDIR}\Resources\languages"
- File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
- SetOutPath "$INSTDIR\Resources\bind"
- File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
- File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind"
  SetOutPath "$INSTDIR\Resources\doc"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
  SetOutPath "$INSTDIR\Resources\doc\de"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
- File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
- SetOutPath "$INSTDIR\Resources\doc\de\clipart"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\FussnoteQt4.png"
- SetOutPath "$INSTDIR\Resources\doc\es"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
- SetOutPath "$INSTDIR\Resources\doc\fr"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx"
- SetOutPath "$INSTDIR\Resources\doc\he"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx"
+ SetOutPath "$INSTDIR\Resources\doc\clipart"
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"  
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
  SetOutPath "$INSTDIR\Resources\examples"
- File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx"
- SetOutPath "$INSTDIR\Resources\examples\he"
- File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx"
- SetOutPath "$INSTDIR\Resources\images"
- File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm"
- File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm"
- File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm"
- File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm"
  SetOutPath "$INSTDIR\Resources\layouts"
  File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
- File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout"
- SetOutPath "$INSTDIR\Resources\lyx2lyx"
- File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
- SetOutPath "$INSTDIR\Resources\ui"
- File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
- File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
- File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
+ File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpc.layout"
+ File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpd.layout"
 
 FunctionEnd