<?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://blog.gmane.org/gmane.editors.lyx.cvs">
    <title>gmane.editors.lyx.cvs</title>
    <link>http://blog.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://comments.gmane.org/gmane.editors.lyx.cvs/35390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35389"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35388"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35386"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35385"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35383"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35382"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35379"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35378"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35377"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35376"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35375"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35374"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35373"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35372"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.cvs/35371"/>
      </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://comments.gmane.org/gmane.editors.lyx.cvs/35390">
    <title>[LyX master] lyx2lyx/lyx_2_1.py: remove 2 warnings I accidentally just committed</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35390</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 5463389ec9af49224b56f0c34c6c401a97a22c86
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 19:02:32 2012 +0200

    lyx2lyx/lyx_2_1.py: remove 2 warnings I accidentally just committed

diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index 84bf2bc..395f011 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -364,11 +364,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; def revert_use_packages(document):
         i = find_re(document.header, regexp, j)
         if i != -1:
             value = get_value(document.header, "\\use_package %s" % p, i).split()[1]
-            document.warning(str(value))
             del document.header[i]
             j = i
             document.header.insert(j, "\\use_%s %s"  % (p, value))
-            document.warning(str(value))
         j = j + 1
 
 

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

Summary of changes:
 lib/lyx2lyx/lyx_2_1.py &lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2012-05-26T17:02:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35389">
    <title>[LyX master] lyx2lyx/lyx_2_1.py: fix #8172</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35389</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 7b680058756b4d80e741faa4bdafe894bc06360d
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 19:00:03 2012 +0200

    lyx2lyx/lyx_2_1.py: fix #8172

diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index bbd9b3c..84bf2bc 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -347,27 +347,28 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; def convert_use_packages(document):
     "use_xxx yyy =&amp;gt; use_package xxx yyy"
     packages = ["amsmath", "esint", "mathdots", "mhchem", "undertilde"]
     for p in packages:
-        i = find_token(document.header, "\\use_%s" % p , 0)
+        i = find_token(document.header, "\\use_%s" % p, 0)
         if i != -1:
-            value = get_value(document.header, "\\use_%s" % p , i)
+            value = get_value(document.header, "\\use_%s" % p, i)
             document.header[i] = "\\use_package %s %s" % (p, value)
 
 
 def revert_use_packages(document):
     "use_packa&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2012-05-26T17:00:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35388">
    <title>[LyX master] add missing IPA glyph</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35388</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 25556fe4d92872904f4e380aefb1b1c8a1896887
Author: Juergen Spitzmueller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 16:51:37 2012 +0200

    add missing IPA glyph

diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index b92a823..f06f10a 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -177,7 +177,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 0x0124 "\\^{H}"                   "" "mathalpha" "\\hat{H}" # LATIN CAPITAL LETTER H WITH CIRCUMFLEX
 0x0125 "\\^{h}"                   "" "mathalpha" "\\hat{h}" # LATIN SMALL LETTER H WITH CIRCUMFLEX
 #0x0126 ""                         "" "" "" "" # LATIN CAPITAL LETTER H WITH STROKE
-#0x0127 ""                         "" "" "" "" # LATIN SMALL LETTER H WITH STROKE
+0x0127 "\\textcrh"                "tipa" "force" # LATIN SMALL LETTER H WITH STROKE
 0x0128 "\\~{I}"                   "" "mathalpha" "\\tilde{I}" # LATIN CAPITAL LETTER I WITH TILDE
 0x0129 "\\~{\\i}"                 "" "matha&lt;/pre&gt;</description>
    <dc:creator>Juergen Spitzmueller</dc:creator>
    <dc:date>2012-05-26T14:51:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35387">
    <title>[LyX master] Fix macro termination in IPA inset if next character uses a TIPA shortcut</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35387</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 6ddcfb87e4b3c4e21c4ea6b84b4162d2d7c537e8
Author: Juergen Spitzmueller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 16:36:24 2012 +0200

    Fix macro termination in IPA inset if next character uses a TIPA shortcut

diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index 8b09952..afcf5ac 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1275,8 +1275,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void Paragraph::Private::latexSpecialChar(otexstream &amp;amp; os,
 string script;
 pair&amp;lt;docstring, bool&amp;gt; latex = encoding.latexChar(c);
 docstring nextlatex;
-if (next != '\0' &amp;amp;&amp;amp; next != META_INSET)
+bool nexttipas = false;
+string nexttipashortcut;
+if (next != '\0' &amp;amp;&amp;amp; next != META_INSET) {
 nextlatex = encoding.latexChar(next).first;
+if (runparams.inIPA) {
+nexttipashortcut = Encodings::TIPAShortcut(next);
+nexttipas = !nexttipashortcut.empty();
+}
+}
 bool tipas = false;
 if (runparams.inIPA) {
 string co&lt;/pre&gt;</description>
    <dc:creator>Juergen Spitzmueller</dc:creator>
    <dc:date>2012-05-26T14:36:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35386">
    <title>[LyX 2.0.x] Update it.po</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35386</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit 3c4af4e0e407668e4c47f4ee2f8cc6be0edaa5f5
Author: Enrico Forestieri &amp;lt;forenr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 13:14:45 2012 +0200

    Update it.po

diff --git a/po/it.po b/po/it.po
index 931aee6..e8131f6 100644
--- a/po/it.po
+++ b/po/it.po
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,7 +7,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgstr ""
 "Project-Id-Version: it\n"
 "Report-Msgid-Bugs-To: lyx-devel&amp;lt; at &amp;gt;lists.lyx.org\n"
 "POT-Creation-Date: 2012-05-25 15:37-0400\n"
-"PO-Revision-Date: 2012-05-20 23:08+0100\n"
+"PO-Revision-Date: 2012-05-26 13:04+0100\n"
 "Last-Translator: Enrico Forestieri &amp;lt;forenr&amp;lt; at &amp;gt;lyx.org&amp;gt;\n"
 "Language-Team: italiano &amp;lt;it&amp;lt; at &amp;gt;li.org&amp;gt;\n"
 "Language: it\n"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -30,35 +30,45 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgstr "2.0.x"
 msgid "Credits"
 msgstr "Ringraziamenti"
 
-#: src/frontends/qt4/ui/AboutUi.ui:80 lib/layouts/apa.layout:199
+#: src/frontends/qt4/ui/AboutUi.ui:80
+#: lib/layouts/apa.layout:199
 #: lib/layouts/agu_stdtitle.inc:81
 msgid "Copyright"
 msgstr "Copyright"
 
-#: src/frontends/qt4&lt;/pre&gt;</description>
    <dc:creator>Enrico Forestieri</dc:creator>
    <dc:date>2012-05-26T11:15:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35385">
    <title>[LyX 2.0.x] * sk.po</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35385</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit 4dc065c1ff819bdea67024dd9e347d027f6b7fed
Author: Kornel Benko &amp;lt;kornel&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 10:38:53 2012 +0200

    * sk.po

diff --git a/po/sk.po b/po/sk.po
index 24ea444..51d5bbb 100644
--- a/po/sk.po
+++ b/po/sk.po
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8,7 +8,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgid ""
 msgstr ""
 "Project-Id-Version: LyX-2.1\n"
 "Report-Msgid-Bugs-To: lyx-devel&amp;lt; at &amp;gt;lists.lyx.org\n"
-"POT-Creation-Date: 2012-05-25 15:37-0400\n"
+"POT-Creation-Date: 2012-05-24 17:27+0200\n"
 "PO-Revision-Date: 2012-04-08 11:27+0100\n"
 "Last-Translator: Kornel Benko &amp;lt;kornel&amp;lt; at &amp;gt;lyx.org&amp;gt;\n"
 "Language-Team: Slovak &amp;lt;lyx-docs&amp;lt; at &amp;gt;lists.lyx.org&amp;gt;\n"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -12255,9 +12255,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgid "Apply Last Text Style|A"
 msgstr "PouÅ¾iÅ¥ poslednÃ½ Å¡tÃ½l textu"
 
 #: lib/ui/stdcontext.inc:314
-#, fuzzy
 msgid "Text Style|x"
-msgstr "Å tÃ½l textu"
+msgstr "Å tÃ½l Textu"
 
 #: lib/ui/stdcontext.inc:315 lib/ui/stdmenus.inc:119
 msgid "Paragraph Settings...|P"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -&lt;/pre&gt;</description>
    <dc:creator>Kornel Benko</dc:creator>
    <dc:date>2012-05-26T08:39:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35384">
    <title>[LyX master] compile fix</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35384</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 1b1f9d05d9d30760882c1f7ff14106196166c98c
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Sat May 26 10:16:20 2012 +0200

    compile fix

diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp
index 362f062..b0dd01e 100644
--- a/src/frontends/qt4/GuiWorkArea.cpp
+++ b/src/frontends/qt4/GuiWorkArea.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -66,6 +66,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;QPalette&amp;gt;
 #include &amp;lt;QPixmapCache&amp;gt;
 #include &amp;lt;QScrollBar&amp;gt;
+#include &amp;lt;QStylePainter&amp;gt;
 #include &amp;lt;QTimer&amp;gt;
 #include &amp;lt;QToolButton&amp;gt;
 #include &amp;lt;QToolTip&amp;gt;

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

Summary of changes:
 src/frontends/qt4/GuiWorkArea.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2012-05-26T08:16:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35383">
    <title>[LyX 2.0.x] Remerge strings.</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35383</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit c8388c88390e6106ee842d1554e38ed2e5a012cd
Author: Richard Heck &amp;lt;rgheck&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Fri May 25 15:39:24 2012 -0400

    Remerge strings.

diff --git a/po/ar.po b/po/ar.po
index 0ad9b96..9488d09 100644
--- a/po/ar.po
+++ b/po/ar.po
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,7 +7,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgid ""
 msgstr ""
 "Project-Id-Version: LyX 1.6.0\n"
 "Report-Msgid-Bugs-To: lyx-devel&amp;lt; at &amp;gt;lists.lyx.org\n"
-"POT-Creation-Date: 2012-04-12 07:51-0400\n"
+"POT-Creation-Date: 2012-05-25 15:37-0400\n"
 "PO-Revision-Date: 2010-03-21 22:45+0200\n"
 "Last-Translator: Mohamed Magdy &amp;lt;theblackdragon_100&amp;lt; at &amp;gt;hotmail.com&amp;gt;\n"
 "Language-Team: LyX team &amp;lt;theblackdragon_100&amp;lt; at &amp;gt;hotmail.com&amp;gt;\n"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -47,7 +47,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgstr "Ø­ÙÙÙ Ø§ÙÙØ´Ø±"
 #: src/frontends/qt4/ui/ShowFileUi.ui:55 src/frontends/qt4/ui/SymbolsUi.ui:66
 #: src/frontends/qt4/ui/TexinfoUi.ui:58
 #: src/frontends/qt4/ui/ThesaurusUi.ui:138 src/frontends/qt4/ui/WrapUi.ui:173
-#: src/frontends&lt;/pre&gt;</description>
    <dc:creator>Richard Heck</dc:creator>
    <dc:date>2012-05-25T19:39:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35382">
    <title>r40921 - www-user/trunk/farm/cookbook/LyX</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35382</link>
    <description>&lt;pre&gt;Author: rgheck
Date: Fri May 25 21:39:40 2012
New Revision: 40921
URL: http://www.lyx.org/trac/changeset/40921

Log:
* i18n.inc: update stats

Modified:
   www-user/trunk/farm/cookbook/LyX/i18n.inc

Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/i18n.incThu Apr 12 13:56:12 2012(r40920)
+++ www-user/trunk/farm/cookbook/LyX/i18n.incFri May 25 21:39:40 2012(r40921)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,96 +7,96 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 // The data itself
 $podata = array (
 array ( 'langcode' =&amp;gt; 'ar', "date" =&amp;gt; "2010-03-21",
-"msg_tr" =&amp;gt; 3264, "msg_fu" =&amp;gt; 829, "msg_nt" =&amp;gt; 1138,
+"msg_tr" =&amp;gt; 3264, "msg_fu" =&amp;gt; 839, "msg_nt" =&amp;gt; 1139,
 "translator" =&amp;gt; "Mohamed Magdy", "email" =&amp;gt; "theblackdragon_100 () hotmail ! com"),
 array ( 'langcode' =&amp;gt; 'ca', "date" =&amp;gt; "2008-07-28",
-"msg_tr" =&amp;gt; 3001, "msg_fu" =&amp;gt; 1285, "msg_nt" =&amp;gt; 945,
+"msg_tr" =&amp;gt; 3001, "msg_fu" =&amp;gt; 1295, "msg_nt" =&amp;gt; 946,
 "translator" =&amp;gt; "joan", "email" =&amp;gt; "joan () montane ! cat"),
-array &lt;/pre&gt;</description>
    <dc:creator>rgheck&lt; at &gt;lyx.org</dc:creator>
    <dc:date>2012-05-25T19:39:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35381">
    <title>[LyX master] Fix painting of hidden tabbar on gtk</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35381</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 655a4f5515f02c057dc47abd7bdfbd4059ff494c
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Fri May 25 19:05:38 2012 +0200

    Fix painting of hidden tabbar on gtk
    
    When there is a single document open, the tabbar gets hidden. The only and selected tab is still visible though as a break in the line delining the tabwidget. To fix this we paint the tabwidget ourselves and remove the presence of the hidden tab.

diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp
index 5eca896..362f062 100644
--- a/src/frontends/qt4/GuiWorkArea.cpp
+++ b/src/frontends/qt4/GuiWorkArea.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1555,6 +1555,25 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; TabWorkArea::TabWorkArea(QWidget * parent)
 }
 
 
+void TabWorkArea::paintEvent(QPaintEvent * event)
+{
+if (tabBar()-&amp;gt;isVisible()) {
+QTabWidget::paintEvent(event);
+} else {
+// Prevent the selected tab to influence the 
+// painting of the frame of the &lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2012-05-25T17:19:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35380">
    <title>[LyX master] Fix bug #8170: Crash when client disconnects unexpectedly</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35380</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 4c3a97d96e478dd54ee2a10205fc2520c33c6fda
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Thu May 24 13:55:41 2012 +0200

    Fix bug #8170: Crash when client disconnects unexpectedly
    
    When the socket does not exist anymore, we should not try to access it. In
    trying to do so, std::map will create a new shared_ptr but this pointer
    doesn't point at anything. To prevent this, we explicitly check whether
    the socket is available.

diff --git a/src/ServerSocket.cpp b/src/ServerSocket.cpp
index 7b9d6df..4c34212 100644
--- a/src/ServerSocket.cpp
+++ b/src/ServerSocket.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -125,8 +125,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void ServerSocket::serverCallback()
 // if the connection has been closed
 void ServerSocket::dataCallback(int fd)
 {
-shared_ptr&amp;lt;LyXDataSocket&amp;gt; client = clients[fd];
-
+map&amp;lt;int, shared_ptr&amp;lt;LyXDataSocket&amp;gt; &amp;gt;::const_iterator it = clients.find(fd);
+if (it == clients.end())
+return;
+&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2012-05-24T11:58:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35379">
    <title>[LyX 2.0.x] Backport typos to branch</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35379</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit 5f6f5091ab35536e0a2920a3b3416d238d17b0f4
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 22:19:44 2012 +0200

    Backport typos to branch

diff --git a/lib/doc/cs/Tutorial.lyx b/lib/doc/cs/Tutorial.lyx
index 0b04bc3..85bc638 100644
--- a/lib/doc/cs/Tutorial.lyx
+++ b/lib/doc/cs/Tutorial.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -127,7 +127,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; VÃ­tejte v LyXu!
 \end_layout
 
 \begin_layout Standard
-Tento soubor je urÄen vÅ¡em, kteÅÃ­ dopusud neslyÅ¡eli o LaTeXu Äi jej dobÅe
+Tento soubor je urÄen vÅ¡em, kteÅÃ­ doposud neslyÅ¡eli o LaTeXu Äi jej dobÅe
  neznajÃ­.
  Ale teÄ nenÃ­ tÅeba panikaÅit - pro pouÅ¾Ã­vÃ¡nÃ­ LyXu se nemusÃ­te uÄit LaTeX.
  To je, konec koncÅ¯, celÃ½ vtip LyXu: vytvoÅit WYSIWYM rozhranÃ­ pro LaTeX.
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2172,7 +2172,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Zkusme tedy napsat seznam dÅ¯vodÅ¯, proÄ je LyX lepÅ¡Ã­ neÅ¾ jinÃ© textovÃ© pro
 \begin_l&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2012-05-23T20:20:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35378">
    <title>[LyX master] * cs/Tutorial.lyx typos</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35378</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 3476a6f1d4bc3a8e3a69efc29d9c8e1cbb862b9f
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 21:58:42 2012 +0200

    * cs/Tutorial.lyx typos

diff --git a/lib/doc/cs/Tutorial.lyx b/lib/doc/cs/Tutorial.lyx
index 0b04bc3..2efb0a1 100644
--- a/lib/doc/cs/Tutorial.lyx
+++ b/lib/doc/cs/Tutorial.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.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
+#LyX 2.1 created this file. For more info see http://www.lyx.org/
+\lyxformat 431
 \begin_document
 \begin_header
 \textclass book
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -70,15 +70,21 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
 \papersize default
 \use_geometry false
-\use_amsmath 0
-\use_esint 0
-\use_mhchem 1
-\use_mathdots 1
+\use_package amsmath 0
+\use_package amssymb 0
+\use_package esint 0
+\use_package m&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2012-05-23T20:00:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35377">
    <title>[LyX 2.0.x] de.po: update</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35377</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit ec24a453c5c8b4195d80d4488648791578013248
Author: Juergen Spitzmueller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 20:11:40 2012 +0200

    de.po: update

diff --git a/po/de.po b/po/de.po
index 7f97e19..4798442 100644
--- a/po/de.po
+++ b/po/de.po
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -95,8 +95,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgid ""
 msgstr ""
 "Project-Id-Version: LyX 2.0\n"
 "Report-Msgid-Bugs-To: lyx-devel&amp;lt; at &amp;gt;lists.lyx.org\n"
-"POT-Creation-Date: 2012-05-19 13:19+0200\n"
-"PO-Revision-Date: 2012-05-19 13:29+0200\n"
+"POT-Creation-Date: 2012-05-23 20:07+0200\n"
+"PO-Revision-Date: 2012-05-23 20:09+0200\n"
 "Last-Translator: JÃ¼rgen SpitzmÃ¼ller &amp;lt;spitz&amp;lt; at &amp;gt;lyx.org&amp;gt;\n"
 "Language-Team: German &amp;lt;lyx-docs&amp;lt; at &amp;gt;lists.lyx.org&amp;gt;\n"
 "Language: de\n"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -12408,8 +12408,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; msgstr "Ãnderung ablehnen|b"
 msgid "Apply Last Text Style|A"
 msgstr "Zuletzt verwendeten Textstil verwenden|x"
 
-#: lib/ui/stdcontext.inc:314 lib/ui/stdmenus.inc:117
-msgid "Text Style|S"
+#: lib/ui/s&lt;/pre&gt;</description>
    <dc:creator>Juergen Spitzmueller</dc:creator>
    <dc:date>2012-05-23T18:12:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35376">
    <title>[LyX 2.0.x] Fix bug #8166: Crash on clicking away from empty last paragraph</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35376</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit dacab5cf7be53e474452ebb9880ae4338b22fdfb
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 08:02:40 2012 +0200

    Fix bug #8166: Crash on clicking away from empty last paragraph
    
    We always have to call 'notifyCursorLeaves', but we only have to make sure
    that we call the 'fixIfBroken()' functions first.
    (cherry picked from commit d20cb73b874a30b82fe01d3b8f385ef066fafedf)

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index b0d3135..dda765e 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2171,8 +2171,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void BufferView::mouseEventDispatch(FuncRequest const &amp;amp; cmd0)
 
 // Notify left insets
 if (cur != old) {
-bool badcursor = old.fixIfBroken() | cur.fixIfBroken()
-| notifyCursorLeavesOrEnters(old, cur);
+bool badcursor = old.fixIfBroken() | cur.fixIfBroken();
+badcursor |= notifyCursorLeavesOrEnters(old, cur);
 if (badcursor)
 &lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2012-05-23T15:52:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35375">
    <title>[LyX master] Trac browse SVN -&gt; GIT</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35375</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 1a45c99a7df170e53fb09598f27d9d4ffac99819
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 17:35:08 2012 +0200

    Trac browse SVN -&amp;gt; GIT

diff --git a/README.localization b/README.localization
index d933d01..bcef8a7 100644
--- a/README.localization
+++ b/README.localization
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -115,7 +115,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; files run make update-po.
 
 Send your edited xx.po file to po-updates&amp;lt; at &amp;gt;lyx.org.
 
-Also you can check http://www.lyx.org/trac/browser/lyx-devel/trunk to track
+Also you can check http://www.lyx.org/trac/browser/lyxgit/?rev=master to track
 changes or watch updates.
 
 
diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx
index 4b8d1a8..f1a0954 100644
--- a/lib/doc/Additional.lyx
+++ b/lib/doc/Additional.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -4522,7 +4522,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; development/HTML.notes
 \begin_inset CommandInset href
 LatexCommand href
 name "accessed online"
-target "http://www.lyx.org/trac/browser/lyx-devel/trunk/develo&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2012-05-23T15:39:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35374">
    <title>[LyX master] Style.</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35374</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 9d983562fe5876189a0da4208ee1bd40e0c90f7a
Author: Richard Heck &amp;lt;rgheck&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 08:53:14 2012 -0400

    Style.

diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp
index f6c6a93..ca63632 100644
--- a/src/frontends/qt4/GuiView.cpp
+++ b/src/frontends/qt4/GuiView.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2026,8 +2026,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static bool import(GuiView * lv, FileName const &amp;amp; filename,
 string loader_format;
 vector&amp;lt;string&amp;gt; loaders = theConverters().loaders();
 if (find(loaders.begin(), loaders.end(), format) == loaders.end()) {
-for (vector&amp;lt;string&amp;gt;::const_iterator it = loaders.begin();
- it != loaders.end(); ++it) {
+vector&amp;lt;string&amp;gt;::const_iterator it = loaders.begin();
+vector&amp;lt;string&amp;gt;::const_iterator en = loaders.end();
+for (; it != en; ++it) {
 if (!theConverters().isReachable(format, *it))
 continue;
 

---------------------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Richard Heck</dc:creator>
    <dc:date>2012-05-23T12:53:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35373">
    <title>[LyX master] Fix bug #8166: Crash on clicking away from empty last paragraph</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35373</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit d20cb73b874a30b82fe01d3b8f385ef066fafedf
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 08:02:40 2012 +0200

    Fix bug #8166: Crash on clicking away from empty last paragraph
    
    This reverts the previous fix in [0a33374c/lyxgit] and fixes it
    differently.
    
    We always have to call 'notifyCursorLeaves', but we only have to make sure
    that we call the 'fixIfBroken()' functions first.

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index 1017cea..9b6c6b3 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2201,8 +2201,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void BufferView::mouseEventDispatch(FuncRequest const &amp;amp; cmd0)
 
 // Notify left insets
 if (cur != old) {
-bool badcursor = old.fixIfBroken() || cur.fixIfBroken()
-|| notifyCursorLeavesOrEnters(old, cur);
+bool badcursor = old.fixIfBroken() | cur.fixIfBroken();
+badcursor |= notifyCursorLeavesOrEnters(old, cur);
&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2012-05-23T06:07:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35372">
    <title>[LyX master] Fix bug #8166: Crash on clicking away from empty paragraph</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35372</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 0a33374c0d8125e27666fe513506fb6069df453c
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 01:31:43 2012 +0200

    Fix bug #8166: Crash on clicking away from empty paragraph
    
    We rely on the 'or' operator to prevent us from calling
    'notifyCursorLeaves' if one of the two cursors is broken. This doesn't
    work when using the '|' operator. The compiler 'optimizes' the code in
    such a way that we always call notifyCursorLeaves anyway. Using the '||'
    operator fixes this.

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index a30c0f0..1017cea 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2201,8 +2201,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void BufferView::mouseEventDispatch(FuncRequest const &amp;amp; cmd0)
 
 // Notify left insets
 if (cur != old) {
-bool badcursor = old.fixIfBroken() | cur.fixIfBroken()
-| notifyCursorLeavesOrEnters(old, cur);
+bool badcursor = old.fixIfBr&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2012-05-22T23:34:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35371">
    <title>[LyX 2.0.x] stdcontext.inc: fix 2 shortcut clashes (bug #8023)</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35371</link>
    <description>&lt;pre&gt;The branch, 2.0.x, has been updated.

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

commit a96e49ef62c9547d631797f896d34de54cdd9bc4
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 23 00:47:48 2012 +0200

    stdcontext.inc: fix 2 shortcut clashes (bug #8023)

diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc
index a8cf62e..a1d402e 100644
--- a/lib/ui/stdcontext.inc
+++ b/lib/ui/stdcontext.inc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -311,7 +311,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Menuset
 OptItem "Reject Change|j" "change-reject"
 Separator
 Item "Apply Last Text Style|A" "textstyle-apply"
-Submenu "Text Style|S" "edit_textstyles"
+Submenu "Text Style|x" "edit_textstyles"
 Item "Paragraph Settings...|P" "layout-paragraph"
 LanguageSelector
 Separator
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -593,7 +593,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Menuset
 #
 Menu "context-ert"
 # repeat 1 is added as a work-around to not indicate this action as toggable
-Item "Wrap by Preview|P" "command-sequence repeat 1;inset-toggle;char-forward;char-backward;char-forward-select;preview-insert;char-bac&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2012-05-22T22:47:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.cvs/35370">
    <title>[LyX master] Tentative fix to #8159: Undo doesn't restore environment depth correctly</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.cvs/35370</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit e3854bb59b98ee4f7514cf2ca5585cb6be949186
Author: Jean-Marc Lasgouttes &amp;lt;lasgouttes&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Mon May 21 00:11:23 2012 +0200

    Tentative fix to #8159: Undo doesn't restore environment depth correctly
    
    The undo range is extended to encompass all the paragraph after the end that
    are a non-zero depth. The reason is that these paragraphs may see their depth
    reduced if the last paragraph sees its depth reduced.
    
    Note that there is a memory cost, since we store paragraphs than may not be
    modified in practice. This may matter for some pathological files (people
    putting all their document at depth 1 for a weird reason?)
    
    I tried to be careful, but this can introduce new bugs. Please test.

diff --git a/src/Undo.cpp b/src/Undo.cpp
index 28438c1..a80c01c 100644
--- a/src/Undo.cpp
+++ b/src/Undo.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -23,6 +23,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include "DocIterator.h"
 #include "P&lt;/pre&gt;</description>
    <dc:creator>Jean-Marc Lasgouttes</dc:creator>
    <dc:date>2012-05-22T20:33:12</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>

