]> git.lyx.org Git - lyx.git/commitdiff
small changes preparing for 1.1.5
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 31 May 2000 23:12:40 +0000 (23:12 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 31 May 2000 23:12:40 +0000 (23:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@786 a592a061-630c-0410-9148-cb99ea01b6c8

18 files changed:
NEWS
lib/chkconfig.ltx
lib/doc/LaTeXConfig.lyx.in
po/cs.po
po/da.po
po/de.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/hu.po
po/it.po
po/nl.po
po/no.po
po/pt.po
po/sv.po
po/tr.po
po/wa.po

diff --git a/NEWS b/NEWS
index 220070ef00cc5e175ba16f2894c52737d570114b..92fcd5a1ff13d07308b82822c2872b4523e409c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ User-visible changes:
 
 - New Refs menu item for quick insertion of cross-references.
 
+- multilingual documents (preliminary support)
+
 - Right-to-Left support for Hebrew and Arabic, this is a first attempt
   only and is likely to improve in future versions.
 
@@ -32,6 +34,8 @@ User-visible changes:
 
 - Better definition for LyXList style.
 
+- End-of-proof box, for layouts where it makes sense.
+
 - A couple of changes to the LyX format, so that files written with
   1.1.5 will not be parsed correctly by older LyX versions if protected
   spaces or the new per-paragraph spacing are used. Also the RtL
@@ -42,13 +46,22 @@ User-visible changes:
 - Some command-line options and X resources are not supported anymore
   (The color ones, and -mono -fastselection, -reverse)
 
+- New command-line options '-userdir' which so that you can choose to
+  use another dir than .lyx for user configurations. (Or have many.)
+
 - new lyxrc variables: \show_banner [true|false] to remove the banner
   screen, \backupdir_path to tell where the backup files created
   by lyx should be stored, and \override_x_deadkeys to tell whether 
   lyx should provide its own accent keys handling (default is true). 
 
+- the hollywood.layout has improved.
 
+- support for varioref and pretty ref (preliminary support)
 
+- The parsing of the LaTex log has improved flagging more errors that
+  earlier versions of LyX did not see at all. So if you suddenly have
+  errors in documents that used to have none, this might be the casue.
+  (And you probably had the error always.)
 
 What's new in LyX version 1.1.4?
 --------------------------------
index feefd3140594a260de73c5ad761b6e4a68ee6e07..ef8e1127c137a2dc20652c99f8088affd7447345 100644 (file)
 \TestPackage{rotating}
 \TestPackage{latex8}
 \TestPackage{url}
+\TestPackage{varioref}
+\TestPackage{prettyref}
 
 % The test for the graphics package is slightly more involved...
 \newcommand\groption{dvips}
index 432e1068c89c42547388c47be9af2aa1a9f28513..18db6d61aa71db738e17023f44c101919af20066 100644 (file)
@@ -1381,4 +1381,28 @@ Notes: The package
 url
 \family default 
  is needed by LyX to be able to output url's corrently.
+\layout Subsection
+
+prettyref
+\layout Description
+
+Found: @chk_prettyref@
+\layout Description
+
+CTAN: ??
+\layout Description
+
+Notes: none yet
+\layout Subsection
+
+varioref
+\layout Description
+
+Found: @chk_varioref@
+\layout Description
+
+CTAN: ??
+\layout Description
+
+Notes: none yet
 \the_end
index 3d12fa8caca41c111db8b91f8e9b0290069a904f..2095bfd5db2734a0fb45ed3756c8858e20a8f702 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -5517,6 +5517,3 @@ msgstr "Nelze rozd
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Objekt by obsahoval objekt!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|aA#a#A"
index 87b4980874e0d4a1b79a53dc69ca4871f898cade..2e415114b5d3c939d85903e8e145c3690fb644ec 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -5562,6 +5562,3 @@ msgstr "Kan ikke klippe tabel."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Flyder ville inkludere flyder!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|hH#h#H"
index 5d4a2a52a5e47f71bd49d76c1d3bb399c6babbf0..3be8347aed2b80280712f95e814d7456f2d366cc 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -5522,6 +5522,3 @@ msgstr "Die Tabelle kann nicht ausgeschnitten werden."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Float Objekt würde ein weiteres enthalten!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|Ii#i#I"
index 3ae9c85ef53370fc63e995e9b0368d9d17c7993a..0a37efa2ae0c9855d799e3ce65ff9cfca610dd51 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -5505,6 +5505,3 @@ msgstr "No se puede cortar tabla."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "¡Flotante incluiría un flotante!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|aA#a#A"
index 3f225706031f11c4c3d5bee1a8304db6093b8dc6..3b52ee36195981df3f0b3e5e1483faea869708d4 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -5413,6 +5413,3 @@ msgstr "Ezin da taula moztu."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Mugikor batek mugikor bat dauka!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|rR#r#R"
index 0ce0e646b92c0d96f39abe43bd85da2a461805a5..32ac81a4de28e2449aaf06016a6f3a0277e79611 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -5436,6 +5436,3 @@ msgstr "Taulukkoa ei voi leikata."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Irrallinen osa sisältäisi toisen irrallisen osan!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|Ss#s#S"
index c25bdbc15d9e551e02ba0aaa4813e80011b563af..c61c846db06bc9a007cab7bb24bf9ed9ef065809 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -5583,9 +5583,3 @@ msgstr "Impossible de couper le tableau."
 #: src/text.C:4623
 msgid "Float would include float!"
 msgstr "Un flottant inclurait un flottant !"
-
-#~ msgid "Insert a new Number Inset"
-#~ msgstr "Insérer numéro de page|#P"
-
-#~ msgid "Insert Reference:%d%x0"
-#~ msgstr "Insérer référence%d%x0"
index 5ecd0811ebb7b9d02b0de68f7202eeae47557e1a..2652b8518a3ea73a4044e74e0479ea278889c4e1 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -5510,6 +5510,3 @@ msgstr ""
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr ""
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|aA#a#A"
index ff014f744c7710dfa55b0dd00d222fd2124f6e7c..49dfc187b6d02df83d778e077ca0c1287af867f1 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -5562,6 +5562,3 @@ msgstr "Non puoi tagliare una tabella."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "L'oggetto flottante ne includerebbe un altro!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|mM#m#M"
index 6ea619cfd507eae7da9afee437effea2cb20ffb5..0a07d1b200680911a33d0a9ca034583b2f353a10 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -5453,6 +5453,3 @@ msgstr "Kan tabel niet splitsen."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Hier zou een zwever een andere zwever bevatten!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|aA#a#A"
index d69ed1079ad8337cdbffc695d8a1e2ca1995796c..1d3b4f5b3135258d7c21c704256bcc9489c4a785 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lyx 1.1.5\n"
 "POT-Creation-Date: 2000-05-21 02:28+0200\n"
-"PO-Revision-Date: 2000-04-28 23:40+02:00\n"
+"PO-Revision-Date: 2000-06-01 01:32+02:00\n"
 "Last-Translator: Lars Gullik Bjønnes <larsbj@lyx.org>\n"
 "Language-Team: norsk <no@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -2464,27 +2464,24 @@ msgid "Insert list of algorithms"
 msgstr "Sett in liste over algoritmer"
 
 #: src/LyXAction.C:266
-#, fuzzy
 msgid "View list of algorithms"
-msgstr "Sett in liste over algoritmer"
+msgstr "Se på liste over algoritmer"
 
 #: src/LyXAction.C:268
 msgid "Insert list of figures"
 msgstr "Sett inn figurliste"
 
 #: src/LyXAction.C:270
-#, fuzzy
 msgid "View list of figures"
-msgstr "Sett inn figurliste"
+msgstr "Se på figurliste"
 
 #: src/LyXAction.C:272
 msgid "Insert list of tables"
 msgstr "Sett inn liste over tabeller"
 
 #: src/LyXAction.C:274
-#, fuzzy
 msgid "View list of tables"
-msgstr "Sett inn liste over tabeller"
+msgstr "Se på liste over tabeller"
 
 #: src/LyXAction.C:275
 msgid "Exit"
@@ -2615,7 +2612,6 @@ msgid "Update|Uu#u"
 msgstr "Oppdater"
 
 #: src/lyx.C:133
-#, fuzzy
 msgid "Type|Tt#t"
 msgstr "Slag:|#l"
 
@@ -3483,7 +3479,7 @@ msgstr " ``tekst'' | ,,tekst`` | ,,tekst'' | 
 
 #: src/lyx_gui.C:562
 msgid " TOC | LOF | LOT | LOA "
-msgstr ""
+msgstr " TOC | LOF | LOT | LOA "
 
 #: src/lyx_gui.C:602
 msgid "LyX Banner"
@@ -4465,19 +4461,13 @@ msgid "EMV|Hh#h#H"
 msgstr "EMV|Hh#H#h"
 
 #: src/menus.C:1124
-#, fuzzy
 msgid ""
 "Undo|Redo %l|Cut|Copy|Paste%l|Find & Replace...|Go to Error|Go to "
 "Note|Floats & Insets%m|Table%m|Spellchecker....|Check TeX|Table of "
 "Contents...|List of Figures...|List of Tables...|List of "
 "Algorithms...%l|Version Control%m%l|View LaTeX log file%l|Paste Primary "
 "Selection as Lines|Paste Primary Selection as Paragraphs"
-msgstr ""
-"Angre|Gjør om%l|Klipp|Kopier|Lim inn%l|Find & Erstatt...|Gå til Feil|Gå til "
-"Notis|Floats & Insets%m|Tabell%m|Stavekontroll...|Sjekk "
-"TeX||Innholdsfortegnelse...%l|Versjons Kontroll%m%l|Se på LaTeX' logg "
-"fil%l|Lim inn primær seleksjon som linjer|Lim inn primær seleksjon som "
-"avsnitt"
+msgstr "Angre|Gjør om%l|Klipp|Kopier|Lim inn%l|Find & Erstatt...|Gå til Feil|Gå til Notis|Floats & Insets%m|Tabell%m|Stavekontroll...|Sjekk TeX||Innholdsfortegnelse...|Liste over figurer...|Liste over tabeller...|Liste over algoritmer...%l|Versjons Kontroll%m%l|Se på LaTeX' logg fil%l|Lim inn primær seleksjon som linjer|Lim inn primær seleksjon som avsnitt"
 
 #: src/menus.C:1146
 msgid "EM|Uu#u#U"
@@ -5413,6 +5403,3 @@ msgstr "Kan ikke klippe tabell."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Float ville inkludert float!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|hH#h#H"
index 3803193f35492ed04814dadd33b6a0a06dbefa71..b88fa39b00fae7496bdd7274805daa518555fc3c 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -5560,6 +5560,3 @@ msgstr "N
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Flutuante incluiria flutuante!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|Íí#í#Í"
index ce714b7e1a709a95345203acb66d18dfed45db4f..eee2baf12652921eefc7ed44bef82510a7e0ac7d 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -5650,7 +5650,3 @@ msgstr "Kan inte klippa tabell."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Flytande objekt skulle då innefatta ett annat!"
-
-# Innehållsförteckning...
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|hH#h#H"
index 3db713375d40e62a0548689aca95462c098af726..c15dd037544cd553d838deedb5c5c062b91acda7 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -5604,6 +5604,3 @@ msgstr "Tabloyu kesemem."
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "Tek-parça, tek-parça içermeli!"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|aA#a#A"
index e4108f7978d87db970a62274b8042d1c371c4fd5..6542d485cc21624f316b935341a754a806894643 100644 (file)
--- a/po/wa.po
+++ b/po/wa.po
@@ -5565,6 +5565,3 @@ msgstr "Dji n' sai c
 #: src/text.C:4624
 msgid "Float would include float!"
 msgstr "I gn åreut on flotant di stitchî dins èn ôte flotant !"
-
-#~ msgid "EM|aA#a#A"
-#~ msgstr "EM|dD#d#D"