<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs">
    <title>gmane.editors.lyx.cvs</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37501"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37497"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37496"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37495"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37494"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37482"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37501">
    <title>[LyX master] Typo</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37501</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 82bca55a1f1d1e13da86e6d335ea4c1859fcc79b
Author: Kornel Benko &amp;lt;kornel&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 21 13:26:26 2013 +0200

    Typo

diff --git a/development/autotests/keytest.py b/development/autotests/keytest.py
index a510a3f..cbe0b50 100755
--- a/development/autotests/keytest.py
+++ b/development/autotests/keytest.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -391,7 +391,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; while not failed:
         time.sleep(0.5)
         if not lyx_exists():
             print "LyX instance not found because of crash or assert !\n"
-            failed = true
+            failed = True
         else:
             print "Terminating lyx instance: " + str(lyx_pid) + "\n"
             intr_system("kill -9 " + str(lyx_pid), True);

-----------------------------------------------------------------------

Summary of changes:
 development/autotests/keytest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Kornel Benko</dc:creator>
    <dc:date>2013-05-21T11:26:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37500">
    <title>Re: [LyX master] Add autotests for #8684</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37500</link>
    <description>&lt;pre&gt;Am Dienstag, 21. Mai 2013 um 00:52:53, schrieb Scott Kostyshak &amp;lt;skostysh&amp;lt; at &amp;gt;lyx.org&amp;gt;

It passes here if called the first time (because of lyx configuring
shows too early, thus not yet accepting key strokes?)

#ctest -R 8684
Test project /usr/BUILD/BuildLyxGit
    Start 139: autotests/bug-8684
1/1 Test #139: autotests/bug-8684 ...............   Passed   62.10 sec

100% tests passed, 0 tests failed out of 1


#ctest -R 8684
Test project /usr/BUILD/BuildLyxGit
    Start 139: autotests/bug-8684
1/1 Test #139: autotests/bug-8684 ...............***Failed   10.28 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =  10.50 sec

Kornel
&lt;/pre&gt;</description>
    <dc:creator>Kornel Benko</dc:creator>
    <dc:date>2013-05-21T08:40:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37499">
    <title>[LyX master] RJournal.layout: remove unneeded code</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37499</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 32a5a06db5ac4f5cb21f59c47fa906ed81d09d9a
Author: Scott Kostyshak &amp;lt;skostysh&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 21 01:28:26 2013 -0400

    RJournal.layout: remove unneeded code
    
    Part of this code was moved to the template in a previous commit
    and part was removed because it is no longer needed.
    
    Patch by Yihui Xie.

diff --git a/lib/layouts/RJournal.layout b/lib/layouts/RJournal.layout
index f7cca92..19e49b6 100644
--- a/lib/layouts/RJournal.layout
+++ b/lib/layouts/RJournal.layout
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,13 +18,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AddToPreamble
 \bibliographystyle{abbrvnat}
 \usepackage{booktabs}
 
-% use Schunk, Sinput and Soutput environments defined by RJournal
-&amp;lt;&amp;lt;include=FALSE&amp;gt;&amp;gt;=
-render_sweave()
-set_header(highlight = '')
-knit_hooks$set(document = hook_rjournal)
-&amp;lt; at &amp;gt;
-
 \fancyhf{}
 \fancyhead[LO,RE]{\textsc{Contributed Article}}
 \fancyhead[RO,LE]{\thepage}

---------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Scott Kostyshak</dc:creator>
    <dc:date>2013-05-21T05:31:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37498">
    <title>[LyX master] Header cleanup cont.</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37498</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 707b099102aba7aab8180389bd14382bb2ca9849
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 18:47:16 2013 -0700

    Header cleanup cont.

diff --git a/src/frontends/qt4/GuiGraphics.h b/src/frontends/qt4/GuiGraphics.h
index 67a4cbe..7d32ce2 100644
--- a/src/frontends/qt4/GuiGraphics.h
+++ b/src/frontends/qt4/GuiGraphics.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -20,8 +20,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 #include "insets/InsetGraphicsParams.h"
 
-#include "support/docstring.h"
-
 #include &amp;lt;vector&amp;gt;
 
 class QString;
diff --git a/src/frontends/qt4/GuiKeySymbol.h b/src/frontends/qt4/GuiKeySymbol.h
index d113f50..d178185 100644
--- a/src/frontends/qt4/GuiKeySymbol.h
+++ b/src/frontends/qt4/GuiKeySymbol.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,8 +13,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #ifndef GUIKEYSYM_H
 #define GUIKEYSYM_H
 
-#include "frontends/KeySymbol.h"
-
 class QKeyEvent;
 
 namespace lyx {
diff --git a/src/frontends/qt4/GuiParagraph.h b/src/frontends/qt4/GuiParagraph.h
index 201d9a0..aee410f 100644
--- a/s&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-21T01:47:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37497">
    <title>[LyX master] UserGuide.lyx: port recent changes to master</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37497</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 0dd01cfce8ec0d7224ce85e4821154d2d8956845
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 21 01:45:19 2013 +0200

    UserGuide.lyx: port recent changes to master

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index dc0cdd7..2252682 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -10302,8 +10302,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Width of the different horizontal spaces.
 \begin_inset Tabular

 &amp;lt;lyxtabular version="3" rows="8" columns="2"&amp;gt;

 &amp;lt;features rotate="0" tabularvalignment="middle"&amp;gt;

-&amp;lt;column alignment="center" valignment="top" width="0"&amp;gt;

-&amp;lt;column alignment="center" valignment="top" width="0"&amp;gt;

+&amp;lt;column alignment="center" valignment="top"&amp;gt;

+&amp;lt;column alignment="center" valignment="top"&amp;gt;

 &amp;lt;row&amp;gt;

 &amp;lt;cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"&amp;gt;

 \begin_inset Text

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15338,9 +15338,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; em dash
 \begin_inset Tabular

&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T23:45:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37496">
    <title>[LyX 2.0.x] UserGuide.lyx: next revision step</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37496</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 807e34674072986d8e770f3e9de29e0b930f75a9
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 21 01:43:07 2013 +0200

    UserGuide.lyx: next revision step
    
    - chapter A
    (now only chapter B needs to be done and the revision is done)

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index ad993c0..b0c34be 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -21941,13 +21941,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Minipages
 \end_inset

 

 

-\begin_inset CommandInset label

-LatexCommand label

-name "sec:Minipages"

-

-\end_inset

-

-

 \end_layout

 

 \begin_layout Standard

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -26049,8 +26042,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Outline
 Document\SpecialChar \menuseparator

 Outline

 \family default

- that is described in sec.

-\begin_inset space \thinspace{}

+ that is described in section

+\begin_inset space ~

 \end_inset

 

 

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35441,9 +35434,23 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Here you can insert the following characters:
 \end_lay&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T23:43:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37495">
    <title>[LyX master] Add autotests for #8684</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37495</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 060bac3401f7a6cc3911285ff36f0b7280af1459
Author: Scott Kostyshak &amp;lt;skostysh&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 18:50:56 2013 -0400

    Add autotests for #8684
    
    (these should currently fail)

diff --git a/development/autotests/bug-8684-in.txt b/development/autotests/bug-8684-in.txt
new file mode 100644
index 0000000..c351b00
--- /dev/null
+++ b/development/autotests/bug-8684-in.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+Lang en_US.utf8
+TestBegin ../bug-8684.lyx &amp;gt; lyx-log.txt 2&amp;gt;&amp;amp;1
+KK: \Ax
+KK: command-sequence change-next; change-reject; change-next\[Return]
+TestEnd
+
+TestBegin ../bug-8684.lyx &amp;gt; lyx-log.txt 2&amp;gt;&amp;amp;1
+KK: \Ax
+KK: command-sequence char-forward; change-next\[Return]
+TestEnd
diff --git a/development/autotests/bug-8684.lyx b/development/autotests/bug-8684.lyx
new file mode 100644
index 0000000..64f758f
--- /dev/null
+++ b/development/autotests/bug-8684.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,108 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+#LyX 2.0 created this fi&lt;/pre&gt;</description>
    <dc:creator>Scott Kostyshak</dc:creator>
    <dc:date>2013-05-20T22:52:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37494">
    <title>[LyX 2.0.x] UserGuide.lyx: next revision step</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37494</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit edcdab9e2d8ff70e8515e9aad9e6dbb558974570
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 17:53:06 2013 +0200

    UserGuide.lyx: next revision step

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index f0b967e..ad993c0 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -34752,34 +34752,93 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; e., hunt for errors in the program) or to see what is going on in the background
 

 \begin_layout Subsection

 View

+\begin_inset space ~

+\end_inset

+

+[&amp;lt;output format&amp;gt;]

 \end_layout

 

 \begin_layout Standard

 This menu entry generates the output in the format you have specified as

- default output format either in the preferences (see sec.

-\begin_inset space \thinspace{}

+ default output format for the document (menu 

+\family sans

+Document\SpecialChar \menuseparator

+Settings\SpecialChar \menuseparator

+Output\SpecialChar \menuseparator

+Default&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T15:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37493">
    <title>[LyX master] Update tex2lyx test cases to format 471</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37493</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit b701eea8c869b7dbbda9bbdb68491441b1906e37
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 14:37:33 2013 +0200

    Update tex2lyx test cases to format 471

diff --git a/src/tex2lyx/test/CJK.lyx.lyx b/src/tex2lyx/test/CJK.lyx.lyx
index 014de53..b497c30 100644
--- a/src/tex2lyx/test/CJK.lyx.lyx
+++ b/src/tex2lyx/test/CJK.lyx.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #LyX file created by tex2lyx 2.1.0dev
-\lyxformat 470
+\lyxformat 471
 \begin_document
 \begin_header
 \textclass article
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -51,7 +51,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 \use_package stmaryrd 0
 \use_package undertilde 0
 \cite_engine basic
-\cite_engine_type numerical
+\cite_engine_type default
 \biblio_style plain
 \use_bibtopic false
 \use_indices false
diff --git a/src/tex2lyx/test/CJKutf8.lyx.lyx b/src/tex2lyx/test/CJKutf8.lyx.lyx
index 35fdfe4..a475919 100644
--- a/src/tex2lyx/test/CJKutf8.lyx.lyx
+++ b/src/tex2lyx/test/CJKutf8.lyx.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #LyX fi&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-20T12:41:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37492">
    <title>[LyX master] Force encoding switch when switching from/to CJK, even if we use a customized encoding (#8558)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37492</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit a8a2bd463c1ae7a14f1273604186131ff3798777
Author: Juergen Spitzmueller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 13:40:40 2013 +0200

    Force encoding switch when switching from/to CJK, even if we use a customized encoding (#8558)

diff --git a/src/output_latex.cpp b/src/output_latex.cpp
index 0b45b5a..4883d1b 100644
--- a/src/output_latex.cpp
+++ b/src/output_latex.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1196,8 +1196,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; pair&amp;lt;bool, int&amp;gt; switchEncoding(odocstream &amp;amp; os, BufferParams const &amp;amp; bparams,
 {
 Encoding const &amp;amp; oldEnc = *runparams.encoding;
 bool moving_arg = runparams.moving_arg;
-if (!force &amp;amp;&amp;amp; ((bparams.inputenc != "auto" &amp;amp;&amp;amp; bparams.inputenc != "default")
-|| moving_arg))
+// If we switch from/to CJK, we need to switch anyway, despite custom inputenc
+bool const from_to_cjk = 
+(oldEnc.package() == Encoding::CJK &amp;amp;&amp;amp; newEnc.package() != Encoding::CJK)
+|| (oldEnc.package() != Encoding::CJK &amp;amp;&amp;amp; newEnc.package(&lt;/pre&gt;</description>
    <dc:creator>Juergen Spitzmueller</dc:creator>
    <dc:date>2013-05-20T11:40:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37491">
    <title>[LyX master] revert parts of 53002538 which set wrong local_font</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37491</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit a78bed06eb3d9ee0b5644944450bad4fbcfd0474
Author: Juergen Spitzmueller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 12:31:46 2013 +0200

    revert parts of 53002538 which set wrong local_font

diff --git a/src/output_latex.cpp b/src/output_latex.cpp
index 697a3b5..0b45b5a 100644
--- a/src/output_latex.cpp
+++ b/src/output_latex.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -573,7 +573,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void TeXOnePar(Buffer const &amp;amp; buf,
 
 if (style.pass_thru) {
 Font const outerfont = text.outerFont(pit);
-runparams.local_font = &amp;amp;par.getFirstFontSettings(bparams);
 parStartCommand(par, os, runparams, style);
 
 par.latex(bparams, outerfont, os, runparams, start_pos, end_pos);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -810,7 +809,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void TeXOnePar(Buffer const &amp;amp; buf,
 }
 }
 
-runparams.local_font = &amp;amp;par.getFirstFontSettings(bparams);
 parStartCommand(par, os, runparams, style);
 Font const outerfont = text.outerFont(pit);
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -891,7 +889,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void TeXOnePar(Buffer const &amp;amp; &lt;/pre&gt;</description>
    <dc:creator>Juergen Spitzmueller</dc:creator>
    <dc:date>2013-05-20T10:31:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37490">
    <title>[LyX master] Handle secondary babel languages when main language is CJK</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37490</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit b65d5f201287ab09628007333f5c399835cbd624
Author: Juergen Spitzmueller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 11:07:47 2013 +0200

    Handle secondary babel languages when main language is CJK

diff --git a/src/Font.cpp b/src/Font.cpp
index c29156d..d00cbf2 100644
--- a/src/Font.cpp
+++ b/src/Font.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -707,7 +707,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void Font::validate(LaTeXFeatures &amp;amp; features) const
 // FIXME: Do something for background and soul package?
 
 if (((features.usePolyglossia() &amp;amp;&amp;amp; lang_-&amp;gt;polyglossia() != doc_language-&amp;gt;polyglossia())
-     || (features.useBabel() &amp;amp;&amp;amp; lang_-&amp;gt;babel() != doc_language-&amp;gt;babel()))
+     || (features.useBabel() &amp;amp;&amp;amp; lang_-&amp;gt;babel() != doc_language-&amp;gt;babel())
+     || (doc_language-&amp;gt;encoding()-&amp;gt;package() == Encoding::CJK &amp;amp;&amp;amp; lang_ != doc_language))
     &amp;amp;&amp;amp; lang_ != ignore_language
     &amp;amp;&amp;amp; lang_ != latex_language)
 {

--------------------------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Juergen Spitzmueller</dc:creator>
    <dc:date>2013-05-20T09:07:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37489">
    <title>[LyX master] installer: update dictionary for Norwegian</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37489</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit eb314aa5be3cca6d9e6565ee6aeca34b843516b7
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 03:18:11 2013 +0200

    installer: update dictionary for Norwegian

diff --git a/development/Win32/packaging/installer/ChangeLog.txt b/development/Win32/packaging/installer/ChangeLog.txt
index 3a02b67..bdb76f7 100644
--- a/development/Win32/packaging/installer/ChangeLog.txt
+++ b/development/Win32/packaging/installer/ChangeLog.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-ï»¿Changelog for LyX-206-2:
+ï»¿Changelog for LyX-206-3:
+- updated spell-checker dictionaries for Norwegian(Bokmal)
+
+
+Changelog for LyX-206-2:
 - fix bug that View/Export a file as HTML did not work.
 - enable to use multiple indexes also with 64bit-MiKTeX
 - updated to Python 2.7.5 
diff --git a/development/Win32/packaging/installer/include/init.nsh b/development/Win32/packaging/installer/include/init.nsh
index 5427092..97e9eb3 100644
--&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T01:18:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37488">
    <title>[LyX master] UserGuide.lyx: next revision step</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37488</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 03259396b9b4c1df751681da9466b5fe5ce145ad
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 03:16:44 2013 +0200

    UserGuide.lyx: next revision step
    
    - sec. A.1 - A.2 and a few others

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index 27cebac..dc0cdd7 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #LyX 2.1 created this file. For more info see http://www.lyx.org/

-\lyxformat 469

+\lyxformat 471

 \begin_document

 \begin_header

 \textclass scrbook

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -107,7 +107,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enumitem
 \use_package stmaryrd 0

 \use_package undertilde 0

 \cite_engine basic

-\cite_engine_type numerical

+\cite_engine_type default

 \biblio_style plain

 \use_bibtopic false

 \use_indices false

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -138,12 +138,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enumitem
 \papercolumns 1

 \papersides 2

 \paperpagestyle default

-\tracking_changes true

+\tracking_changes false

 \output_chan&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T01:16:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37487">
    <title>[LyX 2.0.x] UserGuide.lyx: next revision step</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37487</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit dd964ac38afa0bf607e64e4c528af4675772660e
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 20 03:13:32 2013 +0200

    UserGuide.lyx: next revision step
    
    - sec. A.1 - A.2 and a few others

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index b3378d4..f0b967e 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -33655,7 +33655,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Plain
 \begin_inset space ~

 \end_inset

 

-Text

+text

 \family default

 , line breaks in the text will start a new paragraph; when using the menu

  entry 

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -33664,7 +33664,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Plain
 \begin_inset space ~

 \end_inset

 

-Text, Join

+Text,

+\begin_inset space ~

+\end_inset

+

+Join

 \begin_inset space ~

 \end_inset

 

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -33736,7 +33740,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; yX format of the special LyX
 \begin_inset Newline newline

 \end_inset

 

- Since LyX 1.5.0 CJK support as been fully integrated into LyX.

+ Since LyX 1.5.0 CJK suppo&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T01:13:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37486">
    <title>[LyX master] Header cleanup cont.</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37486</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 4c0ef382009943bca43caf691614be81d513a135
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sun May 19 18:07:53 2013 -0700

    Header cleanup cont.

diff --git a/src/ServerSocket.h b/src/ServerSocket.h
index 2b2ddd1..7364250 100644
--- a/src/ServerSocket.h
+++ b/src/ServerSocket.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,7 +15,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define LYXSERVERSOCKET_H
 
 #include "support/FileName.h"
-#include "support/socktools.h"
 
 #include "support/shared_ptr.h"
 
diff --git a/src/TextClass.h b/src/TextClass.h
index e4c2461..faacfa0 100644
--- a/src/TextClass.h
+++ b/src/TextClass.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -11,7 +11,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define TEXTCLASS_H
 
 #include "Citation.h"
-#include "ColorCode.h"
 #include "Counters.h"
 #include "DocumentClassPtr.h"
 #include "FloatList.h"
diff --git a/src/frontends/Clipboard.h b/src/frontends/Clipboard.h
index 282ac1d..980c6bc 100644
--- a/src/frontends/Clipboard.h
+++ b/src/frontends/Clipboard.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -16,7 +16,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 #include "Cu&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-20T01:08:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37485">
    <title>[LyX master] Fix zombie toolbars (bug 8520)</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37485</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit c8d685c665587fe24b57b61189e25c3b8b8c15ca
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sun May 19 22:04:29 2013 +0200

    Fix zombie toolbars (bug 8520)
    
    If there is a new toolbar, it will not be restored by Qt and we need to
    initialize it ourselves. However, it is not so easy to find out which
    toolbars are restored by Qt and which are not. For this, the setVisible
    function of GuiToolbar is 'misused'. If the visibility is set, the toolbar
    must have been restored by Qt and we should leave it alone.

diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp
index b459c60..507e847 100644
--- a/src/frontends/qt4/GuiToolbar.cpp
+++ b/src/frontends/qt4/GuiToolbar.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -53,7 +53,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; namespace frontend {
 
 GuiToolbar::GuiToolbar(ToolbarInfo const &amp;amp; tbinfo, GuiView &amp;amp; owner)
 : QToolBar(toqstr(tbinfo.gui_name), &amp;amp;owner), visibility_(0),
-  ow&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-19T20:22:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37484">
    <title>[LyX master] Fix bug 7673 by reverting changes to BufferView::checkDepm</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37484</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 97405fa6235c9ed6c8b40c651bd21b69955a88e4
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sun May 19 14:42:27 2013 +0200

    Fix bug 7673 by reverting changes to BufferView::checkDepm
    
    This reverts commit 210a4406 and a part of 5577e877.

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index daa05a6..d26f949 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2400,9 +2400,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; bool BufferView::checkDepm(Cursor &amp;amp; cur, Cursor &amp;amp; old)
 return false;
 
 d-&amp;gt;cursor_ = cur;
+
+// we would rather not do this here, but it needs to be done before 
+ // the changed() signal is sent.
+buffer_.updateBuffer();
 
-cur.forceBufferUpdate();
-cur.screenUpdateFlags(Update::Force);
+buffer_.changed(true);
 return true;
 }
 
diff --git a/src/Cursor.cpp b/src/Cursor.cpp
index 7f8edc2..3ad16f4 100644
--- a/src/Cursor.cpp
+++ b/src/Cursor.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2048,12 +2048,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; bool Cursor:&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-19T20:22:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37483">
    <title>[LyX master] installer: really fix splitindex support this time</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37483</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 1c362cc773dcbea697fa964f078b879ef8838a97
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sun May 19 18:46:14 2013 +0200

    installer: really fix splitindex support this time
    
    - for splitindex the installer has to install Perl to MiKTeX but 64bit MiKTeX works with Perl using a different folder structure than 32bit MiKTeX

diff --git a/development/Win32/packaging/installer/include/LaTeX.nsh b/development/Win32/packaging/installer/include/LaTeX.nsh
index 0078460..7883313 100644
--- a/development/Win32/packaging/installer/include/LaTeX.nsh
+++ b/development/Win32/packaging/installer/include/LaTeX.nsh
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -289,7 +289,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Function ConfigureMiKTeX
      MessageBox MB_OK|MB_ICONINFORMATION "$(MultipleIndexesNotAvailable)"
     ${endif}
    ${else}
-    ${ifnot} ${FileExists} "$PathLaTeX\perl.exe"
+    # ${FileExists} is disabled for now to repair existing LyX installations using 64bit MiK&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-19T16:46:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37482">
    <title>[LyX master] Increase the uniqueness of the temp directories</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37482</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 762c4eca5734b4d504ab28308a10d725a4790d5c
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sun May 19 14:07:14 2013 +0200

    Increase the uniqueness of the temp directories
    
    Now, the temporary directories are composed of the PID + 8 random
    characters. This used to be the PID + 2 random characters.
    
    See also 327f7ed90dbcaad92511b962a8d1d14b46ef552a.

diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp
index fa8cdac..f048930 100644
--- a/src/support/FileName.cpp
+++ b/src/support/FileName.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -443,7 +443,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static string createTempFile(QString const &amp;amp; mask)
 //        same file again. To make this safe the QTemporaryFile object
 //        needs to be kept for the whole life time of the temp file name.
 //        This can be achieved by using the TempFile class.
-QTemporaryFile qt_tmp(mask);
+QTemporaryFile qt_tmp(mask + ".XXXXXXXXXXXX");
 if (qt&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-19T12:10:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37481">
    <title>[LyX master] Disallow to insert an inset without a font</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37481</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 30f518707009150cbe6ef13d717d535b61f584df
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sun May 19 12:39:01 2013 +0200

    Disallow to insert an inset without a font
    
    Doing so could lead to an assertion in Paragraph::fontSpan.

diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index 0777a78..7fd271c 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -767,7 +767,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void Paragraph::Private::insertChar(pos_type pos, char_type c,
 
 
 bool Paragraph::insertInset(pos_type pos, Inset * inset,
-   Change const &amp;amp; change)
+   Font const &amp;amp; font, Change const &amp;amp; change)
 {
 LASSERT(inset, return false);
 LASSERT(pos &amp;gt;= 0 &amp;amp;&amp;amp; pos &amp;lt;= size(), return false);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -785,6 +785,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; bool Paragraph::insertInset(pos_type pos, Inset * inset,
 
 // Some insets require run of spell checker
 requestSpellCheck(pos);
+setFont(pos, font);
 return true;
 }
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1782,16 +1783,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; voi&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-19T11:19:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.editors.lyx.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.editors.lyx.cvs</link>
  </textinput>
</rdf:RDF>
