]> git.lyx.org Git - features.git/commitdiff
installer: updates I forgot t commit
authorUwe Stöhr <uwestoehr@web.de>
Fri, 18 May 2007 21:44:27 +0000 (21:44 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 18 May 2007 21:44:27 +0000 (21:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18414 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/ChangeLog.txt
development/Win32/packaging/AltInstaller/Settings.nsh
development/Win32/packaging/AltInstaller/Updated.nsh
development/Win32/packaging/AltInstaller/specials/powerdot.layout

index 0ee0faa46d4f493ec6ce3bba510f4062cb675b32..3e16b4e5bdf27d2bb07852e4be8f3a8fbc885b66 100644 (file)
@@ -1,17 +1,17 @@
-Version LyX 1.5beta3-15-05-2007
-- LyX 1.5 beta3 from 15-05-2007
+Version LyX 1.5beta3-18-05-2007
+- LyX 1.5 beta3 from 18-05-2007
   - fix bug, introduced with last version, that all margin notes in
     a document are lost
-  - support for Chinese, Japenese and Korean
+  - support for Chinese, Japanese and Korean
   - support for the LaTeX-package "listings"
 
 - updated to ImageMagick 6.3.4
-- updated to Phyton 2.5.1
-- updated to MikteX 2.6 (version 2675)
+- updated to Python 2.5.1
+- updated to MiKTeX 2.6 (version 2675)
 - fix bug that LyX's menu language setting was ignored when LyX is
   started by double-clicking on a LyX-file
 - when Updating PDFs, the PDF is opened at the last viewed position
-  (only works with Acrobat/adobe Reader version <= 7)
+  (only works with Acrobat/Adobe Reader version <= 7)
 - fix hopefully the case that PDFs couldn't be updated when
   Adobe Reader 8 is used on Windows Vista
 - fix bug that MiKTeX and JabRef weren't correctly uninstalled
index 0bce6f416c94288bc983566c7b6531dc2694fb8f..42206ed265acb50f7f457d676a6fa4277005e34d 100644 (file)
@@ -3,7 +3,7 @@
 
 !define PRODUCT_DIR "D:\LyXPackage1.5"
 !define PRODUCT_NAME "LyX"
-!define PRODUCT_VERSION "1.5beta3-16-05-2007"
+!define PRODUCT_VERSION "1.5beta3-18-05-2007"
 !define PRODUCT_VERSION_SHORT "150svn"
 !define PRODUCT_SUBFOLDER "lyx15"
 !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
index 2dd7cd49bc9ef7ecbe82789b2e0b174a36f05e6a..53aea7d8bdc51b816fb43356cbe9a67c3635f69d 100644 (file)
@@ -10,6 +10,7 @@ Function UpdateModifiedFiles
  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
  SetOutPath "$INSTDIR\Resources"
  File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
+ File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
  File "${PRODUCT_SOURCEDIR}\Resources\encodings"
  File "${PRODUCT_SOURCEDIR}\Resources\languages"
  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
index 0543ac925b094f46ded24cce600bcc59b898d26a..3ef1473767a32162f7530a6489b6248ad4082f8c 100644 (file)
 ###
 # General textclass parameters
 ###
+Format 4
 Columns         1
 Sides           1
-MaxCounter      Counter_EnumI
-ProvidesUrl     1
+Provides url     1
 DefaultStyle        Standard
 
 DefaultFont
@@ -144,7 +144,8 @@ Style Slide
   ParSep        0.7
   Align         Center
   AlignPossible     Center
-  LabelType     Counter_Subsection
+  LabelType     Counter
+  LabelCounter subsection
   LabelString       "    "
   OptionalArgs      1
 
@@ -228,13 +229,15 @@ End
 Style Section
   CopyStyle     Slide
   LatexName     lyxend\section
-  LabelType     Counter_Section
-  LabelString       ""
+  LabelType     Counter
+  LabelCounter section
+  LabelString       "\arabic{section}"
 
   Font
     Size        Larger
     Color       Blue
   EndFont
+  LabelStringAppendix "\Alph{section}"
 End
 
 ###
@@ -253,7 +256,7 @@ Style Itemize
   ParSep        0.3
   Align         Block
   AlignPossible     Block, Left
-  LabelType     Static
+  LabelType     Itemize
   LabelString       *
 End
 
@@ -279,7 +282,7 @@ Style Enumerate
   ParSep        0.3
   Align         Block
   AlignPossible     Block, Left
-  LabelType     Counter_EnumI
+  LabelType     Enumerate
 End
 
 Style EnumerateType1
@@ -292,7 +295,7 @@ End
 ###
 Style Bibliography
   Margin        First_Dynamic
-  LatexType     Item_Environment
+  LatexType     Bib_Environment
   LatexName     thebibliography
   NextNoIndent      1
   LeftMargin        MM
@@ -370,24 +373,6 @@ End
 ###
 # Caption style definition
 ###
-Style Caption
-  Margin        First_Dynamic
-  LatexType     Command
-  LatexName     caption
-  NeedProtect       1
-  LabelSep      xx
-  ParSkip       0.4
-  TopSep        0.5
-  Align         Center
-  AlignPossible     Center
-  LabelType     Sensitive
-  LabelString   Caption
-  OptionalArgs      1
-
-  LabelFont
-    Series      Bold
-  EndFont
-End
 
 ###
 # Floats definitions